@font-face {
    font-family: 'BellotaText';
    src: url('fonts/Bellota_Text/BellotaText-Regular.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'BellotaText';
    src: url('fonts/Bellota_Text/BellotaText-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'BellotaText';
    src: url('fonts/Bellota_Text/BellotaText-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'BellotaText';
    src: url('fonts/Bellota_Text/BellotaText-Italic.ttf') format('truetype');
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
}

.bellota{
    font-family: 'BellotaText';
}

.opensans{
    font-family: 'OpenSans';
}

.z-index-1{
    z-index: 1;
}

.pointer{
    cursor: pointer;
}

.uppercase{
    text-transform: uppercase;
}

img{
    max-width: 100%;
    height: auto;
}

.translate{
    transform: translateY(135px);
}

.h1Hero{
    opacity: 0;
}

.h2Hero{
    display: none;
    opacity: 0;
}

.bg-dark {
    background-color: #000000 !important;
}

.text-light {
    color: #ffffff !important;
}

*{
    box-sizing: border-box;
}

a,a:hover{
    color:black;
    text-decoration: none;
}

body{
    font-family: 'OpenSans';
    font-size: 20px;
}

.container-sm{
    max-width: 1076px!important;
    margin: auto;
}

h1,h2,h3,h4{
    font-family: 'BellotaText';
}

.pb-10{
    padding-bottom: 10rem;
}

.font-italic{
    font-style: italic;
}

.fs-12{
    font-size: 12px;
}

.fs-14{
    font-size: 14px;
}

.fs-16{
    font-size: 16px;
}

.fs-18{
    font-size: 18px;
}

.fs-20{
    font-size: 20px;
}

.fs-22{
    font-size: 22px;
}

.fs-24{
    font-size: 24px;
}

.fs-26{
    font-size: 26px;
}

.fs-30{
    font-size: 30px;
}

.fs-32{
    font-size: 32px;
}   

.fs-36{
    font-size: 36px;
}

.fs-38{
    font-size: 38px;
}

.fs-46{
    font-size: 46px;
}

.fs-48{
    font-size: 48px;
}

.fs-66{
    font-size: 66px;
}

.fs-86{
    font-size: 86px;
}

.fw-100{
    font-weight:100;
}

.fw-200{
    font-weight:200;
}

.fw-300{
    font-weight:300;
}

.fw-400{
    font-weight:400!important;
}

.fw-500{
    font-weight:500;
}

.fw-600{
    font-weight:600;
}

.fw-700{
    font-weight:700;
}

.fw-800{
    font-weight:800;
}

.fw-900{
    font-weight:900;
}

.ps-cs-2{
    padding-left: 2rem;
}

.lh-1{
    line-height: 1;
}


b, strong {
    font-weight: 800;
}

.maincolor{
    color:#EB1461;
}

.title{
    height: 148px;
    margin-bottom: 0!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title .titleText{
    position: relative;
    z-index:2;
}

.title .svgTitle{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.title .svgTitle.white svg path{
    fill: white;
}


.header{
z-index: 1000;
position: absolute;
top: 0;
left: 0;
width: 100%;
background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}  

.darkHeader .header{
    background-color: #000000;
    background: #000000;
    position: relative;
}



.header.fixed{
    background-color: #000000;
    background: #000000;
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.header.fixed .container{
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}

.menu-toggle {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding:13px 5px;
    width: 30px;
    height: 46px;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    transform: rotate(15deg);
}

.bar {
    width: 12px;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease;
}

.menu-toggle:hover,.menu-toggle.close{
    transform: rotate(-15deg);
}

.menu-toggle.close:hover{
    transform: rotate(15deg);
}

.menu-toggle:hover .bar:nth-child(2),.menu-toggle.close .bar:nth-child(2) {
    opacity: 0;
}

.menu-toggle:hover .bar:nth-child(1),.menu-toggle.close .bar:nth-child(1) {
    transform: rotate(90deg) translate(6px, 0);
}

.menu-toggle:hover .bar:nth-child(3),.menu-toggle.close .bar:nth-child(3) {
    transform: rotate(0deg) translate(0, -8px);
}

.menu-toggle.close:hover .bar:nth-child(1) {
    opacity: 0;
}


.main-menu,.custom-mod {
    display: block;
    position: fixed;
    padding-top: 102px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    z-index: 1001;
    transition: opacity 0.5s ease;
}


.main-menu.open,.custom-mod.open {
    opacity: 1;
    visibility: visible;
    overflow: auto;
}

.w-639{
    width: 639px;
    max-width: 100%;
    margin: auto;
}

.custom-mod textarea{
    height: 120px;
}

.socialBien{
    width: 120px;
    height: 120px;
    border-radius: 6px;
    border: 2px solid #FFFFFF;
}

.main-menu ul {
    list-style: none;
    padding: 0; 
    overflow: hidden;
}

.main-menu li {
    margin: 7.5px 0;
    margin-left: -22px;
    overflow: hidden;
    transition:all 0.5s ease;
}

.main-menu li:hover {
    margin-left: 0;
}

.main-menu li a{
    font-weight: 300;
    font-size: 34px;
}

.main-menu li a svg{
    transition:all 0.5s ease;
    visibility: hidden;
    opacity: 0;
    margin-right: 0.25rem;
}

.main-menu li:hover svg{
    visibility: visible;
    opacity: 1;
}

.current{
    background-color: #EB1461;
    color: #FFFFFF;
}

.social a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-right: 1rem;
}

.social a span{
    display: flex;
    align-items: center;
    justify-content: center;
}

.social a svg path{
    fill: black;
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
}

.hero::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.hero .hero-content {
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.hero .hero-content h1{
    position: absolute;
    width: 100%;
    top:0;
    left: 50%;
    transform: translateX(-50%);
}

.hero .hero-content .hero-tab-container{
    position: absolute;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
}

.hero-bottom{
    border:2px solid #FFFFFF;
    border-radius: 6px;
    width: 205px;
    height: 35px;
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
}

.hero-star{
    width: 24px;
    height: 24px;
    position: relative;
}

.hero-star.full svg path{
    fill-opacity: 1;
}

.hero-star svg{
    position: absolute;
    bottom: 0;
    left: 0;
}

.hero-star svg:nth-child(2){
    left: 1px;
}

.hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.w-1000{
    max-width: 100%;
    width: 1000px;
    margin: auto;
}

.nav-tabs{
   width: 100%;
   border-bottom: none;
}

.custom-tabs .nav-link {
    border: none;
    background: #000;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 2rem;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    border-radius: 0.75rem 0.75rem 0 0;
    width: 100%;
    justify-content: center;
    font-family: BellotaText;
  }

  .custom-tabs .nav-item:first-child .nav-link{
    border-radius: 0.75rem 0 0 0;
  } 

  .custom-tabs .nav-item:last-child .nav-link{
    border-radius: 0 0.75rem 0 0;
  } 

  .hero-tab-container hr{
    width: 2%;
    height: 100%;
    background-color: transparent;
   }
  
  .custom-tabs .nav-link.active {
    background: white;
    color: black;
  }

  .custom-tabs .nav-link.active svg path{
    fill: #000000;
  }

  .custom-tabs .nav-link svg path{
    fill: #FFFFFF;
  }

  .custom-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid white;
    z-index: 3;
  }
  
  .glassmorph-bg {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius:1rem;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
  }

  .backGrey{
    background-color: #E5E5E5;
  }
  
  .btn-pink,.btn-pink-noHover {
    background-color: #EB1461;
    color: white;
    font-weight: 700;
    border: none;
    padding: 0.6rem 2rem;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: BellotaText;
    font-size: 18px;
    text-transform: uppercase;
    height: 40px;
  }

  .btn-pink-noHover {
    padding: 0.6rem 1rem;
  }

  .btn-pink:hover {
    background-color: #FFFFFF;
    color: #EB1461;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6);   
  }

  .btn-pink:hover svg path{
    stroke: #EB1461;
  }

  .btn-pink svg{
    transition: all 0.3s ease-in-out;
    margin-left: 1rem;
  }

  .btn-pink:hover svg {
    transform: scale(1.3);
  }

  .btn-pink-noHover:hover{
    background-color: #EB1461;
    color: white;
  }
  

  .btn-grey{
    background-color: #595959;
    color: white;
    font-weight: 700;
    border: none;
    padding: 0.6rem 1rem;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: BellotaText;
    font-size: 18px;
    text-transform: uppercase;
    height: 40px;
  }
  

  .btn-black{
    background-color: #000000;
    color: white;
    font-weight: 700;
    border: none;
    padding: 0.6rem 2rem;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: BellotaText;
    font-size: 18px;
    text-transform: uppercase;
    height: 40px;
  }

  .btn-black:hover{
    background-color: #EB1461;
    color: #FFFFFF;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6);   
  }

  .btn.btn-grey:hover{
    background-color: #595959;
    color: #FFFFFF;
  } 


     
  .form-control,
  .form-select {
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
  }

  .bienExclu .card{
    border: none;   
    box-shadow: none;  
    margin-bottom: 2rem;     
  }
    
    
  
  .bienExclu .card-body{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 290px;
    padding: 1rem 0 0;
    background-color: #ffffff;
    border-top-right-radius: 6px;
    z-index: 1;
  }

  .bienExclu .layerBien{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding-bottom: 5rem;
  }
 

 .backImg{
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.bienExclu .backImg{
    height: 497px;
}


#about img{
    width: 100%;
}

.social-icon{
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon.black{
    background-color: #000000;
}

.social-icon.black svg path{
    fill: #FFFFFF;
}

.review-card{
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 2rem;  
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.review-card .col-10 svg{
    margin-top:1px;
}

.review-card .uppercase{
    width:50px;
    height:50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50rem;
    background-color: #000000;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 31px;
}

.hero-star.yellow svg path{
    fill: #FBBC05;
}

.hero-star.half.yellow path{
    fill: #FBBC05;
}

.hero-star.half.yellow svg g{
    fill: #D9D9D9;
}

#contact-map{
    width:100%;
    height:450px;
}

#contact .backGrey{
 border-radius: 6px;
}

footer .translateY{
    height: 20px;
    margin-bottom: 4rem;
}

.z-index-2{
    z-index: 2;
}

footer .translateY div{
    background-color: #000000;
    z-index: 2;
}


footer .translateY svg{
    transform: translate(40px, -190px);
    position: relative;
    z-index: 2;
}

footer .translateY p{
    transform: translateY(-100px);
    position: relative;
    z-index: 2
}

footer .translateY hr{
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color:#595959 ;
    border: none;
}

.social-black svg path{
    fill: #000000;
}

.social-black svg rect{
    stroke: #000000;
}

.backImg.alerte-form{
    height: fit-content;
    max-width: 856px;
    margin: auto;
    border-radius: 6px;
}

#agence .backImg{
    height: 460px;
}

#team .backImg{
    height: 397px;
    background-position: top;
    border-radius: 6px;
}

#team .card{
    background-color: transparent;
    border: none;
}
    
.mw-856{
    max-width: 856px;
    margin-left: auto;
    margin-right: auto;
}

.grid {
    display: flex;
    flex-wrap: wrap;  
    justify-content: center;
}

.grid-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 324px;
    width: 324px;
    position: relative;
    overflow: hidden;
    border: 1px solid #B5B0A1;
    background-color: #FFFFFF;
}

.grid-item img {
    max-width: 100%;
    height: auto;
}

.grid-item p {
    position: absolute;
    text-align: center;
    bottom: 0;
    font-size: 16px;
    color: #B5B0A1;
    width: 100%;
}

#referencement{
    border-bottom: 1px solid #FFFFFF;
}


