@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
*/
.zoneCentrale:nth-child(2) {
  background-color: #f0f0f0;
}

.etape3 .zoneCentrale:nth-child(3) {
  background-color: #fcfcfc;
  border-bottom: 1px solid #f4f4f4;
}

.ficheProduit .menuCommande span.col-md-10.col-xs-24 {
  display: flex;
  flex-wrap: wrap;
}
.ficheProduit .menuCommande .aide {
  margin: 0px;
  padding: 0px;
  float: right;
  overflow: hidden;
  max-width: 12%;
  max-height: 32px;
  order: 2;
}
.ficheProduit .menuCommande .aide:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "storipro" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 2em;
  vertical-align: middle;
  margin-right: 5px;
  color: #fecc00;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917";
  display: block;
}
.ficheProduit .menuCommande .aide:hover:before {
  color: #7d7d7d;
}
.ficheProduit .menuCommande#etape1 input:not([name=qte])[type=text], .ficheProduit .menuCommande#etape2 input:not([name=qte])[type=text], .ficheProduit .menuCommande#etape3 input:not([name=qte])[type=text] {
  width: 87% !important;
  order: 1;
}
.ficheProduit .menuCommande#etape1 input:not([name=qte]) + span, .ficheProduit .menuCommande#etape2 input:not([name=qte]) + span, .ficheProduit .menuCommande#etape3 input:not([name=qte]) + span {
  font-size: 12px;
  display: block;
  margin-left: 10px;
  order: 3;
  width: 100%;
}
.ficheProduit .menuCommande#etape1 select, .ficheProduit .menuCommande#etape2 select, .ficheProduit .menuCommande#etape3 select {
  width: 87% !important;
  order: 1;
}
.ficheProduit .menuCommande#etape1 label, .ficheProduit .menuCommande#etape2 label, .ficheProduit .menuCommande#etape3 label {
  margin-bottom: 5px;
  display: block;
}
.ficheProduit .menuCommande#etape1 label:before, .ficheProduit .menuCommande#etape1 label:after, .ficheProduit .menuCommande#etape2 label:before, .ficheProduit .menuCommande#etape2 label:after, .ficheProduit .menuCommande#etape3 label:before, .ficheProduit .menuCommande#etape3 label:after {
  content: " ";
  display: table;
  clear: both;
}
.ficheProduit .menuCommande#etape1 label > span:first-child, .ficheProduit .menuCommande#etape2 label > span:first-child, .ficheProduit .menuCommande#etape3 label > span:first-child {
  vertical-align: middle;
  font-family: "open_sanslight";
  font-size: 13px;
  line-height: 28px;
}
.ficheProduit .menuCommande#etape1 label > span:first-child + input:not([name=qte])[type=text], .ficheProduit .menuCommande#etape2 label > span:first-child + input:not([name=qte])[type=text], .ficheProduit .menuCommande#etape3 label > span:first-child + input:not([name=qte])[type=text] {
  width: auto !important;
}
.ficheProduit .menuCommande#etape1 label b, .ficheProduit .menuCommande#etape2 label b, .ficheProduit .menuCommande#etape3 label b {
  /*display:block; float:left; width:80px; */
  padding-top: 2px;
}
.ficheProduit .menuCommande#etape1 label:first-letter, .ficheProduit .menuCommande#etape2 label:first-letter, .ficheProduit .menuCommande#etape3 label:first-letter {
  text-transform: uppercase;
}
.ficheProduit .menuCommande#etape1 input, .ficheProduit .menuCommande#etape2 input, .ficheProduit .menuCommande#etape3 input {
  padding-left: 2px;
}
.ficheProduit .menuCommande#etape1 select, .ficheProduit .menuCommande#etape2 select, .ficheProduit .menuCommande#etape3 select {
  display: inline-block;
  overflow: visible;
}
.ficheProduit .menuCommande#etape1 select option, .ficheProduit .menuCommande#etape2 select option, .ficheProduit .menuCommande#etape3 select option {
  width: auto;
}
.ficheProduit .menuCommande#etape1 #dimension, .ficheProduit .menuCommande#etape2 #dimension, .ficheProduit .menuCommande#etape3 #dimension {
  width: 100px;
}

