@font-face {
    font-family: 'Reem Kufi Fun Bold';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/ReemKufiFun/ReemKufiFun-Bold.woff2") format("woff2"),url("../fonts/ReemKufiFun/ReemKufiFun-Bold.woff") format("woff");
}
@font-face {
    font-family: 'Reem Kufi Fun Medium';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/ReemKufiFun/ReemKufiFun-Medium.woff2") format("woff2"),url("../fonts/ReemKufiFun/ReemKufiFun-Medium.woff") format("woff");
}@font-face {
    font-family: 'Reem Kufi Fun';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/ReemKufiFun/ReemKufiFun-Regular.woff2") format("woff2"),url("../fonts/ReemKufiFun/ReemKufiFun-Regular.woff") format("woff");
}
@font-face {
    font-family: 'Reem Kufi Fun Semi-Bold';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/ReemKufiFun/ReemKufiFun-SemiBold.woff2") format("woff2"),url("../fonts/ReemKufiFun/ReemKufiFun-SemiBold.woff") format("woff");
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Montserrat/montserrat-v12-latin-regular.woff2") format("woff2"),url("../fonts/Montserrat/montserrat-v12-latin-regular.woff") format("woff");
}
@font-face {
    font-family: 'Montserrat Bold';
    font-style: normal;
    font-weight:700;
    src: url("../fonts/Montserrat/montserrat-v12-latin-700.woff2") format("woff2"),url("../fonts/Montserrat/montserrat-v12-latin-700.woff") format("woff");
}
@font-face {
    font-family: 'Montserrat Light';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Montserrat/montserrat-v12-latin-300.woff2") format("woff2"),url("../fonts/Montserrat/montserrat-v12-latin-300.woff") format("woff");
}
* {margin: 0;padding: 0;box-sizing: border-box;}
body{margin:0;}
a{text-decoration: none;color:#000;}
ul{list-style: none;}
img{width: 100%;height:auto;}



body {
    position: relative;
    width: 100vw;
    background-color: #fff;
    background-image: url('../imgs/bgd-footer.png');
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: 60px 36px;
    overflow-x:hidden ;
    
}

body.page-home{
    background-image:url('../imgs/corner-bottom-mob.png');
    background-position:bottom right;
    background-size: auto;
    background-repeat: no-repeat;
}
header{
    position: fixed;
    height:100dvh;
    width:53px;
    top:0;
    left:0;
    z-index: 50;
    padding:40px 12px;
}

header .menu-pre-nav svg{
    height:auto;
    width:28px;
}
header .menu-nav{
    left:-100vw;
    width:90vw;
    height:100vh;
    position: fixed;
    top:0;
    background-color:#fff;
    padding: 40px 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

header .menu-nav .menu-nav-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom:85px;
}

header .menu-nav .menu-nav-header img{
    height:40px;
    width: auto;
}

header .menu-nav nav{
    font-family: "Reem Kufi Fun Bold";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
    text-transform: uppercase;
}

header .menu-nav nav ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:48px;
}
header .menu-nav .menu-nav-top{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap:50px;
}
header .menu-nav-footer{
    text-align: center;
}

header .menu-nav-footer .lien-contact{
    padding:8px;
    border:2px solid #B59A83;
    color:#B59A83;
    font-family: "Reem Kufi Fun Bold";
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    margin:0 auto;
}

header .menu-nav-footer ul.menu-lang{
    padding-top:24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap:16px;    
}
header .menu-nav-footer ul.menu-lang a{    
    color:#B59A83;
    font-family: "Reem Kufi Fun Bold";
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

header .menu-nav-footer ul.menu-lang a.active{
    text-decoration: underline;   
}
/* Masque SVG visible tout le temps */
.page-home .home-qui-sommes-nous .mask-container {
    position: absolute;
    height:100vh;
    width:100%;
    top:0;
    left:0;
    mask: url('../imgs/Symbol-SALINI.svg'); /* Référence ton fichier SVG comme masque */
    -webkit-mask: url('../imgs/Symbol-SALINI.svg'); /* Pour les navigateurs Webkit */
    mask-size: 90% 90%;
    -webkit-mask-size: 90% 90%;
    mask-position:center;
    -webkit-mask-position:center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    z-index: 3 !important;
}



.page-home .home-qui-sommes-nous .mask-content .image1 {background-image: url('../imgs/image1.jpg');}
.page-home .home-qui-sommes-nous .mask-content .image2 {  background-image: url('../imgs/image2.jpg');}
.page-home .home-qui-sommes-nous .mask-content .image3 {background-image: url('../imgs/image3.jpg');}
.page-home .home-qui-sommes-nous .mask-content .image4 {background-image: url('../imgs/image4.jpg');}

/* Conteneur d'images en arrière-plan (image1, image2 et image3 pour le fond) */


.page-home .home-qui-sommes-nous .image1-container {background-image: url('../imgs/image1.jpg');background-repeat: no-repeat;}
.page-home .home-qui-sommes-nous .image2-container {background-image: url('../imgs/image2.jpg');background-repeat: no-repeat;}
.page-home .home-qui-sommes-nous .image3-container {background-image: url('../imgs/image3.jpg');background-repeat: no-repeat;}
.page-home .home-qui-sommes-nous .image4-container {background-image: url('../imgs/image4.jpg');background-repeat: no-repeat;}

#swiper-home-bgd{
    width:auto;
    height:100vh;
}

