#search_r{
  animation: fadein 0.8s;
  -moz-animation: fadein 0.8s; /* Firefox */
  -webkit-animation: fadein 0.8s; /* Safari et Chrome */
  -o-animation: fadein 0.8s; /* Opera */
}
#search_r .quick_search {
  padding-top: 10px;
}
#search_r .quick_search .sect_affiche_link{
  display: block!important;
}
#search_r .quick_search .sp_title {
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
}
#search_r .quick_search .sp_title span {
  font-weight: 600;
  padding-right: 10px;
  color: #71a40b;
  display: none;
}
#search_r .quick_search ul {
  padding-right: 15px;
  padding-top: 12px;
  padding-bottom: 25px;
}
#search_r .quick_search ul li {
  padding-bottom: 2px;
  line-height: 26px;
}
#search_r .quick_search ul li.li_modele {
  padding-left: 25px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}
#search_r .quick_search ul li .m_plus {
  position: absolute;
  right: -30px;
  font-weight: 400;
  padding: 0 5px;
}
#search_r .quick_search ul li .m_plus:hover{
  cursor: pointer;
}
#search_r .quick_search .sp_title .sp_title_clic {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
  cursor: pointer;
}
#search_r .quick_search .imprimer_tarifs::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 1px;
  background-color: #dfe1e5;
}
#search_r .quick_search .imprimer_tarifs{
  position: relative;
  padding-top: 30px;
  padding-bottom: 25px;
}

/****************************************************/

section.annonces .marge_criteres{
  padding-bottom: 35px;
}
section.annonces .marge_criteres_second{
  padding-bottom: 0;
}
section.annonces .marge_criteres_second .c_t_criteres{
  padding: 10px 0 0 0;
  border-top: 1px solid #dfe1e5;
  border-bottom: none;
}

section.annonces .c_t_criteres{
  padding: 0 0 10px 0;
  border-bottom: 1px solid #dfe1e5;
}
section.annonces .c_t_criteres .txt_resultat{
  padding-top: 16px;
  float: left;
}
section.annonces .c_t_criteres .txt_resultat a{
  font-weight: 400;
}
section.annonces .c_t_criteres .navig_p, section.annonces .c_t_criteres .navigation{
  float: right;
}
section.annonces .c_t_criteres .navigation{
  padding-right: 15px; 
}
section.annonces .order{
  padding-top: 10px;
  float: right;
}


section.annonces select.select_search{
  -webkit-appearance: none;
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 33px 5px 10px;
  border: 1px solid #dfe1e5;
  height: 50px;
  box-shadow: none;
}
section.annonces select.select_search:focus {
  box-shadow: none;
  outline: none;
}
section.annonces .order select.select_search{
  width: 332px;
  height: 42px;
}
section.annonces .c_t_criteres .navig_p select.select_search{
  width: 125px;
}

section.annonces .c_t_criteres .navigation ul li {
  border: 1px solid #e0e0e0;
  background-color: #f8f9fa;
  color: #c5c5c5;
  border-left: none;
  float: left;
  text-align: center;
  width: 48px;
  line-height: 48px;
}
section.annonces .c_t_criteres .navigation ul li.activ{
  background-color: #ffffff;
  color: #202020;
}
section.annonces .c_t_criteres .navigation ul li.activ:hover{
  color: #71a40b;
  cursor: pointer;
}

