@font-face {
  font-family: "spinwerad";
  src: url('./fonts/spinwerad.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.manrope-400 {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.color-white{
    color:white;
}
img.spacing-images {
    margin-bottom: 20px;
}
.nav-link:focus, .nav-link:hover, .nav-item.active .nav-link{
    color: rgba(255, 255, 255, 0.6);
}
.color-blue-dark{
    color: #002F5D;
}
.bg-color-blue-dark{
    background-color: #002F5D !important;
}
.color-dark-blue-full{
    color: #002F5D;
}
.bg-color-dark-blue-full{
    background-color: #002F5D !important;
}
.color-blue-sky{
    color: #3D5A73;
}
.bg-color-blue-sky{
    background-color: #5BCDD9;
}
.text-center{
    text-align: center;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Argesta Headline";
}

header, 
.site-header,
.main-header {
    top: 0;
    left: 0;
    right: 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl
 {
        max-width: 100% !important;
        padding: 0;
}
#main-nav{
    display: inline-block;
    margin: 0 20%;
}
#main-nav > ul > li {
    display: inline-block;
    margin: 0 20px;
}
#main-nav > ul > li .sub-menu{
    display: none;
    list-style: none;
    padding: 10px 0px 0px 20px;
    position: absolute;
    left: 0;
    top: 30px;
}
#main-nav > ul > li:hover .sub-menu,
#main-nav > ul > li .sub-menu:hover{
    display: inline-block;   
}
#main-nav > ul > li.menu-item-has-children > a::after{
    /*content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8H15M15 8L8 1M15 8L8 15' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");*/
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.71802 1.17221L7.71802 7.17221L13.718 1.17221' stroke='%23005867' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    float: right;
    padding-top: 3px;
}
#main-nav > ul > li a{
    color: #005867;
    text-decoration: none;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.5px;
    text-transform: uppercase;
}
div.language-selector{
    display: inline-block;
    position: relative;
}
ul.language-selector{
    display: none;
    list-style: none;
    position: absolute;
    padding-left: 0;
    padding-top: 5px;
    left: 0;
    top: 20px;
}
div.language-selector .content-language:hover ul.language-selector,
ul.language-selector:hover{
    display: inline-block;
}
ul.language-selector li img{
    width:30px !important;
    height: 20px !important;
}

#slider_accueil .content-slider .content-image-slider.with-ombre::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none !important;
    box-shadow: -9px -400px 133px -96px rgba(0,0,0,0.9) inset;
    -webkit-box-shadow: -9px -400px 133px -96px rgba(0,0,0,0.9) inset;
    -moz-box-shadow: -9px -400px 133px -96px rgba(0,0,0,0.9) inset;
}
.slider-navigation{
    position: absolute;
    right: 50px;
    top: 20%;
    text-align: center;
}
.slider-navigation .slider-prev,
.slider-navigation .slider-next{
    color: white;
    font-size: 14px;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
    cursor: pointer;
}
.slider-navigation .slider-trait{
    width: 1px;
    height: 300px;
    border-left: 2px solid #5BCDD9;
    margin-left: 7px;
    margin-top: 10px;
    margin-bottom: 10px;
}
 .barre-bas-slider {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
}
.barre-bas-slider .trait {
    width: 1px;
    border-left: 2px solid #3D5A73;
    height: 200px;
}
.content-slider{
    height: 100vh;
    width: 100%;
}
.content-texte-slider{
    position: absolute !important;
    top: 55% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    text-align: center;
    z-index: 5;
    width: 90%;
    max-width: 800px;
    animation: fadeInText 0.8s ease-out 0.5s forwards;
}
@keyframes fadeInText {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) translateY(20px);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) translateY(0);
    }
}
.titre-slider-h2{
    font-family: "Argesta Headline";
    font-size: 4rem;
    font-weight: 700;
    line-height: 100%;
}
.description-slider-p{
    font-size: 18px;
    font-weight: 400;
    line-height: 25.4px;
}
.investissement-item{
    position: relative;
}
.investissement-item svg.svg{
    position: absolute;
}

.kl-link-investissement svg path {
    stroke: #3D5A73;
}
.investissement-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;  
}

.investissement-item {
  width: 48%;
  box-sizing: border-box;
}

