@font-face {
  font-family: instrument;
  src: url(fonts/Instrument_Sans/InstrumentSans-VariableFont_wdth\,wght.ttf);

}

@font-face {
  font-family: instrument;
  src: url(fonts/Instrument_Sans/InstrumentSans-Italic-VariableFont_wdth\,wght.ttf);
  font-style:italic ;
}


body{
    overflow-x: hidden;
}

.modal a{
    color: #EC6608;
}

h1,h2,h3{
    color: #283A46;
}

.h1{
    font-size: 115px;
}

.h2{
    font-size: 32px;
    font-weight: 700;
    color: #283A46;
}

.h3{
    font-size: 24px;
    font-weight: 700;
    width: fit-content;
    color: #283A46;
}

p{
    color: #283A46;
    font-size: 14px;
    font-weight: 400;
}

.white{
    color: white;
}

.second_color {
    color: #EC6608;
}

header{
    background-color: #283A46;
    position: relative;
    z-index: 45;
}

.f-14{
    font-size: 14px!important;
}

.f-16{
    font-size: 16px!important;
}

.f-20{
    font-size: 20px!important;
}

.f-24{
    font-size: 24px!important;
}

.f-32{
    font-size: 32px!important;
}

.f-64{
    font-size: 64px!important;
}

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

.bold{
    font-weight: 700;
}

.ms-6{
margin-left:5rem;
}

.me-6{
  margin-right:5rem;  
}

.p-6{
    padding: 5rem;
}

.p-7{
    padding: 7rem;
}

.p-side-7{
    padding:0.5rem 7rem 2rem 7rem;
}

.ps-7{
    padding-left:7rem;
}

.p-8{
    padding: 8rem;
}

.pb-6{
    padding-bottom: 5rem;
}

.h-9{
    height: 9rem;
}

ul{
    padding: 0;
    list-style: none;
}

ul.puces{
    list-style: disc;
    padding-left: 1rem;
    margin-left: 0.75rem;
}

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

a{
    text-decoration: none;
}

a:hover{
    color: initial;
}

.scroll{
    border-bottom:2px solid #EC6608;
    color: #EC6608;
    font-weight: 700;
    width: 272px;
    transform: rotate(90deg) translate(-121px, -16px);
    position: absolute;
    bottom: 0;
    right: 0;
    height: 31px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;    
}   


.btn:focus ,button:focus,.navbar-toggler:focus {
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;

}

.pointer{
    cursor: pointer;
}

.white{
    color: white;
}

.orange{
    color: #EC6608;
}

.blue{
    color:#8AADC5
}

.grey{
    color:#D9D9D9;
}

.grey2{
    color:#CDD5DA;
}


.localisationDropdown p.grey2{
    padding: 0.5rem 2rem;
}

.main_color {
    color: #283A46;
}

.backGrey4::placeholder{
    color: #283A46!important;
}

.back_main_color {
    background-color: #283A46;
}


.btn-mainColor{
    background-color: #283A46;
    color: white;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 42.09px;
    border: none;
    border-radius: 0;
    transition: background-color 0.3s ease-in-out;
}

.btn-mainColor.white{
    color: #FFFFFF;
}

.btn-mainColor:hover{
    background-color: #EC6608;
    color: white;
}

.backWhite{
    background-color: #FFFFFF!important;
}
.btn-white{
    background-color: #FFFFFF;
    color: black;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 40.09px;
    border: 2px solid #FFFFFF;
    border-radius: 0;
    transition: background-color 0.3s ease-in-out;
}

.btn-white:hover{
    background-color: #283A46;
    color: white;
}

.back_second_color {
    background-color: #EC6608;
}

.backGrey{
    background-color: #E6EFF5;
}

.backGrey2{
    background-color: #CDD5DA;
}

.backGrey3{
    background-color: #CCD3D9;
}

.backGrey4{
    background-color: #E5ECF1!important;
}

.OffresSimilaires .backGrey{
    background-color: #FFFFFF;
}

.opacity-none{
    opacity: 0;
}

#loading-spinner{
    display: flex;
}

#loading-spinner2,#loading-spinner3{
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.5);
}

#loading-spinner3{
    display: flex;
}

.ui-widget-content.ui-autocomplete{
    background: white!important;
    position: absolute;
    padding:0 2rem 2rem;
}

.ui-autocomplete-category{
    font-size: 20px;
    border-top: 1px solid #CDD5DA;
    font-weight: 400;
    color: #CDD5DA;
    padding-top: 1rem;
    margin-bottom: 0.5rem;
}

.ui-menu-item{
    padding: 0.5rem;
    cursor: pointer;
}

.ui-autocomplete-item{
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.localisation-tags-container{
    display: flex;
    flex-wrap: wrap;
    z-index: 3;
    padding-top: 0.5rem;
}

.localisation-tags-container .tag{
    background-color: #EC6608;
    color: white;
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: row-reverse;
    cursor: pointer;
}

.localisation-tags-container .tag i{
    margin-right: 0.5rem;
    font-style: normal;
}


/* Hide the dropdown arrow for the localisation input */
#localisationInput::after {
    display: none !important;
}

/* Custom styling for the localisation dropdown */
.localisationDropdown {
    position:absolute!important;
    padding: 0;
}

/* Selected item styling */
.localisation-selected {
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    padding: 5px 10px;
    margin-bottom: 5px;
    border-radius: 4px;
}

.localisation-selected .remove-btn {
    color: #EC6608;
    margin-right: 8px;
    cursor: pointer;
    font-weight: bold;
}

