

.row_i {

  position: absolute;

  width: 100%;

  top: 150px;

}

.row_6i {

  display: flex;

  justify-content: center;

  width: 100%;

  margin: 40px 0;

}

.card_s6 {

  box-shadow: 0px 0px 4px 0px black;

  border-radius: 5px;

  border: solid 5px var(--gray1);

  height: var(--cardHeight);

  width: var(--rn-width6);

  margin: 0 var(--um);

  box-sizing: border-box;

}

.row_4i {

  display: flex;

  justify-content: center;

  width: 100%;

  margin: 40px 0;

}

.card_s4 {

  box-shadow: 0px 0px 4px 0px black;

  border-radius: 5px;

  border: solid 5px var(--gray2);

  height: var(--cardHeight);

  width: var(--rn-width4);

  margin: 0 var(--um);

  box-sizing: border-box;

}

.row_3i {

  display: flex;

  justify-content: center;

  width: 100%;

  margin: 40px 0;

  flex-wrap: wrap;

}

.card_s3 {

  box-shadow: 0px 0px 4px 0px black;

  border-radius: 5px;

  border: solid 5px var(--gray3);

  height: var(--cardHeight);

  width: var(--rn-width3);

  margin: 0 var(--um);

  box-sizing: border-box;

}

.row_2i {

  display: flex;

  justify-content: center;

  width: 100%;

  margin: 40px 0;

}

.card_s2 {

  box-shadow: 0px 0px 4px 0px black;

  border-radius: 5px;

  border: solid 5px var(--gray2);

  height: var(--cardHeight);

  width: var(--rn-width2);

  margin: 0 var(--um);

  box-sizing: border-box;

}

.row_2-5i {

  display: flex;

  justify-content: center;

  width: 100%;

  margin: 40px 0;

}

.card_s2-5 {

  box-shadow: 0px 0px 4px 0px black;

  border-radius: 5px;

  border: solid 5px var(--gray2);

  height: var(--cardHeight);

  width: var(--rn-width2);

  margin: 0 var(--um);

  box-sizing: border-box;

}

.row_1-2i {

  display: flex;

  justify-content: center;

  width: 100%;

  margin: 40px 0;

}

.card_s1-2 {

  box-shadow: 0px 0px 4px 0px black;

  border-radius: 5px;

  border: solid 5px var(--black);

  height: var(--cardHeight);

  width: var(--rn-width1);

  margin: 0 var(--um);

  box-sizing: border-box;

}

.row_1i {

  display: flex;

  justify-content: center;

  width: 100%;

  

  align-items: center;

}

.card_s1 {

  box-shadow: 0px 0px 4px 0px black;

  border-radius: 5px;

  border: solid 5px var(--black);

  height: var(--cardHeight);

  width: var(--rn-width1);

  margin: 0 var(--um);

  box-sizing: border-box;

}

.row_1-5i {

  display: flex;

  justify-content: center;

  width: 100%;

  margin: 40px 0;

}

.card_s1-5 {

  box-shadow: 0px 0px 4px 0px black;

  border-radius: 5px;

  border: solid 5px var(--black);

  height: var(--cardHeight);

  width: var(--rn-width1-5);

  margin: 0 var(--um);

  box-sizing: border-box;

}



.guide_path {

  display: flex;

  width: 100%;

  flex-direction: row;

  justify-content: center;

  position: relative;

  background-color: transparent;

  min-height: 200vh;

}



.unit1 {

  height: 100%;

  background-color: rgba(82, 198, 218, 0.089);

  margin: 0 var(--um);

  width: var(--unit);

  min-height: 1200vh;

}



a:hover{

  text-decoration: none !important;

}

a{
  text-decoration: none;
  color: #000000;
}
   

button:focus{

  border: none ;

  outline: none ;

}


.showAllbutton{
  background-color: black;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  font-family: 'NouvelRBold';
  transition: background-color 0.8s ease, color 0.8s ease;
  cursor: pointer;
}
.showAllbutton a{
  color: white !important;
}
.showAllbutton:hover{
  background-color: var(--white);
  border: 1px solid var(--gray3);
}
.showAllbutton:hover a{
  color: var(--black) !important;
}