.investissement-item img {
  width: 100%;
  height: 305px;
}
.investissement-content-top h3{
    font-family: "Argesta Headline";
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 0;
}
.investissement-content-top p{
    font-size: 18px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    line-height: 25px;
    margin: 20px 0;
}
.btn-slider-acceuil,
.btn-slider-acceuil:hover{
    color: white;
    margin: 0;
    padding: 10px 30px;
    border: 2px solid #fff;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #FFFFFF1A;
}
#nos-visions{
    padding-top: 5em;
    padding-bottom: 5em;
}
.content-nos-visions h2{
    font-family: "Argesta Headline";
    font-size: 3rem;
    font-weight: 700;
    line-height: 50px;
}
.content-nos-visions p{
    display: block;
    margin: 15px 11rem 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color:#000000CC
}
.btn-link,
.btn-link:hover{
    font-family: "Manrope", sans-serif;
    background-color: #3D5A73;
    text-transform: uppercase;
    padding: 10px 30px 10px 30px;
    text-decoration: none;
    color: #FFFFFF;
    border-radius: 0;
}
.btn-link svg, 
.link svg {
    margin-left: 10px;
    margin-top: -3px;
}
.plan-content-left-content a.btn.btn-link{
    background-color: #002F5D;
    padding: 30px 100px;
}
.coeur-content-left {
    position: relative;
    overflow: hidden;
    height: 100%;   
}
.coeur-content-left-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.coeur-content-left-content img {
    width: 90%;
    height: auto;
    object-fit: contain;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}

.invest-title {
    font-family: "Argesta Headline";
    font-size: 24px;
    font-weight: 700;
    line-height: 2rem;
    margin: 20px 0 15px;
}
.link.link-blue-bark{
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}
.slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  bottom: -39px;
  position: relative;
}

.slick-dots li {
  position: relative;
  width: 22px;   /* diamètre total du cercle externe */
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Dot inactif : rond blanc en opacité */
.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  border: none;
  padding: 0;
  outline: none;
  font-size: 0;
  transition: background 0.2s;
  position: relative;
  z-index: 1;
}

/* Dot actif : rond blanc plein + cercle externe blanc */
.slick-dots li.slick-active button {
  background: #fff;
}

.slick-dots li.slick-active::before {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  width: 27px;
  height: 27px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 0;
}

/* Supprime le pseudo-élément par défaut de Slick */
.slick-dots li button::before {
  display: none;
}

/* Section Équipes - CSS Réorganisé */
#nos-equipes {
    padding: 5em;
}
.link-equipe {
  display: none !important;
}
.title-equipes {
    font-family: "Argesta Headline";
    font-size: 36px;
    font-weight: 700;
    line-height: 41px;
    text-align: center;
    margin: 50px 0 30px;
}

/* Container principal des équipes */
.content-equipe {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    justify-content: space-between;
    align-items: stretch;
}

/* Item d'équipe */
.equipe-item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.equipe-item img {
    width: 100%;
    height: auto;
}

/* Contenu textuel */
.equipe-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.nom-equipe {
    color: #002F5D;
    font-family: "Argesta Headline";
    font-size: 30px;
    font-weight: 700;
    line-height: 41px;
    margin: 0 0 10px 0;
}

.titre-equipe {
    font-size: 20px;
    font-weight: 400;
    color: #5BCDD9;
    margin: 0 0 15px 0;
}

.desc-equipe {
    color: #000000CC;
    flex-grow: 1;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

.link-equipe {
    margin-top: auto;
    align-self: flex-start;
}

/* Classes Kalium existantes */
.kl-title-equipe, .kl-link-equipe {
    color: #3D5A73;
}

.kl-mon-equipe {
    font-size: 29px;
    padding-top: 20px;
}



.equipes-indicators {
    display: flex;
    gap: 10px;
}

.equipe-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
}

.equipe-indicator.active {
    background: #002F5D;
}



#nos-services{
    padding:5em;
}
.page-template-template-services .kl-content-visions p{
    width: 90%;
}
.page-template-template-services .slider_accueil{
    height: 60vh;
    overflow: hidden !important;
}
.slide-text-item {
    opacity: 0;
    transition: opacity 0.5s ease;
    display: none;
}

.slide-text-item.active {
    display: block;
    opacity: 1;
}

