/* HEADER IMMO */
.transparent-header-container .menu-top a,
.transparent-header-container .menu-top a span {
    color: #fff !important;
}
.transparent-header .hs-mega-menu {
  background-color: rgba(255,255,255,1);
}

/* .fixed-header .header-main{
    background-color: var(--main-color) !important;
} */
.fixed-header .header-main .megamenu > li > a{
    color: var(--main-color) !important;
}
.fixed-header .header-main .megamenu > li > a:hover{
    color: var(--main-hover) !important;
}

#header-boutique.fixed-header .logo-container-main img {
  max-width: 189px;
}

.bas-footer a:hover,
#BFW-footer-101 #mailTo > a:hover{
    color: inherit;    
}

/* .fixed-header .header-main .dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23caba9f' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e") !important;
} */

.fixed-header .header-main .logo-responsie img{
  /* height: 132px !important; */
  width: 270px !important;
}

.fixed-header .header-main{
    height: fit-content !important;    
}

.fixed-header .header-middle {
    padding-top: 11px !important;
    padding-bottom: 13px !important;
}

#logo-center {
  opacity: 1 !important;
}

#menu-desktop .nav-link {
  color: var(--main-hover) !important;
}
#menu-desktop .nav-link:hover {
  color: white !important;
}

.illustration-bg{
    position: relative;
}
.detail-immo .fa.fa-plus{
    color: var(--main-hover);
}

.main-slider-2-item .filter{
    background: rgba(0, 0, 0, 0.0);    
}

#BFW-footer-101 > div > div > div:nth-child(1) > ul{
    display:none;
}

#BFW-footer-101 > div > div > div:nth-child(1) > div.mb-3{
    text-align:justify;
}



.footer-social-large {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    padding: 0;
    margin-top: 80px;
    margin-bottom:40px !important;
}

@media (max-width: 991px) {
    .footer-social-large {
        margin-top: 20px;
        margin-bottom:40px !important;
    }
}

.footer-social-large .footer-icon-container {
    margin: 0;
    padding: 0;
}

.footer-social-large .footer-icon {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 30px !important;
    color: #caba9f;
    border: 2px solid #caba9f;
    transition: all 0.25s ease;
}

.footer-social-large .footer-icon:hover {
    background-color: #caba9f;
    color: #1c212f;
    transform: translateY(-3px);
}



#BFW-blocPresentationBddV02-199 div.container,
#BFW-container-82 div.container,
#BFW-container-220 div.container{
  background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin-bottom: 35px !important;
}
.swiper.presentationBddCarousel::after{
 background: rgba(255, 255, 255, 0.1);
 backdrop-filter: blur(10px); 
     box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
border: 1px solid rgba(255, 255, 255, 0.2);
}

.bloc_presta_icon .d-inline-block > div {
  border: 1px solid var(--main-hover);
  border-radius: 50%;
}

#BFW-bloc-service-215{
    padding-top:0px;
}

#BFW-container-82{
    padding-bottom:20px;
}

.parallax-counter-v4 i{
    color: var(--main-hover) !important;
}

.BFW-blcSuiveurTM.main-color > a {
    /*background-color: rgba(202,186,159, 0.8);*/
}

.BFW-blcSuiveurTM>a>span.svg svg path{
    /*fill:var(--main-color);*/
    /*fill:var(--main-hover);*/
}

.BFW-blcSuiveurTM>a>span.svg svg{
    /*stroke:var(--main-hover);*/
}

.BFW-blcSuiveurTM>a{
    /*color:var(--main-color);*/
    /*color:var(--main-hover);*/
}

.ag-prestations {
  padding: 30px 20px 45px;
}

.ag-prestations__container {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
}

.ag-prestations__titre {
  margin: 0 0 28px;
  color: #1c212f;
}

.BFW-cmsV02 .texte h2::after{
    background: var(--main-hover);
}

.ag-prestations__grille {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: stretch;
}

.ag-prestations__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 12px 20px 6px;
  text-align: center;
}

.ag-prestations__item:not(:last-child)::after {
  position: absolute;
  top: 10%;
  right: 0;
  width: 1px;
  height: 80%;
  background: rgba(28, 33, 47, 0.14);
  content: "";
}

.ag-prestations__picto {
  display: block;
  width: 76px;
  height: 76px;
  margin: 0 auto 14px;
  object-fit: contain;
}

