/* STYLE CMONSITE EDITOR */
header .slogan{font-size:17px;color:rgba(255,255,255,1);font-family:Barlow;font-weight:normal;text-align:center;}header #blocContent{background-color:#BACBAF;}#nav-principal{background-color:#BACBAF;border-top-width:0px;}#bloc-fil-title{margin-bottom:none;background-color:rgba(136,176,109,0);justify-content:space-around;padding-top:10px;padding-bottom:10px;}.title_section{font-size:25px;text-align:center;letter-spacing:0em;line-height:1.5px;margin-bottom:8px;margin-left:8px;margin-right:8px;margin-top:8px;padding-top:0px;box-shadow: 0px 0px 0px 0px ;font-family:Merriweather;}.template_boutique_1 .produits .productImageWrap img{object-fit:cover;}.produits .nomprod a{font-weight:700;}.template_boutique_all .produits .prix .prixprod{font-weight:normal;font-size:15px;}#fiche-produit .top_fiche .button.addbasket{background-color:#9ABC83;}#fiche-produit .wrap-description .prix .prixprod{font-weight:normal;font-size:24px;}.template_fiche_produit .description{font-size:17px;}.bloc-description-detaille .contenu-editable{font-size:13px;}#fiche-produit .top_fiche .button.btn-details{font-size:12px;background-color:#9ABC83;}.template_fiche_produit .bloc-quantite{font-size:15px;font-weight:normal;}.template_fiche_produit .declinaison-attribute-group > label, .template_fiche_produit .product_options-group > label{font-size:17px;text-align:left;font-weight:700;}.template_fiche_produit .declinaison{margin-bottom:5px;margin-left:5px;margin-right:5px;margin-top:5px;}.page-fiche_produit .title_section{font-size:25px;text-align:center;color:#000000;}.template-panier .ajout_panier .button{padding-top:10px;padding-bottom:10px;font-size:13px;padding-left:10px;padding-right:10px;}.template-panier #header-panier{font-weight:700;line-height:0.95em;}.form input[type="text"], .form textarea{text-align:left;}.fixed #nav-principal{border-style:none;}header .logo{height:auto;}header .logo img{height:auto;}@media (min-width:1024px){header .slogan{top:136px;left:50%;transform:translateX(-50%);right:auto;}header .logo{width:225.10144838702564px;height:auto;top:24px;left:50%;transform:translateX(-50%);right:auto;}header .logo img{height:auto;}#headercontent{min-height:209px;}#bloc-fil-title{min-height:46px;}header .logo img img{height:auto;}.template_fiche_produit_1 .wrap-images .grande-image img{max-height:555px;}}.template_fiche_produit .pro-pannier {
  display: flex;
  flex-wrap: wrap;
}

.template_fiche_produit .wrap-description .prix{
	width: 100%;
}

.template_fiche_produit .pro-pannier .information_stock {
  order: 2;
  width: 100%;
}

.template_fiche_produit .pro-pannier .declinaison {
  order: 3;
  width: 100%;
}

.template_fiche_produit .pro-pannier .notification_product {
  order: 4;
  width: 100%;
}

.template_fiche_produit .pro-pannier .block-price{
  order: 1;
  width: 100%;
  margin-bottom: 0;
}


.template_fiche_produit .pro-pannier .stock {
  order: 5;
  width: 100%;
}


.template_fiche_produit .pro-pannier .bloc-quantite {
  order: 6;
}


.template_fiche_produit .pro-pannier .block-addbasket {
  order: 7;
}


.template_fiche_produit .pro-pannier .addbasket.button{
  margin-top: 0;
}