/*/------------------ breadcrumb ------------/*/

  .breadcrumb_Container{

      display: flex;

      justify-content: center;

      width: 100%;

      margin: 0;

  }

  .breadcrumb {

      display: flex;

      height: 60px;

      width: var(--rn-width1);

      margin: 0 var(--um);

      box-sizing: border-box;

      background-color: white !important;

      margin-bottom: 0 !important;

      font-family: NouvelRRegular;

      flex-direction: row;

      align-items: center;

      border-bottom: 1px solid var(--gray2);

      border-radius: 0 !important;

  }

  .breadcrumb a{

      font-family: 'NouvelRRegular';

      font-size: 13px;

      color: #000000;

  }

  .breadcrumb svg{

      width: 26px;

      height: 10px;

      fill: currentcolor;

      color: var(--yellow);

      font-family: 'NouvelRBold';

  }

.header_image {

  height: 530px;

  width: 100%;

  box-sizing: border-box;

  background-image: url(../img/maps.webp);

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;

  align-items: center;

  text-align: center;

  display: flex;

  background-color: black;

  opacity: 0.8;

}

.page_headerTitle .title {

  margin: 0px 0px 60px 0px;

  padding: 0px;

  text-align: center;

}

.page_headerTitle .title .title_text {

  font-size: 34px;

  font-family: NouvelRBold;

  margin: 0px;

  text-transform: uppercase;

  color: white;

  margin-top: -20px;

  line-height: 1.3;

  letter-spacing: 2px;

}

/*/------------- mainTitle ----------/*/

.mainTitle{

    margin: 0 var(--um);

    box-sizing: border-box; 

    text-align: center;

    font-family: NouvelRBold;

  }

  .mainTitle .title {

      font-size: 35px;

      font-weight: bold;

      font-family: NouvelRBold;

      margin-bottom: 14px;

  }

  .mainTitle .title.exeption {

    margin-top: 0px;

  }

  .mainTitle .semititle {

      font-size: 16px;

      margin-bottom: 0px;

      width: 64%;

      margin: auto;

      font-family: RenaultGroupSemibold;

      color: var(--gray3);

  }





/*---------------optionsRecherche & cars_card -------------------*/

  .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: 0 var(--um);

      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:900px;

  }


  .showFilters {

      background-color: #efdf00;

      color: white;

      height: 46px;

      width: 200px;

      font-family: 'NouvelRBold';

      display: flex;

      justify-content: space-evenly;

      align-items: center;

      cursor: pointer;

      flex-wrap: nowrap;

      color:black;

  }


input.autocomplete::placeholder {

      color: black;

      opacity: 1; /* Firefox */

      font-weight :bold;

      text-align:center;

  }



input.autocomplete::-ms-input-placeholder { /* Edge 12 -18 */

color: black;

  font-weight:bold;

text-align:center;

}

  .showFilters img {

      width: 25px;

  }


  .dropbtn {

      cursor: pointer;

      width: 100%;

      display: flex;

      flex-direction: row;

      justify-content: space-between;

      align-items: center;

      font-family: 'RenaultGroupSemibold';

  }

  .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: 100%;
    font-family: 'NouvelRBold';
    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: 'NouvelRBold';
  }

  .adresse, .contactez, .itinéraire, .site, .tel{
      font-family: 'NouvelRRegular';
      width: 90%;
  }

  .km{
      font-family: 'NouvelRRegular';
  }

  .contactez, .itinéraire, .site, .tel {
      font-family: 'NouvelRRegular';
      text-decoration: underline;
      display: block;
      margin: 5px 0;
      font-size: 17px;
  }

  .contactez svg, .itinéraire svg, .site svg, .tel svg{
      margin-right: 8px;
  }

  /* li:first-child {
      background-color: #ebebeb;
  }*/

  .referent_zone {
    border: 1px solid black;
    width: fit-content;
    padding: 5px 4px;
    border-radius: 4px;
    font-family: 'NouvelRRegular';
    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: 'NouvelRBold';
      margin-top: 25px;
  }
  .Vehicules_occasion {
      border: 1px solid black;
      width: fit-content;
      padding: 5px 4px;
      border-radius: 4px;
      font-family: 'NouvelRBold';
      margin-top: 8px;
  }
  .Filtrer {
      padding: 13px;
      background-color: white;
      border: 1px solid var(--gray1);
  }
  #FiltrerToHide{
    display: none;
  }

  .Filtrer_btn{
      width: 100%;
      height: 46px;
      font-family: 'NouvelRBold';
      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;
  }
  
  .bi-search {
      position: absolute;
      top: 50%;
      right: 10px; /* Adjust the right position as needed */
      transform: translateY(-50%);
      pointer-events: none; /* Ensure that the icon does not interfere with input interaction */
  }

  .show_concessionnaires {
      height: 46px;
      border: 1px solid white;
      color: white;
      font-family: 'NouvelRBold';
      display: flex;
      justify-content: space-around;
      align-items: center;
      width: 210px;
      cursor: pointer;
  }
  .show_concessionnaires:focus {
      border: 1px solid var(--gray3) !important;
  }
  

  .top_bouton{
      background:black;
      width: var(--rn-width1);
      display: flex;
      margin: 40px auto 0;
      padding: 15px 0;
      justify-content: space-evenly;
      gap: 12%;
  }

  .map_Btns{
      display: flex;
      justify-content: space-between;
      width: 50%;
  }

