.info-data {
    color: var(--Text-Primary, #14304A);
    font-family: Inter;
    font-size: 1em;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.075px;
    margin-block: 5px;
}

.data-details {
    color: #14304A;
    font-family: Inter;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.065px;
    border-bottom: #CFCFCF 1px solid;
    padding: 5 0;
    margin-bottom: 5px;
}

.aff-annonce-start {
    color: #000;
    font-size: 0.7em;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}

.label-newannonce {
    color: var(--Text-Primary, #14304A);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.075px;
}

#formulaire-annonce input, #formulaire-annonce select {
    border: none;
    border-radius: 0;
}

#formulaire-annonce select {
    width: auto;
}





















.body-annonces form{
    display:inline;
}



#nb-annonces {
    margin-left: 1%;
    width: 39%;
}



select:focus,select:active{
    outline: none;
}


input:invalid{
    /* border:1px solid var(--redcolor); */
}


button{
    border: none;
}

input:focus,button:focus{
    outline: none;
}

.button-wrapper{
    width: 100%;
    margin:auto;
    font-size: 0.5em;
}
.button-wrapper>.bouton{
    width:100%;
    height:100%;
    font-size: inherit;
    margin:5%;

}

.message-edit-annonce img {
    height: min(20px,2.4vw);
}




form button{
    display:flex;
    background:transparent;
    align-items: center;
    cursor: pointer;
}




.containers{
    display:flex;
    position: relative;
    /* height: inherit; */
    width:100%;
    border:none;
    border-radius: 0;
}

.containers>label{
    justify-content: center;
}



label p{
    font-size: 1em;
}
label p a{
    font-size:1em;
    color:var(--goldcolor);
    margin:0px 0.4em;
}

form .alerte{
    margin:0;
    text-align: left;
    color:var(--redcolor);
}




.bulle ul{
    font-size:1em;
    padding:0;


}
ul li{
    font-size: 1em;
    padding:0;
    text-align: center;
    /* font-size: inherit; */
}

.fond{
    position: absolute;
    top: 0%; 
    width:100%;
    filter: brightness(0.7);
    max-width: 100%;
    height:100%;
    object-fit: cover ;
    z-index:0;
}


.bloc-form .localite{
    display:flex;
    flex-direction: column;
    height:100%;
    width:70%;
}
.localite input{
    width:100%;
}
.localite ul{
    position: absolute;
    display: none;
    list-style: none;
    margin: 0;
    /* padding-top: 5px; */
    margin-block-start: 5vh;
    margin-block-end: 0;
    padding-inline-start: 0;
    font-size: 0.4em;
    background:white;
    z-index:2;
    border: 1px solid var(--goldcolor);
    /* border-radius: 0px 0px 10px 10px ; */
}

.localite ul li {
    display: block;
    cursor: pointer;
    padding: 3px 5px;
    border-bottom: 1px solid #e9e9e9;
    font-family: sans-serif;
    /* background:white; */

  }
  
.bloc-form ul li:hover {
    background: #805959;
  }

.required::after { 
    content:"*"; 
    color:red;
}


.sous-bouton{
    margin:0 auto;
    margin-top:4vh;
    margin-bottom: 4vh;
}

.message{
    display:flex;
    flex-direction: column;
    position:relative;
    font-size : 0.8em;
    margin-top:2%;
    /*margin-bottom:max(10vh,200px); */
    text-align:center;
    width:70%;
    padding: 0.5% max(1px,0%) max(10px,1.5%) max(1px,0%) ;
    color:var(--graycolor);
}






.annonces-main {
    width: 100%;
    margin-top: 1%;
    height: fit-content;
}

.above-container {
    width: 100%;
    display: flex;

}

.pub-container-annonces {
    width:100%;
    display: flex;
}

.pub-div {
    width:10%;
    height: auto;
    margin-left: 1%;
    margin-right: 1%;
    display:flex;
}