.btn-search,.btn-secondColor{
    background-color: #EC6608!important;
    color: white!important;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 36.36px;
    border: none;
    border-radius: 0;
    transition: background-color 0.3s ease-in-out,color 0.3s ease-in-out;
}

.btn-search:hover{
    border: 2px solid #FFFFFF;
    background-color: #283A46;
    color: white;
    padding: 10px 34.36px;
}

.btn-secondColor:hover{
    background-color: #283A46!important;
    color: white;
}

.btn-secondColor.over-white:hover{
    background-color: #FFFFFF!important;
    color: #EC6608!important;
    
}

.form-check-input {
  display: none;
}

/* Style the custom checkbox */
.form-check{
    padding-left: 0;
}

.custom-checkbox,.custom-radio {
  width: 15px;
  height: 15px;
  background-color: white;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  margin-top: 2px;
}

.form-check{
    margin-bottom: 0;
}

.custom-checkbox.large,.custom-radio {
    width: 20px;
    height: 20px;
    margin-top: 0px;
}

.form-check label{
    width: fit-content;
}

/* SVG icon */
.custom-checkbox.checked::before,.custom-radio.checked::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: url('../img/icones/check.svg') no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.bg-checkbox {
    background-color: #E6EFF5;
    margin-right: 0;
}

.form-check {
    margin: 0;
    padding: 0;
}

.form-check-label {
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.form-check .custom-checkbox {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    cursor: pointer;
}

.bg-input {
    background-color: #E6EFF5 !important;
    border: none;
    padding: 0px 1rem!important;
}

.bg-input::placeholder {
    color: #8AADC5!important;
}

.bg-input:focus {
    background-color: #E6EFF5 !important;
    box-shadow: none;
}

body,html{
    font-family: "instrument",serif;
    font-size: 14px;
    height: 100%;
    line-height: inherit;
}

.none{
    display: none;
}

.container{
    max-width: 1320px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.container-md{
    max-width: 1096px;
    width: 100%;
    margin: 0 auto;
}



.menu-top{
    height: 60px;
}

.menu-top .container{
    height: 100%;
}

.menu-top a{
    color: #EC6608;
    font-weight: 700;
}

.menu-top .notification{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(45%,-25%);
    color: white;
    border-radius: 50rem;
    font-weight: 700;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EC6608;
    width: 12px;
    height: 12px;
}

.toggler-icon{
    position: relative;
}

/* Barres du menu (3 lignes) */
.toggler-icon span {
    border-bottom: 4px solid #EC6608;
    width: 30px;
    height: 4px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s ease;
}

.toggler-icon span.line2 {
    margin-top: 10px;
}

.toggler-icon span.line3 {
    margin-top: 20px;
}

/* Nouvelle classe pour l'état "croix" */
.toggler-icon.croix span.line2 {
    display: none;
}

.toggler-icon.croix span.line1 {
    transform: rotate(-30deg) translate(-70%,50%);
}

.toggler-icon.croix span.line3 {
    transform: rotate(30deg) translate(-62%,50%);
}

.navbar-custom {
   position: relative;
   z-index: 1;
}

.navbar-toggler {
    padding: 0;
}

.navbar-nav{
    width: 100%;
    margin-left: 10%;
}
.navbar-custom img{
    width: 220px;
    height: auto;
}
.navbar-custom .nav-link {
    color: #FFFFFF;
    font-weight:700;
    font-size: 14px;

}
.navbar-custom .nav-link:hover {
    color: #EC6608;
}
.navbar-custom .navbar-brand {
    color: #FFFFFF;
}

#navbarNavMobile .dropdown-menu {
    position: relative!important;
    transform: translate3d(0, 0, 0)!important;
}

.hidden-div {
    display: none;
    background-color: #E6EFF5;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1000;
    padding: 20px 0; /* Ajustez le padding selon vos besoins */
    transition: opacity 0.3s ease-in-out;

}

.hidden-div p{
    font-weight: 700; 
    font-size: 24px;
    color: #283A46;
}

.hidden-div div div p{
    padding-right: 8%;
}

.hidden-div ul li a{
    font-weight: 700; 
    font-size: 14px;
    margin-bottom: 20px;
    max-width: 158.5px;
    color: #283A46;
    position: relative;
}

.hidden-div ul li a:hover{
    color: #EC6608;
}

.hidden-div ul li a:hover svg path{
    stroke:  #EC6608;
}

.hidden-div ul li a span{
    display: inline-block;
    max-width: 140px;
}

.hidden-div ul li a .svg-expanded svg {
    transition: width 0.3s ease-in-out;
}

.svg-wrapper {
    position: absolute;
    right: -10.5px;
    top: 50%;
    transform: translateY(-50%);
    width: 28.5px;
    height: 16px;
}

.svg-wrapper div {
    position: absolute;
    top: 0;
    left: 0;
    width: 28.5px;
    overflow: hidden;
    
}

.svg-expanded{
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
}

.svg-expanded span{
    width: 0;   
    height: 2px;
    background-color: #283A46;
    transition: width 0.3s ease-in-out;
}

.svg-link:hover .svg-wrapper .svg-expanded span {
    width: 10px;
    background-color: #EC6608; 
}

#navbarNavMobile .list-unstyled a:hover{
    color:#FFFFFF
}

.hidden-div .btn-mainColor{
    margin-top: 18px;
}