/*---------dropdown---------*/

.dropdown {

  padding: 0px;

  /*border-left: 1px solid var(--gray2);*/

/*border-bottom: 1px solid var(--gray2);*/

min-height:900px;

}

.voir_plus{

    text-align: center;

    margin-top: 10px;

}

.voir_plus a {

    text-decoration: underline !important;

    color: var(--gray2);

    font-family: 'NouvelRRegular';

}

.dropdown-content{

    display: none;

}

.dropdown-content.active {

    display: block;

    margin: 6px 0 0 0;

}

/*------checkbox-----*/

.checkbox_container {

    display: flex;

    align-items: center;

    flex-direction: row;

    flex-wrap: nowrap;

    justify-content: flex-start;

}

input[type="checkbox"] {

    appearance: none;

    -webkit-appearance: none;

    width: 15px;

    height: 15px;

    border-radius: 3px;

    cursor: pointer;

    border: 1px solid black;

    position: relative;

}



input[type="checkbox"]:after {

    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='11' width='13' fill='white' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");

    font-size: 18px;

    top: -8px;

    position: absolute;

    display: none;

}

input[type="checkbox"]:checked {

    background-color: #000000;

}

input[type="checkbox"]:checked:after {

    display: block;

}

/*------switcher-----*/

.switch {

  --button-width: 52px;

  --button-height: 34px;

  --toggle-diameter: 31px;

  --button-toggle-offset: calc((var(--button-height) - var(--toggle-diameter)) / 2);

  --toggle-shadow-offset: 6px;

  --toggle-wider: 3em;

  --color-grey: #cccccc;

  --color-green: var(--black);

}

label {

  display: inline-block;

  margin: 7px 0 0 0 !important;

  font-family: 'NouvelRRegular';

}

.sliderswitch {

  display: inline-block;

  width: 38px;

  height: 20px;

  background-color: var(--color-grey);

  border-radius: calc(var(--button-height) / 2);

  position: relative;

  transition: 0.3s all ease-in-out;

  cursor: pointer;

}



.sliderswitch::after {

  content: "";

  display: inline-block;

  width: 16px;

  height: 16px;

  background-color: #fff;

  border-radius: calc(var(--toggle-diameter) / 2);

  position: absolute;

  top: var(--button-toggle-offset);

  transform: translateX(var(--button-toggle-offset));

  box-shadow: var(--toggle-shadow-offset) 0 calc(var(--toggle-shadow-offset) * 4) rgba(0, 0, 0, 0.1);

  transition: 0.3s all ease-in-out;

  left: 1px;

}



.switch input[type="checkbox"]:checked + .sliderswitch {

  background-color: var(--color-green);

}



.switch input[type="checkbox"]:checked + .sliderswitch::after {

  transform: translateX(calc(var(--button-width) - var(--toggle-diameter) - var(--button-toggle-offset)));

  box-shadow: calc(var(--toggle-shadow-offset) * -1) 0 calc(var(--toggle-shadow-offset) * 4) rgba(0, 0, 0, 0.1);

}



.switch input[type="checkbox"] {

  display: none;

}



.switch input[type="checkbox"]:active + .sliderswitch::after {

  width: var(--toggle-wider);

}



.switch input[type="checkbox"]:checked:active + .sliderswitch::after {

  transform: translateX(calc(var(--button-width) - var(--toggle-wider) - var(--button-toggle-offset)));

}