.pub-div a {
    display:flex;
    height: inherit;
    margin: auto 0;
}

.pub-div img {
    margin: auto 0;
    max-width: 100%;
    max-height: 100%;
    /* display: flex; */
    /* vertical-align: middle; */
}

.video {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.pub-top-side a {
    width: fit-content;
    margin-top: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.pub-top-side img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    /* display: flex; */
    /* vertical-align: middle; */
}
.pub-top-side video {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    /* display: flex; */
    /* vertical-align: middle; */
}


.pub-top-side {
    width: 100%;
    height:100px;
    /* margin-bottom: 1%; */
    display: flex;
}

.ui-widget {
    width: 40%;
}

.search {
    width: 20%;
}

.search input {
    border:none;
}

.ville-depart {
    display: flex;
    /* width: 61%; */
    font-size: 1.5vw;
    margin-bottom: 1%;
}


.ui-widget input {
    border: 1px solid var(--goldcolor);
    width: 90%;
    margin: auto;
    font-size:0.8em;
    /* margin-left: auto; */
    /* align-self: center; */
    display: flex;
}

.scroller-annonces {
    /* margin: 4vh; */
    display: flex;
    flex-direction: column;
    /* width:55%; */
    height:92%;
    /* overflow-y: scroll; */
    overflow-x: hidden;
    /* scrollbar-color: rebeccapurple green; */
    scrollbar-width: thin;
    border:5px solid var(--goldcolor);
    border-radius: 1%;
    padding: 1%;
    margin-bottom: 1%;

}

.scroller-annonces .annonce{
    display: flex;
    flex-direction: row;
    /* min-height:min(12vh,200px); */
    width: 100%; 
    font-size:1em;
    border : 1px solid var(--graycolor);
    cursor: pointer;

}

.annonce img {
    max-width: 10vh;
    max-height: 10vh;

}

.annonce-attributes{
   /*  width: 50%; */
    padding-left: 2%;
    overflow-wrap:break-word;
    
}
.annonce p{
    margin:0;
}
.annonce>div{
    flex-direction: column;
    /* background-color: blue; */
}   
.annonce>div:nth-child(1){
    width:90%;
    /* background-color: pink; */
}

.btn-container{
    display:flex;
    flex-direction: column;
    width:auto;
    height:100%;
    margin:0 2% 0 auto;
    align-items: flex-end;
}

.btn-container p{
    margin:0 auto 1vh auto;
   font-size: 0.4em;
   width:100%;
   padding-right: 0;
   text-align: right;
}

.button-annonces {
    margin-right: 5%;
}

.container-text-presentation{
    display: block;
    width: 100%;
    font-size: 0.8em;
    text-align:justify;
}

@media all and (max-width:700px) {
    #list-annonces{
        width: 90%;
        margin: auto;
    }
    .container-selection{
        padding: 0 5%;
    }
    .container-text-presentation{
        padding: 0 5%;
    }
}


.above-list-annonces {
    display:flex;
    width:100%;
}

.btn-container form{
    
    width: 90%!important;
    margin:0!important;
    margin-top:1vh!important;
    margin-bottom: 1vh!important;
}
.btn-container .bouton{
    font-size: 0.4em;
    width:90%;
    height:20px;
}
.btn-container form .bouton{
    font-size: 0.4em;
    width: 100%!important;
    height:20px;
}

.message p{
    justify-content: center;
    padding:0;
    /* font-size: 0.8em; */
}

.message form{
    margin:0 auto;
    width:95%;
    padding:0;

}
.suggestion.selected {
    background-color: #e9ecef;
    cursor: pointer;
}


.autocomplete {
   display: flex;
   flex-direction: column;
   height:100%;
   width:70%;
   /* padding:10%; */
  } 

  .autocomplete input{
      width:100%;
      min-height:2vh;
  }
  
  .autocomplete-items {
    position: relative  ;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    /* top: 100%; */
    left: 0;
    right: 0;
    flex-direction: column;
    font-size: 0.4em;
    font-family: var(--calibri);

}
  .autocomplete-items div {
    /* padding: 10px; */
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    /* font-size: 0.4em; */
  }
  .autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
  }

  .search-container {
    position: relative;
    width: 100%;
}