.fullBackground{
    background-image: url('../img/home.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fullBackground .container{
    position: relative;
    width: 100%;
    height: 87vh;
}

.fullBackground h1{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #FFFFFF;
}

.instrument p:first-child{
    font-size: 40px;
    font-weight: 700;
    color: #283A46;
}

.searchCta{
    height: 188px;
    position: relative;
}

.searchCta p{
    color: white;
    display: block;
    
}

.searchCta button{
    height: 100%;
}

.searchCta form p{
 font-size: 32px;
 font-weight: 700;
}

.searchCta form  {
    position: absolute;
    width: 100%;
    left: 0;
    justify-content: center;
    align-items: flex-start;
    top: 50%;
    transform: translate(0,-30%);
}

.customselectCta{
    position: relative;
    display: block;
    padding: 0.500rem 0;
    font-size: 29px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    color: #EC6608;
    border: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    font-weight: 700;
    width: 320px;
}

.customselectCta .borderBottom {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #EC6608;
    width: calc(100% - 2rem);
}

.customselectCta{
    padding: 0.8rem 0.5rem 0.65rem 1.5rem;
}

.customselectBlack{
    background-color: #FFFFFF;
    color: #283A46;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 0 2rem;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.customselectSmall{
    background-color: #E5ECF1;
    color: #283A46;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 0 1rem;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.maxW-448{
    max-width: 448px;
    width: 100%; 
}

.h-60{
    height: 85px!important;

}

.h-105{
    height: 105px!important;
}

.h-150{
    height: 150px!important;
}

.h-117{
    height: 117px!important;
}

.h-620{
    height: 620px!important;
}

.w-1175{
    width: 1175px;
    max-width: 100%;
}

.w-50{
    width: 65%!important;
}

.w-70{
    width: 70px!important;
    max-width: 100%;
    min-width: 70px!important;
}

.w-112 {
    width: 112px!important;
    max-width: 100%;
}

.w-136 {
    width: 136px!important;
    max-width: 100%;
}

.w-176{
    width: 176px!important;
    max-width: 100%;
}

.w-150{
    width: 150px!important;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.w-184{
    width: 184px!important;
    max-width: 100%;
}

.w-200{
    width: 200px!important;
    max-width: 100%;
}

.w-224{
    width: 224px!important;
    max-width: 100%;
}

.w-250{
    width: 250px!important;
    max-width: 100%;
}

.w-252{
    width: 252px!important;
    max-width: 100%;
}

.w-280{
    width: 280px!important;
    max-width: 100%;
}

.w-312{
    width: 312px!important;
    max-width: 100%;
}

.w-336{
    width: 336px!important;
    max-width: 100%;
}

.w-360{
    width: 360px!important;
    max-width: 100%;
}

.w-386{
    width: 386px;
    max-width: 100%;
}

.w-424{
    width: 424px;
    max-width: 100%;
}

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

.w-647{
    width: 647px;
    max-width: 100%;
}

.w-750{
    width: 750px;
    max-width: 100%;
}

.h-191{
    height: 191px!important;
    max-height: 100%;
}

.h-210{
    height: 210px!important;
    max-height: 100%;
}

.h-215{
    height: 215px!important;
    max-height: 100%;
}

.square-60{
    width: 60px;
    height: 60px;
    min-width: 60px;
}

.modal-dialog .dropdown-menu-black a{
    margin: 0;
}

.customselectBlack img{
    width: 20px;
    height: 10px;
}

.dropdown-toggle img{
    transition: 0.5s ease;

}

.dropdown-toggle img.rotate{
    transition: 0.5s ease;
    transform: rotate(-180deg);
}

.form-control::placeholder{
    color: #D9D9D9;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
}

.dropdown-toggle::after{
    display: none!important;
}


.dropdown-menu{
    border-radius: 0;
    padding: 1rem 0.5rem ;
    border: none;
    background-color: #283A46;
}

.dropdown-menu-black{
    border-radius: 0;
    padding: 1rem 0rem ;
    border: none;
    background-color: #FFFFFF;
    margin-top: -2px !important;
    position: relative;
    overflow-y: auto;
    height: 300px;
}

.dropdown-menu-black .selected{
    font-weight: 700!important;
}

.dropdown-menu-black::before{
    content: "";
    position: absolute;
    top: -2px;
    left: 50%;
    width: calc(100% - 4rem);
    height: 1.5px;
    background-color: #E5ECF1;
    transform: translateX(-50%);
}

.orderSelect .dropdown-menu{

    margin-top: -2px!important;
}


.dropdown-item{
    white-space: normal!important;
}

.dropdown-menu li .dropdown-item{
    color:#EC6608;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
}

.dropdown-menu-black li .dropdown-item{
    color:#283A46;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 0.5rem 2rem;
}

.dropdown-menu li .dropdown-item{
    display: flex;
    flex-direction: row;
}

.dropdown-menu li .dropdown-item svg{
    margin-right: 1rem;
    align-self: center;
}


.dropdown-menu li .dropdown-item:hover{
    background-color: transparent;
}

.pe-custom{
    padding-right: 4rem;
    padding-left: 0;
}

.ps-custom{
    padding-left: 4rem;
    padding-right: 0;
}

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

.pe-customMiddle{
    padding-right: 2rem;
}

.ps-customMiddleSmall{
    padding-left: 1rem;
} 

.pe-customMiddleSmall{
    padding-right: 1rem;
}

.fiches .h3{
   color: #283A46;
}

.ficheMetier,.fiche{
    position: relative;
}

.agence .backImg,.bien .backImg{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}


.bien.active{
    border: 3px solid #EC6608 !important;
}

.fiche.no-active .backImg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 58, 70, 0.75);
    z-index: 1;
}

