a:hover {
    text-decoration: none !important;
}
a {
    text-decoration: none;
    color: #000000;
}
button:focus {
    border: none;
    outline: none;
}
p{
  margin: 0;
}

/*--- optionsRecherche ---*/
.container{
  display: none;
}
.container.show{
  display: block;
}
.active {
  color: black !important;
}
.optionsRecherche.active {
    transition: width 0.6s ease-out;
    width: 0;
}
.optionsRecherche {
    transition: width 0.6s ease-out;
    width: var(--rn-width3);
    box-sizing: border-box;
    margin: 0;
}
.optionsRecherche_cars_card {
    width: var(--rn-width1);
    margin: auto;
    box-sizing: border-box;
    display: flex;
    /*min-height: 900px;*/
}
.separator {
    background-color: var(--gray2);
    margin: 2px 0;
    height: 0.1px;
}

/*--- optionsRecherche ---*/
.allDropdown {
    overflow: hidden;
    transition: max-height 0.6s ease-out;
    visibility: hidden;
    max-height: 0;
}
.allDropdown.active {
    transition: max-height 0.6s ease-out;
    visibility: visible;
    max-height: 806px;
}
.showFilters {
    background-color: white;
    height: 46px;
    width: 230px;
    font-family: "ReadMedium";
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
    flex-wrap: nowrap;
    font-size: 17px;
    text-transform: uppercase;
    border: 1px solid white;
}
input.autocomplete::placeholder {
    color: black;
    opacity: 1;
    font-weight: bold;
    text-align: center;
}
input.autocomplete::-ms-input-placeholder {
    color: black;
    font-weight: bold;
    text-align: center;
}
input:focus, input:focus-visible{
  border-bottom: 0px dashed black !important;
}

