/********************************** GÉNÉRAL **********************************/

:root {
    --main-blue: #5EECFF;
    --white: white;
    --main-gray: #D3D3D3;
    --black: #090C18;

    --titres-fonts: "Playfair Display", serif;
    --textes-fonts: "Plus Jakarta Sans", sans-serif;

    --textes-weight : 300;

    --titre-principal : 5em;
    --titre-principal-tablette : 4em;
    --titre-principal-mobile : 3em;
    --titres : 2.5em;
    --titres-mobile : 2em;
    --titresMoyens : 2em;
    --titresMoyens-mobile : 1.6em;
    --titresPetits : 1.5em;
    --titresPetits-mobile : 1.2em;
    --subtitles : 1em;
    --subtitles-mobile : 0.9em;

    --bouton: 1em;
    --bouton-mobile:0.9em;
}

html{
    scroll-behavior: smooth;
}

p{
    font-family: var(--textes-fonts);
    font-size: 1em!important;
    line-height: 1.4em!important;
    margin-bottom: 0!important;
    color: rgba(255, 255, 255, 0.5)!important;
}


/*Titres*/

.blue{
    color: var(--main-blue);
}

.titrePrincipal{
    display: block;
    width: 100%;
    z-index: 5;
    max-width: 1400px;
    margin: auto;
    padding: 0 60px;
    position: relative;

}

.titrePrincipal h1{
    color: var(--white);
    font-family: var(--titres-fonts);
    font-size: var(--titre-principal);
    line-height: 0.5em;
    z-index: 2!important;
    max-width: calc(100% - 100px);
}

.titres{
    padding-top: 60px;
}

.titre{
    font-family: var(--titres-fonts);
    color: var(--white);
    font-size: var(--titres);
}

.titreMoyen{
    font-family: var(--titres-fonts);
    color: var(--white);
    font-size: var(--titresMoyens);
    line-height: 1.2em;
}

.soustitre{
    font-family: var(--textes-fonts);
    font-size: var(--subtitles);
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--white);
}
@media screen and (min-width:767px) and (max-width:990px) {
    .titres{
        padding-top: 80px;
    }
    .titrePrincipal{
        padding: 0 40px;
    }
    
    .titrePrincipal h1{
        font-size: var(--titre-principal-tablette);
        line-height: 1em;
    }
}
@media screen and (max-width:767px) {
    .titrePrincipal{
        padding: 0 20px;
    }
    .titrePrincipal h1{
        font-size: var(--titre-principal-mobile);
        line-height: 1em;
        max-width: 100%;
    }
    .titres{
        padding-top: 50px;
    }
    .titre {
        font-size: var(--titres-mobile);
    }
    .titreMoyen{
        font-size: var(--titresMoyens-mobile)!important;
    }
    .soustitre {
        font-size: var(--subtitles-mobile);
         letter-spacing: 5px;
    }
}
.wpcf7-form {
    z-index: 999;
    position: relative;
}

/*Dégradés haut des pages */
.degrade{
    position: relative;
    width: 100%;
    height: auto;
}
.degrade::after{
    content: "";
    background: radial-gradient(70.85% 87.27% at 85.32% 12.73%, #2e445e 10%, rgba(0, 0, 0, 0.177) 70%);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
}


/*Réseaux haut des pages */

.reseaux-container{
    position: fixed;
    top: 0;
    right: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 3;
}
.reseaux-container-mobile{
    display: none;
}
.reseaux{
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: auto;
    position: relative;
    z-index: 4;
    transform: translateY(50vh);
}

.reseaux ul{
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 999;
    transform: translateY( -50%);
    padding: 0;
}

.reseaux ul li{
    list-style: none;
    margin: 15px 0px;
}

.reseaux ul li .fab{
    font-size: 22px;
    line-height: 41px;
    transition: .3s;
    color: white;
}

.reseaux ul li a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: radial-gradient(591.78% 97.33% at 67.29% 29.69%, rgba(211, 211, 211, 0.20) 0%, rgba(217, 217, 217, 0.08) 100%);
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    text-align: center;
    transition: .6s;
}

.reseaux ul li a:hover{
    transform: translate(0, -10%);
}

@media screen and (max-width:990px) {
    .reseaux-container{
        display: none;
    }
    .reseaux-container-mobile{
        display: flex;
        height: 40px;
        margin-top: 20px;
    }
    .reseaux {
        transform: translateY(50%);
    }
    .reseaux ul{
        right: unset;
        top: unset;
        left: 0;
        bottom: 20px;
        display: flex;
        transform: unset;
    }
    .reseaux ul li {
        margin: 0 10px 0 0;
    }
    
}


/********************************** HEADER **********************************/

#header [data-row*=middle] .ct-container {
    max-width: 1280px!important;
    width: calc(100% - 120px);
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 30px;
    transition: 0.3s ease-in-out;
}

header div.ct-container{
    background: radial-gradient(591.78% 97.33% at 67.29% 29.69%, rgba(211, 211, 211, 0.20) 0%, rgba(217, 217, 217, 0.08) 100%);
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    border-radius: 15px;
    margin-top: 30px;
}

a.lienContact{
    background-color:white;
    padding: 8px 24px;
    border-radius: 20px;
    color: black;
    font-family: var(--textes-fonts);
    font-weight: 600;
    font-size: var(--bouton);
    transition: 0.3s;
    width: auto;
    display: inline-block;
    text-decoration: none;
}

a.lienContact:hover{
    color: black;
    background-color: var(--main-blue)!important;
}

.animated-submenu>.sub-menu{
    background: rgb(45, 75, 87)!important;
    border-radius: 0px 0px 15px 15px!important;
    position: relative;
}

.sub-menu li:first-child {
    border-top: 0px !important;
}
.sub-menu li {
    border-top: 1px solid rgba(255, 255, 255, 0.25)!important;
}
.reseauxMenu{
    display: none;
}