.fiche.no-active .backImg::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 26.76px;
    height: 30px;
    background-image: url('../img/icones/lock.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
}

.ficheMetier{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}


.ficheMetier:last-child{
    flex-grow: 0;
}

.ficheMetier .h2{
    color: #283A46;
    z-index: -1;
    position: relative;
}

.ficheMetier p,.fiche p{
    font-size: 14px;
    color: #283A46;
}

.ficheMetier .btn-small{
    align-self: flex-end;
}

.btn-small{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 0;
    width: 58px;
    height: 39px;
    border: 2px solid #EC6608;
    border-radius: 0;
    margin-left: auto;
}

.btn-small span {
    content: '';
    width: 0;   
    height: 2px;
    background-color: #EC6608;
    transition: width 0.15s ease-in-out;
}

.btn-small svg path{
    stroke: #EC6608;
    transition: width 0.15s ease-in-out;
}


.btn-small:hover{
    background-color: #EC6608;
    color: #FFFFFF;
}

.btn-small:hover svg path{
    stroke: #FFFFFF;
}

.btn-small:hover span {
 width: 10px;
 background-color: #FFFFFF;
}

.btn-small.white{
     border: 2px solid #FFFFFF;
}

.btn-small.white span {
    background-color: #FFFFFF;
}

.btn-small.white svg path{
    stroke: #FFFFFF;
}


.btn-small.white:hover{
    background-color: #FFFFFF;
}

.btn-small.white:hover svg path{
    stroke: #000000;
}

.btn-small.white:hover span {
 width: 10px;
 background-color: #000000;
}

.btn-carousel{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 0;
    width: 58px;
    margin-left: auto;
}

.btn-carousel span {
    content: '';
    width: 0;   
    height:2px;
    background-color: #283A46;
    transition: width 0.15s ease-in-out;
}

.btn-carousel svg path{
    stroke: #283A46;
    transition: width 0.15s ease-in-out;
}

.btn-carousel:hover span {
    width: 10px;
   
   }

.fiches{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.fiches hr{
    width: 100%;
    height: 1.5px;
    background-color: #E5ECF1;
    margin: 0;
    opacity: 1;
}

.fiche .h2{
    color: #283A46;
    font-size: 24px;
}

.fiche .backImg{
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fiche .categorie div{
    padding: 8px;

}

 .fiches .container-md .justify-content-between {
    position: relative;
    
}

.FichesLien {
    color: #EC6608;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    padding-right: 40px;
    overflow: visible; /* Changer overflow à visible */
}



.FichesLien div {
    position: absolute;
    right: -16px;
    top: 50%; /* Centrer verticalement */
    transform: translateY(-50%); /* Centrer verticalement */
    width: 40px; /* Ajuster la largeur automatiquement */
    height: 100%;
}

.FichesLien svg {
    transition: width 0.3s ease-in-out;
}

.FichesLien svg path {
    stroke: #EC6608;
}


#navbarNavMobile .FichesLien svg path {
    stroke: #FFFFFF;
}

.FichesLien span{
    width: 0;   
    height: 2px;
    background-color: #EC6608;
    transition: width 0.3s ease-in-out;
}

#navbarNavMobile .dropdown {
    width: 75%;
    display: inline-block;
}

#navbarNavMobile .FichesLien {
    width: 20%;
    display: inline-block;
    vertical-align: bottom;
    height: 20px;
}

#navbarNavMobile .FichesLien span {
    background-color: #FFFFFF;
}

.FichesLien:hover {
    color: #283A46;
}


.FichesLien:hover span {
    width: 10px; 
    background-color: #283A46;
}

.FichesLien:hover svg path {
    stroke: #283A46;
}

.FichesLien.orange:hover {
    color: #FFFFFF;
}

.FichesLien.orange:hover span {
    width: 10px; 
    background-color: #FFFFFF;
}

.FichesLien.orange:hover svg path {
    stroke: #FFFFFF;
}

.fit-content{
    width: fit-content;
}

#navbarNavMobile .FichesLien:hover span {
    background-color: #EC6608;
}

#navbarNavMobile li:hover .dropdown {
    color: #EC6608;
}

#navbarNavMobile .FichesLien:hover svg path {
    stroke: #EC6608;
}

.carrieres .backImg{
    background-image:  url('../img/carrieres.webp');
    background-position: right;
    background-size: cover;
}

.cta{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4rem;
    flex-wrap: wrap;
}

footer h3,footer h2{
    font-size: 14px;
    font-weight: 700;
}

footer a{
    display: block;
    color: #E6EFF5;
}

footer a:hover{
    color: #EC6608;
}

footer a svg{
    width: 15px;
    height: 15px;
}

.modal-dialog{
	height: 100%;
	max-width: 920px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
}

.modal.fade .modal-dialog {
    transform: translate(0, 0px);
}

.captcha{
    height: 125px;
}

.cta .modal-dialog{
	max-width: 920px;
	}

.modal-content{
	position: relative;
	background-color: #E6EFF5;
	padding: 2rem 4rem;
	border-radius: 0;
	height: fit-content;
    overflow-y: auto;
}

.modal-content.p-6{
    padding: 4rem 4rem;
}

.modal-header,.modal-footer{
	border: none;
	display: block;
}

.modal-header .btn-close{
	position: absolute;
    top: 1rem;
    left: 1rem;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}

.modal-dialog .btn-secondColor{
	margin: auto;
    display: block;
}

.form-control,.modal-dialog textarea{
	border: none;
	padding: 1rem;
    color: #D9D9D9;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
}

.form-control{
    padding: 0 2rem;
    height: 45px;
}