/*------END switcher-----*/

/*---------range---------*/

.dropdown_content_range.active {

  display: block;

  margin: 20px 0 25px 0;

}

.dropdown_content_range {

  display: none;

}

.price-input {

  width: 100%;

  display: flex;

  margin: 0px 0 14px;

  justify-content: space-between;

  align-items: center;

}

.min, .max{

  font-family: 'RenaultGroupSemibold';

}

.price-input .field{

display: flex;

width: 100%;

height: 45px;

align-items: center;

}

.fieldMIN input, .fieldMAX input {

  width: 100%;

  outline: none;

  font-size: 19px;

  -moz-appearance: textfield;

  border: none;

}

.fieldMAX input{

  text-align: right;

  margin-right: 12px;

}

.fieldMIN input{

  text-align: left;

  margin-left: 12px;

}



input[type="number"]::-webkit-outer-spin-button,

input[type="number"]::-webkit-inner-spin-button {

-webkit-appearance: none;

}

.price-input .separator{

width: 130px;

display: flex;

font-size: 19px;

align-items: center;

justify-content: center;

}

.slider {

height: 4px;

position: relative;

background: var(--gray1);

border-radius: 5px;

}

.slider .progress{

height: 100%;

left: 0%;

right: 0%;

position: absolute;

border-radius: 5px;

background: var(--gray3);

}

.range-input{

position: relative;

}

.range-input input{

position: absolute;

width: 100%;

height: 5px;

top: -5px;

background: none;

pointer-events: none;

-webkit-appearance: none;

-moz-appearance: none;

}

input[type="range"]::-webkit-slider-thumb{

height: 17px;

width: 17px;

border-radius: 50%;

background: var(--gray3);

pointer-events: auto;

-webkit-appearance: none;

box-shadow: 0 0 6px rgba(0,0,0,0.05);

}

input[type="range"]::-moz-range-thumb{

height: 17px;

width: 17px;

border: none;

border-radius: 50%;

background: var(--gray3);

pointer-events: auto;

-moz-appearance: none;

box-shadow: 0 0 6px rgba(0,0,0,0.05);

}

/*------END range-----*/

/*------buttons (appliquer & Vider)-----*/

.submit, .vider {

width: 100%;

font-family: 'RenaultGroupSemibold';

height: 45px;

transition: background-color 0.5s, color 0.5s;

margin-top: 4px;

}

.submit{

background-color: var(--yellow);

}

.vider{

border: 1px solid var(--gray2);

}

.vider:focus{

border: 1px solid var(--gray2);

}

.submit:hover{

background-color: var(--lightYellow);

}

.vider:hover{

background-color: black;

color: white;

}



/*---------------cars_card-------------------*/

  #showFiltersMobile{

      display: none;

  }

  .numberOfitems {

      width: 100%;

      padding: 10px 0 0 30px;

      font-family: 'NouvelRBold';

  }

  .card {

      background-color: transparent !important;

  }

  .cars_card_container{

      display: flex;

      flex-wrap: wrap;

  }

  .cars-section1 {

      width: 100%;

      box-sizing: border-box;

      display: contents;

  }

  .todispear {

      display: flex;

      flex-direction: column;

      align-items: center;

      width: 68%;

      background-color: #f7f7f7;

      transition: width 0.6s ease-out;

  }

  .todispear.active{

      transition: width 0.6s ease-out;

      width: 100%;
  }



  .tout_nos_offres {

      height: 46px;

      width: var(--rn-width4);

      box-sizing: border-box;

      font-family: NouvelRBold;

      font-size: 16px;

      cursor: pointer;

      transition: background-color 0.5s, color 0.5s;

      background-color: black;

      color: white;

      margin: auto;

  }

  .tout_nos_offres:hover {

      background-color: var(--yellow);

      color: black;

  }

  .card{

      border: none !important;

  }

  .card-title {

      font-family: 'NouvelRBold';

      margin: 13px 0;

      font-size: 19px;

  }

  .cars_card {

      width: var(--rn-width4);

      margin: 0 0 0 31px;

      box-sizing: border-box;

      font-family: NouvelRBold;

  }

  .showMorecarsBTN{

      display: none;

  }

  .cars_card .card-img-top{

      width: 100%;

  }

  .cars_card .card-text {

      font-family: NouvelRRegular;

      margin-top: -6px;

      margin-bottom: 7px;

      line-height: 1.2;

      width: 100%;

  }

  .cars_card .cardButton {

      color: var(--black);

      font-weight: 600;

      font-family: 'RenaultGroupSemibold';

  }

  .cars_card .prise {

      color: var(--black);

      font-family: 'RenaultGroupSemibold';

  }

  .cars_card .cardButton svg {

      overflow: hidden;

      vertical-align: middle;

      margin-left: 20px;

      color: var(--yellow);

  }

  .cars_card .cardButton:hover {

      color: var(--black);

      border-bottom: 2px solid var(--black);

      font-weight: 600;

  }

  .hybrid{

      margin-top: -64px;

  }

  .cars_card .hybrid .hybrid_text {

      color: #828282;

      font-family: 'NouvelRRegular';

      margin-bottom: 6px;

  }

  .cars_card .hybrid .hybrid_full {

      border: 2px solid #0086cf;

      color: #0086cf;

      text-align: left;

      display: inline;

      padding: 5px 6px;

      border-radius: 4px;

      font-weight: 600;

      font-size: 12px;

  }

