@charset "UTF-8";
html,select,input,textarea,button{font-family: 'Lato',Arial, Helvetica, sans-serif;font-size: 18px;outline: none;}
select,input,textarea{border-radius: 0;box-sizing: border-box;}
body, html{margin: 0;padding: 0;width:100%;overflow-x:hidden;min-height:100vh;}
body {display:flex;flex-direction:column;justify-content:space-between;}
iframe,img{border: 0;vertical-align:top;}
label{cursor: pointer;}
button,
a, .bouton{cursor: pointer;text-decoration: none;transition:color 0.4s ease;}
.graph .valeur {color: orangered;color:var(--main-bgcolor);}
h1,h2,h3,h4,h5,h6{margin: 0;font-size: 22px;font-family: 'Lato';text-transform: uppercase;}
.clear{clear: both;}
.gauche{
	float:left;
	/*margin-right: 10%;*/
	margin-bottom: 10px;
	line-height: 0;
}
@media screen and (min-width:761px) {
    .cta-accueil {
        position:relative;
        height:65px;
    }

    .cta-accueil > .wrap {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }

    .cta-accueil .cta {
        max-height: calc(50vh + 120px);
    }

    .cta-accueil .cta .contenu-texte {
        display:flex;
        flex-direction:column;
        flex-shrink:1;
        overflow:hidden;
    }

    .cta-accueil .cta .contenu-texte .texte {
        flex-shrink:1;
        overflow-y:auto;
        overflow-x:hidden;
        height:100%;
    }

    .cta-accueil .cta p:first-child {margin-top:0px;}
    
    .section.cta-accueil .wrap .cta.paragraphe2 {margin:0px;width:calc(50% - 10px);}
}

.vert_align4 .cta:not(.paragraphe0):not(.paragraphe1) {display:flex;flex-direction:column;justify-content:space-between;}
.cta:not(.paragraphe0):not(.paragraphe1) .btn-call-conteneur:not(:first-child) {
    margin-top:45px;
}

.cta .texte{
    font-size:18px;
}

.paragraphe .texte > :last-child {margin-bottom:0px;}

/*header:after {content:"";height:80px;width:100%;display:block;}*/
.navigation {position:fixed;top:0;left:0;right:0;box-sizing:border-box;z-index:1000;-webkit-transition: all 0.4s ease;-ms-transition: all 0.4s ease;transition: all 0.4s ease;display:flex;justify-content:space-between;align-items:flex-start;pointer-events:none;}
.navigation > * {pointer-events:all;}
.navigation .titre-site {font-size: 28px;font-weight: 700;color: #000;}
.bouton-nav {transition: ease 0.4s all;; box-sizing:border-box;width:86px;height:86px;padding:28px 28px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;position:relative;z-index:20;flex-shrink:0;}
.bouton-nav:before, .bouton-nav:after {content:"";}
.bouton-nav:before, .bouton-nav:after, .bouton-nav span {
    height:6px;width:100%;
}

.scroll .bouton-nav{
    height:60px;
    width:60px;
    padding: 14px 14px;
}
.infos .titre-site img{
    transition: ease 0.4s all;
}

.infos .titre-site a {
    height: 86px;
    padding: 10px 0px;
    box-sizing: border-box;
    display: inline-block;
    transition: ease 0.4s height;
}
.scroll .infos .titre-site a {height:60px;}
.infos .titre-site{
    transition: ease 0.4s all;
}

.scroll .infos .titre-site img{
    height: 100%;
    width:auto;
}

.navigation .infos {
    display: flex;
}

.navigation .menu-lg {
    margin-right:26px;
    margin-top:24px;
    text-transform:uppercase;
    font-size:24px;
    line-height:1em;
    font-weight:900;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
    transition: 0.4s ease all;
}

.navigation .titre-site {
    padding: 0px 10px;
    background: black;
}

.navigation .titre-site img {
    vertical-align: top;
}
.navigation .titre-site img{object-fit: contain;height: 100%;width:auto;}
.navigation .section-gauche {
    position: relative;
}

.navigation nav {
    display: flex;
    box-sizing: border-box;
    min-width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    height: calc(100vh - 86px);
    background: black;
    color: white;
    transition: all 0.4s ease;
    transform: translateY(calc(-100% - 86px));
}

.navigation.opened nav {
    transform: translateY(0%);
}

.navigation .quick-access {
    width: 86px;
    flex-shrink:0;
    padding: 0px 25px;
    padding-top: 40px;
    box-sizing: border-box;
    overflow-y: auto;
}

nav:before {
    content: "";
    position: absolute;
    left: 86px;
    right: 0px;
    top: -86px;
    bottom: 100%;
    background: black;
}

header .entete {overflow:hidden;height:100vh;width:100%;display: flex;align-items: center;position:relative;}
@media screen and (min-width:761px) {
    header .entete{
        min-height:700px;
    }
}

@media screen and (min-width:761px) and (max-height:700px) {
    .cta-accueil .cta {max-height:460px;}
}
header .entete-infos {width:100%;position: absolute;
    top: 110px;}

.accueil header .entete-infos {width:100%;position: absolute;
    bottom: 60%; top:unset;}
header .entete-infos .wrap {display:flex;justify-content:space-between;align-items:stretch;}
.titre-conteneur {padding-left:40px;position:relative;}
.titre-conteneur:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 20px;
    height: 100%;
}

header .entete-infos img{
    object-fit: contain;
    height: 100%;
}

.accueil .std:first-of-type{
    margin-bottom: 70px;
}

.std .btn-call-conteneur {width:100%;margin-top:20px;}

.titre-conteneur .titre {
    display: flex;
    width: 100%;
    height: 100%;
    background-color:white;
    color:black;
    padding: 20px;
    box-sizing: border-box;
    flex-direction:column;
    justify-content:center;
}

.titre-conteneur.titre-non-accueil .titre {height:auto;margin-bottom:0px;}

.titre-conteneur h1 {font-weight:900;margin:0px;font-size:42px;line-height:1em;}
.titre-conteneur span {font-weight:300;font-size:24px;line-height:1em;}

.entete-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    z-index: -1;
    background-attachment: fixed;
    clip: auto;
    -webkit-mask-image: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%);
    mask-image: linear-gradient(top, #ffffff 0%,#ffffff 100%);
}

.entete-slider video {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top;
}

.msie .entete-slider video {
    position:absolute;
}

nav ul {
    list-style-type: none;
    padding: 0px;
    margin-top: 0px;
}
nav ul.pages {
    position: relative;
    min-width: calc(100% - 86px);
    margin: 0px;
    z-index: 10;
    font-size:26px;
    font-weight:900;
    text-transform:uppercase;
    overflow-y:auto;
}
nav ul.pages:before {
    content: "";
    width: 100%;
    height: 86px;
    display: block;
    background: black;
    position: absolute;
    bottom: 100%;
    right: 0px;
}

nav ul.pages li ul {display:none;}

nav ul.pages a {
    display:inline-block;
    line-height:1em;
    padding-left:45px;
    white-space:nowrap;
    background-color:unset;
    position:relative;
    transition: ease all 0.4s;
}