/*menu ouvert*/
.ct-panel-inner{
    position: relative;
}
.ct-panel-inner::before{
    content: "";
    background: radial-gradient(70.85% 87.27% at 85.32% 12.73%, #213144 0%, rgba(9, 12, 24, 0.00) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

@media screen and (min-width:767px) and (max-width:990px){
    #header [data-row*=middle] .ct-container {
        width: calc(100% - 80px);
        margin-left: 40px;
        margin-right: 40px;
    }
    .ct-panel {
        z-index: 999999;
    }
}

@media screen and (max-width:767px){
    #header [data-row*=middle] .ct-container {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }

    .ct-panel {
        z-index:50!important;
    }
    .ct-panel-actions {
        display: none!important;
    }
    .reseauxMenu{
        display: block;
        position: absolute;
        bottom: 20px;
        left: 20px;
        margin: 0;
        display:block;
        z-index: 90;
    }

    .reseauxMenu ul{
        display:flex;
        padding: 0;
    }
    .reseauxMenu ul li{
        list-style: none;
        margin: 10px;
    }

    .reseauxMenu ul li .fab{
        font-size: 22px;
        line-height: 40px;
        transition: .3s;
        color: white;
    }

    .reseauxMenu ul li a{
        position: relative;
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: radial-gradient(591.78% 97.33% at 67.29% 29.69%, rgba(211, 211, 211, 0.20) 0%, rgba(217, 217, 217, 0.08) 100%);
        backdrop-filter: blur(17px);
        -webkit-backdrop-filter: blur(17px);
        text-align: center;
        transition: .6s;
    }

    .reseauxMenu ul li a:hover{
        transform: translate(0, -10%);
    }
    .mobile-menu>ul {
        border-top: 0px!important;
    }
    .mobile-menu li {
        padding: 5px 0!important;
    }

}


/********************************** FOOTER **********************************/

footer#footer{
    display: none;
}
[data-vertical-spacing*=bottom] {
    padding-bottom: 0;
}
/*
footer p{
    color: rgba(255, 255, 255, 1)!important;
}
@media screen and (max-width:767px) {
    p{
        font-size: 0.9em!important;
    }
}
footer#footer div{
    z-index: 999;
}

@media screen and (max-width:767px){

    .ct-footer-copyright {
        text-align: left;
    }
}
*/

/* Footer OLWE */

.footerLogo img {
    width: 100px;
    height: auto;
}
.footerDescription {
    padding-right: 10%;
}

.footerGauche {
    width: 48%;
    flex: unset;
}
.footerMilieu {
    display: none;
}
.footerDroite {
    display: flex;
    flex-wrap: wrap;
    width: 52%;
}

.footerReseaux {
    justify-content: start;
}
.footerReseaux li:first-child {
    margin-left: 0px;
}

.footerMenu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.footerMenu ul li:first-child {
    font-family: 'Playfair Display', Sans-Serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.5;
    pointer-events: none;
    margin-bottom: 10px;
}
.footerMenu ul {
    width: 50%;
    text-align: left;
    padding-right: 5%!important;
}
.footerMenu ul li{
    margin-bottom: 5px;
}

@media screen and (max-width:990px){
    .footerGauche {
        width: 100%;
        max-width: 100%;
    }
    .footerDroite {
        width: 100%;
    }
}

@media screen and (max-width:767px){
    .footerMenu ul {
        width: 100%;
    }
    .footerMenu ul:last-child {
        margin-top: 20px;
    }
}

/********************************** ACCUEIL **********************************/

/* Section introduction */

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -3;
    background: linear-gradient(180deg, rgba(9, 12, 24, 0.00) 0%, #090C18 100%);
}
video#welcome {
    width: 100%;
    height: 105vh;
    object-fit: cover;
    position: relative;
    filter: sepia(100%) hue-rotate(140deg) saturate(280%) brightness(0.28);
}
.introduction-cigogne::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(90deg, transparent 40%, #090C18 75%);
}

.introduction-cigogne{
    height: 100vh;
    width: 100%;
    background-color: #1e505758;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.introduction-cigogne:after{
    content: "";
    position: absolute;
    background:linear-gradient(transparent 70%, #090C18 97%);
    top: 0;
    bottom: 0;
    width: 100%;
    height: 106vh;
    margin: auto;
    z-index: 1;
}

.introduction-cigogne .titrePrincipal{
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    z-index: 1;
    position: relative;
}

.leTitre{
    width: 67%;
    align-self: center;
}

.introduction-cigogne .titrePrincipal h1, .introduction-cigogne .titrePrincipal h2{
    max-width: 100%;
    margin: auto;
    text-align: left;
    line-height: normal;
}

.introduction-cigogne h2 {
    z-index: 2!important;
    text-align: left;
    color: var(--main-blue);
    font-family: var(--textes-fonts);
    font-weight: var(--textes-weight);
    font-size: var(--titresPetits);
    max-width: calc(100% - 100px);
}

.leTitre p {
	margin-top: 40px;
	width: 75%;
	font-size: 17px !important;
}

@media screen and (max-width: 1250px) {
	.leTitre p {
		width: 90%;
	}
}

@media screen and (max-width: 767px) {
	.leTitre p {
		width: 100%;
		margin-top: 25px;
		font-size: 16px !important;
	}
	
	#cigogne {
		transform: translateY(50px);
	}
}

@media screen and (max-width: 450px) {
	#cigogne {
		transform: translateY(0px);
	}
}

/*** CIGOGNE NEON ***/

#cigogne{
    width: 33%;
    height: 100%;
    justify-content: end;
    align-self: end;
    display: flex;
}

#cigogne svg{
    max-height: 82vh;
    width: 100%;
    transform: scale(1)translate(3%, 5%);
    /*filter: drop-shadow(0px 0px 0px #5eecff70) drop-shadow(0px 0px 0px #5eecff70) drop-shadow(0px 0px 1px #5eecff70) drop-shadow(0px 0px 0.5px #5eecff70) drop-shadow(0px 0px 2px #5eecff70) drop-shadow(0px 0px 4px #5eecff70);
    */
    filter:drop-shadow(0px 0px 0px #91effb) drop-shadow(0px 0px 0px #91effb) drop-shadow(0px 0px 1px #91effb) drop-shadow(0px 0px 0.5px #91effb) drop-shadow(0px 0px 3px #91effb) drop-shadow(0px 0px 6px #91effb);
    align-self: end;
}

@media screen and (min-width:1700px) {
    #cigogne{
        position: absolute;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 100%;
    }
    
    #cigogne svg{
        height: 75%;
        max-height: unset;
        width: auto;
    }
}

@media screen and (min-width:767px) and (max-width:990px) {
    .leTitre{
        width: 60%;
    }
    #cigogne{
        width: 40%;
    }
}
@media screen and (min-width:450px) and (max-width:767px) {

    .leTitre{
        width: 100%;
        /*margin-top: 25vh;*/
        margin-top: -10vh;
        z-index: 1;
    }
    #cigogne {
        /*width: 100%;
        height: unset;*/
        justify-content: center;
        position: absolute;
        left: 0;
        width: 100%;
    }
    .introduction-cigogne::before{
        background: linear-gradient(180deg, transparent 60%, #090C18 100%);
    }
    #cigogne svg {
        width: 50%;
        max-height: 45vh;
        transform: scale(1.2) translate(0%, 0%);
    }
    .video-container{
        background-image: url("./custom-medias/fond-mobile.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .video-container video{
        display: none;
    }
}