.page-template-template-services .content-nos-visions{
    width: 60%;
}
.content-content-service{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  justify-content: center;
}
#nos-services .content-title-service h2{
    font-family: "Argesta Headline";
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0;
}
#nos-services .content-title-service p{
    font-size: 18px;
    width: 60%;
    margin: 0 auto !important;
    padding-top: 15px;
    padding-bottom: 15px;
}
.content-content-service .content-service-part{
    width: calc(100% / 3 - 20px);
    height: 250px;
    position: relative;
}
.content-content-service .content-service-part .content-img{
    height: 100%;
}
.content-content-service .content-service-part .content-img img{
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.content-content-service .content-service-part .content-img::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: -9px -150px 133px -96px rgba(0,0,0,0.9) inset;
    -webkit-box-shadow: -9px -150px 133px -96px rgba(0,0,0,0.9) inset;
    -moz-box-shadow: -9px -150px 133px -96px rgba(0,0,0,0.9) inset;
}
.content-content-service .content-service-part .content-description-service{
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    text-align: left;
    padding: 0 10px;
}
.content-content-service .content-service-part .content-description-service h4{
    font-size: 24px;
    font-weight: 700;
}
.content-content-service .content-service-part .content-description-service p{
    font-size: 14px;
    font-weight: 400;
}
.p-link{
    margin-top: 25px;
    margin-bottom: 0;
}
#slider-futures{
    padding: 5em;
    position: relative; 
}
#slider-futures::before,
#slider-futures::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#slider-futures::before{
    background-size: cover;
    background-repeat: none;
    z-index: -2;
}
#slider-futures::after {
    background-color: rgba(0, 0, 0, 0.6); 
    z-index: -1;
}
.content-nos-future{
    display: flex;
    gap: calc(20%);
}
.content-nos-future .futures-left,
.content-nos-future .futures-right{
    width:40%;
}
.futures-left h2{
    color: white;
    font-size: 36px;
    font-weight: 700;
}
.futures-left p{
    font-size: 20px;
    font-weight: 400;
    color:white
}
.futures-right h4{
	font-family: "Argesta Headline";
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
    border-bottom: 0.4px solid white;
    line-height: 50px;
}
div.content-chiffre-future{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
div.chiffre-item{
    background-color: #FFFFFF;
    padding: 10px;
    width: calc(50% - 12.5px);
}
p.titre-chiffre-item{
    font-family: "Argesta Headline";
    font-size: 24px;
    font-weight: 700;
    color: #002F5D;
    margin-bottom: 0.65rem;
}
p.descr-chiffre-item{
    color: #000000CC;
    font-size: 16px;
    margin-bottom: 0;
}
#nos-cles{
    padding: 0 5em 0 5em;
}
div.nos-cles{
    display: flex;
}
.nos-cles-left{
    width: 60%;
    float: left;
    height: 450px;
    overflow: hidden;
    margin-top: -36px;
}
.nos-cles-right{
    width: 40%;
    float: left;
    padding: 4rem 2.75rem;
}