nav ul.pages li{
    padding-right:45px !important;
}

.navigation nav ul a:hover {opacity:0.6;color:#FFF;}
.navigation nav ul .actif:hover {color:#999999;}
.navigation nav ul a:before {
    content:"";
    background-color:#fff;
    width:0;
    height:1px;
    position:absolute;
    bottom:0;
    right:0;
    transition:width 0.4s ease;
}
.navigation nav ul a:hover:before {
    opacity: 0.6;
    background-color: #FFF;
}
.navigation nav ul a.actif:before {
    width:100%;
}
nav ul.pages > li {padding-right:10px;line-height: 0;}
nav ul.pages > li:not(:last-child) {margin-bottom:35px;}
nav ul.pages ul > li {
    margin-top:25px;
    line-height: 0px;
}

nav ul.pages ul > li a {
    font-weight:400;
    font-size:18px;
    padding-left:65px;
}

.droite{
	float:right;
	/*margin-left: 10%;*/
	line-height: 0;
}
.petit{width: 140px;}
.moyen{width: 320px;}
.grand{width: 100%;}
#old-browser-dialog p{
	 text-align:center;
	 font-size:18px;
	 background-color:#FAF1AA;
	 padding:5px;
	 position:relative;
	 top:100px;
}
#old-browser-dialog a{
	cursor:pointer;
	color:#0000ff;
	text-decoration:underline;
}
.admin-preview{
    border-width: 2px;
    border-style: dashed;
    border-color: rgba(0,0,0,0.2);
    box-sizing: border-box;
    position:relative;
}
.admin-preview:after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(-45deg, #AEAEAD 0%, #AEAEAD 25%, white 25%, white 50%, #AEAEAD 50%, #AEAEAD 75%, white 75%, white 100%);
    background-image: -webkit-linear-gradient(-45deg, #AEAEAD 0%, #AEAEAD 25%, white 25%, white 50%, #AEAEAD 50%, #AEAEAD 75%, white 75%, white 100%);
    background-size: 20px 20px;
    z-index: 10;
    opacity: 0.3;
    pointer-events:none;
}
.wrap{max-width: 1250px;width: 100%;margin: auto;}
img,video{max-width: 100%}
.titre, .sous-titre {line-height:1em;margin-bottom:20px;}
.titre {font-size:30px;font-weight:900;}
.sous-titre {font-size:24px;}
.txt-left{text-align:left;}
.txt-center{text-align: center}
.txt-right{text-align: right}
button,.bouton{
	-webkit-transition: all 0.4s ease;-ms-transition: all 0.4s ease;transition: all 0.4s ease;
	-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
    display: inline-block;border: 1px solid;border-radius: 0px;padding: 15px 40px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1em;
    font-size: 18px;
    text-align:center;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="search"],
input[type="url"],
input[type="email"],
input[type="tel"]
{
    width: 100%;outline: none;
    padding: 12px 6px;
    font-size: 18px;
    border: 0;
    border-bottom: 1px solid #000;
    transition: box-shadow 0.3s, border 0.3s;
    box-sizing: border-box;
    background-color: transparent;
    color:var(--main-bgcolor);
}
textarea{border: 1px solid #707070;height: 120px;resize:vertical;}
select {
    height: 33px;width: 100%;/*border: 1px solid #707070;*/
    transition: box-shadow 0.3s ease 0s, border 0.3s ease 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/images/select.svg);
    background-position: center right 10px;
    background-repeat: no-repeat;
    cursor: pointer;background-size: auto 86%;
    padding-right: 38px;
}
select.invalid, 
textarea.invalid, 
input[type="text"].invalid, 
input[type="password"].invalid, 
input[type="number"].invalid, 
input[type="date"].invalid, 
input[type="time"].invalid, 
input[type="search"].invalid, 
input[type="url"].invalid, 
input[type="email"].invalid, 
input[type="tel"].invalid {
    border-color:red;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus
{
    border-bottom: solid 1px #888;
    /*box-shadow: 1px 1px 1px 1px #969696;*/
    background-color: white;
}

footer {background-color: #3e3e3e;background-color: var(--main-bgcolor);color: #fff;color: var(--main-color);box-sizing:border-box;padding:10px;box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);}
footer > .wrap {display:flex;justify-content:space-between;align-items:flex-end;flex-direction:column;box-sizing:border-box;}
footer a {color: #fff;color: var(--main-color);transition:opacity 0.4s ease;}
footer a:hover {opacity:0.6;}
footer .reseaux-sociaux a {display:inline-block;width:30px;height:30px;}
footer .reseaux-sociaux a:not(:last-child) {margin-right:10px;}
footer .reseaux-sociaux a svg, footer .reseaux-sociaux a img {width: 100%;height: 100%;object-fit: contain;}
footer .reseaux-sociaux svg path {fill: #fff;fill: var(--main-color);}
.titre-page {margin-top:40px;}
.titre-page h1 {font-size:36px;position:relative;z-index:1;color: #fff;color: var(--main-color);padding:0px 10px;}
.section{margin: 80px 0;position: relative;position:relative;background-size: cover;background-position: center;}
.section .wrap{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: start;box-sizing:border-box;}
.section .wrap .paragraphe {box-sizing:border-box;margin-left:10px;margin-right:10px;}
body:not(.accueil) .section .wrap .paragraphe {box-sizing:border-box;margin-left:15px;margin-right:15px;margin-top: 15px;}
.section .wrap .paragraphe0,
.section .wrap .paragraphe1{width: calc(100% - 20px);}
.section .wrap .paragraphe2{width: calc(50% - 20px);}
.section .wrap .paragraphe3{width: calc((100% / 3) - 20px);}
.section .wrap .paragraphe4{width: calc(25% - 20px);}
.section .wrap .paragraphe5{width: calc(20% - 20px);}
.justify_flex1 > .wrap {justify-content:space-between;}
.justify_flex2 > .wrap {justify-content:center;}
.justify_flex3 > .wrap {justify-content:flex-start;}
.justify_flex4 > .wrap {justify-content:flex-end;}
.largeur_wrap1 > .wrap {max-width:1280px;width: 100%;box-sizing: border-box;}
.largeur_wrap2 > .wrap {max-width:1070px;width: 100%;box-sizing: border-box;}
.largeur_wrap3 > .wrap {max-width:1000px;width: 100%;box-sizing: border-box;}
.vert_align1 > .wrap, .vert_align1 > .wrap > .std {align-items:center}
.vert_align2 > .wrap, .vert_align2 > .wrap > .std {align-items:flex-start}
.vert_align3 > .wrap, .vert_align3 > .wrap > .std {align-items:flex-end}
.vert_align4 > .wrap, .vert_align4 > .wrap > .std {align-items:stretch}
.padding_1 {padding:0px 0px;}
.padding_2 {padding:20px 0px;}
.padding_3 {padding:40px 0px;}
.padding_4 {padding:80px 0px;}
.margin_1 {margin:0px auto;}
.margin_2 {margin:20px auto;}
.margin_3 {margin:40px auto;}
.margin_4 {margin:80px auto;}
.d1-2 {width:calc(50% - 10px);}
.d1-3 {width:calc((100% / 3) - 20px);}
.d1-4 {width:calc(25% - 20px);}
.d2-3 {width:calc(66.6% - 20px);}
.d3-4 {width:calc(75% - 20px);}
.d1-5 {width:calc(20% - 20px);}
.d2-5 {width:calc(40% - 20px);}
.d3-5 {width:calc(60% - 20px);}
.d4-5 {width:calc(80% - 20px);}
.d1-6 {width:calc((100%  / 6) - 20px);}
.d5-6 {width:calc(((100%  / 6) * 5) - 20px);}
.d1-2,.d1-3,.d1-4,.d2-3,.d3-4,.d1-5,.d2-5,.d3-5,.d4-5,.d1-6,.d5-6,
.t1-2,.t1-3,.t1-4,.t2-3,.t3-4,.t1-5,.t2-5,.t3-5,.t4-5,.t1-6,.t5-6,
.m1-2,.m1-3,.m1-4,.m2-3,.m3-4,.m1-5,.m2-5,.m3-5,.m4-5,.m1-6,.m5-6{box-sizing:border-box;}
.graph .circle-outside {background-color: #CDCDCD;}
.graph .circle-inside:before {background-color: white;}
.pagination {margin:20px 0;}
.pagination > span, .pagination > a {
    font-size:20px;
    height:40px;
    display:inline-block;
    box-sizing:border-box;
    border-bottom:5px solid black;
    border-color: orange;
    border-color: var(--secondary-bgcolor);
    color: orange;
    color: var(--secondary-bgcolor);
    padding:0px 10px;
    transition:all 0.4s ease;
    cursor:pointer;
}

.pagination > span:hover, .pagination > a:hover, .pagination .actif {
    border-color: orangered;
    border-color: var(--main-bgcolor);
    color: orangered;
    color: var(--main-bgcolor);
    border-bottom-width:15px;
}
.cache {display:none;}

.joindre-fichier > label {
    display:flex;
}
form {position:relative;}
.reponse-ajax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events:none;
}
.reponse-ajax .message-ajax {
    background: rgba(60,170,80,1);
    width: auto;
    color: white;
    padding: 20px 40px;
    border-radius: 5px;
    max-width: 100%;
    text-align: center;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
    display:none;
    pointer-events:none;
}

.cta .bouton{
    font-weight: lighter;
}

#map {width:100%;height:50vh;}

/****************************** YOUTUBE ******************************/

.youtube {
    width:100%;
    height:0px;
    padding-bottom: 56.25%;
    overflow:hidden;
    cursor:pointer;
    position:relative;
}

.youtube .thumbnail {
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    margin:auto;
}

.youtube .blurry {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    top:-5px;
    left:-5px;
    bottom:-5px;
    right:-5px;
}

.youtube:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/images/youtube_icon.png);
    background-size: 128px;
    background-repeat: no-repeat;
    background-position:center center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index:5;
}

.youtube iframe {
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    z-index:10;
}

/****************************** GRAPHIQUES ******************************/
.graph .pourc .valeur:after {content:"%";}
.graph .frac .valeur:after {content:"/"attr(data-fraction);}
.graph .centered {width:100%;text-align:center;}
.graph .centered .circle-outside, .graph .centered .texte {width:30%;margin:auto;}
.graph .double {width:25%;box-sizing:border-box;}
.graph .double:nth-of-type(even) {margin-right:20%;}
.graph .double:nth-of-type(odd) {margin-left:20%;}
.graph .triple {width:26%;}
.graph .quadruple {width:21%;}
.graph .quintuple {width:18%;}
.graph .circle-outside {width: 100%;margin: auto;border-radius: 50%;background: #cdcdcd;}
.graph .circle-inside {border-radius: 50%;width: 100%;padding-bottom: 100%;height: 0;position: relative;}
.graph .circle-inside:before {position: absolute;content: "";top: 20px;left: 20px;bottom: 20px;right: 20px;border-radius: 50%;background:white;}
.graph .valeur {position: absolute;top: 0;bottom: 0;right: 0;left: 0;display: flex;align-items: center;justify-content: center;font-size: 48px;font-weight: bold;}
.graph .titre, 
.graph .sous-titre {width:100%;margin-bottom:20px;}
.graph .sous-titre {font-size:30px;}
.graph .titre ~ .triple, 
.graph .sous-titre ~ .triple, 
.graph .titre ~ .centered, 
.graph .sous-titre ~ .centered,
.graph .titre ~ .quadruple, 
.graph .sous-titre ~ .quadruple, 
.graph .titre ~ .quintuple, 
.graph .sous-titre ~ .quintuple, 
.graph .titre ~ .double, 
.graph .sous-titre ~ .double {margin-top:30px;}
.graph .texte {padding-top:15px;font-size: 30px;text-align: center;}
.demi-wrap .graph, 
.tier .graph, 
.quadruple .graph {padding:60px 20px;box-sizing:border-box;}
.demi-wrap .graph .paragraphe, 
.tier .graph .paragraphe, 
.quadruple .graph .paragraphe {flex-direction:column;justify-content:center;align-items:center;}
.demi-wrap .graph .centered:not(:last-of-type), 
.tier .graph .centered:not(:last-of-type), 
.quadruple .graph .centered:not(:last-of-type) {margin-bottom:30px;}
.demi-wrap .graph .centered .circle-outside, 
.tier .graph .centered .circle-outside, 
.quadruple .graph .centered .circle-outside, 
.demi-wrap .graph .centered .texte, 
.tier .graph .centered .texte, 
.quadruple .graph .centered .texte {width:60%;}
.quadruple .graph .valeur {font-size:36px;}
.quadruple .graph .texte {font-size:24px;}
.wrap .graph {padding-left:20px;padding-right:20px;}
/***************************** Slider **************************/
.slider-bouton{display: none}
.diaporama-slider{position: relative;text-align: center;}
.slider-nextimg,
.slider-previmg,
.slider-img{background: url(/images/slider.jpg) center no-repeat;background-size: cover;position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 1;background-color:#fff;}
.slider-previmg,
.slider-nextimg{z-index: 2;}
.diaporama-slider-fade .slider-nextimg{left: 0;right: 0;z-index: 0;}
.slider-previmg.reset,
.slider-nextimg.reset{-webkit-transition: all 0.6s ease;-ms-transition: all 0.6s ease;transition: all 0.6s ease;}
.slider-previmg{left: -100%;right: 100%;}
.slider-nextimg{left: 100%;right: -100%;}
.slider-previmg.show,
.slider-nextimg.show{left: 0;right: 0;-webkit-transition: all 1.4s ease;-ms-transition: all 1.4s ease;transition: all 1.4s ease;}
.slider-shadow{position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 3;background: rgba(0,0,0,0.45);}
.slider-titre{text-transform: uppercase;color: #fff;font-size: 36px;font-family: 'Roboto Slab', sans-serif;font-weight: bold;margin-bottom: 20px;display: none}
.slider-texte{color: #fff;font-size: 24px;font-family: 'Roboto Slab', sans-serif;font-weight: bold;margin-bottom: 20px;display: none}
.slider-puces{position: absolute;bottom: 38px;left: 0;right: 0;z-index: 4;display: none;}
.slider-puces a{display: inline-block;border: 2px solid #fff;margin: 0 7px;-webkit-transition: all 0.4s ease;-ms-transition: all 0.4s ease;transition: all 0.4s ease;}
.slider-puces a:hover,
.slider-puces a.actif{background: #fff;}
.slider-contenu{position: absolute;bottom: 148px;left: 40px;right: 40px;z-index: 5;}
.slider-puces.slider-puces-round a{
    font-size: 0;border-radius: 50%;padding: 5px;
}
.slider-puces.slider-puces-round-num a{
    font-size: 8px;border-radius: 50%;height: 10px;width: 10px;line-height: 10px;
}
.slider-puces.slider-puces-square a{
    font-size: 0;padding: 5px;
}
.slider-puces.slider-puces-square-num a{
    font-size: 8px;height: 10px;width: 10px;line-height: 10px;
}
.slider-puces.vert-top-left{position: absolute;left: 20px;top: 8px;bottom: auto;right: auto;}
.slider-puces.vert-top-right{position: absolute;right: 20px;top: 8px;bottom: auto;left: auto;}
.slider-puces.vert-bottom-left{position: absolute;left: 20px;top: auto;bottom: 8px;right: auto;}
.slider-puces.vert-bottom-right{position: absolute;right: 20px;top: auto;bottom: 8px;left: auto;}
.slider-puces.vert-bottom-right a,
.slider-puces.vert-bottom-left a,
.slider-puces.vert-top-right a,
.slider-puces.vert-top-left a{margin: 7px 0;display: block;}
.slider-puces.vert-left-flex{position: absolute;left: 20px;top: 8px;bottom: 8px;right: auto;display: flex;flex-direction: column;justify-content: space-around;}
.slider-puces.vert-right-flex{position: absolute;left: auto;top: 8px;bottom: 8px;right: 20px;display: flex;flex-direction: column;justify-content: space-around;}
.slider-puces.hor-bottom-flex{position: absolute;left: 8px;top: auto;bottom: 38px;right: 8px;display: flex;flex-direction: row;justify-content: space-around;}
.slider-puces.hor-top-flex{position: absolute;left: 8px;top: 38px;bottom: auto;right: 8px;display: flex;flex-direction: row;justify-content: space-around;}
.slider-puces.hor-top-left{position: absolute;left: 8px;top: 38px;bottom: auto;right: auto;}
.slider-puces.hor-top-center{position: absolute;left: 8px;top: 38px;bottom: auto;right: 8px;}
.slider-puces.hor-top-right{position: absolute;left: auto;top: 38px;bottom: auto;right: 8px;}


.miniature-images{
    width:20%;
}

.image-fenetre{
    width: 25%;
    margin-top: 1%;
}

.section .wrap.background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

.accueil .droite{
    margin-bottom: 0px;
}

.section .wrap .section-images-fenetre{ 
    justify-content: flex-start;
}
/***************************** Formulaires **************************/
.formulaire-auto-conteneur{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: start;margin-bottom:20px;}
.formulaire-auto-conteneur > :not(:last-child) {margin-bottom:40px;}
.formulaire-auto-largeur1{width: 100%;}
.formulaire-auto-largeur2{width: calc(50% - 10px);}
.formulaire-auto-largeur3{width: calc(33.3% - 10px);}
.formulaire-auto-largeur4{width: calc(25% - 10px);}
.formulaire-auto-largeur5{width: calc(20% - 10px);}
.formulaire-auto-conteneur table td:not(:first-child){text-align: center}
.formulaire-auto-conteneur table,
.formulaire-auto-conteneur select,
.formulaire-auto-conteneur textarea,
.formulaire-auto-conteneur input[type=email],
.formulaire-auto-conteneur input[type=number],
.formulaire-auto-conteneur input[type=text]{width: 100%;}
.formulaire-auto-conteneur input[type=radio] + .formulaire-auto-etoile path{-webkit-transition: all 0.4s ease;-ms-transition: all 0.4s ease;transition: all 0.4s ease;	}
.formulaire-auto-conteneur input[type=radio] + .formulaire-auto-etoile.checked path:first-child{fill: orangered; fill:var(--main-bgcolor);}
.formulaire-auto-conteneur .question-options-conteneur-etoile input[type=radio] {display:none;}
.formulaire-auto-conteneur label {display:inline-block;}
.formulaire-auto-conteneur label > input,
.formulaire-auto-conteneur label > span {vertical-align:middle;}
.formulaire-auto-conteneur input[type=checkbox], .formulaire-auto-conteneur input[type=radio] {width:20px;height:20px;box-sizing:border-box;-webkit-appearance:none;border:2px solid;color: orangered;color: var(--main-bgcolor);border-color: orangered;border-color: var(--main-bgcolor);border-radius:4px;margin: 0;margin-right: 10px;cursor:pointer;position:relative;}
.formulaire-auto-conteneur input[type=radio] {border-radius:50%;}
.formulaire-auto-conteneur input[type=checkbox]:after, .formulaire-auto-conteneur input[type=radio]:after {content:"";opacity:0;position:absolute;transition:0.4s ease;background-color: orangered;background-color: var(--main-bgcolor);color:#FFF;}
.formulaire-auto-conteneur input[type=checkbox]:after {
    border-radius: 4px;
    width: 20px;
    height: 20px;
    top: -2px;
    left: -2px;
    content: '\2713';
    text-align: center;
    font-weight: bold;
}
.formulaire-auto-conteneur input[type=radio]:after {border-radius:50%;top:4px;left:4px;bottom:4px;right:4px;}
.formulaire-auto-conteneur input[type=checkbox]:checked:after, 
.formulaire-auto-conteneur input[type=radio]:checked:after,
.formulaire-auto-conteneur input[type=checkbox]:hover:after, 
.formulaire-auto-conteneur input[type=radio]:hover:after{opacity:1;}
.formulaire-auto-conteneur .question-options-conteneur label {margin-bottom:10px;}
.formulaire-auto-conteneur > div {transition:all 0.4s ease;}
.formulaire-auto-conteneur > .invalid {border:1px solid red;box-shadow:0 0 4px 0 rgba(255,0,0,0.6);box-sizing:border-box;padding:5px;margin:10px 0;}
.formulaire-auto-conteneur > .invalid > div:first-child {color:red;font-weight:bold;}
.formulaire-auto-conteneur > .invalid input[type=checkbox] {border-color:red;}
.formulaire-auto-conteneur > .invalid input[type=checkbox]:after {background-color:red;}
.formulaire-auto-conteneur .titre-question {font-size:18px;font-weight:bold;border-left:10px solid;padding-left:10px;border-color: orangered;border-color: var(--main-bgcolor);margin-bottom:10px;}
.form .titre-formulaire {font-size:20px;margin-bottom:20px;}
/****************** Produits *******************/
#produits-resultats-recherche {display:flex;justify-content: start;flex-wrap:wrap;}
.produit-resultat-image-cont,
#produits-resultats-recherche .produit-resultat {
    width: calc(33.3% - 10px);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    border:2px solid black;
    border-color: orangered;
    border-color: var(--main-bgcolor);
    position:relative;
    box-sizing:border-box;
    margin:5px;
}
.produit-resultat .produit-resultat-image {transition:all 0.4s ease;position:relative;overflow:hidden;}
.produit-resultat .produit-resultat-image a.image-produit {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    display: block;
    overflow: hidden;
    position: relative;
    overflow:hidden;
    transition:filter 0.4s ease;
    vertical-align:top;
}
.produit-resultat .produit-resultat-image:after {opacity:0;content:"";position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.4);transition:all 0.4s ease;pointer-events:none;}
.produit-resultat .produit-resultat-image img {vertical-align:top;}
.produit-resultat-image-cont:hover .produit-resultat-image {
    box-shadow:inset 0 0 20px 10px rgba(0,0,0,0.4);
}
.produit-resultat-image-cont:hover .produit-resultat-image:not(.fullscreen) .liste-images a.image-produit {
    filter:brightness(0.6);
}
.produit-resultat .produit-resultat-image img {position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;object-fit:cover;}
.produit-resultat:hover .produit-resultat-image:after {opacity:1;}
.produit-resultat .produit-resultat-image .actions-rapide {
    position:absolute;
    top:-40px;
    right:0;
    padding:10px;
    z-index:10;
    transition:all 0.4s ease;
    display:flex;
}
.produit-resultat .actions-rapide a {
    display:block;
    width:24px;
    height:24px;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    transition:all 0.4s ease;
    vertical-align:top;
    cursor:pointer;
}
.produit-resultat .d2-3 .actions-rapide{
    display:flex;
}
.produit-resultat .d2-3 .actions-rapide a.ajouter-panier,
.produit-resultat .d2-3 .actions-rapide a.enlever-panier{filter: invert(1)}
.produit-resultat .produit-resultat-image.fullscreen .actions-rapide a {width:40px;height:40px;}
.produit-resultat .produit-resultat-image.fullscreen .actions-rapide .ajouter-souhait {background-size:36px 36px;}
#produits-resultats-recherche .produit-resultat-image:hover .actions-rapide,
.produit-resultat-image-cont:hover .produit-resultat-image .actions-rapide,
.produit-resultat .produit-resultat-image.fullscreen .actions-rapide {top:0;}
.produit-resultat .actions-rapide a:not(:last-child) {margin-right:10px;}
.produit-resultat .actions-rapide .ajouter-panier {
    background-image:url("/images/icons/add-to-cart.svg");
    position:relative;
}
.produit-resultat .actions-rapide .ajouter-souhait {
    background-image:url("/images/icons/add-to-wishlist.svg");
    background-size:20px 20px;
}

.produit-resultat .actions-rapide .ajouter-souhait.dedans, .produit-resultat .actions-rapide .ajouter-souhait:hover {
    background-image:url("/images/icons/in-wishlist.svg");  
}

.produit-resultat .actions-rapide .ajouter-panier.dedans, .produit-resultat .actions-rapide .ajouter-panier:hover {
    background-image:url("/images/icons/in-cart.svg");  
}

.produit-resultat .actions-rapide .voir-fiche {
    background-image:url("/images/icons/view.svg");
}

.produit-resultat .actions-rapide .voir-fiche:hover {
    background-image:url("/images/icons/view-hover.svg");
}
.produit-resultat .actions-rapide .enlever-panier {
    background-image:url("/images/icons/remove-from-cart.svg");
    display:none;
}

.produit-resultat .actions-rapide .enlever-panier:hover {
    background-image:url("/images/icons/remove-from-cart-hover.svg");  
}
.produit-resultat .produit-resultat-details, .panier-image .nom-produit {padding:10px;position:absolute;bottom:0;color:#FFF;width: 100%;box-sizing: border-box;background: rgba(0,0,0,0.6);}
.produit-resultat .produit-resultat-details .bouton {margin-top:20px;}
.produit-resultat-details a:hover {color:#FFF;}
.page-produit .produit-detail {display:flex;flex-wrap:wrap;justify-content:space-between;width: 100%;align-items: start;}
.page-produit .titre-page {margin-bottom:40px;}
.page-produit .titre-page:before {right:unset;left:0;}
.slick-arrow {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:30px;
    height:30px;
    border-radius:50%;
    background:#FFF;
    cursor:pointer;
    background-size:10px 10px;
    background-repeat:no-repeat;
    background-position:center center;
    z-index:10;
    transition:all 0.4s ease;
}
.slick-arrow.slick-prevArrow {
    left:-5px;
    background-image:url("/images/icons/left-arrow.svg");
    border-radius:0 50% 50% 0;
}
.slick-arrow.slick-nextArrow {
    right:-5px;
    background-image:url("/images/icons/right-arrow.svg");
    border-radius:50% 0 0 50%;
}
.produit-resultat-image:not(.fullscreen) .liste-images:hover .slick-arrow {
    background-color:rgba(255,255,255,0.4);
}

.liste-images:hover .slick-arrow.slick-prevArrow, .produit-resultat-image.fullscreen .liste-images .slick-arrow.slick-prevArrow {
    left:10px;
    border-radius:50%;
}

.liste-images:hover .slick-arrow.slick-nextArrow, .produit-resultat-image.fullscreen .liste-images .slick-arrow.slick-nextArrow {
    right:10px;
    border-radius:50%;
}

.liste-images a.image-produit:focus {
    outline:unset;
}

.produit-resultat-image.fullscreen .liste-images a.image-produit {
    width:100vw;
    height:100vh;
    padding:0
}

.produit-resultat-image.fullscreen .liste-images a.image-produit img {
    width:100vw;
    height:100vh;
    object-fit:contain;
}

.conteneur-produits {width:100%;}

.produit-resultat .actions-rapide .ajouter-panier .qte-panier {
    font-size:10px;
    display:flex;
    justify-content:center;
    align-items:center;
    position:absolute;
    top:-6px;
    right:-6px;
    background:white;
    box-shadow:0 0 4px 0 rgba(0,0,0,0.4);
    border-radius:50%;
    width:16px;
    height:16px;
    color:#000;
    opacity:0;
    transition:opacity 0.4s ease;
}

.produit-resultat .actions-rapide .ajouter-panier.dedans .qte-panier {
    opacity:1;
}

.produit-resultat-prix .prix-ancien .montant {
    text-decoration:line-through;
    font-size:10px;
}

/************************* Panier *************************/

.panier .etapes {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid orangered;
    color: orangered;
    color: var(--main-bgcolor);
    border-color: var(--main-bgcolor);
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.panier .etapes > div {
    flex: 0;
    flex-grow: 1;
}

.panier .etapes .actif {
    border-bottom: 8px solid orangered;
    border-color: var(--main-bgcolor);
    color: orangered;
    color: var(--main-bgcolor);
}

.panier-table {
    display:table;
    width:100%;
    background:white;
    box-shadow:0 0 5px 0 rgba(0,0,0,0.4);
    padding:10px;
    box-sizing:border-box;
    margin:20px 0;
}

.panier-table .entete, .panier-table .panier-item, .panier-table .panier-totaux {
    display:table-row;
}

.panier-table .entete > div, .panier-table .panier-item > div {
    border-bottom:1px solid #000;
}

.panier-table .entete > div, .panier-table .panier-item > div, .panier-table .panier-totaux > div {
    display:table-cell;
    vertical-align:middle;
    padding:10px;
}

.panier-table .panier-totaux > div {
    padding:5px;
}

.panier-table .panier-totaux.stotal > div {
    padding-top:10px;
}

.panier-table .entete > .panier-colone-prix, .panier-table .panier-item > .panier-colone-prix {
    text-align:right;
}

.panier-totaux.code-promo {
    display: flex;
    flex-direction:column;
    align-items:flex-end;
    justify-content: flex-end;
}

.table-totaux {
    display:table;
    border-collapse:collapse;
}

.table-totaux > div {
    display:table-row;
}

.table-totaux > div > div {
    display:table-cell;
}

.table-totaux > div > div:last-child {
    text-align:right;
    padding-left:20px;
}

.table-totaux .total {
    border-top:1px solid black;
}

.old-price {
    text-decoration:line-through;
}

#btn-ajouter-code-promo{
    margin-top:5%;
}

.panier-image img {vertical-align:top;}

.panier-image a {display:inline-block;position:relative;border:2px solid #000;border-color:var(--main-bgcolor);box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);max-width:300px;}

.panier-image .nom-produit {font-size:22px;font-weight:bold;color:#FFF;color:var(--main-bgcolor);transition:color 0.4s ease;}

.panier-image a:hover .nom-produit {color:white;}

.panier-vide {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 20px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    margin-top: 20px;
    margin-bottom: 20px;
}

.boite-conteneur {
    width:100%;
}

.panier-lien{
    width:200px;
}

#panier-btn-connexion{
    margin-top:3%;
}

/**************************FAQ**************************/

.table-faq{
    width:100%;
}

.titre-categorie{
    padding: 10px;
    background-color: #000;
    background-color: var(--main-bgcolor);
    color: #fff;
    color: var(--main-color);
}
.faq-question-conteneur{cursor: pointer}
.faq-reponse-conteneur{
    display:none;
}

.faq-module{
    padding:10px;
}

.faq-module:not(:last-child){
    border-bottom:1px solid #0003;
}

.faq-question{
    font-weight: bold;
}

/**********************Nous joindre***********************/

.map-container {position:relative;}

.map-container #map {position:absolute;top:20px;left:0px;right:0px;bottom:0px;width:100%;height:100%;}

.bureaux.wrap {position:relative;pointer-events:none;}

.zoneBureau {width:100%;}

.liste-bureaux {
    width: 100%;
    display: flex;
    margin-bottom:10px;
    pointer-events:all;
}

.liste-bureaux .choix-bureau {
    background: black;
    color: white;
    padding: 4px 13px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
    cursor:pointer;
    border:1px solid black;
    transition:background-color 0.4s ease, color 0.4s ease;
}

.liste-bureaux .choix-bureau:not(:last-child) {
    margin-right:10px;
}

.liste-bureaux .choix-bureau:hover {
    background:white;
    color:black;
}

.infos-bureaux {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom:20vh;
    max-width: calc(50% - 60px);
}

.infos-bureaux .bureau {
    background:black;
    color:white;
    font-size:18px;
    padding:60px 80px;
    display:none;
    pointer-events:all;
}
.infos-bureaux .bureau:first-child {display:block;}

.infos-bureaux a {color:white;}
.infos-bureaux .courriel {text-decoration:underline;}

#nous-joindre-formulaire form {width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;}

#nous-joindre-formulaire form .champs {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#nous-joindre-formulaire form .champs > div {
    width:calc(50% - 10px);
}

#nous-joindre-formulaire form .message {
    width:100%;
}

#nous-joindre-formulaire form .message textarea {height:120px;margin-top:10px;}

#nous-joindre-formulaire label {font-size:18px;}

#nous-joindre-formulaire form .champs > div {margin-bottom:26px;}

#nous-joindre-formulaire form button, #nous-joindre-formulaire form > .recaptcha {
    margin-top:40px;
}

#nous-joindre-formulaire form button {width:100%;}

#nous-joindre-formulaire form .btn-container {
    flex-grow:1;
}

#nous-joindre-formulaire select, #nous-joindre-formulaire textarea, #nous-joindre-formulaire input {
    font-size:18px;
}

#nous-joindre-formulaire ::-webkit-input-placeholder{
    color: black;
}
#nous-joindre-formulaire :-moz-placeholder{
    color: black;
    opacity:  0.99;
}
#nous-joindre-formulaire ::-moz-placeholder{
    color: black;
    opacity:  0.99;
}
#nous-joindre-formulaire :-ms-input-placeholder{
    color:black;
}

 .ouvertures .texte {
    display: block;
    margin-right: 5px;
    width: 140px;
}

.ouvertures > p > span {
    display: block;
}

.ligne-horaire{
    display:flex;
    justify-content: space-between;
}
/*************************NOUVELLES*************************/

.input-recherche{
    width:55% !important;
}

.filtre-annee{
    width:40% !important;
}

.filtres{
    margin-bottom:5%;
}

.featured-article {
    border: 1px solid #82757529;
    padding: 10px;
    width: 70%;
    justify-content: center;
}

.btn_gestion{
    padding: 5px;
    border: 1px solid #82757529;
    margin-top: 5px;
    border-radius: 4px;
    width: 100%;
}

.article {
    border: 1px solid #82757529;
    padding: 10px;
    width: 30%;
    margin-top: 2%;
}

.article.vide {
    all: unset;
}

option{
    color: var(--main-bgcolor);
}

.wrap.section-nouvelles {
    display:block;
}


/***** CANDIDATURE *****/

#label-cv{
    color: var(--main-bgcolor);
    border: 2px solid var(--main-bgcolor);
    padding:5px;
    border-radius:5px;
}
.section-ouverture {
    padding: 20px;
}
.section-ouverture:not(:first-child) {
    border-left: 1px solid var(--main-bgcolor);
}

.paragraphe1.cta {
    display:flex;
    width:75%;
}

.accueil .sect_1 > .wrap{
    justify-content: center;
}

.accueil .sect_1 .cta .contenu-texte{
    padding-right: 50px;
    padding-left: 15px;
}

.cta .btn-call-conteneur {
    flex-shrink:0;
}

.cta_noir .bouton {
    background-color: black;
    border-color: #FFF;
    color: #FFF;
}

.cta_noir .bouton:hover {
    background-color: #FFF;
    color: black;
}

.cta-accueil .cta{
    padding: 60px 20px;
}

.cta_noir, .cta_theme {
    background: black;
    color: white;
}

.cta_theme, .cta_noir {
    padding: 60px 100px 60px 100px;
}

.accueil .sect_1 .cta_noir{
    width:35%;
    margin-left:10px;
}

.accueil .sect_1 .cta_theme{
    width:35%;
    margin-right:10px;}

.accueil .sect_1 .cta_noir{
    flex-direction: column;
    padding: 50px 30px;
}

.accueil .sect_1 .cta_theme{
    flex-direction: column;
    padding: 50px 30px;
}



.std{
    height: auto;
}

img{
    width:100%;
    height:auto;
}

/*.accueil .std .background{
   /*display: flex;
   margin:auto;
}*/

.std{
    width: 90%;
    height: auto;
    margin : auto;
}

.std{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.std .contenu-texte{
    order: 2;
    flex-grow: 1;
}

.std .contenu-texte .texte{
    width: 100%;
}

.std .contenu-texte{
    order: 1;
    text-align: left;
}

.accueil .std .contenu-texte.with-image {
    margin-right: 9.5%;
    margin-left: 9.5%;
}

.std .contenu-texte + .droite{
    order: 2;
    flex-shrink: 0;
}

.std .contenu-texte + .gauche{
    flex-shrink: 0;
}

.std .gauche {
    height: auto;
    margin-right:20px;
}

.std .gauche.grand, .std .droite.grand {
    width: calc(50% - 10px);
}

.std .gauche.moyen, .std .droite.moyen {
    width: calc(100% / 3 - 10px);
}

.std .gauche.petit, .std .droite.petit {
    width: calc(25% - 10px);
}

.std  .droite{
    height: auto;
    margin-left:20px;
}

.std > .wrap:last-child {
    margin-top: 60px;
}

.pleine_hauteur{
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.non-accueil{
    display:none;
}

.titre-non-accueil{
    margin-top:10vh;
    height:auto;
}
.bg-non-accueil{
    height: 40vh;
    background-position:center center;
    min-height: 400px;
}

.entete-non-accueil{
    overflow: hidden;
    height: 40vh;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 400px;
}

.section .fiche .diaporama-slider{
    width: 49%;
    float: right;
    margin-left: 30px;
}

.wrap > .titre-page{
    visibility:hidden;
}

.fiche{
    max-width: 1250px;
    width: 100%;
    margin: auto;
}

.fiche .diaporama-slider{
    order:2;
    float:right;
}

.fiche .d1-3{
    order:1;
    width: 100%;
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
}

.fiche a{
    order:3;
}


.fiche p{
    width:100%;

}

.fiche h4{
    font-weight: lighter;
    font-size: 16px;
}
.fiche h3{
    font-size:30px;
}
.fiche h2{
    font-size:30px;
}

.liste-categories{
    padding-left:0px;
}

.diapoMobile{
    display:none !important;
    width:100%
}

.btnCategorie {
    /*surligne*/
    -webkit-touch-callout: none;
    -webkit-user-select: none; 
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
    margin-bottom: 50px;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    border: black 1px solid;
    padding: 3px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 900;
    transition: 0.4s all ease;
    text-transform: uppercase;
    cursor: pointer;
}

.zoneCategorie {
    margin-top: -30px;
}

.btnCategorie.catActif:hover{
    background-color: #FFF;
    color: #000;
}

.afficher-plus{
    background-color: black;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    font-size: 24px;
    align-items: center;
    margin-top: 30px;
    border: black 1px solid;
    transition: all 0.4s ease;
    color:white;
}

.afficher-plus:hover{
    background-color: white;
    color: black;
}

#realisations .btnRealisation{
    padding:0;
    position:relative;
}

#realisations .d1-4 .btnRealisation h4{
    font-size:12px;
    font-weight: normal;
}
#realisations .d1-4 .btnRealisation h3{
    font-size:20px;
    line-height: 20px;
}

.zoneCategorie h3{
    display:none;
}

.btnZoneBureau{
    display:none;
}

.arrow{
    display:none;
}

.header-spacer{
    display: inline-block;
    height: 116px;
}

.header-spacer + .contenu > :first-child, .header-spacer + .petite-entete + .contenu > :first-child {
    margin-top: 20px;
}

.retourListe{
    display:none;
}

.sliderRealisationsMobile{
    display:none !important;
}

.sliderRealisations .slick-slide{
    margin:5px;
}

.sliderRealisations .slick-active:last-of-type{
    opacity:0.5;
}

.arrowPrev{
    
}

.arrowNext{
}

.menu_icone{
    display: inline-block;
    width: 100%;
    height: 0px;
	padding-bottom:100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: opacity 0.4s ease;
    margin-bottom: 20px;
}

.menu_map{
    background-image: url("/images/menu_map.svg");
    /*display:none;*/
}
.menu_mail{
    background-image: url("/images/menu_mail.svg");
}
.menu_telephone{
    background-image: url("/images/menu_telephone.svg");
}
.menu_facebook{
    background-image: url("/images/menu_facebook.svg");
}

#realisations .d1-4 .txtRealisation{
    transition:visibility 0s, opacity 0.4s ease;
    width: 100%;
    height: 100px;
    display: flex;
    visibility: hidden;
    opacity: 0;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    color: white;
    bottom: 0;
    padding-left: 10px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
    padding: 0px 9%;
}