#swiper-home-bgd .swiper-slide{
    width:100%;
    background-position: center;
    background-size: auto 100%;
}

#swiper-home-bgd .swiper-slide a{
    position: relative;
    right:50px;
    top:50%;
}
#swiper-home-mask{
    z-index: 3;
}

#swiper-home-mask .swiper-slide{
    width:100vw !important;
    height:100vh;
    background-position: center;
    background-size: auto 100%;
}

section.home-qui-sommes-nous{
    position: relative;
}

.infos-qui-sommes-nous{
    position: absolute;
    top:0;
    z-index: 5;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height:100vh;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 30%, rgba(0, 0, 0, 0.40) 100%);
}

.infos-qui-sommes-nous h1{
    padding:0 13%;
}
.infos-qui-sommes-nous  .infos-logos{
    padding-bottom:38px;
}
.infos-qui-sommes-nous  .infos-lien{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap:35px;
}

.infos-qui-sommes-nous .infos-lien h2{
    padding:0 13%;    
    font-family: "Reem Kufi Fun Bold";
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;   
    text-align: left; 
    display: block;
    font-weight: normal;
}

 .liens-gen{
    padding:8px;
    border:2px solid #fff;
    color:#fff;
    font-family: "Reem Kufi Fun Bold";
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    margin:0 auto;
    text-align: center;
    width: 270px;
    display: block;
}

.page-home section.home-strategie-contact{
    position: relative;
    width:100%;
    z-index: 5;
    padding-bottom:121px;
}



section.home-strategie-contact .strategie-content h3{
    background:url('../imgs/logo-salini-mini.png');
    background-position:left center;
    background-size:18px 18px;
    background-repeat: no-repeat;
    padding-left:20px;
    font-family: "Reem Kufi Fun Semi-Bold";
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 100%;
}

section.home-strategie-contact .strategie-content .strategie-content-intro{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap:13px;
    padding-top:14px;
}
section.home-strategie-contact .strategie-content .strategie-content-intro svg{
    height:60px;
    width: auto;
}
section.home-strategie-contact .strategie-content .strategie-content-intro h4{
    color:#000;
    font-family: "Reem Kufi Fun Bold";
    font-size: 30px;
    text-transform: uppercase;
    line-height: 100%;
}

section.home-strategie-contact .strategie-content{
    padding:217px 27px 0;
}

section.home-strategie-contact .strategie-content p{
    font-family: 'Montserrat Light';
    font-size: 16px;
    line-height: 160%;
    padding:32px 0;
}

.liens-gen.lien-doree{
    border:2px solid #B59A83;
    color:#B59A83;
}

section.home-strategie-contact .corner-left{
    position: absolute;
    top:-30px;
    left:53px;
    background-image:url('../imgs/corner-left.png');
    background-size:169px 169px;
    background-position: top left;
    background-repeat: no-repeat;
    width: 169px;
    height: 169px;
}

section.home-strategie-contact .corner-right{
    position: absolute;
    top:53px;
    right:20px;
    height:69px;
    width: 69px;
    background-image:url('../imgs/corner-right.png');
    background-size:69px 69px;
    background-position: top left;
    background-repeat: no-repeat;
}

section.home-strategie-contact .contact span{
    font-family: 'Montserrat Light';
    font-size: 16px;
    line-height: 160%;
}

section.home-strategie-contact .strategie-galerie{
    width: 100%;
    height:100px;
    position: relative;
    margin:100px 0 80px;
    overflow: hidden;
}

section.home-strategie-contact .strategie-galerie .carousel-track{
    display: flex;
    width: 100%; 
    animation: scrollHorizontal linear infinite;
    animation-duration: var(--duration, 20s);
    height:100px;
}

section.home-strategie-contact .strategie-galerie .carousel-track img{
    width: auto;
    height: 100px;
    flex-shrink: 0;
    border-radius: 5px;
    object-fit: cover;
    margin-right:8px;
}
section.home-strategie-contact .strategie-galerie .carousel-track img:last-child{
    margin-right:0;
}

section.home-strategie-contact .contact{
    position: relative;
    left:36px;
    width: calc(100% - 36px);
    padding-right:30px;
}

section.home-strategie-contact .contact .infos-contacts{
    padding-top:25px;
    padding-bottom: 25px;
}

/*@keyframes scrollHorizontal {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }*/

footer{
    position: absolute;
    bottom: 0;
    left:0;
    height:85px;
    width: 100%;
    padding: 0 10px 0 0;
     background-image: url('../imgs/bgd-footer.png');
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: 60px 36px;
}

footer nav ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    color:#000;
    padding:25px 0;
    font-family: 'Montserrat';
    font-size:10px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    position: relative;
    z-index: 5;
}

body.page-a-propos{
    background-color:#F3F3F1;
    min-height:100vh;
    background-image: url('../imgs/bgd-footer.png');
    background-repeat: repeat-x;
    background-position: bottom right 25px;
    background-size: 60px 36px;
}