@media screen and (max-width:450px) {
    .leTitre{
        width: 100%;
        /*margin-top: 25vh;*/
        margin-top: -10vh;
        z-index: 1;
    }
    #cigogne {
        /*width: 100%;
        height: unset;*/
        justify-content: center;
        position: absolute;
        left: 0;
        width: 100%;
    }
    .introduction-cigogne::before{
        background: linear-gradient(180deg, transparent 60%, #090C18 100%);
    }
    #cigogne svg {
        /*width: 65%;*/
        width: 50%;
        max-height: 50vh;
        transform: scale(1.2) translate(0%, 0%);
    }
    .video-container{
        background-image: url("./custom-medias/fond-mobile.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .video-container video{
        display: none;
    }
}

/* animation néon */

.neonBasique{
    animation: blinking linear infinite reverse 6s;
}
.neonSafari{
    animation: safari 20s linear infinite  ;
}

#cigogne svg path{
    stroke: white;
    animation: blink linear infinite reverse 6s;
    stroke-width: 2px;
}

@keyframes blink {
    88% {
      stroke: white;
    }
    89%{
        stroke: #333;
    }
    89.5% {
        stroke: white;
    }
    90% {
        stroke: #333;
    }
    91% {
        stroke: white;
    }
    96% {
        stroke: #333;
    }
    97% {
        stroke: white;
    }
}