/*---------------pagination-------------------*/

  .accessoires_pagination {

      display: flex;

      margin: auto;

      align-items: center;

      margin: 22px 0;

      justify-content: center;

  }

  

  .pagination_num {

      border: solid 1px var(--black);

      padding: 5px;

      border-radius: 30px;

      width: 30px;

      height: 30px;

      align-items: center;

      display: flex;

      justify-content: center;

      margin: 0 5px;

  }

  

  .pagination_active {

      color: white;

      background: var(--black);

  }

  

  .pagination_space {

      padding: 5px;

      width: 30px;

      height: 30px;

      align-items: center;

      display: flex;

      justify-content: center;

      margin: 0;

  }

  

  .pagination_next {

      padding: 5px;

      border-radius: 30px;

      width: 30px;

      height: 30px;

      align-items: center;

      display: flex;

      justify-content: center;

      margin: 0 5px;

      background: var(--yellow);

  }









/*---------------backToTop-------------------*/

.backToTop{

  width: var(--rn-width1);

  margin: 0 var(--um);

  box-sizing: border-box; 

  text-align: center;

  align-items: center;

  font-family: RenaultGroupSemibold;

}

.backToTop a{

  color: black;

  font-family: RenaultGroupSemibold;

  text-decoration: underline;

}

.backToTop svg{

  margin: auto;

  margin-bottom: -2px;

  margin-left: 10px;

}











/*-----------------------------------------------------------------------------------*/

/*---------------------------------- Responsive -------------------------------------*/

/*-----------------------------------------------------------------------------------*/

@media (max-width: 1024px) {
  .todispear {
      width: 78%;
  }
  #liste-points-proches li, .detail_point li {
      width: 96%;
  }

}

@media (max-width: 1023px) {

  .cars_card_container {

      justify-content: space-around;

  }

  .cars_card {

      width: var(--rn-width4);

  }

}

/*------------------------------------*/

/*--------------- tablet -------------*/

/*------------------------------------*/

@media (max-width: 800px) {



/*---------------breadcrumb---------------------*/

.breadcrumb svg {

width: 29px;

height: 11px;

}

.breadcrumb a{

font-size: 12px;

}

 

/*---------------cars card---------------------*/

.min, .max {

  font-size: 12px;

}

.showFilters {

  font-size: 12px;

}

.cars_card {

  width: 42.2%;

}





/*/------------- mainTitle ----------/*/

  .mainTitle{

    margin: 0 var(--um);

    box-sizing: border-box; 

    text-align: center;

    font-family: NouvelRBold;

  }

  .mainTitle .title {

    font-size: 29px;

    font-family: NouvelRBold;

    margin-top: 14px;

  }

  .mainTitle .reverstitle {

    font-size: 29px;

    font-family: NouvelRBold;

    margin-top: 0px;

    margin-bottom: -15px;

  }

  .mainTitle .title.exeption {

    margin-top: 0px;

  }

  .mainTitle .semititle {

      font-size: 14px;

      width: 90%;

  }


/*/------------- adbyme ----------/*/
  .optionsRecherche_cars_card {
      width: var(--rn-width1);
      margin: 0 var(--um);
      box-sizing: border-box;
      display: flex;
      min-height: 900px;
      flex-direction: column;
  }
  .todispear {
      width: 100%;
  }

  .optionsRecherche {

      width: 100%;
  
  }

  #liste-points-proches li, .detail_point li {
    width: 100%;
    font-family: 'NouvelRBold';
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: flex-start;
}


  .allDropdown {

      transition: max-height 0.6s ease-out;

      visibility: visible;

  max-height:900px;

  }

  
  .allDropdown.active {

      overflow: hidden;

      transition: max-height 0.6s ease-out;

      visibility: hidden;

  max-height: 0;

  }

  .top_bouton {
      gap: 3%;
  }

  .map_Btns {
      width: 60%;
      gap: 3%;
  }

  .show_concessionnaires {
      width: 170px;
  }

  .showFilters {
      width: 170px;
  }

  .optionsRecherche.active{

      width: 100%;

  }

}