.nos-cles-left img {
  width: 100%;
}
.nos-cles-right h4{
    font-family: "Argesta Headline";
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #002F5D;
}
.nos-cles-right p{
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000000CC;
    margin-bottom: 25px;
}
.cles-chiffres{
    display: flex;
    gap:25px;
}
.cles-chiffres .chiffre-item{
    width: calc(25% - 12.5px);
    margin-top: 40px;
    margin-bottom: 100px;
}
.cles-chiffres .chiffre-item p.titre-chiffre-item{
    font-size: 36px;
}
.cles-chiffres .chiffre-item p.descr-chiffre-item{
    text-transform: uppercase;
}
#nos-pourquois{
    padding: 5em;
}
#nos-pourquois div.nos-pourquois{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
/*     justify-content: space-between; */
	justify-content: center;
}
div.nos-pourquois .content-pourquoi-part{
    width: calc(100% / 3 - 20px);
    height: 650px;
    position: relative;
    color: white;
    text-align: center;
}
div.nos-pourquois .content-pourquoi-part img{
    width: auto;
    height: auto;
}
div.nos-pourquois .content-pourquoi-part .content-image{
    height: 100%;
    overflow: hidden;
}
div.nos-pourquois .content-pourquoi-part .content-image::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: -9px -200px 133px -96px rgba(0,0,0,0.9) inset;
    -webkit-box-shadow: -9px -200 133px -96px rgba(0,0,0,0.9) inset;
    -moz-box-shadow: -9px -200px 133px -96px rgba(0,0,0,0.9) inset;
}
.content-description-pourquoi{
    position: absolute;
    left:0;
    bottom:0;
    margin: 0 10px;
}
.content-description-pourquoi h4{
    font-size: 36px;
    font-weight: 700;
}
.content-description-pourquoi p{
    font-size: 20px;
}
.contactez-nous{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    border-bottom: 1.4px solid #0000004D;
}
.contactez-nous-left,
.contactez-nous-right{
    width: 50%;
    position: relative;
}
.contactez-nous-left{
    height: 650px;
    overflow: hidden;
}
.contactez-nous-left img {
  width: 100%;
  height: auto;
  transform: scaleX(-1);
}
.contactez-nous-left .contact-text{
    position: absolute;
    top: 18.375rem;
    left: 5rem;
    z-index: 2;
}
.contactez-nous-left .contact-text h4{
    font-family: "Argesta Headline";
    font-size: 48px;
    font-weight: 700;
}
.contactez-nous-left .contact-text h4.color-white:nth-of-type(2){
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
}
.contactez-nous-left .contact-text h6{
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 50px;
}
.contactez-nous-left .contact-text a{
    color: white;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Argesta Headline', sans-serif;
}
#wpforms-167{
    margin-top: 0px;
    margin-left: 34px;
    margin-right: 79px;
}
#wpforms-167 input,
#wpforms-167 textarea,
#wpforms-167 select{
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0px 15px 0 15px;
    border-bottom: 1px solid #0000004D;
    font-family: "Manrope", sans-serif;
}
#wpforms-167 input::placeholder,
#wpforms-167 textarea::placeholder,
#wpforms-167 select::placeholder{
    color: #00000080;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 400px;
}
#wpforms-167 textarea{
    height: 110px;
}
#wpforms-167 .wpforms-submit-container{
    text-align: right;
}
#wpforms-167 .wpforms-submit-container .btn.btn-link.color-white{
    /*color: white !important;
    text-transform: uppercase;
    background-color: #002F5D !important;*/
    font-family: "Manrope", sans-serif;
    background-color: #3D5A73 !important;
    text-transform: uppercase;
    padding: 10px 30px 10px 30px;
    margin-top: 45px;
    text-decoration: none;
    color: #FFFFFF;
    border-radius: 0;
}
#wpforms-167 .wpforms-submit-container .btn.btn-link.color-white:after{
    content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8H15M15 8L8 1M15 8L8 15' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    float: right;
    padding-top: 3px;
}
#wpforms-167 p.descr-form{
    margin-top: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.4px;
    padding: 10px;
    background: #E4B08333;
    font-family: "Manrope", sans-serif;
}
/*#wpforms-167 .wpforms-submit-container .btn.btn-link.color-white:hover{
    margin-top: 0 !important;
}*/
.footer-content{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 3.1rem 5rem;
}
.footer-content .footer-bloc{
    width: calc(25% - 40px);
    min-width: 100px;
}
.identity-footer.footer-bloc{
    display: flex;
    flex-direction: column;
}
.identity-footer.footer-bloc img{
    align-self: center;
}
.logo-footer{
    margin-top: -15px;
}
.identity-footer p{
    color: #000000CC;
    font-size: 1rem;
    line-height: 25px;
}
.footer-content .footer-bloc .title-menu{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 15px;
}
.footer-bloc ul{
    padding-left: 0;
}
.footer-bloc ul li{
    list-style: none;
}
.footer-bloc ul li a{
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    color: #000000CC;
}
.contact-info{
    color: #000000CC;
    line-height: 30px;
    margin-bottom: 0;
}
.footer-contact p:last-child{
    margin-top: 20px;
}
.copyright{
    padding: 11px;
}
.social-link-footer{
    margin-right: 20px;
}
.services-content #nos-visions .content-nos-visions{
    width: 60%;
    margin: 0 auto;
}
.services-content #nos-cles{
    background-color: #002F5D;
}
.services-content #nos-cles .nos-cles-left{
    width: 40%;
    height: 100%;
}
.services-content #nos-cles .nos-cles-right{
    width: 50%;
    padding: 4rem 0 0 7.5rem;
}
.services-content #nos-cles .nos-cles-right h4,
.services-content #nos-cles .nos-cles-right p{
    color:white;
}
.services-content #nos-cles .cles-bas{
    width: 100%;
    margin-top: 4.3rem;
    padding-bottom: 6rem;
}
.services-content #nos-cles .cles-bas img{
    width: 100%;
}
.services-content #nos-cles .cles-bas p.titre-chiffre-item{
    color: white;
    font-size: 35px;
    line-height: 41px;
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
}
.services-content #nos-cles .cles-bas p.descr-chiffre-item{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 22px;
}
section.services-content .before-contactez-nous{
    width:100%;
}
section#before-contactez-nous{
    padding: 5em;
}
div.services-content div.before-contactez-nous{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.services-content .before-contactez-nous .before-contactez-nous-left{
    width: 55%;
    min-width: 300px;
    padding: 5rem 3rem 0 0;
}
.services-content .before-contactez-nous .before-contactez-nous-right{
    width: 45%;
    min-width: 300px;
}
.services-content .before-contactez-nous .before-contactez-nous-right img{
    width: 100%;
}
.services-content .before-contactez-nous .before-contactez-nous-left h4{
    font-size: 36px;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 23px;
    color: #002F5D;
}
.services-content .before-contactez-nous .before-contactez-nous-left p{
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
}
.services-content #se-diversifier{
    padding: 5em;
    padding-left: 0;
    display: flow-root;
    margin-bottom: 3.15rem;
    background-size: cover;
    background-repeat: no-repeat;
}
.services-content #se-diversifier .se-diversifier-right{
    width: 50%;
    /*float: right;*/
    background: #002F5DE5;
    padding: 50px;
    color: white;
    margin: 0 0 0 auto;
    z-index: 111;
    position: relative;
}
#se-diversifier {
    position: relative;
}
#se-diversifier::after {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

