﻿@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600&display=swap");@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600&display=swap");html{margin:0 !important;padding:0;box-sizing:border-box}*{margin:0;padding:0;box-sizing:border-box}ol,ul{list-style:none}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;object-fit:cover}body{font-family:"Nunito", sans-serif;font-size:16px;line-height:1.5;background-color:#ddeaf8;overflow-x:hidden;width:100dvw;color:#1c4e89}h1,h2,h4,h5,h6{font-family:"Cormorant Garamond", sans-serif;font-weight:600}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h3{font-family:"Nunito", sans-serif;font-weight:900}button,input{font-family:"Nunito", sans-serif;cursor:pointer;border:none;outline:none}body{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}main{padding-top:4rem;flex:1;display:flex;flex-direction:column;gap:2rem;max-width:1600px;box-sizing:border-box;padding:2rem 20px 0;background-color:#f5f5f5}@media (min-width:768px){main{padding:0;gap:4rem}}.hidden{display:none}.events__section{display:flex;flex-direction:column;gap:2rem;padding:2rem}.header__events{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.events__cards{display:grid;gap:3rem}@media (min-width:768px){.events__cards{grid-template-columns:repeat(2, 1fr)}}@media (min-width:1024px){.events__cards{grid-template-columns:repeat(3, 1fr)}}.event{background-color:#ddeaf8;box-shadow:rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;transition:all 0.3s;cursor:pointer}.event:hover{box-shadow:rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px}.event__title{display:flex;align-items:center;justify-content:center;padding:1rem;height:120px}.event__title h3{text-align:center}.event__image{width:100%;height:280px}.event__image img{width:100%;height:100%}.event__time{background-color:#1c4e89;color:#fff;font-weight:900;font-size:1.25rem;text-align:center;padding:0.5rem}.event__infos{display:flex;flex-direction:column;gap:1rem;padding:1rem}.event__infos .event_address{color:#3b3b3b}.event__infos .event_end-info{display:flex;justify-content:space-between}.event__infos .event_cost{font-weight:800}.event__infos .event_en-savoir-plus:hover{text-decoration:underline;cursor:pointer}.event__modal-content{width:90%;height:75%;margin:auto;background-color:#ddeaf8;color:#000;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;position:relative}@media (min-width:1024px){.event__modal-content{width:75%}}.event__modal-btn-close{color:#fff;background-color:#E32B2B;padding:0.5rem 1rem;font-family:"Nunito", sans-serif;text-transform:uppercase;border-radius:20px;font-weight:800;border:none;transition:all 0.3s;box-shadow:transparent 1.95px 1.95px 2.6px;position:absolute;top:1rem;right:1rem}.event__modal-btn-close:hover,.event__modal-btn-close:focus{background-color:#B50000;box-shadow:rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px}.event__modal-cards{display:grid;align-items:center;justify-items:center}@media (min-width:1024px){.event__modal-cards{grid-template-columns:repeat(3, 1fr)}}.event__modal-infos{background-color:#f5f5f5;display:flex;flex-direction:column;gap:1rem;padding:2rem;width:fit-content;height:fit-content;grid-column:1 / 2;border:1px dashed #1c4e89;overflow-y:scroll}@media (min-width:1024px){.event__modal-infos{overflow-y:auto;max-height:80%}}.event__modal-infos-major{display:flex;flex-direction:column;gap:1rem;padding:1rem}@media (min-width:1024px){.event__modal-infos-major{flex-direction:row;justify-content:space-around;padding:2rem}}.event__modal-infos-major div{display:flex;gap:0.5rem}.event__modal-description{background-color:#f5f5f5;display:flex;flex-direction:column;gap:1rem;padding:2rem;width:fit-content;height:fit-content;grid-column:2 / 4;border:1px dashed #1c4e89}.event__modal-btn-fb{color:#fff;background-color:#E32B2B;padding:0.5rem 1rem;font-family:"Nunito", sans-serif;text-transform:uppercase;border-radius:20px;font-weight:800;border:none;transition:all 0.3s;box-shadow:transparent 1.95px 1.95px 2.6px;position:absolute;bottom:2rem}.event__modal-btn-fb:hover,.event__modal-btn-fb:focus{background-color:#B50000;box-shadow:rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px}.events__btn{width:100%;display:flex;justify-content:center}.events__btn .btn-view-all{color:#fff;background-color:#E32B2B;padding:0.5rem 1rem;font-family:"Nunito", sans-serif;text-transform:uppercase;border-radius:20px;font-weight:800;border:none;transition:all 0.3s;box-shadow:transparent 1.95px 1.95px 2.6px}.events__btn .btn-view-all:hover,.events__btn .btn-view-all:focus{background-color:#B50000;box-shadow:rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px}.no-events{text-align:center;color:#E32B2B}.bloc_text_image{display:flex}header{margin-top:0 !important;width:100%;max-width:1600px;color:#1c4e89;background-color:#f5f5f5}header .header-wrapper{margin-top:150px;display:flex;flex-direction:column;position:relative;z-index:2;width:100%}header .header-wrapper :first-of-type,header .header-wrapper h1{place-self:center}header .header-wrapper .img-logo-header{max-width:200px}header nav{margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:1600px;position:fixed;width:100%;top:0;z-index:500;background-color:#f5f5f5;box-shadow:0px 4px 6px rgba(0, 0, 0, 0.1)}header nav .logo{max-width:8.2rem}header nav .logo img{max-height:80px}header nav .mobile-navigation{position:relative;background-color:#f5f5f5;width:20.25rem;max-width:90vw;height:100vh;padding:2rem;font-size:1.2rem}header nav .mobile-navigation>ul{display:flex;flex-direction:column;gap:2rem;font-weight:800}header nav .mobile-navigation>ul li{padding-left:1rem;display:flex;flex-direction:column;gap:0.5rem}header nav .mobile-navigation>ul li ul{display:flex;flex-direction:column;gap:0.5rem}header nav .mobile-navigation .btn-close{position:absolute;top:1rem;right:1rem}@media (min-width:768px){header nav .desktop-navigation>li:first-child{position:relative}header nav .desktop-navigation>li:first-child::after{content:"❭";position:absolute;right:-16px;top:50%;transform:translateY(-50%);transition:transform 0.3s ease}header nav .desktop-navigation>li:first-child:hover::after{transform:translateY(-50%) rotate(90deg)}}header nav .desktop-navigation,header nav .desktop-menu-container{display:none}@media (min-width:768px){header nav .desktop-navigation,header nav .desktop-menu-container{display:flex;font-size:1.125rem;gap:2.5rem}header nav .desktop-navigation>.menu-item,header nav .desktop-menu-container>.menu-item{position:relative}header nav .desktop-navigation>.menu-item:hover>a,header nav .desktop-menu-container>.menu-item:hover>a{text-decoration:underline}header nav .desktop-navigation>.menu-item .sub-menu,header nav .desktop-menu-container>.menu-item .sub-menu{z-index:100;visibility:hidden;opacity:0;transition:opacity 0.3s ease, visibility 0.3s ease;position:absolute;top:100%;left:0;width:200px;height:auto;background-color:#f5f5f5;padding:0.5rem 0;border-radius:5px;box-shadow:0px 4px 6px rgba(0, 0, 0, 0.1)}header nav .desktop-navigation>.menu-item .sub-menu li,header nav .desktop-menu-container>.menu-item .sub-menu li{width:100%;height:auto}header nav .desktop-navigation>.menu-item .sub-menu li a,header nav .desktop-menu-container>.menu-item .sub-menu li a{text-decoration:none;transition:all 0.3s;display:block;padding:0.75rem 1rem;white-space:nowrap}header nav .desktop-navigation>.menu-item .sub-menu li a:hover,header nav .desktop-menu-container>.menu-item .sub-menu li a:hover{text-decoration:underline}header nav .desktop-navigation>.menu-item:hover>.sub-menu,header nav .desktop-menu-container>.menu-item:hover>.sub-menu{visibility:visible;opacity:1;display:flex;flex-direction:column}}header nav .btn-menu{display:block}@media (min-width:768px){header nav .btn-menu{display:none}}header .header-images{position:relative;height:100%;max-width:1600px;width:100%}header .header-images :last-child{z-index:-1;position:absolute;top:30%;right:0}header .sub-navigation{display:flex;gap:1rem}.current-menu-item a{text-decoration:underline}.footer-team{background-color:#aacbee}footer{background-repeat:no-repeat;background-size:cover;background-position:top center;width:100%;height:920px;display:flex;color:#fff;max-width:1600px;background-image:url(../../images/bg-footer-mobile.svg);background-color:#f5f5f5}@media (min-width:768px){footer{background-image:url(../../images/bg_footer-desktop.svg);height:740px}}@media (min-width:768px){footer nav{place-self:end}}footer nav .footer-navigation>li{color:#fff;background-color:#E32B2B;padding:0.5rem 1rem;font-family:"Nunito", sans-serif;text-transform:uppercase;border-radius:20px;font-weight:800;border:none;transition:all 0.3s;box-shadow:transparent 1.95px 1.95px 2.6px}footer nav .footer-navigation>li:hover,footer nav .footer-navigation>li:focus{background-color:#B50000;box-shadow:rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px}footer .container{width:100%;align-self:end}footer .container>p{text-align:center;padding:1rem}footer .content{display:flex;flex-direction:column;align-items:center;padding:1.5rem;border-bottom:1px solid #fff;gap:1.25rem}@media (min-width:768px){footer .content{flex-direction:row;justify-content:space-between}}footer .content .social{display:flex;flex-direction:column;align-items:center;gap:1rem;order:2}@media (min-width:768px){footer .content .social{place-self:end;order:0}}footer .content ul{display:flex;flex-direction:column;gap:0.5rem;text-align:center}footer .content .newsletter{display:none;width:21.125rem}@media (min-width:1024px){footer .content .newsletter{display:flex;flex-direction:column;place-self:end;align-items:center;gap:1rem}}footer .content .newsletter .newsletter-text{text-align:center}footer .content .newsletter a{color:#fff;background-color:#E32B2B;padding:0.5rem 1rem;font-family:"Nunito", sans-serif;text-transform:uppercase;border-radius:20px;font-weight:800;border:none;transition:all 0.3s;box-shadow:transparent 1.95px 1.95px 2.6px;width:fit-content;padding:0.5rem 1.5rem;background-color:#ddeaf8;color:#1c4e89}footer .content .newsletter a:hover,footer .content .newsletter a:focus{background-color:#B50000;box-shadow:rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px}footer .content .newsletter a:hover,footer .content .newsletter a:focus{background-color:#B50000;color:#ddeaf8;box-shadow:rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px}footer .content a>img{max-width:150px}.history{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;max-width:1600px;padding:1rem}.history .history__text-wrapper{display:flex;flex-direction:column;justify-content:space-evenly;width:100%;height:550px}.history .history__image-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto}.history img{min-width:100%;min-height:100%}@media (min-width:640px){.history .history__text-wrapper{height:500px}}@media (min-width:768px){.history .history__text-wrapper{height:450px;padding:1rem 2rem}}@media (min-width:1024px){.history .history__text-wrapper{height:450px;padding:1rem 2rem}}@media (min-width:1280px){.history .history__text-wrapper{height:450px;padding:1rem 2rem}}body:has(.dialog[open]){overflow-y:hidden}.dialog[open]{display:grid;z-index:10}.dialog[open]{display:flex}.dialog{display:none;grid-template-columns:100%;height:100dvh;width:100dvw;background-color:rgba(0, 0, 0, 0.356);position:fixed;top:0;left:0}.contact_text{width:100%}.contact_text p{padding:1rem 2rem;text-align:center}.contact-section{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;max-width:1600px;padding:0 2rem}.contact-section h2{text-align:center;padding-bottom:2rem}.contact-section .bold{font-weight:bold}.contact-section .contact-section__details{display:flex;flex-direction:column;justify-content:center;align-items:center}.contact-section .contact-section__details-wrapper,.contact-section .contact-section__image-wrapper{width:100%;height:800px}.contact-section .contact-section__details-wrapper{background-color:#fff;display:flex;flex-direction:column;justify-content:space-evenly;gap:2rem;padding:2rem}.contact-section .contact-section__image-wrapper{display:flex;justify-content:center;align-items:center;overflow:hidden}.contact-section .contact-hours__title{padding-bottom:1rem}.contact-section .image_contact{min-width:100%;min-height:100%}.contact-section .contact-item__heading{display:flex;gap:0 0.5rem}.contact-section .contact-item__icon-wrapper{width:1.25rem;height:1.25rem}.contact-section .contact-hours{display:flex;flex-direction:column;justify-content:space-around}.contact-section .contact-hours__grid{display:flex;justify-content:space-around;gap:2rem}.contact-section .contact-section__text-wrapper{display:flex;flex-direction:column;gap:1rem;text-align:center}@media (min-width:640px){.contact-section .contact-section__details-wrapper,.contact-section .contact-section__image-wrapper{width:100%;height:700px}}@media (min-width:768px){.contact-section .contact-section__details-wrapper,.contact-section .contact-section__image-wrapper{width:100%;height:650px}}@media (min-width:1024px){.contact-section .contact-section__details{flex-direction:row;justify-content:space-between}.contact-section .contact-section__details-wrapper,.contact-section .contact-section__image-wrapper{width:50%;height:700px}.contact-section .contact-section__details-wrapper{padding:2rem}}@media (min-width:1280px){.contact-section .contact-section__details{flex-direction:row;justify-content:space-between}.contact-section .contact-section__details-wrapper,.contact-section .contact-section__image-wrapper{width:50%;height:700px}}.mission-section{background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;max-width:1600px}.mission-section .mission-text-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem}.mission-section .mission-text{margin-bottom:auto;display:flex;flex-direction:column;justify-content:space-evenly;gap:2rem;padding:1rem}.mission-section .mission-waves{display:flex;flex-direction:column;justify-content:center;align-items:center;background-image:url(../../images/vague_partners.svg);background-size:100% auto;background-repeat:no-repeat;margin:auto 0 0.5rem 0;width:95%;height:30px;padding:1rem}.mission-section .mission-image-wrapper,.mission-section .mission-text-container{width:100%;height:500px}.mission-section .mission-image-wrapper{overflow:hidden}.mission-section .mission-img{min-width:100%;min-height:100%}@media (min-width:640px){.mission-section .mission-image-wrapper,.mission-section .mission-text-container{height:400px}}@media (min-width:768px){.mission-section .mission-image-wrapper,.mission-section .mission-text-container{height:400px}}@media (min-width:1024px){.mission-section{flex-direction:row-reverse;width:100%;height:400px}.mission-section .mission-image-wrapper,.mission-section .mission-text-container{width:50%;height:400px}.mission-section .mission-text-container{flex-direction:row-reverse}.mission-section .mission-text{margin:0;gap:2rem;display:flex;flex-direction:column;justify-content:space-evenly}.mission-section .mission-waves{background-image:url(../../images/vertical_vagues.svg);background-size:auto 100%;background-repeat:no-repeat;margin:0 0 0 0.5rem;width:30px;height:95%}}@media (min-width:1280px){.mission-section{flex-direction:row-reverse;width:100%;height:500px}.mission-section .mission-image-wrapper,.mission-section .mission-text-container{width:50%;height:500px}.mission-section .mission-text{gap:3rem;display:flex;flex-direction:column;justify-content:space-evenly}}.vision-section-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#ddeaf8;max-width:1600px}.vision-section-wrapper .bg-top-vision-section{background-color:#f5f5f5;background-image:url(../../images/bg_vision_section.svg);background-size:100% auto;background-repeat:no-repeat;background-position:bottom;width:100%;height:250px}.vision-section-wrapper .bg-bottom-vision-section{background-color:#ddeaf8;width:100%;height:50px}.vision-section-wrapper .vision-section{background-color:#ddeaf8;display:flex;flex-direction:column;justify-content:center;align-items:center;width:90%;height:auto}.vision-section-wrapper .vision-section .vision-text-container{background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem}.vision-section-wrapper .vision-section .vision-text{margin-bottom:auto;display:flex;flex-direction:column;justify-content:space-evenly;gap:2rem;padding:1rem}.vision-section-wrapper .vision-section .vision-waves{display:flex;flex-direction:column;justify-content:center;align-items:center;background-image:url(../../images/vague_partners.svg);background-size:100% auto;background-repeat:no-repeat;margin:auto 0 0.5rem 0;width:95%;height:30px;padding:1rem}.vision-section-wrapper .vision-section .vision-image-wrapper,.vision-section-wrapper .vision-section .vision-text-container{width:100%;height:400px}.vision-section-wrapper .vision-section .vision-image-wrapper{overflow:hidden}.vision-section-wrapper .vision-section .vision-image{min-width:100%;min-height:100%}@media (min-width:1024px){.vision-section-wrapper .vision-section{flex-direction:row;height:400px}.vision-section-wrapper .vision-section .vision-image-wrapper,.vision-section-wrapper .vision-section .vision-text-container{width:50%}.vision-section-wrapper .vision-section .vision-text{padding:2rem}.vision-section-wrapper .vision-section .vision-text-container{flex-direction:row}.vision-section-wrapper .vision-section .vision-text{margin:0;gap:2rem;display:flex;flex-direction:column;justify-content:space-evenly}.vision-section-wrapper .vision-section .vision-waves{background-image:url(../../images/vertical_vagues.svg);background-size:auto 100%;background-repeat:no-repeat;margin:0 0.5rem 0 0;width:30px;height:95%}}@media (min-width:1280px){.vision-section-wrapper .vision-section{flex-direction:row;height:500px}.vision-section-wrapper .vision-section .vision-image-wrapper,.vision-section-wrapper .vision-section .vision-text-container{width:50%;height:500px}.vision-section-wrapper .vision-section .vision-text{padding:2rem;gap:3rem;display:flex;flex-direction:column;justify-content:space-evenly}.vision-section-wrapper .vision-section .vision-waves{background-image:url(../../images/vertical_vagues.svg);background-size:auto 100%;background-repeat:no-repeat;margin:0 0.5rem 0 0;width:30px;height:95%}}.about-section{max-width:100%;padding-top:15rem;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;max-width:1600px;position:relative}.about-section .about-title-container{display:flex;flex-direction:column;align-items:center;justify-content:center;background-image:url("../../../assets/images/paba.svg");background-size:100% auto;background-repeat:no-repeat;background-position:bottom center;width:90%;position:absolute;top:-20px;height:280px}.about-section .about-title-container h2{position:absolute;top:120px}.about-section .content-block{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;z-index:10;padding:0 1rem}.about-section .content-block h3{color:#fff}.about-section .content-text{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;gap:1rem;background-color:#1c4e89;text-align:center;padding:15px}.about-section .content-image{overflow:hidden;height:auto}.about-section .content-text,.about-section .content-image{width:100%;height:280px}.about-section .about-section__image{min-width:100%;min-height:100%}.about-section .content-button{background-color:transparent;border:2px solid #7dcfb6;border-radius:8px;cursor:pointer;padding:1rem}.about-section .content-button:hover{background-color:#ddeaf8;color:#1c4e89}.about-section .white{color:#fff}@media (min-width:640px){.about-section .about-title-container{top:-10px;height:280px;width:100%}.about-section .about-title-container h2{top:190px}.about-section .content-text,.about-section .content-image{height:360px}}@media (min-width:768px){.about-section{margin-top:5rem}.about-section .content-block{flex-direction:row-reverse}.about-section .content-block-education{flex-direction:row;width:100%}.about-section .about-title-container{top:-30px;height:300px}.about-section .about-title-container h2{top:190px}.about-section .content-text,.about-section .content-image{width:50%;height:250px}}@media (min-width:1024px){.about-section{margin-top:8rem}.about-section .content-block{flex-direction:row-reverse}.about-section .content-block-education{flex-direction:row}.about-section .about-title-container{top:-20px;height:300px}.about-section .about-title-container h2{top:180px}.about-section .content-text,.about-section .content-image{width:50%;height:350px}}@media (min-width:1280px){.about-section{margin-top:10rem}.about-section .content-block{flex-direction:row-reverse}.about-section .content-block-education{flex-direction:row}.about-section .about-title-container{top:-50px;height:350px}.about-section .about-title-container h2{top:180px}.about-section .content-text,.about-section .content-image{width:50%;height:400px}}.map{background-image:url(../../../assets/images/bg_map.svg);background-repeat:no-repeat;background-size:cover;background-position:top center;width:100%;padding:20% 1rem 5%;display:flex;align-items:center;justify-content:center}.map__container{display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width:768px){.map__container{gap:2rem}}@media (min-width:1024px){.map__container{gap:3rem}}.map__container #map{height:200px;width:300px}@media (min-width:768px){.map__container #map{height:400px;width:600px}}@media (min-width:1024px){.map__container #map{height:600px;width:1000px}}.map h2{color:#fff}.map__modal{display:flex;flex-direction:column;gap:0.5rem;align-items:center}.map__modal-img{width:100px}.leaflet-popup-content-wrapper,.leaflet-popup-content{padding-top:8px;width:100%;max-width:70% !important;overflow-y:auto;display:flex;flex-direction:column}@media (min-width:768px){.leaflet-popup-content-wrapper,.leaflet-popup-content{max-width:none !important;overflow:hidden}}.leaflet-popup-close-button{position:absolute;top:5px;left:5px;z-index:1000}.banner_partners{width:100vw;max-width:100rem;overflow:hidden;position:relative}.banner_partners h2{color:#1c4e89;text-align:center}.banner_partners .slider{display:flex;flex-direction:column;align-items:center;position:relative;padding:0 3.125rem}.banner_partners .slider .slider_slides{display:flex;overflow:hidden;padding:2rem 1rem;scroll-behavior:smooth;width:100%;max-width:80rem;gap:2rem;scrollbar-width:none;gap:1rem}@media (min-width:768px){.banner_partners .slider .slider_slides{gap:2rem}}.banner_partners .slider .slider_slides .slider_slide{flex:0 0 11.25rem;max-width:11.25rem;padding:1rem;transition:transform 0.5s ease-in-out, box-shadow 0.3s ease-in-out;display:flex;justify-content:center;align-items:center;margin:0.5rem;border:solid 0.0625rem transparent}.banner_partners .slider .slider_slides .slider_slide:hover{border:solid 0.0625rem #1c4e89;border-radius:1.25rem}@media (min-width:768px){.banner_partners .slider .slider_slides .slider_slide{flex:0 0 15.625rem;max-width:15.625rem}}.banner_partners .slider .slider_slides .slider_slide a{display:flex;justify-content:center;align-items:center}.banner_partners .slider .slider_slides .slider_slide figure{display:flex;justify-content:center;align-items:center;width:100%;height:7.5rem;background:#f5f5f5;border-radius:0.5rem;padding:0.625rem}.banner_partners .slider .slider_slides .slider_slide img{max-width:100%;max-height:100%;object-fit:contain}.banner_partners .slider .slider_slides .slider_slide.active{transform:scale(1.1);box-shadow:rgba(0, 0, 0, 0.19) 0rem 0.625rem 1.25rem, rgba(0, 0, 0, 0.23) 0rem 0.375rem 0.375rem;border-radius:1.25rem}.banner_partners .slider .control--previous,.banner_partners .slider .control--next{border:none;cursor:pointer;position:absolute;color:#E32B2B;transition:color 0.3s ease;top:50%;transform:translateY(-50%);padding:0.625rem;display:flex;align-items:center;justify-content:center;width:2.8125rem;height:2.8125rem;border-radius:50%;background-color:#f5f5f5}.banner_partners .slider .control--previous:hover,.banner_partners .slider .control--next:hover{color:#c11a1a}.banner_partners .slider .control--previous{left:0.625rem}.banner_partners .slider .control--next{right:0.625rem}.paba-building{width:100%;height:auto;max-width:1600px;padding:2rem}.paba-building h2{padding:10px 0}.paba-building p{padding:20px 0}.paba-building img{width:100%;height:auto}.module_teams{display:flex;flex-direction:column;gap:1rem;padding:0 2rem}.teams{display:flex;flex-direction:column;gap:4rem;padding-bottom:3rem}.teams h2{padding:2rem;text-align:center}.teams .layout{padding:0 2rem;display:grid;row-gap:2rem;justify-content:center;justify-items:center}@media (min-width:768px){.teams .layout{grid-template-columns:repeat(2, 1fr)}}@media (min-width:1024px){.teams .layout{grid-template-columns:repeat(3, 1fr)}}.teams .team{position:relative;width:300px;height:344px}.teams .team figure{width:300px;height:344px;flex-shrink:0}.teams .team figure img{width:100%;height:100%;object-fit:cover}.teams .team>div{position:absolute;bottom:0;left:0;width:100%;height:91.31px;flex-shrink:0;color:#fff;background-color:rgba(28, 78, 137, 0.8);display:flex;flex-direction:column;justify-content:center;align-items:center}.teams .team>div a:hover>h3{text-decoration:underline}.conseil-membre{background-color:white;padding-bottom:2rem;position:relative}.conseil-membre .bg-top{position:absolute;top:-20px;left:0;background-image:url(../../images/vague_membre.svg);width:100%;height:30px}.conseil-membre .bg-bottom{position:absolute;bottom:-20px;left:0;background-image:url(../../images/vague_membre.svg);transform:rotate(180deg);width:100%;height:30px}.partners{padding:0 4rem 2rem 4rem}.partners ul li{position:relative;display:flex;width:100%;height:328px;flex-shrink:0;justify-content:center;align-items:center;gap:1rem;flex-direction:column}@media (min-width:1024px){.partners ul li{flex-direction:row;justify-content:start}}.partners ul li figure{width:12rem;height:10rem;display:flex;justify-content:center}@media (min-width:768px){.partners ul li figure{width:16rem;height:12rem}}@media (min-width:1024px){.partners ul li figure{display:block;width:20rem;height:14rem}}.partners ul li img{max-width:100%;max-height:100%;object-fit:contain}.partners ul li p{max-width:850px}.partners ul li .bg{position:absolute;bottom:-10px;left:0;background-image:url(../../images/vague_partners.svg);background-size:contain;background-repeat:no-repeat;background-position:bottom;width:50%;height:15px;z-index:10}@media (min-width:1024px){.partners ul li:nth-child(even){justify-content:end}}.partners ul li:nth-child(even) .bg{left:auto;right:0}@media (min-width:1024px){.partners ul li:nth-child(even) figure{order:2;display:flex;justify-content:end}}.paba-building{width:100%;height:auto;max-width:1600px;padding:2rem}.paba-building h2{padding:10px 0}.paba-building p{padding:20px 0}.paba-building img{width:100%;height:auto}.looking-future{position:relative;padding:3.5%;background-color:#ddeaf8;width:100%;height:auto;max-width:1600px}.looking-future .looking-future__bg-top{position:absolute;top:-20px;left:0;background-image:url("../../../assets/images/bg_top_looking_future.svg");background-size:100% auto;background-repeat:no-repeat;background-position:bottom;width:100%;height:20px}.looking-future .looking-future__section{padding:2rem 0}.looking-future .looking-future__title{padding:0 0 2rem 0}.looking-future .looking-future__text{padding-bottom:1.5rem}.looking-future .looking-future__image-container{display:flex;justify-content:center;align-items:center;width:100%;height:auto}.looking-future .looking-future__image{min-width:100%;min-height:100%}@media (min-width:1024px){.looking-future .looking-future__section{display:flex;width:auto;height:auto}.looking-future .looking-future__content{display:flex;flex-direction:column;justify-content:center;align-items:center}.looking-future .looking-future__image-container,.looking-future .looking-future__content{width:50%;height:auto}.looking-future .looking-future__text{padding-bottom:0}.looking-future .padding-left{padding-left:1.5rem}.looking-future .padding-right{padding-right:1.5rem}.looking-future .row-reverse{flex-direction:row-reverse}}@media (min-width:1280px){.looking-future .looking-future__section{display:flex;width:auto;height:auto}.looking-future .looking-future__content{display:flex;flex-direction:column;justify-content:center;align-items:center}.looking-future .looking-future__image-container,.looking-future .looking-future__content{width:50%;height:auto}.looking-future .looking-future__text{padding-bottom:0}.looking-future .padding-left{padding-left:2rem}.looking-future .row-reverse{flex-direction:row-reverse}}.banner_accueil{background-color:#f5f5f5}.banner_accueil .content_banner{padding:4rem 0;color:#1c4e89}.banner_teams{max-width:1600px;width:100%;background-repeat:no-repeat;height:400px;background-image:url(../../images/bg_partners.svg);background-color:#f5f5f5;display:flex;justify-content:center;align-items:center}.banner_teams .content_banner{padding-top:4rem}@media (min-width:768px){.banner_teams .content_banner{padding-top:2rem}}.content_banner{display:flex;flex-direction:column;gap:1rem;align-items:center}.content_banner .btn{color:#fff;background-color:#E32B2B;padding:0.5rem 1rem;font-family:"Nunito", sans-serif;text-transform:uppercase;border-radius:20px;font-weight:800;border:none;transition:all 0.3s;box-shadow:transparent 1.95px 1.95px 2.6px;width:fit-content}.content_banner .btn:hover,.content_banner .btn:focus{background-color:#B50000;box-shadow:rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px}.values{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:1rem 2rem}@media (min-width:1024px){.values{padding:2rem 4rem}}.values h3,.values p{text-align:center}.values__cards{display:grid;gap:1.5rem}@media (min-width:1024px){.values__cards{grid-template-columns:repeat(3, 1fr)}}.values__cards>div{background-color:#fff;color:#000;padding:2rem 1rem;box-shadow:rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;display:flex;flex-direction:column;align-items:center;gap:0.5rem}.main__news{width:100%}.juicer-feed{width:100%}.error-title{color:red;font-size:8rem}.page-404{width:100%;display:flex;align-items:center;justify-items:center;color:#1c4e89}.page-404 section{display:flex;flex-direction:column;align-items:center;gap:1.2rem;padding-bottom:2rem}.page-404 section a{color:#fff;background-color:#E32B2B;padding:0.5rem 1rem;font-family:"Nunito", sans-serif;text-transform:uppercase;border-radius:20px;font-weight:800;border:none;transition:all 0.3s;box-shadow:transparent 1.95px 1.95px 2.6px;width:fit-content}.page-404 section a:hover,.page-404 section a:focus{background-color:#B50000;box-shadow:rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px}