.ag-prestations__texte {
  margin: 0;
  color: #1c212f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

/* Tablettes */
@media screen and (max-width: 1199px) {
  .ag-prestations {
    padding: 38px 20px 20px;
  }

  .ag-prestations__grille {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ag-prestations__item {
    padding: 20px 18px;
    border-bottom: 1px solid rgba(28, 33, 47, 0.12);
  }

  .ag-prestations__item:not(:last-child)::after {
    top: 16%;
    height: 68%;
  }

  .ag-prestations__item:nth-child(4)::after {
    display: none;
  }

  .ag-prestations__item:nth-child(n + 5) {
    border-bottom: 0;
  }
}

/* Mobiles */
@media screen and (max-width: 767px) {
  .ag-prestations {
    padding: 32px 16px 12px;
  }

  .ag-prestations__titre {
    margin-bottom: 18px;
    font-size: 25px;
  }

  .ag-prestations__grille {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ag-prestations__item {
    min-height: 185px;
    padding: 20px 10px;
  }

  .ag-prestations__item:nth-child(even)::after {
    display: none;
  }

  .ag-prestations__item:nth-child(4)::after {
    display: block;
  }

  .ag-prestations__item:nth-child(n + 5) {
    border-bottom: 1px solid rgba(28, 33, 47, 0.12);
  }

  .ag-prestations__item:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .ag-prestations__picto {
    width: 68px;
    height: 68px;
    margin-bottom: 12px;
  }

  .ag-prestations__texte {
    font-size: 13px;
  }
}

/* Très petits écrans */
@media screen and (max-width: 420px) {
  .ag-prestations__grille {
    grid-template-columns: 1fr;
  }

  .ag-prestations__item {
    min-height: auto;
    padding: 18px 10px;
  }

  .ag-prestations__item::after {
    display: none !important;
  }

  .ag-prestations__item:nth-child(n) {
    border-bottom: 1px solid rgba(28, 33, 47, 0.12);
  }

  .ag-prestations__item:last-child {
    border-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
    
    .header-main.transparent-header .megamenu > li > a{
        font-size:18px !important;    
    }
    
    /*Menu logo centré*/
    
    .header-main.transparent-header .container.header-middle .row.align-items-center.col-4.col-lg-12.justify-content-center.header-middle-content .d-none.d-lg-block ul li a {
        font-size:18px !important;
    }
    
    
    .header-main.transparent-header .container.header-middle .row.align-items-center.col-4.col-lg-12.justify-content-center.header-middle-content .d-none.d-lg-block ul{
        max-width:1140px;
        /*margin-left: calc((125vw - 1140px) / 2);
        margin-right: calc((75vw - 1140px) / 2); */
        margin-left: calc((150vw - 1140px) / 2);
        margin-right: calc((100vw - 1140px) / 2);
    }
    
    #content-mainindex-187-main-slider-immo > div.col-xs-12.col-sm-2.col-md-2.col-recherche{
        margin-left: 16.66666667%;
    }
  
    /*Menu logo gauche*/
    
    .header-std.transparent-header-container.fixed-header .header-main.transparent-header .container.header-middle .row.align-items-center.col-4.col-lg-12.justify-content-center.header-middle-content .d-none.d-lg-block ul li a {
        font-size:18px !important;
    }
    
    .header-std.transparent-header-container.fixed-header .header-main.transparent-header .container.header-middle .row.align-items-center.col-4.col-lg-12.justify-content-center.header-middle-content .d-none.d-lg-block ul{
        margin-left:0px;
        margin-right:0px;
    }
    
    #header-boutique > div.header-main.transparent-header > div.container.header-middle > div > div.row.align-items-center.col-4.col-lg-12.justify-content-between.header-middle-content > div.d-none.d-lg-block,
    #header-boutique > div.header-main.transparent-header > div.container.header-middle > div > div.row.align-items-center.col-4.col-lg-12.justify-content-center.header-middle-content > div.d-none.d-lg-block{
        margin-right: 25%;
    }
    
     /*Menu*/
    .container.header-middle{
        margin-left:0px;
        margin-right:0px;  
        max-width: none;   
    }
    
    /*
     .header-main.transparent-header .container.header-middle .row.align-items-center.col-4.col-lg-12.justify-content-center.header-middle-content .d-none.d-lg-block ul li a {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }
    
    */
}

#header-boutique .logo-container-main-center img{
    max-width:425px !important;
    margin-top:-50px !important;
}

.main-slider-2-text{
    text-transform: capitalize;
    margin-top: 10%;    
}



.texte_agence {
    box-sizing: border-box;
    width: 100%;
    max-width: 620px;
    margin: 50px auto;
    margin-top: 30px;
    padding: 18px 20px 19px;
    background: #ffffff;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.13);
    min-height: 350px;
    color: #111111;
}

.texte_agence h3 {
    margin: 0 0 25px;
    color: #c2b08f;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
}

.texte_agence p {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.8;
}

.texte_agence p strong {
    font-weight: 800 !important;
}

.texte_agence p a {
    color: #c2b08f;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.texte_agence p a:hover {
    opacity: 0.7;
}

.texte_agence .boutons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}

.texte_agence .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 143px;
    min-height: 41px;
    padding: 10px 22px;
    border: none;
    border-radius: 30px;
    background: #c2b08f;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.texte_agence .btn-primary:hover {
    opacity: 0.8;
}

.texte_agence .reseaux_sociaux {
    display: flex;
    align-items: center;
    gap: 14px;
}

.texte_agence .reseaux_sociaux figure {
    display: flex;
    margin: 0;
}