body.page-a-propos .apropos-top img{
    width: 258px;
    height: 258px;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    position: absolute;
    top:0;
    left:0;
}
.page-a-propos section.a-propos{    
    padding:93px 20px 220px 20px ;
    position: relative;
}
.page-a-propos section.a-propos h1{
    font-family: 'Reem Kufi Fun Bold';
    font-weight: normal;
    line-height: 100%;
    text-transform: uppercase;
    font-size:40px;
    margin-bottom:40px;
}
.page-a-propos section.a-propos p{
    font-family: 'Montserrat Light';
    align-self: stretch;
    font-size: 16px;
    line-height: 160%;
    padding:10px 0;
}
.page-a-propos section.a-propos p strong{
    font-family: 'Montserrat Bold';
    font-size: 16px;
    font-weight: normal;
    line-height: 160%;
}

.page-a-propos .apropos-footer{
    position: absolute;
    bottom: 0;
    right: 0;
    background-image:url('../imgs/bottom-apropos-mob.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 218px 218px;
    height:218px;
    width:218px;
}
.page-a-propos footer{
    background:none;
}
.page-a-propos footer nav ul{
    justify-content: flex-start;
    padding-left:20px;
}

.page-strategie{    
   padding:96px 20px 70px 20px;
    position: relative;
    background-color:#F3F3F1;
}

.page-strategie h1{
    font-size:40px;
    font-family: 'Reem Kufi Fun Bold';
    font-weight: normal;
    text-transform: uppercase;
    line-height: 100%;   
    padding-bottom:40px;
    min-height: 80px;
}
.page-strategie section{
    margin-bottom:40px;
}
.page-strategie .corner-blue{
    position: absolute;
    background-image: url('../imgs/corner-blue-topleft.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    height:30px;
    width: 30px;
    top:170px;
    left:0;
}
.page-strategie .corner-salini{
    position: absolute;
    background-image: url('../imgs/corner-salini-bottomright.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 84px 84px;
    height:84px;
    width: 84px;
    bottom:93px;
    right:10px;
}
.page-strategie section h2{
    font-size:34px;
    font-family: 'Reem Kufi Fun Bold';
    font-weight: normal;
    text-transform: uppercase;
    line-height: 100%; 
    padding-bottom:8px;
}
.page-strategie section h2 span{
    font-size:40px;
    font-family: 'Reem Kufi Fun Bold';
    font-weight: normal;
    text-transform: uppercase;
    line-height: 100%;
    color:#85B8CF;
}
.page-strategie section h3{
    font-size:24px;
    font-family: 'Reem Kufi Fun Bold';
    font-weight: normal;
    text-transform: uppercase;
    line-height: 100%; 
    padding-bottom:24px;
}

.page-strategie section p{
    font-size: 16px;
    font-family: 'Montserrat Light';
    line-height: 160%;
    padding-bottom:24px;
}

.page-strategie section ul{
    border-top:1px solid #000;
    padding-top:32px;
}
.page-strategie section ul li{
    padding-left:48px;
    padding-top:9px;
}

.page-strategie section ul li.strategie-objectif{
    background-image:url('../imgs/picto-objectif.png');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: top left;
}

.page-strategie section ul li.strategie-approche{
    background-image:url('../imgs/picto-approche.png');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: top left;
}

.page-strategie section ul li.strategie-impact{
    background-image:url('../imgs/picto-objectif.png');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: top left;
}


.page-strategie section ul li h4{
    font-size:20px;
    font-family: 'Reem Kufi Fun Bold';
    font-weight: normal;
    text-transform: uppercase;
    line-height: 100%;
    padding-bottom:8px;
}
.page-strategie section ul li p{
    font-size: 12px;
    font-family: 'Montserrat Bold';
}

.page-strategie .investir-etape{display: none;}    
.page-strategie .gerer-etape{display: none;}    
.page-strategie .strategie-gerer h2 span{color:#DCC87C;}
.page-strategie .developper-etape{display: none;}  
.page-strategie .strategie-developper h2 span{color:#B59A83;} 

.page-strategie .strategie-gerer{
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
}

.page-mentions,.page-actualites{
    position: relative;
    background-color: #F3F3F1;
    padding: 96px 0 70px;
}

.page-mentions h1,.page-actualites h1{
    font-family: "Reem Kufi Fun Bold";
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    line-height:100%;
    padding-left:20px;    
    padding-bottom:30px
}

.page-mentions section.mentions-legales,
.page-actualites section.actualites{
    background-image:url('../imgs/corner-left.png'),url('../imgs/corner-bottom-right.png');
    background-position: top left,bottom right;
    background-size: 56px 56px,134px 134px;
    background-repeat: no-repeat;
    padding:66px 20px 56px 20px;
}

.page-mentions section.mentions-legales article{
    padding-bottom:40px;
}

.page-mentions section.mentions-legales h2{
    font-family: "Reem Kufi Fun Bold";
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    line-height:100%;
    padding-bottom:32px;
}

.page-mentions section.mentions-legales p{
    font-family: "Montserrat Light";
    font-size: 16px;
    font-weight: 400;
    line-height:160%;
}
.page-mentions section.mentions-legales ul{
    list-style-type: disc;
    font-family: "Montserrat Light";
    font-size: 16px;
    font-weight: 400;
    line-height:160%;
    padding-left:20px;
    padding-top:32px;
}
.page-mentions section.mentions-legales ul li{
    padding-left:5px;
}

.page-mentions section.mentions-legales ul li::marker {
    font-size: 0.8em;
  }

  body.page-404{
    height:100vh;
  }

  body.page-404 section.erreur404{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    height:100%;
    width: 100%;
    background-image:url('../imgs/404-mob@2x.jpg');
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding:96px 20px 0 73px;;
  }
  body.page-404 section.erreur404 h1{
    font-family:'Reem Kufi Fun';
    color:#fff;
    font-size: 150px;
    font-weight: normal;
    line-height: 100%;
    padding-bottom:56px;
  }
  body.page-404 section.erreur404 h2{
    font-family:'Montserrat Light';
    color:#fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 160%;
    padding-bottom:24px;
  }
  body.page-404 section.erreur404 a{
    color:#fff;
    border:2px solid #fff;
    font-family: 'Reem Kufi Fun Bold';
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    padding: 16px;
    width: max-content;
    margin:0 auto;
  }

 .page-patrimoine .notre-patrimoine{
    height:100vh;
    background-color:#F3F3F1;
    padding-top:96px;
    text-align:center;
  background-image: url('../imgs/bgd-footer.png');
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: 60px 36px;
}
.page-patrimoine .notre-patrimoine h1{
    font-family:'Reem Kufi Fun Bold';
    font-weight:normal;
    font-size:40px;
    line-height:100%;
    text-transform:uppercase;
    text-align: left;
    padding-left:73px;
    
}

.page-patrimoine .patrimoine-content{
   padding-top:72px;
}
.page-patrimoine .swiper-patrimoine{
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:calc(100% - 325px);
}
.page-patrimoine .swiper-patrimoine .swiper-container {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;

}
.page-patrimoine .swiper-patrimoine .swiper-slide {
    width: 250px !important;
    height: 380px !important;
    transition:  width 0.3s ease, height 0.3s ease;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}

.page-patrimoine .swiper-patrimoine .swiper-slide img {
    width: auto;
    height: 100%;
    display: block;               
}

.page-patrimoine .swiper-patrimoine .swiper-slide .slide-img{ 
    border-radius: 24px 24px 0 0;
    overflow: hidden;
    width: 100%;
}
.page-patrimoine .swiper-patrimoine .swiper-slide-active {
    width: 250px !important;
    height: 380px !important;
    z-index: 2;
}

.page-patrimoine .swiper-patrimoine .swiper-wrapper {
    align-items: center;
    justify-content: center;
}

.page-patrimoine .swiper-patrimoine .swiper-slide .slide-txt{
     background-color:#fff;
     border-radius: 0 0 24px 24px;  
     width: 100%; 
     display:flex;
     flex-direction:row;
     justify-content:space-between;
     padding:16px;
}
.page-patrimoine .swiper-patrimoine .swiper-slide .slide-txt h2{
    font-family: 'Reem Kufi Fun Semi-Bold';
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color:#000;
    text-align: left;
    transition: font-size 0.3s ease;
}
.page-patrimoine .swiper-patrimoine .swiper-slide .slide-txt span{
    font-family: 'Montserrat';
    font-size: 12px;
    color:#aaa;
    text-align: right;
    line-height: 160%;
    transition: font-size 0.3s ease;
}


.page-patrimoine .popin{
    display: none;
    position: absolute;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    z-index: 50;
    background-color:rgba(0, 0, 0, 0.8);
    overflow: hidden;
}
  .page-patrimoine .popin .popin-header {
    z-index: 5;
    position: relative;
  }

.page-patrimoine .popin .popin-header .popin-close{
    width:40px;
    height:44px;
    position: absolute;
    top:24px;
    right:24px;
}

.page-patrimoine .popin .encart-txt{
    position: absolute;
    bottom:24px;
    right: 24px;
    background-color:#fff;
    border-radius: 24px;
    padding:24px;
    width: 325px;
}

.page-patrimoine .popin .encart-txt .encart-header{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom:28px
}

.page-patrimoine .popin .encart-txt .encart-header h3{
    font-family: 'Reem Kufi Fun Bold';
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    color:#000;
    max-width: 70%;
}

.page-patrimoine .popin .encart-txt .encart-header span{
    text-align: right;
    font-family: 'Montserrat Light';
    color:#aaa;
    font-size:20px;
    line-height: 160%;
}
.page-patrimoine .popin .encart-txt .encart-body{
    font-family: 'Montserrat Light';
    font-size: 16px;
    line-height: 160%;
}
.page-patrimoine .popin .encart-txt .encart-body strong{
    font-family: 'Montserrat Bold';
    font-weight: normal;
}
.page-patrimoine .popin .encart-txt .encart-body strong sup{
    font-size: 8px;
}
.page-patrimoine .popin .encart-txt .encart-body p{
    padding-bottom:24px;
}

.page-patrimoine .popin .encart-txt .encart-body ul{
    list-style-type: disc;
    font-family: "Montserrat Light";
    font-size: 16px;
    font-weight: 400;
    line-height:160%;
    padding-left:20px;
}
.page-patrimoine .popin .encart-txt .encart-body ul li{
    padding-left:5px;
}

.page-patrimoine .popin .encart-txt .encart-body ul li::marker {
    font-size: 0.8em;
  }

  
#swiper-home-bgd{
    width:auto;
    height:100vh;
}

#swiper-home-bgd .swiper-slide{
    width:100%;
    background-position: center;
    background-size: auto 100%;
}



.page-patrimoine .popin .swiper-popin-main {
    height:calc(100vw / 1.77 - 40px);
    width:100%;    
    position: absolute;
    top:120px;
}
.page-patrimoine .popin .swiper-popin-main .swiper-slide{
    width:calc(100% - 40px);
    padding:0 20px;
}
.page-patrimoine .popin .swiper-button-prev{
    left:0px;
    top: 200px;
    background-image:url('../imgs/btn-left.png');
    background-size: 58px 58px;
    background-repeat: no-repeat;
    background-position: center;
    width:58px;
    height:58px;
}
.page-patrimoine .popin .swiper-button-prev::after{
    content: '';
}
.page-patrimoine .popin .swiper-button-next{
    right:0px;    
    top: 200px;
    background-image:url('../imgs/btn-right.png');
    background-size: 58px 58px;
    background-repeat: no-repeat;
    background-position: center;
    width:58px;
    height:58px;
}
.page-patrimoine .popin .swiper-button-next::after{
    content: '';
}
.page-patrimoine .popin .mask-info-content {
    
    position: absolute;
    width: 100vw;
    height:100vh;  
    z-index: 3 !important;
}

.page-patrimoine .popin .mask-info-content .mask-container {
    position: relative;
    height:calc(100vw / 1.77 - 40px);
    width:100%;
    top:120px;
    left:20px;
    mask: url('../imgs/Symbol-SALINI.svg'); /* Référence ton fichier SVG comme masque */
    -webkit-mask: url('../imgs/Symbol-SALINI.svg'); /* Pour les navigateurs Webkit */
    mask-size: 90% 90%;
    -webkit-mask-size: 90% 90%;
    mask-position:center;
    -webkit-mask-position:center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.page-patrimoine .popin .swiper-popin-mask {
    height:100%;
}

.page-patrimoine .popin .swiper-popin-mask img{
    width:calc(100% - 40px);
}

.page-contact{
    width: 100%;
    min-height:100vh;
    background-color:#f3f3f1;
    background-image:url('../imgs/corner-contact-dk.png'),url('../imgs/corner-contact-bottom.png');
    background-repeat: no-repeat;
    background-size: 218px 218px,268px 257px;
    background-position: top right,bottom left;
}

.page-contact .contact{
    padding:120px 20px 150px;
    width: 100%;
}
.page-contact .contact h1{
    font-family: 'Reem Kufi Fun Bold';
    font-weight: normal;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    padding-bottom:40px;
}
.page-contact .contact form{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap:32px;
}

.page-contact .contact form .input-bloc{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap:32px;
}

.page-contact .contact form .input-bloc label{
    font-family: 'Reem Kufi Fun Semi-Bold';
    font-size: 14px;
    line-height: 160%;
    text-transform: uppercase;
    display: inline-block;
}

.page-contact .contact form .input-bloc input,
.page-contact .contact form .input-bloc select{
    font-family: 'Montserrat Light';
    font-size: 16px;
    line-height: 160%;
    border:0;
    border-bottom:1px solid #000;
    padding:8px 0;
    width: 100%;
    color:#aaa;
    background-color: #f3f3f1;
    box-shadow: none;
}

.page-contact .contact form .input-bloc input.error,
.page-contact .contact form .input-bloc select.error{
    
    border-bottom:1px solid red;
    color:red;
}

.page-contact .contact form .input-bloc input:focus,
.page-contact .contact form .input-bloc select:focus {
    outline: none !important;    
    border:0;
    border-bottom:1px solid #000;
  }

.page-contact .contact form .input-bloc textarea{
      font-family: 'Montserrat Light';
        font-size: 16px;
        line-height: 160%;
        border:1px solid #000;
        padding:8px;
        width: 100%;
        color:#aaa;
        background-color: #f3f3f1;
        height:220px;
}
.page-contact .contact form .input-bloc textarea:focus{
    outline: none !important; 
    border:1px solid #000;
}
.page-contact .contact form .input-bloc textarea.error{    
        border:1px solid red;
        color:red;
}
.page-contact p{
    font-family: 'Montserrat Light';
        font-size: 16px;
        text-align: center;
        padding-bottom:10px;
}
.page-contact .contact form a.btn-submit{
    font-family: "Reem Kufi Fun Bold";
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    color:#85B8CF;
    text-align: center;
    padding:16px;
    border:2px solid #85B8CF;
    width: fit-content;
    margin:0 auto;
}

.page-actualites .actualites{
   padding-top:120px;
    margin:0 auto;
}
.actualites .actualites-content{
     display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap:10px;
    width: fit-content;
    margin:0 auto;
    width: 100%;
}
.actualites .actualites-content iframe{
    width: 100%;
    max-width: 504px;
    overflow: hidden;
        margin: 0 auto;
        height: revert-layer;
}
@media screen and (min-height: 500px) {
    .page-contact {
        min-height:800px;
    }
}
@media screen and (min-height: 850px) {
    .page-contact {
        min-height:100vh;
    }
}
@media screen and (min-width: 1000px) {

    body.page-home{        
        background-image:url('../imgs/corner-bottom-dk.png');
        background-position:bottom right;
        background-size: 60%;
        background-repeat: no-repeat;
    }
    header{
        position: fixed;
        background-color:#fff;
        height:100vh;
        width:128px;
        top:0;
        left:0;
        z-index: 50;
        padding:40px 32px;
    }

    header .menu-nav{
        left:-309px;
        width:309px;
        height:100vh;
        position: fixed;
        top:0;
        background-color:#fff;
        padding: 40px 32px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    header .menu-nav .menu-nav-header{
        justify-content: center;
        padding-bottom:0;
    }
    header .menu-nav .menu-close{
        display: none;
    }

    header .menu-nav .menu-nav-header{
        height:inherit;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap:80px;
    }

     header .menu-nav .menu-nav-top{
        gap:50px;
    }

    header .menu-pre-nav svg{
        height:auto;
        width:58px;
    }

    footer{
        background-image:url('../imgs/bgd-footer.png');
        background-position:bottom right;
        background-size: 100px 60px;
        background-repeat: repeat-x;
        height:110px;
    }

    .page-a-propos footer{
        background: none;
    }

    footer nav ul {
        justify-content: flex-start;
        padding-left:146px;
    }
    
    #swiper-home-bgd .swiper-slide{
        background-size: 100%;
        background-position: top center;
    }

    #swiper-home-mask .swiper-slide{
        background-size:100% auto;
        background-position: top center;
    }
    .infos-qui-sommes-nous {
        background:none;
        width:40%;
        right:100px;
        left:inherit;
    }
    .infos-qui-sommes-nous .infos-lien{
        padding-left:34%;
    }
    .infos-qui-sommes-nous .infos-lien h2 {
        padding: 0;
    }

    section.home-strategie-contact .corner-left {
        top: -34px;
        left:calc(120px + 6%);
       background-size: 360px 360px;
        width: 360px;
        height: 360px;
    }
    section.home-strategie-contact .corner-right {
        top:187px;
        right:30%;
    }

    section.home-strategie-contact .strategie-content {
        width:40%;
        margin:0 auto;
        padding:217px 0 0;
    }

    section.home-strategie-contact .strategie-content .strategie-content-intro svg{
        height: 80px;
    }

    section.home-strategie-contact .strategie-content .strategie-content-intro h4 {
        font-size: 40px;
    }

    section.home-strategie-contact .strategie-galerie {
        height:480px;
        margin:100px 0 122px;
    }

    section.home-strategie-contact .strategie-galerie .carousel-track {
        height:480px;
    }
    section.home-strategie-contact .strategie-galerie .carousel-track img {
        border-radius:24px;        
        height:480px;
        margin-right:40px;
    }

    section.home-strategie-contact .contact {
        width: 40%;
        left:20%;
        padding-bottom:130px;
    }
    section.home-strategie-contact .contact  img{
        width:60%;
    }
    section.home-strategie-contact .contact span{
        display: block;
        font-size: 20px;
        padding-left:18%;
    }

    body.page-a-propos{
        background-image: url('../imgs/bgd-footer.png');
        background-repeat: repeat-x;
        background-position:   bottom right 21px;
        background-size: calc((100vh / 18) * (5/3)) calc(100vh / 18);
    }
    body.page-404  {
        background-image: url('../imgs/bgd-footer.png');
        background-repeat: repeat-x;
        background-position:   bottom right 21px;
        background-size: 100px 60px;
      }
      body.page-a-propos .apropos-top{
        background-image: url('../imgs/top-a-propos-dk.png');
        background-repeat: no-repeat;
        background-position:   top left;
        background-size: 482px 481px;
        width: 482px;
        height:481px;
        position: absolute;
        top:0;
        left:0;
      }
      
    body.page-strategie,
    body.page-mentions,
    body.page-actualites{
        background-image:none;
    }
      body.page-a-propos .apropos-top img {
            display: none;
      }

      .page-a-propos section.a-propos{
            width:30%;
            min-width: 500px;
            padding:0;
            position: relative;
            top:10vh;
            left:15%;
      }

      .page-a-propos section.a-propos h1 {
            font-size:60px;
      }

    .page-a-propos .apropos-footer {
        background-image: url('../imgs/bottom-apropos-dk.png');
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: auto 100vh;
        height: 100vh;
        width: 100vh;
      }

      .page-a-propos footer ,
      .page-strategie footer,
      .page-mentions footer,
      .page-actualites footer,
      .page-404 footer{
        height:115px;
        padding-left:128px;
      }
      .page-a-propos footer ul ,
      .page-strategie footer ul,
      .page-mentions footer ul,
      .page-actualites footer ul,
      .page-404 footer ul{
        justify-content: flex-start;
        padding-left:24px;
      }

      .page-strategie{    
        padding:129px 96px 168px 244px;
    }
    .page-strategie .corner-blue {
        background-size: 60px 60px;
        height: 60px;
        width: 60px;
        top: 230px;
        left: 12%;
    }
    
    .page-strategie h1 {
        font-size: 60px;
        padding-left:0;
        padding-bottom:0;
    }

    .page-strategie section.strategie-investir {
        margin:100px 0 12px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap:64px;
        
        padding-left:0;
    }

    
    .page-strategie section.strategie-investir .strategie-investir-content{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap:50px;
        width:55%;
    }
    .page-strategie section.strategie-investir .investir-img{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 25%;
        position: relative;
        top:150px;
    }
    .page-strategie section h2 {
        font-size:40px;
    }
    .page-strategie section h2 span.etape {display: none;}
    .page-strategie .investir-etape{display: block;}    
    .page-strategie .gerer-etape{display: block;}    
    .page-strategie .developper-etape{display: block;width: 70px;}   

    .page-strategie section h3 {
        font-size:20px;
    }
    .page-strategie section ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap:16px;
    }

    .page-strategie section svg{
        height:90px;
    }
    .page-strategie section ul li{
        width: 200px;
    }
    .page-strategie section ul li h4 {
        font-size: 24px;
    }
    .page-strategie section ul li p {
        font-size: 10px;
    }

    .page-strategie section.strategie-gerer {
        margin:179px 0 250px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap:64px;        
        padding-left:5%;
        position: relative;
    }

    .page-strategie section.strategie-gerer .gerer-img{
        position: absolute;
        top:170px;
        width:35%;
        left:-90px;
    }
    
    .page-strategie section.strategie-gerer .strategie-gerer-content{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap:50px;
        width:55%;
    }

    .page-strategie section.strategie-developper{
        position: relative;
        margin-top:0;
    }
    
    .page-strategie section.strategie-developper .strategie-developper-content{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap:50px;
        width:55%;
        padding-left:0;
    }

    .page-strategie section.strategie-developper .strategie-developper-content .developper-img{
        position: absolute;
        right: 0;
        top:-250px;
        width: 40%;
    }

    .page-strategie .corner-salini {
        width:150px;
        height:150px;
        background-size: 150px 150px;
        right:8%;
    }
    
    .page-mentions,
    .page-actualites{
        padding:229px 96px 94px 242px;
    }

    
    .page-mentions h1,
    .page-actualites h1{
        font-size: 60px ;   
        padding:0 0 64px 150px;
    }

    .page-mentions section.mentions-legales,
    .page-actualites section.actualites{
        background-image:url('../imgs/corner-left.png'),url('../imgs/corner-bottom-right.png');
        background-position: top left,bottom right;
        background-size: 100px 100px,268px 268px;
        background-repeat: no-repeat;
        padding:0 268px 56px 150px;
        width:100%;
    }
     .page-actualites section.actualites{
        padding-top:120px;
     }
    .page-mentions section.mentions-legales h2 {
        font-size: 32px;
    }
    .page-mentions section.mentions-legales article {
        padding-bottom:64px;
    }

    

    body.page-404 section.erreur404{
        background-image:url('../imgs/404@2x.jpg');
        background-size: cover;
        background-position: bottom center;
        background-repeat: no-repeat;
        padding-top:200px;
    }
    body.page-404 section.erreur404 h1{
        font-size: 462px;
        line-height: 100%;
        padding:0;
    }

     .page-patrimoine{background:none;}
    .page-patrimoine .notre-patrimoine{
        padding-top:150px;
        background-image:url('../imgs/corner-left.png');
        background-size:150px 150px;
        background-repeat: no-repeat;
        background-position: top 57px left 168px;
    }
    .page-patrimoine .patrimoine-content {
        padding-top:75px;
    }
    .page-patrimoine .notre-patrimoine h1{
        font-size:60px;
        padding-left:388px;        
    }
    .page-patrimoine .swiper-patrimoine .swiper-slide {
        width: 268px !important;
        height: 229px !important;
    }
    .page-patrimoine .swiper-patrimoine .swiper-slide img {
        width: 100%;
        height: auto;            
    }
    .page-patrimoine .swiper-patrimoine .swiper-slide-active {
        width: 400px !important;
        height: 266px !important;
    }
    
    .page-patrimoine .swiper-patrimoine .swiper-slide.swiper-slide-active .slide-txt h2{
        font-size: 23px;
    }

    .page-patrimoine .swiper-patrimoine .swiper-slide.swiper-slide-active .slide-txt span{
        font-size: 17px;
    }

    .page-patrimoine .popin{
        padding:0;
    }
    .page-patrimoine .popin .swiper-popin-main{
        top:0;
        height:100%;
    }
    .page-patrimoine .popin .swiper-popin-main .swiper-slide {
        padding: 0;
    }
    .page-patrimoine .popin .encart-txt {
        z-index: 3;
        min-width: 325px;
        width: auto;
    }

    .page-patrimoine .popin .mask-info-content .mask-container{
        top:0;
        left:0;
        height:100vh;
    }

     .page-patrimoine .popin .mask-info-content .mask-container img{
        height:100%;
        width: auto;
    }

    .page-patrimoine .popin .swiper-popin-main img{
        height:100%;
        width: auto;
    }
    .page-patrimoine .popin .swiper-button-prev {top: var(--swiper-navigation-top-offset,50%);}
    .page-patrimoine .popin .swiper-button-next {top: var(--swiper-navigation-top-offset,50%);}

    .page-contact {
        background-size:auto 80%,481px 462px;
        background-position: top right, bottom  left 99px;
    }

    .page-contact .contact{
        width: 30%;
        min-width: 500px;
        padding: 0;
        position: relative;
        top: 10vh;
        left: 25%;
    }
    .page-contact .contact h1{
        font-size:60px;
        padding-bottom:20px
    }
    .page-contact .contact form {
        gap:20px;
    }

    .page-contact .contact form .input-bloc {
        flex-direction: row;
        gap:24px;
    }
    .page-contact .contact form .input-bloc .form-input{
        width: 100%;
    }
    .page-contact .contact form .input-bloc .form-input.col2{
        width: calc(50% - 12px);
    }
    .page-contact footer{
        background-position: bottom left;
    }
    .page-contact .contact form .input-bloc textarea {
        height:150px;
    }
}

@media screen and (min-width: 1500px) {

     header .menu-nav .menu-nav-header{
        padding-bottom:85px;
    }
     header .menu-nav .menu-nav-top{
        gap:100px;
    }
    .page-strategie section.strategie-investir {
        padding-left:2%;
    }

    .page-strategie section ul li {
        width: 240px;
    }
     .page-strategie section.strategie-investir .investir-img{
        width: 30%;
    }
    .page-strategie section.strategie-developper .strategie-developper-content .developper-img{
        position: absolute;
        right: 5%;
        top:-350px;
        width: auto;
    }
     .page-strategie section.strategie-gerer .gerer-img {
        position: absolute;
        top: 170px;
        width:35%;
     }
    .page-strategie section.strategie-developper .strategie-developper-content{
       width:55%;
        padding-left:2%;
    }
    .page-strategie .corner-salini {
        width:232px;
        height:232px;
        background-size: 232px 232px;
        right:15%;
    }

    .page-a-propos section.a-propos{
            width:30%;
            min-width: 500px;
            padding:0;
            position: relative;
            top:20vh;
            left:25%;
      }
      body.page-home{ 
        background-size: auto;
    }

      section.home-strategie-contact .corner-left {
        top: -64px;
        left:calc(120px + 6%);
       background-size: 560px 560px;
        width: 560px;
        height: 560px;
    }
     section.home-strategie-contact .strategie-content {
        width:30%;
        margin:0 auto;
        padding:217px 0 0;
    }


    section.home-strategie-contact .strategie-content .strategie-content-intro h4 {
        font-size: 68px;
    }
    section.home-strategie-contact .strategie-content .strategie-content-intro svg{
        height: inherit;
    }
     section.home-strategie-contact .contact {
        width: 25%;
    }
    .page-a-propos .apropos-footer {
        background-image: url('../imgs/bottom-apropos-dk.png');
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: 960px 960px;
        height: 960px;
        width: 960px;
      }

       .page-a-propos section.a-propos h1 {
            font-size:96px;
      }
      .page-strategie{    
        padding:229px 96px 168px 244px;
    }
      .page-strategie h1 {
        font-size: 96px;
        padding-left:14%;
        padding-bottom:0;
    }
    .page-strategie section svg{
        height:inherit;
    }
     .page-strategie section h2 {
        font-size:68px;
    }
    .page-strategie section h3 {
        font-size:32px;
    }
       .page-strategie section.strategie-investir {
        margin:179px 0 12px;
    }
    .page-strategie section.strategie-investir .investir-img{
        top:0;
    }
    .page-strategie section.strategie-gerer .strategie-gerer-content{
        padding-left:24%;
    }
      .page-strategie section.strategie-gerer .gerer-img{
        left:inherit;
      }
    .page-strategie .developper-etape{width: auto;}   
     .page-strategie .corner-blue {
        top: 430px;
    }
    .page-strategie section.strategie-gerer {
        margin:179px 0 358px;
    }
    .page-strategie section.strategie-developper .strategie-developper-content .developper-img{
        top:-350px;
    }
      .page-strategie section.strategie-developper {
        margin-top:500px;
      }

       .page-strategie .corner-salini {
        width:232px;
        height:232px;
        background-size: 232px 232px;
        right:8%;
    }

    .page-patrimoine .notre-patrimoine h1{
        font-size:96px;
        padding-left:388px;        
    }
    .page-patrimoine .notre-patrimoine{
        padding-top:229px;
    }
     .page-patrimoine .patrimoine-content {
        padding-top:150px;
    }
     .page-patrimoine .popin .mask-info-content .mask-container img{
        height:auto;
        width: 100%;
    }

    .page-patrimoine .popin .swiper-popin-main img{
         height:auto;
        width: 100%;
    }

    .page-contact .contact{
        top: 10vh;
    }
    .page-contact .contact h1{
        font-size:96px;        
        padding-bottom:40px
    }

    .page-contact .contact form {
        gap:32px;
    }
    .page-contact .contact form .input-bloc textarea {

        height:220px;
    }
}
@media screen and (min-width: 1800px) {
    .page-strategie section.strategie-investir {
        padding-left:16%;
    }

    .page-strategie section ul li {
        width: 240px;
    }
     .page-strategie section.strategie-investir .investir-img{
        width: 30%;
    }
    .page-strategie section.strategie-developper .strategie-developper-content .developper-img{
        position: absolute;
        right: 5%;
        top:-350px;
        width: auto;
    }
     .page-strategie section.strategie-gerer .gerer-img {
        position: absolute;
        top: 170px;
        width:auto;
     }
    .page-strategie section.strategie-developper .strategie-developper-content{
       width:55%;
        padding-left:16%;
    }
    .page-strategie .corner-salini {
        width:232px;
        height:232px;
        background-size: 232px 232px;
        right:23%;
    }
}