#realisations .d1-4:hover .txtRealisation{
    visibility: visible;
    opacity: 1;
}

.slick-arrow{
    all: unset;
    width: 26px;
    height: 40px;
    cursor: pointer;
    background-image: url("/images/next.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.sliderArrow a{
    order:unset;
}

.slick-arrow:first-of-type{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.sliderArrow .liste{
    background-image: url("/images/liste.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

#realisations .btnRealisation:hover, #realisations a:hover{
    
}

.miniSlide{
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-flow: wrap;
    position: absolute;
    bottom: -30px;
}

.miniSlide img{
    z-index:10;
    width:15%;
}

.photos5 .petit.gauche{
    display:flex;
    width:100%;
}
.photos5 .petit.gauche picture{
    margin:5px;
}
.photos5 .petit.gauche picture:last-of-type{
    width:calc(50% - 10px);
}
.photos5 .petit.gauche picture:not(:last-of-type){
    width:calc(25% - 10px);
}

.photos5 .contenu-texte{
    display:none;
}

.paragrapheHaut .paragraphe{
    margin: 60px 0px 60px 0px;
}

.paragrapheHaut .contenu-texte{
    margin: 0;
}

.paragrapheBas .contenu-texte{
    margin:0;
    display: flex;
    margin-top:180px;
    margin-bottom:180px;
}

.paragrapheBas .contenu-texte .titre{
    width: calc(50% - 50px);
    font-size: 60px;
    text-align: right;
    margin-right: 25px;
}

.paragrapheBas .contenu-texte .texte{
    width: calc(50% - 50px);
    margin-left: 25px;
}

.alterne .contenu-texte{
    margin:0;
}
.alterne .wrap .contenu-texte{
    margin-left:25px;
}
.alterne .wrap:first-of-type .contenu-texte{
    margin-right:25px;
    margin-left:0px;
}

.alterne{
    margin-bottom:90px;
}

.grossePhoto{
    margin-bottom:200px;
}

.paragrapheBas .texte{
    font-size:24px;
}

.paragrapheBas .texte p{
    margin-top:0;
}

.imgHolder img{
    transition:all 0.4s ease;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 200%;;
}

.imgHolder{
    position:relative;
    border-bottom-width:0px;
    width: 100%;
    box-sizing: border-box;
    height: 0px;
    overflow: hidden;
    padding-bottom: calc(100% / 610 * 460);
    height: 100%;
}
.imgHolder:hover img{
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
}

#realisations{
    justify-content: unset;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
}

#realisations .d1-4{
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    margin:0!important;
}

#realisations > div, #realisations > section, #realisations > div.vedette ~ div {
    width: 100%;
    grid-area: revert;
}
#realisations > div.vedette {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
    height: 100%;
}