.listOfItems {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 803px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-left: 1px solid var(--gray1);
    transition: max-height 0.8s ease-in-out;
    border-bottom: 1px solid var(--gray1);
}
.listOfItems.hidden {
    transition: max-height 0.8s ease-in-out;
    max-height: 0px;
}
.detail_point {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 731px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #dddddd transparent;
    border-left: 1px solid var(--gray1);
    transition: max-height 0.8s ease-in-out;
}
.detail_point.hidden {
    transition: max-height 0.8s ease-in-out;
    max-height: 0px;
}
#liste-points-proches::-webkit-scrollbar,
.detail_point::-webkit-scrollbar {
    width: 3px;
}
#liste-points-proches::-webkit-scrollbar-thumb,
.detail_point ::-webkit-scrollbar-thumb {
    background-color: var(--yellow);
}
#liste-points-proches::-webkit-scrollbar-track,
.detail_point::-webkit-scrollbar-track {
    background-color: transparent;
}
#liste-points-proches li,
.detail_point li {
    margin: 0;
    padding: 30px 0px 30px 10px;
    text-align: left;
    display: block;
    border-bottom: 1px solid var(--gray1);
    width: 98%;
    font-family: "DaciaBlock";
    display: flex;
    flex-direction: row;
    gap: 25px;
    cursor: pointer;
}
#liste-points-proches li:hover,
.detail_point li:hover {
    background-color: rgb(235, 235, 235);
}
.DistanceContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.DistanceContainer img {
    width: 30px;
    margin-bottom: 10px;
}
.nom {
    font-family: "DaciaBlock";
    color: var(--Green);
}
.adresse,
.contactez,
.itinéraire,
.site,
.tel {
    font-family: "ReadMedium";
    width: 90%;
}
.km {
    font-family: "ReadMedium";
}
.contactez,
.itinéraire,
.site,
.tel {
    font-family: "ReadMedium";
    text-decoration: underline;
    display: block;
    margin: 5px 0;
    font-size: 17px;
    display: flex;
    align-items: flex-end;
}
.contactez svg,
.itinéraire svg,
.site svg,
.tel svg {
    margin-right: 8px;
}
.referent_zone {
    border: 1px solid black;
    width: fit-content;
    padding: 5px 4px;
    border-radius: 4px;
    font-family: "ReadMedium";
    margin-bottom: 5px;
    color: var(--white);
    background-color: var(--black);
}
.Vehicules_neufs {
    border: 1px solid black;
    width: fit-content;
    padding: 5px 4px;
    border-radius: 4px;
    font-family: "DaciaBlock";
    margin-top: 25px;
}
.Vehicules_occasion {
    border: 1px solid black;
    width: fit-content;
    padding: 5px 4px;
    border-radius: 4px;
    font-family: "DaciaBlock";
    margin-top: 5px;
}
.Filtrer {
    padding: 13px;
    background-color: white;
    border: 1px solid var(--gray1);
}
#FiltrerToHide {
    display: none;
}
.Filtrer_btn {
    width: 100%;
    height: 46px;
    font-family: "DaciaBlock";
    font-size: 18px;
    transition: background-color 0.8s ease, color 0.8s ease;
    cursor: pointer;
    color: white;
    background-color: black;
}
.Filtrer_btn:hover {
    background-color: var(--white);
    color: var(--black);
}
.search-container {
    position: relative;
}
.autocomplete {
    padding-right: 30px;
    height: -webkit-fill-available;
    width: 330px;
    border-radius: 5px;
    border: 1px solid white;
    font-size: 17px;
}
.bi-search {
    position: absolute;
    top: 50%;
    right: 10px; 
    transform: translateY(-50%);
    pointer-events: none; 
}
.show_concessionnaires {
    color: white;
    height: 46px;
    border: 1px solid transparent;
    background-color: transparent;
    font-family: "DaciaBlock";
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 240px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    transition: border 0.5s ease;
    margin-left: 50px;
}
.show_concessionnaires:focus {
    border: 1px solid var(--LightGray);
}
.show_concessionnaires:hover {
    border: 1px solid #F2F2F2;
}
.top_bouton{
    display: none;
}
.top_bouton.show {
    background: var(--Green);
    width: var(--rn-width1);
    display: flex;
    margin: 40px auto 0;
    padding: 15px 0;
    justify-content: flex-start;
    gap: 14%;
}
.map_Btns {
    display: flex;
    justify-content: space-between;
    width: 54%;
}
#map {
    width: 100%;
    height: 100%;
    display: block;
}
.ou{
    font-size: 21px;
    margin: auto 0;
    color: white;
    font-family: 'ReadMedium';
}

/*--- dropdown ---*/
.dropdown {
    padding: 0px;
    /*min-height: 900px;*/
}

/*--- todispear ---*/
.card {
    background-color: transparent !important;
}
.todispear {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 69%;
    background-color: #f7f7f7;
    transition: width 0.6s ease-out;
    height: 806px;
}
.todispear.active {
    transition: width 0.6s ease-out;
    width: 100%;
}
.showAllbutton {
    background-color: var(--Green);
    border: 1px solid var(--Green);
    color: white;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    font-family: "DaciaBlock";
    transition: background-color 0.8s ease, color 0.8s ease;
    cursor: pointer;
    width: 280px;
    margin: auto;
}
.showAllbutton:hover {
  background-color: var(--white);
  color: var(--Green);
}



/* ________ ____--<-           ->--____ ________ */
/* ____-----<< Concessionnaires list >>------____ */
/* ________ ____--<-           ->--____ ________ */
.succursales_card_hide {
    width: var(--rn-width1);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    justify-content: center;
}
.succursales_card{
    width: calc(32% - 1* var(--um));
    position: relative;
    padding-bottom: 45px;
}
.succursales_card .card-title{
    font-family: 'DaciaBlock';
    color: var(--Green);
    font-size: 20px;
}
.succursales_card .card-text{
    font-family: 'ReadMedium';
    margin: 15px 0;
}
.succursales_card .card-local, .succursales_card .card-tele{
    font-family: 'ReadLight';
}
.succursales_card .card-local svg, .succursales_card .card-tele svg{
    margin-right: 7px;
}
.succursales_card .go_to {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  font-family: 'ReadMedium';
  color: var(--Green);
  font-size: 18px;
  position: absolute;
  bottom: 0;
}
.succursales_card .go_to svg {
  width: 15px;
  transition: transform 0.3s ease-in-out;
}
.succursales_card .go_to:hover svg {
  transform: translateX(-5px);
}

