@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: 'Marcellus', serif, Arial; font-size:15px; background:#FFFFFF; color:#343434; }
body * {outline:none; }
* { scrollbar-color: #ccc #343434; scrollbar-width: thin; }
::-webkit-scrollbar { width:12px;}


@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:400; font-family: 'Vidaloka', serif; }
.noscroll { overflow: hidden; height: 100%; width:100%; }

body.mfp-open {height:100%; overflow:hidden; }
body.mfp-open .mfp-wrap {}
body.popin-open .mfp-wrap { overflow:hidden !important; /*height: 100% !important; */ position: /*static*/fixed; }

body.showLayout {overflow: hidden !important; height: 100% !important; width:100% !important; }
body.showLayout #modal-layout { width: 100%; height: 100%; position: fixed; left: 0px; top: 0px; z-index: 3001; display: block; background: rgba(0,0,0,0.6); }

.layout {background:rgba(115,115,115,0.5); width:100%; height:100%; position:fixed; top:0px; left:0px; z-index:100; display:none; }
.layout.visible {display:block; }

/* POPUP */
.mfp-bg {z-index:3250 !important; }
.mfp-wrap, .mfp-content {z-index:3300 !important; }
.mfp-bg {background:#262818 !important; opacity: 0.6 !important; }
.mfp-close-btn-in .mfp-close {color: #000; font-size: 45px; }
.white-popup {position: relative; background: #FFF; overflow-y:auto; padding: 20px 10px; width: auto; max-width: 590px; max-height:885px; min-height: 160px; margin: 50px auto; border-radius: 5px; }

/* FIN POPUP */

/* 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 {padding-top:180px; -webkit-transition: padding 400ms linear; -moz-transition: padding 400ms linear; -ms-transition: padding 400ms linear; -o-transition: padding 400ms linear; transition: padding 400ms linear; }
#global.global-accueil {padding-top:45px; }
#global.sm {padding: 0 !important; }
#global:not(.global-accueil).no-bandeau {}
.noscroll #global {}
.global {max-width:1580px; padding:0 20px; margin:0 auto; }

/* BANDEAU */
#bandeau {padding:0; position:fixed; left:0px; top:0px; width:100%; z-index:3000; background:#fff; -webkit-transition: height 400ms linear; -moz-transition: height 400ms linear; -ms-transition: height 400ms linear; -o-transition: height 400ms linear; transition: height 400ms linear; }
#global.global-accueil #bandeau {background:none; }
.lg { height: 180px; }
#bandeau.sm { height: 100px; border:none; }

/* Bandeau réduit */
#bandeau.sm { }
#global.global-accueil #bandeau.sm::after { content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; z-index: 1; background: rgb(0,0,0,0.5); }

#bandeau.sm #bandeau-haut { height: 2px; overflow: hidden; }
#bandeau.sm #bandeau-conteneur {height:auto; }
#bandeau.sm #bandeau-contact {}
#bandeau.sm #logo {height:80px; }
#bandeau.sm #bandeau-telephone a, #bandeau.sm #bandeau-telephone a:visited,
#bandeau.sm #bandeau-email a, #bandeau.sm #bandeau-email a:visited {height:40px; }
#bandeau.sm #bandeau-telephone span,
#bandeau.sm #bandeau-email span {font-size:14px; }

#bandeau-haut {position:relative; z-index:5; background:#3c4b73; height:45px; -webkit-transition: height 400ms linear; -moz-transition: height 400ms linear; -ms-transition: height 400ms linear; -o-transition: height 400ms linear; transition: height 400ms linear; }
#bandeau-haut .global {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; }
#bandeau-phrase {}
#global #bandeau-phrase h1 {font-size:14px; color:#ffffff; text-transform:uppercase; margin:0; letter-spacing:0.5px; }

#bandeau-conteneur {position:relative; z-index:5; } 
#bandeau-contact {opacity:1; height:100%; -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-contact .global {max-width:1880px; width:100%; box-sizing: border-box; display: grid; grid-template-columns: repeat(24, [col-start] 1fr); -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
#bandeau-contact .global > div {grid-row: 1; }

#bandeau-gauche {grid-column: col-start 1 / span 6; 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-logo {grid-column: col-start 9 / span 8; text-align:center; }
#bandeau-droite {grid-column: col-start 17 / span 8; }

/* Menu mobile */
#bandeau-mobile { min-width: inherit; width: 85px; height: 30px; padding: 5px; margin: 0px; cursor: pointer; 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; }
#bandeau-mobile.open {position: absolute; left: 5px; bottom: 2px; z-index: 99999; left: 10px; top: 0; bottom:unset; }
#bandeau-mobile span {color: #fff; font-size: 17px; }
#bandeau-mobile i { display:block; width: 32px; height: 32px; background:url(../images/icone-menu.svg) no-repeat center center; background-size:100% auto; filter: invert(98%) sepia(7%) saturate(343%) hue-rotate(163deg) brightness(118%) contrast(100%); }

#global:not(.global-accueil) #bandeau-mobile span {color:#3c4b73; }
#global:not(.global-accueil) #bandeau-mobile i {filter: invert(24%) sepia(88%) saturate(350%) hue-rotate(186deg) brightness(87%) contrast(83%); }

#bandeau #logo { padding:9px 0 0 1px; position:relative; z-index:10; height:100px; margin: 0 auto; -webkit-transition: height 400ms linear; -moz-transition: height 400ms linear; -ms-transition: height 400ms linear; -o-transition: height 400ms linear; transition: height 400ms linear; }
#bandeau #logo a,
#bandeau #logo a:visited {display:block; width: 100%; height: 100%; }
#bandeau #logo a img {height:100%; width:auto; }

#bandeau-elements { padding: 0px 3px 0 0; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
#bandeau-elements > div { margin-left: 30px; }

#bandeau-elements #bandeau-telephone {margin-left:0; }
#bandeau-telephone a,
#bandeau-telephone a:visited { padding: 5px 15px; height:50px; box-sizing:border-box; color:#fff; text-decoration:none; 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-telephone i {display:block; margin-right:10px; width:15px; height:15px; filter: invert(98%) sepia(7%) saturate(343%) hue-rotate(163deg) brightness(118%) contrast(100%); background:url(../images/icone-telephone.svg) no-repeat center center; background-size:100% auto; }
#bandeau-telephone span {font-weight:400; color:#fff; font-size:16px; line-height: 21px; max-width: calc(100% - 17px); }

#bandeau-email {}
#bandeau-email a,
#bandeau-email a:visited {height:50px; color:#fff; text-decoration:none; font-size:15px; border:1px solid #fff; padding: 5px 25px; border-radius: 60px; box-sizing:border-box; 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-email i {display:none; width:15px; height:15px; filter: invert(98%) sepia(7%) saturate(343%) hue-rotate(163deg) brightness(118%) contrast(100%); background:url(../images/icone-mail.svg) no-repeat center center; background-size:100% auto; }


#global:not(.global-accueil) #bandeau-telephone a,
#global:not(.global-accueil) #bandeau-telephone a:visited,
#global:not(.global-accueil) #bandeau-telephone span,
#global:not(.global-accueil) #bandeau-email a,
#global:not(.global-accueil) #bandeau-email a:visited {color:#3c4b73; }
#global:not(.global-accueil) #bandeau-telephone i {filter: invert(24%) sepia(88%) saturate(350%) hue-rotate(186deg) brightness(87%) contrast(83%); }
#global:not(.global-accueil) #bandeau-email a,
#global:not(.global-accueil) #bandeau-email a:visited {border-color:#3c4b73; }
#global:not(.global-accueil) #bandeau-email i {filter: invert(24%) sepia(88%) saturate(350%) hue-rotate(186deg) brightness(87%) contrast(83%); }

#bandeau-reseaux {text-align:center; 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-reseaux .bandeau-social {margin: 0 7px; }
#bandeau-reseaux .bandeau-social a,
#bandeau-reseaux .bandeau-social a:visited { color:#fff; text-decoration:none; display:block; -webkit-transition: -webkit-transform ease-out 0.1s; -moz-transition: -moz-transform ease-out 0.1s; transition: transform ease-out 0.1s; }
#bandeau-reseaux .bandeau-social i {color:#fff; font-size: 21px; }
#bandeau-reseaux .bandeau-social a:hover { -webkit-transform: scale(0.93); -moz-transform: scale(0.93); -ms-transform: scale(0.93); transform: scale(0.93); }
#bandeau-reseaux .bandeau-social a:hover i { color:#fff; }
#global:not(.global-accueil) #bandeau-reseaux .bandeau-social a,
#global:not(.global-accueil) #bandeau-reseaux .bandeau-social a:visited,
#global:not(.global-accueil) #bandeau-reseaux .bandeau-social i,
#global:not(.global-accueil) #bandeau-reseaux .bandeau-social a:hover i {color:#3c4b73; }
	
	
/* MENU */
/* Menu niveau 1 */

#menu-conteneur { height: calc(100vh - 45px); left: -100%; overflow: hidden; position: fixed; top: 45px; transition: all .4s ease; max-width: 100%; width: auto; z-index: 20; }
#global.sm #menu-conteneur {height:100%; top:0; }
#menu-conteneur.open {left:0; }
#menu-conteneur::after {background-color: rgba(0,0,0,.5); content: ""; display: block; height: calc(100% - 45px); position: fixed; right: -100%; z-index: 20; top: 45px; transition: all .5s ease; width: 100%; }
#global.sm #menu-conteneur::after {height:100%; top:0; }
#menu-conteneur.open::after {right: 0; }
#menu-wrapper { background: #fff; height: calc(100vh - 45px); overflow: hidden; padding: 20px 20px 30px; position: fixed; z-index: 21; width:420px; box-sizing: border-box; }
#bandeau.sm #menu-wrapper { height:100vh; }
#menu {list-style:none; margin:0; padding: 0; height:100%; overflow-y: auto; box-sizing: border-box; position:relative; }
#menu-wrapper #menu::-webkit-scrollbar { width: 5px; }
#menu-wrapper #menu::-webkit-scrollbar-track { background: #3c4b73; }
#menu-wrapper #menu::-webkit-scrollbar-thumb { background-color: #3c4b73; border: 3px solid #3c4b73; border-radius: 0; }

#menu #menu-fermer {cursor:pointer; position:absolute; left:0; top:0; z-index: 40; 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; }
#menu #menu-fermer i {display:block; width: 17px; height: 17px; margin-right: 10px; background:url(../images/icone-croix.svg) no-repeat center center; background-size:100% auto; filter: invert(17%) sepia(1%) saturate(0%) hue-rotate(5deg) brightness(94%) contrast(89%); }
#menu #menu-fermer span {font-size:13px; color:#333333; }
#menu > .global {text-align:right; position:relative; z-index:30; font-size:0; height:100%; padding: 50px 0 0; box-sizing: border-box; }


#menu-reseaux { margin-top: 45px; text-align:left; 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; }
#menu-reseaux span {display:block; width:100%; font-size:20px; color:#3c4b73; margin-bottom: 13px; }
#menu-reseaux .menu-social {margin: 0 10px; }
#menu-reseaux .menu-social#menu-facebook {margin-left:0; }
#menu-reseaux .menu-social a,
#menu-reseaux .menu-social a:visited { color:#3c4b73; text-decoration:none; display:block; -webkit-transition: -webkit-transform ease-out 0.1s; -moz-transition: -moz-transform ease-out 0.1s; transition: transform ease-out 0.1s; }
#menu-reseaux .menu-social i {color:#3c4b73; font-size: 21px; }
#menu-reseaux .menu-social a:hover { -webkit-transform: scale(0.93); -moz-transform: scale(0.93); -ms-transform: scale(0.93); transform: scale(0.93); }
#menu-reseaux .menu-social a:hover i { color:#3c4b73; }

#menu-centre{}
#menu .menu-element { position:relative; z-index:30; margin:0; display:block; padding:0; border-bottom:1px solid #edecec; }
#menu #menu-1 {margin-left:0; }
#menu #menu-2 {margin-right:0; }
#menu .menu-element .menu-element-contenu {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; }
#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%; width: 100%; padding: 10px; 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; }
#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: #7c7d7d; font-size:14px; text-align: center; height:100%; width:calc(100% - 50px); padding: 10px 10px 10px 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; }
#menu .menu-element .menu-element-contenu i { cursor:pointer; display:block; width: 13px; height: 13px; margin-left: 20px; background:url(../images/icone-fleche.svg) no-repeat center center; background-size:100% auto; filter: invert(75%) sepia(12%) saturate(574%) hue-rotate(157deg) brightness(82%) contrast(97%); }
#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; }
#menu .menu-element br {display:none; }

/** SINON **/
#menu .menu-element.selected .menu-element-contenu > span,
#menu .menu-element.selected .menu-element-contenu > a > span,
#menu .menu-element:hover .menu-element-contenu > a > span,
#menu .menu-element:hover .menu-element-contenu > span {color:#3c4b73; }

/* Sous menu niveau 1 */
#menu .smenu-conteneur { width:100%; margin-top:6px; display:none; }
#menu .smenu-conteneur .global {padding:0 !important; }
#menu .smenu-bas {}
#menu .smenu-centre { margin:0 !important; padding:0 !important; list-style:none; width:auto; text-align: left; }
#menu .smenu-centre-menus { }
#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:#222222; text-align:center; display:block; padding:8px 10px 7px ; width: 100%; font-size:16px; position: relative; z-index: 2; min-height:50px; border-top:1px solid #e5e5e5; 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:first-child > a > span,
#menu .smenu-element:first-child > span {border:none; }
#menu .smenu-element > a > span::after,
#menu .smenu-element > span::after {content:"\f105"; font-family:FontAwesome; font-size:21px; color:#222222; 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 {color:#222222; }
#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; }
#global.global-page-2 #centre .global .contenu-wrapper {min-height:5px;}

#contenu-haut {background:#20253a; padding:20px 0;}

/* Fil d'ariane */
#ariane {margin:5px 0 20px;   display: -webkit-box;  display: -ms-flexbox;  display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
#ariane a,
#ariane span {text-decoration:none; font-size:12px; text-transform:uppercase; color:#656b82;   letter-spacing: 0.5px;}
#ariane span.ariane-element-final {color:#bbbec7;}
#ariane span.ariane-fleche {width:1px; height:20px; background:#656b82; margin:0 20px;}
#contenu-haut-centre {min-height: 134px; 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;}
#contenu-haut-centre:not(.famille) #contenu-haut-titre {width:100%;}
#contenu-haut-centre.famille {  padding: 15px 0;}
#contenu-haut-titre {font-size:40px; color:#fff; font-family: 'Vidaloka', serif;  width:30%; box-sizing:border-box; padding-right:20px;}
#contenu-haut-titre em {display:block; font-style:normal; font-family: 'Marcellus', serif; font-size:14px; text-transform:uppercase; letter-spacing:1.5px;   margin-top: 5px;}
#global #contenu-haut-titre h1 {font-size:40px; color:#fff; font-family: 'Vidaloka', serif; text-align:left;   margin: 0;  letter-spacing: initial;  text-transform: initial;}
#contenu-haut-texte {width:60%; color:#fff; box-sizing:border-box; padding-left:20px; font-size:19px;} 
#global #contenu-haut-texte p { line-height: 34px; margin:0;}

/* CONTENU */
#contenu {overflow:hidden; }
#contenu-bandeau {height:150px; position:relative; z-index:10; } 
#contenu-bandeau::after {content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; z-index: 15; background: rgb(0,0,0); 
background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%); 
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%); 
background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
#global h1,
#global h2.h1,
.white-popup h1 { font-weight:400; font-size:17px; color:#343434; text-transform:uppercase; text-align:center; letter-spacing: 3.5px; }
#global .miseenavant,
#global h1 em,
#global h2.h1 em,
.white-popup h1 em {font-style:normal; display:block; font-size:40px; color:#3c4b73; text-transform:initial; font-family: 'Vidaloka', serif; letter-spacing: initial; margin-top: 5px; }
#global h1 br,
#global h2.h1 br,
.white-popup h1 br {display:block; content: ""; }
#global h2:not(.h1),
.white-popup h2:not(.h1) { margin-bottom: 10px; font-size:28px; color:#3c4b73; font-family: 'Vidaloka', serif; font-weight:400; }
#global h3,
.white-popup h3 { margin-top: 10px; font-weight:400; font-family: 'Vidaloka', serif; font-size:19px; text-align:left; position:relative; color: #343434; }
#global p,
.white-popup p { text-align:justify; line-height: 26px; }
.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:#3c4b73 !important; color:#fff !important; }
#global .bouton p {margin:0 !important; cursor:default; }
#global table.bouton {cursor:default; }
#centre ul,
.white-popup ul {padding-left: 0px; list-style: none; margin-left: 20px; }
#centre ul ul,
.white-popup ul ul { }

#centre ul li,
.white-popup ul li {line-height: 25px; 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: 23px; max-width: calc(100% - 20px); }
#centre ul li::before,
.white-popup ul li::before { content: "\f138"; font-family: FontAwesome; font-size: 11px; display: block; color: #3c4b73; margin-right:6px; }
a,
a:visited {color:#3c4b73; 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; }

/* 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 {text-align:left; margin: 20px auto; }
.mosaique-conteneur .mosaique-ligne {text-align:left; margin: 10px 0; }
.mosaique-conteneur .mosaique-element {display:inline-block; vertical-align:top; margin:5px; }
.mosaique-conteneur .mosaique-element a, 
.mosaique-conteneur .mosaique-element a:visited {width:100%; height:100%; display:block; }
.mosaique-conteneur .mosaique-element a img {display:block; }

/* Diaporama */
#contenu .diaporama-container { position: relative; z-index:1; overflow:hidden; min-height:280px; min-width:300px; }
/** Carousel **/
#contenu .diaporama-slider { position: relative; overflow: hidden; min-width:240px; min-height: 200px; margin:0 auto; }
#contenu .diaporama-slider ul { width: 20000em; position: relative; list-style: none; margin: 0; padding: 0; }
#contenu .diaporama-slider .diaporama-slider-li {text-align:center; margin:0 auto; cursor:pointer; float: left; padding: 0; min-width:240px; min-height: 200px; list-style:none; }
#contenu .diaporama-slider .diaporama-slider-li::before {display:none; }
#contenu .diaporama-slider .diaporama-slider-li a,
#contenu .diaporama-slider .diaporama-slider-li a:visited {display:block; width:100%; height:100%; }
#contenu .diaporama-slider .diaporama-slider-li .diaporama-slider-image {width:100%; height:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#contenu .diaporama-slider .diaporama-slider-li .diaporama-slider-image img {width:100%; height:100%; object-fit:contain; -o-object-fit:contain; }
.diaporama-prev, .diaporama-next { position: absolute; top: 0; width: 30px; min-height: 200px; text-align: center; }
.diaporama-prev i, .diaporama-next i {position: absolute; top: 40%; left:25%; font-size: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 */
#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:785px; 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::after {content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; z-index: 25; background: rgb(0,0,0); 
background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%); 
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%); 
background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=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 {position:absolute; left:0px; top:0; z-index:9; width:100%; height:100%; }
#accueil-slider .accueil-slider-li .accueil-slider-image a,
#accueil-slider .accueil-slider-li .accueil-slider-image a:visited {display:block; height:100%; }
#accueil-slider .accueil-slider-li .accueil-slider-imageordi {display:block; }
#accueil-slider .accueil-slider-li .accueil-slider-imagetablette {display:none !important; }
#accueil-slider .accueil-slider-li .accueil-slider-imagemobile {display:none !important; }


/* PAVES */
#accueil-paves-conteneur { width:100%; position: absolute; left: 0; bottom: 15px; z-index: 20; }
#accueil-paves-conteneur .global {width:100%; box-sizing:border-box; text-align:center; 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:start; -ms-flex-align:start; align-items:flex-start; }
#accueil-paves-conteneur .accueil-pave {position:relative; z-index:10; margin: 10px; }
#accueil-paves-conteneur .accueil-pave a.bouton-fleche,
#accueil-paves-conteneur .accueil-pave a.bouton-fleche:visited {border-color:#fff; background:#71a7b8; color:#fff; margin:0;}
#accueil-paves-conteneur .accueil-pave a.bouton-fleche:hover {border-color:#71a7b8; background: #fff; color:#71a7b8; }
#accueil-paves-conteneur .accueil-pave a.bouton-fleche:hover i{filter: brightness(0) invert(73%) sepia(24%) saturate(554%) hue-rotate(148deg) brightness(83%) contrast(82%); }

/* SLIDE EXPOS */
#accueil-expos-conteneur {  padding: 20px 0 1px;}
#accueil-expos-slide {margin: 70px 0; }
#accueil-expos-slide .swiper-slide { width:auto; }
#accueil-expos-slide .swiper-slide * {opacity:0.85; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }
#accueil-expos-slide .swiper-slide:hover *,
#accueil-expos-slide .swiper-slide.swiper-slide-active * {opacity:1; }
#accueil-expos-slide .accueil-expo {max-width:400px; width:100%; margin:0 auto; position:relative;} 
#accueil-expos-slide .accueil-expo-image { width:100%;}
#accueil-expos-slide .accueil-expo-image img {width:100%; height:100%; object-fit:contain;}
#accueil-expos-slide .accueil-expo-nom {font-size:18px; color:#343434; font-family: 'Vidaloka', serif; margin: 5px 0;   padding-left: 5px; box-sizing:border-box;}
#accueil-expos-slide .accueil-expo-nom-photographe {font-size:15px; color:#343434; line-height:23px;   padding-left: 5px; box-sizing:border-box;}
#accueil-expos-slide #accueil-expos-slide-next,
#accueil-expos-slide #accueil-expos-slide-prev {width:39px; height:39px; background:#fff; border-radius:60px; -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); 	 } 
#accueil-expos-slide #accueil-expos-slide-next {right:36.5%; }
#accueil-expos-slide #accueil-expos-slide-prev {left:36.5%; }
#accueil-expos-slide #accueil-expos-slide-next::after, 
#accueil-expos-slide #accueil-expos-slide-prev::after { content: ""; width: 20px; height: 20px; background:url(../images/icone-fleche.svg) no-repeat center center; background-size:100% auto; filter: invert(24%) sepia(88%) saturate(350%) hue-rotate(186deg) brightness(87%) contrast(83%); }
#accueil-expos-slide #accueil-expos-slide-prev::after { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
	
#accueil-expos-suite {text-align:center; margin: 20px auto 50px; }	
	

/* SLIDE PHOTOGRAPHES */
#accueil-photographes-conteneur {background:#3c4b73; padding:20px 0; }
#accueil-photographes-conteneur .global {max-width:1395px; }
#accueil-photographes-conteneur h2.h1 {color:#83a5b8; }
#accueil-photographes-conteneur h2.h1 em,
#accueil-photographes-conteneur h2.h1 .miseenavant{color:#fff; }
#accueil-photographes {margin: 70px 0;  position:relative;}
#accueil-photographes .global {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:center; -ms-flex-align:center; align-items:center;}
#accueil-photographes-slide {width:calc(100% - 220px); padding: 40px 0; margin: 0 auto; }
#accueil-photographes-slide .swiper-wrapper { }
#accueil-photographes-slide .swiper-slide  { position:relative; z-index:9; }
#accueil-photographes-slide .swiper-slide:nth-child(2n+1) {margin-top:40px; }
#accueil-photographes-slide .swiper-slide:nth-child(2n+2) {margin-top:-40px; }
#accueil-photographes-slide .swiper-slide * {opacity:0.85; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }
#accueil-photographes-slide .accueil-photographe {max-width:260px; width:100%; position:relative; z-index:9;   margin: 0 auto;}
#accueil-photographes-slide .accueil-photographe-image {position:relative; z-index:9;  width:100%;}
#accueil-photographes-slide .accueil-photographe-image img {width:100%; height:100%; object-fit:contain;}
#accueil-photographes-slide .accueil-photographe-nom {opacity:1; padding:15px; box-sizing:border-box; text-align:center; position: absolute; left:0; top:0; width:100%; height:100%; z-index:10; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
#accueil-photographes-slide .accueil-photographe-nom a,
#accueil-photographes-slide .accueil-photographe-nom a:visited {opacity:1; font-size:23px; color:#fff; font-family: 'Vidaloka', serif; text-decoration:none; }
#accueil-photographes-slide .accueil-photographe-decouvrir { padding:15px; box-sizing:border-box; text-align:center; position: absolute; left:0; top:0; width:100%; height:100%; opacity:0; z-index:10; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
#accueil-photographes-slide .accueil-photographe-decouvrir .bouton {font-size:14px; color:#3c4b73 !important; background: rgba(255,255,255,0.8) !important; border:none; opacity: 1 !important; padding:10px 25px !important; min-height: 55px; min-width: 0px;   margin: 0 !important;}

#accueil-photographes-slide .swiper-slide:hover * {opacity:1; } 
#accueil-photographes-slide .swiper-slide:hover .accueil-photographe-nom {opacity:0; } 
#accueil-photographes-slide .swiper-slide:hover .accueil-photographe-decouvrir {opacity:1; } 

#accueil-photographes #accueil-photographes-slide-next,
#accueil-photographes #accueil-photographes-slide-prev { width:57px; height:57px; border:1px solid #fff; border-radius:60px; } 
#accueil-photographes #accueil-photographes-slide-next {right:20px; }
#accueil-photographes #accueil-photographes-slide-prev {left:20px; }
#accueil-photographes #accueil-photographes-slide-next::after, 
#accueil-photographes #accueil-photographes-slide-prev::after { content: ""; width: 20px; height: 20px; background:url(../images/icone-fleche-droite.svg) no-repeat center center; background-size:100% auto; filter: invert(100%) sepia(0%) saturate(14%) hue-rotate(265deg) brightness(103%) contrast(105%); }
#accueil-photographes #accueil-photographes-slide-prev::after { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
	
#accueil-photographes-suite {text-align:center; margin: 20px auto 50px; }	
#global #accueil-photographes-suite a.bouton-fleche,
#global #accueil-photographes-suite a.bouton-fleche:visited {background:#fff; color:#3c4b73; border-color:#fff; }	
#global #accueil-photographes-suite a.bouton-fleche i,
#global #accueil-photographes-suite a.bouton-fleche:visited i {filter: invert(24%) sepia(88%) saturate(350%) hue-rotate(186deg) brightness(87%) contrast(83%); }
#global #accueil-photographes-suite a.bouton-fleche:hover {background:#3c4b73; color:#fff; }
#global #accueil-photographes-suite a.bouton-fleche:hover i {filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(196deg) brightness(107%) contrast(107%); } 
	
#accueil-bas {background:#efefef; padding: 20px 0 0; position: relative; z-index: 10; }	
/* PRESENTATION */
#accueil-presentation-conteneur {}
#accueil-presentation-conteneur .global {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; }
#accueil-presentation-titre {width:430px; }
#accueil-presentation-titre h2.h1 {text-align:right; }
#accueil-presentation-texte {width:calc(100% - 610px); max-width:1015px; font-size:17px; color:#3c4b73; }
#accueil-presentation-texte p {text-align:left; line-height: 31px; }	
#accueil-presentation-texte .bouton,
#accueil-presentation-texte .bouton:visited,
#accueil-presentation-texte .bouton-fleche,
#accueil-presentation-texte .bouton-fleche:visited { min-width: 320px !important; margin:0 !important;}


/* MODULE PICTURE MANAGER */
#global.global-page-16 #centre > .global,
#global.global-page-17 #centre > .global {max-width:1755px;}

#global.global-page-17 #module-picturemanager-conteneur { margin-top: 90px;}

#global.global-template-4092 #centre > .global {max-width:1690px;}
#module-picturemanager-conteneur { }
#module-picturemanager-conteneur > .global {max-width:1765px;}
#module-picturemanager { display: grid; grid-gap: 10px;  grid-template-columns: repeat(4,400px); align-content: space-around; justify-content: space-between;}
#module-picturemanager .element {width:100%; }
#module-picturemanager .element .cadre {width:100%; height:100%;}
#module-picturemanager .element .cadre .image {width:100%;display:block; height:400px;  position: relative;  z-index: 10;}
#module-picturemanager .element .cadre .image::before {content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; background:#7d7d7d; mix-blend-mode:multiply; opacity:0; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
#module-picturemanager .element .cadre .image img {width:100%; height:auto;}
#module-picturemanager .element .cadre .image span {width:100%; height:100%; display:block;  position: absolute; left:0; top:0;  z-index: 15; opacity:0; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; display: -webkit-box;  display: -ms-flexbox;  display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;  -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column;}
#module-picturemanager .element a,
#module-picturemanager .element a:visited {display:block; width:100%; height:100%; text-decoration:none; color:#343434; }
#module-picturemanager .element .cadre .nom {font-family: 'Vidaloka', serif;  font-weight:400; font-size:18px; color:#343434; text-align:center; padding:10px 5px; box-sizing: border-box;}
#module-picturemanager .element .cadre .photographe {  font-size: 15px;  color: #343434;  line-height: 23px;  padding-left: 5px;  box-sizing: border-box;}

#module-picturemanager .element:hover .cadre .image::before,
#module-picturemanager .element:hover .cadre .image span  {opacity:1;}

#global.global-page-17 #module-picturemanager {}
#global.global-page-17 #module-picturemanager .element .cadre .image span {width:100%; height:100%; display:block; color:#fff; text-decoration:underline; text-align:center; position: absolute; left:0; top:0;  z-index: 15; }
#global.global-page-17 #module-picturemanager .element .cadre .image span::before {content:""; display:block; background:url(../images/icone-photographe.svg) no-repeat center center; width:45px; height:35px; background-size:100% auto; margin:0 auto 25px; filter: invert(100%) sepia(6%) saturate(7473%) hue-rotate(65deg) brightness(119%) contrast(117%);}


/* Photographe */
#template-photographe {}
#template-photographe-retour {  margin: 10px 0 110px;}
#template-photographe-retour a,
#template-photographe-retour a:visited { font-family: 'Marcellus', serif;  font-size:16px; color:#3c4b73; letter-spacing:0.5px; text-decoration:none; 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;}
#template-photographe-retour i { display:block; width:15px; height:10px; background:url(../images/icone-fleche-gauche.svg) no-repeat center center; background-size:100% auto; filter: invert(27%) sepia(15%) saturate(1556%) hue-rotate(186deg) brightness(95%) contrast(88%);}
#template-photographe-retour span {max-width:calc(100% - 35px); margin-left:20px;}
#template-photographe-haut {display:-webkit-box;display:-ms-flexbox;display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; -webkit-box-align:start; -ms-flex-align:start; align-items:flex-start;}
#template-photographe-haut * {box-sizing:border-box;}
#template-photographe-photo {width:50%; max-width:734px; padding-right:50px;}
#template-photographe-photo img {width:100%; height:auto;}
#template-photographe-description {width:50%;}
#template-photographe-description > :first-child {margin-top:0;}
#global.global-template-4092 #module-picturemanager-conteneur { margin-top: 190px;}
#global.global-template-4092 #module-picturemanager-conteneur h2 {text-align:center; width:100%;   margin: 50px 0;}
#global.global-template-4092 #module-picturemanager {}
#global.global-template-4092 #module-picturemanager .element .cadre .image span,
#global.global-template-4087 #module-picturemanager .element .cadre .image span {width:100%; height:100%; display:block; color:#fff; text-decoration:underline; text-align:center; position: absolute; left:0; top:0;  z-index: 15; display: -webkit-box;  display: -ms-flexbox;  display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;  -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column;}
#global.global-template-4092 #module-picturemanager .element .cadre .image span::before,
#global.global-template-4087 #module-picturemanager .element .cadre .image span::before {content:""; display:block; background:url(../images/icone-exposition.svg) no-repeat center center; width:45px; height:35px; background-size:100% auto; margin:0 auto 25px; filter: invert(100%) sepia(6%) saturate(7473%) hue-rotate(65deg) brightness(119%) contrast(117%);}

/* EXPOSITIONS */
#expositions-filtres {background:#efefef; padding:30px 0; margin-bottom: 35px;}
#expositions-filtres-categories {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;}
#expositions-filtres-categories .filtre-categorie {margin:5px;}
#expositions-filtres-categories .filtre-categorie .bouton {  background: #fff; color: #3c4b73; margin:0; }
#expositions-filtres-categories .filtre-categorie.active .bouton {  background: #3c4b73; color: #fff;}
#global.global-template-4087 #module-picturemanager .element .cadre .nom {padding:5px; text-align:left;} 

/* EXPOSITION */
#template-exposition {}
#template-exposition-retour {  margin: 10px 0 110px;}
#template-exposition-retour a,
#template-exposition-retour a:visited { font-family: 'Marcellus', serif;  font-size:16px; color:#3c4b73; letter-spacing:0.5px; text-decoration:none; 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;}
#template-exposition-retour i { display:block; width:15px; height:10px; background:url(../images/icone-fleche-gauche.svg) no-repeat center center; background-size:100% auto; filter: invert(27%) sepia(15%) saturate(1556%) hue-rotate(186deg) brightness(95%) contrast(88%);}
#template-exposition-retour span {max-width:calc(100% - 35px); margin-left:20px;}
#template-exposition-haut {  margin-bottom: 50px; display:-webkit-box;display:-ms-flexbox;display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; -webkit-box-align:start; -ms-flex-align:start; align-items:flex-start;}
#template-exposition-haut * {box-sizing:border-box;}
#template-exposition-photo {width:50%; max-width:734px; padding-right:80px;}
#template-exposition-photo img {width:100%; height:auto;}
#template-exposition-description {width:50%;}
#template-exposition-description > :first-child {margin-top:0;}
#template-exposition-description .template-exposition-element {font-weight:400; font-size:14px; line-height: 20px; color:#20253a; margin: 10px 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;}
#template-exposition-description .template-exposition-element .template-exposition-titre {  width: 155px; margin-right: 20px; font-weight:400; text-transform:uppercase; text-align:right;}
#template-exposition-description .template-exposition-element .template-exposition-valeur {  width: calc(100% - 175px); }
#global #template-exposition-description .bouton,
#global #template-exposition-description .bouton:visited {font-size:16px;   padding: 15px 25px;}
#template-exposition-telephone {margin: 30px 0;}
#template-exposition-boutons {margin: 30px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;  -webkit-box-align: center;  -ms-flex-align: center;  align-items: center;}
#template-exposition-boutons .bouton,
#template-exposition-boutons .bouton:visited {background:#fff; color:#3c4b73;}
#global #template-exposition-boutons .bouton:hover {background:#3c4b73; color:#fff;}
#template-exposition-boutons .bouton i {display:block; margin-right: 15px; filter: invert(24%) sepia(59%) saturate(465%) hue-rotate(186deg) brightness(97%) contrast(86%);}
#template-exposition-boutons .bouton:hover i {filter: invert(100%) sepia(0%) saturate(7477%) hue-rotate(160deg) brightness(103%) contrast(101%);}
#template-exposition-pdf {}
#template-exposition-pdf i {width:23px; height:23px; background:url(../images/icone-pdf.svg) no-repeat center center; background-size:100% auto;}
#template-exposition-reserver {}
#template-exposition-reserver i {width:27px; height:27px; background:url(../images/icone-expo.svg) no-repeat center center; background-size:100% auto;}

#template-exposition-resume {background:#efefef; padding:25px 0;}
#template-exposition-resume .global {max-width:990px;}

#global.global-template-4090 #module-picturemanager-conteneur,
#global.global-page-62 #module-picturemanager-conteneur { margin-top: 25px;}
#global.global-template-4090 #module-picturemanager .element,
#global.global-page-62 #module-picturemanager .element {cursor:pointer;}
#global.global-template-4090 #module-picturemanager .element .cadre .image span::before, 
#global.global-page-62 #module-picturemanager .element .cadre .image span::before {content:""; display:block; background:url(../images/icone-oeil.svg) no-repeat center center; width:45px; height:35px; background-size:100% auto; margin:0 auto; filter: invert(100%) sepia(6%) saturate(7473%) hue-rotate(65deg) brightness(119%) contrast(117%);}
#global.global-template-4090 #module-picturemanager .element .cadre .nom
#global.global-page-62 #module-picturemanager .element .cadre .nom {text-align:left;}


.modal {display: flex;	align-items: center;	justify-content: center;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	opacity: 0;	visibility: hidden;	transition: opacity 225ms, visibility 275ms;  z-index: 10000; }
.modal.showing {opacity: 1;	visibility: visible;background:#181818;}
.modal.showing .modal-content {	transform: scale(1);}
.modal.showing .modal-backdrop {opacity: 1;	visibility: visible; }
.modal-content {	z-index: 1050;	position: relative;	width: 750px; border: 1px solid #ccc;	border-radius: 5px;	background: #fff;	transform: scale(0.7);	transition: transform 500ms;}
.modal-header {border:2px solid #fff;border-radius: 50%;width: 22px;height: 22px;box-sizing: border-box;padding: 0;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;top: -44px;right: 10px;cursor: pointer;   position: absolute;   color: #333; font-size: 45px;   text-align: center;  opacity: 0.65;}
.modal-header i{pointer-events: none;font-size: 11px;color: #fff;}

.modal-body {  height: 100%;}
.modal-body > img {max-width: 100%; max-height: 100%;}
.modal-footer {	display: flex;	align-items: center; justify-content: flex-end;	padding-right: 15px; padding-left: 15px;}
.modal-backdrop {	z-index: 1040;	position: fixed;	top: 0;	right: 0;	bottom: 0;	left: 0;	background-color: rgba(32, 31, 44, 0.85);	opacity: 0;	visibility: hidden;	transition: opacity 500ms, visibility 550ms;}
.modal-btn {}

#modal1.showing {}
#modal1.showing .modal-backdrop  {background: #181818;  }
#modal1 .modal-content { height: 100vh;  padding: 65px 10px 25px; border:none; border-radius:0; background:none; box-sizing: border-box;  text-align: center;}
#modal1 .modal-content .global {  height: 100%; max-width: 1400px;  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;  position: relative;  padding: 0 10px;}
#modal1 .modal-content .info-image{text-align: center; height: calc(100% - 110px); 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;}
#modal1 .modal-content .info-image img{max-width: 100%; width:auto; max-height: 100%;}
#modal1 .modal-content .info-content{text-align: center;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;min-height: 30px;padding: 10px 0 0;color: #fff;}
#modal1 .modal-content .info-image-gauche {  text-align: left;}
#modal1 .modal-content .info-image-nom {}
#modal1 .modal-content .info-image-lien {width:100%; margin-top:20px;  text-align: right;}
#modal1 .modal-content .info-image-lien span {padding:10px 20px; cursor:pointer; text-decoration: none;color: #fff; text-transform: uppercase;letter-spacing: 1px; margin:0; }

#modal2.showing {opacity: 1;	visibility: visible; background:none;}
#modal2 .modal-header {border:2px solid #333; top: 5px; right: 5px;}
#modal2 .modal-header i {color:#333;}
#modal2 .modal-content {background:#fff; max-width: calc(100% - 15px); height: calc(100vh - 50px);}
#modal2 .modal-body {overflow-y: auto; margin: 35px 10px; box-sizing: border-box; height: calc(100% - 70px);}
#exposition-formulaire-conteneur {  padding: 0 20px;}
#exposition-formulaire-tarifs {  width: calc(100% - 20px); /*max-width: 500px;*/  margin: 0 auto 20px;}
#exposition-formulaire-tarifs span {cursor:pointer;  width: 100%; margin: 0; padding: 0; display: block;}
#exposition-formulaire-tarifs img {width:100%; height:100%; object-fit:contain;}
#exposition-formulaire-image {text-align:center;}
#exposition-formulaire-image img {width:200px; height:auto;}
#exposition-formulaire-nom {font-size: 15px !important;}
#exposition-formulaire-reponse { position: fixed; top: 50%; width: calc(100% - 30px); left: 10px;}
#exposition-formulaire {}
#exposition-formulaire .exposition-formulaire-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;  -webkit-box-align: center;  -ms-flex-align: center;  align-items: center;}
#exposition-formulaire .exposition-formulaire-ligne .exposition-formulaire-pave {width:calc(50% - 10px);}
#exposition-formulaire .exposition-formulaire-pave {margin:10px 0;}
#exposition-formulaire .exposition-formulaire-pave input {width:100% !important; box-sizing:border-box;}

#exposition-formulaire-bas {  margin: 20px 0; 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; }
#exposition-formulaire-submit {text-align:center; width:50%;}
#exposition-formulaire-submit .bouton-fleche,
#exposition-formulaire-submit .bouton-fleche:visited {font-size: 14px; padding:15px 20px; background:#fff; color:#3c4b73;}
#exposition-formulaire-submit .bouton-fleche i,
#exposition-formulaire-submit .bouton-fleche:visited i {background:url(../images/icone-mail-o.svg) no-repeat center center; background-size:100% auto; filter: invert(24%) sepia(88%) saturate(350%) hue-rotate(186deg) brightness(87%) contrast(83%);}
#exposition-formulaire-submit .bouton-fleche:hover {background:#3c4b73 !important; color:#fff !important;}
#exposition-formulaire-submit .bouton-fleche:hover i {filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(196deg) brightness(107%) contrast(107%);}

#exposition-formulaire-optin {}
#exposition-formulaire-optin p {font-size:11px; margin:3px 0; line-height: 15px;}

#modal3 .modal-body {text-align:center;}

/* ACTUALITES */
#actualites { position: relative; z-index: 20; overflow: hidden; height: auto; margin: 0 auto; 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; } 

#actualites .actualite {width: calc(33.3333% - 10px); max-width: 446px; background: #fff; text-align:center; position:relative; margin: 10px 30px; }
#actualites .actualite .actualite-image {width:100%; height: 290px; margin: auto; position: relative; }
#actualites .actualite .actualite-image img {width: 100%; height: 100%; object-fit: cover; -o-object-fit:cover; }

#actualites .actualite .actualite-contenu {min-height: 170px; }
#actualites .actualite .actualite-nom {margin:18px 0; min-height: 48px; overflow: hidden; text-align: left; }
#actualites .actualite .actualite-nom a,
#actualites .actualite .actualite-nom a:visited {text-decoration:none; color: #3c4b73; min-height: 60px; 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; }
#actualites .actualite .actualite-nom > span,
#actualites .actualite .actualite-nom a > span,
#actualites .actualite .actualite-nom a:visited > span {color: #3c4b73; font-size:21px; font-weight: 400; letter-spacing: 1.9px; text-decoration: none; text-transform: uppercase; line-height: 25px; }
#actualites .actualite .actualite-nom::after {content:""; width:162px; height:1px; background:#000; display:block; margin:20px 0 0; }
#actualites .actualite .actualite-texte {width: 100%; overflow: hidden; }
#actualites .actualite .actualite-texte p { font-size: 15px; margin: 0; line-height: 23px; }

/* Bouton qui apparait sur fond gris au hover*/
#actualites .actualite .actualite-bouton {opacity:0; width:100%; height:100%; position:absolute; left:0; top:0; z-index:5;   background: rgba(0,0,0,0.6); -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#actualites .actualite .actualite-bouton .bouton,
#actualites .actualite .actualite-bouton .bouton:hover {color:#fff; border:1px solid #fff; background:none; }
#actualites .actualite.bouton-js:hover::after,
#actualites .actualite.bouton-js:hover .actualite-bouton { opacity:1; z-index:11; }
#actualites .actualite.bouton-js:hover::after {z-index:10; }


/* TEMPLATE ACTUALITE */
#template-actualite {}
#template-actualite .retour-actualites {}
#template-actualite .retour-actualites a,
#template-actualite .retour-actualites a:visited {}
#template-actualite .retour-actualites a:hover {}




/* Template Gabarit */
#gabarit-photo { padding:0 0 20px; }
#gabarit-photo .gabarit-photo-conteneur {margin-bottom:25px; position: relative; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#gabarit-photo .gabarit-photo-conteneur:not(.gabarit-centre) {border-bottom:2px solid #000; padding-bottom:25px; }
#gabarit-photo .gabarit-photo-conteneur:first-child,
#gabarit-photo .gabarit-photo-conteneur:last-child {border:none; padding-bottom:0; }
#gabarit-photo .gabarit-photo-conteneur.gabarit-gauche {flex-direction:row-reverse; }
#gabarit-photo .gabarit-photo-conteneur .global-gabarit {width:100%; }
#gabarit-photo .gabarit-photo-conteneur .global-gabarit-texte {width:50%; height:100%; margin:0 auto; }
#gabarit-photo .gabarit-photo-conteneur.gabarit-droite .global-gabarit-texte {/* -ms-flex-preferred-size: content; flex-basis: content; */}
#gabarit-photo .gabarit-photo-conteneur .global-gabarit-texte > div {margin: 0 25px; }
#gabarit-photo .gabarit-photo-conteneur .gabarit-image {width:50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; } 
#gabarit-photo .gabarit-photo-conteneur .gabarit-image img {width:100% !important; height:100% !important; object-fit: contain; -o-object-fit:contain; max-width: 700px !important; max-height: 700px !important; }

 
/* Template Gabarit Page*/
#gabarit-page {margin-bottom:25px; }
#gabarit-page .container-gabarit {position: relative; overflow: hidden; 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; }
#gabarit-page .container-gabarit-video { display:-webkit-box; display:-ms-flexbox; display:flex; margin: 70px 0 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 .container-gabarit:not(.centre) > div {width: 50%; box-sizing: border-box; }
#gabarit-page .global-gabarit{width: 100%; padding: 0; display: flex; margin: auto; }
#gabarit-page .global-gabarit:not(.gabarit-centre) {max-width: 1304px; }
#gabarit-page .global-gabarit > div {text-align: center; margin:0 auto; }
#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 .container-gabarit.gauche { -webkit-box-orient:horizontal; -webkit-box-direction:reverse; -ms-flex-direction:row-reverse; flex-direction:row-reverse; } 

#gabarit-page .global-gabarit.gabarit-centre > div {max-width: 100%; }

#gabarit-page .gabarit-gauche,
#gabarit-page .gabarit-droite {position: relative; overflow: hidden; padding:50px; }
#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 {}
#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 { 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; padding: 10px 50px; }
#gabarit-page .container-gabarit-video .global-gabarit > div { 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; }
#gabarit-page .container-gabarit-video .gabarit-texte,
#gabarit-page .container-gabarit.container-gabarit-diapo .gabarit-texte {margin-top:0; box-sizing:border-box; }
#gabarit-page .container-gabarit.container-gabarit-diapo .gabarit-centre {padding:10px 50px; box-sizing:border-box; }
#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 > 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:50%; }
#gabarit-page .container-gabarit .gabarit-diapo {width:50%; -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; }


/* 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; }

/* PAGINATION AJAX */
#famille #pagination,
#pagination {margin: 45px 0 5px; font-size:17px; position:relative; z-index:10; text-align: center; }
#famille #pagination::after,
#pagination::after {position:absolute; left:0; top:50%; z-index:9; width:100%; height:1px; background:#8c8b8b; content:""; }
#paginator-ajax {display:inline-block; position:relative; z-index:10; background:#fff; padding: 0 20px; }

#pagination i,
#pagination a,
#pagination a:visited {color:#484c36; font-weight:400; text-decoration:none; display:inline-block; vertical-align:middle; margin:0 7px; padding: 2px 7px; width: 35px; height:32px; box-sizing: border-box; border-radius: 30px; }
#famille #pagination .pagination-lien-conteneur {display: inline-block; vertical-align:middle; }
#famille #pagination .pagination-lien-suspension {vertical-align:bottom; }
#famille #pagination .pagination-lien-suspension i {font-size:12px; }
#famille #pagination-bord-gauche,
#famille #pagination-bord-droit { letter-spacing: 1px; font-size:17px; font-weight:400 !important; }
#pagination a.selected,
#pagination a:hover { }

/* Renseignement petite barre */
#contenu .renseignement-conteneur {cursor:pointer; max-width:605px; min-height:65px; margin:40px auto; background:#ffffff; border:1px solid #3c4b73; border-radius: 3px; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; box-sizing: border-box; -ms-flex-wrap: wrap; flex-wrap: wrap; overflow: hidden; }
#contenu .renseignement-titre {position:relative; z-index:10; height: 65px; padding:0 10px; text-align:center; display:inline-block; vertical-align:top; background: #3c4b73; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 260px; }
#contenu .renseignement-titre span {height:100%; text-transform: uppercase; letter-spacing: 0.9px;  font-size:20px; color:#fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#contenu .renseignement-titre::after{ display: inline-block; content: " "; position: absolute; right: -23px; top: 8px; width: 47px; height: 47px; background: #3c4b73; border-right: 1px solid #3c4b73; border-top: 1px solid #3c4b73; border-radius: 2px; z-index: -1; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

#contenu .renseignement-contenu {height: 55px; padding: 5px 0 5px 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; box-sizing: border-box; min-width: 320px; }
#contenu .renseignement-contenu .renseignement-element {height: 100%; }
#contenu .renseignement-contenu .renseignement-element-contenu { height:100%; font-size: 27px; font-family: 'Vidaloka', serif; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#contenu .renseignement-telephone {text-align:center; display:inline-block; vertical-align:top; border-right:1px solid #000; color:#292b2f; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
#contenu .renseignement-telephone a,
#contenu .renseignement-telephone a:visited {text-decoration:none; color:#292b2f; }

#contenu .renseignement-mail {display:inline-block; vertical-align:top; width:61px; }
#contenu .renseignement-mail-contenu { height:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#contenu .renseignement-mail a,
#contenu .renseignement-mail a:visited {margin:0 auto; font-size:30px; color:#fff; width:28px; height:38px; text-align:center; text-decoration:none; background: #71a7b8; padding:1px 6px; line-height: 35px; border-radius: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#contenu .renseignement-mail i {font-size:22px; color:#fff; display: inline-block; vertical-align: top; }

/* Fin renseignement */

/* CTA NOUVELLE VERSION */
#contenu .cta-conteneur {width:100%; max-width:530px; margin:40px auto; background:#fff; }
#contenu .cta-titre {font-weight:300; font-size:25px; color: #3c4b73; padding:20px 20px 40px; border:1px solid #3c4b73; text-align:center; box-sizing:border-box; display: -webkit-box; display: -ms-flexbox; display: flex ; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-family: 'Vidaloka', serif; }
#contenu .cta-titre span {font-size:15px; text-transform:uppercase; color:#71a7b8; letter-spacing: 3px; margin-top: 6px; font-family: 'Marcellus', serif; }
#contenu .cta-contacts {margin-top: -30px; 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 .cta-contact { margin: 10px; }
#contenu .cta-contact a,
#contenu .cta-contact a:visited {padding: 10px 35px 10px 10px; border-radius: 30px; color:#fff; text-decoration:none; font-family: 'Vidaloka', serif; font-size:20px; background: rgb(60, 75, 115); 
background: -moz-linear-gradient(130deg, rgba(60, 75, 115,1) 0%, rgba(113, 167, 184,1) 100%); 
background: -webkit-linear-gradient(130deg, rgba(60, 75, 115,1) 0%, rgba(113, 167, 184,1) 100%); 
background: linear-gradient(130deg, rgba(60, 75, 115,1) 0%, rgba(113, 167, 184,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001954",endColorstr="#3c4b73",GradientType=1); 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; -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 .cta-contact i { width:31px; height:31px; margin-right: 15px; border:2px solid #fff; color:#fff; border-radius: 35px; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
#contenu .cta-contact span {flex:1; }
#contenu .cta-contact-telephone {}
#contenu .cta-contact-telephone i {font-size:22px; -webkit-text-stroke: 1px #fff; color: transparent; }
#contenu .cta-contact-mail {}
#contenu .cta-contact-mail i {font-size: 18px; }
#contenu .cta-contact a:hover{background: rgb(113, 167, 184); 
background: -moz-linear-gradient(130deg, rgba(113, 167, 184,1) 0%, rgba(60, 75, 115,1) 100%); 
background: -webkit-linear-gradient(130deg, rgba(113, 167, 184,1) 0%, rgba(60, 75, 115,1) 100%); 
background: linear-gradient(130deg, rgba(113, 167, 184,1) 0%, rgba(60, 75, 115,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3c4b73",endColorstr="#001954",GradientType=1); }

/* 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 {position: relative; width: 17px; height:17px; margin: 0 7px 0 0; }

body .checkbox-spe-conteneur label .coche {position: relative; width: 12px; height:12px; margin: 0 6px 0 0; }

body .radio-spe-conteneur label .nom { width: calc(100% - 30px); }
body .checkbox-spe-conteneur label .nom { width: calc(100% - 22px); }

body .radio-spe-conteneur [type="radio"]:not(:checked), 
body .radio-spe-conteneur [type="radio"]:checked,
body .checkbox-spe-conteneur [type="checkbox"]:not(:checked), 
body .checkbox-spe-conteneur [type="checkbox"]:checked { position: absolute; right: 0; opacity: 0.01; }

body .radio-spe-conteneur [type="radio"]:not(:checked) + label .coche:before,
body .radio-spe-conteneur [type="radio"]:checked + label .coche:before,
body .checkbox-spe-conteneur [type="checkbox"]:not(:checked) + label .coche:before,
body .checkbox-spe-conteneur [type="checkbox"]:checked + label .coche:before { box-sizing: border-box; cursor: pointer; border: 1px solid #cfcfcf; content: ''; position: absolute; left: 0; top: 0; transition: all .275s; }

body .checkbox-spe-conteneur [type="checkbox"]:not(:checked) + label .coche:before,
body .checkbox-spe-conteneur [type="checkbox"]:checked + label .coche:before {width:100%; height:100%; }
body .radio-spe-conteneur [type="radio"]:not(:checked) + label .coche:before,
body .radio-spe-conteneur [type="radio"]:checked + label .coche:before {border-radius: 30px; width: 100%; height: 100%; }

body .radio-spe-conteneur [type="radio"]:not(:checked) + label .coche:before,
body .checkbox-spe-conteneur [type="checkbox"]:not(:checked) + label .coche:before {background: #FFF; }
body .radio-spe-conteneur [type="radio"]:checked + label .coche:before {background: #8c8b8c; border: none; width: 100%; height: 100%; }
body .checkbox-spe-conteneur [type="checkbox"]:checked + label .coche:before {background: #8c8b8c; border: none; width: 100%; height: 100%; }

/* Aspect de la coche */
body .radio-spe-conteneur [type="radio"]:not(:checked) + label .coche:after,
body .radio-spe-conteneur [type="radio"]:checked + label .coche:after {box-sizing: border-box; cursor: pointer; content: '\f00c'; color:#fff; font-size:9px; width: 100%; height: 100%; position: absolute; left: 0; top: 0; text-align:center; line-height: 0; transition: all .2s; font-family:FontAwesome; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 30px; }


body .checkbox-spe-conteneur [type="checkbox"]:not(:checked) + label .coche:after,
body .checkbox-spe-conteneur [type="checkbox"]:checked + label .coche:after { box-sizing: border-box; cursor: pointer; content: '\f00c'; color:#fff; font-size:8px; width: 100%; height: 100%; position: absolute; left: 0; top: 0; text-align:center; line-height: 0; transition: all .2s; font-family:FontAwesome; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

/* Aspect non cochée */
body .radio-spe-conteneur [type="radio"]:not(:checked) + label .coche:after{ opacity: 0; transform: scale(0) rotate(45deg); }

/* Aspect cochée */
body .radio-spe-conteneur [type="radio"]:checked + label .coche:after{ opacity: 1; transform: scale(1) rotate(0); }

/* FIN RADIO SPE */



/* BOUTON PAYPAL */
.paypal-button {
 white-space: nowrap; 
}
.paypal-button button {
 background: none repeat scroll 0 0 #ffa823; 
 border: 1px solid #ffa823; 
 border-radius: 13px; 
 color: #0e3168; 
 cursor: pointer; 
 font-family: "Arial",bold,italic; 
 font-style: italic; 
 font-weight: bold; 
 overflow: hidden; 
 position: relative; 
 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); 
 white-space: nowrap; 
 z-index: 0; 
}
.paypal-button button.large {
 font-size: 14px; 
 padding: 4px 19px; 
}

.paypal-button button:after {
 background: -moz-linear-gradient(center top , #fefefe 0%, #fed994 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); 
 border-radius: 40px 40px 38px 38px; 
 content: " "; 
 height: 60%; 
 left: 0; 
 position: absolute; 
 top: 0; 
 transform: translateX(1%); 
 width: 98%; 
 z-index: -1; 
}
.paypal-button button:before {
 background: -moz-linear-gradient(center top , #ffaa00 0%, #ffaa00 80%, #fff8fc 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); 
 border-radius: 11px; 
 content: " "; 
 height: 100%; 
 left: 0; 
 position: absolute; 
 top: 0; 
 width: 100%; 
 z-index: -2; 
}

#contenu .iframe-responsive-wrapper .iframe-ratio {height:0; }

/* Retour haut de page */

#back-to-top { position: fixed; bottom: 25px; right: 25px; border:none; text-decoration: none; background: #3c4b73; 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: #3c4b73; 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; font-size:16px; }
#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-family: 'Vidaloka', serif; 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: #3c4b73; 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-family: 'Vidaloka', serif; }
.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: #3c4b73; color: #ffffff; font-family: 'Vidaloka', serif; 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: #3c4b73; }
.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:1px solid #3c4b73; font-size:19px; background:#3c4b73; color: #fff; min-height: 55px; min-width: 120px; text-align: center; padding: 15px 50px; margin: 10px; font-weight:400; font-family: 'Marcellus', serif; border-radius: 65px; letter-spacing: 0.5px; 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; }
#global a.bouton span,
#global a.bouton:visited span,
#global a.bouton-fleche span,
#global a.bouton-fleche:visited span,
#global a.bouton-fleche i,
#global a.bouton-fleche:visited i,
#global .bouton a,
#global .bouton a:visited,
#global .bouton-fleche a,
#global .bouton-fleche a:visited { text-decoration:none; }

.bouton-fleche i,
#global a.bouton-fleche i {margin-right:22px; display:block; width:16px; height:16px; background:url(../images/icone-fleche-droite.svg) no-repeat center center; background-size:100% auto; filter: brightness(0) invert(99%) sepia(0%) saturate(303%) hue-rotate(151deg) brightness(119%) contrast(100%); }
.bouton,
#global a.bouton,
#global a.bouton:visited,
.bouton-fleche,
#global a.bouton-fleche,
#global a.bouton-fleche:visited {	line-height: 20px; }


.submit input:hover,
input.submit:hover,
.bouton input:hover,
input.bouton:hover,
.bouton:hover,
#global .bouton:hover,
#global a.bouton:hover,
.bouton-fleche:hover,
#global .bouton-fleche:hover,
#global a.bouton-fleche:hover {background:#fff; color:#3c4b73; text-decoration:none; }

.bouton-fleche:hover i,
#global a.bouton-fleche:hover i {filter: brightness(0) invert(24%) sepia(88%) saturate(350%) hue-rotate(186deg) brightness(87%) contrast(83%); }

/* 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; }
}