#se-diversifier::before, #se-diversifier::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 100%;
}
.services-content #se-diversifier .se-diversifier-right h4{
    font-size: 36px;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 30px;
}
.services-content #se-diversifier .se-diversifier-right p{
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}
#avantages-services{
    padding:5em;
}
div.avantages-services{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.avantage-item {
  width: calc(100% / 3 - 20px);
  min-width: 300px;
  padding: 20px 10px;
}
.avantage-item img.image-avantage{
    width: 50px;
    height: 50px;
}
.avantage-item.title h5{
    font-size: 30px;
    font-family: "Argesta Headline";
}
.avantage-item img.image-avantage,
.avantage-item h5{
    margin-bottom: 10px;
}
.avantage-item h5{
    font-size: 24px;
    font-family: "Argesta Headline";
    font-weight: 700;
    color: #002F5D;
}
.avantage-item p{
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.avantage-item:not(.title) {
  background-color: #F9F9F9;
}
section.projet-villa{
    padding: 5em;
}
.projet-villa.container{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
}
.projet-villa-left,
.projet-villa-right {
    width: 48%;
}
.ml-30{
    margin-left: 30px;
}
.projet-villa-left h2{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #002F5D;
}
.projet-detail{
    text-transform: uppercase;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.projet-description{
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
#fonctionnalites-avances{
    clear: both;
    padding: 5em;
}
#fonctionnalites-avances h2{
    width: 60%;
    margin: 0 auto 30px;
    font-size: 36px;
    font-weight: 700;
    line-height: 41px;
}
.fonctionnalite-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.fonctionnalite-item {
    width: 22%;
    text-align: left; 
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.fonctionnalite-item img {
  width: 60px;
  margin-bottom: 20px;
}
.fonctionnalite-item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
#planification-amenagement{
    padding: 0;
}
#planification-amenagement .content-titre{
   padding: 5em 5em 2em 5em;
   background: #fff;
}
#planification-amenagement .plan-content{
    padding: 5em;

}
.planification-amenagement .content-titre h2{
    width: 58%;
    display: inline-block;
}
.planification-amenagement .content-titre a{
    display: inline-block;
    width: auto;
    float: right;
}
.plan-content{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: baseline;
}
.mt-20{
    margin-top: 20px;
}
.btn.btn-link.color-white.show{
    background-color: #002F5D;
    color: white;
}
.btn.btn-link.color-white.hide{
    background-color: #fff;
    color: #002F5D;
}
#planification-amenagement{
    background-color: #F9F9F9;
}
.plan-content-right .plan-content-right-content .plan-content-item{
    text-align: left;
}
.plan-content-right .plan-content-right-content .plan-content-item table{
    margin-top: 46px;
}
.plan-content-right .plan-content-right-content .plan-content-item > img{
    width:100%;
}
.plan-content-right .plan-content-right-content .plan-content-item p{
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 400px;
    color:#000000;
}
.plan-content-right .plan-content-right-content .plan-content-item.view {
    display: block;
}
.plan-content-right .plan-content-right-content .plan-content-item.hide{
    display: none;
}
#coeur-projet{
    padding: 5em;
}
.coeur-content{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.titre-coeur-projet{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}
.coeur-content .coeur-content-left{
    width: 68%;
    height: 442px;
    overflow: hidden;
}
.coeur-content .coeur-content-right{
    width: 28%;
    background-color: #002F5D;
    color: white;
    height: 442px;
    display: flex;
    align-items: center;
}
.coeur-content-right-content{
    width: 100%;
    padding: 20px 30px;
}
.coeur-content-right-content table{
    width: 100%;
}
.ligne-couleur{
    border-bottom: 0.4px solid #C8C8C8;
}
.ligne-couleur td{
    display: flex;
    align-content: center;
    margin: 10px 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Manrope", sans-serif;
}
.ligne-couleur span{
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    align-content: normal;
    margin-right: 10px;
}
.ligne-couleur:nth-child(2),
.ligne-couleur:nth-child(4) {
  border-bottom: none;
}
#nos-inspirations{
    padding: 5em;
}