@keyframes blinking {
    0% {
        filter:drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 2px #5EEBFF) drop-shadow(0px 0px 1px #5EEBFF) drop-shadow(0px 0px 2px #5EEBFF) drop-shadow(0px 0px 4px #5EEBFF);
    }
    40% {
        filter:drop-shadow(0px 0px 0px #29676f) drop-shadow(0px 0px 0px #29676f) drop-shadow(0px 0px 1px #29676f) drop-shadow(0px 0px 1px #29676f) drop-shadow(0px 0px 1px #29676f) drop-shadow(0px 0px 6px #29676f);
    }
    45% {
        filter:drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 1px #5EEBFF) drop-shadow(0px 0px 0.5px #5EEBFF) drop-shadow(0px 0px 2px #5EEBFF) drop-shadow(0px 0px 4px #5EEBFF);
    }
    88% {
        filter:drop-shadow(0px 0px 0px #91effb) drop-shadow(0px 0px 0px #91effb) drop-shadow(0px 0px 1px #91effb) drop-shadow(0px 0px 0.5px #91effb) drop-shadow(0px 0px 1px #91effb) drop-shadow(0px 0px 6px #91effb);
    }
    89%{
        filter: drop-shadow(0px 0px 0px #5eecff00) drop-shadow(0px 0px 0px #5eecff00) drop-shadow(0px 0px 1px #5eecff00) drop-shadow(0px 0px 0.5px #5eecff00) drop-shadow(0px 0px 2px #5eecff00) drop-shadow(0px 0px 4px #5eecff00);
    }
    89.5% {
        filter:drop-shadow(0px 0px 0px #91effb) drop-shadow(0px 0px 0px #91effb) drop-shadow(0px 0px 1px #91effb) drop-shadow(0px 0px 0.5px #91effb) drop-shadow(0px 0px 1px #91effb) drop-shadow(0px 0px 6px #91effb);
    }
    90% {
        filter: drop-shadow(0px 0px 0px #5eecff00) drop-shadow(0px 0px 0px #5eecff00) drop-shadow(0px 0px 1px #5eecff00) drop-shadow(0px 0px 0.5px #5eecff00) drop-shadow(0px 0px 2px #5eecff00) drop-shadow(0px 0px 4px #5eecff00);
    }
    91% {
        filter:drop-shadow(0px 0px 0px #91effb) drop-shadow(0px 0px 0px #91effb) drop-shadow(0px 0px 1px #91effb) drop-shadow(0px 0px 0.5px #91effb) drop-shadow(0px 0px 1px #91effb) drop-shadow(0px 0px 6px #91effb);
    }
    96% {
        filter: drop-shadow(0px 0px 0px #5eecff00) drop-shadow(0px 0px 0px #5eecff00) drop-shadow(0px 0px 1px #5eecff00) drop-shadow(0px 0px 0.5px #5eecff00) drop-shadow(0px 0px 2px #5eecff00) drop-shadow(0px 0px 4px #5eecff00);
    }
    97% {
        filter:drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 2px #5EEBFF) drop-shadow(0px 0px 1px #5EEBFF) drop-shadow(0px 0px 2px #5EEBFF) drop-shadow(0px 0px 4px #5EEBFF);
    }
}

@keyframes safari {
    0% {
        filter:drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 2px #5EEBFF) drop-shadow(0px 0px 1px #5EEBFF) drop-shadow(0px 0px 4px #5EEBFF) drop-shadow(0px 0px 8px #5EEBFF);
    }
    20% {
        filter:drop-shadow(0px 0px 0px #29676f) drop-shadow(0px 0px 0px #29676f) drop-shadow(0px 0px 2px #29676f) drop-shadow(0px 0px 1px #29676f) drop-shadow(0px 0px 4px #29676f) drop-shadow(0px 0px 8px #29676f);
    }
    35% {
        filter:drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 1px #5EEBFF) drop-shadow(0px 0px 0.5px #5EEBFF) drop-shadow(0px 0px 2px #5EEBFF) drop-shadow(0px 0px 6px #5EEBFF);
    }
    70% {
        filter:drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 1px #5EEBFF) drop-shadow(0px 0px 0.5px #5EEBFF) drop-shadow(0px 0px 2px #5EEBFF) drop-shadow(0px 0px 6px #5EEBFF);
    }
    85% {
        filter:drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 2px #5EEBFF) drop-shadow(0px 0px 1px #5EEBFF) drop-shadow(0px 0px 4px #5EEBFF) drop-shadow(0px 0px 8px #5EEBFF);
    }
}

/*
.neonBasique{
    animation: neon-shadow 20s linear infinite  ;
    animation-delay: 2.8s;
}

#cigogne svg path{
    stroke: white;
    animation: allumer 3s linear, gresiller 10s linear infinite;
    animation-delay: 0s, 3s;
    stroke-width: 2px;
}
@keyframes neon-shadow {
    0% {
        filter:drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 2px #5EEBFF) drop-shadow(0px 0px 1px #5EEBFF) drop-shadow(0px 0px 2px #5EEBFF) drop-shadow(0px 0px 4px #5EEBFF);
    }
    20% {
        filter:drop-shadow(0px 0px 0px #29676f) drop-shadow(0px 0px 0px #29676f) drop-shadow(0px 0px 1px #29676f) drop-shadow(0px 0px 1px #29676f) drop-shadow(0px 0px 3px #29676f) drop-shadow(0px 0px 6px #29676f);
    }
    25% {
        filter:drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 1px #5EEBFF) drop-shadow(0px 0px 0.5px #5EEBFF) drop-shadow(0px 0px 2px #5EEBFF) drop-shadow(0px 0px 4px #5EEBFF);
    }
    30% {
        filter:drop-shadow(0px 0px 0px #91effb) drop-shadow(0px 0px 0px #91effb) drop-shadow(0px 0px 1px #91effb) drop-shadow(0px 0px 0.5px #91effb) drop-shadow(0px 0px 3px #91effb) drop-shadow(0px 0px 6px #91effb);
    }
    32% {
        filter:drop-shadow(0px 0px 0px #2e717a) drop-shadow(0px 0px 0px #2e717a) drop-shadow(0px 0px 1px #2e717a) drop-shadow(0px 0px 0.5px #2e717a) drop-shadow(0px 0px 2px #2e717a) drop-shadow(0px 0px 4px #2e717a);
    }
    35% {
        filter:drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 1px #5EEBFF) drop-shadow(0px 0px 0.5px #5EEBFF) drop-shadow(0px 0px 2px #5EEBFF) drop-shadow(0px 0px 4px #5EEBFF);
    }
    50% {
        filter:drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 2px #5EEBFF) drop-shadow(0px 0px 2px #5EEBFF) drop-shadow(0px 0px 3px #5EEBFF) drop-shadow(0px 0px 6px #5EEBFF);
    }
    60% {
        filter:drop-shadow(0px 0px 0px #d8f6fa) drop-shadow(0px 0px 0px #d8f6fa) drop-shadow(0px 0px 2px #d8f6fa) drop-shadow(0px 0px 1px #d8f6fa) drop-shadow(0px 0px 3px #d8f6fa) drop-shadow(0px 0px 6px #d8f6fa);
    }
    70% {
        filter:drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 1px #5EEBFF) drop-shadow(0px 0px 0.5px #5EEBFF) drop-shadow(0px 0px 2px #5EEBFF) drop-shadow(0px 0px 4px #5EEBFF);
    }
    75% {
        filter:drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 2px #5EEBFF) drop-shadow(0px 0px 2px #5EEBFF) drop-shadow(0px 0px 3px #5EEBFF) drop-shadow(0px 0px 6px #5EEBFF);
    }
    80% {
        filter:drop-shadow(0px 0px 0px #388f9b) drop-shadow(0px 0px 0px #388f9b) drop-shadow(0px 0px 1px #388f9b) drop-shadow(0px 0px 0.5px #388f9b) drop-shadow(0px 0px 2px #388f9b) drop-shadow(0px 0px 4px #388f9b);
    }
    85% {
        filter:drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 2px #5EEBFF) drop-shadow(0px 0px 1px #5EEBFF) drop-shadow(0px 0px 3px #5EEBFF) drop-shadow(0px 0px 6px #5EEBFF);
    }
}

@keyframes allumer {
	0%, 62.999%, 64%, 74.999%, 76%, 100% {
        opacity: 0.99;
        stroke: rgba(255, 255, 255, 0.579);
	}
	63%, 63.999%, 75%, 65.999% {
		opacity: 0.4;
        stroke: rgba(255, 255, 255, 0.104);
	}
}

@keyframes gresiller {
	0%, 49.999%, 52%, 53.999%, 54.5%, 62.999%, 64%, 65%, 100% {
    opacity: 0.99;
    stroke: rgba(255, 255, 255, 0.579);
	}
	50%, 50.999%, 54%,  63.999%{
		opacity: 0.4;
        stroke: rgba(255, 255, 255, 0.104);
	}
}
*/


/* Section Visions */
.fondVisions{
    width: 100%;
    display: flex;
    position: relative;
    background-image: url("./custom-medias/visions-min.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.visions{
    max-width: 1400px;
    width: 100%;
    padding: 10% 60px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.vision{
    /*width: 48%;*/
    width: 50%;
    height: fit-content;
    padding: 30px 40px;
    color: var(--white);
    border-radius: 15px;
    border-radius: 15px;
    background: radial-gradient(591.78% 97.33% at 67.29% 29.69%, rgba(211, 211, 211, 0.20) 0%, rgba(217, 217, 217, 0.08) 100%);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
}

.vision:nth-child(1){
    /*align-self: start;*/
    margin: 0 auto 0 35%;
}
.vision:nth-child(2){
   /* align-self: end;*/
    margin: 3% auto 0 50%;
}

@media screen and (min-width:990px) and (max-width:1200px) {
    .vision{
        width: 60%;
    }
    .vision:nth-child(1){
        margin: 0 auto 0 15%;
    }
    .vision:nth-child(2){
        margin: 3% auto 0 40%;
    }
}
@media screen and (min-width:767px) and (max-width:990px) {
    .visions {
        padding: 10% 40px;
    }
    .vision{
        width: 70%;
    }
    .vision:nth-child(1){
        margin: 0 30% 0 0%;
    }
    .vision:nth-child(2){
        margin: 3% 0% 0 30%;
    }
}

@media screen and (max-width:767px) {

    .visions {
        padding: 15% 20px;
    }
    .vision{
        width: 100%;
        padding: 30px 20px;
    }
    .vision:nth-child(1){
        margin: 0 ;
    }
    .vision:nth-child(2){
        margin: 30px 0% 0 0%;
    }
}

/* Section Valeurs */

.fondValeurs{
    width: 100%;
    display: block;
    background-image: url("./custom-medias/fond-bleu.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.valeurs{
    position: relative;
    max-width: 1400px;
    width: 100%;
    padding: 0 60px;
    margin: auto;

}

.lesValeurs{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    justify-content: space-between;
    padding: 30px 0px 60px 0px;
}

.valeur{
    display: flex;
    background: radial-gradient(591.78% 97.33% at 67.29% 29.69%, #3B4F59 0%, #273D49 100%), radial-gradient(591.78% 97.33% at 67.29% 29.69%, rgba(211, 211, 211, 0.20) 0%, rgba(217, 217, 217, 0.08) 100%);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);

    border-radius: 15px;
}

.detailValeur {
    width: 70%;
    position: relative;
    margin: auto auto auto 6%;
}

.detailValeur::after {
    position: absolute;
    content: "";
    width: 1px;
    background-color: rgba(128, 128, 128, 0.25);
    height: 90%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -6% ;
}

.valeur img{
    width: 16%;
    margin: auto 5%;
    object-fit: contain;
}

.valeur:nth-child(odd){
    width: 48%;
    margin: 1% 2% 2% 0vw;
    padding: 2vw;
}

.valeur:nth-child(even){
    width: 48%;
    margin: 1% 0vw 2% 2%;
    padding: 2vw;
}

@media screen and (min-width:767px) and (max-width:990px) {
    .valeurs{
        padding: 0 40px;
    }

    .valeur img {
        width: 14%;
        margin: auto 4%;
    }
    .detailValeur {
        width: 73%;
        margin-left: 4%;
    }
    
}

@media screen and (max-width:767px) {

    .valeurs{
        padding: 0 20px;
        position: relative;
    }
    .lesValeurs {
        padding: 20px 0px;
    }
    .valeur:nth-child(even), .valeur:nth-child(odd) {
        width: 100%;
        margin: 5% 0%;
        padding: 20px;
    }
    .valeur{
        display: block;
        position: relative;
    }
    .detailValeur {
        width: 100%;
        position: relative;
        margin: auto;
    }
    .detailValeur .titreMoyen{
        margin: 20px auto auto 80px;
    }
    .detailValeur p{
        margin-top: 30px;
    }
    .detailValeur::after{
        width: 0;
    }
    .valeur img{
        width: 50px;
        height: 50px;
        position: absolute;
        left: 10px;
        top: 30px;
    }
}


/* Section Avantages*/

.fondAvantages{
    width: 100%;
    background-color: var(--black);
    margin-top: 25px;
}

.avantages{
    position: relative;
    max-width: 1400px;
    width: 100%;
    padding: 0px 60px;
    margin: auto;
    z-index: 1;

}

.lesAvantages{
    position: relative;
    width: 100%;
    margin: auto;
    padding-top: 50px;
    display: flex;
}

.scrollAvantages{
    width: 800px;
    height: fit-content;
    display: flex;
    align-self: center;
}
.listeAvantages{
    width: 800px;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.avantage{
    width: 175px;
    height: 175px;
    margin: 20px 25px 20px 0%;
    border-radius: 15px;
    display: flex;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;
}
.avantage img{
    transition:0.3s;
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
    filter: sepia(100%) hue-rotate(142deg) saturate(260%) brightness(0.8);
 }
 
.avantage:hover img{
   transform: scale(1.1);
}

.avantage-filtre{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(50% 50.00% at 50% 50.00%,  #090C1810 0%,  #090c1860 100%);
    z-index: 1;
    transition: 0.3s;
}
.avantage:hover .avantage-filtre{
    opacity: 0;
}
.avantage:hover img{
    filter: sepia(100%) hue-rotate(142deg) saturate(260%) brightness(0.9);
}

.avantage:after{
    z-index: 2;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: auto 30%;
    background-repeat: no-repeat;
}

/* backgrounds et icones dans accueil.php */

.arrow{
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    background-image: url("./custom-medias/arrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 30;
}

.avantageOuvert{
    display: flex;
}

.avantageFerme{
    display: none;
}

.theAvantage {
    width: calc(97% - 800px);
    min-height: 40vh;
    margin: auto 0 auto 3%;
    padding: 50px; 
    align-items: center;
    background: radial-gradient(591.78% 97.33% at 67.29% 29.69%, rgba(211, 211, 211, 0.20) 0%, rgba(217, 217, 217, 0.08) 100%);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);

    border-radius: 15px;
    position: relative;
}

.theAvantage .titreMoyen, .theAvantage p{
    width: 100%;
    margin: 0;
    position: relative;
    height: fit-content;
}

.theAvantage .titreMoyen{
    margin: 0 0 60px 0;

}
.theAvantage .titreMoyen:after{
    position: absolute;
    content: "";
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    width: 40%;
    margin: 0;
    bottom: -30px;
    left: 0% ;
}

.avantDyn {
    width: 100%;
    height: 80%;
    margin: auto;
    display: none;
    flex-wrap: wrap;
    position:relative;
}

#avantDyn1{
    display: flex;
}

@media screen and (min-width:990px) and (max-width:1170px) {
    

    .scrollAvantages{
        width: 600px;
        height: fit-content;
        display: flex;
        align-self: center;
    }
    .listeAvantages{
        width: 600px;
        height: fit-content;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .avantage{
        width: 125px;
        height: 125px;
        margin: 20px 25px 20px 0%;
        border-radius: 15px;
        display: flex;
        position: relative;
        cursor: pointer;
        transition: 0.3s;
        overflow: hidden;
    }

    .theAvantage {
        width: calc(97% - 600px);
    }
}
@media screen and (min-width:767px) and (max-width:990px) {
    .lesAvantages {
        display: block;
    }
    .avantages{
        padding: 0 40px;
        min-height: 0vh;
    }
    .fondAvantages{
        min-height: 20vh;
    }
    .avantage{
        width: 20vh;
    }
    .avantage img{
        width: 100%!important;
    }
    .listeAvantages {
        width: fit-content;
        height: 26vh;
        flex-wrap: nowrap;
    }
    .scrollAvantages {
        width: 110%;
        overflow-x: scroll;
    }
    .scrollAvantages::-webkit-scrollbar {
        width: 1em;
    } 

    .scrollAvantages::-webkit-scrollbar-thumb {
        background-color: #666;
        outline: 0px;
    }
      
    .theAvantage {
        width: 100%;
        min-height: fit-content;
        height: fit-content;
        margin: 0%;
        padding: 30px;
    }
    .theAvantage .titreMoyen{
        margin-bottom: 36px;
    }

    .theAvantage .titreMoyen:after {
        bottom: -18px;
    }
}

@media screen and (min-width:500px) and (max-width:767px) {
    .avantage{
        width: 25vw;
        height: 25vw;
    }
}
@media screen and (max-width:767px) {
    .lesAvantages {
        display: block;
        padding: 0px;
    }
    .avantages{
        padding: 0 20px;
        min-height: 0vh;
    }
    .fondAvantages{
        min-height: 20vh;
    }

    .avantage img{
        width: 100%!important;
    }
    .listeAvantages {
        width: fit-content;
        height: fit-content;
        flex-wrap: nowrap;
    }
    .scrollAvantages {
        width: 110%;
        overflow-x: scroll;
    }
    .scrollAvantages::-webkit-scrollbar {
        width: 1em;
    } 

    .scrollAvantages::-webkit-scrollbar-thumb {
        background-color: #666;
        outline: 0px;
    }

    .theAvantage {
        width: 100%;
        min-height: fit-content;
        height: fit-content;
        margin: 0%;
        padding: 30px;
    }
    .theAvantage .titreMoyen{
        margin-bottom: 36px;
    }

    .theAvantage .titreMoyen:after {
        bottom: -18px;
    }

}
@media screen and (max-width:500px) {
    .avantage{
        width: 35vw;
        height: 35vw;
    }
}

/* Section Zones intervention*/

.zonesIntervention .titres{
    margin-top: 5%;
    position: relative;
    max-width: 1400px;
    width: 100%;
    padding-left:60px;
    padding-right: 60px;
    margin: auto;
}

.zonesIntervention .titres .titre span {
	position: relative;
	z-index: 5;
}

.zones{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 1400px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    margin: 30px auto 0 auto;
}
.imageZones{
    width: 50%;
    position: relative;
    display: flex;
}

.carte {
    position: relative;
    width: 100%;
    max-width: 600px;
    transform: translateX(-30%);
    margin: auto;
}

.carte::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(45deg, #090C18, transparent);
}
.carte svg{
    height: auto;
    width: 95%;
}

.carte .point{
    width: 4px;
    height: 4px;
    background-color: white;
    border-radius: 2px;
    transform: translate(-50%, -50%);
    position: absolute;
    filter:drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 2px #5EEBFF) drop-shadow(0px 0px 1px #5EEBFF) drop-shadow(0px 0px 4px #5EEBFF) drop-shadow(0px 0px 8px #5EEBFF);
    animation: clignoter 12s ease-in-out infinite;
}

@keyframes clignoter {
    0% {
        filter:drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 2px #5EEBFF) drop-shadow(0px 0px 1px #5EEBFF) drop-shadow(0px 0px 4px #5EEBFF) drop-shadow(0px 0px 8px #5EEBFF);
    }
    20% {
        filter:drop-shadow(0px 0px 0px #29676f) drop-shadow(0px 0px 0px #29676f) drop-shadow(0px 0px 2px #29676f) drop-shadow(0px 0px 1px #29676f) drop-shadow(0px 0px 4px #29676f) drop-shadow(0px 0px 8px #29676f);
    }
    25% {
        filter:drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 1px #5EEBFF) drop-shadow(0px 0px 0.5px #5EEBFF) drop-shadow(0px 0px 2px #5EEBFF) drop-shadow(0px 0px 6px #5EEBFF);
    }
    30% {
        filter:drop-shadow(0px 0px 0px #91effb) drop-shadow(0px 0px 0px #91effb) drop-shadow(0px 0px 3px #91effb) drop-shadow(0px 0px 2px #91effb) drop-shadow(0px 0px 3px #91effb) drop-shadow(0px 0px 12px #91effb);
    }
    32% {
        filter:drop-shadow(0px 0px 0px #2e717a) drop-shadow(0px 0px 0px #2e717a) drop-shadow(0px 0px 1px #2e717a) drop-shadow(0px 0px 0.5px #2e717a) drop-shadow(0px 0px 2px #2e717a) drop-shadow(0px 0px 6px #2e717a);
    }
    35% {
        filter:drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 1px #5EEBFF) drop-shadow(0px 0px 0.5px #5EEBFF) drop-shadow(0px 0px 2px #5EEBFF) drop-shadow(0px 0px 6px #5EEBFF);
    }
    50% {
        filter:drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 6px #5EEBFF) drop-shadow(0px 0px 3px #5EEBFF) drop-shadow(0px 0px 6px #5EEBFF) drop-shadow(0px 0px 18px #5EEBFF);
    }
    60% {
        filter:drop-shadow(0px 0px 0px #d8f6fa) drop-shadow(0px 0px 0px #d8f6fa) drop-shadow(0px 0px 2px #d8f6fa) drop-shadow(0px 0px 1px #d8f6fa) drop-shadow(0px 0px 4px #d8f6fa) drop-shadow(0px 0px 8px #d8f6fa);
    }
    70% {
        filter:drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 1px #5EEBFF) drop-shadow(0px 0px 0.5px #5EEBFF) drop-shadow(0px 0px 2px #5EEBFF) drop-shadow(0px 0px 6px #5EEBFF);
    }
    75% {
        filter:drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 6px #5EEBFF) drop-shadow(0px 0px 3px #5EEBFF) drop-shadow(0px 0px 6px #5EEBFF) drop-shadow(0px 0px 18px #5EEBFF);
    }
    80% {
        filter:drop-shadow(0px 0px 0px #388f9b) drop-shadow(0px 0px 0px #388f9b) drop-shadow(0px 0px 1px #388f9b) drop-shadow(0px 0px 0.5px #388f9b) drop-shadow(0px 0px 2px #388f9b) drop-shadow(0px 0px 6px #388f9b);
    }
    85% {
        filter:drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 0px #5EEBFF) drop-shadow(0px 0px 2px #5EEBFF) drop-shadow(0px 0px 1px #5EEBFF) drop-shadow(0px 0px 4px #5EEBFF) drop-shadow(0px 0px 8px #5EEBFF);
    }
}
#belfort{
    top: 41%;
    right: 15%;
    animation-delay: 0.7s;
}
#strasbourg{
    top: 30%;
    right: 9%;
    animation-delay: 1.1s;
}
#nancy{
    top: 28%;
    right: 21%;
    animation-delay: 0.1s;
}
#metz{
    top: 23%;
    right: 21%;
}
#mulhouse{
    top: 41%;
    right: 11%;
    animation-delay: 0.3s;
}
#colmar{
    top: 36%;
    right: 11%;
    animation-delay: 0.5s;
}
#besancon{
    top: 44%;
    right: 22%;
    animation-delay: 0.9s;
}

.descriptionZones{
    width: 50%;
    padding-right: 10%;
    align-self: center;
}


.descriptionZones ul{
    margin-top: 20px;
    list-style: none;
    padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.descriptionZones ul li{
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
} 

.descriptionZones ul li:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    bottom: 0;
    height: 65%;
    width: 30px;
    background-image: url("./custom-medias/maps.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
} 

.descriptionZones ul li:last-child {
    margin-bottom: 10px!important;
}

@media screen and (min-width:767px) and (max-width:990px){
    .zonesIntervention .titres {
        padding-left: 40px;
        padding-right: 40px;
    }
    .zones{
        padding-left: 40px;
        padding-right: 40px;
        margin: 20px auto 0 auto;
    }
    
    .descriptionZones {
        padding-right: 0%;
        width: 50%;
    }

    .descriptionZones ul li{
        width: 50%;
    } 
}

@media screen and (max-width: 991px) {
	.descriptionZones ul {
		grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width:767px) {
	
	#belfort{
		right: 19%;
	}
	#strasbourg{
		right: 11%;
	}
	#nancy{
		right: 24%;
	}
	#metz{
		right: 23%;
	}
	#mulhouse{
		right: 14%;
	}
	#colmar{
		right: 14%;
	}
	#besancon{
		right: 24%;
	}
	
    .zonesIntervention .titres {
        padding-left: 20px;
        padding-right: 20px;
    }
    .zones{
        margin: 20px auto 0 auto;
		padding: 0;
    }
    .carte {
        width: 100%;
        transform: translateX(-30%) scale(1.3);
		padding-left: 20px;
        padding-right: 20px;
    }
    .descriptionZones {
        width: 100%;
        margin: -45% auto 0 auto;
		padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
        background: linear-gradient(0deg, #090C18 88%, transparent 100%);
        z-index: 2;
    }

    .imageZones{
        width: 100%;
    }
    
}

@media screen and (max-width:470px) {
	.carte .point {
		transform: translate(-50%, -50%) translatex(-5px);
	}
}

/* Section Annonces*/
.fondRejoindre{
    width: 100%;
    display: flex;
    background-image: url("./custom-medias/chemin.svg");
    background-position: top center;
    background-size: 150% auto;
    background-repeat: no-repeat;
    margin: 25px auto 20px auto;
    z-index: 2;
    position: relative;
}

.nousrejoindre{
    max-width: 1400px;
    width: 100%;
    padding: 0 60px 60px 60px;
    margin: auto;
    position: relative;
}

.nousrejoindre .titres + p {
	margin: 20px 0 !important;
	width: 75%;
}

.annonces{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.annonce{
    width: 40%;
    height: auto!important;
    padding: 50px 40px;
    background: radial-gradient(164.14% 97.33% at 67.29% 29.69%, rgba(211, 211, 211, 0.20) 0%, rgba(217, 217, 217, 0.08) 100%);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    color: var(--white);
    border-radius: 15px;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    transition: 0.5s ease-in-out;
}

.hiddeAnnonces{
    display: none;
    transition: 0.3s ease-in-out;
}

a#loadAnnonces {
    margin-top: 20px;
}
.loadAnnonce {
    text-align: center;
}
.titreAnnonce{
    font-family: var(--textes-fonts);
    font-size: var(--titresPetits);
    color: var(--white);
    line-height: 1em;
}

.detailAnnonce{
    width: 100%;
    display: flex;
    margin-bottom: 6%;
}

.lieu{
    margin-left: 30px;
    position: relative;
    font-family: var(--textes-fonts);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    line-height: initial;
}

.lieu::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -30px;
    width: 20px;
    height: 20px;
    background-image: url("./custom-medias/icone-lieu.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.contrat{
    margin-left: 100px;
    position: relative;
    font-family: var(--textes-fonts);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
}

.contrat::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -30px;
    width: 20px;
    height: 20px;
    background-image: url("./custom-medias/icone-contrat.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;

}

a.lienArticle{
    color: black;
    background-color: white;
    padding: 8px 24px;
    border-radius: 20px;
    font-family: var(--textes-fonts);
    font-weight: 600;
    font-size: var(--bouton);
    transition: 0.3s;
    width: auto;
    display: inline-block
}

a.lienArticle:hover{
    color: black;
    background-color: var(--main-blue);
    transform: scale(1.1)!important;
    font-weight: 600;
}

a#loadAnnonces{
	border-radius: 15px!important;
}

@media screen and (min-width:767px) and (max-width:990px) {
    .nousrejoindre {
        padding: 0 40px;
    }
    .contrat {
        margin-left: 65px;
    }

}

@media screen and (max-width:767px) {
    .fondRejoindre{
        background-size:0% ;
    }
    .nousrejoindre {
        padding: 0 20px;
    }
	
	.nousrejoindre .titres + p {
		width: 100%;
		margin: 20px 0;
	}

    .annonce {
        width: 100%;
        margin: 15px 0%;
        padding: 30px 25px;
    }

    .titreAnnonce{
        font-size: var(--titresPetits-mobile);
        line-height: 1em;
    }
    a.lienArticle{
        padding: 6px 21px;
        font-size: var(--bouton-mobile);
    }
}

/* Section Contact */

.fondContact{
    width: 100%;
    margin: auto;
    display: flex;
    background-image: url("./custom-medias/fondContact-min.jpg");
    background-position: center;
    background-size:cover ;
    background-repeat: no-repeat;
}

.contactForm{
    max-width: 1400px;
    width: 100%;
    padding: 0 60px;
    margin: auto;
}

.formulaire .titres {
    padding-top: 0px;
}

.formulaire{
    width: 50%;
    background-color: black;
    border-radius: 15px;
    margin: 80px 0% 80px 50%;
    padding:30px 50px 15px 50px ;
}
.wpcf7-form {
    z-index: unset;
}
.contactStork {
    padding-top: 20px;
}

.ligneContact {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.ligneContact p{
    width: 100%;
    margin-bottom: 20px;
}
.ligneContact:first-child label {
    width: 95%;
}

.ligneContact:first-child p:last-child label{
    margin-left: 5%;
}

input, textarea, select {
    border-radius: 10px!important;
    margin-bottom: 15px!important;
}
textarea {
    height: 90px!important;
    line-height: normal!important;
}
input.wpcf7-submit{
    margin-top: 30px;
    background-color: white;
    padding: 8px 24px;
    border-radius: 20px!important;
    color: #000000;
    font-family: var(--textes-fonts);
    font-weight: 400;
    font-size: var(--bouton);
    transition: 0.3s;
}

input.wpcf7-submit:hover{
    color: black;
    background-color:var(--main-blue);
    font-weight: 600;
    transform: scale(1.1);
}

span.captcha-image {
    width: 100%;
    border-radius: 15px;
    margin-top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.captcha-image .cf7ic_instructions span {
    color: var(--main-blue)!important;
}

@media screen and (min-width:767px) and (max-width:990px) {
    .contactForm {
        padding: 0 40px;
    }

    .formulaire {
        width: 100%;
        margin: 5% 0% 5% 0%;
    }

}

@media screen and (max-width:767px) {
    .contactForm {
        padding: 0 20px;
    }
    .formulaire {
        width: 100%;
        margin: 25px 0% 25px 0%;
        padding: 25px;
    }
    .formulaire .titres {
        padding-top: 15px;
    }
    .ligneContact {
        display: block;
    }
    .ligneContact:first-child label {
        width: 100%;
    }
    .ligneContact:first-child p:last-child label {
        margin-left: 0%;
    }

    input.wpcf7-submit{
        font-size: var(--bouton-mobile);
        font-weight: 600;
    }
}


/********************************** PAGES EXPERTISES **********************************/

/* Section banner expertise */

.bannerExpertise{
    height: 85vh;
}

.bannerExpertise .titrePrincipal{
    display: flex;
    height:100%;
}

.bannerExpertise .titrePrincipal h1{
   margin: auto 0;
   line-height: normal;
   font-size: 4.5em;
}

.illustrationExpertise {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: flex;
    background-size: 0!important;
}

.illustrationExpertise img{
    height: 80%;
    width:auto;
    max-width: 90%;
    object-fit: contain;
    z-index: 0;
    border-radius: 0px 15px 15px 0px;
    align-self: end;
}

.mobile-gradient{
    content: unset;
}

.degrade-expert{
    position: relative;
    width: 100%;
    height: auto;
}
.degrade-expert::after{
    content: "";
    background: radial-gradient(70.85% 87.27% at 85.32% 12.73%, #213144 0%, #090c1881 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

@media screen and (min-width:767px)and (max-width:990px)  {
    .illustrationExpertise {
        background-size: 0!important;
    }
    
    .bannerExpertise {
        height: 60vh;
    }

    .illustrationExpertise img {
        height: 75%;
        align-self: end;
    }
    .bannerExpertise .titrePrincipal h1{
        font-size: var(--titre-principal-tablette);
    }
}

@media screen and (max-width:767px) {
    .illustrationExpertise {
        background-size: cover!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
    }

    .bannerExpertise {
        height: 50vh;
    }

    .bannerExpertise .titrePrincipal h1{
        font-size: var(--titre-principal-mobile);
    }
    .illustrationExpertise img {
        display: none;
    }

    .mobile-gradient{
        height: 50vh;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 1;
        right: 0;
        display: flex;
    }
    
}

/* Section Expertises */

.fondExpertises{
    width: 100%;
    display: flex;
    z-index: 5;
    position: relative;
}

.expertises{
    max-width: 1400px;
    width: 100%;
    padding: 0 60px;
    margin: -10% auto 7% auto;
}

.expertise{
    width: 50%;
    height: fit-content;
    padding: 30px 40px;
    color: var(--white);
    border-radius: 15px;
    border-radius: 15px;
    background: radial-gradient(591.78% 97.33% at 67.29% 29.69%, rgba(211, 211, 211, 0.20) 0%, rgba(217, 217, 217, 0.08) 100%);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
}

.expertise:nth-child(1){
    margin: 0 0% 0 50%;
}

.expertise:nth-child(2){
    margin: 4% 30% 0 20%;
}

@media screen and (min-width:990px) and (max-width:1200px) {
    .expertise{
        padding: 20px 40px ;
        width: 60%;
    }
    .expertise:nth-child(2) {
        margin: 40px 40% 0 0%;
    }
    .expertise:nth-child(1) {
        margin: 0px 0% 0 40%;
		
}
}	
@media screen and (min-width:767px) and (max-width:990px) {

    .expertises{
        padding: 0% 40px ;
    }
    .expertise{
        padding: 20px 40px ;
        width: 70%;
    }
    .expertise:nth-child(2) {
        margin: 40px 30% 0 0%;
    }
    .expertise:nth-child(1) {
        margin: 0px 0% 0 30%
    }
}
@media screen and (max-width:767px) {

    .expertises{
        padding: 0% 20px ;
    }
    .expertise{
        padding: 20px 20px ;
        width: 100%;
    }
    .expertise:nth-child(2) {
        margin: 30px 0%;
    }
    .expertise:nth-child(1) {
        margin: 0px ;
    }
}


/* Section rejoindre */
.rejoindre-expertises .titres{
    padding-top: 0!important;
}

.rejoindre-expertises {
    margin: 0px auto ;
}


/********************************** MENTIONS **********************************/

#post-209 #mentions{
    max-width: 1400px;
    margin: auto;
    padding: 0px 60px 20px 60px;
}

@media screen and (min-width:767px) and (max-width:990px) {
    #post-209 #mentions {
        padding: 0px 40px 50px 40px;
    }
}

@media screen and (max-width:767px){
    #post-209 #mentions {
        padding: 0px 20px 50px 20px;
    }
}

/********************************** RGPD **********************************/

[data-content=normal]>article {
    --block-max-width: 100%!important; 
}
[data-vertical-spacing*=bottom] {
    padding-bottom: 0!important;
}
#post-222 h1{
    max-width: 1400px;
    margin: auto;
    padding: 100px 60px 20px 60px;
}

div#cmplz-document {
    max-width: 1400px;
    padding: 0px 60px 50px 60px;
    margin: auto;
}

article>.entry-content>*{
    width: 100%!important;
}

#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose, #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose {
    color: black;
}
#cmplz-cookies-overview .cmplz-dropdown h4, #cmplz-document .cmplz-dropdown h4, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4 {
    color: black;
}
#cmplz-cookies-overview .cmplz-dropdown h5, #cmplz-document .cmplz-dropdown h5, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h5 {
    color: var(--main-blue);
}

@media screen and (min-width:767px) and (max-width:990px) {
    div#cmplz-document {
        padding: 0px 40px 50px 40px;
    }
    #post-222 h1{
        padding: 100px 40px 20px 40px;
    }
}

@media screen and (max-width:767px){
    div#cmplz-document {
        padding: 0px 20px 50px 20px;
    }
    #post-222 h1{
        padding: 60px 20px 20px 20px;
    }
}

/*** Formulaires */
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: white!important;
}
.wpcf7 form.sent .wpcf7-response-output{
    color: white!important;
}