@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:"Poppins", Arial; font-size:15px; background:#FFFFFF; color:#669eaa; font-weight:300;}
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:500; }
.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; }
.video-popup { height: 100vh;  display: flex;  flex-direction: column;  justify-content: center;  align-items: center;  width: 100%;}
.white-popup.video { max-width: 1090px; padding: 30px 10px; height: 100%; max-height: calc(100vh - 110px); width: 100%; box-sizing: border-box;}
.white-popup.video > div {height:100%; width:100%;}
.white-popup.video video {height: 100%; width: 100%;}

/* FIN POPUP */

/* JARALLAX */
.jarallax {   min-height: 100px; position: relative;  z-index: 0;}
.jarallax > .jarallax-img {  position: absolute;  object-fit: cover;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: -1;}
/* FIN JARALLAX */



#global { }
#global:not(.global-accueil).no-bandeau {padding-top:134px;}
.noscroll #global {overflow: hidden; height:0px; }
.global {max-width:1560px; padding:0 20px; margin:0 auto; }
#global.global-accueil #centre .global {padding:0 10px !important;}

/* BANDEAU */
#bandeau {padding:0; position:fixed; left:0px; top:0px; width:100%; z-index:3000; }
#global:not(.global-accueil).no-bandeau #bandeau::after { content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; z-index:300; background: rgb(0,17,39);
background: -moz-linear-gradient(0deg, rgba(0,17,39,0) 0%, rgba(0,17,39,0.6) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,17,39,0) 0%, rgba(0,17,39,0.6) 100%);
background: linear-gradient(0deg, rgba(0,17,39,0) 0%, rgba(0,17,39,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001127",endColorstr="#001127",GradientType=1);}
 
#global:not(.global-accueil).no-bandeau #bandeau:not(.sm)::after{ background: rgb(0,17,39);
background: -moz-linear-gradient(0deg, rgba(0,17,39,0) 0%, rgba(0,17,39,0.6) 41%, rgba(0,17,39,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,17,39,0) 0%, rgba(0,17,39,0.6) 41%, rgba(0,17,39,1) 100%);
background: linear-gradient(0deg, rgba(0,17,39,0) 0%, rgba(0,17,39,0.6) 41%, rgba(0,17,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001127",endColorstr="#001127",GradientType=1);} 
#bandeau .menu-wrapper {display:block !important; }
#bandeau-mobile {display:none; }

.lg {height:135px; }
.sm {height:90px; }

/* Bandeau réduit */
#bandeau.sm {background: #1ab5da;}
#bandeau.sm::after {display:none;}
#bandeau.sm #bandeau-haut {}
#bandeau.sm #bandeau-conteneur { }
#bandeau.sm #bandeau-contact {}
#bandeau.sm #logo-menu {width: 220px; height:50px;} 
#bandeau.sm #logo-menu a img { image-rendering: initial; }

#bandeau.sm #menu-conteneur {  }
#bandeau.sm #menu {}
#bandeau.sm #menu .menu-element > a > span > span, 
#bandeau.sm #menu .menu-element > a:visited > span > span, 
#bandeau.sm #menu .menu-element > span > span {  font-size: 13px;}
#global #bandeau.sm #bandeau-contact-bouton a.bouton, 
#global #bandeau.sm #bandeau-contact-bouton a.bouton:visited {min-height:35px; font-size: 13px;}

/* Bandeau non réduit */
#bandeau-conteneur {position: relative; z-index: 400; height:100%; width:100%; }

#bandeau-contact {position:relative; z-index:40; display: none;}
#bandeau-contact .global { position:relative; z-index:40; }

#bandeau #logo {margin:10px auto 0; position:relative; z-index:10; width: 270px; height: 63px;}
#bandeau #logo a,
#bandeau #logo a:visited {display:block;}
#bandeau #logo a img {height:100%; width:auto; }

#mobile-panier-reponse-conteneur {display:none; width: 97%; position:fixed; z-index:200; left:3px; top:20px; }
#mobile-panier-reponse { background: #fff; color: #000; border: 2px solid #ff7800; padding: 8px 5px; text-align: center; }
#mobile-panier-reponse-conteneur p {text-align:left; font-weight: 500; font-size: 14px; margin:0; }

#mobile-panier-reponse-conteneur .droite-panier-reponse-erreur {font-weight:bold; }
#mobile-panier-reponse-conteneur .droite-panier-reponse-erreur i {vertical-align:bottom; font-size:27px; color:#ed2a2a; }
#mobile-panier-reponse-conteneur .droite-panier-reponse-message {font-weight:bold; }
#mobile-panier-reponse-conteneur .droite-panier-reponse-message i {vertical-align:bottom; font-size:20px; color:#45cc45}


#logo-menu {width: 320px; height:75px; text-align: center;}
#logo-menu a,
#logo-menu a:visited {text-decoration:none; width:100%;}
#logo-menu img {width: 100%;height: auto;}

#bandeau-contact-bouton {  position: absolute;  right: 0;}
#global #bandeau-contact-bouton a.bouton,
#global #bandeau-contact-bouton a.bouton:visited {background:#fff; font-weight:600; color:#005176; margin: 0; letter-spacing: initial; font-size:15px; min-width: 0; min-height: 55px; padding: 10px 25px;}
#bandeau-contact-bouton a.bouton img {width:20px; height:auto; margin-right: 10px;  filter: invert(87%) sepia(10%) saturate(1990%) hue-rotate(163deg) brightness(103%) contrast(101%); -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;}
#global #bandeau-contact-bouton a.bouton:hover {background:#00e05a; color:#fff;}
#bandeau-contact-bouton a.bouton:hover img {filter: brightness(0) invert(92%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);} 

#bandeau-langues {margin:0 15px 0 0; position:absolute; left: 0; z-index:550; width: 75px; display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; -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;}
#bandeau-langues .langue {width: 100%; font-weight:400; color:#fff;  font-size:14px; padding: 5px; 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;  }
#bandeau-langues .langue i {font-size:15px; margin:0 0 0 6px;} 
#bandeau-langues .langue img {width:20px !important; height:20px !important; object-fit:contain; margin-right: 9px;} 

#bandeau-langues-contenu {width: 100%; cursor: pointer; position:relative; z-index:100;  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-langues-contenu > a,
#bandeau-langues-contenu > a:visited {width:100%; height:100%;  text-decoration:none; font-style:normal;}

#bandeau-langues #bandeau-langues-contenu.open {background:#fff; border-radius: 5px 5px 0 0;}
#bandeau-langues #bandeau-langues-contenu.open .langue { color:#005567;  }
#bandeau-langues #bandeau-langues-contenu.open .langue i::before {content:"\f106";}
 
#bandeau-langues-smenu {width:100%; opacity: 0; position:absolute; z-index:100; left:0; top: 25px; height:0;overflow:hidden; -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-langues-smenu > div { padding: 5px 0 0; box-sizing: border-box; background:#fff;  border-radius: 0 0 5px 5px;}
#bandeau-langues-smenu > div > a.langue,
#bandeau-langues-smenu > div > a.langue:visited {color:#005567; text-decoration:none; font-style:normal;}
#bandeau-langues-smenu > div > a.langue:hover { background:#d7eff4; border-radius: 5px;}
#bandeau-langues-smenu.open {opacity: 1; height:35px; }



/* MENU */
/* Menu niveau 1 */
#menu-conteneur { height:100%; clear:both;  }
#menu-wrapper {height:100%; }
#menu {list-style:none; margin:0px auto; padding: 0; height:100%; width: 100%; 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; }
#menu > .global {width: 100%; position:relative; z-index:30; height:100%; 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;}

#menu .menu-container{position: relative; width: calc(50% - (320px / 2));  padding-top: 10px; height: 100%; 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: center; -ms-flex-align: center; align-items: center;  }
#menu #menu-container-0 {padding-right: 45px;}
#menu #menu-container-1 {padding-left: 45px; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;}

#menu #menu-container-0 .menu-element:last-child {margin-right: 0px;}
#menu #menu-container-1 .menu-element:first-child {margin-left: 0px; }

#menu .menu-element { 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;  position:relative; z-index:30; height:100%; margin:0 17px; }
#menu #menu-1 {display:none;}
#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: #fff; text-align: center; 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> span,
#menu .menu-element .menu-element-contenu > a:visited > span> span,
#menu .menu-element .menu-element-contenu > span > span { font-size:14px; position:relative; padding: 10px 0 7px; letter-spacing: 1px; text-transform:uppercase; -webkit-box-sizing:border-box; box-sizing:border-box; } 
#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 {}

#menu .menu-element:hover .smenu-conteneur { animation : affichageSousMenu 300ms linear 350ms 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:295px; min-height:20px; background: #a0eeff; top:100%; border-radius: 25px;} 
#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 { }
#menu .smenu-element > span { cursor:default; }
#menu .smenu-element > a {text-decoration:none; }
#menu .smenu-element > a > span,
#menu .smenu-element > span {color:#005567; text-align:center; display:block; padding:8px 10px; font-weight:600; width: 100%; font-size:15px; position: relative; z-index: 2; min-height:50px; 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; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
#menu .smenu-element > a > span::after,
#menu .smenu-element > span::after {content:"\f105"; font-family:FontAwesome; font-size:17px; color:#fff; margin-left: 0; opacity:0; right:25px; top: 0; height: 100%; -webkit-transition: margin 300ms ease 0ms; -moz-transition: margin 300ms ease 0ms; -ms-transition: margin 300ms ease 0ms; -o-transition: margin 300ms ease 0ms; transition: margin 300ms ease 0ms; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

#menu .smenu-element.selected > span,
#menu .smenu-element.selected > a > span,
#menu .smenu-element:hover > a > span,
#menu .smenu-element:hover > span { }
#menu .smenu-element.selected > a > span::after,
#menu .smenu-element.selected > span::after,
#menu .smenu-element:hover > a > span::after,
#menu .smenu-element:hover > span::after {opacity:1; margin-left:10px;}

/* 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:#012366; display:block; padding:5px 5px 5px 15px; font-size:13px; position:relative; }
#menu .ssmenu-element > a > span i,
#menu .ssmenu-element > span i {display: inline-block; vertical-align: top; line-height: 15px; }
#menu .ssmenu-element > a > span > span,
#menu .ssmenu-element > span > span {display: inline-block; vertical-align: top; width: calc(100% - 20px); margin-left: 5px; line-height: 15px; }
#menu .ssmenu-element.selected > span,
#menu .ssmenu-element:hover > span ,
#menu .ssmenu-element.selected > a > span,
#menu .ssmenu-element:hover > a > span {color:#da456b; }

/* CENTRE */
#centre {min-height:150px; }


#centre .global {}
#centre .global .contenu-wrapper {padding:10px 0; min-height:150px; position:relative; }


/* PANIER */
.f-nav { z-index: 10; position: fixed !important; top: 130px; margin:0 !important; }
#droite-panier-conteneur {margin-top:40px; position:relative; }
#droite-panier-reponse-conteneur {width: 99%; position:absolute; left:0; top:0px; }
#paniermobile-reponse-conteneur {width: 99%; position:absolute; left:0; top:0px; display:none; }
#droite-panier-reponse,
#contenu-panier-reponse { color: #000; text-align: center; }
#droite-panier-reponse p,
#contenu-panier-reponse p {margin:5px 0; line-height: 23px; }
#droite-panier-reponse .droite-panier-reponse-erreur,
#contenu-panier-reponse .droite-panier-reponse-erreur {background: #fff; font-weight:bold; border: 2px solid #ed2a2a; padding: 0 0.8em; }
#droite-panier-reponse .droite-panier-reponse-erreur i,
#contenu-panier-reponse .droite-panier-reponse-erreur i {vertical-align:bottom; font-size:25px; color:#ed2a2a; }
#droite-panier-reponse .droite-panier-reponse-message,
#contenu-panier-reponse .droite-panier-reponse-message {background: #fff; font-weight:bold; border: 2px solid #999; padding: 0 0.8em; }
#droite-panier-reponse .droite-panier-reponse-message i,
#contenu-panier-reponse .droite-panier-reponse-message i {vertical-align:bottom; font-size:25px; color:#45cc45}

#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; }
#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:15px; color:#fff; border: 2px solid #fff; padding: 20px 0.8em; vertical-align:bottom; }
#contenu-panier-reponse-conteneur .panier-reponse-message {background: #45cc45; font-size:15px; 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; }


.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; position:relative; z-index:10;} 
#contenu-bandeau::after{content:""; display:block; width:100%; height:165px; position:absolute; left:0; top:0; z-index:11;background: rgb(0,17,39);
background: -moz-linear-gradient(0deg, rgba(0,17,39,0) 0%, rgba(0,17,39,0.6) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,17,39,0) 0%, rgba(0,17,39,0.6) 100%);
background: linear-gradient(0deg, rgba(0,17,39,0) 0%, rgba(0,17,39,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001127",endColorstr="#001127",GradientType=1);}
#global h1,
#global h2.h1,
.white-popup h1,
#global .titre-h1 > * { font-weight:400; font-size:30px; color:#1ab5da; text-align:left; line-height: 35px;}
#global .titre > * { font-weight:400; font-size:30px; text-align:left; margin-left:0; line-height: 21px;}
#global .miseenavant,
#global h1 em,
#global h2.h1 em,
.white-popup h1 em,
#global .titre-h1 > * em {font-style:normal; display:block; text-transform:uppercase; color:#006f87; font-size:18px; font-weight:300; letter-spacing: 2.5px;}
#global .titre > * em {font-style:normal; display:block; text-transform:uppercase; font-size:18px; font-weight:300;  letter-spacing: 2.5px;}
#global h1 br,
#global h2.h1 br,
.white-popup h1 br,
#global .titre-h1 > * br,
#global .titre > * br {display:block; content: "";}
#global h2:not(.h1),
.white-popup h2:not(.h1) { margin-bottom: 10px; font-size: 20px; color: #1ab5da; font-weight:400; }
#global h3,
.white-popup h3 {margin-top: 10px; font-weight: 400; color:#005567; font-size:16px; text-align:left; }
#global p,
.white-popup p { text-align:justify; }
.white-popup p {word-break: break-word; }
#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:#a0eeff !important; color:#005567 !important; }
#global .bouton p {margin:0 !important; cursor:default; }
#global table.bouton {cursor:default; }
#centre ul,
.white-popup ul {padding-left:0;list-style: none;}
#centre ul ul,
.white-popup ul ul { margin-left: 20px;  }

#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; -ms-flex-wrap:wrap; flex-wrap:wrap; }
#centre ul li > div,
.white-popup ul li > div {line-height: 20px; max-width: calc(100% - 20px); color:#005567; text-align: left;}
#centre ul li::before,
.white-popup ul li::before { content: "\f105"; font-family: FontAwesome; font-size: 15px; display: block; color: #4dbfdd; margin-right:6px; }
a,
a:visited {color:#1ab5da; 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 {margin:10px 0; }
#ariane a,
#ariane span {text-decoration:none; font-size:12px; }


/* 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 #centre .global #contenu .bouton {min-height:30px; }
#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 {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-ms-flex-wrap: wrap;flex-wrap: wrap;margin: 35px auto 0;}
.mosaique-conteneur .mosaique-element {max-width: 510px; width: calc((100% / 3) - 20px); margin:10px;}
.mosaique-conteneur .mosaique-element a, 
.mosaique-conteneur .mosaique-element a:visited {display: block;width: 100%;height: 340px;position: relative;overflow: hidden;}
.mosaique-conteneur .mosaique-element a img {position: absolute;left:0;top:0;width: 100%;height: 100%;object-fit: cover;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;scale: 1;-webkit-transition: scale 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);-o-transition: scale 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);transition: scale 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);}
.mosaique-conteneur .mosaique-element:hover a img{scale: 1.2;}


/* 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:40px; }
.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 */
/* 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; }


#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:820px; 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; 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 {display:none; z-index:9; width:100%; height:100%; position:relative;}
#accueil-slider .accueil-slider-li .accueil-slider-image::after{content:""; display:block; width:100%; height:165px; position:absolute; left:0; top:0; z-index:11;background: rgb(0,17,39);
background: -moz-linear-gradient(0deg, rgba(0,17,39,0) 0%, rgba(0,17,39,0.6) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,17,39,0) 0%, rgba(0,17,39,0.6) 100%);
background: linear-gradient(0deg, rgba(0,17,39,0) 0%, rgba(0,17,39,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001127",endColorstr="#001127",GradientType=1);}

#accueil-slider .accueil-slider-li .accueil-slider-imageordi {display:block;}

/* PAVES */
#accueil-paves-conteneur {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;}
#accueil-paves-conteneur .accueil-pave { height:760px; position:relative; z-index:10;flex: 1 1 auto;-webkit-transition: -webkit-box-flex 0.8s ease;transition: -webkit-box-flex 0.8s ease;-o-transition: flex 0.8s ease;transition: flex 0.8s ease;transition: flex 0.8s ease, -webkit-box-flex 0.8s ease, -ms-flex 0.8s ease;}

#accueil-paves-conteneur .accueil-pave-image { position:absolute; left:0; top:0; z-index:10; overflow:hidden; width:100%; height:100%;}
#accueil-paves-conteneur .accueil-pave-image::after {content:""; display:block; position:absolute; left:0; top:0; z-index:10; width:100%; height:100%; background: rgb(38,38,38);background: -moz-linear-gradient(180deg, rgba(38,38,38,0.7) 0%, rgba(38,38,38,0) 100%);
background: -webkit-linear-gradient(180deg, rgba(38,38,38,0.7) 0%, rgba(38,38,38,0) 100%);
background: linear-gradient(180deg, rgba(38,38,38,0.7) 0%, rgba(38,38,38,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#262626",endColorstr="#262626",GradientType=1); -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;}
#accueil-paves-conteneur .accueil-pave:first-child .accueil-pave-image {background-position-x: left !important;}
#accueil-paves-conteneur .accueil-pave:last-child .accueil-pave-image {background-position-x: right !important;}

#accueil-paves-conteneur .accueil-pave-centre { position:relative; width:100%; height:100%; z-index: 15; padding:25px; box-sizing:border-box;}
#accueil-paves-conteneur .accueil-pave-nom {text-align:center;}
#accueil-paves-conteneur .accueil-pave-nom > a,
#accueil-paves-conteneur .accueil-pave-nom > a:visited {text-decoration:none;}
#accueil-paves-conteneur .accueil-pave-nom > a > span,
#accueil-paves-conteneur .accueil-pave-nom > a:visited > span,
#accueil-paves-conteneur .accueil-pave-nom > span {color:#ffffff; font-size:35px; font-weight:300;}
#accueil-paves-conteneur .accueil-pave-nom > a > span em,
#accueil-paves-conteneur .accueil-pave-nom > a:visited > span em,
#accueil-paves-conteneur .accueil-pave-nom > span em {display:block; color:#a0eeff; font-size:18px; text-transform:uppercase; letter-spacing:1.5px; font-style:normal; font-weight:500;} 
#accueil-paves-conteneur .accueil-pave-bouton {text-align:center;}
#accueil-paves-conteneur .accueil-pave-bouton .bouton-fleche {width: 100%; max-width: 340px; margin:10px auto;}
#accueil-paves-conteneur .accueil-pave-bouton .bouton-fleche:hover {background:#1ab5da;}
#accueil-paves-conteneur .accueil-pave:first-child .accueil-pave-bouton .bouton-fleche {background:#a0ffc6; color:#006629;}
#accueil-paves-conteneur .accueil-pave:first-child .accueil-pave-bouton .bouton-fleche:hover {background:#00e05a; color:#fff;}

#accueil-paves-conteneur .accueil-pave:hover {-webkit-box-flex: 1.5;-ms-flex: 1.5 1 auto;flex: 1.5 1 auto;}
#accueil-paves-conteneur .accueil-pave:hover .accueil-pave-image::after {height:70%;}

/* TEXTE RASSURANCES */
#accueil-rassurances-conteneur {position:relative;z-index:10; padding: 45px 0;}
#accueil-rassurances-conteneur::before {content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; z-index:15; background: rgb(0,172,209);
background: -moz-linear-gradient(90deg, rgba(0,172,209,1) 0%, rgba(79,224,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,172,209,1) 0%, rgba(79,224,255,1) 100%);
background: linear-gradient(90deg, rgba(0,172,209,1) 0%, rgba(79,224,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00acd1",endColorstr="#4fe0ff",GradientType=1);}
#accueil-rassurances-conteneur::after {content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; z-index:16; background:url(../images/fond-rassurances.jpg) no-repeat center center; background-size:cover; opacity:0.2;}

#accueil-rassurances-conteneur .global {position:relative; z-index:20;}
#accueil-rassurances-conteneur h1,
#accueil-rassurances-conteneur h2.h1 {text-align:center; color:#005567; margin-top:0;}
#accueil-rassurances-conteneur h1 em,
#accueil-rassurances-conteneur h2.h1 em,
#accueil-rassurances-conteneur h2:not(.h1) {color:#fff;}
#accueil-rassurances {margin-top: 60px; 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-rassurances .accueil-rassurance {  width: calc(25% - 10px);  margin: 5px;}
#accueil-rassurances .accueil-rassurance-image {text-align:center;}
#accueil-rassurances .accueil-rassurance-nom {font-size:22px; font-weight:400; color:#ffffff; text-align:center;}
#accueil-rassurances .accueil-rassurance-texte {font-size:14px; font-weight:400; color:#ffffff; text-align:center;}
#accueil-rassurances .accueil-rassurance-texte p {text-align:center; margin: 3px 0;}
#accueil-rassurances .accueil-rassurance-texte a,
#accueil-rassurances .accueil-rassurance-texte a:visited {color:#fff; text-decoration:none; display: inline-block; vertical-align: middle;}
#accueil-rassurances .accueil-rassurance-texte a:hover { text-decoration:none;}
#accueil-rassurances .accueil-rassurance-texte a::after {content:""; display:inline-block; width:100%; height:1px; background:#fff; vertical-align: top;}

/* MOSAIQUE */
#accueil-mosaiques {}
#accueil-mosaiques .accueil-mosaique {margin: 50px 0; 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;}
#accueil-mosaiques .accueil-mosaique-texte {width:50%; 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;}
#global.global-accueil #centre #accueil-mosaiques .accueil-mosaique-texte .global  {width: 100%; max-width:780px;margin: 0 20px 0 0; padding: 0 20px !important;}
#accueil-mosaiques .accueil-mosaique-boutons {margin-top: 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; }
#accueil-mosaiques .accueil-mosaique-boutons a.bouton-fleche:not(.popup-player),
#accueil-mosaiques .accueil-mosaique-boutons a.bouton-fleche:not(.popup-player):visited {margin: 10px 0;  width: 100%; max-width: 460px;}
#accueil-mosaiques .accueil-mosaique-boutons a.bouton-fleche.popup-player,
#accueil-mosaiques .accueil-mosaique-boutons a.bouton-fleche.popup-player:visited {margin: 10px 10px 10px 0; min-width: 0;  padding: 10px 35px 10px 25px; -webkit-box-orient: horizontal;   -webkit-box-direction: reverse;   -ms-flex-direction: row-reverse;   flex-direction: row-reverse;  -webkit-box-pack: end;  -ms-flex-pack: end;  justify-content: flex-end;}
#accueil-mosaiques .accueil-mosaique-boutons a.bouton-fleche.popup-player i,
#accueil-mosaiques .accueil-mosaique-boutons a.bouton-fleche.popup-player:visited i {margin: 0 12px 0 0; width: 37px; height: 37px; background: url(../images/play.svg) no-repeat center center; background-size: 100% auto;}

#accueil-mosaiques .accueil-mosaique-images {width:50%; max-height: 760px; padding: 0 5px 0 0; 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;}
#accueil-mosaiques .accueil-mosaique-image { width:calc(50% - 20px); height: calc(50% - 20px); margin: 10px; max-height: 360px;}
#accueil-mosaiques .accueil-mosaique-image img {width:100%; height:100%; object-fit:cover; display:block; border-radius: 10px;}


#accueil-mosaiques .accueil-mosaique:nth-child(2n+1) .accueil-mosaique-texte h2.h1 {color:#00e05a;}
#accueil-mosaiques .accueil-mosaique:nth-child(2n+1) .accueil-mosaique-boutons a.bouton-fleche,
#accueil-mosaiques .accueil-mosaique:nth-child(2n+1) .accueil-mosaique-boutons a.bouton-fleche:visited {background:#a0ffc6; color:#006629;} 
#accueil-mosaiques .accueil-mosaique:nth-child(2n+1) .accueil-mosaique-boutons a.bouton-fleche:hover {background:#00e05a; color:#fff;}

#accueil-mosaiques .accueil-mosaique:nth-child(2n+1) .accueil-mosaique-boutons a.bouton-fleche.popup-player,
#accueil-mosaiques .accueil-mosaique:nth-child(2n+1) .accueil-mosaique-boutons a.bouton-fleche.popup-player:visited {background: #006629; color:#a0ffc6;}
#accueil-mosaiques .accueil-mosaique:nth-child(2n+1) .accueil-mosaique-boutons a.bouton-fleche.popup-player i,
#accueil-mosaiques .accueil-mosaique:nth-child(2n+1) .accueil-mosaique-boutons a.bouton-fleche.popup-player:visited i {filter: invert(97%) sepia(95%) saturate(613%) hue-rotate(59deg) brightness(107%) contrast(118%);}
#accueil-mosaiques .accueil-mosaique:nth-child(2n+1) .accueil-mosaique-boutons a.bouton-fleche.popup-player:hover {background: #a0ffc6; color: #006629;}
#accueil-mosaiques .accueil-mosaique:nth-child(2n+1) .accueil-mosaique-boutons a.bouton-fleche.popup-player:hover i {filter: brightness(0) invert(29%) sepia(17%) saturate(3677%) hue-rotate(106deg) brightness(93%) contrast(101%);}


#accueil-mosaiques .accueil-mosaique:nth-child(2n+2) {  -webkit-box-orient: horizontal;   -webkit-box-direction: reverse;   -ms-flex-direction: row-reverse;   flex-direction: row-reverse;}
#accueil-mosaiques .accueil-mosaique:nth-child(2n+2) .accueil-mosaique-texte .global {margin: 0 0 0 20px;}
#accueil-mosaiques .accueil-mosaique:nth-child(2n+2) .accueil-mosaique-images {padding: 0 0 0 5px; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

#accueil-mosaiques .accueil-mosaique:nth-child(2n+2) .accueil-mosaique-boutons a.bouton-fleche:hover {background:#1ab5da;}
#accueil-mosaiques .accueil-mosaique:nth-child(2n+2) .accueil-mosaique-boutons a.bouton-fleche.popup-player,
#accueil-mosaiques .accueil-mosaique:nth-child(2n+2) .accueil-mosaique-boutons a.bouton-fleche.popup-player:visited {background: #005567; color:#a0eeff;}
#accueil-mosaiques .accueil-mosaique:nth-child(2n+2) .accueil-mosaique-boutons a.bouton-fleche.popup-player i,
#accueil-mosaiques .accueil-mosaique:nth-child(2n+2) .accueil-mosaique-boutons a.bouton-fleche.popup-player:visited i {filter: invert(94%) sepia(38%) saturate(6497%) hue-rotate(166deg) brightness(96%) contrast(112%);}
#accueil-mosaiques .accueil-mosaique:nth-child(2n+2) .accueil-mosaique-boutons a.bouton-fleche.popup-player:hover {background: #a0eeff; color: #005567;}
#accueil-mosaiques .accueil-mosaique:nth-child(2n+2) .accueil-mosaique-boutons a.bouton-fleche.popup-player:hover i {filter: brightness(0) invert(24%) sepia(67%) saturate(1026%) hue-rotate(152deg) brightness(93%) contrast(102%);}

/* ACTIVITES */
#accueil-activites {position:relative; z-index:10; padding: 1px 0; }
#accueil-activites::after {position:absolute; left:0; bottom:0; z-index:9; width:100%; height:580px; content:""; display:block; background:url(../images/fond-activites.jpg) no-repeat center center; background-size:cover;}
#global #accueil-activites .global {max-width:1760px !important;}
#accueil-activites h2.h1 { text-align:center; margin: 50px 0;}


/** Carousel **/
#accueil-activites-slider-conteneur {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: end; -ms-flex-align: end; align-items: flex-end; }

#accueil-activites-slider { width: calc(100% - 120px); margin:0 auto;  position: relative; z-index: 20; overflow: hidden; height:510px; 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-activites-slider.__initialized { opacity: 1; }
#accueil-activites-slider ul { width: 20000em; position: relative; z-index:20; list-style: none; margin:0 !important; padding:0 !important; height:100%; }
#centre #accueil-activites-slider .accueil-activite-li { display: initial; float: left; margin:0 !important; padding:0 !important;  background:none; line-height: initial;}
#accueil-activites-slider .accueil-activite-li::before {display:none; }
#accueil-activites-slider .accueil-activite-li .accueil-activite-contenu {width:320px; height:485px; position:relative; z-index:10;  margin:20px 45px; -moz-box-shadow: 0 0 3px rgba(106, 117, 119, 0.35);-webkit-box-shadow: 0 0 3px rgba(106, 117, 119, 0.35);-o-box-shadow: 0 0 3px rgba(106, 117, 119, 0.35); box-shadow: 0 0 3px rgba(106, 117, 119, 0.35);	border-radius: 15px; overflow:hidden;}
#accueil-activites-slider .accueil-activite-li .accueil-activite-image {border-radius: 15px; width:100%; height:100%; position:relative; z-index:10; }
#accueil-activites-slider .accueil-activite-li .accueil-activite-image::after {position:absolute; left:0; top:0; content:""; display:block; width:100%; height:100%; background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);}
#accueil-activites-slider .accueil-activite-li .accueil-activite-image img { width:100%; height:100%; object-fit:cover; -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;}
#accueil-activites-slider .accueil-activite-li .accueil-activite-texte {text-align:center; position:absolute; left:0; bottom:0; z-index:15; width:100%; height:100%; box-sizing:border-box; padding: 30px 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: end;-ms-flex-pack: end;justify-content: flex-end;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
#accueil-activites-slider .accueil-activite-li .accueil-activite-texte span {font-weight:400; font-size:22px; color:#fff; text-align:center; display:block; line-height: 29px;}
#accueil-activites-slider .accueil-activite-li .accueil-activite-texte a,
#accueil-activites-slider .accueil-activite-li .accueil-activite-texte a:visited { margin-top: 10px; color:#fff; text-align:center; font-size:14px; font-weight:400; }
#accueil-activites-slider .accueil-activite-li:hover .accueil-activite-image img { -webkit-transform: scale(1.2); transform: scale(1.2); }

/** Carousel Controls **/
#accueil-activites-slider-prev,
#accueil-activites-slider-next { cursor:pointer; width:50px; height:50px; text-align: left; line-height: 30px; padding-bottom: 100px;}
#accueil-activites-slider-prev { }
#accueil-activites-slider-next { }
#accueil-activites-slider-prev.inactive,
#accueil-activites-slider-next.inactive {display:none;}
#accueil-activites-slider-prev i,
#accueil-activites-slider-next i {display:block;width:100%; height:100%; background: url(../images/angle-circle-right.svg) no-repeat center center;  background-size: 100% auto; filter: invert(93%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%); -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;}
#accueil-activites-slider-prev i{-webkit-transform: rotate(900deg);  -ms-transform: rotate(900deg);  transform: rotate(900deg);}

#accueil-activites-slider-prev:hover i,
#accueil-activites-slider-next:hover i {filter: brightness(0) invert(87%) sepia(10%) saturate(1990%) hue-rotate(163deg) brightness(103%) contrast(101%);}

#accueil-activites-suite {text-align:center; position: relative; z-index: 20; margin: 40px 0;}
#global #accueil-activites-suite a.bouton-fleche,
#global #accueil-activites-suite a.bouton-fleche:visited {width:100%; max-width:500px; background:#fff; margin:20px auto;}
#global #accueil-activites-suite a.bouton-fleche i { filter: invert(87%) sepia(10%) saturate(1990%) hue-rotate(163deg) brightness(103%) contrast(101%);  -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;}

#global #accueil-activites-suite a.bouton-fleche:hover { background:#a0eeff; color:#005567;}
#global #accueil-activites-suite a.bouton-fleche:hover i {   filter: brightness(0) invert(92%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);}


#global.global-page-47 #centre {background:url(../images/fond-reservation.jpg) no-repeat center center; background-size:cover;}
#reservation-recherche-conteneur {padding:50px 0 140px; min-height: 685px; 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-align: center; -ms-flex-align: center; align-items: center;}
#reservation-recherche-conteneur h1 {color:#fff; text-align:center;  margin-bottom: 55px;}
#reservation-recherche-conteneur h1 em {color:#fff;}
#global.global-page-47 #recherche-conteneur {position: initial;  margin: 0;}

#recherche-conteneur {position: absolute; left: 0; bottom: 80px; width: 100%; z-index: 20; }
#recherche-fermer {display: none;}
#recherche-conteneur form {max-width: 1280px; background: #fff; border-radius: 65px; margin:0 auto;  padding: 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: center;  -ms-flex-align: center;  align-items: center; }
#recherche-conteneur #recherche-champs { flex:1; 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; }
#recherche-conteneur .recherche-element-conteneur {position:relative; flex:1; 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;}
#recherche-conteneur .recherche-element-conteneur::before {content: ""; display: block; width: 1px; height: 62px; background-color: #dcdcdc; margin: 0 23px;}
#recherche-conteneur .recherche-element {cursor:pointer; width: 100%; border-radius: 65px;   min-height: 78px;  padding: 20px 20px 20px 45px; 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; flex:1; }
#recherche-conteneur .recherche-element span {color:#0095b6; font-size: 15px; font-weight: 300;}
#recherche-conteneur .recherche-element span strong {display:block; font-weight: 500;}
#recherche-conteneur .recherche-element i {width: 40px; height: 40px; background:#a0eeff;  border-radius: 75px;}
#recherche-conteneur .recherche-element i::after {content: ""; display: block; width: 100%; height: 100%; background:url(../images/angle-circle-right.svg) no-repeat center center; background-size: contain; -webkit-transform: rotate(90deg);   -ms-transform: rotate(90deg);   transform: rotate(90deg); filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);}

#recherche-conteneur .recherche-element-conteneur.open .recherche-element,
#recherche-conteneur .recherche-element:hover {background: #eafbff;}
#recherche-conteneur .recherche-element-conteneur.open .recherche-element span,
#recherche-conteneur .recherche-element-conteneur.selected .recherche-element span {color:#005567;}
#recherche-conteneur .recherche-element-conteneur.open .recherche-element i,
#recherche-conteneur .recherche-element:hover i {background:#fff;}
#recherche-conteneur .recherche-element-conteneur.open .recherche-element i::after,
#recherche-conteneur .recherche-element:hover i::after {filter: invert(80%) sepia(36%) saturate(493%) hue-rotate(164deg) brightness(102%) contrast(105%);}
#recherche-conteneur .recherche-element-conteneur.open .recherche-element i::after {-webkit-transform: rotate(-90deg);   -ms-transform: rotate(-90deg);   transform: rotate(-90deg);}

#recherche-appartement {width:400px; }
#recherche-conteneur .recherche-date {max-width: 310px;}

#recherche-conteneur .recherche-element-sousmenu {  position: absolute;	left: 0; height: 0px; top: 135%; background: #fff; width: 100%;  box-sizing: border-box; border-radius: 40px; overflow: hidden; -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;}

#recherche-conteneur #recherche-appartement-conteneur::before {display: none;}
#recherche-conteneur #recherche-appartement-conteneur.open #recherche-appartement-sousmenu {height: 100px;  }
#recherche-conteneur #recherche-appartement-sousmenu > div {padding: 20px 20px 20px 45px; }
#recherche-conteneur #recherche-appartement-sousmenu div > span { cursor:pointer; padding: 3px 0; color:#005567; font-size: 15px; font-weight: 300;display:inline-block; position: relative;}
#recherche-conteneur #recherche-appartement-sousmenu div > span::after {content: ""; display: block; position: absolute; left: 0; bottom: 3px; width: 100%; height: 1px; background: #005567; opacity: 0;}
#recherche-conteneur #recherche-appartement-sousmenu div > span strong {font-weight: inherit;}
#recherche-conteneur #recherche-appartement-sousmenu div > span i {margin-left:10px;}
#recherche-conteneur #recherche-appartement-sousmenu div > span:hover {font-weight: 500;}
#recherche-conteneur #recherche-appartement-sousmenu div > span:hover::after {opacity: 1;}

#recherche-conteneur .recherche-element-sousmenu-date  {width:375px;  left: 50px;}
#recherche-conteneur .recherche-element-conteneur-date.open .recherche-element-sousmenu-date {height:315px;}

#recherche-submit {cursor:pointer; margin-left:23px; width:77px; height:77px; }
#recherche-submit button {cursor:pointer; width:100%; height:100%; background:#00e05a; border-radius:75px;  border: none; 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;}
#recherche-submit i {content: ""; display: block; width: 22px; height: 22px; background:url(../images/loupe.svg) no-repeat center center; background-size: contain;  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(299deg) brightness(102%) contrast(102%);}
#recherche-submit span {display:none;}


#recherche-conteneur .recherche-element-sousmenu-date > div {padding:20px; height: 100%; width: 100%; box-sizing: border-box;}
body .reservation-date .ui-widget.ui-widget-content {width: 100%; height: 100%; border: none;  font-family: "Poppins", Arial;  box-sizing: border-box;  padding: 0;}
body #ui-datepicker-div {border: none;  font-family: "Poppins", Arial;  box-sizing: border-box;  width: 300px;	border-radius: 20px;  padding: 7px; box-shadow: 0 0 5px rgba(0,0,0,0.6);}
body .ui-datepicker {  font-family: "Poppins", Arial;}
body .ui-datepicker .ui-datepicker-header { font-size: 19px; color: #005567; font-weight: 500;  background: none; border: none;}
body .ui-datepicker th {color: #005567; font-size: 15px; font-weight: 500;}
body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {width:25px; height:35px; cursor: pointer;}
body .ui-datepicker .ui-datepicker-prev-hover,
body .ui-datepicker .ui-datepicker-next-hover {background: none; border: none;}
body .ui-datepicker .ui-datepicker-prev-hover {left: 2px; top: 2px;}
body .ui-datepicker .ui-datepicker-next-hover {right: 2px; top: 2px;}
body .ui-datepicker .ui-datepicker-prev span, 
body .ui-datepicker .ui-datepicker-next span {background: url(../images/angle-small-down.svg) no-repeat center center; background-size: contain; width: 100%; height: 100%;filter: invert(80%) sepia(36%) saturate(493%) hue-rotate(164deg) brightness(102%) contrast(105%); left:0; top:0; margin:0;}


body .ui-datepicker .ui-datepicker-prev span {  -webkit-transform: rotate(90deg);   -ms-transform: rotate(90deg);   transform: rotate(90deg);} 
body .ui-datepicker .ui-datepicker-next span {  -webkit-transform: rotate(-90deg);   -ms-transform: rotate(-90deg);   transform: rotate(-90deg);}

body .ui-datepicker .ui-datepicker-prev.ui-state-disabled span, 
body .ui-datepicker .ui-datepicker-next.ui-state-disabled span {background: none;}

body .ui-state-disabled, 
body .ui-widget-content .ui-state-disabled, 
body .ui-widget-header .ui-state-disabled {opacity: 1;}
body .ui-state-disabled .ui-state-default, 
body .ui-widget-content .ui-state-disabled .ui-state-default, 
body .ui-widget-header .ui-state-disabled .ui-state-default {color: #a0eeff;}
body .ui-state-default, 
body .ui-widget-content .ui-state-default, 
body .ui-widget-header .ui-state-default {border: none; background: none; color: #005567; font-size: 15px; font-weight: 500; text-align: center; margin:0 auto; height:23px; width: 23px;}

body .ui-state-default:hover, 
body .ui-widget-content .ui-state-default:hover, 
body .ui-widget-header .ui-state-default:hover,
body .ui-state-default.ui-state-active, 
body .ui-widget-content .ui-state-default.ui-state-active, 
body .ui-widget-header .ui-state-default.ui-state-active {color:#fff; background: #005567; border-radius: 50px;}


/* TEMOIGNAGES */
#temoignages-conteneur{background: #a0eeff; padding: 70px 0;  position: relative;  z-index:10; overflow:hidden;}
#temoignages-conteneur .global{  max-width: 1760px !important;  position: relative;  z-index:11; padding: 0 40px; }
#temoignages-conteneur .global .titre{color: #fff; font-size: 22px; letter-spacing: 2.2px; text-transform: uppercase; text-align: center; }

#temoignages-conteneur .global > div {width: 100%; box-sizing: border-box; position: relative;   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;}
/** Carousel **/
#temoignages-conteneur #temoignages {position: relative; overflow: hidden; width: calc(100% - 165px); margin: 0 auto; }
#temoignages-conteneur #temoignages ul {width: 10000em; position: relative; list-style: none; margin: 0; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
#temoignages-conteneur #temoignages .temoignage{display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-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; vertical-align: top; margin: 10px 40px; }
#temoignages-conteneur #temoignages .temoignage::before{display:none}
#temoignages-conteneur #temoignages .temoignage > div{line-height: initial; max-width: 100%; }

#temoignages-conteneur #temoignages .temoignage .temoignage-texte{}
#temoignages-conteneur #temoignages .temoignage .temoignage-texte p{margin: 0; font-size: 17px; line-height: 25px; color: #005567; text-align: left; font-weight:600;}
#temoignages-conteneur #temoignages .temoignage .temoignage-contenu {margin-top: 65px; }
#temoignages-conteneur #temoignages .temoignage-contenu .temoignage-nom{}
#temoignages-conteneur #temoignages .temoignage-contenu .temoignage-nom a:visited,
#temoignages-conteneur #temoignages .temoignage-contenu .temoignage-nom a{text-decoration: none}
#temoignages-conteneur #temoignages .temoignage-contenu .temoignage-nom span{font-size: 17px; color: #005567; text-align:left}

#temoignages-conteneur #temoignages .temoignage .temoignage-etoiles {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 4px; }
#temoignages-conteneur #temoignages .temoignage-etoiles i{font-size: 18px; margin: 2px 5px 2px 0; color: #ffe189; }

/** Carousel Controls **/
#control-slide-temoignage{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; pointer-events: none; z-index: 10; box-sizing: border-box; padding: 28px 0 0; }

.jcarousel-temoignage-control-prev,
.jcarousel-temoignage-control-next {width: 50px;  overflow: hidden; pointer-events: all; position: relative; text-decoration: none; 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; filter: invert(100%) sepia(39%) saturate(2%) hue-rotate(99deg) brightness(106%) contrast(101%);}
.jcarousel-temoignage-control-prev i ,
.jcarousel-temoignage-control-next i {width:100%; height:50px; background:url(../images/angle-circle-right.svg) no-repeat center center; background-size:contain;}
.jcarousel-temoignage-control-prev i {  -webkit-transform: rotate(180deg);   -ms-transform: rotate(180deg);   transform: rotate(180deg);}
.jcarousel-temoignage-control-next i {}

#global #accueil-temoignages-suite a.bouton-fleche, 
#global #accueil-temoignages-suite a.bouton-fleche:visited {  width: 100%;  max-width: 290px;  background: #fff;  margin: 40px auto 0;}
#global #accueil-temoignages-suite a.bouton-fleche i { filter: invert(87%) sepia(10%) saturate(1990%) hue-rotate(163deg) brightness(103%) contrast(101%);  -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;}

#global #accueil-temoignages-suite a.bouton-fleche:hover {  background: #00e05a;  color: #ffffff;}
#global #accueil-temoignages-suite a.bouton-fleche:hover i {   filter: brightness(0) invert(92%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);}






/* Parallax */
#parallax-conteneur {height:438px; width:100%; position:relative; z-index:10; }
#parallax-conteneur::after {position:absolute; left:0; top:0; content:""; display:block;  z-index:10; background:rgba(25,24,25,0.3); width:100%; height:100%; mix-blend-mode: multiply;}
#parallax-conteneur .global {position:relative; z-index:20; height:100%; display:flex; flex-direction:column; justify-content:center; text-align:center; }
#parallax-conteneur .global h2.h1 {color:#fff;}
#parallax-conteneur .global * { text-align:center;}

#global #parallax-conteneur a.bouton,
#global #parallax-conteneur a.bouton:visited, 
#global #parallax-conteneur a.bouton-fleche,
#global #parallax-conteneur a.bouton-fleche:visited {  background: #fff;  color: #005176;}


#global #parallax-conteneur a.bouton-fleche,
#global #parallax-conteneur a.bouton-fleche:visited {padding: 10px 35px 10px 25px; -webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}

#global #parallax-conteneur a.bouton-fleche i {content:""; background:url(../images/calendar.svg) no-repeat center center; background-size:100% auto; width:20px; margin:0 10px 0 0; filter: invert(87%) sepia(10%) saturate(1990%) hue-rotate(163deg) brightness(103%) contrast(101%);-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;}

#global #parallax-conteneur a.bouton:hover,
#global #parallax-conteneur a.bouton-fleche:hover {  background: #00e05a; color:#fff;}
#global #parallax-conteneur a.bouton-fleche:hover i {filter: brightness(0) invert(100%) sepia(0%) saturate(7488%) hue-rotate(28deg) brightness(99%) contrast(104%);}


/* Logos */
#accueil-logos-conteneur {margin:45px 0; position: relative; }
#accueil-logos-conteneur .global {text-align:center; } 
#accueil-logos-conteneur #accueil-logos {position: relative; overflow: hidden; height:105px; margin:0 auto; }	
#accueil-logos-conteneur #accueil-logos ul { width: 20000em; position: relative; list-style: none; margin: 0; padding: 0; }
#accueil-logos-conteneur #accueil-logos .accueil-logo {float: left; margin: 0; padding: 0; max-width: 205px; height: 105px; margin-right:40px; }
#accueil-logos-conteneur #accueil-logos .accueil-logo::before {display:none; }
#accueil-logos-conteneur .accueil-logo:first-child {margin-left:0; }	
#accueil-logos-conteneur #accueil-logos .accueil-logo-image {width:auto; height:100%; }
#accueil-logos-conteneur #accueil-logos .accueil-logo-image img {width:100%; height:100%; object-fit:contain; -o-object-fit:contain; } 


/* NEWSLETTER */
#accueil-newsletter {}
#accueil-newsletter-titre {}
#accueil-newsletter-formulaire {}
#accueil-newsletter-input {}
#accueil-newsletter-droite {}
#newsletter-conditions {}	
#newsletter-conditions-checkbox {}
#optin-checkbox {}
#newsletter-conditions-texte {}
#newsletter-submit-conteneur {}
#newsletter-submit {}


#rassurances-conteneur {position:relative; z-index:10; }
#rassurances-conteneur .global { padding:60px 0px 65px; min-height:200px; }
#rassurances {text-align:center; position:relative; z-index:15; 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; }
#rassurances .rassurance {margin: 10px 30px; }
#rassurances .rassurance-image {height:65px; }
#rassurances .rassurance-nom {margin-left:10px; color:#fff; font-size:24px; font-weight:400; }
			

/* PIED SUP */
#pied-sup {background:#00343f; padding: 1px;}
#pied-sup .global {max-width:1280px; position:relative;}

#pied-moyens-paiement {background:#005567; max-width:899px; width:calc(100% - 60px); padding:30px; margin:65px auto 35px; border-radius: 5px;}
#pied-moyens-paiement-haut {}
#pied-moyens-paiement-haut > div {margin:10px auto; max-width:542px; background:#ffffff; padding:10px 30px; text-align:center; border-radius: 80px; 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;}
#pied-moyens-paiement-haut > div::after {display:block; content:""; background:url(../images/icone-stripe.png) no-repeat center center; width:100px; height:45px; margin-left: 10px; -moz-background-size: 100% auto; -o-background-size: 100% auto; -webkit-background-size: 100% auto;  background-size: 100% auto; filter: brightness(0) invert(22%) sepia(57%) saturate(2022%) hue-rotate(163deg) brightness(90%) contrast(101%);}
#pied-moyens-paiement-haut span {height: 40px; font-weight:400; font-size:25px; color:#005567; padding-left:50px; padding-bottom: 4px; background:url(../images/icone-cadenas.png) no-repeat left top; display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end;  filter: brightness(0) invert(22%) sepia(57%) saturate(2022%) hue-rotate(163deg) brightness(90%) contrast(101%);}
#pied-moyens-paiement-bas {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;}
#pied-moyens-paiement-bas .pied-moyen-paiement {margin:20px 15px 0;} 
#pied-moyens-paiement-bas .pied-moyen-paiement  img {filter: invert(87%) sepia(10%) saturate(1990%) hue-rotate(163deg) brightness(103%) contrast(101%);}

/* PIED */
#pied {background:#00343f; }
#pied .global {padding: 20px; max-width:1280px;}
#pied .global .contenu-wrapper {min-height:210px; margin:42px 0 5px 0px; font-size:0; position:relative; text-align:center; }
/** PIED COLONNES LOGO CENTRE **/
#pied .col { width:280px; text-align:left;  margin:15px 0; display: inline-block; vertical-align: top; }
#pied #col-menu {float:left; width:320px; position:absolute; left:0; top:0; }
#pied #col-centre.col {width:385px !important; margin:15px auto; padding:0; }
#pied #col-contact {width:360px; float:right; position:absolute; right:0; top:0; }
 
#pied ul li {padding:0; }
#pied ul li::before {display:none; }

#pied .col .categorie {margin-bottom: 10px; }
#pied .col .categorie > a {text-decoration:none; }
#pied .col .categorie > a > span,
#pied .col .categorie > a:visited > span,
#pied .col .categorie > span {text-decoration:none; color:#fff; font-size:15px; text-transform:uppercase; display:block; font-weight:500; }

#pied .menu {padding:0; margin:0 0 15px 0; }
#pied .menu li {list-style:none; margin:5px 0; }
#pied .menu li > a {text-decoration:none; display: block;}
#pied .menu li > a > span,
#pied .menu li > a:visited > span,
#pied .menu li > span {text-decoration:none; color:#fff; font-weight:300; font-size:12px; position: relative; }
 
#pied .liens {padding:0; margin:0; }
#pied .liens li { list-style:none; display:inline-block; vertical-align:top; margin:0 0 5px 0; }
#pied .liens li > a {text-decoration:none; display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
#pied .liens li > a::after {content: ""; background: #a0eeff; width: 1px; height: 12px; display:block; margin:0 5px; }
#pied .liens li:last-child > a::after {display:none; }
#pied .liens li > a > span,
#pied .liens li > a:visited > span,
#pied .liens li > span {text-decoration:none; color:#a0eeff; font-weight:300; font-size:12px; line-height: 19px; }
#pied .liens li:hover > a > span,
#pied .liens li:hover > span {}

#pied #logo-pied {width:100%; position:relative; margin:0 auto; }
#pied #logo-pied a,
#pied #logo-pied a:visited {text-decoration:none; color:#000; }
#pied #logo-pied a img {vertical-align:top; height:auto; width:100%; }

#pied #pied-reseaux {text-align:center; margin-top:20px; 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; }
#pied #pied-reseaux .pied-social { margin: 10px; } 
#pied #pied-reseaux .pied-social a,
#pied #pied-reseaux .pied-social a:visited {position:relative; text-align:center; color:#212e48; text-decoration:none; width:35px; height:35px; background: #ffffff; 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; -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s; -moz-transition: -moz-transform ease-out 0.1s, background 0.2s; transition: transform ease-out 0.1s, background 0.2s; border-radius: 28px; }
#pied #pied-reseaux .pied-social a::after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0; content: ''; border-radius: 50%; z-index: -1; opacity: 0; -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1); -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1); -o-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1); box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1); -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); }
#pied #pied-reseaux .pied-social i {color:#212e48; font-size: 25px; }
#pied #pied-reseaux .pied-social i.fa-facebook { margin: 5px 0 0 6px; font-size: 21px; }
#pied #pied-reseaux .pied-social a:hover {background: #ffffff; -webkit-transform: scale(0.93); -moz-transform: scale(0.93); -ms-transform: scale(0.93); transform: scale(0.93); }
#pied #pied-reseaux .pied-social a:hover i { color:#212e48; }
#pied #pied-reseaux .pied-social a:hover::after {-webkit-animation: sonarEffect 1.3s ease-out 75ms; -moz-animation: sonarEffect 1.3s ease-out 75ms; animation: sonarEffect 1.3s ease-out 75ms; }

@-webkit-keyframes sonarEffect {
 0% {
 opacity: 0.3; 
 }
 40% {
 opacity: 0.5; 
 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #212e48, 0 0 0 10px rgba(255, 255, 255, 0.5); 
 }
 100% {
 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #212e48, 0 0 0 10px rgba(255, 255, 255, 0.5); 
 -webkit-transform: scale(1.5); 
 opacity: 0; 
 }
}
@-moz-keyframes sonarEffect {
 0% {
 opacity: 0.3; 
 }
 40% {
 opacity: 0.5; 
 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #212e48, 0 0 0 10px rgba(255, 255, 255, 0.5); 
 }
 100% {
 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #212e48, 0 0 0 10px rgba(255, 255, 255, 0.5); 
 -moz-transform: scale(1.5); 
 opacity: 0; 
 }
}
@keyframes sonarEffect {
 0% {
 opacity: 0.3; 
 }
 40% {
 opacity: 0.5; 
 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #212e48, 0 0 0 10px rgba(255, 255, 255, 0.5); 
 }
 100% {
 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #212e48, 0 0 0 10px rgba(255, 255, 255, 0.5); 
 transform: scale(1.5); 
 opacity: 0; 
 }
}
#pied-contact-bouton {}
#global #pied-contact-bouton a.bouton,
#global #pied-contact-bouton a.bouton:visited {background:#fff; color:#005176; margin: 0; letter-spacing: initial; padding: 10px 30px;}

#pied-contact-bouton a.bouton img {width:23px; height:auto; margin-right: 14px;  filter: invert(87%) sepia(10%) saturate(1990%) hue-rotate(163deg) brightness(103%) contrast(101%);}


/* 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:#005567; 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; }


/* CONTACT TOUJOURS PRESENT */
/*
#contact-conteneur { overflow:hidden; background:#ffffff; 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; }
#contact-gauche { width:660px; position:relative; z-index:10; -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 100% 100%, 0 100%); clip-path: polygon(0 0, 75% 0, 100% 100%, 100% 100%, 0 100%); }
#contact-gauche img { width:100%; height:100%; object-fit:cover; }
#contact-gauche img.mobile {display:none; }

#contact-droite { width:calc(100% - 665px); }
#contact-formulaire-texte { }
#contact-formulaire-texte p { margin: 7px 0; font-size:15px; }
#contact-formulaire-conteneur { position:relative; z-index:10; }
#contact-formulaire .form-ligne { 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; }
#contact-formulaire .contact-colonne { width:calc(50% - 55px); }

#contact-formulaire-conteneur {position:relative; z-index:10; }
#contact-formulaire-reponse {display:none; font-size: 15px; }
#contact-formulaire-surcouche {position:absolute; z-index:20; width:100%; height:100%; background:url(../images/ajax-loader.gif) no-repeat center center rgba(236, 236, 236,0.8); display:none; } 
#contact-form {position:relative; z-index:10; }
#contact-form .form {margin: 10px 0 22px; }

#contact-formulaire .input { position: relative; background:#fff; height:35px; width:100%; }
#contact-formulaire .input > input {font-size: 14px; color: #575757; font-weight:400; border: 0; outline: 0; padding: 10px 5px 3px 10px; position: relative; background-color: transparent; height:100%; width:100%; z-index: 2; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
#contact-formulaire .input > input::-webkit-input-placeholder { opacity:1; color: #979797; font-size: 18px; }
#contact-formulaire .input > input::-moz-placeholder { opacity:1; color: #979797; font-size: 18px; }
#contact-formulaire .input > input:-ms-input-placeholder { opacity:1; color: #979797; font-size: 18px; }
#contact-formulaire .input > input:-moz-placeholder { opacity:1; color: #979797; font-size: 18px; }
#contact-formulaire .input > label {opacity:1; top: -9px; left: 10px; font-size: 14px; color: #888888; position: absolute; display: block; z-index: 1; -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; }
#contact-formulaire .input > label.active {top:-4px; }
#contact-formulaire .input > label.active-color { }
#contact-formulaire .erreur {border:1px solid #f00 !important; }

#contact-formulaire .input:first-child { margin-top: 0; }

#contact-formulaire #contact-message .input { height:165px; border-radius: 5px; }
#contact-form #contact-message-textarea { resize : none; height:calc(100% - 20px); border:none; padding: 3px 5px 3px 5px; margin-top: 15px; margin-left: 5px; font-size: 14px; color: #575757; border: 0; outline: 0; position: relative; background-color: transparent; border:none; width: calc(100% - 20px); z-index: 2; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
#contact-form #contact-message-textarea.erreur {border-color:#f00; }

#contact-validation {margin:10px 0; }
#contact-validation label {font-weight:300; font-size:14px; color:#fff; padding: 10px 0px; width: 100%; display: block; cursor:pointer; }
#contact-validation label a,
#contact-validation label a:visited {color:#5f5f5f; }
#contact-validation input {margin-left:0; }

#contact-bas {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

#contact-bouton {}
#contact-bouton .bouton-fleche {padding:15px 20px; }

#contact-optin {font-size:11px; margin-top: 45px; }
#contact-optin p {margin:3px 0; font-size:11px; }
*/


/* 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) { }
#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; margin: 20px 0;}
#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,
#gabarit-page .global-gabarit.global-gabarit-diapo,
#gabarit-page .global-gabarit.global-gabarit-video {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,
#gabarit-page .container-gabarit.container-gabarit-diapo .gabarit-texte {margin-top:0; }
#gabarit-page .container-gabarit-video .gabarit-texte :first-child {margin-top:0; }

#gabarit-page .gabarit-video {width: 50%; margin: 25px 0; box-sizing: border-box; display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center; -ms-flex-wrap: wrap;flex-wrap: wrap;}
#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; width: 100%;}
#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; }

#gabarit-page .container-gabarit.container-gabarit-diapo {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap:wrap; flex-wrap:wrap; }
#gabarit-page .container-gabarit.container-gabarit-diapo.container-gabarit-diapo-gauche {-webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
#gabarit-page .global-gabarit.global-gabarit-diapo {width:calc(100% - 890px); }
#gabarit-page .container-gabarit .gabarit-diapo {width:890px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; }
#gabarit-page .gabarit-diapo .diaporama-container {margin:0; }

/* 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; width:34px; height:34px; cursor:pointer; }
#recherche-formulaire-submit input {width:34px; height:34px; padding:0; cursor:pointer; }

#recherche-conteneur {}
/** RESULTATS PAGE */
#recherche-expression {}
#recherche-nombre-resultat {font-weight:bold; font-size:1.1em; }
#recherche-conteneur .recherche-page {}
#recherche-conteneur .recherche-page-lien a, 
#recherche-conteneur .recherche-page-lien a:visited {}
#recherche-conteneur .recherche-extrait {}
#recherche-conteneur .recherche-surbrillance {background-color:#FFFF00; }
#recherche-pagination {margin:45px 0 15px; overflow: hidden; 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; }
#recherche-pagination .recherche-pagination-bouton {visibility:hidden; }
#recherche-pagination .recherche-pagination-bouton.visible {visibility:visible; }
#contenu #recherche-pagination .bouton {font-size: 15px; line-height: 26px; margin: 5px; padding: 2px 10px; min-width:0; }

/* HISTORIQUE DES RECHERCHES */
#recherche-historique {}
#recherche-historique .col{width:380px; margin:0 10px; float:left; }
#recherche-historique .mot{padding:10px; text-align:center; }

/* PAGINATION */
#paginator { margin: 10px auto; 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: center; -ms-flex-align: center; align-items: center; }
#contenu #paginator .pagination-span, 
#contenu #paginator .pagination-lien {font-size: 15px; line-height: 26px; margin: 0 5px; padding: 2px 5px; min-width:0; width: auto !important; 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 #paginator .pagination-span {background:#000; cursor:default; }

/* Recapitulatif de produit */
#recap-produit { position:fixed; top:calc(50% - 140px); left:0px; z-index: 3002; display:none; }
#recap-produit.visible {height:325px; width:calc(100% - 10px); max-width:1100px; display:block; }
#recap-produit .recap-padding {padding:15px 10px 15px 20px; }
#recap-produit-fermer {cursor:pointer; padding:10px; width:20px; height:20px; position:absolute; right:0; top:0; z-index:15; }
#recap-produit-fermer i {font-size:22px; color:#2f2e2e; line-height: 20px; }
#recap-produit-header {display:none; width:100%; background:#fff; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
#recap-produit .recap-produit-message {}
#recap-produit .recap-produit-message i { width:20px; height:20px; color:#fff; font-size:15px; border-radius:15px; text-align: center; line-height: 20px; background:#c0ea6a; margin-right: 15px; display:inline-block; vertical-align:top; }
#recap-produit .recap-produit-message span {font-weight:700; font-size:20px; color:#2f2e2e; width:calc(100% - 65px); display:inline-block; vertical-align:top; }
#recap-produit-contenu {font-size:0; width:100%; height: 100%; margin:0 auto; 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; }
#recap-produit-gauche {background:#fff; width:58%; max-width:642px; height: 100%; position:relative; z-index:10; display:inline-block; vertical-align:top; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }

#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; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
#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:#2f2e2e; margin-top:10px; }
#recap-produit-infos-quantite {font-size: 13px; margin: 8px 0; text-align:center; font-weight:700; color:#2f2e2e; border:1px solid #b7bec7; padding:4px; width:193px; min-height:55px; border-radius:7px; }
#recap-produit-infos-quantite .nom {font-size:15px; }
#recap-produit-infos-quantite .quantite { font-size:30px; }
#recap-produit-infos-prix {font-size:15px; font-weight:700; color:#2f2e2e; }
#recap-produit-infos-prix span {font-weight:400; }
#recap-produit-infos-prix sup {font-size:12px; line-height: 15px; }

#recap-produit-droite { background:#e3e6ea; width:42%; max-width:458px; height: 100%; position:relative; z-index:10; display:inline-block; vertical-align:top; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
#recap-produit-droite-contenu {max-width:405px; }
#recap-produit-nbproduits {font-weight:400; font-size:20px; color:#2f2e2e; border-bottom:1px solid #d2d7dd; padding-bottom:30px; margin-bottom:25px; }
#recap-produit-infos-panier {font-size:15px; color:#2f2e2e; font-weight:700; }
#recap-produit-infos-panier > div { margin: 13px 0; }
#recap-produit-infos-panier span {font-weight:400; }
#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:175px; height:35px; font-weight:600; font-size:13px; border-radius:5px; -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:#2f2e2e; }
#recap-produit .recap-produit-poursuivre > a:hover {background:#50677c; }
#recap-produit .recap-produit-panier {}
#recap-produit .recap-produit-panier > a {color:#2f2e2e; background:#ffffff; }
#recap-produit .recap-produit-panier > a:hover {background:#f2f3f5; }
#recap-produit-action-mobile {display:none; padding:5px 10px 5px 20px; background:#e3e6ea; width:100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }

/* TEMPLATE FAMILLE */
#famille {}
#famille .conteneur {display:inline-block; vertical-align:top; margin:10px 35px; width:calc(33% - 46px); }
#famille .conteneur:nth-child(3n+1) {margin-left:0; }
#famille .conteneur:nth-child(3n+3) {margin-right:0; }
#famille .conteneur .photo {display:block; width:100%; }
#famille .conteneur .photo img {width:100%; height:auto; }
#famille .conteneur .photo a,
#famille .conteneur .photo a:visited {display:block; }

#famille .conteneur .nom {text-align:center; }

#famille .conteneur .pastille {position:absolute; top:0px; left:0px; }

#global.global-template-3979 #centre #ariane {margin-left:25px;}
#global.global-template-3979 #centre .global {  max-width: 1590px;}
/* TEMPLATE PRODUIT */
#produit {}
#produit-haut {}
#produit-haut .famille-menu-conteneur {display:none; }
#produit-contenu {}
#produit-retour {margin-bottom:10px; }
#produit-retour a,
#produit-retour a:visited { font-weight:400; font-size:12px; color:#33495e; display:block; width:63px; height:25px; padding:6px 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:#bccfe8; }
#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 #photos-conteneur {width:705px; margin:0 0 15px 0; padding:0 25px; position:relative; z-index:20;position:relative; z-index:1; }
#produit-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;}
#produit-photos-slider  { position: relative; z-index: 20; overflow: hidden; height:497px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; } /* HEIGHT A MODIFIER */
#produit-photos-slider ul {height: 100%; width: 20000em; position: relative; list-style: none; margin: 0; padding: 0;}
#produit-photos-slider .produit-slider-li { float: left; margin:0 !important; padding:0 !important; height:100%; background:none; line-height: initial; /** SI FONDU : position:absolute; */}
#produit-photos-slider .produit-slider-li::before {display:none; }
#produit-photos-slider .produit-slider-li .produit-photo-principale { text-decoration:none; width:100%; height:100%; display:block;}
#produit-photos-slider .produit-slider-li .produit-photo-principale img {object-fit: contain; width:100% !important; height:100% !important; border-radius: 10px; }

#produit #miniatures-slider-conteneur {position:relative; z-index:10;}
#produit #miniatures-slider { width:100%; margin-top:7px ;   position: relative;  overflow: hidden;   margin: 0 auto; }
#produit #miniatures-slider ul {height: 95px; width: 20000em; position: relative; list-style: none; margin: 0; padding: 0;}

#produit #miniatures-slider .miniature  {float: left; margin: 0; padding: 0; margin:5px 9px 5px 1px; cursor:pointer; width:136px; max-width:136px; height:86px; 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 #miniatures-slider .miniature::before {display:none;}
#produit #miniatures-slider .miniature > div {height: 100%;width: 100%; max-width:100%;}
#produit #miniatures-slider .miniature img {  width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; display:block; -webkit-box-sizing: border-box; box-sizing: border-box; }
#produit #miniatures-slider .miniature.active::after { content:""; width:100%; height:100%; background:rgba(26,181,218,0.5); position:absolute; left:0; top:0; z-index:10; box-sizing:border-box;}

/** Carousel Controls **/
#produit-slider-control-prev,
#produit-slider-control-next { position: absolute; z-index:20; cursor:pointer; top: 0; text-align:center; width:25px; height:100%; line-height: 30px; color:#bebfbf; 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; text-decoration:none;}
#produit-slider-control-prev { left: -25px; -webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}
#produit-slider-control-next { right: -25px; -webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}
#produit-slider-control-prev i,
#produit-slider-control-next i {color:#fff;width:16px; height:16px; background:#005567; border-radius: 30px; font-size: 12px;
line-height: 15px; box-sizing: border-box;}
#produit-slider-control-prev i {padding-right:2px;}
#produit-slider-control-next i {padding-left:2px;}

#produit-informations {width:calc(100% - 755px); position:relative; box-sizing: border-box; padding-left: 30px;}

#produit-mosaique-boutons {}
#produit-mosaique-boutons {margin-top: 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; }
#produit-mosaique-boutons a.bouton-fleche:not(.popup-player),
#produit-mosaique-boutons a.bouton-fleche:not(.popup-player):visited {margin: 10px 0;  width: 100%; max-width: 460px;}
#produit-mosaique-boutons a.bouton-fleche.popup-player,
#produit-mosaique-boutons a.bouton-fleche.popup-player:visited {margin: 10px 10px 10px 0; min-width: 0;  padding: 10px 35px 10px 25px; background: #005567; color:#a0eeff; -webkit-box-orient: horizontal;   -webkit-box-direction: reverse;   -ms-flex-direction: row-reverse;   flex-direction: row-reverse;  -webkit-box-pack: end;  -ms-flex-pack: end;  justify-content: flex-end;}
#produit-mosaique-boutons a.bouton-fleche.popup-player i,
#produit-mosaique-boutons a.bouton-fleche.popup-player:visited i {margin: 0 12px 0 0; width: 37px; height: 37px; background: url(../images/play.svg) no-repeat center center; background-size: 100% auto; filter: invert(94%) sepia(38%) saturate(6497%) hue-rotate(166deg) brightness(96%) contrast(112%);}
#produit-mosaique-boutons a.bouton-fleche.popup-player:hover {background: #a0eeff; color: #005567;}
#produit-mosaique-boutons a.bouton-fleche.popup-player:hover i {filter: brightness(0) invert(24%) sepia(67%) saturate(1026%) hue-rotate(152deg) brightness(93%) contrast(102%);}

#produit-mosaique-boutons .bouton-fleche:not(.popup-player),
#produit-mosaique-boutons .bouton-fleche:not(.popup-player):visited {background:#00e05a; color:#fff; width:210px;} 
#produit-mosaique-boutons .bouton-fleche:not(.popup-player) i,
#produit-mosaique-boutons .bouton-fleche:not(.popup-player):visited i {filter: brightness(0) invert(100%) sepia(0%) saturate(7488%) hue-rotate(28deg) brightness(99%) contrast(104%);}
#produit-mosaique-boutons .bouton-fleche:not(.popup-player):hover {background: #a0eeff; color: #005567;}
#produit-mosaique-boutons .bouton-fleche:not(.popup-player):hover i {filter: brightness(0) invert(24%) sepia(67%) saturate(1026%) hue-rotate(152deg) brightness(93%) contrast(102%);}


#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:#656c6c; 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:10px; }
#produit-informations #produit-id-nom.open > span {background:url(../images/produit-top.png) no-repeat center right; }
#produit-informations #produit-id-nom span.nostock {text-decoration: line-through; border-color:#777777; display:inline-block; }

#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:hover {background:#e6e6e6; }
#produit-informations #produit-id-liste .declinaison.nostock {cursor:default; }
#produit-informations #produit-id-liste .declinaison.nostock .valeur {text-decoration: line-through; border-color:#777777; display:inline-block; margin-right:10px; max-width:calc(100% - 25px); vertical-align: middle; }
#produit-informations #produit-id-liste .declinaison .nostock-enveloppe {cursor:pointer; vertical-align: middle; }


#produit-informations #produit-prix {font-weight:700; font-size:35px; color:#33495e; }
#produit-informations #produit-prix sup {font-size:14px; line-height: 15px; }
#produit-informations #produit-prix .prix-barre {color:#33495e; position: relative; z-index: 10; font-weight: normal; font-size: 20px; }
#produit-informations #produit-prix .prix-barre::before { position: absolute; left: 0; top: 9px; z-index: 20; content: ""; background: #33495e; width: 100%; height: 3px; }

#produit-informations #produit-quantite-stock {margin:20px 0; 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-informations #produit-quantite { width:205px; }
#produit-informations #produit-quantite span {font-weight:600; font-size:13px; color:#33495e; margin-right: 15px; display: inline-block; vertical-align: middle; }
#produit-informations #produit-quantite input {height: 33px; width:125px; font-weight:500; font-size:19px; color:#000000; border:1px solid #b7bec7; padding:0 6px 4px; display: inline-block; vertical-align: middle; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }


#produit .erreur {border-color:#fc0d0d; }
#produit .produit-submit {}
#contenu #produit .produit-alerte {display:none; }

#produit-informations .produit-submit {display:block; }


#produit-informations .produit-submit,
#produit-informations .produit-alerte {cursor:pointer; padding:10px 15px; background:#bccfe8; width:275px; height:40px; border-radius:5px; -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-informations .produit-submit span,
#produit-informations .produit-alerte span { font-weight:700; color:#33495e; font-size:22px; padding-right: 50px; 
text-align: center; background:url(../images/icone-panier-produit.png) no-repeat right center; 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-informations .produit-submit:hover,
#produit-informations .produit-alerte:hover {background:#d6a3bc; }



/* TEXTES PRODUIT */
#produit-bas {}
#produit-textes {margin:70px 5px 25px; }	
#produit-categories {}

#produit-categories-noms {height:65px; position:relative; z-index:10; }
#produit-categories-noms::before {content:""; width:100%; height:1px; background:#a0eeff; 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: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#produit-categories-noms .produit-categorie { margin:5px 50px; 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 { font-size:15px; color:#005567;  font-weight:300; }
#produit-categories-noms .produit-categorie-nom.selected,
#produit-categories-noms .produit-categorie-nom:hover { }
#produit-categories-noms .produit-categorie-nom.selected::before,
#produit-categories-noms .produit-categorie-nom:hover::before {content:""; width:100%; height:3px; background:#1ab5da; display:block; position:absolute; left:0; top: -20px; }

#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: center; }
#produit-categories #produit-categories-textes-contenu,
#produit-categories #produit-categories-textes-contenu p,
#produit-categories #produit-categories-textes-contenu li {margin:0; text-align:center; font-size: 17px; line-height:25px; color:#669eaa;  font-weight:300; }
#produit-categories #produit-categories-textes-contenu ul {padding-left:15px; } 
#produit-categories #produit-categories-textes-contenu ul li > div {line-height:25px;}

#produit-bas-photo {width:100%;   max-width: 1280px; margin: 20px auto;}
#produit-bas-photo a,
#produit-bas-photo a:visited {width:100%; display:block; text-decoration:none;}
#produit-bas-photo img {width:100%; height:100%; object-fit:contain;}

/* Renseignement petite barre */
#contenu .renseignement-conteneur {cursor:pointer; max-width:605px; min-height:65px; margin:40px auto; background:#005567; border:none; 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; box-sizing: border-box; -ms-flex-wrap: wrap; flex-wrap: wrap; overflow: hidden; }
#contenu .renseignement-conteneur > span { font-size:25px; letter-spacing: 1px; color:#fff; line-height: 26px; flex: 1; 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; }
#contenu .renseignement-conteneur > span em {font-size:15px; letter-spacing: initial;}
#contenu .renseignement-conteneur > span > img {width:30px; height:auto; margin-right: 20px;  filter: invert(87%) sepia(10%) saturate(1990%) hue-rotate(163deg) brightness(103%) contrast(101%); -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 .renseignement-conteneur:hover > span > img {filter: brightness(0) invert(93%) sepia(3%) saturate(0%) hue-rotate(269deg) brightness(107%) contrast(104%);}

/* 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-right: 15px; }
#compte-page #compte-coordonnees .compte-coordonnees-elements {margin:7px 0 19px; 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 .compte-coordonnees-element {box-sizing:border-box;  width:calc(50% - 23px); margin-top:0; margin-bottom:0; margin-left:45px; }
#compte-page #compte-coordonnees .compte-coordonnees-elements .compte-coordonnees-element:first-child {margin-left:0 !important; }
#compte-inscription-newsletter {margin: 31px 0 23px; }
#centre #compte-inscription-newsletter.checkbox-spe-conteneur label {color:#000000; font-size:13px; }

#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-pays {width:100%; height:100%; }
#compte-pays-select { width:100%; max-width: 330px; height: 45px; }
#compte-pays-conteneur select {width:100%; height:30px; }

/* COMPTE MENU */
#compte-menus-titre {text-align:center; }
#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 */
#historique {}
#historique .commande {display:none; }
#historique .fa-file-pdf-o {color:#F72015; }

/* COMMUN */
/* SELECT */
#contenu .selectize-input {cursor:pointer; height: 45px; /*width:330px; */ width:100%; text-align:left; border:1px solid #e6e6e6; 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; }

/* 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,
body .checkbox-spe-conteneur label .coche {position: relative; width: 11px; height:11px; margin: 0 7px 0 0; }

body .radio-spe-conteneur label .nom,
body .checkbox-spe-conteneur label .nom { width: calc(100% - 30px); }

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 #1bb4db; 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,
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: #fff; width: 100%; height: 100%; }
body .checkbox-spe-conteneur [type="checkbox"]:checked + label .coche:before {background: #fff;  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,
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: ''; background:#1bb4db; border:1px solid #0b6072; width: 100%; height: 100%; position: absolute; left: 0; top: 0; text-align:center; line-height: 0; transition: all .2s;  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; }



/* Aspect non cochée */
body .radio-spe-conteneur [type="radio"]:not(:checked) + label .coche:after,
body .checkbox-spe-conteneur [type="checkbox"]: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,
body .checkbox-spe-conteneur [type="checkbox"]: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: #005567; 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: #005567; 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 {position:fixed; bottom:20px; left:20px; z-index:9999; 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: #a0eeff; 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 */
#cookie-consent-form {}
#cookie-consent-form > .titre {font-size:18px; text-transform:uppercase; }
#cookie-consent-form .categories {}
#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:bold; margin-bottom:15px; display:inline-block; vertical-align:top; width:250px; }
#cookie-consent-form .categorie .configuration {color:#2196F3; display:inline-block; vertical-align:top; width:calc(100% - 260px); text-align:right; }
#cookie-consent-form .categorie .configuration.actif {font-weight:bold; }

#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:bold; }
#cookie-consent-form .categorie .valeur {display:inline-block; vertical-align:top; width:calc(100% - 120px); }

#cookie-consent-form .categorie .nom {}
#cookie-consent-form .categorie .description {}

 /* 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: #ccc; 
 -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: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: #005567; 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: #005567; }
.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: 5px !important; width:100% !important; height:40px !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 .input select { border:1px solid #e6e6e6; background:none; outline: 0; padding: 5px !important; width:100% !important; height:40px !important; }

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 .input .erreur-message,
body .input .erreur-message-mail,
body .input .erreur-message-identique,
body .checkbox-spe-conteneur .erreur-message {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; width: 70%; height:75px; resize : none; }
body select {outline:none; border: none; border: 1px solid #dcdcdc; height:30px; }
.bouton-js {cursor:pointer; }

.submit input,
input.submit,.bouton,.bouton-fleche,
#global a.bouton,
#global a.bouton:visited,
#global a.bouton-fleche,
#global a.bouton-fleche:visited {outline:none; border:none; font-size: 20px; background:#a0eeff; color: #005567; min-height: 75px; min-width: 260px; text-align: center; padding: 10px 35px ; margin: 10px; font-weight:600; 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; -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; font-family: 'Poppins', sans-serif; }
.bouton-fleche,
#global a.bouton-fleche,
#global a.bouton-fleche:visited {padding: 10px 15px 10px 35px;text-align: left; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
#global .bouton a,
#global .bouton a:visited,
#global .bouton-fleche a,
#global .bouton-fleche a:visited { text-decoration:none; }

.bouton-fleche i,
#global a.bouton-fleche i {margin-left:12px; background:url(../images/angle-circle-right.svg) no-repeat center center; background-size:100% auto; width:40px; height:40px; filter: invert(92%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%); -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;}
.bouton,
#global a.bouton,
#global a.bouton:visited,
.bouton-fleche,
#global a.bouton-fleche,
#global a.bouton-fleche:visited {	line-height: 20px; }
.bouton em,
#global a.bouton em,
.bouton-fleche em,
#global a.bouton-fleche em {display:block; font-size:15px; font-weight:300; font-style:normal;}

.bouton span,
#global a.bouton span,
#global a.bouton:visited span,
.bouton-fleche span,
#global a.bouton-fleche span,
#global a.bouton-fleche:visited span {text-align:left;}
.bouton span,
#global a.bouton span,
#global a.bouton:visited span,
.bouton-fleche span,
#global a.bouton-fleche span,
#global a.bouton-fleche:visited span,
.bouton i,
#global a.bouton i,
#global a.bouton:visited i,
.bouton-fleche i,
#global a.bouton-fleche i,
#global a.bouton-fleche:visited i{-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; }

.submit input:hover,
input.submit:hover,
.bouton input:hover,
input.bouton:hover,
.bouton:hover,
#global .bouton:hover,
#global a.bouton:hover,
.bouton-fleche:hover,
#global .bouton-fleche:hover,
#global a.bouton-fleche:hover {background:#00e05a; color:#ffffff; text-decoration:none; }

.bouton:hover i,
#global a.bouton:hover i,
.bouton-fleche:hover i,
#global a.bouton-fleche:hover i { filter: brightness(0) invert(100%) sepia(0%) saturate(7488%) hue-rotate(28deg) brightness(99%) contrast(104%);}

/* 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; image-rendering: initial; }
	.logo-image.iconGrand{display:none; image-rendering: initial; } 
 
	body * {image-rendering: -webkit-optimize-contrast; }
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	
	body * {image-rendering: initial; }
}
/* 1.25 dpr */
@media 
(-webkit-min-device-pixel-ratio: 1.25), 
(min-resolution: 120dpi){ 
 /* Retina-specific stuff here */
 body * {image-rendering: initial; }
}

/* 1.3 dpr */
@media 
(-webkit-min-device-pixel-ratio: 1.3), 
(min-resolution: 124.8dpi){ 
 /* Retina-specific stuff here */
 body * {image-rendering: initial; }
}

/* 1.5 dpr */
@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi){ 
 /* Retina-specific stuff here */
 body * {image-rendering: initial; }
}
@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; image-rendering: initial; }
	.logo-image.iconGrand{display:inline-block; image-rendering: initial; } 
	body * {image-rendering: initial; }
}
