@charset "utf-8"; 
/* CSS Document */
/* Dans ce fichier ne doit être présent que la mise en forme générale du site ainsi que la mise en forme dans les zones spécifiques */

body {margin:0; padding:0; font-family: 'Roboto Condensed', sans-serif; font-size:16px; background:#FFFFFF; color:#637419; }
body * {outline:none; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { body * {image-rendering: initial; }}
strong {font-weight:700; }
.noscroll { overflow: hidden; height: 100%; width:100%; }

body.mfp-open {height:100%; overflow:hidden; }
body.mfp-open .mfp-wrap {}
body.popin-open .mfp-wrap { overflow:hidden !important; /*height: 100% !important; */ position: /*static*/fixed; }

body.showLayout {overflow: hidden !important; height: 100% !important; width:100% !important; }
body.showLayout #modal-layout { width: 100%; height: 100%; position: fixed; left: 0px; top: 0px; z-index: 3001; display: block; background: rgba(0,0,0,0.6); }

.layout {background:rgba(115,115,115,0.5); width:100%; height:100%; position:fixed; top:0px; left:0px; z-index:100; display:none; }
.layout.visible {display:block; }

/* POPUP */
.mfp-bg {z-index:3250 !important; }
.mfp-wrap, .mfp-content {z-index:3300 !important; }
.mfp-bg {background:#262818 !important; opacity: 0.6 !important; }
.mfp-close-btn-in .mfp-close {color: #000; font-size: 45px; }
.white-popup {position: relative; background: #FFF; overflow-y:auto; padding: 20px 10px; width: auto; max-width: 590px; max-height:885px; min-height: 160px; margin: 50px auto; border-radius: 5px; }

/* FIN POPUP */

#global.dev {opacity:0.8; }
#global {padding-top:214px; }
#global.global-type-famille {background:#f2f6e9;}
.noscroll #global {overflow: hidden; height:0px; }
.global {max-width:1735px; padding:0 20px; margin:0 auto; }

/* BANDEAU */
#bandeau {padding:0; position:fixed; left:0px; top:0px; width:100%; z-index:3000; }
.lg {height:214px; }
.sm {height:65px; }

/* Bandeau réduit */
#bandeau.sm { }
#bandeau.sm #bandeau-haut {height:0; overflow:hidden; }
#bandeau.sm #bandeau-conteneur {height:25px; }
#bandeau.sm #bandeau-contact {height:25px; }

#bandeau.sm #bandeau-milieu {-webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
#bandeau.sm #bandeau-droite {width:calc(100% - 50px); }

#bandeau.sm #bandeau-client > a::before, 
#bandeau.sm #bandeau-client > a:visited::before {display:none;}

#bandeau.sm #bandeau-recherche {display:none; }
#bandeau.sm #bandeau-panier .bandeau-nombre {display:none; }


#bandeau.sm #logo {top:0; width: 140px;}
#bandeau.sm #logo a img {height: 65px; width:auto; }
#bandeau.sm #menu-conteneur { height:40px !important; }
#bandeau.sm #menu {}
#bandeau.sm #menu > .global {padding-left: 86px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
#bandeau.sm #menu .menu-element .menu-element-contenu > a > span, 
#bandeau.sm #menu .menu-element .menu-element-contenu > a:visited > span, 
#bandeau.sm #menu .menu-element .menu-element-contenu > span {}


/* Bandeau non réduit */
#bandeau-haut {height:50px; background:#a2c315; text-align:center; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; }
#bandeau-haut .global {height:100%; max-width:100%; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
#bandeau-haut-phrase { width: calc(100% - 500px); max-width:1260px; padding: 0 10px; margin: 0; font-size:18px; color:#fff; height: 100%; text-align: center; box-sizing: border-box; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#global #bandeau-haut-phrase p {margin:0; text-align:center; }
#bandeau-haut-phrase a,
#bandeau-haut-phrase a:visited {color:#fff; }

#bandeau-commande-urgente {width:267px; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap:wrap; flex-wrap:wrap; visibility:hidden; opacity:0;}
#bandeau-commande-urgente.connecte { visibility: visible; opacity: 1;}
#bandeau-commande-urgente > a,
#bandeau-commande-urgente > a:visited {width:100%; height: 100%; font-size:16px; color:#fff; text-transform:uppercase; background:#771214; text-decoration:none; letter-spacing: 0.5px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; }
#bandeau-commande-urgente > a i,
#bandeau-commande-urgente > a:visited i {margin-right:15px; width:20px; height:22px; display:block; background:url(../images/icone-urgent.png) no-repeat left center; background-size: 100% auto;}
#bandeau-commande-urgente > a:hover {background:#b21e28; }


#bandeau-conteneur {position: relative; z-index: 400; height:calc(100% -50px); width:100%; }

#bandeau-contact {position:relative; z-index:40; height:80px; background:#f2f6e9; }
#bandeau-contact .global {height: 100%; max-width: 100%; padding:0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
#bandeau-contact .global > div {max-width: 1770px; width:100%; height:100%; position:relative; z-index:40; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

#bandeau #logo {position: absolute; z-index: 10; left: 5px; top: -50px; width:251px; }
#bandeau #logo a,
#bandeau #logo a:visited {text-decoration:none; display:block; background:#fff; padding: 0 15px; box-sizing: border-box; height:100%;}
#bandeau #logo a img {display:block; height:auto; width:100%; }

#bandeau-milieu {height: 100%; width: calc(100% - 270px); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap:wrap; flex-wrap:wrap; }

/* Recherche */
#bandeau-recherche {height:100%; width: 45%; max-width: 615px; position: relative; padding-top: 5px; margin-left: 190px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; box-sizing:border-top;}
#bandeau-recherche #centre-layout.recherche { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; z-index: 1000; display: block; background:url(../images/ajax-loader.gif) no-repeat center 25px #F8F7F7; }
#bandeau-recherche form {width:100%; height:100%; }
#bandeau-recherche #input-recherche { position:relative; width:100%; height:60px; margin-top: 8px; position: relative; box-sizing: border-box; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#bandeau-recherche #input-recherche::after {content: ''; width: calc(100% - 2px); height: 1px; position: absolute; left: 2px; bottom: 12px; background: #637419; }

#bandeau-recherche #input-recherche > input {width: calc(100% - 30px); height: 45px; box-sizing: border-box; padding: 7px 5px 5px; background: none; border:none; outline: none; font-size: 18px; font-weight: 400; color: #637419; font-family: 'Roboto Condensed', sans-serif; }

#bandeau-recherche #input-recherche > input::placeholder{opacity:1; font-size: 18px; font-weight: 400; font-style: italic; color: #637419; font-family: 'Roboto Condensed', sans-serif; }
#bandeau-recherche #input-recherche > input::-webkit-input-placeholder {opacity:1; font-size: 18px; font-weight: 400; font-style: italic; color: #637419; font-family: 'Roboto Condensed', sans-serif; }
#bandeau-recherche #input-recherche > input::-moz-placeholder {opacity:1; font-size: 18px; font-weight: 400; font-style: italic; color: #637419; font-family: 'Roboto Condensed', sans-serif; }
#bandeau-recherche #input-recherche > input:-ms-input-placeholder {opacity:1; font-size: 18px; font-weight: 400; font-style: italic; color: #637419; font-family: 'Roboto Condensed', sans-serif; }
#bandeau-recherche #input-recherche > input:-moz-placeholder {opacity:1; font-size: 18px; font-weight: 400; font-style: italic; color: #637419; font-family: 'Roboto Condensed', sans-serif; }

#bandeau-recherche #input-recherche #input-recherche-submit {width: 28px; height: 50px; position:relative; cursor: pointer; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
#bandeau-recherche #input-recherche #input-recherche-submit button { cursor:pointer; padding:5px 10px 5px 5px; background:none; border:none; }
#bandeau-recherche #input-recherche #input-recherche-submit i {color:#637419; font-size: 18px; margin-top: 5px; }


/* ELEMENTS BANDEAU PANIER */
#bandeau-droite { height:100%; width: 55%; max-width: 540px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

#bandeau-panier {height: 100%; width:270px; background:#637419; }
#bandeau-panier > a,
#bandeau-panier > a:visited,
#bandeau-panier > span { text-decoration:none; text-transform:uppercase; height: 100%; width:100%; font-size:17px; color:#f2f6e9; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#bandeau-panier .bandeau-nombre {width:25px; height:23px;  display:block; position: relative; padding: 10px; z-index: 10; }
#bandeau-panier .bandeau-nombre::before { content:""; width:25px; height:23px; display:block; background:url(../images/icone-panier.png) no-repeat center center; background-size: 100% auto;}
#bandeau-panier .bandeau-nombre-articles {background:#a2c315; font-weight:600; font-size:14px; color:#fef2e0; width:18px; height:18px; position: absolute; z-index: 11; right: 0; top: 0; border-radius:20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } 	
	
#bandeau-client {height: 100%; width:267px; background:#f2f6e9; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap:wrap; flex-wrap:wrap; }
#bandeau-client > a,
#bandeau-client > a:visited {width:100%; height: 100%; font-size:17px; color:#637419; text-transform:uppercase; text-decoration:none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; }
#bandeau-client > a::before,
#bandeau-client > a:visited::before {margin-right:15px; content:""; width:20px; height:22px; display:block; background:url(../images/icone-user.png) no-repeat left center; background-size: 100% auto;}
#bandeau-client > a:hover {background:#637419; color:#f2f6e9; }
#bandeau-client > a:hover::before {background:url(../images/icone-user-on.png) no-repeat left center; background-size: 100% auto;}


/* MENU */
/* Menu niveau 1 */
#menu-conteneur { height: 84px; clear:both; background:#fff; -webkit-transition: height 400ms ease-in-out; -moz-transition: height 400ms ease-in-out; -ms-transition: height 400ms ease-in-out; -o-transition: height 400ms ease-in-out; transition: height 400ms ease-in-out; }
#menu-wrapper {height:100%; }
#menu {list-style:none; margin:0px auto; padding: 0; height:100%; }
#menu > .global {text-align:right; position:relative; z-index:30; height:100%; }
#menu > .global > div { height:100%; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } 
#menu > .global > div > div{ height:100%; width:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
#menu > .global > div > div > div {height:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#menu .menu-element { display:inline-block; vertical-align:top; position:relative; z-index:30; height:100%; margin:0 30px; }
#menu .menu-element:first-child {margin-left:0; }
#menu .menu-element:last-child {margin-right:0; }
#menu .menu-element .menu-element-contenu {height:100%;}
#menu .menu-element .menu-element-contenu > i {  display: none;}
#menu .menu-element .menu-element-contenu > span { cursor:default; }
#menu .menu-element .menu-element-contenu > a,
#menu .menu-element .menu-element-contenu > a:visited {display:block; height:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#menu .menu-element .menu-element-contenu > a > span,
#menu .menu-element .menu-element-contenu > a:visited > span,
#menu .menu-element .menu-element-contenu > span {color: #637419; text-align: center; padding: 10px 0 7px; height:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-sizing:border-box; box-sizing:border-box; }
#menu .menu-element .menu-element-contenu > a > span> span,
#menu .menu-element .menu-element-contenu > a:visited > span> span,
#menu .menu-element .menu-element-contenu > span > span { font-size:18px; text-transform:uppercase; letter-spacing: 1.5px; position:relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
#menu .menu-element .menu-element-contenu > a > span> span img,
#menu .menu-element .menu-element-contenu > a:visited > span> span img,
#menu .menu-element .menu-element-contenu > span > span img {margin-right: 10px; }
#menu .menu-element.menu-grand {}
#menu .menu-element.menu-grand .menu-element-contenu > a > span,
#menu .menu-element.menu-grand .menu-element-contenu > span {padding:0px 0 1px; }
#menu .menu-element .menu-element-contenu > a,
#menu .menu-element .menu-element-contenu > a:visited {text-decoration:none; }
#menu .menu-element .menu-element-contenu > a:hover {text-decoration:none; }

/** SINON **/
#menu .menu-element.selected .menu-element-contenu > span,
#menu .menu-element.selected .menu-element-contenu > a > span,
#menu .menu-element:hover .menu-element-contenu > a > span,
#menu .menu-element:hover .menu-element-contenu > span {color:#a2c315; }

#menu .menu-element:hover .smenu-conteneur { animation : affichageSousMenu 300ms linear 500ms 1 forwards; } 
 

@keyframes affichageSousMenu {
 from {
	 visibility: hidden; 
	 opacity: 0; 
 }
 to {
	 visibility: visible; 
	 opacity: 1; 
 }
}


/* Sous menu niveau 1 */
#menu .smenu-conteneur {visibility: hidden; opacity: 0; position:absolute; left:0px; z-index:200; width:350px; min-height:20px; background: #ffffff; }
#menu .smenu-conteneur .global {padding:0 !important; }
#menu .smenu-bas {}
#menu .smenu-centre { margin:0 !important; padding:0 !important; list-style:none; width:100%; text-align: left; }
#menu .smenu-centre-menus {padding:0 10px; }
#menu .smenu-element {  margin-bottom: 15px; }
#menu .smenu-element::after {content: ""; height: 1px; display:block; width:100%; margin:0 auto; background:#fff; }
#menu .smenu-element:last-child::after {display:none; }
#menu .smenu-element > span { cursor:default; }
#menu .smenu-element > a {text-decoration:none; }
#menu .smenu-element > a > span,
#menu .smenu-element > span {color:#000000; text-align:center; display:block; padding:8px 5px; width: 100%; font-size:18px; position: relative; z-index: 2; text-transform:uppercase; font-weight:700; box-sizing: border-box; letter-spacing: 0.7px;}
#menu .smenu-element:first-child > a > span,
#menu .smenu-element:first-child > span {border:none; }

#menu .smenu-element.selected > span,
#menu .smenu-element.selected > a > span,
#menu .smenu-element:hover > a > span,
#menu .smenu-element:hover > span {color:#637419; }

/* Sous menu niveau 2 */
#menu .ssmenu-conteneur {padding:0px; margin:0px; }
#menu .ssmenu-element {}
#menu .ssmenu-element > span { cursor:default; }
#menu .ssmenu-element > a {text-decoration:none; }
#menu .ssmenu-element > a > span,
#menu .ssmenu-element > span {color:#637419; display:block; padding:5px 5px 5px 15px; font-size:14px; position:relative; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:start; -ms-flex-pack:start; justify-content: flex-start; -webkit-box-align:center; -ms-flex-align:center; align-items:center; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
#menu .ssmenu-element:first-child > a > span,
#menu .ssmenu-element:first-child > span {border:none; }

#menu .ssmenu-element > span > span,
#menu .ssmenu-element > a > span > span { display: block; max-width:calc(100% - 30px); height: 100%; -webkit-transition: margin-left 300ms ease-in-out; -moz-transition: margin-left 300ms ease-in-out; -ms-transition: margin-left 300ms ease-in-out; -o-transition: margin-left 300ms ease-in-out; transition: margin-left 300ms ease-in-out; }
#menu .ssmenu-element > a > span::after,
#menu .ssmenu-element > span::after {content:"\f105"; font-family:FontAwesome; font-size:15px; color:#a2c315; /*position: absolute;right:25px; top: 0;*/ margin-left: 10px; opacity:0;  height: 100%; -webkit-transition: right 300ms ease 0ms; -moz-transition: right 300ms ease 0ms; -ms-transition: right 300ms ease 0ms; -o-transition: right 300ms ease 0ms; transition: right 300ms ease 0ms; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }


#menu .ssmenu-element.selected > span,
#menu .ssmenu-element.selected > a > span,
#menu .ssmenu-element:hover > a > span,
#menu .ssmenu-element:hover > span {color:#a2c315; }
#menu .ssmenu-element.selected > span > span,
#menu .ssmenu-element.selected > a > span > span,
#menu .ssmenu-element:hover > a > span > span,
#menu .ssmenu-element:hover > span > span {margin-left: 10px; }
#menu .ssmenu-element.selected > a > span::after,
#menu .ssmenu-element.selected > span::after,
#menu .ssmenu-element:hover > a > span::after,
#menu .ssmenu-element:hover > span::after {opacity:1; right:15px; }




/* MENU SPECIAL */

#menu .menu-element.menu-special{position: initial; }


#menu .menu-element.menu-special .smenu-conteneur {width:calc(100% - 20px); left: initial!important; right: 10px; background: none; }
#menu .menu-element.menu-special .smenu-centre { min-height:540px; padding: 25px 15px !important; box-sizing: border-box; position:relative ; z-index:1210; border-radius: 20px; background: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3); box-shadow: 0px 0px 5px rgba(0,0,0,0.3); }

#menu .smenu-centre .smenu-photo-container {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 329px; margin-right:30px; position: relative; }
#menu .smenu-centre .smenu-photo {display:none; position:absolute; top:0; left:0!important; z-index:1220; border-radius: 15px; overflow: hidden; display: block; width: 100%; }
/* #menu .smenu-centre .smenu-photo:first-child {display:block; } */

#menu .smenu-centre .smenu-container-row{width: calc(100% - 359px); font-size:0; }
#menu .menu-element.menu-special .smenu-row {text-align: left; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; justify-content: flex-start; min-height:245px; }
#menu .menu-element.menu-special .smenu-element { background:none; width: calc(33.333% - 20px); margin: 10px;display:inline-block; vertical-align:top; box-sizing: border-box; position: relative; border:none; }
#menu .menu-element.menu-special .smenu-element .icone-menu i{display:block;  width: 70px;  height: 26px; background:url(../images/icone-vague-produit.png) no-repeat center left; background-size:auto 100%;}
#menu .menu-element.menu-special .smenu-element.vert .icone-menu i{filter:brightness(0) invert(70%) sepia(93%) saturate(945%) hue-rotate(22deg) brightness(95%) contrast(84%); }
#menu .menu-element.menu-special .smenu-element.bleu-fonce .icone-menu i {filter: brightness(0) invert(14%) sepia(11%) saturate(3929%) hue-rotate(175deg) brightness(92%) contrast(93%); }
#menu .menu-element.menu-special .smenu-element.bleu .icone-menu i {filter: brightness(0) invert(32%) sepia(81%) saturate(1043%) hue-rotate(181deg) brightness(90%) contrast(90%); }
#menu .menu-element.menu-special .smenu-element.rose .icone-menu i {filter: brightness(0) invert(72%) sepia(16%) saturate(1124%) hue-rotate(289deg) brightness(98%) contrast(90%); }
#menu .menu-element.menu-special .smenu-element.bleu-clair .icone-menu i {filter: brightness(0) invert(65%) sepia(77%) saturate(372%) hue-rotate(135deg) brightness(84%) contrast(87%); }
#menu .menu-element.menu-special .smenu-element.marron .icone-menu i {filter: brightness(0) invert(38%) sepia(24%) saturate(2375%) hue-rotate(352deg) brightness(92%) contrast(87%); }

#menu .menu-element.menu-special .smenu-row .smenu-element:first-child{margin: 0; }
#menu .menu-element.menu-special .smenu-element > a > span,
#menu .menu-element.menu-special .smenu-element > span {font-size:21px; text-align:left;}

#menu .menu-element.menu-special .ssmenu-element > a > span,
#menu .menu-element.menu-special .ssmenu-element > span {padding:5px;}

/* CENTRE */
#centre {min-height:150px; }
#centre .global {}
#centre .global .contenu-wrapper {padding:20px 0; min-height:150px; position:relative; }


/* PANIER */

#contenu-panier-reponse-conteneur { color: #000; text-align: center; width: 650px; z-index: 2000; position:fixed; left: calc(50% - (650px / 2)); top:225px; display:none; }
#contenu-panier-reponse-conteneur.sm {top:125px; }
#contenu-panier-reponse-conteneur.sticky {top: 260px; position:fixed; }
#contenu-panier-reponse-conteneur .panier-reponse {position:relative; z-index:2000; }
#global #contenu-panier-reponse-conteneur p {margin:5px 0; text-align: center; line-height: 23px; }
#contenu-panier-reponse-conteneur i {margin-right: 15px; }
#contenu-panier-reponse-conteneur .panier-reponse-erreur {background: #d71515; font-weight:500; font-size:17px; color:#fff; border: 2px solid #fff; padding: 20px 0.8em; vertical-align:bottom; }
#contenu-panier-reponse-conteneur .panier-reponse-message {background: #45cc45; font-size:17px; font-weight:500; color:#fff; border: 2px solid #fff; padding: 20px 0.8em; }
#contenu-panier-reponse-conteneur .panier-reponse-message i {vertical-align:bottom; font-size:25px; color:#fff}
#contenu-panier-reponse-conteneur .fermer {cursor:pointer; z-index: 2000; position:absolute; right:10px; top:10px; font-size:15px; color:#fff; }
#contenu-panier-reponse-conteneur .panier-reponse-bouton-conteneur {margin-top:20px !important; text-align:center;}
#contenu-panier-reponse-conteneur .panier-reponse-bouton {background: #fff; color:#45cc45; text-decoration: none; border:none; padding:5px 10px;}


.f-nav .panier-contenu {background: #f9f9f9; }

.cadre-titre {width:100%; height:45px; }
.cadre-titre a,
.cadre-titre a:visited { text-align:left; padding: 7px 10px 14px 16px; text-decoration:none; background: #999; display: block; font-weight: bold; color: #777777; text-shadow: 1px 1px rgba(0,0,0,0.2); overflow: hidden; }
.cadre-titre .fa-shopping-cart {display: inline-block; font-size: 23px; line-height: 23px; color: white; padding-right: 15px; }
.cadre-titre .panier-titre {color: white; font: 600 18px/22px "Open Sans",sans-serif; padding-right: 5px; }
.cadre-titre .panier-etat {font-size: 13px; display: inline-block; vertical-align: baseline; color: #999; text-shadow: 1px 1px rgba(0,0,0,0.2); }
.cadre-contenu {}

.panier-contenu {width:270px; height:auto; font-size:15px; background:#fff; }
.panier-contenu .cadre-titre {color:#000000; text-align:center; }
.panier-contenu .cadre-contenu {}
.panier-contenu .cadre-contenu-centre {}

.panier-contenu .cadre-contenu-detail {width:250px; padding:20px 10px 16px 10px; }
.panier-contenu .cadre-contenu-detail .aucun {font-size:13px; }
.panier-contenu .cadre-contenu-detail .gauche {float:left; width:230px; font-size:0; }
.panier-contenu .cadre-contenu-detail .photo {width:80px; heihgt:80px; display:inline-block; }
.panier-contenu .cadre-contenu-detail .nombre { display:inline-block; vertical-align:top; width:34px; font-size:13px; }
.panier-contenu .cadre-contenu-detail .label {display:inline-block; vertical-align:top; width:115px; font-size:13px; }
.panier-contenu .cadre-contenu-detail .label .nom {text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding-bottom: 8px; display:block; }
.panier-contenu .cadre-contenu-detail .label .prix {font-size: 13px; color: #777; white-space: nowrap; display:block; }
.panier-contenu .cadre-contenu-detail .droite {float:right; width:16px; text-align:center; }
.panier-contenu .cadre-contenu-detail .delete {display:inline-block; vertical-align:top; font-size:18px; color:#777777; cursor:pointer; }
.panier-contenu .cadre-contenu-detail .delete:hover {color:#515151; }
.panier-contenu .cadre-contenu-lignes {border-top: 1px solid #d6d4d4; font-weight: bold; padding: 10px 20px 22px 20px; }
.panier-contenu .cadre-contenu-ligne {overflow: hidden; border-bottom: 1px solid #515151; padding: 7px 0; }
.panier-contenu .cadre-contenu-ligne .label {color: #999; font-size: 13px; float:left; }
.panier-contenu .cadre-contenu-ligne .valeur {font-size: 13px; color: #777; white-space: nowrap; float:right; }
.panier-contenu .cadre-contenu-total {border-bottom: none; }
.panier-contenu .cadre-contenu-ttc {font-size: 13px; }

.panier-contenu .panier-bandeau-payer {overflow: hidden; padding: 20px 20px; margin: 0; background: #f6f6f6; }
.panier-contenu .panier-bandeau-payer a, 
.panier-contenu .panier-bandeau-payer a:visited { font-size:15px !important; display:block; text-decoration:none; text-align:center; font: bold 13px/17px Arial,Helvetica,sans-serif; color: #fff; background: #999; border: 1px solid #999; padding: 7px 0; text-shadow: 1px 1px rgba(0,0,0,0.24); border-radius: 0; }
.panier-contenu .panier-bandeau-payer a i {color: #999; }
.panier-contenu .panier-bandeau-payer a:hover {background:#fff; color:#999; }

/* FIN PANIER */


/* CONTENU */
#contenu {overflow:hidden; }
#contenu-bandeau {height:150px; }
#global .titre, 
#global h1,
#global h2.h1,
.white-popup h1 { font-weight:400; font-size:50px; color:#637419; text-align:left; }
#global .titre em,
#global h1 em,
#global h2.h1 em,
.white-popup h1 em {font-style:normal; display:block; font-weight:700; font-size:18px; color:#a2c315; text-transform:uppercase; letter-spacing: 1px; }
#global h2:not(.h1),
.white-popup h2:not(.h1) { text-transform:uppercase; color:#a2c315; font-size: 24px; font-weight:700; }
#global h3,
.white-popup h3 {margin-left: 10px; font-size:18px; color:#637419; text-align:left; position:relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
#global h3 > div,
.white-popup h3 > div {line-height: 20px; }
#global h3::before,
.white-popup h3::before { content: "\f2d1"; font-family: FontAwesome; font-size: 14px; display: block; color: #a2c315; margin-top: 1px; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
#global h4,
.white-popup h4 {font-size:20px; color:#484c36; font-weight:700;}
#global p,
.white-popup p { text-align:justify; line-height: 22px; }
.white-popup p {word-break: break-all; }
#centre p.bouton,
#centre p span.bouton {cursor:default; text-align:center; margin:10px auto; }
#centre p.bouton:hover,
#centre p span.bouton:hover {background:#a2c315 !important; color:#fff !important; }
#global .bouton p {margin:0 !important; cursor:default; }
#global table.bouton {cursor:default; }
#centre ul,
.white-popup ul {padding-left: 20px; list-style: none; margin-left: 20px; }
#centre ul ul,
.white-popup ul ul {margin-left:0; }

#centre ul li,
.white-popup ul li {line-height: 19px; margin:7px 0; padding-left:0; position:relative; list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
#centre ul li > div,
.white-popup ul li > div {line-height: 22px; }
#centre ul li::before,
.white-popup ul li::before { content: "\f138"; font-family: FontAwesome; font-size: 11px; display: block; color: #a2c315; margin-right:6px; }
a,
a:visited {color:#a2c315; text-decoration:underline; }
a:hover {text-decoration:none; }
#global ul li p {margin:0px; }
.white-popup img {max-width:100%; max-height:100%; height:auto; }

#contenu table.table {width:100%; border-collapse:collapse; }
#contenu table.table th, #contenu table.table td {}
#contenu table.table th {text-align:center; padding:10px 0; }
#contenu table.table tbody tr {}
#contenu table.table td {padding:15px 10px; border-bottom:1px solid #8B8E8E; }
#contenu table.table td.center {text-align:center; }


/* Tableau vertical */
#contenu .table > thead > tr > th {border-bottom: 2px solid #e0e0e0; vertical-align: bottom; }
#contenu .table > thead > tr > th, #contenu .table > tbody > tr > th, #contenu .table > tfoot > tr > th, #contenu .table > thead > tr > td, #contenu .table > tbody > tr > td, #contenu .table > tfoot > tr > td {vertical-align: middle; border-top: 1px solid #e0e0e0; line-height: 1.5; padding: 6px 10px; }

#contenu .table > thead:first-child > tr:first-child > th, #contenu .table > thead:first-child > tr:first-child > td {border-top:0 none; }

#contenu .table-vertical tr { border: 1px solid #ccc; }
#contenu .table-vertical td { height:20px; }


/* Fil d'ariane */
#ariane-conteneur {margin:0 auto 10px; width:100%; border-bottom:1px solid #f0eaea; border-top: 1px solid #f0eaea; padding:15px 0; background:#fff;}
#ariane {width:calc(100% - 40px); max-width: 1510px; margin:0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#ariane a,
#ariane span {text-decoration:none; font-size:14px; color:#b7b5b5; font-weight:400; }
#ariane span.ariane-fleche {width: 13px; height: 13px; font-size:12px; border:1px solid #b7b5b5; border-radius:10px; margin: 0 8px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#ariane span.ariane-element-final {color:#a2c315; font-weight:600; }


/* Languettes */
#languette-container {height:279px; width:81px; position : fixed; right:0px; top:250px; z-index:5000; }

#languette-admin { width:81px; height:93px; background: url(../images/lang-interface-gestion.png); cursor:pointer; top:0px; position:absolute; right:0; z-index:5000; }
#languette-admin:hover { width: 198px; height: 93px; background: url(../images/lang-interface-gestion-depliee.png); }

#languette-page { height:93px; width:81px; background: url(../images/lang-gestion-page.png); cursor:pointer; top:98px; position:absolute; right:0; z-index:5000; }
#languette-page:hover { width: 198px; height: 93px; background: url(../images/lang-gestion-page-depliee.png); }

#languette-page-disabled { height:93px; width:81px; background: url(../images/lang-gestion-page-off.png); cursor:pointer; top:98px; position:absolute; right:0; z-index:5000; }
#languette-page-disabled:hover { width: 198px; height: 93px; background: url(../images/lang-gestion-page-off-depliee.png); }

#languette-deconnexion { height:93px; width:81px; background : url(../images/lang-deconnexion.png); cursor:pointer; top:196px; position:absolute; right:0; z-index:5000; }
#languette-deconnexion:hover { width: 198px; height: 93px; background: url(../images/lang-deconnexion-depliee.png); }

/* MAINTENANCE */
#maintenance-totale { width:100%; margin:0 auto; }
#maintenance-totale #authentification .authentification-conteneur {margin: 15px auto; }
#maintenance-totale #centre {height:100%; }
#maintenance-totale #centre .global {max-width:960px; height:100%; }
#maintenance-totale #centre .global #contenu {height:calc(100% - 50px); padding: 25px 0; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; }
#maintenance-totale #centre .global #contenu h2.maintenance {text-align:center; }
#maintenance-totale #centre .global #contenu p {margin-top:7px; margin-bottom:7px; }
#maintenance-totale #centre .global #contenu img {max-width:100%; height:auto; }
#maintenance-totale #maintenance-submit {}

/* Plan du site */
.plansite-ul {}
.plansite-li {}
.plansite-a {text-decoration:none; }
.plansite-a:hover {text-decoration:underline; }
.plansite-span {}

/* Mosaique */
.mosaique-conteneur {text-align:left; margin: 20px auto; }
.mosaique-conteneur .mosaique-ligne {text-align:left; margin: 10px 0; }
.mosaique-conteneur .mosaique-element {display:inline-block; vertical-align:top; margin:5px; }
.mosaique-conteneur .mosaique-element a, 
.mosaique-conteneur .mosaique-element a:visited {width:100%; height:100%; display:block; }
.mosaique-conteneur .mosaique-element a img {display:block; }

/* Diaporama */
#contenu .diaporama-container { position: relative; z-index:1; overflow:hidden; min-height:280px; min-width:300px; }
/** Carousel **/
#contenu .diaporama-slider { position: relative; overflow: hidden; min-width:240px; min-height: 200px; margin:0 auto; }
#contenu .diaporama-slider ul { width: 20000em; position: relative; list-style: none; margin: 0; padding: 0; }
#contenu .diaporama-slider .diaporama-slider-li {text-align:center; margin:0 auto; cursor:pointer; float: left; padding: 0; min-width:240px; min-height: 200px; list-style:none; }
#contenu .diaporama-slider .diaporama-slider-li::before {display:none; }
#contenu .diaporama-slider .diaporama-slider-li a,
#contenu .diaporama-slider .diaporama-slider-li a:visited {display:block; width:100%; height:100%; }
#contenu .diaporama-slider .diaporama-slider-li .diaporama-slider-image {width:100%; height:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#contenu .diaporama-slider .diaporama-slider-li .diaporama-slider-image img {width:100%; height:100%; object-fit:contain; -o-object-fit:contain; }
.diaporama-prev, .diaporama-next { position: absolute; top: 0; width: 30px; min-height: 200px; text-align: center; }
.diaporama-prev i, .diaporama-next i {position: absolute; top: 40%; left:25%; font-size:50px; }
.diaporama-prev { left: 0px; }
.diaporama-next { right: 0px; }

.diaporama-boutons{ width:80px; margin:5px auto 0; }
.diaporama-pause {width:20px; }
.diaporama-lecture {width:20px; }
.diaporama-pause i,.diaporama-lecture i {margin:0 10px; cursor:pointer; font-size:20px; }



/*Accueil */
#accueil-haut-conteneur {position:relative; z-index:20; }
/* SLIDER */
#accueil-slider-conteneur {position: relative; z-index: 20; }
#accueil-slider-loader {width:100%; height:100%; position:absolute; left:0; top:0; z-index:35; background:url(../images/ajax-loader.gif) no-repeat center center #F8F7F7; }

/** Carousel **/
#accueil-slider { position: relative; z-index: 20; overflow: hidden; height:573px; opacity: 0; 
 -webkit-transition: opacity 0.5s; 
 -moz-transition: opacity 0.5s; 
 -ms-transition: opacity 0.5s; 
 -o-transition: opacity 0.5s; 
 transition: opacity 0.5s; } /* HEIGHT A MODIFIER */
#accueil-slider.__initialized { opacity: 1; }
#accueil-slider ul { width: 20000em; position: relative; z-index:20; list-style: none; margin:0 !important; padding:0 !important; height:100%; }
#contenu #accueil-slider .accueil-slider-li {display: initial; float: left; margin:0 !important; padding:0 !important; height:100%; background:none; line-height: initial; /** SI FONDU : position:absolute; z-index:20; */}
#accueil-slider .accueil-slider-li::before {display:none; }
#accueil-slider .accueil-slider-li .accueil-slider-centre { position:relative; z-index:10; height:100%; width:100%; max-width: 100%; }
#accueil-slider .accueil-slider-li .accueil-slider-centre .global {position:relative; z-index:10; width:calc(100% - 40px); height:100%; background:none; }


/* CONTENU DES SLIDES */
#accueil-slider .accueil-slider-li .accueil-slider-image {position:absolute; left:0px; top:0; z-index:9; width:100%; height:100%; }
#accueil-slider .accueil-slider-li .accueil-slider-image a,
#accueil-slider .accueil-slider-li .accueil-slider-image a:visited {display:block; height:100%; }
#accueil-slider .accueil-slider-li .accueil-slider-imageordi {display:block; }
#accueil-slider .accueil-slider-li .accueil-slider-imagetablette {display:none !important; }
#accueil-slider .accueil-slider-li .accueil-slider-imagemobile {display:none !important; }

#accueil-slider .accueil-slider-li .accueil-slider-contenu {position:absolute; left:10px; top:10px; z-index:11; width:calc(100% - 20px); height:calc(100% - 140px); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap:wrap; flex-wrap:wrap; }
#accueil-slider .accueil-slider-li .accueil-slider-titre,
#accueil-slider .accueil-slider-li .accueil-slider-titre a,
#accueil-slider .accueil-slider-li .accueil-slider-titre a:visited {letter-spacing: 1px; text-decoration:none; font-weight:700; font-size:20px; text-transform:uppercase; color:#fff; }
#accueil-slider .accueil-slider-li .accueil-slider-texte { margin-top: 15px; }
#accueil-slider .accueil-slider-li .accueil-slider-texte,
#accueil-slider .accueil-slider-li .accueil-slider-texte p {font-weight:400; font-size:40px; color:#fff; }
#accueil-slider .accueil-slider-li .accueil-slider-texte p {margin:3px 0 ; line-height: initial; }
#accueil-slider .accueil-slider-li .accueil-slider-texte .bouton,
#accueil-slider .accueil-slider-li .accueil-slider-texte .bouton:visited,
#accueil-slider .accueil-slider-li .accueil-slider-texte .bouton-fleche,
#accueil-slider .accueil-slider-li .accueil-slider-texte .bouton-fleche:visited {margin-top: 20px !important; background:#fff; font-size:15px; font-weight:700; color:#637419; min-width:200px; min-height:40px; }
#accueil-slider .accueil-slider-li .accueil-slider-texte .bouton:hover,
#accueil-slider .accueil-slider-li .accueil-slider-texte .bouton-fleche:hover {background:#637419; color:#fff; }


#accueil-slider .accueil-slider-li .accueil-slider-contenu.centre {text-align:center; }
#accueil-slider .accueil-slider-li .accueil-slider-contenu.centre .accueil-slider-titre,
#accueil-slider .accueil-slider-li .accueil-slider-contenu.centre .accueil-slider-texte ,
#accueil-slider .accueil-slider-li .accueil-slider-contenu.centre .accueil-slider-texte p {text-align:center; }
 
#accueil-slider .accueil-slider-li .accueil-slider-contenu.gauche {text-align:left; }
#accueil-slider .accueil-slider-li .accueil-slider-contenu.gauche .accueil-slider-titre,
#accueil-slider .accueil-slider-li .accueil-slider-contenu.gauche .accueil-slider-texte ,
#accueil-slider .accueil-slider-li .accueil-slider-contenu.gauche .accueil-slider-texte p {text-align:left; }

#accueil-slider .accueil-slider-li .accueil-slider-contenu.droite {text-align:right; }
#accueil-slider .accueil-slider-li .accueil-slider-contenu.droite .accueil-slider-titre,
#accueil-slider .accueil-slider-li .accueil-slider-contenu.droite .accueil-slider-texte ,
#accueil-slider .accueil-slider-li .accueil-slider-contenu.droite .accueil-slider-texte p {text-align:right; }

#accueil-haut-centre {background:#fff;}
/* PAVES */
#accueil-paves-conteneur {text-align:left; margin-top: -114px; width: 100%; position:relative; z-index: 25; min-height: 220px; }
#accueil-paves-conteneur .global {text-align:center; height:100%; }
#accueil-paves-conteneur .accueil-pave {width: 220px; height: 220px; margin: 0 0 25px 9px; display:inline-block; vertical-align:top; position:relative; z-index:10; overflow: hidden; background:#fff; border: 5px solid #ffffff; border-radius: 50%; cursor: pointer; }
#accueil-paves-conteneur .accueil-pave:nth-child(5n+1) {margin-left:0; }

#accueil-paves-conteneur .accueil-pave-nom {height: 50%; display: block; background:#a2c315; box-sizing: border-box; padding: 20px 10px 0; line-height: 23px; letter-spacing: 1.6px; position:relative; z-index:10; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap:wrap; flex-wrap:wrap; }
#accueil-paves-conteneur .accueil-pave-nom::before {position:absolute; left:0; bottom:0; z-index:10; display:block; content:""; background: url(../images/icone-pave.png) no-repeat center center; width:100%; height:80px; }

#accueil-paves-conteneur .accueil-pave-nom a,
#accueil-paves-conteneur .accueil-pave-nom a:visited {text-decoration: none; }
#accueil-paves-conteneur .accueil-pave-nom span { font-weight:700; font-size:20px; color:#fff; }
#accueil-paves-conteneur .accueil-pave-nom em {font-weight:400; font-style:normal; display:block; }

#accueil-paves-conteneur .accueil-pave-image {width:100%; height:50%; overflow: hidden; }
#accueil-paves-conteneur .accueil-pave-image img {width:100%; height:100%; object-fit: cover; }


#accueil-paves-conteneur .accueil-pave-texte {position: absolute; top: -1px; left: 0; width:100%; height:calc(50% + 1px); overflow: hidden; z-index: 100; box-shadow: inset 2px 1px 4px rgba(0,0,0,0.1); -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }

#accueil-paves-conteneur .accueil-pave-texte .accueil-pave-nom {opacity: 1; height: 100%; -webkit-transition: opacity 0.6s ease-in-out; -moz-transition: opacity 0.6s ease-in-out; -o-transition: opacity 0.6s ease-in-out; -ms-transition: opacity 0.6s ease-in-out; transition: opacity 0.6s ease-in-out; width: 100%; position: absolute; left: 0; top: 0; z-index: 15; }
#accueil-paves-conteneur .accueil-pave-texte .pave-texte {opacity: 0; font-weight:400; font-size: 11px; color:#fff; -webkit-transform: rotate3d(1,0,0,-180deg); -moz-transform: rotate3d(1,0,0,180deg); -o-transform: rotate3d(1,0,0,-180deg); -ms-transform: rotate3d(1,0,0,-180deg); transform: rotate3d(1,0,0,-180deg); -webkit-transition: opacity 0.6s ease-in-out; -moz-transition: opacity 0.6s ease-in-out; -o-transition: opacity 0.6s ease-in-out; -ms-transition: opacity 0.6s ease-in-out; transition: opacity 0.6s ease-in-out; height: 100%; width: 100%; position: absolute; left: 0; top: 0; z-index: 15; padding: 12px 15px 0; box-sizing: border-box; }
#accueil-paves-conteneur .accueil-pave-texte .pave-texte > span {height: calc(100% - 47px); display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow:hidden; }
#accueil-paves-conteneur .accueil-pave-texte .pave-texte .pave-bouton {width: 105px; height: 20px; margin: 5px auto 0px; box-sizing: border-box; opacity: 0; -webkit-transition: opacity 0.8s ease-in-out; -moz-transition: opacity 0.8s ease-in-out; -o-transition: opacity 0.8s ease-in-out; -ms-transition: opacity 0.8s ease-in-out; transition: opacity 0.8s ease-in-out; }
#accueil-paves-conteneur .accueil-pave-texte .pave-texte .pave-bouton .bouton-fleche {color:#637419; font-size:11px; background:#fff; min-width:0; min-height:0; padding:2px 5px; text-transform:initial; margin:0; box-shadow: 0 0 5px rgba(2, 3, 3, 0.29); height:100%; width:100%; line-height: 12px; }
#accueil-paves-conteneur .accueil-pave-texte .pave-texte .pave-bouton .bouton-fleche span { width: calc(100% - 20px) !important; }
#accueil-paves-conteneur .accueil-pave-texte .pave-texte .pave-bouton .bouton-fleche i {margin-left: 5px; font-size: 12px; }

#accueil-paves-conteneur .accueil-pave:hover .accueil-pave-texte .accueil-pave-nom,
#accueil-paves-conteneur .accueil-pave.selected .accueil-pave-texte .accueil-pave-nom {opacity: 0; }
#accueil-paves-conteneur .accueil-pave:hover .accueil-pave-texte,
#accueil-paves-conteneur .accueil-pave.selected .accueil-pave-texte {-webkit-transform: rotate3d(1,0,0,-180deg); -moz-transform: rotate3d(1,0,0,-180deg); -o-transform: rotate3d(1,0,0,-180deg); -ms-transform: rotate3d(1,0,0,-180deg); transform: rotate3d(1,0,0,-180deg); box-shadow: inset 0 0 5px rgba(255,255,255,0.2), inset 0 0 3px rgba(0,0,0,0.3); background:#c1df43; }

#accueil-paves-conteneur .accueil-pave:hover .accueil-pave-texte .pave-texte,
#accueil-paves-conteneur .accueil-pave.selected .accueil-pave-texte .pave-texte {opacity: 1; }
#accueil-paves-conteneur .accueil-pave:hover .accueil-pave-texte .pave-texte .pave-bouton,
#accueil-paves-conteneur .accueil-pave.selected .accueil-pave-texte .pave-texte .pave-bouton {opacity: 1; }

/* PRODUITS */
#accueil-produits-mosaique-conteneur { margin-bottom: 15px; }		
#accueil-produits-mosaique-conteneur .titre {text-align:center; font-weight:700; font-size:22px; color:#637419; text-transform:uppercase; letter-spacing: 1.5px; margin: 15px 0; }			
#accueil-produits-mosaique {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }		
#accueil-produits-mosaique .accueil-produit {margin:10px; position:relative; z-index:10; width:182px; height:116px; border:2px solid #ccc; padding: 25px 10px 15px; box-sizing:border-box; border-radius:5px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

#accueil-produits-mosaique .accueil-produit.vert {border-color:#a2c315; }
#accueil-produits-mosaique .accueil-produit.bleu-fonce {border-color:#152d49; }
#accueil-produits-mosaique .accueil-produit.bleu {border-color:#1b6bb2; }
#accueil-produits-mosaique .accueil-produit.rose {border-color:#ee98bf; }
#accueil-produits-mosaique .accueil-produit.bleu-clair {border-color:#39b8c1; }
#accueil-produits-mosaique .accueil-produit.marron {border-color:#a85819; }

#accueil-produits-mosaique .accueil-produit::after {content:""; display:block; width:100%; height:40px; background:url(../images/icone-vague-produit.png) no-repeat center center; margin:0 auto 0; background-size: auto 100%; position: absolute; bottom: 15px; left: 0; z-index:10; }

#accueil-produits-mosaique .accueil-produit.vert::after {filter:brightness(0) invert(70%) sepia(93%) saturate(945%) hue-rotate(22deg) brightness(95%) contrast(84%); }
#accueil-produits-mosaique .accueil-produit.bleu-fonce::after {filter: brightness(0) invert(14%) sepia(11%) saturate(3929%) hue-rotate(175deg) brightness(92%) contrast(93%); }
#accueil-produits-mosaique .accueil-produit.bleu::after {filter: brightness(0) invert(32%) sepia(81%) saturate(1043%) hue-rotate(181deg) brightness(90%) contrast(90%); }
#accueil-produits-mosaique .accueil-produit.rose::after {filter: brightness(0) invert(72%) sepia(16%) saturate(1124%) hue-rotate(289deg) brightness(98%) contrast(90%); }
#accueil-produits-mosaique .accueil-produit.bleu-clair::after {filter: brightness(0) invert(65%) sepia(77%) saturate(372%) hue-rotate(135deg) brightness(84%) contrast(87%); }
#accueil-produits-mosaique .accueil-produit.marron::after {filter: brightness(0) invert(38%) sepia(24%) saturate(2375%) hue-rotate(352deg) brightness(92%) contrast(87%); }



#accueil-produits-mosaique .accueil-produit a,
#accueil-produits-mosaique .accueil-produit a:visited {width:100%; height:100%; display:block; text-align: center; text-decoration:none; }

#accueil-produits-mosaique .accueil-produit > a > span,
#accueil-produits-mosaique .accueil-produit > span {font-size:18px; color:#637419; font-weight:700; width:100%; height:100%; display:block; text-align: center; }

/* PRODUITS SLIDE */
#accueil-produits-conteneur {position: relative; z-index: 11; margin: 20px 0 0px; background:#f2f6e9; padding: 55px 0;}
#accueil-produits-slider-conteneur {position: relative; z-index: 20; margin-top: 55px;}
#accueil-produits-slider-conteneur > .global {max-width:2005px; position: relative; z-index: 20; }
#accueil-produits-loader {width:100%; height:100%; position:absolute; left:0; top:0; z-index:35; background:url(../images/ajax-loader.gif) no-repeat center center #F8F7F7; }

/** Carousel **/
#accueil-produits-slider {margin: 0 110px; position: relative; z-index: 20; overflow: hidden; height:250px; } /* HEIGHT A MODIFIER */
#accueil-produits-slider ul { width: 20000em; position: relative; z-index:20; list-style: none; margin:0 !important; padding:0 !important; height:100%; }
#contenu #accueil-produits-slider .accueil-produit-slider-li {width:490px; height:100%; display: initial; float: left; margin:0 15px !important; padding:0 !important; background: none; line-height: initial; }
#accueil-produits-slider .accueil-produit-slider-li::before {display:none; }
#contenu #accueil-produits-slider .accueil-produit-slider-li > div {width: calc(100% - 10px); height: calc(100% - 12px); margin: 5px; background: #fff; padding:20px; border-radius:5px; position: relative; z-index:10; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2); box-shadow: 0 0 5px rgba(0,0,0,0.2); display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
#contenu #accueil-produits-slider .accueil-produit-slider-li > div::after {border-radius:5px; content:""; width:100%; height:100%; border:1px solid #fff; position:absolute; left:0; top:0; z-index:12; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }

#accueil-produits-slider .accueil-produit-image {width:50%; height: calc(100% - 2px); position:absolute; right:1px; bottom:1px; z-index:11; }
#accueil-produits-slider .accueil-produit-image img {width:100% !important; height:100% !important; -o-object-fit: contain; object-fit: contain; }
#accueil-produits-slider .accueil-produit-contenu { width:50%; position:relative; z-index:11; }

#accueil-produits-slider .accueil-produit-categorie {background:#a2c315; text-align:center; padding:5px 15px; border-radius: 5px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

#accueil-produits-slider .accueil-produit-categorie.vert {background:#a2c315; }
#accueil-produits-slider .accueil-produit-categorie.bleu-fonce {background:#152d49; }
#accueil-produits-slider .accueil-produit-categorie.bleu {background:#1b6bb2; }
#accueil-produits-slider .accueil-produit-categorie.rose {background:#ee98bf; }
#accueil-produits-slider .accueil-produit-categorie.bleu-clair {background:#39b8c1; }
#accueil-produits-slider .accueil-produit-categorie.marron {background:#a85819; }

#accueil-produits-slider .accueil-produit-categorie img {width: 20px; height: auto; margin-right: 10px; filter: invert(97%) sepia(100%) saturate(0%) hue-rotate(9deg) brightness(101%) contrast(102%);}
#accueil-produits-slider .accueil-produit-categorie span {font-weight:700; font-size:12px; letter-spacing:1px; text-transform:uppercase; color:#fff; line-height: 15px; max-width: calc(100% - 30px);}
#accueil-produits-slider .accueil-produit-centre {margin-top: 20px; height: calc(100% - 50px); display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; }
#accueil-produits-slider .accueil-produit-infos {margin-top: 10px; }
#accueil-produits-slider .accueil-produit-nom {font-weight:700; font-size:17px; color:#637419; }
#accueil-produits-slider .accueil-produit-texte {font-weight:400; font-size:15px; color:#637419; margin-top: 15px; }
#accueil-produits-slider .accueil-produit-suite { margin-top: 20px; }
#accueil-produits-slider .accueil-produit-suite i {font-size: 14px; color: #a2c315; }
#accueil-produits-slider .accueil-produit-suite span {font-style:italic; font-weight: 300; font-size:15px; color:#637419; }

#contenu #accueil-produits-slider .accueil-produit-slider-li:hover > div::after{border:3px solid #a2c315; }
#contenu #accueil-produits-slider .accueil-produit-slider-li:hover .accueil-produit-suite span{color:#a2c315; }

/** Carousel Controls **/
#accueil-produits-fleches-conteneur {position:relative; z-index:20; }
#accueil-produits-fleches-conteneur a,
#accueil-produits-fleches-conteneur a:visited {text-decoration:none; }
#accueil-produits-control-prev,
#accueil-produits-control-next {text-align: center; position: absolute; z-index:20; cursor:pointer; top: -250px; width:110px; height:250px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#accueil-produits-control-prev.inactive ,
#accueil-produits-control-next.inactive {opacity:0; }
#accueil-produits-control-prev { left: 0px; }
#accueil-produits-control-next { right: 0px; }
#accueil-produits-control-prev i,
#accueil-produits-control-next i {color:#637419; font-size:55px; }

#accueil-produits-bouton {text-align:center; margin:35px 0 0; }
#accueil-produits-bouton a.bouton-fleche,
#accueil-produits-bouton a.bouton-fleche:visited {width: calc(100% - 20px); max-width: 500px;}

#accueil-presentation {width:100%; padding-top: 100px; }
#accueil-presentation .global {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; height: 100%; }
#accueil-presentation-contenu {margin-right: 65px; background: #fff; width: 670px; box-sizing: border-box; padding: 19px 50px 25px; }
#accueil-presentation-contenu a.bouton,
#accueil-presentation-contenu a.bouton:visited,
#accueil-presentation-contenu a.bouton-fleche,
#accueil-presentation-contenu a.bouton-fleche:visited {width:100% !important; max-width:480px; margin:15px 0 0 !important; }

/* Commande validée accueil */
#confirmation-commande-validee {position:fixed; top:150px; left:0px; width:100%; z-index:10000; }
#confirmation-commande-validee-contenu {background: #e6efc2; border: 2px solid #c6d880; color: #8a1f11; padding:15px; width:calc(100% - 54px); max-width:990px; margin:0 auto; }
#confirmation-commande-validee-contenu .fermer {display:block; float:right; }
#confirmation-commande-validee-contenu > p {color: #000000; font-size:17px; margin:15px 0; text-align:left; }


/* PRESENTATION */
#accueil-presentation-conteneur { position: relative; padding: 50px 0 24px; }

#accueil-presentation-conteneur .global { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#accueil-presentation-conteneur .global > div { width: 50%; box-sizing: border-box; }

#accueil-presentation-conteneur h1,
#accueil-presentation-conteneur h2.h1 { margin-top: 0; }
#accueil-presentation-conteneur h2 { margin-bottom: 31px !important; }

#accueil-presentation-conteneur .accueil-presentation-texte-conteneur { padding-right: 30px; }
#accueil-presentation-conteneur .accueil-presentation-texte-conteneur > div { max-width: 672px; }
#accueil-presentation-conteneur .accueil-presentation-texte-conteneur .accueil-presentation-texte { margin-bottom: 40px; }
#accueil-presentation-conteneur .accueil-presentation-texte-conteneur .accueil-presentation-texte p { margin: 19px 0 12px; text-align: left; line-height: 30px; font-size: 19px; }

#accueil-presentation-conteneur .accueil-presentation-bouton { text-align: left; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#accueil-presentation-conteneur .accueil-presentation-bouton > a,
#accueil-presentation-conteneur .accueil-presentation-bouton > div { width: calc(33.333% - (20px / 3)); margin-top:10px; margin-left: 10px; min-height: 41px; display: inline-flex; justify-content: center; align-items: center; vertical-align: top; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-decoration: none; border-radius: 2px; overflow: hidden; padding: 0 5px; box-sizing: border-box; }
#accueil-presentation-conteneur .accueil-presentation-bouton > a:nth-child(3n +1),
#accueil-presentation-conteneur .accueil-presentation-bouton > div:nth-child(3n +1) { margin-left: 0px; }
#accueil-presentation-conteneur .accueil-presentation-bouton > a span,
#accueil-presentation-conteneur .accueil-presentation-bouton > div span { color: #fff; text-transform: uppercase; font-size: 19px; font-weight: 700; letter-spacing: 1.14px; }

#accueil-presentation-conteneur .accueil-presentation-bouton > a i,
#accueil-presentation-conteneur .accueil-presentation-bouton > div i { display: inline-block; height: 29px; width: 29px; margin-right: 16px; }

#accueil-presentation-conteneur .accueil-presentation-image { position: relative; text-align: right; margin-top: 15px; padding-right: 3px; }
#accueil-presentation-conteneur .accueil-presentation-image img:nth-child(1) { position: absolute; z-index: 15; left: 0px; width: 58.7%; height: auto; top: 200px; border-radius: 2px; overflow: hidden; }
#accueil-presentation-conteneur .accueil-presentation-image img:nth-child(2) { position: relative; z-index: 10; width: 59%; height: auto; }



/* ACCUEIL ACTUALITES */
#accueil-actualites {position:relative; z-index:9; margin:10px 0 20px; background:#fff; -moz-background-size: 100% auto; -o-background-size: 100% auto; -webkit-background-size: 100% auto; background-size: 100% auto; }
#accueil-actualites::before {width:100%; height:126px; background:#fff; content:""; display: block; position:absolute; left:0; top:0; z-index:10; }
#accueil-actualites .global {max-width:1525px; padding:20px 10px; position: relative; z-index: 15; }

#accueil-actualites-toutes {text-align:center; margin:20px 0 40px; }
#accueil-actualites-toutes .bouton { font-weight:600 !important; height: 55px; }
#accueil-actualites-toutes .bouton:hover { }

/* ACTUALITES */
#actualites { position: relative; z-index: 20; overflow: hidden; height: auto; margin: 0 auto; width:100%; display: -ms-grid; display: grid; -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr; grid-template-columns: repeat(4, 1fr); grid-gap: 15px; } 

#actualites .actualite {width: 100%; max-width: 370px; background: #fff; text-align:center; z-index:8; position:relative; margin: 10px 0px; }
#actualites .actualite::after {opacity:0; content:""; width:100%; height:100%; background:rgba(40,12,62, 0.5); position:absolute; left:0; top:0; z-index:5; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease; }
#actualites .actualite .actualite-bouton {opacity:0; width:100%; height:100%; position:absolute; left:0; top:0; z-index:5; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#actualites .actualite .actualite-bouton .bouton,
#actualites .actualite .actualite-bouton .bouton:hover {color:#fff; border-color:#fff; background:none; font-weight:700; }
#actualites .actualite.bouton-js:hover::after,
#actualites .actualite.bouton-js:hover .actualite-bouton { opacity:1; z-index:11; }
#actualites .actualite.bouton-js:hover::after {z-index:10; }

#actualites .actualite .actualite-centre { z-index:8; position:relative; }
#actualites .actualite .actualite-image {width:100%; height: 250px; margin: auto; position: relative; }
#actualites .actualite .actualite-image img {width: 100%; height: 100%; object-fit: cover; -o-object-fit: cover; }

#actualites .actualite .actualite-contenu {padding:25px 15px 25px 20px; height: 220px; text-align:left; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
#actualites .actualite .actualite-categorie {margin-bottom:25px; font-weight:700; font-size:14px; color:#a2c315; text-transform:uppercase; letter-spacing: 1px; }
#actualites .actualite .actualite-nom {margin:0 0 18px; overflow: hidden; text-align: left; }
#actualites .actualite .actualite-nom a,
#actualites .actualite .actualite-nom a:visited {text-decoration:none; color: #637419; }
#actualites .actualite .actualite-nom > span,
#actualites .actualite .actualite-nom a > span,
#actualites .actualite .actualite-nom a:visited > span {color: #637419; font-size:19px; font-weight: 700; letter-spacing: 0.2px; text-decoration: none; line-height: 25px; }

#actualites .actualite .actualite-texte {width: 100%; overflow: hidden; font-size: 13px; color:#637419; }
#actualites .actualite .actualite-texte p { font-size: 13px; color:#637419; margin: 0; line-height: 23px; }


/* TEMPLATE ACTUALITE */
#template-actualite {}
#template-actualite .retour-actualites {}
#template-actualite .retour-actualites a,
#template-actualite .retour-actualites a:visited {}
#template-actualite .retour-actualites a:hover {}

/* Commentaires */
#template-actualite #commentaire-nombre {font-weight:bold; margin:15px 0; font-size:1.4em; }

#template-actualite #commentaire-form-conteneur {}
#template-actualite .commentaire-form {margin-bottom:10px; }
#template-actualite .commentaire-form label {display:block; font-size:0.9em; }
#template-actualite .commentaire-form .input-text {width:300px; }
#template-actualite .commentaire-form .textarea {height:100px; width:100%; }
#template-actualite .commentaire-form .submit {}
#template-actualite #commentaire-desactive {color: #444; font-size:0.9em; }

#template-actualite #commentaire-liste {margin:10px 0px; }
#template-actualite #commentaire-liste .commentaire {border-top:1px dotted #000; padding:10px 0; }
#template-actualite #commentaire-liste .commentaire .nom {font-weight:bold; font-size:0.9em; color:#0000EE; }
#template-actualite #commentaire-liste .commentaire .nom-admin {font-weight:normal; color: #000; font-size:0.8em; }
#template-actualite #commentaire-liste .commentaire .separator {color: #777; padding:0 5px; }
#template-actualite #commentaire-liste .commentaire .date {color:#777; font-size:0.8em; }
#template-actualite #commentaire-liste .commentaire .message {color: #444; font-size:0.9em; margin:5px 0; }
#template-actualite #commentaire-liste .administrateur {background-color:#FFF39B; }



/* NEWSLETTER */
#restez-connecte-conteneur {padding: 30px 0 60px; background: #fff;}
#restez-connecte-conteneur .global{ max-width: 1380px; }
#restez-connecte-conteneur #newsletter-conteneur {width: 100%; display: flex; justify-content: space-between; }
#restez-connecte-conteneur .bloc-newsletter {width: calc(50% - 3px); margin-bottom: 6px; overflow: hidden; position: relative; }
#restez-connecte-conteneur #newsletter-image img {height: 100%; width: 100%; object-fit: cover; position: absolute; right: 0; top: 0; }

#restez-connecte-conteneur #newsletter-contenu {background: #f2f6e9; padding:0 45px; box-sizing: border-box; }
#newsletter-texte h3 {margin-left:0; text-transform:uppercase; font-size:16px; }
#newsletter-texte h3::before {display:none; }
#newsletter-texte p {margin:15px 0; font-size:15px; }
#newsletter-reponse {  position: absolute;  left: 0;  top: 70px;  z-index: 20;  width: 100%; box-sizing:border-box;} 

#newsletter-form .input { background:none; }

#newsletter-formulaire-conteneur {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#newsletter-formulaire-conteneur p {color: #8f9193; font-size: 15px; line-height: 25px; font-weight: 500; padding: 0; }
#newsletter-formulaire-conteneur .input {width: calc(50% - 50px); position: relative; margin: 10px 0 20px; background: none; }
#newsletter-formulaire-conteneur input {width:calc(100% - 4px); background: none; border: none; border-bottom: 1px solid #8f9193; outline: none; height: 22px; font-family: 'Roboto Condensed', sans-serif; font-size: 14px; color: #8f9193; font-weight:300; }
#newsletter-formulaire-conteneur label {display:none; position: absolute; height: 100%; width: 100%; top: 0; left: 0; }

#newsletter-formulaire-conteneur input::-webkit-input-placeholder{font-family: 'Roboto Condensed', sans-serif; font-size: 14px; color: #b0b0af; font-weight:300; font-style:italic; }
#newsletter-formulaire-conteneur input::-moz-placeholder{font-family: 'Roboto Condensed', sans-serif; font-size: 14px; color: #b0b0af; font-weight:300; font-style:italic; }
#newsletter-formulaire-conteneur input::-ms-input-placeholder{font-family: 'Roboto Condensed', sans-serif; font-size: 14px; color: #b0b0af; font-weight:300; font-style:italic; }
#newsletter-formulaire-conteneur input::placeholder{font-family: 'Roboto Condensed', sans-serif; font-size: 14px; color: #b0b0af; font-weight:300; font-style:italic; }

#restez-connecte-conteneur #newsletter-lettre {position: relative; z-index:10; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
#restez-connecte-conteneur input[type=checkbox] {-webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; }
#restez-connecte-conteneur #newsletter-lettre input[type=checkbox] {cursor:pointer; position:relative; border: 1px solid #8e8e8e; width: 14px; height: 14px; position: relative; top: 4px; outline: none; }
#restez-connecte-conteneur #newsletter-lettre input[type=checkbox]:checked::before{ cursor:pointer; font-family: FontAwesome; content: '\f00c'; display: block; color: #8e8e8e; font-size: 13px; position: absolute; top: -2px; }
#restez-connecte-conteneur #newsletter-lettre label {cursor:pointer; font-weight:300; font-size:14px; color:#8f9193; margin-top: 5px; width: calc(100% - 30px); }

#newsletter-contenu #newsletter-submit { margin: 20px 0; }
#newsletter-contenu #newsletter-submit button.bouton-fleche {width:143px; height:33px; min-height:0; font-size:14px; padding: 5px 10px; margin:0; }

#newsletter-contenu #newsletter-info p {color: #8f9193; font-size: 14px; line-height: 20px; text-align:left; }
#newsletter-contenu #newsletter-info a,
#newsletter-contenu #newsletter-info a:visited {color: #8f9193; }

#rassurances-conteneur {position:relative; z-index:10; }
#rassurances-conteneur .global { padding:50px 10px 15px; max-width:1735px; min-height:200px; position:relative; z-index:15; }
#rassurances {text-align:center; position:relative; z-index:15; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:start; -ms-flex-align:start; align-items:flex-start; }
#rassurances .rassurance {margin: 10px; width:255px; position:relative; }
#rassurances .rassurance-image {height:105px; width:105px; background:#fff; margin:0 auto 10px; border-radius: 15px; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
#rassurances .rassurance-nom {color:#ffffff; font-size:23px; font-weight:700; }
#rassurances .rassurance-texte {font-size:16px; color:#ffffff; text-align:center; }
#rassurances .rassurance-texte p {text-align:center; margin-left:0; }
#rassurances .rassurance-separation {} 
#rassurances .rassurance:nth-child(2n+1) {padding-right:15px; }
#rassurances .rassurance:nth-child(2n+1)::after {content:""; width:205px; height:130px; position: absolute; right: -50%; top: 0; display:block; background:url(../images/rassurances-gauche.png) no-repeat center center; -moz-background-size: 100% auto; -o-background-size: 100% auto; -webkit-background-size: 100% auto; background-size: 100% auto; }
#rassurances .rassurance:nth-child(2n+2) {padding:0 15px; width:350px; }
#rassurances .rassurance:nth-child(2n+2)::after {content:""; width:205px; height:130px; position: absolute; right: -22%; top: 0; display:block; background:url(../images/rassurances-droite.png) no-repeat center center; -moz-background-size: 100% auto; -o-background-size: 100% auto; -webkit-background-size: 100% auto; background-size: 100% auto; }
#rassurances .rassurance:last-child::after {display:none; } 


/* PIED */
#pied {background:#385819; }
#pied .global {padding: 20px 10px 50px; max-width:1825px; }
#pied .global .contenu-wrapper {min-height:342px; margin:42px 0 5px 0px; position:relative; }


#pied ul li {padding:0; }

#pied-haut {display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
#pied #logo-pied {width:248px; position:relative; }
#pied #logo-pied a,
#pied #logo-pied a:visited {text-decoration:none; display:block; background:#fff; padding: 0 15px; box-sizing: border-box; }
#pied #logo-pied a img {vertical-align:top; height:auto; width:100%; }
#pied #pied-contact {display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
#pied #pied-contact-phrase {margin:10px 20px; font-size:15px; color:#fff; text-align:right; }

#pied #pied-telephone a,
#pied #pied-mail a { color:#637419; background:#e7e2dc; font-weight:700; padding: 5px 40px 5px 20px; border-radius:30px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-decoration:none; }
#pied #pied-telephone i,
#pied #pied-mail i {width:25px; height:25px; margin-right:10px; }
#pied #pied-telephone {margin:10px 20px; }
#pied #pied-telephone a,
#pied #pied-telephone a:visited { font-size:18px; }
#pied #pied-telephone i {color:#e7e2dc; -webkit-text-stroke: 1px #385819; font-size: 24px; }
#pied #pied-mail {margin:10px 20px; }
#pied #pied-mail > a > span,
#pied #pied-mail > a:visited > span {font-size:15px; }
#pied #pied-mail i { font-size: 19px; }

#pied .liens {padding:0; margin:0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align:start; -ms-flex-align:start; align-items:flex-start; }
#pied .liens li { margin:0; list-style:none; position:relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
#pied ul.liens li::before {display:none; }
#pied .liens li::after {content: ""; background: #bdb9c1; width: 5px; height: 1px; display:block; margin:0 5px; }
#pied .liens li:last-child::after {display:none; }
#pied .liens li > a {text-decoration:none; }
#pied .liens li > a > span,
#pied .liens li > a:visited > span,
#pied .liens li > span {text-decoration:none; color:#bdb9c1; font-weight:400; font-size:14px; line-height: 19px; font-style:italic; }

/** END **/

#pied-bas {margin-top: 25px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
#pied #pied-bas-phrase {font-weight:400; font-size:14px; color:#fff; width: 285px; text-align: left; }

#pied #pied-menus {margin-left: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

#pied .categorie {margin-bottom:20px; }
#pied .categorie > a {text-decoration:none; }
#pied .categorie > a > span,
#pied .categorie > a:visited > span,
#pied .categorie > span {text-decoration:none; color:#a2c315; font-size:16px; text-transform:uppercase; display:block; font-weight:700; }

#pied .menu {padding:0; margin:0 0 15px 0; }
#pied .menu:last-child {margin:0; }
#pied .menu .pied-menu { margin:0 0 8px 0; }
#pied .menu .pied-menu > a {text-decoration:none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
#pied .menu .pied-menu > a::before {content: ""; background: #ffffff; width: 5px; height: 1px; display:block; margin:0 5px; }
#pied .menu .pied-menu > a > span,
#pied .menu .pied-menu > a:visited > span,
#pied .menu .pied-menu > span {text-decoration:none; color:#ffffff; font-weight:400; font-size:16px; position: relative; }
 
#pied #pied-menu {margin:0 150px 0px 60px; } 
#pied .pied-produits { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
 #pied .pied-produits .pied-sous-col:first-child { margin-right: 65px; }
 
#pied #pied-reseaux { width: 535px; text-align:right; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
#pied #pied-reseaux .pied-social { margin: 10px; } 
#pied #pied-reseaux .pied-social a,
#pied #pied-reseaux .pied-social a:visited {position:relative; color:#fff; text-decoration:none; }
#pied #pied-reseaux .pied-social i {color:#fff; font-size: 30px; }
#pied #pied-reseaux .pied-social i.fa-facebook {font-size: 28px; }
#pied #pied-reseaux .pied-social a:hover 
#pied #pied-reseaux .pied-social a:hover i { color:#fff; }

/* Contact */
#contenu #module-contact {text-align:left; }
#module-contact #contact-conteneur {overflow:hidden; }

#contact-elements {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap:wrap; flex-wrap:wrap; }
#contact-elements h3 {margin-left:0; margin-bottom: 30px; font-size: 25px; }
#contact-elements h3::before{font-size: 19px; margin-top: 0; }
#contact-elements > div {width:calc(50% - 50px); }

/* Bloc adresse */
#module-contact-adresse {}
#module-contact-adresse #contact-container { margin-top: 40px; }
#module-contact-adresse .contact-adresse-element {margin-bottom: 25px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap:wrap; flex-wrap:wrap; }
#module-contact-adresse .contact-adresse-element i {font-size: 32px; color:#637419; margin-right: 25px; width:34px; text-align:center; }
#module-contact-adresse .contact-adresse-element i.fa-clock-o {font-size:39px; }
#module-contact-adresse .contact-adresse-titre {font-weight:700; font-size: 20px; margin-bottom: 5px; }
#module-contact-adresse .contact-adresse { width: calc(100% - 60px); }


body #contact-elements .input-text,
body #contact-elements .form-textarea { font-size:16px; width:100% !important; background:#ededed; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }

body #contact-elements .input-text {height:46px !important; }
body #contact-elements .form-textarea { height: 120px; }

#module-contact-formulaire {}
#contact-formulaire {}
#contact-formulaire p {margin-left:0; font-size:11px; } 
#contact-formulaire .contact-ligne {width:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap:wrap; flex-wrap:wrap; }
#contact-formulaire .contact-ligne > div {width:100%; margin:10px 0; }
#contact-formulaire .contact-ligne .form140 {float:none; text-align:left; margin-bottom: 10px; padding:0; width:auto; }
#contact-formulaire .contact-ligne .contact-col {width:calc(50% - 10px); }
#contact-formulaire .bouton {margin:10px 0; } 

#module-contact .contact-coordonnee {clear:left; margin-bottom:5px; }
#module-contact .contact-champ {margin-bottom:10px; }
#module-contact select { width: 100% !important; height: 45px !important; border:1px solid #dcdcdc; }
#module-contact #contact-captcha div {margin:0; }
#contact-formulaire #contact-optin p{margin-left: 0px; font-size:11px; line-height:13px; }


#module-contact #message-fichiers-conteneur {margin: 0 auto; max-width: 660px; }
#message-fichiers {font-size:15px; }
#message-fichiers-bouton {text-align:center; }
#message-fichiers-bouton * { display: inline-block; vertical-align: middle; margin:0 10px 0 0 !important; }
#message-fichiers #uploader {margin:20px 0; }
#message-fichiers .plupload_wrapper {width:95%; }

#message-fichiers.fichiers-container {margin-top:15px; }
#message-fichiers.fichiers-container .inlineblock {display:inline-block; vertical-align:top; }
#message-fichiers.fichiers-container .fichier-infos {width:calc(100% - 40px); }
#message-fichiers.fichiers-container .fichier-contenu { margin: 5px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
#module-contact #message-fichiers .fichier-supprimer {width: 20px; cursor:pointer; margin:0px 15px 10px 0; }
#module-contact #message-fichiers .fichier-supprimer i {font-size:22px; color:#cc0000; }
#message-fichiers.fichiers-container .fichier-contenu .fichier-nom { font-size:14px; margin:3px 0 0; }
#message-fichiers.fichiers-container .fichier-contenu .fichier-nom i {vertical-align:top; margin-right:10px; width: 20px; font-size: 18px; }
#message-fichiers.fichiers-container .fichier-contenu .fichier-nom span {display:inline-block; }
#message-fichiers.fichiers-container .fichier-contenu .fichier-nom > span {text-align:left; width: calc(100% - 30px); margin-left: 30px; }
#message-fichiers.fichiers-container .fichier-contenu .fichier-nom label span {vertical-align:middle; width:calc(100% - 35px); text-align:left; }

#message-fichiers-conteneur .fichiers-boutons-container {margin:0 0 15px 0; }
#message-fichiers-conteneur .fichiers-boutons-container a {margin:0 10px; }
#message-fichiers-conteneur .fichiers-boutons-container .bouton {margin:5px 5px 5px 0; }
#erreurs-fichiers {display:none; }
#erreurs-fichiers .reponseFermer {padding: 5px 0; float: right; cursor:pointer; }



/* Template Gabarit */
#gabarit-photo { padding:0 0 20px; }
#gabarit-photo .gabarit-photo-conteneur {margin-bottom:25px; position: relative; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#gabarit-photo .gabarit-photo-conteneur:not(.gabarit-centre) {border-bottom:2px solid #000; padding-bottom:25px; }
#gabarit-photo .gabarit-photo-conteneur:first-child,
#gabarit-photo .gabarit-photo-conteneur:last-child {border:none; padding-bottom:0; }
#gabarit-photo .gabarit-photo-conteneur.gabarit-gauche {flex-direction:row-reverse; }
#gabarit-photo .gabarit-photo-conteneur .global-gabarit {width:100%; }
#gabarit-photo .gabarit-photo-conteneur .global-gabarit-texte {width:50%; height:100%; margin:0 auto; }
#gabarit-photo .gabarit-photo-conteneur.gabarit-droite .global-gabarit-texte {/* -ms-flex-preferred-size: content; flex-basis: content; */}
#gabarit-photo .gabarit-photo-conteneur .global-gabarit-texte > div {margin: 0 25px; }
#gabarit-photo .gabarit-photo-conteneur .gabarit-image {width:50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; } 
#gabarit-photo .gabarit-photo-conteneur .gabarit-image img {width:100% !important; height:100% !important; object-fit: contain; -o-object-fit:contain; max-width: 700px !important; max-height: 700px !important; }

 
/* Template Gabarit Page*/
#gabarit-page {margin-bottom:25px; }
#gabarit-page .container-gabarit {position: relative; overflow: hidden; }
#gabarit-page .container-gabarit-video { display:-webkit-box; display:-ms-flexbox; display:flex; }
#gabarit-page .container-gabarit-video.gauche {-webkit-box-orient:horizontal; -webkit-box-direction:reverse; -ms-flex-direction:row-reverse; flex-direction:row-reverse; }
#gabarit-page .global-gabarit{width: 100%; padding: 0; max-width: 1304px; display: flex; margin: auto; }
#gabarit-page .global-gabarit > div {width: 100%; text-align: center; }
#gabarit-page .global-gabarit.global-gabarit-image > div {max-width: 757px; }
#gabarit-page .global-gabarit.global-gabarit-video {width:50%; }

#gabarit-page .global-gabarit.gabarit-centre > div {max-width: 100%; }

#gabarit-page .gabarit-gauche,
#gabarit-page .gabarit-droite {position: relative; overflow: hidden; }
#gabarit-page .gabarit-gauche {justify-content:flex-end; }
#gabarit-page .gabarit-centre {justify-content:center; }
#gabarit-page .gabarit-droite {justify-content:flex-start; }

#gabarit-page .gabarit-image {position: absolute; top: 100px; width: calc(50% - 187px); height: calc(100% - 100px); }
#gabarit-page .gabarit-image.droite {right: 0}
#gabarit-page .gabarit-image.gauche {left: 0}
#gabarit-page .gabarit-image img {width: 100%; height: 100%; object-fit: cover; -o-object-fit:cover; }
#gabarit-page .global-gabarit-gauche {padding: 0; max-width: 1075px; display: flex; margin: auto; justify-content:flex-end; overflow: hidden; }
#gabarit-page .global-gabarit-droite {padding: 0; max-width: 1075px; display: flex; margin: auto; justify-content:flex-start; overflow: hidden; }
#gabarit-page .global-gabarit-centre {padding: 0; max-width: 1075px; margin: auto; overflow: hidden; }
#gabarit-page .global-gabarit-centre .gabarit-texte { max-width: 1075px; }
#gabarit-page .gabarit-texte {padding:0 10px; margin-top: 70px; overflow: hidden; text-align:left; }
#gabarit-page #gabarit-texte-1 {margin-top: 0px; }
/* #gabarit-photo h2, */
#gabarit-page ul {display: flow-root; }
#gabarit-page .gabarit-gauche-image img,
#gabarit-page .gabarit-droite-image img {width:100%; height:auto; }

#gabarit-page .container-gabarit-video .global-gabarit {margin:0 auto; }
#gabarit-page .container-gabarit-video .gabarit-texte {margin-top:0; }
#gabarit-page .container-gabarit-video .gabarit-texte :first-child {margin-top:0; }

#gabarit-page .gabarit-video {width: 50%; box-sizing: border-box; }
#gabarit-page .gabarit-video.droite {padding-left: 10px; }
#gabarit-page .gabarit-video.gauche {padding-right: 10px; }
#gabarit-page .gabarit-video > iframe {width:100%; height:auto; }
#gabarit-page .gabarit-video .iframe-responsive-wrapper {position: relative; }
#contenu #gabarit-page .gabarit-video .iframe-responsive-wrapper .iframe-ratio { display: block; width: 100%; height: auto; }
#gabarit-page .gabarit-video .iframe-responsive-wrapper .iframe-responsive-iframe {position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }
#gabarit-page .gabarit-video .iframe-responsive-wrapper .iframe-responsive-iframe iframe {width: 100% !important; height: 100% !important; }



/* MODULE AUTHENTIFICATION */
#authentification {}
#authentification .authentification-conteneur {max-width:400px; width:calc(100% - 32px); padding:15px; border:1px solid #ccc; margin:0 auto; }
#authentification .form {margin:10px 0; font-size:0; }
#authentification .form .form140 {width:105px; font-size:15px; float: none; display: inline-block; vertical-align:middle; }
#authentification .form .input-text {width:calc(100% - 145px); display: inline-block; vertical-align:middle; }
#authentification .form .bouton {margin:30px auto 0; display:block; }
#authentification-motdepasse-oublie {font-size:13px; text-align: right; }

/* Moteur de recherche */
#recherche-formulaire { position:relative; z-index:1; }
#recherche-formulaire-input {display:inline-block; vertical-align:top; width:250px; height:30px; }
#recherche-formulaire-input .input-text {width:calc(100% - 20px); }
#recherche-formulaire-submit {display:inline-block; vertical-align:top; height:34px; cursor:pointer; }
#recherche-formulaire-submit button.bouton-fleche { height: 100%; margin: 0 !important; min-height: 30px; padding: 5px 10px; }
#recherche-formulaire-submit button.bouton-fleche span {width:auto; }
#recherche-formulaire-submit button.bouton-fleche i{ margin-left: 10px; }
#recherche-formulaire-submit button.bouton-fleche i::before {content:"\f002"; }

#recherche-resultats #famille {width:100% !important; }

#recherche-resultats #famille-produits-centre {display:-webkit-box;display:-ms-flexbox;display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align: stretch; -ms-flex-align: stretchstretch; align-items: stretch;}
#recherche-resultats #famille .conteneur {margin:10px !important; width:240px !important;}

/* PAGINATION */
#paginator {background:#fff; position:relative; z-index:10;  padding: 0 20px; margin: 10px auto; text-align:center;  display:-webkit-inline-box; display:-ms-inline-flexbox; display:inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#contenu #paginator .pagination-span, 
#contenu #paginator .pagination-lien {  color: #484c36;  font-weight: 400;  text-decoration: none;  display: inline-block;  margin: 0 15px;} 
#contenu #paginator .pagination-span {color: #a2c315;}


#famille #pagination,
#pagination {margin: 45px 0 5px; font-size:17px; text-align:center; position:relative; z-index:10; }
#famille #pagination::after,
#pagination::after {position:absolute; left:0; top:50%; z-index:9; width:100%; height:1px; background:#8c8b8b; content:""; }
#paginator-ajax{display:inline-block; position:relative; z-index:10; background:#f2f6e9; padding: 0 20px; }

#pagination i,
#pagination a,
#pagination a:visited {color:#484c36; font-weight:400; text-decoration:none; display:inline-block; margin:0 15px; }
#famille #pagination .pagination-lien-suspension {vertical-align:bottom; }
#famille #pagination .pagination-lien-suspension i {font-size:12px; }
#famille #pagination-bord-gauche,
#famille #pagination-bord-droit { letter-spacing: 1px; font-size:17px; font-weight:400 !important; }
#pagination a.selected,
#pagination a:hover {color: #a2c315; }

/* Recapitulatif de produit */
#recap-produit { position:fixed; top:calc(50% - 140px); left:0px; z-index: 3002; display:none; box-sizing:border-box;}
#recap-produit.visible { min-height:325px; width:calc(100% - 10px); max-width:1205px; display:block; }
#recap-produit * {box-sizing:border-box;}
#recap-produit .recap-padding {  }
#recap-produit-fermer {cursor:pointer; padding:10px; width:40px; height:40px; position:absolute; right:0; top:0; z-index:15; display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
#recap-produit-fermer i{font-size:22px; color:#484c36;}
#recap-produit-header {display:none; width:100%; background:#fff; }
#recap-produit .recap-produit-message {font-weight:400; font-size:50px; color:#a2c315; }
#recap-produit-contenu { width:100%; height: 100%; margin:0 auto; 
    background: #fff; position:relative; z-index:10; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;}
#recap-produit-gauche {background:#fff; width:58%; position:relative; z-index:10; }

#recap-produit-infos {width:100%; margin-top: 30px; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; }
#recap-produit-infos-miniature {width:220px; height:auto; border:1px solid #e3e6ea; margin-left:35px; border-radius:3px;  }
#recap-produit-infos-miniature img {width:100%; height:auto; }
#recap-produit-infos-contenu {margin-left:35px; width:calc(100% - 292px); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
#recap-produit-infos-nom {font-weight:700; font-size:20px; color:#484c36; margin-top:10px; }
#recap-produit-infos-nom span {font-weight:400; }
#recap-produit-infos-conditionnement { font-size:17px; color:#637419; font-weight:400;}
#recap-produit-infos-quantite-conteneur {margin:5px 0; display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-align: center;-ms-flex-align: center;align-items: center; }
#recap-produit-infos-quantite-conteneur .recap-produit-infos-sous-titre {margin-right: 5px; font-weight:700; font-size:15px; color:#484c36; }

#recap-produit-infos-quantite {background: #fff; border-radius:3px; width:145px; height:50px; overflow: hidden; padding: 5px; border:1px solid #cecece; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#recap-produit-infos-quantite span {cursor:pointer; text-align: center; font-weight:700; font-size:27px; color:#cecece; width:25px; height:100%; padding: 0 5px; }
#recap-produit-infos-quantite input {height: 100%; width:75px; font-weight:700; font-size:24px; color:#637419; border:none; background:#fff; text-align:center; font-family: 'Roboto Condensed'; }
#recap-produit-infos-quantite input[type="number"] { -moz-appearance: textfield; }
#recap-produit-infos-quantite input::-webkit-outer-spin-button,
#recap-produit-infos-quantite input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
#recap-produit-infos-erreur {display:none; color:#fc0d0d; font-size:14px; margin-left: 10px;}

#recap-produit-infos-prix {font-size:15px; font-weight:700; color:#484c36; }
#recap-produit-infos-prix span { font-size:22px; color:#637419; }
#recap-produit-infos-prix sup {font-size:12px; line-height: 15px; }
#recap-produit-infos-prix i {display:none;}

#recap-produit-droite { background:#f2f6e9; width:42%; max-width: 475px; position:relative; z-index:10; }
#recap-produit-droite-contenu {height: 100%; display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
#recap-produit-nbproduits {font-weight:700; font-size:20px; color:#a2c315;  margin-bottom:25px; }
#recap-produit-infos-panier {font-size:15px; color:#484c36; font-weight:700; }
#recap-produit-infos-panier > div { margin: 13px 0; }
#recap-produit-infos-panier span {font-weight:700; font-size:22px; color:#637419; margin-left: 10px;}
#recap-produit-infos-panier span sup {  font-size: 15px;}
#recap-produit-action {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: distribute; justify-content: space-around; }
#recap-produit .recap-produit-action > div {margin:5px 0 5px 5px; }
#recap-produit .recap-produit-action a, 
#recap-produit .recap-produit-action a:visited {text-decoration:none; text-align:center; display:block; width:200px; height:35px;  font-size:14px; border-radius:45px; letter-spacing:1px; border:1px solid #a2c315; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } 
#recap-produit .recap-produit-poursuivre {}
#recap-produit .recap-produit-poursuivre > a {color:#ffffff; background:#a2c315; font-weight:700; text-transform:uppercase; border-color:#f2f6e9;}
#recap-produit .recap-produit-poursuivre > a:hover {background:#637419; }
#recap-produit .recap-produit-panier {}
#recap-produit .recap-produit-panier > a {color:#a2c315; background:#ffffff; font-weight:400;}
#recap-produit .recap-produit-panier > a:hover {background:#f2f6e9; }
#recap-produit-action-mobile {display:none; padding:5px 10px 5px 20px; background:#a2c315; width:100%; }

/* TEMPLATE FAMILLE */
#famille-conteneur {max-width: 1510px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align:start; -ms-flex-align:start; align-items:flex-start; }


#famille-filtres-contenu {width:345px; }
#famille-filtres-contenu .famille-filtre-titre {font-weight:700; font-size:18px; color:#a2c315; letter-spacing:1px; text-transform:uppercase; margin-bottom:10px; position:relative; }
#famille-filtres-contenu .famille-filtre-titre i { font-size: 23px; margin-right: 5px; -webkit-transform: scaleX(-1); -ms-transform: scaleX(-1); transform: scaleX(-1); }

#famille-filtres-contenu .famille-filtre-titre .action {opacity:0; width: 15px; height: 15px; cursor:pointer; outline:none; position: absolute; top: 13px; right: 18px; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#famille-filtres-contenu .famille-filtre-titre .action span { position: absolute; background: #000; -moz-transition: all, 0.5s; -o-transition: all, 0.5s; -webkit-transition: all, 0.5s; transition: all, 0.5s; }
#famille-filtres-contenu .famille-filtre-titre .action span:first-child {top: 0px; left: 7px; width: 1px; height: 50%; margin-left: -0.5px; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
#famille-filtres-contenu .famille-filtre-titre .action span:last-child {top: 50%; left: 4px; width: 50%; height: 1px; margin-top: 1.5px; -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg); }


#famille-filtres-contenu .famille-filtre-titre .action {width: 15px; height: 15px; cursor:pointer; outline:none; position: absolute; top: 13px; right: 18px; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#famille-filtres-contenu .famille-filtre-titre .action span { position: absolute; background: #000; -moz-transition: all, 0.5s; -o-transition: all, 0.5s; -webkit-transition: all, 0.5s; transition: all, 0.5s; }
#famille-filtres-contenu .famille-filtre-titre .action span:first-child {top: 1px; left: 7px; width: 1px; height: 8px; margin-left: -0.5px; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
#famille-filtres-contenu .famille-filtre-titre .action span:last-child {top:8px; left: 3px; width: 8px; height: 1px; margin-top: 1.5px; -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg); }

#famille-filtres-contenu #famille-filtre-liste.active .famille-filtre-titre .action span:first-child {left: 3px; top:5px; }
#famille-filtres-contenu #famille-filtre-liste.active .famille-filtre-titre .action span:last-child {left: 4.5px; margin-top: 0.5px; }
#famille-filtres-contenu #famille-filtre-liste.active #famille-filtre-checkbox {display:block; }


#famille-filtres-contenu .famille-filtres-titre {font-weight:400; font-size:14px; color:#464646; letter-spacing:1.5px; text-transform:uppercase; margin-bottom:20px; }
#famille-filtres-contenu .famille-filtre { margin-left: 8px; }
 
#famille-filtres-contenu .famille-filtres-elements {margin-bottom:35px; }
#famille-filtres-contenu .famille-filtres-elements > div {margin: 5px 0; }
#famille-filtres-contenu .famille-filtres-elements label {padding:5px 0; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
#famille-filtres-contenu .famille-filtres-elements label > span:not(.coche) {margin-left:5px; line-height: 15px; width:calc(100% - 21px); }
#famille-filtres-contenu .famille-filtres-elements label > span.coche {width:12px; height:12px; position:relative; }

#famille-filtres-image {}
#famille-filtres-image img {width:100% !important; height:auto !important; }

#filtre-categorie {border-bottom: 1px solid #a7a9a0; margin-bottom: 60px; }
#filtre-categorie .categorie-option-conteneur {}
#filtre-categorie .categorie-option-titre {cursor:pointer; line-height: 21px; position:relative; min-height:40px; font-weight:700; letter-spacing:2px; text-transform:uppercase; font-size:20px; border-top:1px solid #a7a9a0; color:#637419; padding:10px 0; -webkit-box-sizing:border-box; box-sizing:border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

#filtre-categorie #categorie-chien-titre::before {margin-right: 5px; content:""; width:35px; height:35px; background:url(../images/bouton-chien.png) no-repeat center center; display:block; }
#filtre-categorie #categorie-chat-titre::before {margin-right: 5px; content:""; width:35px; height:35px; background:url(../images/bouton-chat.png) no-repeat center center; display:block; }
#filtre-categorie #categorie-autre-titre {padding:0 14px; }
#filtre-categorie #categorie-autre-titre::before {margin-right: 5px; content:""; width:35px; height:35px; background:url(../images/bouton-autre.png) no-repeat center center; display:block; }
#filtre-categorie #categorie-autre-titre a,
#filtre-categorie #categorie-autre-titre a:visited {padding:5px 0px; display:block; text-decoration:none; color:#464646; }
 
#filtre-categorie .categorie-option-titre .categorie-image {margin-bottom: 10px; }

#filtre-categorie .categorie-option-titre .categorie-image i {display:block;  width: 70px;  height: 26px; background:url(../images/icone-vague-produit.png) no-repeat center left; background-size:auto 100%;}
#filtre-categorie .categorie-option-conteneur.vert .categorie-option-titre .categorie-image i{filter:brightness(0) invert(70%) sepia(93%) saturate(945%) hue-rotate(22deg) brightness(95%) contrast(84%); }
#filtre-categorie .categorie-option-conteneur.bleu-fonce .categorie-option-titre .categorie-image i {filter: brightness(0) invert(14%) sepia(11%) saturate(3929%) hue-rotate(175deg) brightness(92%) contrast(93%); }
#filtre-categorie .categorie-option-conteneur.bleu .categorie-option-titre .categorie-image i {filter: brightness(0) invert(32%) sepia(81%) saturate(1043%) hue-rotate(181deg) brightness(90%) contrast(90%); }
#filtre-categorie .categorie-option-conteneur.rose .categorie-option-titre .categorie-image i {filter: brightness(0) invert(72%) sepia(16%) saturate(1124%) hue-rotate(289deg) brightness(98%) contrast(90%); }
#filtre-categorie .categorie-option-conteneur.bleu-clair .categorie-option-titre .categorie-image i {filter: brightness(0) invert(65%) sepia(77%) saturate(372%) hue-rotate(135deg) brightness(84%) contrast(87%); }
#filtre-categorie .categorie-option-conteneur.marron .categorie-option-titre .categorie-image i {filter: brightness(0) invert(38%) sepia(24%) saturate(2375%) hue-rotate(352deg) brightness(92%) contrast(87%); }

#filtre-categorie .categorie-option-titre .categorie-titre {width:100%; min-height: 35px; margin-bottom: 10px; line-height: 26px;} 
#filtre-categorie .categorie-option-titre .categorie-action {width: 15px; height: 15px; cursor:pointer; outline:none; position: absolute; top: 60px; right: 0; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); overflow:hidden;}
#filtre-categorie .categorie-option-titre .categorie-action span { position: absolute; background: #000; -moz-transition: all, 0.5s; -o-transition: all, 0.5s; -webkit-transition: all, 0.5s; transition: all, 0.5s; overflow: hidden;}
#filtre-categorie .categorie-option-titre .categorie-action span:first-child {top: 1px; left: 7px; width: 1px; height: 8px; margin-left: -0.5px; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
#filtre-categorie .categorie-option-titre .categorie-action span:last-child {top:8px; left: 3px; width: 8px; height: 1px; margin-top: 1.5px; -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg); }

#filtre-categorie .categorie-option-conteneur.active .categorie-option-titre .categorie-action span:first-child {left: 3px; top:5px; }
#filtre-categorie .categorie-option-conteneur.active .categorie-option-titre .categorie-action span:last-child {left: 4.5px; margin-top: 0.5px; }
#filtre-categorie .categorie-option-conteneur.active .categorie-option-contenu {display:block; }

#filtre-categorie .categorie-option-valeur {font-style:italic; text-transform:initial; font-size:12px; color:#c3c3c3; letter-spacing: 0.5px; } 
#filtre-categorie .categorie-option-contenu {}
#filtre-categorie .categorie-option {border-top:1px solid #c5c8bd; }
#filtre-categorie .categorie-option .radio-spe-conteneur { text-decoration:none; height:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#filtre-categorie .categorie-option .radio-spe-conteneur label {padding:5px 14px; font-weight:300; font-size:15px; color:#464646; height:100%; -webkit-box-sizing:border-box; box-sizing:border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } 
#filtre-categorie .categorie-option .radio-spe-conteneur label .nom {width: calc(100% - 25px); }
#filtre-categorie .categorie-option-toutes {}
#filtre-categorie .categorie-option-toutes .radio-spe-conteneur label {font-weight:700; }

#famille-filtres-contenu .famille-gauche-element {}
#famille-catalogues {  margin-bottom: 60px;}
#famille-catalogues-centre { width:100%; background:#fff; border:1px solid #82837b; border-radius:5px; box-sizing:border-box;}
#famille-catalogues-image {  text-align: center; padding:26px 15px 5px;}
#famille-catalogues-image img {width:100%; height:100%; object-fit:contain;} 
#famille-catalogues-contenu {background:#a2c315; position:relative; z-index:10; border-radius: 0 0 5px 5px;}
#famille-catalogues-contenu::after {content:""; display:block; width:126px; height:89px; position:absolute; right:0; bottom:0; z-index:10; background:url(../images/fond-menu-gauche.png) no-repeat right bottom; background-size:100% auto;}
#famille-catalogues-elements {  padding: 10px 25px;}
#global #famille-catalogues-elements a.bouton-fleche,
#global #famille-catalogues-elements a.bouton-fleche:visited {background:#f2f6e9; font-size:14px; color:#637419; min-height: 0; min-width: 0;margin: 5px;}
#global #famille-catalogues-elements a.bouton-fleche *,
#global #famille-catalogues-elements a.bouton-fleche:visited * { color:#637419;}
#global #famille-catalogues-elements a.bouton-fleche:hover {background:#637419;}
#global #famille-catalogues-elements a.bouton-fleche:hover * { color:#f2f6e9;}
			
/** Carousel **/
#famille-filtres-slider {}
#famille-filtres-contenu #famille-filtres-slider .famille-filtre-titre {color:#b51f21;}
#produit-gauche-slider-conteneur{position: relative; z-index: 20;   width: 100%;  background: #fff;  border: 1px solid #82837b;  border-radius: 5px; box-sizing:border-box;}
#produit-gauche-loader {width:100%; height:100%; position:absolute; left:0; top:0; z-index:35; background:url(../images/ajax-loader.gif) no-repeat center center #F8F7F7; }

#produit-gauche-slider {margin: 0; position: relative; z-index: 20; overflow: hidden; height:375px; } /* HEIGHT A MODIFIER */
#produit-gauche-slider ul { width: 20000em; position: relative; z-index:20; list-style: none; margin:0 !important; padding:0 !important; height:100%; }
#contenu #produit-gauche-slider .produit-gauche-slider-li { height:100%; display: initial; float: left; margin:0 !important; padding:0 !important; background: none; line-height: initial; }
#produit-gauche-slider .produit-gauche-slider-li::before {display:none; }
#contenu #produit-gauche-slider .produit-gauche-slider-li * {box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
#contenu #produit-gauche-slider .produit-gauche-slider-li > div {width: 100%; height: 100%; margin: 0; padding:0px; border-radius:5px; position: relative; z-index:10; -khtml-box-sizing:border-box; }
#contenu #produit-gauche-slider .produit-gauche-slider-li img {border-radius:7px 7px 0 0; }

#produit-gauche-slider .produit-gauche-categorie {position:absolute; left:10px; top:10px; z-index:11; background:#a2c315; text-align:center; padding:5px 15px; border-radius: 25px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#produit-gauche-slider .produit-gauche-categorie span {font-weight:500; font-size:11px; letter-spacing:1px; text-transform:uppercase; color:#fff; }

#produit-gauche-slider .produit-gauche-image {width:auto; height: 245px; text-align:center; }
#produit-gauche-slider .produit-gauche-image img {width:100% !important; height:100% !important; -o-object-fit: contain; object-fit: contain; }
#produit-gauche-slider .produit-gauche-contenu {height:calc(100% - 245px); width:100%; position:relative; z-index:11; background:#b51f21; padding:15px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; }
#produit-gauche-slider .produit-gauche-contenu::after {  content: "";  display: block;  width: 126px;  height: 89px;  position: absolute;  right: 0;  bottom: 0;  z-index: 10;  background: url(../images/fond-menu-gauche.png) no-repeat right bottom;    background-size: auto;  background-size: 100% auto;}
#produit-gauche-slider .produit-gauche-contenu > * {width:100%; z-index: 11; }
#produit-gauche-slider .produit-gauche-nom {font-weight:700; font-size:17px; color:#fff; }
#produit-gauche-slider .produit-gauche-suite { margin-top: 5px; }
#produit-gauche-slider .produit-gauche-suite i {font-size: 15px; color: #fff;margin-right: 5px;}
#produit-gauche-slider .produit-gauche-suite span {font-style:italic; font-weight: 300; font-size:15px; color:#fff; }


#famille {width:calc(100% - 420px); }
#famille-haut {background:#fff; padding:30px 60px; position:relative; z-index:11; }
#famille-haut > div { position:relative; z-index: 11; }
#famille #famille-centre {position:relative; z-index:11; }
#famille #famille-centre .layout-famille {background: rgba(255,255,255,0.7); position: absolute; width: 100%; height: 100%; z-index: 9000; display: none; }
#famille #famille-centre.loading .layout-famille {display:block; } 
#famille #famille-centre .loading-famille { position: fixed; z-index: 9000; width: 300px; height: 50px; background: #fff; border: 1px solid #000; text-align: center; font-size: 14px; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); line-height: 50px; }

#famille #famille-filtres-options {width:100%; margin: 22px 0 45px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#famille #famille-filtres {width:calc(100% - 310px); display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#famille #famille-filtres-options #filtre-affiche-bouton {cursor:pointer; background:#a2c315; padding:10px 30px; border-radius: 25px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#famille #famille-filtres-options #filtre-affiche-bouton i {width:19px; height:19px; display:block; background:url(../images/icone-filtrer.png) no-repeat center center; margin-right: 15px; }
#famille #famille-filtres-options #filtre-affiche-bouton span {color:#fff; font-weight:600; font-size:14px; }

#famille #famille-filtres-options select {height:30px; border:1px solid #c4c4c4; width:250px; background:#fff; }
#famille #famille-filtres-options .tri {}
#famille #famille-filtres-options .tri label {padding-right:10px; font-weight:4600; font-size:19px; color:#637419; }
#famille #famille-filtres-options .recherche {width:340px; border-bottom:1px solid #c4c4c4; margin-left:36px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }


#famille-recherche { position: relative; width: 260px; height: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: 30px;}
#famille-recherche #centre-layout.recherche { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; z-index: 1000; display: block; background:url(../images/ajax-loader.gif) no-repeat center 25px #F8F7F7; }
#famille-recherche form {width:100%; height:100%; }
#famille-recherche #input-recherche { position:relative; width:100%; height: 100%; position: relative; box-sizing: border-box; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#famille-recherche #input-recherche::after {content: ''; width: calc(100% - 2px); height: 1px; position: absolute; left: 2px; bottom: 0; background: #637419; }

#famille-recherche #input-recherche > input {width: calc(100% - 30px); height: 100%; box-sizing: border-box; padding: 7px 5px 5px; background: none; border:none; outline: none; font-size: 18px; font-weight: 400; color: #637419; font-family: 'Roboto Condensed', sans-serif; }

#famille-recherche #input-recherche > input::placeholder{opacity:1; font-size: 18px; font-weight: 400; font-style: italic; color: #637419; font-family: 'Roboto Condensed', sans-serif; }
#famille-recherche #input-recherche > input::-webkit-input-placeholder {opacity:1; font-size: 18px; font-weight: 400; font-style: italic; color: #637419; font-family: 'Roboto Condensed', sans-serif; }
#famille-recherche #input-recherche > input::-moz-placeholder {opacity:1; font-size: 18px; font-weight: 400; font-style: italic; color: #637419; font-family: 'Roboto Condensed', sans-serif; }
#famille-recherche #input-recherche > input:-ms-input-placeholder {opacity:1; font-size: 18px; font-weight: 400; font-style: italic; color: #637419; font-family: 'Roboto Condensed', sans-serif; }
#famille-recherche #input-recherche > input:-moz-placeholder {opacity:1; font-size: 18px; font-weight: 400; font-style: italic; color: #637419; font-family: 'Roboto Condensed', sans-serif; }

#famille-recherche #input-recherche #input-recherche-submit {width: 28px; height: 100%; position:relative; cursor: pointer; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
#famille-recherche #input-recherche #input-recherche-submit button { cursor:pointer; padding:5px 10px 5px 5px; background:none; border:none; }
#famille-recherche #input-recherche #input-recherche-submit i {color:#637419; font-size: 18px; margin-top: 5px; }

#famille #famille-filtres-centre {display:none; position:relative; z-index:20; width:100%; }
#famille #famille-filtres-centre > div { position:relative; z-index:20; width:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#famille #famille-filtres-centre .famille-filtre {cursor:pointer; width: calc(25% - 10px); height:35px; margin: 10px 5px; position:relative; z-index:10; }
#famille #famille-filtres-centre .famille-filtres-titre {width: 100%; font-weight:600; font-size:12px; color:#637419; text-transform:uppercase; height:100%; border:1px solid #f0eeee; border-bottom:none; background:#f0eeee; padding:2px 15px; box-sizing:border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#famille #famille-filtres-centre .famille-filtres-titre span {width:calc(100% - 15px); }
#famille #famille-filtres-centre .famille-filtres-titre i {font-size: 17px; line-height: 17px; color:#a2c315; } 
#famille #famille-filtres-centre .famille-filtres-elements {padding: 10px; display:none; background: #fff; border: 1px solid #a2c315; border-top: 0; width:100%; position:absolute; left:0; top:35px; z-index:25; box-sizing: border-box; }

#famille #famille-filtres-centre .famille-filtre.selected { z-index:20; }
#famille #famille-filtres-centre .famille-filtre:hover .famille-filtres-titre,
#famille #famille-filtres-centre .famille-filtre.selected .famille-filtres-titre { border-color:#a2c315; background:#fff; }
#famille #famille-filtres-centre .famille-filtre:hover:not(.selected) .famille-filtres-titre {border-bottom:1px solid #a2c315; }
#famille #famille-filtres-centre .famille-filtre.selected .famille-filtres-titre i.fa-angle-down::before { content: "\f106"; }

#famille #famille-filtres-centre .famille-filtres-elements .checkbox-spe-conteneur label,
#famille #famille-filtres-centre .famille-filtres-elements .radio-spe-conteneur label { padding: 5px; font-weight: 400; font-size: 14px; color: #637419; height: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
#famille #famille-filtres-centre .famille-filtres-elements .checkbox-spe-conteneur label .nom,
#famille #famille-filtres-centre .famille-filtres-elements .radio-spe-conteneur label .nom { width: calc(100% - 20px); }
#famille #famille-filtres-centre .famille-filtres-elements .checkbox-spe-conteneur label .coche,
#famille #famille-filtres-centre .famille-filtres-elements .radio-spe-conteneur label .coche {width:13px; height:13px; }

#famille #famille-filtres-centre .famille-filtres-elements .checkbox-spe-conteneur [type="checkbox"]:not(:checked) + label .coche:after,
#famille #famille-filtres-centre .famille-filtres-elements .checkbox-spe-conteneur [type="checkbox"]:checked + label .coche:after, 
#famille #famille-filtres-centre .famille-filtres-elements .radio-spe-conteneur [type="radio"]:not(:checked) + label .coche:after,
#famille #famille-filtres-centre .famille-filtres-elements .radio-spe-conteneur [type="radio"]:checked + label .coche:after {font-size:8px; } 

#famille #rappel-filtres {position:relative; z-index:10; margin: 15px 0; }
#famille #rappel-filtres a {margin:5px; }

#famille-produits-conteneur {position:relative; z-index:11;}

#famille-produits {}
#famille-produits-centre {display: -ms-grid;display: grid;grid-gap: 35px 10px; -ms-grid-columns: 240px 10px 240px 10px 240px 10px 240px; grid-template-columns: repeat(4,240px);-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between; -webkit-box-align:stretch; -ms-flex-align:stretch; align-items:stretch;}
#famille .conteneur {  width:240px; }
#famille .conteneur .photo {display:block; width:100%; height:auto; max-height:240px; border:1px solid #9b9c95; background: #fff; overflow: hidden; border-radius:10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; position:relative; z-index:10; }
#famille .conteneur .photo img {width:100%; height:100%; object-fit:contain; border-radius: 10px; display: block; max-height: 240px;}
#famille .conteneur .photo a,
#famille .conteneur .photo a:visited {display:block; }
#famille .conteneur .photo::after {background:url(../images/produit-voir.png) no-repeat center center rgba(162,195,21,0.5); position:relative; z-index:10; position:absolute; left:0; top:0; content:""; width:100%; height:100%; opacity:0; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; border-radius: 3px; }
#famille .conteneur:hover .photo::after {opacity:1; }
#famille .conteneur .photo .nouveaute,
#famille .conteneur .photo .produitstar {position:absolute; z-index:10; left:0; top:0;  padding: 4px 13px;  color: #fff;background-color: #385819; border-bottom: solid 2px #A2C315; text-transform: uppercase;letter-spacing: 1px;font-size: 14px;}
#famille .conteneur .photo .nouveaute {}
#famille .conteneur .photo .produitstar {}
#famille .conteneur .photo .produitbio {position:absolute; z-index:10; right:0; top:0; padding: 5px;}
#famille .conteneur .photo .produitbio i {width:35px; height:35px; display:block; background:url(../images/icone-bio.png) no-repeat center center; background-size:100% auto;}

#famille .conteneur .contenu { margin-top: 20px; height: calc(100% - 260px); padding-bottom: 10px; box-sizing: border-box;}
#famille .conteneur .haut {height:calc(100% - 50px);}
#famille .conteneur .nom {}
#famille .conteneur .nom a,
#famille .conteneur .nom a:visited {text-decoration:none; font-weight:700; color:#484c36; font-size:20px; }
#famille .conteneur .intro {font-size:17px; color:#637419; font-weight:400; line-height: 22px; }
#famille .conteneur .intro p {margin:7px 0; text-align:left; line-height: 22px; }
#famille .conteneur .conditionnement { color: #484c36;  margin-top: 10px; font-size: 14px;}
#famille .conteneur .conditionnement span { display: block; margin-bottom: 3px; font-weight: 600;}
#famille .conteneur .prix {margin-top: 10px;  color:#a2c315;}
#famille .conteneur .prix .prix-barre {position:relative; z-index:10; padding:0 5px; font-size:15px; color:#a2c315;}
#famille .conteneur .prix .prix-barre::after {width:100%; height:2px; display:block; content:""; position:absolute; z-index:10; left:0; top:50%; background:#484c36; }
#famille .conteneur .prix .prixht { font-size:22px; font-weight:400; color:#484c36;  }
#famille .conteneur .prix .prixttc {color:#a2c315; font-size:13px; font-weight:700; margin-left: 15px;}

#famille .conteneur .voir { position: relative; z-index: 10;  }
#global #famille .conteneur .bas .bouton-fleche,
#global #famille .conteneur .voir a.bouton-fleche,
#global #famille .conteneur .voir a.bouton-fleche:visited,
#global #famille .conteneur .panier span.bouton-fleche,
#global #famille .conteneur .devis span.bouton-fleche {min-width:0; min-height:0; font-size:14px; padding: 5px 20px; margin:0;}
#famille .conteneur .bas { position: relative; z-index: 10; margin-top: 15px; display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  justify-content: space-between;  -webkit-box-align: stretch;  -ms-flex-align: stretch;  align-items: stretch;}
#famille .conteneur .devis span.bouton-fleche,
#famille .conteneur .panier span.bouton-fleche {height:100%;}
#famille .conteneur .voir-produit { width:34px; height:34px;}
#famille .conteneur .voir-produit i{display:block; width:100%; height:100%; background:url(../images/produit-voir-petit.png) no-repeat center center; background-size:100% auto;}  


/* TEMPLATE PRODUIT */
#produit {}
#produit-contenu {}
#produit-contenu h1 {font-size:20px !important; color:#484c36; margin:0; font-weight:700; margin: 0 0 10px; text-align: left; }

#produit-retour {margin-bottom:10px; }
#produit-retour a,
#produit-retour a:visited { font-weight:400; font-size:12px; color:#637419; display:block; width:63px; height:25px; padding:5px 0 2px 9px; text-align:center; text-decoration:none; background:url(../images/produit-retour.png) no-repeat center center; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
#produit-retour a:hover {color:#a2c315; }
#produit-guideachat {}
#global #produit-guideachat a.bouton,
#global #produit-guideachat a.bouton:visited {min-height:0; min-width:0; margin: 0 0 10px; font-size: 16px;} 

#produit-centre {display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; }

#produit-centre > h1 {text-align:center; width: 100%; margin: 20px 0 35px;} 

/* Photos */
#produit .photos-conteneur {width:520px; margin:0 0 15px 0; position: relative; z-index: 10;}
#produit .photos-conteneur .produitbio {position:absolute; z-index:10; right:0; top:0; padding: 5px;}
#produit .photos-conteneur .produitbio i {width:35px; height:35px; display:block; background:url(../images/icone-bio.png) no-repeat center center; background-size:100% auto;}
#produit .photos { }
#produit-photo-conteneur{width:520px; height:520px; border-radius: 10px; margin:0 auto 0 auto; position:relative; z-index:1; border:1px solid #d2d2d2; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
#produit-photo-zoom { max-height:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#produit-photo-zoom .produit-photo-principale {display:none; text-decoration:none; width:100%; height:100%; }
#produit-photo-zoom .produit-photo-principale img {object-fit: contain; width:100% !important; height:100% !important; border-radius: 10px; }
#produit-photo-zoom .produit-photo-principale.visible {display:block; }

#produit .photos #miniatures {min-height:120px; width:100%; margin-top:7px ; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
#produit .photos #miniatures.miniatures-5 {-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
#produit .photos #miniatures .miniature {margin:5px 4px 5px 0; cursor:pointer; width:100px; max-width:100px; height:100px; position:relative; z-index:10; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
#produit .photos #miniatures.miniatures-5 .miniature {margin:5px 0 4px 5px; }
#produit .photos #miniatures.miniatures-5 #miniature-0 {margin-left: 0; }
#produit .photos #miniatures.miniatures-4 .miniature:nth-child(5),
#produit .photos #miniatures.miniatures-6 .miniature:nth-child(5) { margin-right: 0; }

#produit .photos #miniatures .miniature img { border-radius: 10px; width: 100%; height: 100%; -o-object-fit:contain; object-fit:contain; border: 1px solid #c5c8bd; display:block; -webkit-box-sizing: border-box; box-sizing: border-box; }
#produit .photos #miniatures .miniature.current::after{border-radius: 10px; content:""; width:100%; height:100%; border:2px solid #a2c315; position:absolute; left:0; top:0; z-index:10; box-sizing:border-box; }


#produit-informations {width:calc(100% - 560px); position:relative; }

#produit-informations form.produit-connecte {  height: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;  -ms-flex-direction: column;  flex-direction: column;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  justify-content: space-between;  -webkit-box-align: start;  -ms-flex-align: start;  align-items: flex-start;}

#produit-haut {width:100%;}
#produit-informations #produit-introduction {font-size:17px; color:#acaca7; }
#produit-informations #produit-introduction p {margin-left: 0px; text-align:left; }

#produit-informations #produit-conditionnement {margin: 25px 0; display:-webkit-box;display:-ms-flexbox;display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align:center; -ms-flex-align:center; align-items:center;}
#produit-informations #produit-conditionnement-titre {font-size:19px; color:#484c36; margin-right: 20px;}  

#produit-informations #produit-id {border:1px solid #e6e6e6; width:285px; display:inline-block; vertical-align:top; position:relative; z-index:15; }
#produit-informations #produit-id .erreur-message {display:none; background:#fff; color:#6d071A; font-size:12px; letter-spacing: .85px; text-align: left; position: absolute; bottom: -16px; left: 0; }
#produit-informations #produit-id-nom {cursor:pointer; font-size:14px; color:#484c36; font-weight:700; letter-spacing:0.6px; min-height:15px; padding:11px 15px 10px; }
#produit-informations #produit-id-nom > span {display:block; background:url(../images/produit-bottom.png) no-repeat center right; padding-right:25px; }
#produit-informations #produit-id-nom.open > span {background:url(../images/produit-top.png) no-repeat center right; }


#produit-informations #produit-id-liste-conteneur {background:#fff; position:absolute; z-index:20; width:287px; /*top: 38px;*/ left: -1px; }
#produit-informations #produit-id-liste {display:none; }
#produit-informations #produit-id-liste.visible {display:block; border:1px solid #e6e6e6; }
#produit-informations #produit-id-liste .declinaison {cursor:pointer; font-size:13px; color:#000000; letter-spacing:0.6px; min-height:15px; padding:10px 15px; background:#fff; }
#produit-informations #produit-id-liste .declinaison.express {display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}
#produit-informations #produit-id-liste .declinaison.express i { display: block;  width: 32px;  height: 11px;  background: url(../images/logo-tnt.png) no-repeat center center;  background-size: 100% auto;}
#produit-informations #produit-id-liste .declinaison:hover {background:#e6e6e6; }


#produit-informations #produit-prix {font-weight:400; font-size:30px; color:#484c36;  margin: 25px 0;}
#produit-informations #produit-prix sup {font-size:14px; line-height: 15px; }
#produit-informations #produit-prix .prix {opacity:0;}
#produit-informations #produit-prix .prix.visible {opacity:1;}
#produit-informations #produit-prix .prix-barre {color:#a2c315; position: relative; z-index: 10; font-weight: normal; font-size: 20px; display:none;}
#produit-informations #produit-prix .prix-barre::before { position: absolute; left: 0; top: 9px; z-index: 20; content: ""; background: #a2c315; width: 100%; height: 3px; }
#produit-informations #produit-prix .prix-barre.visible {display:inline-block;}
#produit-informations #produit-prix .prixttc {color:#a2c315; font-weight: 700; font-size: 18px;  display:none;}
#produit-informations #produit-prix .prixttc sup {font-weight:400; font-size: 12px;} 
#produit-informations #produit-prix .prixttc.visible {display:inline-block;}


#produit-informations .produit-options {margin: 50px 0 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#produit-informations .produit-option {margin-right:25px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#produit-informations .produit-options .produit-option:last-child {margin-right:0; }
#produit-informations .produit-sous-titre {margin-right: 5px; font-weight:700; font-size:15px; color:#484c36; }
#produit-informations .produit-sous-titre > div { margin: 5px 0; }

#produit-delais-conteneur {  margin: 30px 0;}
#produit-delais-titre{font-size:19px; color:#484c36; margin-bottom: 10px;}  
#produit-delais {display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap;  -webkit-box-pack: center;  -ms-flex-pack: center;  justify-content: center;  -webkit-box-align: start;  -ms-flex-align: start;  align-items: flex-start;}
#produit-delais .produit-delais {font-size:14px; font-weight:700; color:#484c36; text-transform:uppercase; letter-spacing:1px; text-align:center; border:1px solid #a2c315; border-radius:5px; width:calc(50% - 10px); margin:5px; padding: 15px 5px; box-sizing: border-box; display:none;}
#produit-delais .produit-delais.visible {display:block;}
#produit-delais .produit-delais em {font-size:13px; font-weight:400; color:#a2c315; text-transform:initial; letter-spacing: initial; font-style:initial; display:block;}
#produit-delais .produit-delais em > span {position:relative;}
#produit-delais #produit-delais-livraison-express em i { display:block; width: 32px; height: 11px; background:url(../images/logo-tnt.png) no-repeat center center; background-size:100% auto; position: absolute; left: -40px; top: 2px;}


#produit-cta-conteneur {max-width: 672px; border:2px solid #637419; background: #637419; margin: 40px auto 30px; display: -webkit-box;  display: -ms-flexbox;  display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center;-ms-flex-wrap: wrap;flex-wrap: wrap;}
#produit-cta-nom {  flex: 1;  min-width: 255px; padding:10px 25px 10px 15px; font-weight:600; color:#fff; font-size:20px; background:#637419; box-sizing:border-box; text-align:center;}
#produit-cta-telephone {  flex: 1;  min-width: 255px;}
#produit-cta-telephone button {padding:10px 30px;border: none; cursor:pointer; width: 100%; font-weight:700; color:#637419; font-size:21px; background:#fff; text-decoration: none; font-family: 'Roboto Condensed', sans-serif; display: -webkit-box;  display: -ms-flexbox;  display: flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
#produit-cta-telephone i {  width: 40px;  font-size: 17px;  margin-right: 10px;  border-radius: 30px;  height: 40px; position: relative; z-index:10; display: -webkit-box;  display: -ms-flexbox;  display: flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
#produit-cta-telephone i::before {  background: #637419; color:#fff; border-radius: 30px;  z-index: 11;position: relative;width:33.5px; height:33.5px; display: -webkit-box;  display: -ms-flexbox;  display: flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
#produit-cta-telephone i::after {content:"";  position:absolute; z-index:10; width:100%; height:100%; left:0; top:0; background:#fff; border:1px solid #637419; border-radius: 30px;box-sizing: border-box; }
#produit-cta-telephone span {max-width: calc(100% - 50px); text-align:center;}  

#produit-cta-conteneur:hover #produit-cta-telephone button {background:#a2c315; color:#fff;}
#produit-cta-conteneur:hover #produit-cta-telephone i::before {background:#a2c315;}
	
#produit-bas {width:100%;}
#produit-certibiocide {margin: 50px 0 20px; display:-webkit-box;display:-ms-flexbox;display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align:center; -ms-flex-align:center; align-items:center;}
#produit-certibiocide span {font-size:14px; color:#ba2b19; font-weight:700; margin-left: 10px; }

#produit-informations #produit-informations-bas {margin: 40px 0 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }


#produit-informations #produit-quantite {background: #fff; border-radius:5px; width:145px; height:50px; overflow: hidden; padding: 5px; border:1px solid #cecece; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#produit-informations #produit-quantite * { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
#produit-informations #produit-quantite span {cursor:pointer; text-align: center; font-weight:700; font-size:27px; color:#cecece; width:25px; height:100%; padding: 0 5px; }
#produit-informations #produit-quantite input {height: 100%; width:75px; font-weight:700; font-size:24px; color:#637419; border:none; background:#fff; text-align:center; font-family: 'Roboto Condensed'; }
#produit-informations #produit-quantite input[type="number"] { -moz-appearance: textfield; }
#produit-informations #produit-quantite input::-webkit-outer-spin-button,
#produit-informations #produit-quantite input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

#produit .erreur {border-color:#fc0d0d; }
#contenu #produit .produit-alerte {display:none; }

#produit-informations #produit-ajoutpanier {width:250px; height: 75px; margin-left:20px; }
#produit-informations #produit-ajoutpanier .bouton.produit-submit { width:100%; height:100%; font-size:16px; color:#f2f6e9; background: #637419; margin:0; font-weight:400; border-radius: 0;  font-size:16px;}
#produit-informations #produit-ajoutpanier .bouton.produit-submit::before {margin-right: 20px; content:""; background:url(../images/icone-panier.png) no-repeat center center; width:25px; height:23px; display:block;} 

#produit-informations #produit-ajoutpanier .bouton.devis-produit.produit-submit::before {font-family:FontAwesome; background:none; content:"\f1ec"; font-size: 22px; } 



/* TEXTES PRODUIT */
#produit-textes {margin:35px 5px 25px; }	
#produit-categories {}

#produit-categories-noms {height:65px; position:relative; z-index:10; }
#produit-categories-noms::before {content:""; width:100%; height:1px; background:#e6efc1; display:block; position:absolute; left:0; top:5%; }
#global #centre #produit-categories-noms .global { padding:0 !important; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#produit-categories-noms .produit-categorie { margin:5px 0px; text-align:center; cursor:pointer; position:relative; z-index:10; }
#produit-categories-noms .produit-categorie-nom > span::before {display: block; content: attr(data-name); font-weight: 700; height: 0; overflow: hidden; visibility: hidden; }

#produit-categories-noms .produit-categorie-nom { text-transform:uppercase; font-size:14px; color:#484c36; letter-spacing: 1px; font-weight:400; }
#produit-categories-noms .produit-categorie-nom.selected,
#produit-categories-noms .produit-categorie-nom:hover {font-weight:700; }
#produit-categories-noms .produit-categorie-nom.selected::before,
#produit-categories-noms .produit-categorie-nom:hover::before {content:""; width:100%; height:3px; background:#a2c315; display:block; position:absolute; left:0; top: -23px; }

#produit-categories #produit-categories-textes {position:relative; z-index:10; }
#produit-categories #produit-categories-textes #layout {display:none; width:100%; height:100%; position:absolute; left:0; top:0; z-index:11; background:url(../images/ajax-loader.gif) no-repeat center 10px #ffffff; }
#produit-categories #produit-categories-textes-contenu {min-height: 170px; padding:20px 0px; position:relative; z-index:10; text-align:left; }
#produit-categories #produit-categories-textes-contenu,
#produit-categories #produit-categories-textes-contenu p,
#produit-categories #produit-categories-textes-contenu span,
#produit-categories #produit-categories-textes-contenu li {margin:0; text-align:left; font-size: 19px; line-height:25px; color:#484c36;  }
#produit-categories #produit-categories-textes-contenu ul {padding-left:15px; } 
#produit-categories #produit-categories-textes-contenu ul li > div {line-height:25px;}




/* PRODUITS SLIDE */
#produits-conteneur {position: relative; z-index: 11; }
#produits-slider-conteneur {position: relative; z-index: 20; display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  justify-content: space-between;  -webkit-box-align: start;  -ms-flex-align: start;  align-items: flex-start; }
#produits-loader {width:100%; height:100%; position:absolute; left:0; top:0; z-index:35; background:url(../images/ajax-loader.gif) no-repeat center center #F8F7F7; }

/** Carousel **/
#produits-slider {margin: 0; position: relative; z-index: 20; overflow: hidden; min-height:250px; width:calc(100% - 80px); } /* HEIGHT A MODIFIER */
#produits-slider ul { width: 20000em; position: relative; z-index:20; list-style: none; margin:0 !important; padding:0 !important; height:100%; }
#contenu #produits-slider .produit-slider-li {position:relative; z-index:20; width:240px !important; height:100%; display: initial; float: left; margin:0 5px !important; padding:0 !important; background: none; line-height: initial; }
#produits-slider .produit-slider-li::before {display:none; }
#contenu #produits-slider .produit-slider-li > div {}
#contenu #produits-slider .produit-slider-li .bas {position: relative; z-index: 30; }
#contenu #produits-slider .produit-slider-li .voir {  margin-top: 20px;}

/** Carousel Controls **/
#produits-control-prev,
#produits-control-next {text-align: center; cursor:pointer; height: 240px; text-decoration:none;  display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#produits-control-prev.inactive ,
#produits-control-next.inactive {opacity:0; }
#produits-control-prev { left: 0px; }
#produits-control-next { right: 0px; }
#produits-control-prev i,
#produits-control-next i {color:#637419; font-size:55px; }

#produits-bouton {text-align:center; margin:35px 0 0; }
#produits-bouton a.bouton-fleche,
#produits-bouton a.bouton-fleche:visited {width: calc(100% - 20px); max-width: 500px;}



/* Logos */
#accueil-logos {margin:45px 0 0; position: relative; background:#f2f6e9; padding:20px 0; }
#accueil-logos .global {position: relative;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap;  -webkit-box-pack: space-evenly;  -ms-flex-pack: space-evenly;  justify-content: space-evenly;  -webkit-box-align: start;  -ms-flex-align: start;  align-items: flex-start; }	
#accueil-logos .accueil-logo {margin:10px; display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap;  -webkit-box-pack: start;  -ms-flex-pack: start;  justify-content: flex-start;  -webkit-box-align: center;  -ms-flex-align: center;  align-items: center;}
#accueil-logos .accueil-logo-image {width:100px; height:100px; }
#accueil-logos .accueil-logo-image img {width:100%; height:100%; object-fit:contain; -o-object-fit:contain; } 
#accueil-logos .accueil-logo-nom {font-size:17px; color:#484c36; text-transform:uppercase; font-weight:400; margin-left: 30px;}
#accueil-logos .accueil-logo-nom strong {text-transform:initial; font-weight:700; display: block;}

/* Icones paiement */
#paiements-conteneur {margin:45px 0; }
#paiements-conteneur .global {max-width:1380px;}
#paiements-conteneur h2 {text-align:center; text-transform:initial; font-size:18px;}
#paiements {margin-top: 35px; display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap;  -webkit-box-pack: center;  -ms-flex-pack: center;  justify-content: center;  -webkit-box-align: center;  -ms-flex-align: center;  align-items: center;}	
#paiements .paiement {width:calc(25% - 10px); margin:5px;   display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  justify-content: space-between;  -webkit-box-align: center;  -ms-flex-align: center;  align-items: center;}
#paiements .paiement::before {  content: "";  display: block;  width: 1px;  height: 75px;  background: #bec0b8;}
#paiements .paiement:first-child::before {display:none;}
#paiements .paiement > div {width: calc(100% - 1px);}
#paiements .paiement-image {width:55px; height:55px; margin: 0 auto 5px;}
#paiements .paiement-image img {width:100%; height:100%; object-fit:contain; -o-object-fit:contain; } 
#paiements .paiement-nom {font-size:23px; color:#484c36;  font-weight:400; text-align: center;}




/* Documents */
#documents { text-align:center; display:-webkit-box;  display:-ms-flexbox;  display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
#documents .document {margin:45px 70px;  width:250px; box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-khtml-box-sizing:border-box;}
#documents .document-contenu {padding:5px; width:calc(100% - 10px); height:calc(100% - 10px); }										
#documents .document-image {width:250px; height:auto;}
#documents .document-image img {width:100%; height:100%; object-fit:contain,}
#documents .document-nom {  padding: 15px 5px;}
#documents .document-nom,
#documents .document-nom a,
#documents .document-nom a:visited{ text-decoration: none; font-size: 18px; color: #637419;}



/* Renseignement petite barre */
#contenu .renseignement-conteneur {cursor:pointer; max-width:605px; min-height:65px; margin:40px auto; background:#ffffff; border:1px solid #637419; border-radius: 3px; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; box-sizing: border-box; -ms-flex-wrap: wrap; flex-wrap: wrap; overflow: hidden; }
#contenu .renseignement-titre {position:relative; z-index:10; height: 65px; padding:0 10px; text-align:center; display:inline-block; vertical-align:top; background: #637419; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 210px; }
#contenu .renseignement-titre span {height:100%; text-transform: uppercase; letter-spacing: 0.9px; font-weight:700; font-size:19px; color:#fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#contenu .renseignement-titre::after{ display: inline-block; content: " "; position: absolute; right: -23px; top: 8px; width: 47px; height: 47px; background: #637419; border-right: 1px solid #637419; border-top: 1px solid #637419; border-radius: 2px; z-index: -1; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

#contenu .renseignement-contenu {height: 55px; padding: 5px 0 5px 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; box-sizing: border-box; min-width: 360px; }
#contenu .renseignement-contenu .renseignement-element {height: 100%; }
#contenu .renseignement-contenu .renseignement-element-contenu { height:100%; font-size: 27px; font-weight: 700; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#contenu .renseignement-telephone {text-align:center; display:inline-block; vertical-align:top; border-right:1px solid #000; color:#292b2f; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
#contenu .renseignement-telephone a,
#contenu .renseignement-telephone a:visited {text-decoration:none; color:#292b2f; }

#contenu .renseignement-mail {display:inline-block; vertical-align:top; width:61px; }
#contenu .renseignement-mail-contenu { height:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#contenu .renseignement-mail a,
#contenu .renseignement-mail a:visited {margin:0 auto; font-size:30px; color:#fff; width:28px; height:38px; text-align:center; text-decoration:none; background: #a2c315; padding:1px 6px; line-height: 35px; border-radius: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#contenu .renseignement-mail i {font-size:22px; color:#fff; display: inline-block; vertical-align: top; }

/* Fin renseignement */


/* CLIENT */
#client-motdepasse-oublie {}
#client-motdepasse-conteneur {max-width:510px; width:calc(100% - 32px); padding:15px; border:1px solid #ccc; margin:0 auto; }
#client-motdepasse-conteneur .form {margin:10px 0; }
#client-motdepasse-conteneur .form .form140 {width:190px; float: none; display: inline-block; vertical-align:middle; font-size: 15px; }
#client-motdepasse-conteneur .form .input-text {width:calc(100% - 227px); display: inline-block; vertical-align:middle; outline:none; }
#client-motdepasse-conteneur .form .bouton {margin:30px auto 0; display:block; outline:none; }


/* CADRES */
#compte-page ul {margin-top: 13px; }
#compte-cadres {display: flex; justify-content: space-between; flex-wrap: wrap; }
#compte-cadres .compte-cadre {margin: 0 20px 20px 0; display:inline-block; vertical-align:top; width:calc(50% - 20px); }
#compte-cadres .bouton,
#contenu #compte-cadres a.bouton, 
#contenu #compte-cadres a.bouton:visited
#compte-cadres .bouton-grand, 
#contenu #compte-cadres a.bouton-grand, 
#contenu #compte-cadres a.bouton-grand:visited {text-transform:initial; outline:none; }

/* CONNEXION */
#compte-connexion-formulaire {max-width:330px; margin-top:30px; }
#compte-connexion-formulaire .form {margin:28px 0 5px; }
#compte-connexion-formulaire .input-text,
#compte-page .compte-coordonnees-elements .input-text,
#panier #compte-page .compte-coordonnees-elements .input-text {width:100%; -webkit-box-sizing: border-box; box-sizing: border-box; }
#compte-connexion-motdepasseoublie {text-align:right; margin: 14px 0 23px; }
#compte-connexion-motdepasseoublie a,
#compte-connexion-motdepasseoublie a:visited {font-size:14px; color:#848484; letter-spacing:0.65px; border-bottom:1px solid #848484; padding-bottom:3px; text-decoration: none; }

/* CREATION */
#compte-creation-texte {min-height:180px; }
#compte-creation-lien { max-width:330px; }
#compte-page #compte-coordonnees {}
#contenu .adresse .compte-coordonnees-civilite {margin-left:5px; margin-bottom: 22px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
#contenu .adresse .compte-coordonnees-civilite .radio-spe-conteneur{margin-right: 15px;} 

#compte-page #compte-coordonnees-civilite {margin-bottom: 22px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#compte-page #compte-coordonnees-civilite .radio-spe-conteneur { margin-left: 15px; }
#compte-page #compte-coordonnees .compte-coordonnees-elements {margin:7px 0 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: start; }
#compte-page #compte-coordonnees .compte-coordonnees-elements .obligatoire {color:#c00;}
#compte-page #compte-coordonnees .compte-coordonnees-elements .compte-coordonnees-element {position:relative; box-sizing:border-box;  width:calc(50% - 23px); margin-top: 0; margin-bottom: 20px; margin-left:45px; }
#compte-page #compte-coordonnees .compte-coordonnees-elements.input-grand .compte-coordonnees-element {width:100%; margin-left:0;}
#compte-page #compte-coordonnees .compte-coordonnees-elements .compte-coordonnees-element:first-child {margin-left:0 !important; }
#compte-page #compte-coordonnees .compte-coordonnees-elements .compte-coordonnees-element .erreur-message,
#compte-page #compte-coordonnees .compte-coordonnees-elements .compte-coordonnees-element .erreur-message-mail,
#compte-page #compte-coordonnees .compte-coordonnees-elements .compte-coordonnees-element .erreur-message-identique {padding-left:0;}
#compte-page #compte-coordonnees .compte-coordonnees-elements .compte-coordonnees-element label:not(.label-spe) {display:block;}
#compte-page #compte-coordonnees .compte-coordonnees-elements .compte-coordonnees-element select {width:100%; background:#fff;}
#compte-page #compte-coordonnees .compte-coordonnees-elements .compte-coordonnees-element input:disabled {background:#eee;}

#compte-inscription-newsletter {margin: 31px 0 23px; }
#centre #compte-inscription-newsletter.checkbox-spe-conteneur label,
#compte-mentionslegales-conteneur .checkbox-spe-conteneur label {color:#000000;  }

#compte-coordonnees .compte-coordonnees-civilite {display:block; }
#compte-coordonnees .compte-coordonnees-civilite .checkbox-spe-conteneur {margin-right: 40px; display:inline-block; vertical-align:top; }
#compte-coordonnees .compte-coordonnees-civilite .checkbox-spe-conteneur label {color:#5d5d5d; font-size:14px; line-height:15px; }
#compte-coordonnees .compte-coordonnees-civilite .checkbox-spe-conteneur label sup {display:inline-block; vertical-align:top; font-size: 8px; }
#compte-coordonnees #compte-pays-conteneur.compte-coordonnees-pays {z-index:30; margin: 18px 0 12px; }

#compte-coordonnees #compte-datevalidite-champ {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: start; -webkit-box-align: center;-ms-flex-align: center;align-items: center;}
#compte-coordonnees #compte-datevalidite-champ .input-text {width: calc(100% - 30px) !important; margin-right: 5px;}

#compte-pays {width:100%; height:100%; }
#compte-pays-select { width:100%; max-width: 330px; height: 45px; }
#compte-pays-conteneur select {width:100%; height:30px; }

#client-fichiers-conteneur .client-fichiers-centre {  margin-bottom: 30px;}
#client-fichiers-conteneur .client-fichiers {font-size:15px; }
#client-fichiers-conteneur .client-fichiers .client-fichiers-bouton {text-align:center; }
#client-fichiers-conteneur .client-fichiers .client-fichiers-bouton * { display: inline-block; vertical-align: middle; margin:0 10px 0 0 !important; }
#client-fichiers-conteneur .client-fichiers .plupload_wrapper {width:95%; }

#client-fichiers-conteneur .client-fichiers .fichiers-contenu {}
#client-fichiers-conteneur .client-fichiers {margin-top:15px; }
#client-fichiers-conteneur .client-fichiers .fichier-contenu { margin: 5px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
#client-fichiers-conteneur .client-fichiers .fichier-supprimer {width: 100px; cursor:pointer; margin-left: 15px; font-size:22px; color:#c00; display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
#client-fichiers-conteneur .client-fichiers .fichier-supprimer span {font-size:17px; text-transform:uppercase; margin-left: 5px;}
#client-fichiers-conteneur .client-fichiers .fichier-contenu .fichier-nom { margin:3px 0 0; }
#client-fichiers-conteneur .client-fichiers .fichier-contenu .fichier-nom > span {text-align:left;  }

#client-fichiers-conteneur .fichier-barre {width:100%; height:20px; overflow: hidden; margin-bottom: 20px;  background-color: #f5f5f5;  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);  box-shadow: inset 0 1px 2px rgba(0,0,0,.1); }
#client-fichiers-conteneur .fichier-barre span {display:block; height:100%; border-radius: 4px; background-color: #637419;-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition: width .6s ease;-o-transition: width .6s ease;transition: width .6s ease; }
#client-fichiers-conteneur .fichier-barre.upload span { background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-size: 30px 30px;}  
#client-fichiers-conteneur .fichier-barre.success span {background-color: #5cb85c;}  
  
#client-fichiers-conteneur .fichiers-boutons-container {margin:0 0 15px 0; }
#client-fichiers-conteneur .fichiers-boutons-container a {margin:0 10px; }
#global #client-fichiers-conteneur .fichiers-boutons-container .bouton {margin:5px 5px 5px 0; min-height: 0; font-size: 15px;}
#client-fichiers-conteneur .erreurs-fichiers {display:none; }
#client-fichiers-conteneur .erreurs-fichiers .reponseFermer {padding: 5px 0; float: right; cursor:pointer; }

/* COMPTE MENU */
#compte-menus-titre {text-align:center; }
#compte-message {color:#000;}
#compte-menus {text-align:center; margin:0 0 20px; border-bottom:1px solid #000; padding-bottom: 20px; }
#compte-menus .compte-menu {display:inline-block; vertical-align:top; margin:5px 10px; }
#compte-menus .compte-menu a,
#compte-menus .compte-menu a:visited {text-decoration:none; }
#compte-menus .compte-menu.selected {border-bottom:1px solid #000000; } 

/* COMPTE HISTORIQUE */
#white-popup-commande {max-width:1250px; padding: 20px 50px;}
#white-popup-commande p {color:#000; text-align:center; }
#white-popup-commande #form-coordonnee-conteneur { color: #000; margin-bottom: 35px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
#white-popup-commande #form-coordonnee-conteneur .form140 {text-align:left; font-weight:700;}
#white-popup-commande #client-historique-suivi {}
#white-popup-commande #client-historique-suivi .suivi {border:1px solid #000; padding:10px 25px; font-size:13px;margin: 5px 0; color:#000;} 
#client-historique {text-align:center;}
#client-historique .client-historique-conteneur { max-width: 800px; margin: 0 auto 45px; }
#client-historique .client-historique-conteneur span {font-style:italic; color:#999; font-size:12px; margin-right:7px;}
#client-historique .client-historique-commande { background: #f7f7f7;  border-bottom: 1px solid #999;  border-top: 1px solid #fff;  padding: 25px 15px; }
#client-historique .client-historique-numFacture {text-align:left;}
#client-historique .client-historique-infos {margin: 10px 0 0; color:#000; display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
#client-historique .client-historique-date {}
#client-historique .client-historique-prix {}
#client-historique .client-historique-annulee {font-weight:700; color:#940707; margin: 15px 0 0}

/* COMMUN */
/* SELECT */
#contenu .selectize-input {cursor:pointer; height: 45px; /*width:330px; */ width:100%; text-align:left; border:1px solid #cecece; position:relative; z-index:11; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: unset; box-shadow: unset; }
#contenu .selectize-input::after {border:none; width:7px; height:4px; background:url(../images/select-bottom.png) no-repeat center right; }
#contenu .selectize-input.dropdown-active {-webkit-box-shadow: unset !important; box-shadow: unset !important; }
#contenu .selectize-input.dropdown-active::after { background:url(../images/select-top.png) no-repeat center right; }

#contenu .selectize-input input {position:relative; padding-left: 10px !important; line-height: 28px !important; cursor:pointer; font-size:14px; color:#5d5d5d; letter-spacing:0.6px; }
#contenu .selectize-input .item {padding-left: 10px; line-height: 25px !important; cursor:pointer; font-size:14px; color:#000000; letter-spacing:0.6px; }

#contenu .selectize-dropdown {display:block !important; width: 100% !important; }
#contenu .selectize-dropdown [data-selectable] {cursor:pointer; font-size:13px; color:#656c6c; letter-spacing:0.6px; min-height:15px; padding:10px 15px; background:#fff; }
#contenu .selectize-dropdown [data-selectable].active {background:#e6e6e6; }
#contenu .selectize-dropdown-content {height:0; max-height: 115px; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; }
#contenu .selectize-control.active .selectize-dropdown-content {height:115px !important; }
#contenu .selectize-control {z-index:35; }


/* COMMANDE */
#commande-familles {}
#commande-familles .commande-famille-conteneur {}
#commande-familles .commande-famille {margin: 15px 0; display:-webkit-box;display:-ms-flexbox;display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
#commande-familles .commande-famille-nom {font-size: 24px; color: #a2c315; display:-webkit-box;display:-ms-flexbox;display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; align-items:center;}
#commande-familles .commande-famille-nom span::after {content:"\f105"; font-family:FontAwesome; margin:0 10px; display: inline-block; vertical-align: middle;}
#commande-familles .commande-famille-nom:last-child span::after {display:none;}

#commande-familles .commande-produits { width:100%; }
#commande-familles .commande-produit {padding:20px 10px; box-sizing:border-box; width:100%; display:-webkit-box;display:-ms-flexbox;display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; -webkit-box-align:center; -ms-flex-align:center; align-items:center;}
#commande-familles .commande-produit.paire {background:#dee0da;}
#commande-familles .commande-produit-image {width:64px;}
#commande-familles .commande-produit-centre {width:calc(100% - 275px); margin:0 30px;}
#commande-familles .commande-produit-centre .nouveaute,
#commande-familles .commande-produit-centre .produitstar {padding: 4px 13px; margin-bottom: 5px; font-weight: 700;  color: #fff;background-color: #385819; border-bottom: solid 2px #A2C315; text-transform: uppercase;letter-spacing: 1px;font-size: 14px; display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
#commande-familles .commande-produit-centre .nouveaute {background:#b72a19; border-color: #641a11;}
#commande-familles .commande-produit-centre .produitstar {background:#ffd700; color:#484c36; border-color:#484c36;}
#commande-familles .commande-produit-centre .produitbio {position:absolute; z-index:10; right:0; top:0; padding: 5px;}
#commande-familles .commande-produit-centre .produitbio i {width:35px; height:35px; display:block; background:url(../images/icone-bio.png) no-repeat center center; background-size:100% auto;}

#commande-familles .commande-produit-nom {color:#484c36; font-weight: 700; font-size: 20px; margin-bottom: 5px;}
#commande-familles .commande-produit-nom a,
#commande-familles .commande-produit-nom a:visited {color:#484c36; text-decoration:none;}
#commande-familles .commande-produit-infos {font-size: 17px;  color:#484c36; display:-webkit-box;display:-ms-flexbox;display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; align-items:center;}

#commande-familles .commande-produit-infos > div { display:-webkit-box;display:-ms-flexbox;display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align:center; -ms-flex-align:center; align-items:center;}
#commande-familles .commande-produit-infos > div::before {content:"-";  display:block; margin:0 10px;}
#commande-familles .commande-produit-infos > div:first-child::before {display:none;}

#commande-familles .commande-produit-quantite-conteneur {width:145px;}
#commande-familles .commande-produit-quantite-titre {font-size:19px; font-weight:700; text-align: center;}
#commande-familles .commande-produit-quantite {  background: #fff;  border-radius: 5px;  width: 145px;  height: 50px;  overflow: hidden;  padding: 5px;  border: 1px solid #cecece;  box-sizing: border-box;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  -khtml-box-sizing: border-box;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  justify-content: space-between;  -webkit-box-align: center;  -ms-flex-align: center;  align-items: center;}
  
#commande-familles .commande-produit-quantite * {box-sizing:border-box;}
#commande-familles .produit-quantite-span {cursor: pointer;text-align: center;font-weight: 700;font-size: 27px;color: #cecece;width: 25px;height: 100%;padding: 0 5px;}
#commande-familles .produit-quantite-moins {}
#commande-familles .commande-produit-quantite input {height: 100%;width: 75px;font-weight: 700;font-size: 24px;color: #637419;border: none;background: #fff;text-align: center;font-family: 'Roboto Condensed';}
#commande-familles .commande-produit-quantite input[type="number"] {  -moz-appearance: textfield;}
#commande-familles .produit-quantite-plus {}
#commande-familles .commande-produit .erreurs-produit {  width: 100%;  text-align: center;}
#commande-familles .commande-produit .erreurs-produit .reponse-erreurs {display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}

#commande-familles-bouton {text-align:center;}

/* CHECKBOX SPE */
body .checkbox-spe-conteneur {position: relative; } 

/* RADIO SPE */
body .radio-spe-conteneur,
body .checkbox-spe-conteneur {position: relative; } 

body .radio-spe-conteneur label,
body .checkbox-spe-conteneur label {position: relative; cursor:pointer; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
body .radio-spe-conteneur label .coche {position: relative; width: 17px; height:17px; margin: 0 7px 0 0; }

body .checkbox-spe-conteneur label .coche {position: relative; width: 12px; height:12px; margin: 0 6px 0 0; }

body .radio-spe-conteneur label .nom { width: calc(100% - 30px); -webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
body .checkbox-spe-conteneur label .nom { width: calc(100% - 22px); -webkit-box-flex: 1;-ms-flex: 1;flex: 1;}

body .radio-spe-conteneur [type="radio"]:not(:checked), 
body .radio-spe-conteneur [type="radio"]:checked,
body .checkbox-spe-conteneur [type="checkbox"]:not(:checked), 
body .checkbox-spe-conteneur [type="checkbox"]:checked { position: absolute; right: 0; opacity: 0.01; }

body .radio-spe-conteneur [type="radio"]:not(:checked) + label .coche:before,
body .radio-spe-conteneur [type="radio"]:checked + label .coche:before,
body .checkbox-spe-conteneur [type="checkbox"]:not(:checked) + label .coche:before,
body .checkbox-spe-conteneur [type="checkbox"]:checked + label .coche:before { box-sizing: border-box; cursor: pointer; border: 1px solid #cfcfcf; content: ''; position: absolute; left: 0; top: 0; transition: all .275s; }

body .checkbox-spe-conteneur [type="checkbox"]:not(:checked) + label .coche:before,
body .checkbox-spe-conteneur [type="checkbox"]:checked + label .coche:before {width:100%; height:100%; }
body .radio-spe-conteneur [type="radio"]:not(:checked) + label .coche:before,
body .radio-spe-conteneur [type="radio"]:checked + label .coche:before {border-radius: 30px; width: 100%; height: 100%; }

body .radio-spe-conteneur [type="radio"]:not(:checked) + label .coche:before,
body .checkbox-spe-conteneur [type="checkbox"]:not(:checked) + label .coche:before {background: #FFF; }
body .radio-spe-conteneur [type="radio"]:checked + label .coche:before {background: #8c8b8c; border: none; width: 100%; height: 100%; }
body .checkbox-spe-conteneur [type="checkbox"]:checked + label .coche:before {background: #8c8b8c; border: none; width: 100%; height: 100%; }

/* Aspect de la coche */
body .radio-spe-conteneur [type="radio"]:not(:checked) + label .coche:after,
body .radio-spe-conteneur [type="radio"]:checked + label .coche:after {box-sizing: border-box; cursor: pointer; content: '\f00c'; color:#fff; font-size:9px; width: 100%; height: 100%; position: absolute; left: 0; top: 0; text-align:center; line-height: 0; transition: all .2s; font-family:FontAwesome; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 30px; }


body .checkbox-spe-conteneur [type="checkbox"]:not(:checked) + label .coche:after,
body .checkbox-spe-conteneur [type="checkbox"]:checked + label .coche:after { box-sizing: border-box; cursor: pointer; content: '\f00c'; color:#fff; font-size:8px; width: 100%; height: 100%; position: absolute; left: 0; top: 0; text-align:center; line-height: 0; transition: all .2s; font-family:FontAwesome; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

/* Aspect non cochée */
body .radio-spe-conteneur [type="radio"]:not(:checked) + label .coche:after{ opacity: 0; transform: scale(0) rotate(45deg); }

/* Aspect cochée */
body .radio-spe-conteneur [type="radio"]:checked + label .coche:after{ opacity: 1; transform: scale(1) rotate(0); }

/* FIN RADIO SPE */


/* BOUTON PAYPAL */
.paypal-button {
 white-space: nowrap; 
}
.paypal-button button {
 background: none repeat scroll 0 0 #ffa823; 
 border: 1px solid #ffa823; 
 border-radius: 13px; 
 color: #0e3168; 
 cursor: pointer; 
 font-family: "Arial",bold,italic; 
 font-style: italic; 
 font-weight: bold; 
 overflow: hidden; 
 position: relative; 
 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); 
 white-space: nowrap; 
 z-index: 0; 
}
.paypal-button button.large {
 font-size: 14px; 
 padding: 4px 19px; 
}

.paypal-button button:after {
 background: -moz-linear-gradient(center top , #fefefe 0%, #fed994 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); 
 border-radius: 40px 40px 38px 38px; 
 content: " "; 
 height: 60%; 
 left: 0; 
 position: absolute; 
 top: 0; 
 transform: translateX(1%); 
 width: 98%; 
 z-index: -1; 
}
.paypal-button button:before {
 background: -moz-linear-gradient(center top , #ffaa00 0%, #ffaa00 80%, #fff8fc 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); 
 border-radius: 11px; 
 content: " "; 
 height: 100%; 
 left: 0; 
 position: absolute; 
 top: 0; 
 width: 100%; 
 z-index: -2; 
}

#contenu .iframe-responsive-wrapper .iframe-ratio {height:0; }

/* Retour haut de page */
#back-to-top { position: fixed; bottom: 25px; right: 25px; border:none; text-decoration: none; background: #a2c315; color:#fff; width:50px; height:50px; padding: 2px; box-sizing: border-box; z-index:500; border-radius: 35px; display:-webkit-inline-box; display:-ms-inline-flexbox; display:inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: none; }
#back-to-top span { width:100%; height:100%; background: #a2c315; border: 3px solid #fff; display:inline-block; vertical-align:middle; border-radius: 35px; display:-webkit-inline-box; display:-ms-inline-flexbox; display:inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; box-sizing: border-box; }
#back-to-top i {color:#fff; font-size: 32px; line-height: 35px; width:100%; height:100%; text-align:center; }


/* Réseaux */	
#global .reseau-partage .reseau-partage-image {height: 100%; width:100%; padding:5px; position:relative; z-index:1; text-decoration:none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-transition: all 100ms ease-in-out; -moz-transition: all 100ms ease-in-out; -ms-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
#global .reseau-partage i {color:#fff; }
#global .reseau-partage-gauche .reseau-partage-image {text-align:right; }
#global .reseau-partage-bas .reseau-partage-image {text-align:center; }
#global .reseau-partage-facebook .reseau-partage-image{background:#4267B2; }
#global .reseau-partage-twitter .reseau-partage-image{background:#55acee; }
#global .reseau-partage-linkedin .reseau-partage-image{background:#0077b5; }
#global .reseau-partage-pinterest .reseau-partage-image{background:#CB2027; }
#global .reseau-partage-email .reseau-partage-image {background:#7d7d7d; }

#reseaux-partage-gauche-conteneur { top: 25%; left:0px; position: fixed; z-index: 500; }
#reseaux-partage-gauche-conteneur .reseau-partage { height: 40px; width:55px; position:relative; cursor:pointer; }
#reseaux-partage-gauche-conteneur .reseau-partage .reseau-partage-image {left:-15px; padding:5px 11px 5px 2px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#reseaux-partage-gauche-conteneur .reseau-partage:first-child .reseau-partage-image {border-radius: 0 5px 0 0; }
#reseaux-partage-gauche-conteneur .reseau-partage:last-child .reseau-partage-image {border-radius: 0 0 5px 0; }

#reseaux-partage-gauche-conteneur .reseau-partage i { font-size:19px; }		
#reseaux-partage-gauche-conteneur .reseau-partage:hover .reseau-partage-image { left:-2px; border-radius: 0 5px 5px 0; }

#reseaux-partage-gauche-conteneur #reseau-partage-gauche-facebook .reseau-partage-image { padding:7px 14px 3px 0; }
#reseaux-partage-gauche-conteneur #reseau-partage-gauche-facebook i {font-size:20px; }
#reseaux-partage-gauche-conteneur #reseau-partage-gauche-pinterest .reseau-partage-image { padding:7px 11px 3px 2px; }
#reseaux-partage-gauche-conteneur #reseau-partage-gauche-email .reseau-partage-image { padding:4px 11px 6px 2px; }
#reseaux-partage-gauche-conteneur #reseau-partage-gauche-email i { font-size:17px; }

#reseaux-partage-bas-conteneur {margin:15px 0; }
#reseaux-partage-bas-conteneur > div { text-align:center; }
#reseaux-partage-titre {font-size:17px; margin: 40px 0 10px; }
#reseaux-partage-bas-conteneur .reseau-partage { margin:0 5px; cursor:pointer; position:relative; display:inline-block; vertical-align:top; }
#reseaux-partage-bas-conteneur .reseau-partage::after {height: 4px; width:100%; position:absolute; left:0; bottom:6px; box-shadow:0px 9px 7px rgba(0,0,0,0.3); content:""; }
#reseaux-partage-bas-conteneur .reseau-partage > div { width:35px; height: 38px; position:relative; overflow:hidden; padding:3px 5px 0; }		
#reseaux-partage-bas-conteneur .reseau-partage .reseau-partage-image {padding:8px 5px 0; bottom:-7px; border-radius: 5px 5px 0 0; 	-webkit-box-pack: start; -ms-flex-pack: start; justify-content: start; }
#reseaux-partage-bas-conteneur .reseau-partage i { font-size:19px; }
#reseaux-partage-bas-conteneur .reseau-partage:hover .reseau-partage-image { bottom:0px; }

#reseaux-partage-bas-conteneur #reseau-partage-bas-email i { font-size:15px; }



/* Cookie message */
#cookie-message {font-size: 15px;position:fixed; bottom:20px; left:20px; z-index:3200; background:rgba(0,0,0,0.8); width:calc(100% - 40px); max-width:680px; border-radius:3px; }
#cookie-message-wrapper {padding:20px 45px 20px 20px; }
#cookie-message-entete { overflow:hidden; text-align:right; position:absolute; top:2px; right:9px; z-index:100; }
#cookie-message-fermer {color: #fff; font-size: 30px; line-height: 30px; text-decoration: none; }
#cookie-message-contenu {color:#ffffff; }
#cookie-message-contenu a,
#cookie-message-contenu a:visited {color:#ffffff; }
#cookie-message-contenu p {margin:0; }

#cookie-choix-contenu {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
#cookie-choix-contenu .cookie-choix {-webkit-box-align: center; align-items: center; background-color: #fff; border: none; cursor: pointer; display: -webkit-inline-box; display: inline-flex; -webkit-box-pack: center; justify-content: center; width: 110px; padding: 10px; position: relative; text-decoration: none; -webkit-transition: background-color .3s ease; transition: background-color .3s ease; background: none; color: #fff; text-transform: uppercase; }
#cookie-choix-contenu .cookie-choix a{text-decoration: none; }
#cookie-choix-contenu .cookie-choix span{letter-spacing: 1px; color: #fff; display: block; font-size: 13px; font-weight: 700; line-height: 1.23; pointer-events: none; position: relative; text-align: center; -webkit-transition: color .3s ease; transition: color .3s ease; z-index: 1; }
#cookie-choix-contenu .cookie-choix::before {background-color: #000; bottom: 0; content: ""; display: block; left: 0; position: absolute; top: 0; -webkit-transition: width .3s ease; transition: width .3s ease; width: 0; }
#cookie-choix-contenu .cookie-choix:hover::before {width: 100%; }

.popup-modal-close {display: flex; justify-content: flex-end; margin-bottom:20px; }

/* Cookie consentement modal debut */
#popup-cookie { font-size: 15px; max-width: 830px;  overflow: hidden;}
#cookie-consent-top {padding-bottom: 5px;}
#cookie-consent-top > .titre {font-size:18px; text-transform:uppercase; }
#cookie-consent-form {overflow-y:auto;}
#cookie-consent-form .categories {  padding-bottom: 25px;}
#cookie-consent-form .categorie {padding:15px 0; border-top:1px solid #ccc; }
#cookie-consent-form .categorie:first-child {border-top:none; }

#cookie-consent-form .categorie .haut {}
#cookie-consent-form .categorie .titre {font-weight:700; margin-bottom:15px; display:inline-block; vertical-align:top; width:calc(100% - 110px); }
#cookie-consent-form .categorie .configuration {color:#2196F3; display:inline-block; vertical-align:top; width:100px; text-align:right; }
#cookie-consent-form .categorie .configuration.actif {font-weight:700; }

#cookie-consent-form .categorie .contenu {}
#cookie-consent-form .categorie .contenu > div { border-bottom: 1px solid #ccc; }
#cookie-consent-form .categorie .row {margin:10px 0; font-size:0.9em; }
#cookie-consent-form .categorie .label {display:inline-block; vertical-align:top; width:120px; font-weight:700; }
#cookie-consent-form .categorie .valeur {display:inline-block; vertical-align:top;  }

#cookie-consent-form .categorie .nom {}
#cookie-consent-form .categorie .description {}

#cookie-consent-buttons {text-align:center; position: relative; z-index:10;display: -webkit-box;display: -ms-flexbox;display: flex;  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
#cookie-consent-buttons::before {  content: "";  display: block;  width: 100%;  height: 45px;  background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));  position: absolute;  top: -45px;left: 0;}
#cookie-consent-buttons .bouton {min-width:0 !important; min-height: 0 !important; padding: 7px 20px !important;  text-transform: initial !important;  letter-spacing: 0.4px !important;  font-size: 15px !important;  width: calc(33.333% - 20px);  margin: 5px !important;}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #111111;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider.disabled {
    background-color: #ccc;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Cookie consentement modal fin */

.gras {font-weight:bold; }
.lien {cursor:pointer; }
.vert {color:#018032; }
.clear { clear:both; }
.clearLeft { clear:left; }
.clearRight { clear:right; }
.floatLeft { float:left; }
.floatRight { float:right; }
a img {border:none; }

.clearfix:after {content: "."; 	display: block; 	clear: both; visibility: hidden; 	line-height: 0; 	height: 0; }
 .clearfix {display: inline-block; }

img.lazy {width: 100%; height: 100%; display: block; background: url('../images/ajax-loader.gif') no-repeat center center; }
 
 
#ui-datepicker-div {font-size:12px; }

.tableau-parent,
.tableau-parent-2,
.tableau-parent-3,
.tableau-parent-4,
.tableau-parent-5 {text-align:center; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack:distribute; justify-content:space-around; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.tableau-parent tbody,
.tableau-parent-2 tbody,
.tableau-parent-3 tbody,
.tableau-parent-4 tbody,
.tableau-parent-5 tbody,
.tableau-parent tr,
.tableau-parent-2 tr,
.tableau-parent-3 tr,
.tableau-parent-4 tr,
.tableau-parent-5 tr {display: inline-table; width: 100%; }
.tableau-parent > tbody > tr > td,
.tableau-parent-2 > tbody > tr > td,
.tableau-parent-3 > tbody > tr > td,
.tableau-parent-4 > tbody > tr > td,
.tableau-parent-5 > tbody > tr > td {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.tableau-enfant {margin:15px !important; display:inline-block; vertical-align:top; text-align:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
.tableau-enfant tr td {width:100% !important; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
.tableau-enfant tr td img {max-width:100%; height:auto; margin: 0 auto; display: block; }
.tableau-parent-2 .tableau-enfant {width:calc(50% - 35px) !important; min-width:215px !important; }
.tableau-parent-3 .tableau-enfant {width:calc(33.333% - 35px) !important; min-width:215px !important; }
.tableau-parent-4 .tableau-enfant {width:calc(25% - 35px) !important; min-width:215px !important; }
.tableau-parent-5 .tableau-enfant {width:calc(20% - 35px) !important; min-width:215px !important; }

.table-responsive-50-pourcent table, 
.table-responsive-50-pourcent thead, 
.table-responsive-50-pourcent tbody, 
.table-responsive-50-pourcent tr, 
.table-responsive-50-pourcent th, 
.table-responsive-50-pourcent td,
.table-responsive-100-pourcent table, 
.table-responsive-100-pourcent thead, 
.table-responsive-100-pourcent tbody, 
.table-responsive-100-pourcent tr, 
.table-responsive-100-pourcent th, 
.table-responsive-100-pourcent td {display: block; }

.table-responsive-50-pourcent table,
.table-responsive-100-pourcent table {width:100%; }

.table-responsive-50-pourcent thead,
.table-responsive-100-pourcent thead {display: none; }

.table-responsive-50-pourcent td,
.table-responsive-100-pourcent td {padding: 10px; text-align: left; border: solid 1px #ccc; }

.table-responsive-50-pourcent td,
.table-responsive-100-pourcent td {padding-left: 173px; position: relative; margin-top: -1px; width: 100%!important; text-align: left !important; background: #FFF; box-sizing: border-box; }
.table-responsive-50-pourcent td:nth-child(odd),
.table-responsive-100-pourcent td:nth-child(odd) {background-color: #eee; }

.table-responsive-50-pourcent td::before,
.table-responsive-100-pourcent td::before {padding: 10px; content: attr(data-label); position: absolute; top: 0; left: 0; width: 145px; bottom: 0; background-color: #6c6c6c; color: #ffffff; font-weight: 600; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.table-responsive-50-pourcent tr {margin: 0 5px 1rem; }
.table-responsive-100-pourcent tr{margin: 0 0px 1rem; }

.table-responsive-100-pourcent tr { width: 100%; }
.table-responsive-50-pourcent tr { width: calc(50% - 13px); display: inline-block; vertical-align: top; }

.table-responsive-50-pourcent th + td,
.table-responsive-100-pourcent th + td {padding-left: 10px; }

/* Table responsive */
.table-header { opacity:0; background-color: #6c6c6c; }
.table-responsive-label {display:none; }

/* Formulaires */
.form {clear:left; margin:10px 0; }
.form140 {display:block; width:140px; padding-right:20px; float:left; text-align:right; }
.form180 {display:block; width:180px; padding-right:20px; float:left; text-align:right; font-size:0.8em; }
.form200 {display:block; width:200px; padding-right:20px; float:left; text-align:right; font-size:0.8em; }
.form90 {display:block; width:90px; padding-right:20px; float:left; text-align:right; }
.inputCadre { border:#529e11 1px solid; }


body .input { position: relative; z-index:10; background: #fff; }
/* LABEL DANS INPUT */
body .input > .input-text-label {border: 0; border-bottom:1px solid #e6e6e6; outline: 0; padding: 15px 0 0px !important; width:100% !important; height:45px !important; position: relative; z-index:10; background-color: transparent; z-index: 2; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
body .input textarea {margin:0; font-size: 13px; width: 100%; color: #493030; outline: 0; padding: 20px 7px 3px 14px; position: relative; background-color: transparent; z-index: 2; }
body .input > label {top: 0px; left:-4px; font-size: 14px; color: #979191; letter-spacing:0.65px; position: absolute; z-index:11; -webkit-transform: translate(5px, calc(100% - 5px)) scale(1); transform: translate(5px, calc(100% - 5px)) scale(1); display: block; z-index: 1; -webkit-transform-origin: bottom left; transform-origin: bottom left; transition: color 200ms ease-in-out, font-size 200ms ease-in-out, -webkit-transform 200ms ease-in-out; transition: color 200ms ease-in-out, transform 200ms ease-in-out, font-size 200ms ease-in-out; transition: color 200ms ease-in-out, transform 200ms ease-in-out, font-size 200ms ease-in-out, -webkit-transform 200ms ease-in-out; }
body .input > label.active {-webkit-transform: translate(0, 0) scale(0.8); transform: translate(0, 0) scale(0.8); }
body .input > label.active-color { }

body .erreur {border:1px solid #f00 !important; }
/* FIN LABEL DANS INPUT */

body .input-text {outline:none; border: 1px solid #dcdcdc; color: #000000; padding: 7px 5px; width:100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
body .erreur .input-text,
body .erreur select {border-color:#f00; }
body .erreur-message,
body .erreur-message-mail,
body .erreur-message-identique,
body .checkbox-spe-conteneur .erreur-message,
body span.erreur-message-retour,
body span.erreur-message-mail  {display:none; color:#6d071A; font-size:12px; letter-spacing: .85px; padding-left: 14px; text-align: left; position: absolute; bottom: -16px; left: 0; }

body textarea {outline:none; border: 1px solid #dcdcdc; color: #000000; padding: 7px 5px; height:75px; resize : none;  width:100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
body select {outline:none; border: none; border: 1px solid #dcdcdc; height:30px; }
.bouton-js {cursor:pointer; }

.submit input,
input.submit,.bouton,.bouton-fleche,
a.bouton,
a.bouton:visited,
a.bouton-fleche,
a.bouton-fleche:visited
#global a.bouton,
#global a.bouton:visited,
#global a.bouton-fleche,
#global a.bouton-fleche:visited {outline:none; border:none; font-size:17px; background:#a2c315; color: #fff; min-height: 50px; min-width: 120px; text-align: center; padding: 10px 15px; margin: 10px; font-weight:700; text-transform:uppercase; font-family:'Roboto Condensed'; letter-spacing: 0.8px; border-radius: 65px; text-decoration: none; vertical-align:top; cursor: pointer; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-hyphens: unset; -ms-hyphens: unset; hyphens: unset; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none; }
#global a.bouton span,
#global a.bouton:visited span,
#global a.bouton-fleche span,
#global a.bouton-fleche:visited span,
#global a.bouton-fleche i,
#global a.bouton-fleche:visited i,
#global .bouton a,
#global .bouton a:visited,
#global .bouton-fleche a,
#global .bouton-fleche a:visited {color:#fff; text-decoration:none; }

#global .bouton-fleche span,
#global a.bouton-fleche span,
#global a.bouton-fleche:visited span,
a.bouton-fleche span,
a.bouton-fleche:visited span  {width: calc(100% - 31px); -webkit-box-flex:1;-ms-flex:1;flex:1;}

.bouton-fleche i,
a.bouton-fleche i,
#global a.bouton-fleche i {margin-left:15px; }
.bouton,
a.bouton,
a.bouton:visited,
#global a.bouton,
#global a.bouton:visited,
.bouton-fleche,
#global a.bouton-fleche,
#global a.bouton-fleche:visited {	line-height: 20px; }

.submit input:hover,
input.submit:hover,
.bouton input:hover,
input.bouton:hover,
.bouton:hover,
#global .bouton:hover,
#global a.bouton:hover,
.bouton-fleche:hover,
a.bouton-fleche:hover,
#global .bouton-fleche:hover,
#global a.bouton-fleche:hover {background:#637419; text-decoration:none; }
#global a.bouton:hover span,
#global a.bouton-fleche:hover span,
#global a.bouton-fleche:hover i {}

/* Messages de retour */
.reponse-message,
.reponse-erreurs, .ok { padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.reponse-erreurs { background: #fbe3e4; color: #8a1f11 !important; border-color: #fbc2c4; padding:0 0.8em; }
.reponse-message, .ok { background: #e6efc2; color: #264409 !important; border-color: #c6d880; }
.reponse-erreur { color: #8a1f11 !important; font-weight:bold; }
.reponse-message, .ok { color: #264409 !important; font-weight:bold; }



@media only screen and (-webkit-max-device-pixel-ratio: 1.5),
 only screen and (-o-max-device-pixel-ratio: 3/2),
 only screen and (max--moz-device-pixel-ratio: 1.5),
 only screen and (max-device-pixel-ratio: 1.5) {
 
	.logo-image.icon{display:inline-block; }
	.logo-image.iconGrand{display:none; } 
 
	body * {image-rendering: -webkit-optimize-contrast; }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 only screen and (-o-min-device-pixel-ratio: 3/2),
 only screen and (min--moz-device-pixel-ratio: 1.5),
 only screen and (min-device-pixel-ratio: 1.5) { 
 
	.logo-image.icon {display:none; }
	.logo-image.iconGrand{display:inline-block; } 
	body * {image-rendering: initial; }
}