.recapitulatif .etape .likeH1:before {
  background-color: #e5e5e5;
}
.recapitulatif .tissu {
  height: 110px;
  max-width: 200px;
  padding: 0px;
  overflow: hidden;
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10%;
}
.recapitulatif label {
  font-size: 13px;
}
.recapitulatif label b {
  font-family: "open_sanssemibold";
  font-weight: normal;
}
.recapitulatif .dimension {
  margin-left: 45px;
}
.recapitulatif .dimension label > span {
  display: block;
}

.attributProduit label {
  display: none;
}

.ficheProduit .description .zonePrix {
  height: 219px;
  position: absolute;
  right: 0;
  top: 0;
  width: 115px;
}
.ficheProduit .description .recapitulatifInfoProduit .zonePrix {
  right: 5px;
}

.description .zonePrix .pourcentage {
  background-image: url("../images/icone_vignettePromos.png");
  background-position: center top;
  height: 32px;
  left: 2px;
  padding-top: 8px;
  position: absolute;
  top: 5px;
  width: 52px;
}

.ficheProduit .description .zonePrix .prix {
  white-space: nowrap;
}
.ficheProduit .description .zonePrix .ancienPrix {
  background: none;
  color: #4e82ba;
  font-size: 12px;
  font-weight: bolder;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 35px;
  width: auto;
  text-decoration: line-through;
  white-space: nowrap;
}
.ficheProduit .description .zonePrix .prixPromotion {
  color: #273E6F;
  font-size: 24px;
  margin: 0;
  padding: 1px 0 0 0;
  position: absolute;
  right: 5px;
  text-align: left;
  top: 48px;
  white-space: nowrap;
}
.ficheProduit .description .zonePrix .prixPromotion span {
  display: block;
  font-size: 10px;
  font-weight: normal;
}

#ficheProduit #delaiLivraison {
  display: none;
}

.ficheProduit .description .zonePrix label {
  bottom: 5px;
  font-size: 11px;
  position: absolute;
  padding-left: 4px;
  color: #756F53;
}
.ficheProduit .description .zonePrix label b {
  color: #273E6F;
  font-size: 10px;
  letter-spacing: -0.03em;
}

.menuCommande form label.dimension {
  color: #3D3334;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 2px;
  padding-bottom: 1px;
  padding-left: 37px;
  padding-top: 2px;
  background: none;
}
.menuCommande form label.dimension b {
  margin-right: 10px;
}

.imageProduit .likeH1 {
  margin: 0 0 15px;
  line-height: 1.1;
}
.imageProduit .vueSecondaire {
  margin: 0;
  padding: 0;
  position: relative;
}
.imageProduit #ficheTechnique {
  margin-left: 35px;
  background-repeat: no-repeat;
  height: 70px;
  padding-top: 18px;
  width: 229px;
  background-image: url(../images/btn_ficheTechnique.png);
}
.imageProduit #ficheTechnique a {
  text-align: left;
  padding-left: 106px;
  width: auto;
}

#etape3 form {
  padding: 0;
}

#etape1 #achatSurMesure {
  padding: 0;
}
#etape1 #achatSurMesure span > span {
  font-size: 12px;
  display: block;
  margin-left: 10px;
  margin-bottom: 15px;
}

.ficheProduit .description #etape3 .zonePrix,
.ficheProduit .description #etape1 #achatSurMesure .zonePrix {
  background-image: url("../images/fd_ajoutPanier.jpg");
  background-repeat: no-repeat;
  height: 100px;
  margin: 10px 0 0;
  position: relative;
  width: 100%;
}

#ficheProduit .ficheProduit #etape2 form .zonePrix {
  background-image: url("../images/fd_ajoutPanier.jpg");
  background-repeat: no-repeat;
  height: 100px;
  margin: 10px 0 0;
  position: relative;
  width: 100%;
}

.ficheProduit .description #etape3 .zonePrix label,
.ficheProduit .description #etape1 #achatSurMesure .zonePrix label {
  display: none;
}

#ficheProduit .ficheProduit #etape2 form .zonePrix label {
  display: none;
}