.nos-inspirations-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.nos-inspiration-item {
    flex: 0 0 48%;
    box-sizing: border-box;
}
.nos-inspirations-content-top h3{
    font-size: 36px;
    font-weight: 700;
    line-height: 41px;
}
.nos-inspirations-content-top p{
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    width: 50%;
    margin: 0 auto 25px;
}
.nos-inspiration-item img.invest-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
#nos-autres-projet{
    padding: 5em;
}
.nos-autres-projet-item{
  width: 48%;
  overflow: hidden;
}
.nos-autres-projet-item > img{
    width: 100%;
    height: auto;
    display: block;
}
.nos-autres-projet-content-top h3{
    font-family: "Argesta Headline";
    font-size: 36px;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 50px;
    color: #002F5D;

}
.nos-autres-projet-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.titre-autre-projet{
    font-family: "Argesta Headline";
    font-size: 24px;
    font-weight: 700;
    color: #002F5D;
    padding-top: 20px;
}
.autre-projet-detail{
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}
.autre-projet-detail img{
    display: inline-block;
}
.slick-prev.slick-arrow:before,
.slick-next.slick-arrow{
    top: 50%;
}
.slick-prev.slick-arrow:before{
    content: url('../img/prev.svg');
}
.slick-next.slick-arrow::before{
    content: url('../next.svg');
}
/*modification par Aime*/
.wrapper{ width:100%;}
.kl-logo {
    display: inline-block;
}
.kl-logo img {
    width: 75px;
}
.kl-navbar-header {
    background: #002F5D;
    padding: 0.5em 5em;
}


.kl-menu-header li.menu-item-has-children > a::after{
     content: url('../img/arrow-down.svg');
    /*display: block;*/
    width: 20px;
    height: 20px;
    margin-left: 10px;
    /*float: right;*/
    padding-top: 0;
}
.kl-menu-header li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
.kl-menu-header li a {
    color: #fff;
    text-decoration: none;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.5px;
    text-transform: uppercase;
    display: inline-block;
}
.kl-menu-header li a:hover{
    color: rgba(6);
}
.kl-menu-header .sub-menu {
    display: none;
    list-style: none;
    padding: 10px 0px 0px 0;
    position: absolute;
    left: 0;
    top: 30px;
    right: 0;
    z-index: 99;
}
.kl-menu-header .sub-menu li a {
    text-transform: initial;
    font-size: 14px;
}
.kl-menu-header li:hover .sub-menu, .kl-menu-header li .sub-menu:hover {
    display: block;
}
.kl-menu-header .sub-menu {
    background: #002F5D;
    padding: 10px;
}
.kl-menu-header .sub-menu li {
    margin: 0 auto;
}
.kl-language-selector{
    display: initial !important;
}
.kl-bg-black {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: 1;
}
.kl-contact-left img {
    height: 654px;
    object-fit: cover;
}
.kl-content-image img {
    height: 650px !important;
    width: 100% !important;
    object-fit: cover;
}
.kl-footer-content{
    padding: 3.1rem 0;
}