#realisations > div.vedette h4{
    top:300px!important;
}
#realisations > div.vedette h3{
    top:320px!important;
}

#realisations > div.vedette ~ div h4{
    top:100px!important;
}
#realisations > div.vedette ~ div h3{
    top:120px!important;
}

footer{
    background-color:black;
    color:white;
}

.diapoPetit{
    display: flex;
    justify-content: space-around;
    transform: translateY(-50%);
}

.slick-list.draggable{
    width:100%;
}

.diapoPetit .slick-list img {
    width: 10%;
    height: auto;
}
    /* the slides */
.diapoPetit .slick-slide {
    margin: 0 10px;
}
    /* the parent */
.diapoPetit .slick-list {
     margin: 0 -2px;
}

.footerHaut{
    display:flex;
    margin-top:90px;
    margin-bottom:60px;
    justify-content: space-between;
}

.footerBas{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom:130px;
    align-items: center;
}

.footerHautGauche{
    width:40%;
}

.footerHautDroit{
    width:50%;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: column;
    grid-gap: 20px;
}

.footerHautDroit a {justify-self: self-end;align-self: center;}

.footerHautDroit img{
    width: auto;
    flex-grow: 1;
    vertical-align: middle;
    margin-left: 5.9%;
    align-self:center;
}

footer .svgTchin{
    width: 140px;
    margin-left: 10px;
}