/*------------------------------------*/

/*--------------- phone1 -------------*/

/*------------------------------------*/

@media (max-width: 622px) {

/*---------------breadcrumb---------------------*/

  .breadcrumb svg {

      width: 24px;

      height: 9px;

  }

  .breadcrumb a{

      font-size: 11px;

  }





/*-----------.mainTitle .title -------------*/

  .mainTitle .title {

      font-size: 21px;

      margin-top: 20px;

  }

  .row_1i {

      margin-bottom: 0px;

      margin-top: 15px;

  }



/*/------------- cars cards ----------/*/ 

.cars_card_container > .cars_card:nth-child(n+4) {

  display: none;

}

.numberOfitems {

  display: none;

} 

#showFilters1{

  display: none;

}



#showFiltersMobile {

  display: flex;

  justify-content: space-between;

  align-items: flex-end;

  background-color: #f7f7f7;

}

#showFiltersMobile p {

  font-family: 'NouvelRBold';

  margin: auto 17px;

}

.todispear {

  width: 100%;

  background-color: white;

}

.cars_card {

  width: 100%;

  margin: 40px 0;

}

.optionsRecherche_cars_card {

  display: flex;

  flex-direction: column;

  align-items: center;

}

.optionsRecherche {

  width: 100%;

}



/*---------addbyme-----------*/
.show_concessionnaires {
  width: 94%;
  margin-bottom: 15px;
}


.top_bouton {
  flex-direction: column;
  align-items: center;
}
.map_Btns {
  width: 95%;
  gap: 3%;
  display: flex;
  justify-content: flex-start;
}

.autocomplete {
  width: 100%;
}
.bi-search {
  right: -20px;
}
.search-container {
  width: 40%;
}
.showFilters {
  font-size: 15px;
  width: 50%;
  padding: 0;
}





/*------back to top---------*/

  .backToTop a {

    color: black;

    font-size: small;

  }



}



@media (max-width: 425px) {
  .showFilters {
    width: 48%;
  }


}

@media (max-width: 325px) {
  .showFilters {
    width: 46%;
  }
}



@media (max-width: 320px) {


  /*-----------headerTitle -------------*/

  .page_headerTitle {

    width: auto;

    margin-top: 250px;

  }

  .page_headerTitle .title .title_text {

    font-size: 22px;

    text-align: left;

  }

  .page_headerTitle .title .subtitle_text {

    font-size: 12px;

    text-align: left;

    width: 279px;

  }

}



#map {

width:100%;	

height: 100%;

display:block;



}



.custom-map-control-button {

background-color: black;

border: 0;

border-radius: 2px;

box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);

margin: 10px;

padding: 0 0.5em;

font: 400 18px Roboto, Arial, sans-serif;

overflow: hidden;

height: 40px;

cursor: pointer;

}

.custom-map-control-button:hover {

background: rgb(235, 235, 235);

}

.lead_position_tag {

background-color: #4285F4;

border-radius: 8px;

color: #FFFFFF;

font-size: 14px;

padding: 10px 15px;

position: relative;

}



.lead_position_tag::after {

content: "";

position: absolute;

left: 50%;

top: 100%;

transform: translate(-50%, 0);

width: 0;

height: 0;

border-left: 8px solid transparent;

border-right: 8px solid transparent;

border-top: 8px solid #4285F4;

}


.active{
  color: black !important;
}

.todispear{
  height: 806px;
}