@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 */



@font-face {
 font-family: 'Avenir-Black'; 
 src: url('../fonts/Avenir-Black/Avenir-Black.eot'); 
 src: url('../fonts/Avenir-Black/Avenir-Black.eot?#iefix') format('embedded-opentype'),
 url('../fonts/Avenir-Black/Avenir-Black.woff2') format('woff2'),
 url('../fonts/Avenir-Black/Avenir-Black.woff') format('woff'),
 url('../fonts/Avenir-Black/Avenir-Black.ttf') format('truetype'),
 url('../fonts/Avenir-Black/Avenir-Black.svg#avenirblack') format('svg'); 
 font-weight: bold; 
 font-style: normal; 

}

@font-face {
 font-family: 'Avenir-Medium'; 
 src: url('../fonts/Avenir-Medium/Avenir-Medium.eot'); 
 src: url('../fonts/Avenir-Medium/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
 url('../fonts/Avenir-Medium/Avenir-Medium.woff2') format('woff2'),
 url('../fonts/Avenir-Medium/Avenir-Medium.woff') format('woff'),
 url('../fonts/Avenir-Medium/Avenir-Medium.ttf') format('truetype'),
 url('../fonts/Avenir-Medium/Avenir-Medium.svg#avenirmedium') format('svg'); 
 font-weight: normal; 
 font-style: normal; 

}

@font-face {
 font-family: 'Avenir-Book'; 
 src: url('../fonts/Avenir-Book/Avenir-Book.eot'); 
 src: url('../fonts/Avenir-Book/Avenir-Book.eot?#iefix') format('embedded-opentype'),
 url('../fonts/Avenir-Book/Avenir-Book.woff2') format('woff2'),
 url('../fonts/Avenir-Book/Avenir-Book.woff') format('woff'),
 url('../fonts/Avenir-Book/Avenir-Book.ttf') format('truetype'),
 url('../fonts/Avenir-Book/Avenir-Book.svg#avenirbook') format('svg'); 
 font-weight: normal; 
 font-style: normal; 

}

body {margin:0; padding:0; font-family:'Avenir-Book', Arial; font-size:19px; background:#FFFFFF; color:#2d466b; }
body * {outline:none; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { body * {image-rendering: initial; }}
strong {font-weight:700; font-family: 'Avenir-Black'; }
.noscroll { overflow: hidden; height: 100%; width:100%; }

body.mfp-open {height:100%; overflow:hidden; }
body.mfp-open .mfp-wrap {}
body.popin-open .mfp-wrap { overflow:hidden !important; /*height: 100% !important; */ position: /*static*/fixed; }

body.showLayout {overflow: hidden !important; height: 100% !important; width:100% !important; }
body.showLayout #modal-layout { width: 100%; height: 100%; position: fixed; left: 0px; top: 0px; z-index: 3001; display: block; background: rgba(0,0,0,0.6); }

.layout {background:rgba(115,115,115,0.5); width:100%; height:100%; position:fixed; top:0px; left:0px; z-index:100; display:none; }
.layout.visible {display:block; }

/* POPUP */
.mfp-bg {z-index:3250 !important; }
.mfp-wrap, .mfp-content {z-index:3300 !important; }
.mfp-bg {background:#262818 !important; opacity: 0.6 !important; }
.mfp-close-btn-in .mfp-close {color: #000; font-size: 45px; }
.white-popup {position: relative; background: #FFF; overflow-y:auto; padding: 20px 10px; width: auto; max-width: 590px; max-height:885px; min-height: 160px; margin: 50px auto; border-radius: 5px; }

/* FIN POPUP */


#global {padding-top:98px; }
#global:not(.global-accueil).no-bandeau {padding-top:98px; }
.noscroll #global {overflow: hidden; height:0px; }
.global {max-width:1260px; padding:0 10px; margin:0 auto; }

#bandeau {padding:0; position:fixed; left:0px; top:0px; width:100%; z-index:30; background:#fff; }
.lg {height:98px; }
.sm {height:55px; }

#bandeau.sm { }
#bandeau.sm #logo {}
#bandeau.sm #logo a img {height:45px; width:auto; position: inherit; }
#bandeau.sm #bandeau-icones {}
#bandeau.sm .global {height: 100%; }

#bandeau .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; }
#bandeau #logo { padding: 4px 0 0; }
#bandeau #logo a,
#bandeau #logo a:visited {display:block; }
#bandeau #logo a img { height:90px; width:auto; display:block;}

#bandeau-icones {height:35px; 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-icones #bandeau-phrase {font-size: 14px; letter-spacing: 1.5px; margin-right:10px; text-transform:uppercase; font-family: Avenir-Medium;}

/* Téléphone */
#bandeau-telephone {position:relative; padding:0 0 0 3px; height:100%; margin-right:10px; }
#bandeau-telephone a,
#bandeau-telephone a:visited {background:#16BE45; text-decoration:none; width: 207px; height:100%; padding:5px 10px 5px 5px; border-radius: 40px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: 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;}
#bandeau-telephone i {font-size: 23px; margin-right: 10px; color:#fff;}
#bandeau-telephone .numero {font-size:16px; font-weight:800; color:#fff; letter-spacing: 1.5px; }
#bandeau-telephone:hover a {background:#16BE45;}

/* Adresse de contact */
#bandeau-mail {position:relative; height:100%; }
#bandeau-mail a,
#bandeau-mail a:visited,
#bandeau-mail span {background:#2d466b; cursor:pointer; text-decoration:none !important; width:40px; height:100%; border-radius: 40px; text-align:center; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: 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;}
#bandeau-mail:hover a,
#bandeau-mail:hover span {background:#0365f5;}
#bandeau-mail i {color:#fff; font-size: 16px; }

/* CENTRE */
#centre {min-height:150px; }
#centre .global {}
#centre .global .contenu-wrapper {padding:10px 0; min-height:150px; position:relative; }

/* CONTENU */
#contenu {overflow:hidden; }
#contenu-bandeau {height:150px; } 
#global h1,
#global h2.h1,
.white-popup h1 {font-weight:400; font-size:35px; line-height: 43px; color: #2d466b; width: 100%; font-family:'Avenir-Medium'; text-align:center; margin-bottom:0;}
#global h1::after,
#global h2.h1::after,
.white-popup h1::after{content:""; width:calc(100% - 50px); max-width:515px; height:2px; background:#0265f7; margin:15px auto; display:block; }
#global h2:not(.h1),
.white-popup h2:not(.h1) {font-weight: 400; font-size: 20px; line-height: 25px; text-align:center; font-family: 'Avenir-Medium'; text-transform: uppercase; margin:15px 0 35px; letter-spacing: 1.2px;}
#global h3,
.white-popup h3 {margin-left: 10px; margin-top: 10px; font-weight: 600; font-size:18px; text-align:left; position:relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
#global h3 > div,
.white-popup h3 > div {line-height: 20px; }
#global h3::before,
.white-popup h3::before { content: "\f2d1"; font-family: FontAwesome; font-size: 14px; display: block; color: #222222; margin-top: 1px; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
#global p,
.white-popup p { text-align:justify; line-height: 30px; margin-bottom: 0; }
.white-popup p {word-break: break-all; }
#centre p.bouton,
#centre p span.bouton {cursor:default; text-align:center; margin:10px auto; }
#centre p.bouton:hover,
#centre p span.bouton:hover {background:#222222 !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-top: 0; }
#centre ul ul,
.white-popup ul ul {margin-left:20px; }

#centre ul li,
.white-popup ul li {line-height: 32px; margin:0; padding-left:0; position:relative; list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
#centre ul li > div,
.white-popup ul li > div {line-height: 30px; font-weight:700; font-family:Avenir-Black; }
#centre ul li::before,
.white-popup ul li::before { content: ">"; font-size: 18px; font-weight:700; display: block; color: #0265f7; margin-right:6px; }
a,
a:visited {color:#0265f7; text-decoration:underline; }
a:hover {text-decoration:none; }
#global ul li p {margin:0px; }
.white-popup img {max-width:100%; max-height:100%; height:auto; }

#contenu table.table {width:100%; border-collapse:collapse; }
#contenu table.table th, #contenu table.table td {}
#contenu table.table th {text-align:center; padding:10px 0; }
#contenu table.table tbody tr {}
#contenu table.table td {padding:15px 10px; border-bottom:1px solid #8B8E8E; }
#contenu table.table td.center {text-align:center; }


/* Tableau vertical */
#contenu .table > thead > tr > th {border-bottom: 2px solid #e0e0e0; vertical-align: bottom; }
#contenu .table > thead > tr > th, #contenu .table > tbody > tr > th, #contenu .table > tfoot > tr > th, #contenu .table > thead > tr > td, #contenu .table > tbody > tr > td, #contenu .table > tfoot > tr > td {vertical-align: middle; border-top: 1px solid #e0e0e0; line-height: 1.5; padding: 6px 10px; }

#contenu .table > thead:first-child > tr:first-child > th, #contenu .table > thead:first-child > tr:first-child > td {border-top:0 none; }

#contenu .table-vertical tr { border: 1px solid #ccc; }
#contenu .table-vertical td { height:20px; }


/* Fil d'ariane */
#ariane {margin:10px 0; }
#ariane a,
#ariane span {text-decoration:none; font-size:12px; }

/* MAINTENANCE */
#maintenance-totale { width:100%; margin:0 auto; }
#maintenance-totale #authentification .authentification-conteneur {margin: 15px auto; }
#maintenance-totale #centre {height:100%; }
#maintenance-totale #centre .global {max-width:960px; height:100%; }
#maintenance-totale #centre .global #contenu {height:calc(100% - 50px); padding: 25px 0; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; }
#maintenance-totale #centre .global #contenu h2.maintenance {text-align:center; }
#maintenance-totale #centre .global #contenu p {margin-top:7px; margin-bottom:7px; }
#maintenance-totale #centre .global #contenu img {max-width:100%; height:auto; }
#maintenance-totale #centre .global #contenu .bouton {min-height:30px; }
#maintenance-totale #maintenance-submit {}

/* Plan du site */
.plansite-ul {}
.plansite-li {}
.plansite-a {text-decoration:none; }
.plansite-a:hover {text-decoration:underline; }
.plansite-span {}

/* Mosaique */
.mosaique-conteneur {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:730px; opacity: 0; 
 -webkit-transition: opacity 0.5s; 
 -moz-transition: opacity 0.5s; 
 -ms-transition: opacity 0.5s; 
 -o-transition: opacity 0.5s; 
 transition: opacity 0.5s; } /* HEIGHT A MODIFIER */
#accueil-slider.__initialized { opacity: 1; }
#accueil-slider ul { width: 20000em; position: relative; z-index:20; list-style: none; margin:0 !important; padding:0 !important; height:100%; }
#contenu #accueil-slider .accueil-slider-li {display: initial; float: left; margin:0 !important; padding:0 !important; height:100%; background:none; line-height: initial; /** SI FONDU : position:absolute; z-index:20; */}
#accueil-slider .accueil-slider-li::before {display:none; }
#accueil-slider .accueil-slider-li .accueil-slider-centre { position:relative; z-index:10; height:100%; width:100%; max-width: 100%; }
#accueil-slider .accueil-slider-li .accueil-slider-centre::after{content:''; position: absolute; left:0; top:0; width:100%; height:100%; z-index: 10; mix-blend-mode:multiply; background: rgb(0,0,0); 
background: -moz-linear-gradient(264deg, rgba(255, 255, 255, 0.05) 0%, rgba(0,0,0,0.45) 50%, rgba(255, 255, 255, 0.05) 100%); 
background: -webkit-linear-gradient(264deg, rgba(255, 255, 255, 0.05) 0%, rgba(0,0,0,0.45) 50%, rgba(255, 255, 255, 0.05) 100%); 
background: linear-gradient(264deg, rgba(255, 255, 255, 0.05) 0%, rgba(0,0,0,0.45) 50%, rgba(255, 255, 255, 0.05) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
#accueil-slider .accueil-slider-li .accueil-slider-centre .global {position:relative; z-index:11; width:calc(100% - 40px); height:100%; background:none; box-sizing:border-box;}


/* CONTENU DES SLIDES */
#accueil-slider .accueil-slider-li .accueil-slider-image {position:absolute; left:0px; top:0; z-index:9; width:100%; height:100%; }
#accueil-slider .accueil-slider-li .accueil-slider-image a,
#accueil-slider .accueil-slider-li .accueil-slider-image a:visited {display:block; height:100%; }
#accueil-slider .accueil-slider-li .accueil-slider-imageordi {display:block; }
#accueil-slider .accueil-slider-li .accueil-slider-imagetablette {display:none !important; }
#accueil-slider .accueil-slider-li .accueil-slider-imagemobile {display:none !important; }

#accueil-slider .accueil-slider-li .accueil-slider-contenu {position:absolute; left:10px; top:10px; z-index:10; width:calc(100% - 20px);  height: calc(100% - 20px);display: -webkit-box; display: -ms-flexbox; display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center; -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}


#accueil-slider .accueil-slider-li .accueil-slider-titre {font-weight:400; font-size:45px; color:#fff; line-height: 50px; width: 100%; font-family:'Avenir-Book'; }
#accueil-slider .accueil-slider-li .accueil-slider-titre * {-moz-text-shadow: 0 0 10px rgba(0, 0, 0, 0.60);-webkit-text-shadow: 0 0 10px rgba(0, 0, 0, 0.60);-o-text-shadow: 0 0 10px rgba(0, 0, 0, 0.60);text-shadow: 0 0 10px rgba(0, 0, 0, 0.60);}
#accueil-slider .accueil-slider-li .accueil-slider-titre a,
#accueil-slider .accueil-slider-li .accueil-slider-titre a:visited {text-decoration:none; color:#fff; }
#accueil-slider .accueil-slider-li .accueil-slider-titre-image {width:100%; }
#accueil-slider .accueil-slider-li .accueil-slider-titre-image img {width:100%; max-width:625px;  height:auto;} 
#accueil-slider .accueil-slider-li .accueil-slider-titre::after {content:""; width:calc(100% - 50px); max-width:420px; height:2px; background:#0365f5; margin:20px 0; display:block; }

#accueil-slider .accueil-slider-li .accueil-slider-texte { width: 100%; font-size:40px; line-height: 50px; color:#fff; text-align:left; font-family:'Avenir-Book'; }
#accueil-slider .accueil-slider-li .accueil-slider-texte * {-moz-text-shadow: 0 0 10px rgba(0, 0, 0, 0.60);-webkit-text-shadow: 0 0 10px rgba(0, 0, 0, 0.60);-o-text-shadow: 0 0 10px rgba(0, 0, 0, 0.60);text-shadow: 0 0 10px rgba(0, 0, 0, 0.60);}
#accueil-slider .accueil-slider-li .accueil-slider-texte p {line-height:50px; }


#accueil-slider .accueil-slider-li .accueil-slider-contenu.centre {text-align:center; }
#accueil-slider .accueil-slider-li .accueil-slider-contenu.centre * {text-align: center;}
#accueil-slider .accueil-slider-li .accueil-slider-contenu.centre .accueil-slider-titre::after {margin:20px auto;}
 
#accueil-slider .accueil-slider-li .accueil-slider-contenu.gauche {text-align:left; }
#accueil-slider .accueil-slider-li .accueil-slider-contenu.gauche * {text-align: left;}

#accueil-slider .accueil-slider-li .accueil-slider-contenu.droite {text-align:right; }
#accueil-slider .accueil-slider-li .accueil-slider-contenu.droite * {text-align: right;}
#accueil-slider .accueil-slider-li .accueil-slider-contenu.droite .accueil-slider-titre::after {float:right;}
#accueil-slider .accueil-slider-li .accueil-slider-contenu.droite .accueil-slider-texte {clear:both;}

#accueil-contenu {}

#accueil-texte {  padding: 15px 0;}
#accueil-texte .global {max-width:1260px; }

#accueil-listes {position:relative; z-index:10; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
#accueil-listes .global {padding:0; max-width:1625px; }
#accueil-listes .accueil-liste { display: inline-block; vertical-align: top; width: 50%; min-height: 350px; position:relative; z-index:10; }
#accueil-listes .accueil-liste .floatRight, 
#accueil-listes .accueil-liste .floatLeft { max-width: 865px; padding: 50px 10px; width:100%; height:100%; position:relative; z-index:12; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
#accueil-listes .accueil-liste .floatRight { padding-right: 155px;  }
#accueil-listes .accueil-liste .floatLeft {padding-left:155px; }

#accueil-listes .accueil-liste .titre { color:#4d4030; font-size:25px; margin:0 0 40px; letter-spacing: 1.5px; text-transform:uppercase;}
#accueil-listes .accueil-liste-texte {color:#4d4030; font-size:16px; font-weight:400; font-family: 'Avenir-Book'; }
#accueil-listes .accueil-liste-texte ul {list-style:none; padding:0; margin: 0; }
#accueil-listes .accueil-liste-texte ul li {padding:10px 0; font-size:16px; color:#4d4030; position:relative; display:block; font-family: 'Avenir-Book'; margin-bottom: 15px;}
#accueil-listes .accueil-liste-texte ul li div {font-family: 'Avenir-Book'; font-weight:400; line-height: 25px; display: inline-block; vertical-align: top;}
#accueil-listes .accueil-liste-texte ul li strong {font-family: 'Avenir-Black'; font-size:20px; letter-spacing: 0.2px;}
#accueil-listes .accueil-liste-texte ul li::before {display:none; }
#accueil-listes .accueil-liste-texte ul li > div::after {content:""; display:block; width:100%; height:1.5px; background:#0365f5; margin-top: 5px;}
#accueil-listes .accueil-liste-texte ul li .contenu-li {display:inline-block; vertical-align:top; }
#accueil-listes .accueil-liste-texte ul li .contenu-li > div {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: end; -ms-flex-align:end; align-items: flex-end; line-height: 23px; }
#accueil-listes .accueil-liste-texte ul li .contenu-li > div::after { margin: 0 0 0 30px; content:""; display:block; width:32px; height:10px; }
#accueil-listes .accueil-liste-texte ul li .contenu-li > div > div { max-width: calc(100% - 60px); } 
#accueil-listes .accueil-liste-texte ul li .contenu-li::after { display:block; content:""; width:100%; height:1px; margin-top:5px; }

#accueil-listes .accueil-liste-texte p {margin-left:0; font-weight:400; }
					
#accueil-listes #accueil-votrebesoin {background: #2d466b;}
#accueil-listes #accueil-votrebesoin::before {content:""; position:absolute; z-index:11; left:0; top:0; width:100%; height:100%; background:url(../images/symbole-repete.png) repeat center left; mix-blend-mode: multiply; }
#accueil-listes #accueil-votrebesoin .titre {color:#fff; }
#accueil-listes #accueil-votrebesoin .accueil-liste-texte,
#accueil-listes #accueil-votrebesoin ul li {color:#fff; }
#accueil-listes #accueil-votrebesoin .accueil-liste-texte {color:#fff; }
#accueil-listes #accueil-votrebesoin .accueil-liste-texte ul li .contenu-li::after {background:#f15772; }
#accueil-listes #accueil-votrebesoin .accueil-liste-texte ul li .contenu-li > div::after {background:url(../images/liste-fleche.png) no-repeat center center; }

#accueil-listes #accueil-votrebesoin #cta-besoin-conteneur {width: 100%; margin:20px auto; text-align: center;}
#cta-besoin {background: #16BE45; max-width: 315px; height: 45px; border-radius: 45px; margin:0px auto; padding: 5px 0px ; display: -webkit-inline-box;  display: -ms-inline-flexbox;  display: inline-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;}
#cta-besoin.entier { width: 100%;}
#cta-besoin .cta-besoin-element {height: 100%; }
#cta-besoin .cta-besoin-element-contenu { height:100%; font-size: 19px; 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; }
#cta-besoin #cta-besoin-telephone {text-align:center; display:inline-block; vertical-align:top; /*border-right:1px solid #9d9d9c;*/ color:#fff; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
#cta-besoin #cta-besoin-telephone a,
#cta-besoin #cta-besoin-telephone a:visited {text-decoration:none; color:#fff; 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; }
#cta-besoin #cta-besoin-telephone i { margin-right: 10px;color:#fff;font-size: 22px; }

#cta-besoin #cta-besoin-mail {display:inline-block; vertical-align:top; }
#cta-besoin #cta-besoin-mail .cta-besoin-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; }
#cta-besoin #cta-besoin-mail span {cursor:pointer; margin:0 auto; width:48px; height:38px; text-align:center; text-decoration:none; padding:1px 6px; 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; }
#cta-besoin #cta-besoin-mail i {color:#0365f5;}


#accueil-listes #accueil-solutions { background: #e7e2dc; }
#accueil-listes #accueil-solutions::before {content:""; position:absolute; z-index:11; left:0; top:0; width:100%; height:100%;  background:url(../images/symbole-repete.png) repeat center right; mix-blend-mode: multiply; }

#accueil-listes #accueil-solutions .accueil-liste-texte { color:#919191; }
#accueil-listes #accueil-solutions .accueil-liste-texte ul li .contenu-li::after {background:#ccc9c6; }
#accueil-listes #accueil-solutions .accueil-liste-texte ul li .contenu-li > div::after {background:url(../images/liste-fleche-solutions.png) no-repeat center center; }
#accueil-listes #accueil-solutions #cta-solutions-conteneur {width:100%; max-width:445px; height:85px; margin:20px 0; background:#2d466b; padding:10px; box-sizing:border-box; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -ms-flex-pack:distribute; justify-content:space-around; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
#accueil-listes #accueil-solutions #cta-solutions-conteneur::after {content:"\f105"; font-family:FontAwesome; background:#222222; color:#2d466b; font-size: 20px; line-height: 25px; width:26px; height:26px; border-radius: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; }
#accueil-listes #accueil-solutions #cta-solutions { font-size:25px; color:#222222; text-transform:uppercase; }
#accueil-listes #accueil-solutions #cta-solutions .cta-titre {font-weight:400; font-size:18px; color:#fff; margin-bottom: 5px; letter-spacing: 1.5px; }
 


/* PAVES */
#accueil-paves-conteneur {}
#accueil-paves-conteneur .global { max-width:1625px; }
#accueil-paves {text-align:center; height:100%; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -ms-flex-pack: distribute;justify-content: space-around; -webkit-box-align:start; -ms-flex-align:start; align-items:flex-start;}
#accueil-paves .accueil-pave {position:relative; z-index:10; width:252px; height:252px; position:relative; z-index:10;}
#accueil-paves .accueil-pave-image {width:100%; height:100%; position:absolute; left:0; top:0; z-index:10;}
#accueil-paves .accueil-pave-image img {width:100%; height:100%; object-fit:cover;}
#accueil-paves .accueil-pave-nom {width:100%; height:100%; position:relative; z-index:10; display:-webkit-box;display:-ms-flexbox;display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center;}
#accueil-paves .accueil-pave-nom > div {font-size: 15px; line-height: 25px; color:#ffffff; text-transform:uppercase; letter-spacing:1px; font-family:Avenir-Medium; width:calc(100% - 40px); height:calc(100% - 40px); background:rgba(45, 70, 107, 0.85); padding:5px; 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;}
#accueil-paves .accueil-pave-nom > div strong {display:block; text-transform: initial; letter-spacing:initial; font-size:20px; font-weight:400; font-family:Avenir-Medium;  margin: 6px 0;}
#accueil-paves .accueil-pave:nth-child(2n+2) .accueil-pave-nom > div {background:rgba(2, 101, 247, 0.85);}

#accueil-paves-texte {background:#e7e2dc; position:relative; z-index:11; padding: 30px 20px 20px; text-align: center; margin: 55px auto; max-width: calc(100% - 135px);}
#accueil-paves-texte::before {content:""; position:absolute; z-index:11; left:0; top:0; width:100%; height:100%; background:url(../images/symbole-repete.png) repeat center left; mix-blend-mode: multiply; }
#accueil-paves-texte > div { display: -webkit-inline-box;  display: -ms-inline-flexbox;  display: inline-flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap;  -webkit-box-pack: center;  -ms-flex-pack: center;  justify-content: center;  -webkit-box-align: center;  -ms-flex-align: center;  align-items: center;}
#accueil-paves-texte > div::after {content:""; display:block; width:100%; height:1px; background:#0265f7; margin: 15px 0 0;} 
#accueil-paves-texte span {color:#4d4030; font-family:Avenir-Black; font-weight:700; font-size:20px; max-width:calc(100% - 26px);} 
#accueil-paves-texte i {margin-left:10px; width: 16px;  height: 16px; font-style: normal;} 
#accueil-paves-texte i::after{content: "\f105";  font-family: FontAwesome;  background: #0365f5;  color: #e7e2dc;  font-size: 13px;  padding-right: 5px;  line-height: 15px;  width: 100%;  height: 100%;  border-radius: 30px;  box-sizing: border-box;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap;  -webkit-box-pack: end;  -ms-flex-pack: end;  justify-content: flex-end;  -webkit-box-align: start;  -ms-flex-align: start;  align-items: flex-start;}
  
#accueil-presentation {position:relative; z-index:10;padding:60px 0px; }
#accueil-presentation::after{position:absolute; z-index:11; left:0; top:0; width:100%; height:100%; content:""; background:rgba(0, 20, 49,0.70); }
#accueil-presentation .global {max-width:1260px; position:relative; z-index:15;  min-height: 330px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#accueil-presentation h1,
#accueil-presentation h2.h1,
#accueil-presentation h2:not(.h1),
#accueil-presentation h3,
#accueil-presentation ul li,
#accueil-presentation a,
#accueil-presentation a:visited {color:#fff; }
#accueil-presentation p {text-align:center; color:#fff; margin-left: 0; }

#accueil-presentation-haut {}
#accueil-presentation-texte-conteneur { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch;}
#accueil-presentation-texte,
#accueil-presentation-cta {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;}
#accueil-presentation-texte {  margin-right: 40px;}
#accueil-presentation-cta {  width: 530px;}
#contenu #accueil-presentation-cta .renseignement-conteneur {background: #e7e2dc;}
#contenu #accueil-presentation-cta .renseignement-contenu {color:#0265f7;}
#contenu #accueil-presentation-cta .renseignement-contenu .renseignement-titre {color:#2d466b;}
#contenu #accueil-presentation-cta .renseignement-conteneur::after {color:#e7e2dc;}

#rassurances-conteneur {background:#2d466b; position:relative; z-index:11; padding:35px 0px 45px; }
#rassurances-conteneur::before {content:""; position:absolute; z-index:11; left:0; top:0; width:100%; height:100%; background:url(../images/symbole-repete.png) repeat center left; mix-blend-mode: multiply; }
#global #rassurances-conteneur .global {position: relative; z-index: 12;}
#global #rassurances-conteneur .global:not(#rassurances-titre){ padding:0 !important;  min-height:200px; }
#global #rassurances-conteneur h2 {color:#fff;}
#rassurances {text-align:center; position:relative; z-index:15; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap;
flex-wrap: wrap; -webkit-box-pack: 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; text-align:center;}
#rassurances .rassurance {margin: 15px 10px; }
#rassurances .rassurance-image {width:70px; height:70px; margin:0 auto; position:relative; z-index:10;}
#rassurances .rassurance-image::before {content:""; display:block; width:48px; height:48px; border-radius:60px; background:#23395c; position:absolute; right: -15px; top:5px; z-index:10;}
#rassurances #rassurance-0 .rassurance-image::before {top: 19px; right: -8px;}
#rassurances #rassurance-1 .rassurance-image::before {top: 1px; right: -19px;}
#rassurances #rassurance-2 .rassurance-image::before {top: -1px;}
#rassurances #rassurance-3 .rassurance-image::before {top: 9px; right: -6px;}

#rassurances .rassurance-image img {width:100%; height:100%; position:relative; z-index:11; object-fit:contain; filter: invert(23%) sepia(80%) saturate(3581%) hue-rotate(211deg) brightness(100%) contrast(99%);}
#rassurances .rassurance-nom {margin-top:10px; color:#fff; font-size:18px; font-weight:400; letter-spacing: 0.3px;}
#rassurances .rassurance-nom strong {display:block; font-size:20px; font-weight:400; font-family: Avenir-Medium; margin: 5px 0; }
	

/* Contact */
#contact-conteneur { overflow:hidden; background:#ffffff; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
#contact-gauche { width:660px; position:relative; z-index:10; }
#contact-gauche img { width:100% !important; height:100% !important; object-fit:cover !important; }
#contact-gauche img.mobile {display:none; }

#gauche-contact-conteneur {position: absolute; left: 0; top: 0; z-index: 20; height: 100%; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#gauche-contact-conteneur > div {width:100%; text-align:center;}
#gauche-contact {background: #16BE45; max-width: 445px; height: 60px; border-radius: 45px; margin:20px auto; padding: 5px 0px;  display: -webkit-inline-box;  display: -ms-inline-flexbox;  display: inline-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;}
#gauche-contact.entier { width: 100%;}
#gauche-contact .gauche-contact-element {height: 100%; }
#gauche-contact .gauche-contact-element-contenu { height:100%; font-size: 26px; 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; }
#gauche-contact .gauche-contact-element i {}
#gauche-contact #gauche-contact-telephone {text-align:center; display:inline-block; vertical-align:top; /*border-right:2px solid #c0bcb6; */color:#fff; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
#gauche-contact #gauche-contact-telephone a,
#gauche-contact #gauche-contact-telephone a:visited {text-decoration:none; color:#fff; font-size:26px; 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;}
#gauche-contact #gauche-contact-telephone i {content:""; display:block; margin-right: 20px; font-size: 33px; }

#gauche-contact #gauche-contact-mail {display:inline-block; vertical-align:top; }
#gauche-contact #gauche-contact-mail .gauche-contact-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; }
#gauche-contact #gauche-contact-mail span {margin:0 auto; font-size:30px; color:#fff; width:85px; height:38px; text-align:center; text-decoration:none; padding:1px 11px 1px 6px; 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; }
#gauche-contact #gauche-contact-mail i {content:""; display:block;  font-size: 23px;}
 
#contact-droite { width:calc(100% - 660px); background:#e7e2dc; }
#contact-formulaire {max-width:975px; margin: 20px auto; padding:50px 0; }
#contact-formulaire-texte { }
#global #contact-formulaire-texte h2 {font-size: 35px; line-height: 50px; text-transform:initial; text-align:left; color:#4d4030;}
#contact-formulaire-texte p { margin: 7px 0; font-size:15px; }
#contact-formulaire-conteneur { position:relative; z-index:10; }
#contact-formulaire-conteneur p {  font-size: 15px;}
#contact-formulaire .form-ligne { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
#contact-formulaire .contact-colonne { width:calc(50% - 15px); }

#contact-formulaire-conteneur {position:relative; z-index:10; }
#contact-formulaire-reponse {display:none; font-size: 15px; }
#contact-formulaire-surcouche {position:absolute; z-index:20; width:100%; height:100%; background:url(../images/ajax-loader.gif) no-repeat center center rgba(236, 236, 236,0.8); display:none; } 
#contact-form {position:relative; z-index:10; }
#contact-form .form {margin: 10px 0 15px; }

#contact-formulaire .input { position: relative; background:#f1eeea; height:60px; width:100%; border-radius: 3px; }
#contact-formulaire .input > input {font-size: 18px; font-weight:400; border: 0; outline: 0; padding: 10px 5px 3px 10px; position: relative; background-color: transparent; height:100% !important; width:100% !important; z-index: 2; font-family: 'Avenir-Book'; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
#contact-formulaire .input > input::-webkit-input-placeholder { opacity:1; color: #9d9d9c; font-size: 18px; font-family: 'Avenir-Book'; font-weight:400; }
#contact-formulaire .input > input::-moz-placeholder { opacity:1; color: #9d9d9c; font-size: 18px; font-family: 'Avenir-Book'; font-weight:400; }
#contact-formulaire .input > input:-ms-input-placeholder { opacity:1; color: #9d9d9c; font-size: 18px; font-family: 'Avenir-Book'; font-weight:400; }
#contact-formulaire .input > input:-moz-placeholder { opacity:1; color: #9d9d9c; font-size: 18px; font-family: 'Avenir-Book'; font-weight:400; }
#contact-formulaire .input > label { font-weight:400; opacity:1; top: 5px; left: 10px; font-family: 'Avenir-Book'; font-size: 18px; color: #9d9d9c; position: absolute; display: block; z-index: 1; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; }
#contact-formulaire .input > label.active {top:-4px; }
#contact-formulaire .input > label.active-color { }
#contact-formulaire .erreur {border:1px solid #f00 !important; }

#contact-formulaire .input:first-child { margin-top: 0; }

#contact-formulaire #contact-message .input { height:165px; }
#contact-form #contact-message-textarea { resize : none; height:100% !important; border:none; padding: 15px 10px 3px 10px; font-size: 18px; border: 0; outline: 0; position: relative; background-color: transparent; font-family: 'Avenir-Book'; border:none; width: 100% !important; z-index: 2; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
#contact-form #contact-message-textarea::-webkit-input-placeholder { opacity:1; color: #9d9d9c; font-size: 18px; font-family: 'Avenir-Book'; font-weight:400; }
#contact-form #contact-message-textarea::-moz-placeholder { opacity:1; color: #9d9d9c; font-size: 18px; font-family: 'Avenir-Book'; font-weight:400; }
#contact-form #contact-message-textarea:-ms-input-placeholder { opacity:1; color: #9d9d9c; font-size: 18px; font-family: 'Avenir-Book'; font-weight:400; }
#contact-form #contact-message-textarea:-moz-placeholder { opacity:1; color: #9d9d9c; font-size: 18px; font-family: 'Avenir-Book'; font-weight:400; }
#contact-form #contact-message-textarea.erreur {border-color:#f00; }

#contact-validation {margin:10px 0; }
#contact-validation label {font-weight:300; font-size:14px; color:#fff; padding: 10px 0px; width: 100%; display: block; cursor:pointer; }
#contact-validation label a,
#contact-validation label a:visited {color:#5f5f5f; }
#contact-validation input {margin-left:0; }

#contact-bas {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

#contact-bouton {}
#contact-bouton .bouton-fleche {font-size:26px; text-transform:initial; padding:15px 20px; width:100%; max-width:820px; margin:20px 0; line-height:31px; }

#contact-optin {font-size:11px; margin-top: 45px; }
#contact-optin p {margin:3px 0; font-size:11px; line-height: 15px !important; }

#accueil-quisommesnous {padding:30px 0;}
#accueil-quisommesnous .global {}


/* PIED */
#pied {margin-top:10px; background:#2d466b; }
#pied .global {padding: 20px 10px; }
#pied .global .contenu-wrapper {min-height:190px; margin:42px 0 5px 0px; font-size:0; position:relative; text-align:center; }
/** PIED COLONNES LOGO CENTRE **/
#pied .col { width:300px; text-align:left; padding-left:5px; margin:15px 0; display: inline-block; vertical-align: top; }
#pied #col-menu {float:left; width:320px; position:absolute; left:0; top:0; }
#pied #col-centre.col {width:365px !important; margin:15px auto; padding:0; }
#pied #col-contact {float:right; position:absolute; right:0; top:0; }
 
#pied ul li {padding:0; }
#pied ul li::before {display:none; }

#pied .liens {padding:0; margin:0; }
#pied .liens li { margin:0 0 15px 0; list-style:none; position:relative; }
#pied .liens li > a {text-decoration:none; }
#pied .categorie span,
#pied .liens li > a > span,
#pied .liens li > a:visited > span,
#pied .liens li > span {text-decoration:none; color:#e7e2dc; font-size:14px; line-height: 23px; text-transform:uppercase; font-family: 'Avenir-Medium'; letter-spacing: 1px; }
#pied .liens li > a:nth-child(2) > span {text-transform:initial; display: block; }
#pied .liens li em {display:block; text-transform:initial; font-style:normal; }
#pied .liens li:hover > a > span,
#pied .liens li:hover > span {}
#pied .categorie span {color:#fff; }

#pied #logo-pied {width:100%; max-width:365px; position:relative; margin:0 auto; }
#pied #logo-pied a,
#pied #logo-pied a:visited {text-decoration:none; color:#000; }
#pied #logo-pied a img {vertical-align:top; height:auto; width:100%; filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(244deg) brightness(101%) contrast(106%);display:block; }

#pied #pied-reseaux {text-align:center; margin-top:20px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#pied #pied-reseaux .pied-social { margin: 10px; } 
#pied #pied-reseaux .pied-social a,
#pied #pied-reseaux .pied-social a:visited {position:relative; text-align:center; color:#0265f7; text-decoration:none; width:35px; height:35px; background: #ffffff; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s; -moz-transition: -moz-transform ease-out 0.1s, background 0.2s; transition: transform ease-out 0.1s, background 0.2s; border-radius: 28px; }
#pied #pied-reseaux .pied-social a::after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0; content: ''; border-radius: 50%; z-index: -1; opacity: 0; -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1); -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1); -o-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1); box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1); -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); }
#pied #pied-reseaux .pied-social i {color:#0265f7; font-size: 25px; }
#pied #pied-reseaux .pied-social i.fa-facebook { margin: 3px; font-size: 21px; }
#pied #pied-reseaux .pied-social a:hover {background: #ffffff; -webkit-transform: scale(0.93); -moz-transform: scale(0.93); -ms-transform: scale(0.93); transform: scale(0.93); }
#pied #pied-reseaux .pied-social a:hover i { color:#0265f7; }
#pied #pied-reseaux .pied-social a:hover::after {-webkit-animation: sonarEffect 1.3s ease-out 75ms; -moz-animation: sonarEffect 1.3s ease-out 75ms; animation: sonarEffect 1.3s ease-out 75ms; }

@-webkit-keyframes sonarEffect {
 0% {
 opacity: 0.3; 
 }
 40% {
 opacity: 0.5; 
 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #0265f7, 0 0 0 10px rgba(255, 255, 255, 0.5); 
 }
 100% {
 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #0265f7, 0 0 0 10px rgba(255, 255, 255, 0.5); 
 -webkit-transform: scale(1.5); 
 opacity: 0; 
 }
}
@-moz-keyframes sonarEffect {
 0% {
 opacity: 0.3; 
 }
 40% {
 opacity: 0.5; 
 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #0265f7, 0 0 0 10px rgba(255, 255, 255, 0.5); 
 }
 100% {
 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #0265f7, 0 0 0 10px rgba(255, 255, 255, 0.5); 
 -moz-transform: scale(1.5); 
 opacity: 0; 
 }
}
@keyframes sonarEffect {
 0% {
 opacity: 0.3; 
 }
 40% {
 opacity: 0.5; 
 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #0265f7, 0 0 0 10px rgba(255, 255, 255, 0.5); 
 }
 100% {
 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #0265f7, 0 0 0 10px rgba(255, 255, 255, 0.5); 
 transform: scale(1.5); 
 opacity: 0; 
 }
}

#pied-contact-conteneur {height: 100%; width: 100%; }
#pied-contact {background: #16BE45; max-width: 335px; height: 45px; border-radius: 45px; margin:20px auto; padding: 5px 0px;  display: -webkit-inline-box;  display: -ms-inline-flexbox;  display: inline-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; }
#pied-contact.entier {width:100%;}
#pied-contact .pied-contact-element {height: 100%; }
#pied-contact .pied-contact-element-contenu { height:100%; font-size: 19px; 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; }
#pied-contact .pied-contact-element i {color:#fff; font-size:18px;}
#pied-contact #pied-contact-telephone {text-align:center; display:inline-block; vertical-align:top; border-right:1px solid #fff; color:#fff; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
#pied-contact #pied-contact-telephone a,
#pied-contact #pied-contact-telephone a:visited {text-decoration:none; color:#fff; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#pied-contact #pied-contact-telephone i {margin-right: 10px; font-size: 23px;}

#pied-contact #pied-contact-mail {display:inline-block; vertical-align:top; }
#pied-contact #pied-contact-mail .pied-contact-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; }
#pied-contact #pied-contact-mail span {cursor:pointer; margin:0 auto; width:48px; height:38px; text-align:center; text-decoration:none; padding:1px 6px; 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; }



/* Template Gabarit */
#gabarit-photo { padding:0 0 20px; }
#gabarit-photo .gabarit-photo-conteneur {margin-bottom:25px; position: relative; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#gabarit-photo .gabarit-photo-conteneur:not(.gabarit-centre) {border-bottom:2px solid #000; padding-bottom:25px; }
#gabarit-photo .gabarit-photo-conteneur:first-child,
#gabarit-photo .gabarit-photo-conteneur:last-child {border:none; padding-bottom:0; }
#gabarit-photo .gabarit-photo-conteneur.gabarit-gauche {flex-direction:row-reverse; }
#gabarit-photo .gabarit-photo-conteneur .global-gabarit {width:100%; }
#gabarit-photo .gabarit-photo-conteneur .global-gabarit-texte {width:50%; height:100%; margin:0 auto; }
#gabarit-photo .gabarit-photo-conteneur.gabarit-droite .global-gabarit-texte {/* -ms-flex-preferred-size: content; flex-basis: content; */}
#gabarit-photo .gabarit-photo-conteneur .global-gabarit-texte > div {margin: 0 25px; }
#gabarit-photo .gabarit-photo-conteneur .gabarit-image {width:50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; } 
#gabarit-photo .gabarit-photo-conteneur .gabarit-image img {width:100% !important; height:100% !important; object-fit: contain; -o-object-fit:contain; max-width: 700px !important; max-height: 700px !important; }

 
/* Template Gabarit Page*/
#gabarit-page {margin-bottom:25px; }
#gabarit-page .container-gabarit {position: relative; overflow: hidden; }
#gabarit-page .container-gabarit-video { display:-webkit-box; display:-ms-flexbox; display:flex; }
#gabarit-page .container-gabarit-video.gauche {-webkit-box-orient:horizontal; -webkit-box-direction:reverse; -ms-flex-direction:row-reverse; flex-direction:row-reverse; }
#gabarit-page .global-gabarit{width: 100%; padding: 0; max-width: 1304px; display: flex; margin: auto; }
#gabarit-page .global-gabarit > div {width: 100%; text-align: center; }
#gabarit-page .global-gabarit.global-gabarit-image > div,
#gabarit-page .global-gabarit.global-gabarit-diapo,
#gabarit-page .global-gabarit.global-gabarit-video {max-width: 757px; }
#gabarit-page .global-gabarit.global-gabarit-video {width:50%; }

#gabarit-page .global-gabarit.gabarit-centre > div {max-width: 100%; }

#gabarit-page .gabarit-gauche,
#gabarit-page .gabarit-droite {position: relative; overflow: hidden; }
#gabarit-page .gabarit-gauche {justify-content:flex-end; }
#gabarit-page .gabarit-centre {justify-content:center; }
#gabarit-page .gabarit-droite {justify-content:flex-start; }

#gabarit-page .gabarit-image {position: absolute; top: 100px; width: calc(50% - 187px); height: calc(100% - 100px); }
#gabarit-page .gabarit-image.droite {right: 0}
#gabarit-page .gabarit-image.gauche {left: 0}
#gabarit-page .gabarit-image img {width: 100%; height: 100%; object-fit: cover; -o-object-fit:cover; }
#gabarit-page .global-gabarit-gauche {padding: 0; max-width: 1075px; display: flex; margin: auto; justify-content:flex-end; overflow: hidden; }
#gabarit-page .global-gabarit-droite {padding: 0; max-width: 1075px; display: flex; margin: auto; justify-content:flex-start; overflow: hidden; }
#gabarit-page .global-gabarit-centre {padding: 0; max-width: 1075px; margin: auto; overflow: hidden; }
#gabarit-page .global-gabarit-centre .gabarit-texte { max-width: 1075px; }
#gabarit-page .gabarit-texte {padding:0 10px; margin-top: 70px; overflow: hidden; text-align:left; }
#gabarit-page #gabarit-texte-1 {margin-top: 0px; }
/* #gabarit-photo h2, */
#gabarit-page ul {display: flow-root; }
#gabarit-page .gabarit-gauche-image img,
#gabarit-page .gabarit-droite-image img {width:100%; height:auto; }

#gabarit-page .container-gabarit-video .global-gabarit {margin:0 auto; }
#gabarit-page .container-gabarit-video .gabarit-texte,
#gabarit-page .container-gabarit.container-gabarit-diapo .gabarit-texte {margin-top:0; }
#gabarit-page .container-gabarit-video .gabarit-texte :first-child {margin-top:0; }

#gabarit-page .gabarit-video {width: 50%; box-sizing: border-box; }
#gabarit-page .gabarit-video.droite {padding-left: 10px; }
#gabarit-page .gabarit-video.gauche {padding-right: 10px; }
#gabarit-page .gabarit-video > iframe {width:100%; height:auto; }
#gabarit-page .gabarit-video .iframe-responsive-wrapper {position: relative; }
#contenu #gabarit-page .gabarit-video .iframe-responsive-wrapper .iframe-ratio { display: block; width: 100%; height: auto; }
#gabarit-page .gabarit-video .iframe-responsive-wrapper .iframe-responsive-iframe {position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }
#gabarit-page .gabarit-video .iframe-responsive-wrapper .iframe-responsive-iframe iframe {width: 100% !important; height: 100% !important; }

#gabarit-page .container-gabarit.container-gabarit-diapo {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap:wrap; flex-wrap:wrap; }
#gabarit-page .container-gabarit.container-gabarit-diapo.container-gabarit-diapo-gauche {-webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
#gabarit-page .global-gabarit.global-gabarit-diapo {width:calc(100% - 890px); }
#gabarit-page .container-gabarit .gabarit-diapo {width:890px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; }
#gabarit-page .gabarit-diapo .diaporama-container {margin:0; }

/* MODULE AUTHENTIFICATION */
#authentification {}
#authentification .authentification-conteneur {max-width:400px; width:calc(100% - 32px); padding:15px; border:1px solid #ccc; margin:0 auto; }
#authentification .form {margin:10px 0; font-size:0; }
#authentification .form .form140 {width:105px; font-size:15px; float: none; display: inline-block; vertical-align:middle; }
#authentification .form .input-text {width:calc(100% - 145px); display: inline-block; vertical-align:middle; }
#authentification .form .bouton {margin:30px auto 0; display:block; }
#authentification-motdepasse-oublie {font-size:13px; text-align: right; }

/* 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; }


/* Renseignement petite barre */

#contenu .renseignement-conteneur {cursor:pointer; width:100%; max-width:530px; height:85px; margin:20px auto; background:#2d466b; padding:10px 20px; 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; }
#contenu .renseignement-conteneur::after {content:"\f105"; font-family:FontAwesome; background:#0365f5; color:#2d466b; font-size: 23px; padding-right: 8px; line-height: 25px; width:26px; height:26px; border-radius:30px; box-sizing: border-box; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
#contenu .renseignement-contenu { font-size:25px; color:#e7e2dc; text-transform:uppercase; font-family:Avenir-Book;}
#contenu .renseignement-contenu .renseignement-titre{font-weight:400; font-size:18px; color:#fff; margin-bottom: 5px;  }
 
/* Fin renseignement */


/* 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: #2e60a6; 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: #2e60a6; border: 3px solid #fff; display:inline-block; vertical-align:middle; border-radius: 35px; display:-webkit-inline-box; display:-ms-inline-flexbox; display:inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; box-sizing: border-box; }
#back-to-top i {color:#fff; font-size: 32px; line-height: 35px; width:100%; height:100%; text-align:center; }
/* Réseaux */	
#global .reseau-partage .reseau-partage-image {height: 100%; width:100%; padding:5px; position:relative; z-index:1; text-decoration:none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-transition: all 100ms ease-in-out; -moz-transition: all 100ms ease-in-out; -ms-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
#global .reseau-partage i {color:#fff; }
#global .reseau-partage-gauche .reseau-partage-image {text-align:right; }
#global .reseau-partage-bas .reseau-partage-image {text-align:center; }
#global .reseau-partage-facebook .reseau-partage-image{background:#4267B2; }
#global .reseau-partage-twitter .reseau-partage-image{background:#55acee; }
#global .reseau-partage-linkedin .reseau-partage-image{background:#0077b5; }
#global .reseau-partage-pinterest .reseau-partage-image{background:#CB2027; }
#global .reseau-partage-email .reseau-partage-image {background:#7d7d7d; }

#reseaux-partage-gauche-conteneur { top: 25%; left:0px; position: fixed; z-index: 500; }
#reseaux-partage-gauche-conteneur .reseau-partage { height: 40px; width:55px; position:relative; cursor:pointer; }
#reseaux-partage-gauche-conteneur .reseau-partage .reseau-partage-image {left:-15px; padding:5px 11px 5px 2px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#reseaux-partage-gauche-conteneur .reseau-partage:first-child .reseau-partage-image {border-radius: 0 5px 0 0; }
#reseaux-partage-gauche-conteneur .reseau-partage:last-child .reseau-partage-image {border-radius: 0 0 5px 0; }

#reseaux-partage-gauche-conteneur .reseau-partage i { font-size:19px; }		
#reseaux-partage-gauche-conteneur .reseau-partage:hover .reseau-partage-image { left:-2px; border-radius: 0 5px 5px 0; }

#reseaux-partage-gauche-conteneur #reseau-partage-gauche-facebook .reseau-partage-image { padding:7px 14px 3px 0; }
#reseaux-partage-gauche-conteneur #reseau-partage-gauche-facebook i {font-size:20px; }
#reseaux-partage-gauche-conteneur #reseau-partage-gauche-pinterest .reseau-partage-image { padding:7px 11px 3px 2px; }
#reseaux-partage-gauche-conteneur #reseau-partage-gauche-email .reseau-partage-image { padding:4px 11px 6px 2px; }
#reseaux-partage-gauche-conteneur #reseau-partage-gauche-email i { font-size:17px; }

#reseaux-partage-bas-conteneur {margin:15px 0; }
#reseaux-partage-bas-conteneur > div { text-align:center; }
#reseaux-partage-titre {font-size:17px; margin: 40px 0 10px; }
#reseaux-partage-bas-conteneur .reseau-partage { margin:0 5px; cursor:pointer; position:relative; display:inline-block; vertical-align:top; }
#reseaux-partage-bas-conteneur .reseau-partage::after {height: 4px; width:100%; position:absolute; left:0; bottom:6px; box-shadow:0px 9px 7px rgba(0,0,0,0.3); content:""; }
#reseaux-partage-bas-conteneur .reseau-partage > div { width:35px; height: 38px; position:relative; overflow:hidden; padding:3px 5px 0; }		
#reseaux-partage-bas-conteneur .reseau-partage .reseau-partage-image {padding:8px 5px 0; bottom:-7px; border-radius: 5px 5px 0 0; 	-webkit-box-pack: start; -ms-flex-pack: start; justify-content: start; }
#reseaux-partage-bas-conteneur .reseau-partage i { font-size:19px; }
#reseaux-partage-bas-conteneur .reseau-partage:hover .reseau-partage-image { bottom:0px; }

#reseaux-partage-bas-conteneur #reseau-partage-bas-email i { font-size:15px; }



/* Cookie message */
#cookie-message {position:fixed; bottom:20px; left:20px; z-index:9999; background:rgba(0,0,0,0.8); width:calc(100% - 40px); max-width:680px; border-radius:3px; }
#cookie-message-wrapper {padding:20px 45px 20px 20px; }
#cookie-message-entete { overflow:hidden; text-align:right; position:absolute; top:2px; right:9px; z-index:100; }
#cookie-message-fermer {color: #fff; font-size: 30px; line-height: 30px; text-decoration: none; }
#cookie-message-contenu {color:#ffffff; }
#cookie-message-contenu a,
#cookie-message-contenu a:visited {color:#ffffff; }
#cookie-message-contenu p {margin:0; }

#cookie-choix-contenu {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
#cookie-choix-contenu .cookie-choix {-webkit-box-align: center; align-items: center; background-color: #fff; border: none; cursor: pointer; display: -webkit-inline-box; display: inline-flex; -webkit-box-pack: center; justify-content: center; width: 110px; padding: 10px; position: relative; text-decoration: none; -webkit-transition: background-color .3s ease; transition: background-color .3s ease; background: none; color: #fff; text-transform: uppercase; }
#cookie-choix-contenu .cookie-choix a{text-decoration: none; }
#cookie-choix-contenu .cookie-choix span{letter-spacing: 1px; color: #fff; display: block; font-size: 13px; font-weight: 700; line-height: 1.23; pointer-events: none; position: relative; text-align: center; -webkit-transition: color .3s ease; transition: color .3s ease; z-index: 1; }
#cookie-choix-contenu .cookie-choix::before {background-color: #0265f7; bottom: 0; content: ""; display: block; left: 0; position: absolute; top: 0; -webkit-transition: width .3s ease; transition: width .3s ease; width: 0; }
#cookie-choix-contenu .cookie-choix:hover::before {width: 100%; }

.popup-modal-close {display: flex; justify-content: flex-end; margin-bottom:20px; }

/* Cookie consentement modal debut */
#cookie-consent-form {}
#cookie-consent-form > .titre {font-size:18px; text-transform:uppercase; }
#cookie-consent-form .categories {}
#cookie-consent-form .categorie {padding:15px 0; border-top:1px solid #ccc; }
#cookie-consent-form .categorie:first-child {border-top:none; }

#cookie-consent-form .categorie .haut {}
#cookie-consent-form .categorie .titre {font-weight:bold; margin-bottom:15px; display:inline-block; vertical-align:top; width:250px; }
#cookie-consent-form .categorie .configuration {color:#2196F3; display:inline-block; vertical-align:top; width:calc(100% - 260px); text-align:right; }
#cookie-consent-form .categorie .configuration.actif {font-weight:bold; }

#cookie-consent-form .categorie .contenu {}
#cookie-consent-form .categorie .contenu > div { border-bottom: 1px solid #ccc; }
#cookie-consent-form .categorie .row {margin:10px 0; font-size:0.9em; }
#cookie-consent-form .categorie .label {display:inline-block; vertical-align:top; width:120px; font-weight:bold; }
#cookie-consent-form .categorie .valeur {display:inline-block; vertical-align:top; width:calc(100% - 120px); }

#cookie-consent-form .categorie .nom {}
#cookie-consent-form .categorie .description {}

 /* The switch - the box around the slider */
.switch {
 position: relative; 
 display: inline-block; 
 width: 60px; 
 height: 34px; 
}

/* Hide default HTML checkbox */
.switch input {
 opacity: 0; 
 width: 0; 
 height: 0; 
}

/* The slider */
.slider {
 position: absolute; 
 cursor: pointer; 
 top: 0; 
 left: 0; 
 right: 0; 
 bottom: 0; 
 background-color: #ccc; 
 -webkit-transition: .4s; 
 transition: .4s; 
}

.slider:before {
 position: absolute; 
 content: ""; 
 height: 26px; 
 width: 26px; 
 left: 4px; 
 bottom: 4px; 
 background-color: white; 
 -webkit-transition: .4s; 
 transition: .4s; 
}

input:checked + .slider {
 background-color: #2196F3; 
}

input:focus + .slider {
 box-shadow: 0 0 1px #2196F3; 
}

input:checked + .slider:before {
 -webkit-transform: translateX(26px); 
 -ms-transform: translateX(26px); 
 transform: translateX(26px); 
}

/* Rounded sliders */
.slider.round {
 border-radius: 34px; 
}

.slider.round:before {
 border-radius: 50%; 
} 

/* Cookie consentement modal fin */

.gras {font-weight:bold; }
.lien {cursor:pointer; }
.vert {color:#018032; }
.clear { clear:both; }
.clearLeft { clear:left; }
.clearRight { clear:right; }
.floatLeft { float:left; }
.floatRight { float:right; }
a img {border:none; }

.clearfix:after {content: "."; 	display: block; 	clear: both; visibility: hidden; 	line-height: 0; 	height: 0; }
 .clearfix {display: inline-block; }

img.lazy {width: 100%; height: 100%; display: block; background: url('../images/ajax-loader.gif') no-repeat center center; }
 
 
#ui-datepicker-div {font-size:12px; }

.tableau-parent,
.tableau-parent-2,
.tableau-parent-3,
.tableau-parent-4,
.tableau-parent-5 {text-align:center; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack:distribute; justify-content:space-around; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.tableau-parent tbody,
.tableau-parent-2 tbody,
.tableau-parent-3 tbody,
.tableau-parent-4 tbody,
.tableau-parent-5 tbody,
.tableau-parent tr,
.tableau-parent-2 tr,
.tableau-parent-3 tr,
.tableau-parent-4 tr,
.tableau-parent-5 tr {display: inline-table; width: 100%; }
.tableau-parent > tbody > tr > td,
.tableau-parent-2 > tbody > tr > td,
.tableau-parent-3 > tbody > tr > td,
.tableau-parent-4 > tbody > tr > td,
.tableau-parent-5 > tbody > tr > td {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.tableau-enfant {margin:15px !important; display:inline-block; vertical-align:top; text-align:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
.tableau-enfant tr td {width:100% !important; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
.tableau-enfant tr td img {max-width:100%; height:auto; margin: 0 auto; display: block; }
.tableau-parent-2 .tableau-enfant {width:calc(50% - 35px) !important; min-width:215px !important; }
.tableau-parent-3 .tableau-enfant {width:calc(33.333% - 35px) !important; min-width:215px !important; }
.tableau-parent-4 .tableau-enfant {width:calc(25% - 35px) !important; min-width:215px !important; }
.tableau-parent-5 .tableau-enfant {width:calc(20% - 35px) !important; min-width:215px !important; }

.table-responsive-50-pourcent table, 
.table-responsive-50-pourcent thead, 
.table-responsive-50-pourcent tbody, 
.table-responsive-50-pourcent tr, 
.table-responsive-50-pourcent th, 
.table-responsive-50-pourcent td,
.table-responsive-100-pourcent table, 
.table-responsive-100-pourcent thead, 
.table-responsive-100-pourcent tbody, 
.table-responsive-100-pourcent tr, 
.table-responsive-100-pourcent th, 
.table-responsive-100-pourcent td {display: block; }

.table-responsive-50-pourcent table,
.table-responsive-100-pourcent table {width:100%; }

.table-responsive-50-pourcent thead,
.table-responsive-100-pourcent thead {display: none; }

.table-responsive-50-pourcent td,
.table-responsive-100-pourcent td {padding: 10px; text-align: left; border: solid 1px #ccc; }

.table-responsive-50-pourcent td,
.table-responsive-100-pourcent td {padding-left: 173px; position: relative; margin-top: -1px; width: 100%!important; text-align: left !important; background: #FFF; box-sizing: border-box; }
.table-responsive-50-pourcent td:nth-child(odd),
.table-responsive-100-pourcent td:nth-child(odd) {background-color: #eee; }

.table-responsive-50-pourcent td::before,
.table-responsive-100-pourcent td::before {padding: 10px; content: attr(data-label); position: absolute; top: 0; left: 0; width: 145px; bottom: 0; background-color: #2e60a6; color: #ffffff; font-weight: 600; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.table-responsive-50-pourcent tr {margin: 0 5px 1rem; }
.table-responsive-100-pourcent tr{margin: 0 0px 1rem; }

.table-responsive-100-pourcent tr { width: 100%; }
.table-responsive-50-pourcent tr { width: calc(50% - 13px); display: inline-block; vertical-align: top; }

.table-responsive-50-pourcent th + td,
.table-responsive-100-pourcent th + td {padding-left: 10px; }

/* Table responsive */
.table-header { opacity:0; background-color: #2e60a6; }
.table-responsive-label {display:none; }

/* Formulaires */
.form {clear:left; margin:10px 0; }
.form140 {display:block; width:140px; padding-right:20px; float:left; text-align:right; }
.form180 {display:block; width:180px; padding-right:20px; float:left; text-align:right; font-size:0.8em; }
.form200 {display:block; width:200px; padding-right:20px; float:left; text-align:right; font-size:0.8em; }
.form90 {display:block; width:90px; padding-right:20px; float:left; text-align:right; }
.inputCadre { border:#529e11 1px solid; }


body .input { position: relative; z-index:10; background: #fff; }
/* LABEL DANS INPUT */
body .input > .input-text-label {border: 0; border-bottom:1px solid #e6e6e6; outline: 0; padding: 5px !important; width:100% !important; height:40px !important; position: relative; z-index:10; background-color: transparent; z-index: 2; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
body .input textarea {margin:0; font-size: 13px; width: 100%; color: #493030; outline: 0; padding: 20px 7px 3px 14px; position: relative; background-color: transparent; z-index: 2; }
body .input > label {top: 0px; left:-4px; font-size: 14px; color: #979191; letter-spacing:0.65px; position: absolute; z-index:11; -webkit-transform: translate(5px, calc(100% - 5px)) scale(1); transform: translate(5px, calc(100% - 5px)) scale(1); display: block; z-index: 1; -webkit-transform-origin: bottom left; transform-origin: bottom left; transition: color 200ms ease-in-out, font-size 200ms ease-in-out, -webkit-transform 200ms ease-in-out; transition: color 200ms ease-in-out, transform 200ms ease-in-out, font-size 200ms ease-in-out; transition: color 200ms ease-in-out, transform 200ms ease-in-out, font-size 200ms ease-in-out, -webkit-transform 200ms ease-in-out; }
body .input > label.active {-webkit-transform: translate(0, 0) scale(0.8); transform: translate(0, 0) scale(0.8); }
body .input > label.active-color { }
body .input select { border:1px solid #e6e6e6; background:none; outline: 0; padding: 5px !important; width:100% !important; height:40px !important; }

body .erreur {border:1px solid #f00 !important; }
/* FIN LABEL DANS INPUT */

body .input-text {outline:none; border: 1px solid #dcdcdc; color: #000000; padding: 7px 5px; width:100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -khtml-box-sizing:border-box; }
/*body .erreur .input-text,
body .erreur select {border-color:#f00; }*/
body .input .erreur-message,
body .input .erreur-message-mail,
body .input .erreur-message-identique,
body .checkbox-spe-conteneur .erreur-message {display:none; color:#6d071A; font-size:12px; letter-spacing: .85px; padding-left: 14px; text-align: left; position: absolute; bottom: -16px; left: 0; }

body textarea {outline:none; border: 1px solid #dcdcdc; color: #000000; padding: 7px 5px; width: 70%; height:75px; resize : none; }
body select {outline:none; border: none; border: 1px solid #dcdcdc; height:30px; }
.bouton-js {cursor:pointer; }

.submit input,
input.submit,.bouton,.bouton-fleche,
#global a.bouton,
#global a.bouton:visited,
#global a.bouton-fleche,
#global a.bouton-fleche:visited {outline:none; border:none; font-size:26px; background:#0265f7; color: #fff; min-height: 30px; min-width: 120px; text-align: center; padding: 10px 30px; margin: 10px; font-weight:400; font-family:'Avenir-Medium'; border-radius: 65px; text-decoration: none; vertical-align:top; cursor: pointer; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-hyphens: unset; -ms-hyphens: unset; hyphens: unset; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none; }
#global a.bouton span,
#global a.bouton:visited span,
#global a.bouton-fleche span,
#global a.bouton-fleche:visited span,
#global a.bouton-fleche i,
#global a.bouton-fleche:visited i,
#global .bouton a,
#global .bouton a:visited,
#global .bouton-fleche a,
#global .bouton-fleche a:visited {color:#fff; text-decoration:none; }

.bouton-fleche i,
#global a.bouton-fleche i {margin-left:12px; }
.bouton,
#global a.bouton,
#global a.bouton:visited,
.bouton-fleche,
#global a.bouton-fleche,
#global a.bouton-fleche:visited {	line-height: 35px; }

.bouton span,
#global a.bouton span,
#global a.bouton:visited span,
.bouton-fleche span,
#global a.bouton-fleche span,
#global a.bouton-fleche:visited span,
.bouton i,
#global a.bouton i,
#global a.bouton:visited i,
.bouton-fleche i,
#global a.bouton-fleche i,
#global a.bouton-fleche:visited i{-webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; }

.submit input:hover,
input.submit:hover,
.bouton input:hover,
input.bouton:hover,
.bouton:hover,
#global .bouton:hover,
#global a.bouton:hover,
.bouton-fleche:hover,
#global .bouton-fleche:hover,
#global a.bouton-fleche:hover {background:#2d466b; text-decoration:none; }

/* 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; }
}