.ficheProduit .description #etape3 .zonePrix .pourcentage {
  left: 20px;
}
.ficheProduit .description #etape3 .zonePrix .ancienPrix {
  left: 72px;
  text-align: left;
  top: 18px;
  width: 100px;
}
.ficheProduit .description #etape1 #achatSurMesure .zonePrix .ancienPrix {
  left: 72px;
  text-align: left;
  top: 18px;
  width: 100px;
}

#ficheProduit .ficheProduit #etape2 form .zonePrix .ancienPrix {
  left: 72px;
  text-align: left;
  top: 18px;
  width: 100px;
}

.ficheProduit .description #etape1 #achatSurMesure .zonePrix .prix,
.ficheProduit .description #etape1 #achatSurMesure .zonePrix .prixPromotion {
  left: 72px;
  text-align: left;
  top: 28px;
  width: 200px;
}
.ficheProduit .description #etape3 .zonePrix .prixPromotion,
.ficheProduit .description #etape3 .zonePrix .prix {
  left: 72px;
  text-align: left;
  top: 28px;
  width: 200px;
}

#ficheProduit .ficheProduit #etape2 form .zonePrix .prix,
#ficheProduit .ficheProduit #etape2 form .zonePrix .prixPromotion {
  left: 72px;
  text-align: left;
  top: 28px;
  width: 200px;
}

.ficheProduit .description #etape1 #achatSurMesure .zonePrix .prix,
.ficheProduit .description #etape3 .zonePrix .prix {
  top: 20px;
}

#ficheProduit .ficheProduit #etape2 form .zonePrix .prix {
  top: 20px;
}

.ficheProduit .description #etape1 #achatSurMesure .zonePrix .prix span,
.ficheProduit .description #etape3 .zonePrix .prix span {
  font-size: 11px;
  font-weight: normal;
  padding-left: 5px;
}

#ficheProduit .ficheProduit #etape2 form .zonePrix .prix span {
  font-size: 11px;
  font-weight: normal;
  padding-left: 5px;
}

.ficheProduit .description #etape3 .zonePrix .prixPromotion span,
.ficheProduit .description #etape1 #achatSurMesure .zonePrix .prixPromotion span {
  display: inline;
  margin-left: 4px;
}

#ficheProduit .ficheProduit #etape2 form .zonePrix .prixPromotion span {
  display: inline;
  margin-left: 4px;
}

.boutonAjoutCaddieLoading {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
  background-color: #f0f0f0;
  text-decoration: none;
  border-radius: 2px;
  margin-top: 10px;
  min-width: 180px;
  border: 1px solid #7d7d7d;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none;
}
.boutonAjoutCaddieLoading:hover {
  transition: 0.6s;
  color: #000;
  border-color: #7d7d7d;
  background-color: #f0f0f0;
  -webkit-appearance: none;
}

.boutonAjoutCaddieSuccess {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
  background-color: #fecc00;
  text-decoration: none;
  border-radius: 2px;
  margin-top: 10px;
  min-width: 180px;
  border: 1px solid #000000;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none;
}
.boutonAjoutCaddieSuccess:hover {
  transition: 0.6s;
  color: #000;
  border-color: #000000;
  background-color: #fecc00;
  -webkit-appearance: none;
}

.boutonAjoutCaddieLoading,
.boutonAjoutCaddieSuccess {
  display: none;
  line-height: 28px;
  text-transform: uppercase;
  font-size: 14px;
  /*  background-color: transparent;
    background-image: url("../images/btn_ajoutPanier.png");
    background-position: center -31px;
    background-repeat: no-repeat;
    font-weight: normal;
    height: 30px;
    width: 173px;
    margin: 0;
    padding: 0 0 9px 7px;
    text-align: center;
    text-transform: none;
    bottom: 46px;
    right: 19px;
    position: absolute;
    line-height: 18px;
    border: 0px;*/
}

#b_aide input[type=submit], #b_aide button {
  display: none !important;
}

@media screen and (max-width: 425px) {
  .recapitulatif #etape2 .tissu {
    width: 100%;
  }
  .recapitulatif #etape2 label {
    margin-left: 45px;
  }
}
@media screen and (max-width: 320px) {
  .recapitulatif .tissu {
    margin-left: 45px;
  }
  .recapitulatif #etape2 label {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #facebox .image img {
    width: 100%;
  }
}/*# sourceMappingURL=defaut_produit.css.map */