input:focus,textarea:focus,select:focus,.form-control:focus{
    outline: none;
    box-shadow: none;
}

.form-control::placeholder,.modal-dialog textarea::placeholder{
    color: #D9D9D9;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
}

.modal-dialog a{
	margin: auto;
    display: block;
    width: fit-content;
}

.modal-dialog small{
	color: #8AADC5;
	font-size: 14px;
}

.SelectType{
    background-color: white;
    height: 105px;
    padding: 1.8rem 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.SelectType:hover:not(.selected) p {
    color: #283A46;
}

.SelectType:hover:not(.selected) svg path {
    fill: #283A46;
   
}

.SelectType.selected {
    background-color: white;
}

.SelectType.selected p {
    color: #EC6608;
}

.SelectType.selected svg path {
    fill: #EC6608;
    
}

.SelectType svg path {
    fill: #8AADC5;
   
}

.searchBarre{
    width: 100%;
    background-color: #E5ECF1;
}

.fiche {
    margin-bottom: 2rem;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Supprimer le padding gauche des fiches dans la première colonne */
.fiche:nth-child(3n+1) {
    padding-left: 0;
}

/* Supprimer le padding droit des fiches dans la dernière colonne */
.fiche:nth-child(3n) {
    padding-right: 0;
}

/* Supprimer le padding gauche de la première fiche */
.row .fiche:first-child {
    padding-left: 0;
}

/* Supprimer le padding droit de la dernière fiche */
.row .fiche:last-child {
    padding-right: 0;
}


.pagination{
    margin-bottom: 10rem;
}

.pagination span{
    margin: 0 0.5rem;
    cursor: pointer;
}

.pagination span.selected{
    font-weight: 700;
    cursor: default;
}

.pagination span.dots{
     cursor: default;
}

.pagination .previus{
    transform: rotate(180deg);
    margin-right: 3rem;
    cursor: pointer;
}

.pagination .next{
    margin-left: 3rem;
    cursor: pointer;
}

.searchBarre form{
    width: 100%;
}


.title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 473px;
}

.title .title-content h1{
    color: #FFFFFF;
    line-height: 1;
}

.title .title-content p{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.historyBack{
    display: flex;
    color:#EC6608 ;
    font-weight: 700;
    align-items: center;
    position: relative;
    padding-left: 35px;
}

.historyBack div{
    display: flex;
    align-items: center;
    position: absolute;
    right: 100%;
    transform: translateX(19px);
    transition: width 0.3s ease-in-out;
}

.historyBack span{
    background-color: #EC6608;
    width: 0;
    height: 2px;
    transition: width 0.1s ease-in-out;
}


.historyBack:hover{
color: #283A46;
}

.historyBack:hover span{
    width: 10px; 
    background-color: #283A46;
}

.historyBack:hover svg path {
    stroke: #283A46;
}

.article h2{
   font-size: 32px;
   font-weight: 700; 
   color: #283A46;
}

.backWhite{
    background-color: #fff;
}

.accompagnementType .w-20{
    height: 115px;
}

.accompagnementType svg{
    margin-bottom: 1rem;
}

.accompagnementType svg path{
    fill: #283A46;
}

.hoverOrange:hover,.hoverOrange:hover p,.hoverOrange:hover h2 ,.hoverOrange:hover h3{
    color: #EC6608;
}

.hoverOrange:hover path{
    fill: #EC6608;
}

.w-20{
    width: 20%;
    min-width: 200px;
    max-width: 100%;
}

.vertical-align-sub{
    vertical-align: sub;
}

.ficheTransaction .backImg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 175px;
}

.ficheTeam .backImg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 272px;
}


.ficheParole .backImg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 270px;
}

.ficheParole .backImg svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.ficheParole .backImg svg path{
    transition: all 0.3s ease-in-out;
}

.ficheParole:hover .backImg svg path{
    fill: #EC6608;
}

/* Carousel des clients */
#clientsCarousel .carousel-item img {
    width: auto;
    height: 110px;
}

#clientsCarousel .carousel-item .invisible {
    visibility: hidden;
    pointer-events: none;
}

#clientsCarousel .carousel-control-prev {
    left: -50px;
}

#clientsCarousel .carousel-control-next {
    right: -50px;
}

.clientsCarousel {
    padding: 0 50px;
}

.clientsCarousel .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clientsCarousel .swiper-slide img {
    max-width: 100%;
    height: auto;
}

.clientsCarousel-prev,
.clientsCarousel-next {
    width: 40px !important;
    height: 40px !important;
    background-color: var(--secondColor);
    border-radius: 50%;
}

.clientsCarousel-prev:after,
.clientsCarousel-next:after {
    font-size: 20px !important;
    color: white;
}

/* Zones tags input */
.min-height-40 {
    min-height: 40px;
}

.btn-reset-zones {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 2;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
}

.btn-add-zone {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 2;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
}

.btn-add-zone:hover path {
    stroke: #EC6608;
}

#addZoneInput{
    padding: 0 0rem 0 3rem;
}

#addZoneInput::placeholder{
 font-size: 14px; 
}

#zonesTags {
    cursor: default;
    padding-right: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Tags des zones */
.zone-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    background-color: #f8f9fa;
    border-radius: 20px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.zone-tag .close {
    margin-left: 8px;
    cursor: pointer;
    opacity: 0.6;
}

.zone-tag .close:hover {
    opacity: 1;
}

/* Boutons de fréquence */
.frequence-btn {
    width: 150px;
    height: 45px;
    border: 2px solid #283046;
    cursor: pointer;
    transition: all 0.3s ease;
}