footer .facebook {width:30px;height:30px;background-image:url(/images/footer/facebook.svg);background-size:contain;background-position:center center;background-repeat:no-repeat;margin-left:10px;display: inline-block;}
    
footer .droit{
    display:flex;
    align-items: flex-end;
}

footer .tiretFooter {margin:0px 5px;}

.divArchives input:checked + a{color: inherit}
.wrap.background{position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: -1;max-width: none;background-size: cover;background-repeat: no-repeat;background-position: center top;}

.dia .mosaique {display:flex;align-items:center;margin:0px -5px;    flex-direction: row-reverse;}
.dia .mosaique img, .dia .mosaique video {vertical-align:top;} 
.dia .mosaique .mosaique-groupe {display:flex;flex-wrap:wrap;}
.dia .mosaique .mosaique-groupe:last-child {flex-grow:1;flex-shrink:1;}
.dia .mosaique .mosaique-groupe:first-child:not(:last-child) {flex-shrink:0;}
.dia .mosaique.split_1-2 .mosaique-groupe:first-child {width: calc(50% + 7.5px);}
.dia .mosaique .mosaique-groupe .mosaique-images {margin:5px;width: calc(100% - 18px);}
.dia .mosaique.split_1-2 .mosaique-groupe:last-child .mosaique-images {width:calc(50% - 10px);}
.dia .mosaique.split_3-4 .mosaique-groupe:first-child {width: calc(75% + 7.5px);}
.dia .mosaique.split_3-4 .mosaique-groupe:last-child, .dia .mosaique.split_2-3 .mosaique-groupe:last-child {display:flex;flex-direction:column;}
.dia .mosaique.split_2-3 .mosaique-groupe:first-child {width: calc(100% / 3 * 2 + 5px);}
.dia .mosaique.split_1-1 .mosaique-groupe {width:50%;}
.dia .mosaique.auto_split .mosaique-groupe {width:100%;display:flex;flex-wrap:wrap;}
.dia .mosaique.auto_split .mosaique-groupe .mosaique-images {width:calc(100% / 6 - 10px);min-width:calc(100% / 6 - 10px);flex-grow:1;}
.liste-employes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.membre-equipe .infos {
    padding: 25px 40px 25px 60px;
    position:relative;
    font-size:20px;
}

