@charset "UTF-8";
/*@import "compass/css3/box-shadow";
@import "compass/css3/border-radius";
@import "compass/css3/transform";
@import "compass/css3/box";*/
/*----------------------------------------------------------------------------------
			les fonts
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
			mixin liÃ© au template  : ProcessusCommande
----------------------------------------------------------------------------------*/
/*
	code couleur
*/
#infoRubrique {
  padding: 15px 35px 0 0;
  background-color: #ffffff;
}
#infoRubrique h1 {
  margin: 0 0 15px;
  line-height: 1.1;
}
#infoRubrique p {
  margin: 0;
  font-family: "open_sansregular";
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .filAriane {
    padding: 0 15px;
  }
  #infoRubrique {
    padding: 0 15px;
  }
  #infoRubrique h1 {
    margin-bottom: 10px;
    font-size: 26px;
  }
}
.listeProduit .produit {
  position: relative;
  margin-bottom: 15px;
}
.listeProduit .produit .zoneBody {
  position: relative;
  border: 1px solid #f1f1f1;
  padding: 10px;
  min-height: 120px;
}
.listeProduit .produit .image {
  height: 100%;
  min-height: 110px;
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  float: left;
  position: absolute;
  padding-bottom: 20px;
}
.listeProduit .produit .image a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  border: 0px;
}
.listeProduit .produit .description {
  font-family: "open_sanslight";
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  position: relative;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 30%;
}
.listeProduit .produit .description p {
  font-family: "open_sansregular";
  font-size: 13px;
  background: #fff;
  margin: 0;
  padding-left: 10px;
}
.listeProduit .produit .description p span {
  font-family: "open_sanslight";
  font-size: 12px;
}
.listeProduit .produit .description h2 {
  background: #fff;
  font-family: "open_sansregular";
  font-size: 14px;
  text-align: left;
  padding-left: 10px;
}
.listeProduit .produit .zonePrix {
  font-size: 13px;
  padding-left: 10px;
}
.listeProduit.SMS_PC .produit .image a {
  background-size: contain;
}
.listeProduit.SMS_BSO .produit .image a {
  background-size: contain;
}

.slides .slideshow {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 460px;
  width: 100%;
}
.slides .zoneBody {
  min-height: 460px;
}

#colonneCentre {
  z-index: 2000;
}
#colonneCentre.noBanner {
  margin-top: 0;
  margin-bottom: 60px;
  position: relative;
}
#colonneCentre.banner {
  margin-top: -90px;
}/*# sourceMappingURL=defaut_categorie.css.map */