.frequence-btn span {
    font-size: 14px;
    font-weight: 700;
    color: #283046;
    transition: all 0.3s ease;
}

.frequence-btn.selected span {
    color: white;
}

.frequence-btn.selected{
    background-color: #EC6608;
    border-color: #EC6608;
    color: white;
}

.sectionMetiers .row{
    --bs-gutter-x: 0;
}


/* Styles pour l'InfoWindow de Google Maps */
.gm-style-iw-a,
.gm-style-iw-t,
.gm-style-iw.gm-style-iw-c,
.gm-style-iw-d {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    padding: 0 !important;
    max-width: none !important;
    max-height: none !important;
    overflow: visible !important;
}

.gm-style-iw-chr{
    display: none !important;
}

.gm-style-iw button {
    display: none !important;
}

/* Style de la bulle */
.price-bubble {
    position: relative;
    background: white;
    padding: 5px 10px;
    color: #EC6608;
    font-size: 20px;
    font-weight: bold;
    cursor:pointer;
    transition: all 0.3s ease;
}

.price-bubble a{
    color: #EC6608;
    transition: all 0.3s ease;
}

.gm-style-iw-t:hover .price-bubble a{
    color: white !important;
}

.gm-style-iw-t:hover .price-bubble{
    color: white !important;
    background-color: #EC6608 !important;
}

.gm-style-iw-tc::after{
    transition: all 0.3s ease !important;
}

.gm-style-iw-t:hover .gm-style-iw-tc::after,.gm-style-iw-tc.backOrange::after{
    background-color: #EC6608 !important;
}

.carousel-control-prev,
.carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    position: absolute;
    width: 58px;
    height: 16px;
}

.carousel-control-prev {
    left: -65px;
    transform: rotate(180deg);
}

.carousel-control-next {
    right: -65px;
    transform: rotate(180deg) ;
    transform: scaleY(-1);
}

.carousel-item {
    transition: transform .6s ease-in-out;
}

.ficheTransaction {
    margin-bottom: 20px;
}

.allReferences{
    background-color: #CCD3D9;
}

.orangeBorder{
    border: 2px solid #EC6608;
}

.pc-2{
    padding: 0 2rem;
}

.slider-container {
    padding: 20px 0;
}

.slider-value {
    position: absolute;
    font-size: 14px;
    white-space: nowrap;
    color: #21303A;
    top: -5px;
}

#surface-min-float{
    transform: translateX(-32%);
    text-align: left;
}

#surface-max-float{
    text-align: right;
    right: 0;
}

.ui-widget.ui-widget-content {
    background-color: #CDD5DA;
    border: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #21303A;
    background: #21303A;
    font-weight: normal;
    color: #21303A;
    border-radius: 50rem;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    background: #EC6608;
    border: none;
}

.slider-container {
    padding: 20px 0;
}

.slider-value {
    position: absolute;
    font-size: 14px;
    white-space: nowrap;
    color: #21303A;
    top: -5px;
}

.accordion-body {
    padding: 1rem 0rem;
}