@media (max-width: 1024px) {
    .show_concessionnaires {
        width: 200px;
        font-size: 12px;
        margin-left: 5px;
        height: 40px;
    }
    .show_concessionnaires span svg{
        width: 20px;
    }
    .autocomplete {
        padding-right: 0px;
        width: 250px;
        font-size: 12px;        
        height: 37px;
    } 
    .bi-search {
        position: absolute;
        top: 44%;
        right: 10px;
        transform: translateY(-50%);
        pointer-events: none;
    }
    .showFilters {
        width: 150px;
        font-size: 11px;
        height: 40px;
    }
    .ou {
        font-size: 17px;
    }
    .top_bouton.show {
        padding: 8px 0;
    }
    .todispear {
        width: 78%;
    }
    #liste-points-proches li, .detail_point li {
        width: 100%;
        padding: 15px 0px 30px 10px;
        gap: 0px;
    }
    .referent_zone, .Vehicules_neufs, .Vehicules_occasion {
        font-size: 9px;
    }
    .contactez, .itinéraire, .site, .tel {
        font-size: 11px;
    }
    .itinéraire svg, .tel svg{
      width: 15px;
    }
    .nom {
      font-size: 13px;
    }
    .adresse, .contactez, .itinéraire, .site, .tel {
      font-size: 11px;
    }
}

@media (max-width: 800px) {
    /*---cars card---*/
    .min,
    .max {
        font-size: 12px;
    }
    .showFilters {
        font-size: 12px;
    }
    /*/---adbyme ---*/
    .optionsRecherche_cars_card {
        flex-direction: column;
    }
    .todispear {
        width: 100%;
    }
    .optionsRecherche {
        width: 100%;
    }
    #liste-points-proches li,
    .detail_point li {
        width: 100%;
        justify-content: flex-start;
    }
    .allDropdown {
        visibility: visible;
        max-height: 900px;
    }
    .allDropdown.active {
        overflow: hidden;
        transition: max-height 0.6s ease-out;
        visibility: hidden;
        max-height: 0 !important;
    }
    .top_bouton {
        gap: 3%;
    }
    .map_Btns {
        width: 45%;
        gap: 3%;
    }
    .show_concessionnaires {
        width: 24%;
        font-size: 11px;
    }
    .showFilters {
        width: 125px;
        font-size: 11px;
    }
    .showFilters svg{
      width: 17px;
    }
    .autocomplete {
        font-size: 12px;
        width: 164%;
    }
    .bi-search {
        top: 48%;
        right: -90px;
    } 
    .optionsRecherche.active {
        width: 100%;
    }
}

@media (max-width: 622px) {
    .top_bouton.show {
        padding: 8px 0;
        flex-direction: column-reverse;
    }
    /*--- todispear ---*/       
    .todispear {
        width: 100%;
        background-color: white;
    }
    .optionsRecherche_cars_card {
        align-items: center;
    }
    .optionsRecherche {
        width: 100%;
    }

    /*--- addbyme ---*/
    .show_concessionnaires {
        width: 95%;
        margin-top: 15px;
    }
    .top_bouton {
        flex-direction: column;
        align-items: center;
    }
    .map_Btns {
      width: 100%;
      justify-content: flex-start;
      flex-direction: column; 
    }
    .autocomplete {
        height: 34px;
        width: 100%;
    }
    .search-container {
        margin: auto;
        width: 90%;
    }
    .ou {
        margin: auto;
    }
    .bi-search {
        display: none;
    }
    .showFilters {
        width: 35%;
        padding: 0;
        height: 34px;
        margin: auto;
    } 
}
@media (max-width: 425px) {
    .showFilters {
        width: 48%;
    }
}
@media (max-width: 325px) {
    .showFilters {
        width: 46%;
    }
}