.autocomplete-results {
    position: absolute;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    max-height: 250px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
}

.result-item {
    padding: 10px;
    cursor: pointer;
}

.result-item:hover {
    background-color: #f0f0f0;
}

.result-item.active {
    background-color: #f0f0f0;
}

/* Optional: Add a subtle transition for smoother highlighting */
.result-item {
    transition: background-color 0.2s ease;
}

  #google-maps-btn .cta:hover {
    background-color: initial;
    color: initial;
  }
  .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    /* background-color: DodgerBlue !important; */
    color: #ffffff;
  }

  .map-container-lesannonces {
      width: 150%!important;
  }

  .scroller-annonces-lesannonces {
      width: 95%!important;
  }

.map-container{
    position:relative;
    
    width:90%;
    height:95%;
    max-height: 90vh;
    /* background-color: pink; */
    /* display: none; */
    /* visibility: collapse; */
    /* margin:0 10%; */
}
.map {
    display:flex;
    width:100%;
    height:100%;
    font-size:0.2em;
    /* background-color: red; */
}

.ol-control button{
    min-width: 20px;
    min-height: 20px;
    cursor: pointer;
}






.check{
    display: block;
    position: relative;
    border: 1px solid var(--graycolor);
    border-radius: 100%;
    height:25px;
    width:25px;
    margin-top: 1%;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    cursor:pointer;
    background-color: transparent;

}

input[type=radio]{
    display:none;
}

input[type=radio]:checked ~ .check {
    border: 1px solid var(--goldcolor);
    background-color: var(--goldcolor);
}

.btn-filtre {
    display:flex;
    min-width:100%!important;
    /* height:30px; */
    font-size: 0.4em;
    margin:0;
}
.btn-message{
    margin-top:auto;
    margin-bottom: auto;
    font-size: 0.4em;
    margin-right: 5%;
}



.switch {
    position: relative;
    display: inline-block;
    width: 50px!important;
    height: 22px;
    margin:auto 10px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: var(--goldcolor);
    -webkit-transition: .4s;
    transition: .4s;
  }
  /*
  input:checked + .slider {
     background-color: var(--goldcolor); 
  }
  */
  input:focus + .slider {
    box-shadow: 0 0 1px var(--goldcolor);
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
    border:1px solid var(--goldcolor);

  }
  
  .slider.round:before {
    border-radius: 50%;
  }



.bloc-filtres{
    display: flex;
    /* flex-direction: row; */
    /* align-items: center; */
}
/* .bloc-filtres>form{
    width:100%!important;
    margin:0!important;
    padding:0;
} */
.choixAffichage{
    display: flex;
    margin:auto 10px;
    font-size: 0.4em;
    font-family: var(--calibri);
}

.choixAffichage p {
    margin: auto;
    font-size: 1vw;
}

.detail-annonce{
    width:90%;
}
.detail-annonce .annonce{
    flex-direction: column;
    /* background-color: green; */
    margin:4vh 5%;
}
.detail-annonce .annonce h3{
    font-size: 0.7em;
    font-family: var(--calibri);
    color:var(--goldcolor);
    margin:0;
}
.detail-annonce .annonce .ligne-horizontale{
    display: flex;
    width:100%;
    height:3px;
    background-color: var(--goldcolor);
}

.detail-annonce .annonce .annonce-attributes{
    display: flex;
    padding:5%;
    width: 90%;
    border-radius: 10px;
    background-color: var(--griscolor);
    margin: 4vh auto;
    font-size: 4vw;
}

.info-form {
    padding: 0;
    padding-left:2px;
}

.detail-annonce .annonce .map-container{
   height:30vh;
   margin: 4vh auto;

}