.kl-content-content-service{
    justify-content: normal;
}
.kl-content-content-service .content-service-part{
    width: calc(100% / 3 - 7px);
}
.kl-nos-cles-right h4 {
    font-size: 35px;
}
.kl-bg-gradient-black, .kl-ombre{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    pointer-events: none;
}
.kl-btn-whatsapp {
    position: fixed;
    right: 25px;
    top: 90%;
    transform: translateY(-50%);
    z-index: 99;
}
.kl-content-visions p {
  width: 60%;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 10px;
}
.kl-investissements{
    padding: 5em;
}
.kl-investissements .investissement-content-top p {
    width: 100%;
}

.kl-bloc-thumb-invest{
    position: relative;
}
.kl-bg-invest {
    opacity: 0.2;
}
.kl-bloc-thumb-invest img{
    object-fit: cover;
}
/* .kl-bloc-thumb-invest svg {
    top: 50% !important;
    transform: translateY(-50%);
} */
.kl-see-more-service a {
    color: #fff;
}
.kl-bg-futures::before {
    background-position: center;
}
.kl-title-chiffre-item {
    font-size: 28px !important;
    color: #002F5D !important;
}
.kl-descr-chiffre-item {
    text-transform: uppercase;
    font-size: 15px !important;
}
.kl-contact-text{
    padding: 0px 70px;
}
.kl-contact-text h4{
    font-size: 40px !important;
}
.kl-contact-text h6{
    font-family: "Manrope", sans-serif;
}

.kl-contact-text a{
    font-family: initial;
}
.kl-hero-project img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#id-hero-project {
    height: 60vh;
    overflow: hidden;
}
.kl-fonctionnalites-avances h2{
    width: initial !important;
}
.kl-plan-content .plan-content-left, .plan-content-right {
    width: 48%;
}
.kl-plan-content-item table {
    width: 100%;
}
.kl-nos-pourquois{
    background: #F9F9F9
}
.kl-height-auto-0,.kl-height-auto-1, .kl-height-auto-2{
    height: auto;
}
#see-more-none-0, #see-more-none-1, #see-more-none-2{
    display: none;
}

/* Styles pour le slider amélioré à la page d'accueil */
.slider_accueil {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: visible;
}

.content-image-slider.slick-slider {
    opacity: 1;
    transition: opacity 0.3s ease;
}
.content-image-slider .slick-slide {
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
     z-index: 1 !important;
}
.content-image-slider .slick-slide.slick-active {
    z-index: 10 !important;
    opacity: 1;
}
.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}
.slider-prev:hover,
.slider-next:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%) scale(1.1);
}
.slider-prev {
    left: 30px;
}
.slider-next {
    right: 30px;
}
.slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 15px;
    z-index: 10;
}
.slick-dots li {
    width: 21px;
    height: 21px;
    margin: 0;
}
.slick-dots li button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.7);
    background: rgba(255,255,255,0.7);
    padding: 0;
    outline: none;
    font-size: 0;
    transition: background 0.2s, border 0.2s;
}
.slick-dots li.slick-active button {
    background: white;
    transform: scale(1.3);
}
.slick-dots li button:hover {
    background: rgba(255, 255, 255, 1);
}
.content-texte-slider {
    animation: slideInUp 0.8s ease-out;
    transition: opacity 0.5s ease;
}
.slide-item {
    position: relative;
}
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.custom-slide-indicator {
    width: 4px;
    height: 30px;
    background: rgba(255, 255, 255, 0.3);
    margin: 10px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.custom-slide-indicator.active {
    background: white;
    width: 6px;
}
.content-image-slider {
    position: relative;
    z-index: 1;
    height: 100vh;
}
.content-image-slider img {
    transition: opacity 0.3s ease;
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.content-image-slider img[data-lazy] {
    opacity: 0;
}
.content-image-slider img.slick-loading {
    opacity: 0;
}
.content-image-slider.with-parallax .slick-slide {
    transform: scale(1.05);
    transition: transform 8s ease-out;
}
.content-image-slider.with-parallax .slick-slide.slick-active {
    transform: scale(1);
}

/* Styles pour les chevrons personnalisés avec classes distinctes */
.custom-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 80px;
    height: 80px;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-slider-arrow:hover {
    transform: translateY(-50%) scale(1.2);
}
.custom-slider-arrow svg path {
    stroke: rgba(255, 255, 255, 0.5);
}

.custom-slider-arrow:hover svg path {
    stroke: rgba(255, 255, 255, 1);
}

.custom-slider-prev {
    left: 20px;
}
.custom-slider-next {
    right: 20px;
}
.slider_accueil + section,
.slider_accueil + div {
    margin-top: 0;
}