section.annonces .c_t_criteres .navigation ul li:first-child {
  border-left: 1px solid #dfe1e5;
}
section.annonces .c_t_criteres .navigation ul li:first-child{
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
section.annonces .c_t_criteres .navigation ul li:last-child {
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}





/*
section.annonces .annonce .picture:hover .carousel__button{
  opacity: 0.8;
}
*/

section.annonces .ligne_catalogue{
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #dfe1e5;
}
section.annonces .ligne_catalogue_titre{
  font-weight: 400;
  background-color: #ffffff;
}
section.annonces .ligne_catalogue:hover{
  background-color: #ffffff;
}

section.annonces .ligne_catalogue .marque_mod, section.annonces .ligne_catalogue .garantie, section.annonces .ligne_catalogue .cylindree, section.annonces .ligne_catalogue .reference{
  display: inline-block;
}

section.annonces .ligne_catalogue .marque_mod{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 300px;
}
section.annonces .ligne_catalogue .marque_mod span.make{
  font-weight: 400;
  margin-right: 2px;
}
section.annonces .ligne_catalogue .marque_mod span.occas{

  background-color: #fe0702;
  color: #ffffff;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 2px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
section.annonces .ligne_catalogue .marque_mod a:hover{
  text-decoration: none;
}
section.annonces .ligne_catalogue .marque_mod a:hover span.make{
  color: #71a40b;
}

section.annonces .ligne_catalogue .cylindree{
  width: 120px;
  text-align: center;
}
section.annonces .ligne_catalogue .garantie{
  width: 120px;
  text-align: center;
}
section.annonces .ligne_catalogue span.hid{
  display: none;
}
section.annonces .ligne_catalogue .reference{
  width: 120px;
  text-align: center;
}



section.annonces .ligne_catalogue .ens_prix{
  float: right;
  font-weight: 400;
}
section.annonces .ligne_catalogue .ens_prix .prix, section.annonces .ligne_catalogue .ens_prix .prix_barre, section.annonces .ligne_catalogue .ens_prix .remise{
  display: inline-block;
}
section.annonces .ligne_catalogue .ens_prix .prix_barre{
  text-decoration: line-through;
  font-weight: 300;
  margin-right: 5px;
  font-size: 13px;
}
section.annonces .ligne_catalogue .ens_prix .remise{
  background-color: #71a40b;
  color: #ffffff;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 2px;
  margin-right: 2px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-weight: 300;
}


section.annonces .global_yt{
  padding-left: 15%;
  padding-right: 15%;
}
section.annonces .global_yt .video_yt{
  padding-bottom: 56.25%; 
  max-width: 100%; 
  position: relative;
  margin-bottom: 60px;
}
section.annonces .global_yt .video_yt iframe{
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 100%; 
  height: 100%;
}


section.annonces .annonce{
  min-height: 500px;
  height: calc(100% - 60px);
  margin-bottom: 60px;
  border: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  transition:all 0.3s ease;
}
section.annonces .annonce:hover{
  border: 1px solid #dddddd;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 8px 3px rgba(189, 189, 189, 0.25);
}


section.annonces .annonce .logo_top{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 8px 20px 8px 18px;
  text-align: left;
  z-index: 1;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
section.annonces .annonce .logo_top img{
  max-width: 80px;
}


section.annonces .annonce .picture {
  position: relative;
  display: block;
  overflow: hidden;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
section.annonces .annonce .picture::before {
  content: "";
  display: block;
  padding-top: 75%;
}

section.annonces .annonce .picture_bl {
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: #141414;
}
section.annonces .annonce .picture_bl .logo{
  position: absolute;
  bottom: calc(50% - 9px);
  left: calc(50% - 40px);
  width: 80px;
}
section.annonces .annonce .picture_bl .logo img{
  max-width: 100%;
}






section.annonces .annonce .infos{
  padding: 20px 30px 20px 18px;
  position: relative;
}
section.annonces .annonce .infos p{
  padding-bottom: 12px;
}


section.annonces .annonce .infos span.bull{
  padding-left: 5px;
  padding-right: 5px;
}

section.annonces .annonce .infos h3.title{
  width: 100%;
  padding-bottom: 20px;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.annonces .annonce .infos h3.title span{
  text-transform: uppercase;
  background-color: #141414;
  color: #ffffff;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-right: 3px;
  font-weight: 500;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  transition:all 0.3s ease;
}
section.annonces .annonce .infos h3.title a:hover{
  text-decoration: none;
}
section.annonces .annonce .infos h3.title a:hover span{
  background-color: #71a40b;
}

section.annonces .annonce .infos .ref{
  padding-top: 10px;
}
section.annonces .annonce .infos .ref i.fa-search{
  padding-right: 6px;
}
section.annonces .annonce .infos .tarifs{
  padding-bottom: 12px;
}
section.annonces .annonce .infos .tarifs{
  font-weight: 800;
  display: inline-block;
  font-family: 'Barlow', sans-serif;
  font-size: 20px;
}
section.annonces .annonce .infos .tarifs p.prix_barre{
  display: inline-block;
  margin-right: 12px;
  font-weight: 300;
  text-decoration: line-through;
  font-size: 16px;
  padding-bottom: 0;
}
section.annonces .annonce .infos .tarifs p.remise{
  display: inline-block;
  background-color: #71a40b;
  color: #ffffff;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: 8px;
  vertical-align: middle;
}
section.annonces .annonce .infos .tarifs p.remise_pourcentage{
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  color: #202020;
  font-weight: 300;
  margin-left: 0;
}
section.annonces .annonce .infos .tarifs p.prix{
  display: inline-block;
  padding-bottom: 0;
}
section.annonces .annonce .infos .tarifs p.a_partir_de{
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}


section.annonces #listing_r{
  animation: fadein 0.8s;
  -moz-animation: fadein 0.8s; /* Firefox */
  -webkit-animation: fadein 0.8s; /* Safari et Chrome */
  -o-animation: fadein 0.8s; /* Opera */
}

@media (max-width: 1399px){

  section.annonces .ligne_catalogue_titre{
    display: none;
  }
  section.annonces .ligne_catalogue .marque_mod{
    display: block;
    padding-bottom: 8px;
    width: auto;
    padding-right: 80px;
  }
  section.annonces .ligne_catalogue .cylindree, section.annonces .ligne_catalogue .garantie, section.annonces .ligne_catalogue .reference{
    width: auto;
    color: #444444;
    font-size: 13px;
  }
  section.annonces .ligne_catalogue span.hid{
    display: inline-block;
  }
  section.annonces .ligne_catalogue span.point{
    padding-left: 5px;
    padding-right: 8px;
  }
  section.annonces .ligne_catalogue span.txt_esp{
    margin-right: 5px;
  }

}
@media (max-width: 991px){

  #search_r .quick_search{
    padding-top: 0;
    margin-bottom: 40px;
  }
  #search_r .quick_search .sect:first-child .sp_title {
    border-top: 1px solid #e7e7e7;
  }
  #search_r .quick_search .sect:nth-child(-n+2) ul {
    display: block;
  }
  #search_r .quick_search #s_dispo ul, #search_r .quick_search #s_vehicule ul  {
    columns: 2;
    column-gap: 0;
    break-inside: auto;
  }
  #search_r .quick_search .sp_title {
    line-height: 50px;
    border-bottom: 1px solid #e7e7e7;
  }

  #search_r .quick_search .sp_title span {
    display: inline;
  }
  #search_r .quick_search ul {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #search_r .quick_search .sp_title .sp_title_clic {
    display: block;
  }

  section.annonces .txt_resultat {
    padding: 0 0 23px 0;
  }

  #search_r .quick_search .imprimer_tarifs::after{
    display: none;
  }
 
  

}

@media (max-width: 767px){
  section.annonces .global_yt{
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 575px){

  section.annonces .c_t_criteres .navigation{
    padding-right: 0; 
  }
  section.annonces .c_t_criteres .sep{
    clear: both;
  }

}
@media (min-width: 991px){
  #search_r .quick_search ul{
    display: block !important;
  }
}