.detail-annonce .annonce .identite{
    color:var(--goldcolor);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    font-size: 1.2em;
 
 }

 .detail-annonce .annonce .identite h2{
    color:var(--goldcolor);
    margin-left:1vw;

 }

 .detail-annonce .annonce .button-wrapper{
     display: flex;
     flex-direction: row;
     width: 100%;
     /* height:10vh; */
     justify-content: center;
    

 }
 .detail-annonce .annonce .button-wrapper .bouton{
     width:100%;
     height:100%;
     margin:0 2vw;
     font-size: 0.5em;
 }

 .overlay{
     background: transparent;
     border: none;
 }


 .bouton-wrapper-btn{
    display:flex;
    flex-direction: column;
    min-width: 70vw;
    font-size: max(15px,0.5em);
}


.bouton-wrapper-btn>.bouton-message{
   width:90%;
    max-width:100%;
    margin-top:5vh;
    height: 10vh;
    max-height: 200px;
   
}
.bouton-wrapper-btn>form{
    width:90%;
     max-width:100%;
     font-size: inherit;
    
 }


 .bouton-blanc {
     color:black;
 }

 #bulleLieuRdv {
     width:10%!important;
 }

 .close-button-map {
    position: absolute;
    right: 1%;
    z-index: 1;
    font-size:3vw;
 }

#itineraire {
    position: absolute;
    right: 1%;
    top: 10%;
    z-index: 3;
    border: none;
    font-size: 1.5vw;
    background-color: white;
    color: black;
    text-transform: none;
}

.pub-right-side {
    margin-right: 0;
}

.pub-right-side a {
    margin-left: auto;
    margin-right: 0;
}

.pub-left-side {
    margin-left: 0;
}

.pub-top-side{
    max-height: 20vh;
    overflow: hidden;
    width: 100%;
}
.pub-top-side img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.pub-haut img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.pub-haut{
    width: 100%;
}
.pub-norme{
    width: 90%;
}

.material-symbols-rounded {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
#pub_container{
    width: 100%;
    background-color: white;
    z-index:3;
    
}
#pub_container section {
    display:flex;
    flex-direction:column;
    background-color:white;
    width: 90%;
    margin: auto;
    align-items: center;
    gap:10px;
}

@media all and (max-width:1000px){
    .pub-norme{
    width: 100%;
    }
}

@media only screen and (max-width:700px) {
    #annonces-container.container{
        padding-left: 0;
        padding-right: 0;
    }
    #itineraire {
        top: 30px;
    }

    .pub-top-side img {
        width: -webkit-fill-available;
        /* display: flex; */
        /* vertical-align: middle; */
    }

    .pub-top-side video {
        display:flex;
    }

    #envoiMessageGroupe {
        margin-bottom:3%;
    }

    /*.body-annonces form {

         width:70%; 
         margin :0 auto;
        margin-left:3% ; 
    }
    */
    .body-annonces .bulle{
        left:auto;
        right:0pc;
    }

    /* .annonce img {
        max-width:20vw;
        max-height:20vw;
    } */

    .annonces-container{
        flex-direction: column;
       
    }
    .annonces-container>.scroller-annonces{
        width:100%;
    }
    .annonces-container>.map-container{
        width:100%;
    }

    .bloc-form label{
        width: 70px;
    }
    .map-button {
        padding-left: 5px;
        padding-right: 5px;
    }

    .annonces-container>.scroller-annonces {
        width: 95%;
        margin: auto;
        margin-bottom: 2%;
    }

    .choixAffichage p {
        font-size: 15px;
    }



    .map-container {
        height: 50%;
        margin-bottom: 20px;
    }
    #annonce-tite-container {
        height: 50%;
    }
    .pub-div {
        display:none;
    }


    .pub-top-side {
        height: 50px;
        display: block;
    }

    .ui-widget{
        font-size: 0.5em;
    }

    .ui-widget input{
        font-size: 3em!important;
    }
}

