/* STYLE CMONSITE EDITOR */
body{background-color:rgba(0,0,0,1);}header .logo{}.title_section{font-size:15px;}.contenu-editable h1{font-size:16px;}#nav-principal .navigation_link_p{color:rgba(255,255,255,1);}.button, input[type="submit"], .formulaires_perso input[type="submit"]{background-color:rgba(213,177,66,1);}.block-shipping .fa{display:none;border-bottom-width:0px;border-left-width:0px;border-right-width:0px;border-top-width:0px;}.block-shipping .msg-shiping{font-size:90px;color:rgba(213,177,66,1);}.block-shipping{font-weight:700;}.contenu-editable{color:rgba(213,177,66,1);}.template_fiche_produit .bloc-description-detaille > .h4{display:none;}@media (min-width:1024px){header .logo{top:0px;left:2px;height:auto;width:306.3636360168457px;}header .logo img{height:auto;}header .slogan{top:101px;left:45px;}.template_fiche_produit_1 .wrap-images .grande-image img{max-height:223.7926025390625px;}.template_fiche_produit_1 .wrap-images{width:29.62%;}}.button-tel-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  color: #fff;
  z-index: 2;
}

/*** Bouton WhatsApp ***/
.dmkt-whatsapp-button{
    position: fixed;
  bottom: 100px;
  right: 24px;
    z-index: 100;
}
.dmkt-whatsapp-button .fa-whatsapp:before {
    color:#fff;
    font-size:48px;
    background-color: #25D366;
    padding: 15px;
  border-radius: 50px;
}
.dmkt-whatsapp-button:hover{
    opacity: 0.8;
}

/** Bouton "haut de site" ***/
#top_fleche {
    position: fixed;
    left: 50px;
    bottom: 50px;
    z-index: 1000;
}

#top_fleche a {
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 3px;
    padding: 0;
    text-align: center;
    display: block;
    transition: background-color .2s linear, color .2s linear;
	 background: #d0af3b;
    color: #fff
}

#top_fleche a:before {
    content: url("/uploaded/140215/font-awesome/chevron-up-solid.svg");
    display: block;
    width: 50%;
    margin: 2px auto 0;
}
#main-conteneur {
  overflow: hidden;
}