.accordion-button {
    padding: 0;
    background: none;
    border: none;
    box-shadow: none !important;
    position: relative;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-button::after {
    display: none;
}

.accordion-button .accordion-icon {
    width: 10px;
    height: 5px;
    transition: transform 0.2s ease-in-out;
}

.accordion-button.collapsed .accordion-icon {
    transform: rotate(0deg);
}

.accordion-button:not(.collapsed) .accordion-icon {
    transform: rotate(180deg);
}


.accordion-item {
    background: transparent;
}

.accordion-button {
    background: transparent;
    padding: 0.5rem 0;
    color: #21303A;
}

.accordion-button:not(.collapsed) {
    background: transparent;
    color: #21303A;
    box-shadow: none;
}

.accordion-button::after {
    background-image: url("../img/icones/Polygon-black.svg");
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.btn-orange {
    background: #F26E21;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 4px;
}

.btn-orange:hover {
    background: #d85d14;
    color: white;
}

.text-orange {
    color: #F26E21 !important;
    text-decoration: none;
}

.text-orange:hover {
    color: #d85d14 !important;
    text-decoration: underline;
}

.form-control.bg-light {
    background-color: #F5F5F5 !important;
    border: none;
}

.form-check-input:checked {
    background-color: #F26E21;
    border-color: #F26E21;
}

/* Cacher les boutons des inputs number */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.input-with-suffix {
    position: relative;
}

.input-suffix {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #283A46;
    pointer-events: none;
}

.h-786{
    height: 786px;
}

.scroll-y-auto{
    overflow-y: auto;
    scrollbar-width: none; /* Pour Firefox */
    -ms-overflow-style: none; /* Pour Internet Explorer et Edge */
}

.scroll-y-auto::-webkit-scrollbar {
    display: none; /* Pour Chrome, Safari et Opera */
}

.clientsCarousel {
    padding: 0 50px;
}

.clientsCarousel .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clientsCarousel .swiper-slide img {
    max-width: 100%;
    height: auto;
}

.clientsCarousel-prev,
.clientsCarousel-next {
    width: 40px !important;
    height: 40px !important;
    background-color: var(--secondColor);
    border-radius: 50%;
}

.clientsCarousel-prev:after,
.clientsCarousel-next:after {
    font-size: 20px !important;
    color: white;
}

.custom-zoom-control {
    margin: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.zoom-button {
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zoom-button img {
    width: 100%;
    height: 100%;
}

/* Masquer les contrôles Google Maps non désirés */
.gm-control-active.gm-fullscreen-control,
.gmp-internal-camera-control {
    display: none !important;
}

gmp-internal-camera-control{
    display: none !important;
}

/* Styles pour les onglets du compte */
.account-tabs .tab {
    background: #283A46;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.account-tabs .tab:nth-child(2) {
    background-color: #3D596C;
}

.account-tabs .tab {
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

.account-tabs .tab.active {
   background-color: #8AADC5;
}

.tab-content {
    display: none;
    background: #E6EFF5;
}

.tab-content.active {
    display: block;
}

.property-card {
    background: white;
    overflow: hidden;
}

/* Styles pour les marqueurs personnalisés de la carte */
/* Supprimé */

.price-bubble img {
    width: 20px;
    height: 20px;
}

.agencesListe {
    overflow-y: auto;
    padding-right: 40px;
}

.agencesListe::-webkit-scrollbar {
    width: 15px;
}

.agencesListe::-webkit-scrollbar-track {
    background: #E5ECF1;
}

.agencesListe::-webkit-scrollbar-thumb {
    background: #283A46;
    height: 10%;
}

.agencesListe::-webkit-scrollbar-thumb:hover {
    background: #283A46;
}

.localisation-error{
    position: absolute;
    top: 0;
    right: 0.5rem;
    transform: translate(0, -50%);
    z-index: -1;
}


.localisation-tag {
    display: flex;
    align-items: center;
    background-color: #EC6608;
    color: white;
    padding: 5px 16px;
    margin-right: 5px;
    font-size: 14px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.localisation-tag .remove-tag {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.localisation-tags-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: transparent;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
}

@media (max-width: 1320px) {
    .container {
        max-width: 1320px;
        width: 100%;
        padding-left: 1.75rem; 
        padding-right: 1.75rem; 
    }

    #searchForm .mb-mob-3 {
        margin-bottom: 1rem !important;
    }
}

@media (min-width: 991px) and (max-width: 1100px) {
    .agence .backImg{
    width: 100%!important;
    height: 300px!important;
}

}

@media (min-width: 992px) {

      .resume-sticky {
        position: sticky;
        top: 20px;
        height: fit-content;
        z-index: 100;
    }
}


@media (max-width: 991px) {

    form .w-136,form .w-176{
        margin-bottom: 1rem;
        width: 100%!important;
    }

    .calculateur label{
        width: 80%!important;
        margin-left: 2rem;
    }

    #searchForm input,#searchForm .w-312,#searchForm .mb-mob-3,#searchForm .align-items-center-mob{
        width: 100%!important;
    }

    .h-mob{
        height: auto !important;
    }

    .agencesListe {
        overflow-y: hidden;
        padding-right: 0;
    }

    .p-side-7{
        padding:0.5rem 1rem 1rem 1rem;
    }
    
    .ps-7{
        padding-left:0rem;
    }
     
    .scroll-y-auto{
        overflow-y: hidden;
        height: auto!important;
    }

    #searchForm .align-items-center-mob{
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    #searchForm .me-2{
        margin-right: 0 !important;
    }
    #searchForm .ms-2{
        margin-left: 0 !important;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 30px;
        height: 30px;
    }

    .carousel-control-prev {
        left: 7px;
    }

    .carousel-control-next {
        right: 7px;
    }

    #clientsCarousel .d-flex {
        justify-content: space-around !important;
    }
    
    #clientsCarousel .carousel-control-prev {
        left: -20px;
    }

    #clientsCarousel .carousel-control-next {
        right: -20px;
    }

    #clientsCarousel .d-flex {
        justify-content: space-around !important;
    }
    
    #clientsCarousel .carousel-control-prev {
        left: -20px;
    }

    #clientsCarousel .carousel-control-next {
        right: -20px;
    }

    .fullBackground h1{
        transform: translate(-50%,-50%);
    }
   
    .container, .container-fluid, .container-lg, .container-md, .container-md, .container-xl, .container-xxl{
        padding-right: var(--bs-gutter-x, 1.75rem);
        padding-left: var(--bs-gutter-x, 1.75rem);
        margin-right: auto;
        margin-left: auto;
    }

    .container-mob {
        padding-right: 1.75rem;
        padding-left: 1.75rem;
        margin-right: auto;
        margin-left: auto;
    }

    .scroll {
        width: 150px;
        transform: rotate(90deg) translate(-60px, -60px);
    }

    .row {
       --bs-gutter-x: 0;
    }

    #navbarNavMobile {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgb(40, 58, 70);
        transition: bottom 0.3s ease-in-out;
        overflow-y: auto;
        z-index: 1000;
        padding: 0;
        opacity: 0;
        overflow-y: auto;
    }

    .navbar-nav {
       margin-left: 0;
    }

    .menu-top .justify-content-end{
        justify-content: space-between!important;
    }

    .h1 {
        font-size: 35px;
        text-align: center;
        left: 50%;
    }

    .h2 {
        font-size: 26px;
    }

    .h3 {
        font-size: 22px;
    }

    .FichesLien {
        font-size: 20px;
    }

    .h1 br{
        display: none;
    }

    .mb-mob-4{
        margin-bottom: 1.5rem!important;
    }

    .mb-mob-3{
        margin-bottom: 1rem!important;
    }

    .mt-mob-4 {
        margin-top: 1rem!important;
    }

    .justify-content-center-sm{
        justify-content: center!important;
    }

    .mb-mob-4 {
        margin-bottom: 1rem!important;
    }

    .f-24{
        font-size: 16px!important;
    }

    .f-32{
        font-size: 18px!important;
    }
    .f-64{
        font-size: 32px!important;
    }

    .p-sm-4{
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;
    }

    .funFact .justify-content-center{
        justify-content: start!important;
    }

    #transactionCarousel,#teamsCarousel {
        padding: 0 14px;
    }

   .funFact *{
        overflow-y: hidden;
    }

    .instrument p {
        font-size: 20px;
    }

    .fullBackground .container {
        height: 40vh;
    }

    .scroll{
        display: none;
    }

    .searchCta {
        height: 300px;
        position: relative;
    }

    .searchCta form{
        flex-direction: column!important;
        align-items: center;
    }

    .searchCta .lineHeight-1{
        margin-bottom: 2rem!important;
    }

    .fiches .justify-content-between{
        flex-wrap: wrap;
    }

    .ficheMetier, .fiche,.ficheMetier:first-child, .fiche:first-child,.ficheMetier:nth-child(3), .fiche:nth-child(3){
        padding-right: 0;
        padding-left: 0;
    }

    .ficheMetier:nth-child(2) .btn-small, .fiche:nth-child(2) .btn-small,.ficheMetier:first-child .btn-small, .fiche:first-child .btn-small,.ficheMetier:nth-child(3) .btn-small, .fiche:nth-child(3) .btn-small {
        right: 0;
    }

    .cta{
        flex-direction: column;
    }

    .cta h2{
        text-align: center;
        margin-bottom: 1rem;
        margin-right: 0!important;
    }

    .cta .btn{
       margin-left: auto !important;
        margin-right: auto !important;
        width: fit-content;
    }    
    
    .cta .modal-header .btn-close{
        top: 2rem;
    }
    
    .title .title-content p {
        text-align: center;
    }

    .sectionMetiers .row:nth-child(even){
        flex-direction: column-reverse;
    }

    .p-6,.p-5{
        padding: 2rem 0!important;
    }

    .backGrey.p-6{
        padding: 2rem 2rem!important;
    }

    .backGrey.p-6 .ps-5{
        padding-left: 0!important;
        margin-bottom: 3rem;
    }

    .backGrey.p-6 .pe-5{
        padding-right: 0!important;
        margin-bottom: 3rem;
    }

    .backGrey.p-6 p.mb-4{
        margin-bottom: 1rem!important;
    }

    .presses .ms-6, .presses .me-6{
        margin-left: 0.5rem!important;
        margin-right: 0.5rem!important;
    }

    .presses .carousel-control-prev {
        left: -30px;
    }

    .presses .carousel-control-next {
        right: -30px;
    }

    .p-7,.p-8,.p-5-mob{
        padding: 2rem 1rem!important;
    }

    .height_img{
        height: 266px;
    }

    .fiche {
        margin-bottom: 2rem;
    }

    .carrieres .backImg {
        height: 266px;
        margin-bottom: 2rem;
    }

    .modal-content {
           padding: 2rem 1rem;
           overflow-y: auto;
           }

           .pe-custom{
            padding-right: 0;
            padding-left: 0;
        }
        
        .ps-custom{
            padding-left: 0;
            padding-right: 0;
        }
        
        .ps-customMiddle{
            padding-left: 0;
        } 
        
        .pe-customMiddle{
            padding-right: 0;
        }
        
        .ps-customMiddleSmall{
            padding-left: 0;
        } 
        
        .pe-customMiddleSmall{
            padding-right: 0;
        }

        .searchBarre .me-3,.searchBarre .me-4{
            margin-right: 0!important;
            width: 100%!important;
            position: relative;
        }

        .searchBarre .ms-3,.searchBarre .ms-4{
            margin-left: 0!important;
            width: 100%;
        }

        .filtres .ms-4{
            margin-left: 0!important;
        }

        .filtres .me-4{
            margin-right: 0!important;
        }

        .flex-column-sm{
            flex-direction: column;
        }
        
        form .mb-4,form.backGrey4 .mb-mob-3,.w-100-mob{
            width: 100%!important;
            position: relative;
        }

        form.backGrey4 .me-2, form.backGrey4 .me-5{
            margin-right: 0!important;
        }

        

        form.backGrey4 .ms-2{
            margin-left: 0!important;
        }


        .w-312,.w-224{
            width: 100%!important;
            margin-left: auto;
            margin-right: auto;
        }

        .w-386{
            width: 100%;
        }

        .backGrey.justify-content-end{
            justify-content: center!important;
        }

        .accompagnementType .container-md{
            flex-direction: column;
        }

        .accompagnementType .container-md div{
            margin-bottom: 2rem;
        }

        .h-786 {
            height: auto;
        }

        .h-191{
            height: auto!important;
        }

        .instrument p:first-child {
            font-size: 30px;
        }

}   

@media (min-width: 576px) and (max-width: 991px) {
    #teamsCarousel .carousel-item .col-sm-6,.col-sm-6 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    #teamsCarousel .carousel-item .row {
        margin-left: -2rem;
        margin-right: -2rem;
    }
}



@media  (max-width: 536px) {
    .bien .backImg{
        width: 100%!important;
        height: 310px!important;
    }
    .agence .backImg{
        width: 100%!important;
        height: 310px!important;
    }
       
    .bien{
        flex-direction: column !important;
    }
}

/* Styles pour la gestion des icônes de sélection */
.selection-icon {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.selection-icon:hover {
    transform: scale(1.1);
}

.selection-icon.selected svg path {
    fill: #EC6608;
}

.fullBackground,.title{
    position: relative;
}

.fullBackground .container,.title .container{
    position: relative;
    z-index: 1;
}

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