@media (max-width: 992px) {
    
    .main-menu .btn-menu{
        position: absolute;
        top: 2rem;
        right: 2rem;
    }

    footer .translateY svg {
        width: 122px;
    }

    .header .container{
        padding-top: 4rem!important;
    }

    .bien-ico.ps-5 {
        padding-left: 0rem !important;
    }

    .bien-ico.pe-5 {
        padding-right: 0rem !important;
    }

    .header .container a img{
        width: 150px;
    }

    .header.fixed .container a img{
        width: 100%;
    }

    .headerTel{
        position: absolute;
        top: 0.5rem;
        left: 0;
        width: 100%;
        justify-content: center;
    }

    .headerTel svg{
        width: 24px;
    }

    .header.fixed .container{
        padding-top: 1rem!important;
    }

    .header.fixed .headerTel{
        display: none!important;
    }

    .hero .hero-content {
        height: 76%;
    }

    .hero .hero-content .hero-tab-container {
        top: 116px;
    }

    .hero-bottom {
        bottom: 1.3rem;
    }

    .nav-tabs .nav-item{
    padding-right: 0 !important;
    padding-left: 0 !important;
    }
    .nav-tabs .nav-item .nav-link{
    padding: 1rem 0rem;
    }

    .nav-tabs .nav-item .nav-link svg{
        display:none;
    }

    #contact .col-lg-7 .p-5{
        padding: 0rem !important;
    }

    
    .fs-24 {
        font-size: 18px;
    }

    .fs-32 {
        font-size: 24px;
    }

    .fs-36 {
        font-size: 25px;
    }

    .fs-38 {
        font-size: 30px;
    }

    .fs-46 {
        font-size: 37px;
    }

    .fs-48 {
        font-size: 28px;
    }

    .fs-86 {
        font-size: 45px;
    }

    .fs-66 {
        font-size: 35px;
    }  

    .custom-mod {
        padding-top: 30px;
    }

    .custom-mod .p-4{
        padding: 0!important;
    }

    #agence .backImg {
        height: 300px;
    }

    #about .p-5,#exclus.p-5{
        padding: 1rem!important;
    }

    #biens h1{
        margin: 1rem!important;
    }

    #referencement .align-items-center{
        justify-content: center!important;
    }
  
    .p-5{
        padding: 1rem!important;
    }

    .px-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
   

}