.texte_agence .reseaux_sociaux a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.texte_agence .reseaux_sociaux img {
    display: block;
    width: 24px !important;
    height: 24px !important;
    object-fit: contain;
}

@media only screen and (min-width: 992px) {
    .banner .banner-content {
        height: 250px;
    }
}

@media screen and (max-width: 680px) {
    .texte_agence {
        margin: 25px 15px;
        width: auto;
    }

    .texte_agence h3 {
        font-size: 20px;
    }
}



@media only screen and (min-width: 1500px) {
    .main-slider-2-text {
        margin-top: 20%;
    }
}


#BFW-bloc-service-215 > div{
    padding-left:0px !important;
    padding-right:0px !important;
}

.illustration-v1 .ad-details-v1 .box-title{
    color: var(--title-color);    
}

.main-slider-2-item .filter{
    
}

.BFW-cmsV02 .titre h1::after, .BFW-cmsV02 .titre h2::after, .BFW-cmsV02 .titre h3::after, .BFW-cmsV02 .titre h4::after, .BFW-cmsV02 .titre h5::after, .BFW-cmsV02 .titre h6::after, .headline .hTitle::after{
    background: var(--main-hover);    
}

.u-icon-v3.u-icon-size--xl{
    margin-bottom: 5px !important;
}

.u-icon-v3.u-icon-size--xl{
    background: var(--main-hover) !important;
    color: #fff !important;
}

.u-icon-v3.u-icon-size--xl:hover{
    background: var(--title-color) !important;
}

.bloc_presta_icon .d-inline-block > div {
    border: 0px solid var(--main-hover);
}

.main-slider-2 {
    width: 100%;
    aspect-ratio: 18.7 / 9;
    height: auto !important;
    overflow: hidden;
}

.main-slider-2 .swiper-wrapper,
.main-slider-2 .swiper-slide,
.main-slider-2 .main-slider-2-item {
    height: 100% !important;
}

.main-slider-2 img,
.main-slider-2 .main-slider-2-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

@media (min-width: 1200px) {
    #header-boutique > div.header-main.transparent-header > div.header-top > div {
        max-width: 100%;
    }
    
    .header-main.transparent-header .row.align-items-center.col-4.col-lg-12.justify-content-center.header-middle-content .d-none.d-lg-block{
        width:100% !important;
    }
    
    .header-std.transparent-header-container.fixed-header .row.align-items-center.col-4.col-lg-12.justify-content-center.header-middle-content .d-none.d-lg-block{
        width: fit-content !important;
    }
    
    .megamenu li {
        margin-left: auto;
        margin-right: auto;
    }
    
    .megamenu li:first-child{
        margin-left:0;
    }
    
    .megamenu li:last-child{
        margin-right:0;
    }
    
    #header-boutique > div.header-main.transparent-header > div.container.header-middle{
        padding-left:25px !important;
        padding-right:25px !important;
    }
}

@media (min-width: 1100px) and (max-width: 1300px) {
    
    .header-main.transparent-header .container.header-middle .row.align-items-center.col-4.col-lg-12.justify-content-center.header-middle-content .d-none.d-lg-block ul {
        max-width: 1140px;
        margin-left: calc((150vw - 1200px) / 2);
        margin-right: calc((100vw - 1200px) / 2);
    }  
    
    #header-boutique.fixed-header .logo-container-main img{
        margin-left:12px;
    }  
}

@media (min-width: 1921px) and (max-width: 5000px) {
    .header-main.transparent-header .container.header-middle .row.align-items-center.col-4.col-lg-12.justify-content-center.header-middle-content .d-none.d-lg-block ul {
        max-width: 1140px;
        margin-left: calc((150vw - 1350px) / 2);
        margin-right: calc((100vw - 1350px) / 2);
    } 
}


@media (min-width: 992px) and (max-width: 1300px) {

    #header-boutique > div.header-main.transparent-header > div.header-top > div{
        max-width: 100%;
        padding-left: 50px !important;
        padding-right: 50px !important;    
    }
    
    #header-boutique .logo-container-main img{
        margin-left:12px;    
    }  

}

@media (max-width: 1200px) {
    .mobil-toogler.d-block.d-lg-none.col-4.col-sm-4.col-sm-3 div{
        color:#ddd;
    }
    
    .header-std.transparent-header-container.fixed-header .mobil-toogler.d-block.d-lg-none.col-4.col-sm-4.col-sm-3 div{
        color:#747474;
    }
}

@media only screen and (max-width: 992px) {
    #header-boutique .logo-container-main img{
        max-width: 150px !important;
    }

}

@media only screen and (max-width: 600px) {
    #header-boutique .logo-container-main img {
        width: 150px;
    }
    
    .mobil-toogler.d-block.d-lg-none.col-4.col-sm-4.col-sm-3 div{
        color:#ddd;
    }
    
    .header-std.transparent-header-container.fixed-header .mobil-toogler.d-block.d-lg-none.col-4.col-sm-4.col-sm-3 div{
        color:#747474;
    }
    
    .main-slider-2 {
        aspect-ratio: 16 / 9;
    }
}