.membre-equipe .infos .nom {font-weight:900;}

.membre-equipe .infos:before {
    content:"";
    display:block;
    position:absolute;
    left:0px;
    top:0px;
    width:20px;
    height:100%;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}

.membre-equipe .infos > :not(:last-child) {
    margin-bottom:10px;
}

.membre-equipe .infos .contact {display:flex;}

.membre-equipe .infos .contact .icone:not(:last-child) {
    margin-right:10px;
}

.autreRealisation{
    margin-bottom:20px;
    margin-top:20vh;
}

.icone {display:inline-block;width:20px;height:16px;background-size:contain;background-repeat:no-repeat;background-position:center center;transition:opacity 0.4s ease;}
.icone:hover {opacity:0.6;}
.icone.courriel {background-image:url(/images/courriel.svg);}
.icone.telephone {background-image:url(/images/telephone.svg);}
.icone.linkedin {background-image:url(/images/linkedin.svg);}
.slider-container {width:100%; position:relative;}
.sliderArrow {
    position: absolute;
    width: calc(100% / 6 - 6px);
    top: 5px;
    bottom: 5px;
    left: calc(100% / 6 * 4 + 6px);
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.opacity1{
    position: absolute;
    width: calc(100% / 6 + 5px);
    top: 5px;
    bottom: 5px;
    right:0px;
    background: linear-gradient(to left, #ffffff9c 0%, #ffffff9c 40%, #ffffff64 70%, transparent 100%);
    pointer-events:none;
}

.opacity2{
    position: absolute;
    width: calc(100% / 6);
    top: 5px;
    bottom: 5px;
    left: 0px;
    background: linear-gradient(to right, #ffffff9c 0%, #ffffff9c 40%, #ffffff64 70%, transparent 100%);
    pointer-events:none;
}

.bureau .titre{
    text-transform: uppercase;
}

/*.bureau .horaire{
    text-transform: uppercase;
}*/

.logo-entete{
    padding: 5px 4.8%;
    max-height: 150px;
    background: transparent;
}

.texte-color1 {
    color: white;
}

.cta-accueil .cta .texte p{
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 7; /* number of lines to show */
   -webkit-box-orient: vertical;
}

nav ul.pages {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    }

.diapoPetit img{
    cursor: pointer;
}

.scroll .navigation .quick-access {
    padding: 0px 12px;
    width:60px;
}

.scroll nav:before {
    left: 60px;
}

.scroll .navigation nav {
    height: calc(100vh - 60px);
}