#site .main_c{
  background-color: #000000;
}
#site .main_c section.occasions h1{
  margin-bottom: 25px;
  color: #f5f5f5;
}

/*************/
.occasions .ens_search .custom-select {
    position: relative;

    background: #151515;
    color: white;
    padding: 10px;
    border: 1px solid #202020;

    cursor: pointer;
}

.occasions .ens_search .custom-select .selected {
    position: relative;
    padding-right: 30px;
}


.occasions .ens_search .custom-select .selected::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;

    background-image: url("../img/icon_select2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.occasions .ens_search .custom-select .options {
    display: none;
    position: absolute;
    background: #111;
    border: 1px solid #444;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 6px;
    overflow: hidden;
    z-index: 10;
}

.occasions .ens_search .custom-select.open .options {
    display: block;
}

.occasions .ens_search .custom-select .options li {
    padding: 10px;
}

.occasions .ens_search .custom-select .options li:hover {
    background: #333;
}


.occasions .ens_search .contenu_input select{
    background-image: url('../img/icon_select2.svg');  
    border: 1px solid #3b3b3b;
    background-color: transparent;
    color: #fff;
}



#listing_r .txt_resultat{
  padding-bottom: 5px;
}
#listing_r .txt_resultat .delete_r {
  text-decoration: underline;
}
#listing_r .txt_resultat .delete_r:hover {
  text-decoration: none;
  cursor: pointer;
}

#listing_r .ens_search{
  padding-top: 10px;
  padding-bottom: 20px;
}


#listing_r a:hover{
  text-decoration: none;
}
#listing_r .vehicule{
  position: relative;
  height: calc(100% - 70px);
  margin-bottom: 70px;
  border: 1px solid #202020;
  background-color: #151515;
}
#listing_r .vehicule .ancre_v{
  position: absolute;
  top: -40px;
  left: 0;
}

#listing_r .vehicule .ligne_logo {
  /* height: 55px; */
  height: 2px;
  position: relative;
}
#listing_r .vehicule .ligne_logo::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  top: 0;
  left: calc(50% - 20px);
  background-color: #fccc14;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#listing_r .vehicule .ligne_logo::before{
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  top: 0;
  left: calc(50%);
  background-color: #fccc14;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#listing_r .vehicule a:hover .ligne_logo::after{
  left: 0;
  width: 50%;
}
#listing_r .vehicule a:hover .ligne_logo::before{
  width: 50%;
}
/*
#listing_r .vehicule .ligne_logo img{
  max-width: 160px;
  position: absolute;
  z-index: 2;
  top: 10px;
  left: calc(50% - 80px);
  opacity: 0.9;
}
*/

#listing_r .vehicule .picture {
  position: relative;
  display: block;
  overflow: hidden;
}
#listing_r .vehicule .picture::before {
  content: "";
  display: block;
  padding-top: 62%;
}
#listing_r .vehicule .picture .indication_photo_supp{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 26, 26, 0.7);
  z-index: 2;
}
#listing_r .vehicule .picture .indication_photo_supp p{
  left: 0;
  right: 0;
  position: absolute;
  top: calc(50% - 11px);
  text-align: center;
  z-index: 3;
  line-height: 22px;
  font-size: 18px;
  color: #f5f5f5;
}

/*
#listing_r .vehicule .picture::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #565859;
}
*/
#listing_r .vehicule .picture img.pic {
  position: absolute;
  top: -10%;
  left: 0;
  max-width: 100%;
  opacity: 0.95;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#listing_r .vehicule_vendu .picture{
  background-color: #000000;
}
#listing_r .vehicule_vendu .picture img.pic {
  opacity: 0.45;
}
/*
#listing_r .vehicule .picture .triangle {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    border-right: 140px solid transparent;
    border-top: 140px solid rgba(0, 0, 0, 1);
}
#listing_r .vehicule .picture .logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 80px;
}
#listing_r .vehicule .picture .logo img {
    max-width: 100%;
}
*/


/*
#listing_r .vehicule .picture img.pic_bw {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
*/
/*
#listing_r .vehicule .picture img.pic:hover {
  top: -16px;
  left: -16px;
  max-width: calc(100% + 32px);
}
*/
/*
#listing_r .vehicule_fixe .picture img.pic:hover {
  top: 0;
  left: 0;
  max-width: 100%;
}
*/

#listing_r .row_0{
  margin-left: 0;
  margin-right: 0;
}
#listing_r .row_0 .col_0{
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

#listing_r .row_0 .col_0::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  bottom: 0;
  background-color: #000000;
  z-index: 1;
}

#listing_r .row_0 .col_0:first-child:before {
  content: unset;
}

#listing_r .vehicule .picture img.pic_min {
  position: absolute;
  top: -10%;
  left: 0;
  max-width: 100%;
  opacity: 0.95;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#listing_r .vehicule_vendu .picture{
  background-color: #000000;
}
#listing_r .vehicule_vendu .picture img.pic_min {
  opacity: 0.45;
}

/*
#listing_r .vehicule .picture:hover img.pic_min {
  top: -6px;
  left: -6px;
  max-width: calc(100% + 12px);
}
*/
/*
#listing_r .vehicule_fixe .picture:hover img.pic_min {
  top: 0;
  left: 0;
  max-width: 100%;
}
*/


body .main_c #listing_r .vehicule h2.marque {
  display: block;
  font-weight: 500;
  font-size: 17px;
  line-height: initial;
  padding-top: 0;
  padding-bottom: 8px;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
}
body .main_c #listing_r .vehicule h2::after {
  display: none;
}

#listing_r .vehicule .g_title{
  position: relative;
  padding-bottom: 10px;
}
#site .main_c #listing_r .vehicule h3.modele {
    position: unset;
    line-height: 28px;
    margin-bottom: unset;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0;
    font-size: 16px;
    text-transform: none;
}


#listing_r .vehicule a{
  display: block;
  position: relative;
}
#listing_r .vehicule .infos_g{
  padding: 15px 20px 25px 20px;
  color: #f5f5f5;
}


#listing_r .vehicule .infos{
  position: relative;
}
#listing_r .vehicule .infos .ligne_i{
  color: #bbbbbb;
}

#listing_r .vehicule .infos span.bull{
  padding-left: 2px;
  padding-right: 5px;
}


#listing_r .vehicule .infos .tarifs{
  padding-bottom: 2px;
}


#listing_r .vehicule .prix{
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
}
#listing_r .vehicule_vendu .prix{
  font-weight: 300;
}

#listing_r .vehicule .prix p{
  display: inline-block;
  position: relative;
  color: #fccc14;
}
/*
#listing_r .vehicule .prix p.prix_n::before{
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  right: -10px;
  height: 12px;
  background-color: #ffaa52;
  z-index: -1;
}
*/

#listing_r .vehicule .prix .tva{
  font-size: 14px;
  padding-left: 15px;
  font-weight: 300;
  color: #bbbbbb;
}

#listing_r .vehicule .prix .prix_barre{
  margin-right: 10px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: line-through;
  color: #bbbbbb;
}

#listing_r .vehicule .prix_lld{
  color: #bbbbbb;
}
#listing_r .vehicule .prix_lld span{
  color: #fccc14;
  margin-left: 3px;
  font-size: 17px;
  font-weight: 700;
}

/**************/
#listing_r select.s_veh {
  -webkit-appearance: none;
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 45px 0 10px;
  border: 1px solid #dfe1e5;
  height: 45px;
  width: 100%;
  box-shadow: none;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
}
#listing_r select.s_veh:focus {
  box-shadow: none;
  outline: none;
}
/**************/

#listing_r #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 */
}

#listing_r .bg_fv{
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  background-color: #fbfbfb;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 5px;
}

#listing_r .badge{
  position: absolute;
  left: -65px;
  padding: 0 20px;
  top: 35px;
  width: 235px;
  height: 33px;
  line-height: 33px;
  transform: rotate(-45deg);
  font-size: 18px;
  text-align: center;
  font-family: 'Oswald', Verdana, Arial, Helvetica, sans-serif;
}
#listing_r .badge_reserve{
  background-color: #fccc14;
}
#listing_r .badge_vendu{
  background-color: #061a35;
  color: #ffffff;
  font-weight: 600;
}

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

@media (max-width: 767px){
  #listing_r .vehicule .picture_min_0{
    display: none;
  }
}

@media (max-width: 575px){
  #listing_r .vehicule .infos{
    padding-right: 10px;
  }
  #listing_r .navigation {
    padding-bottom: 15px;
  }
  #listing_r .sep {
    clear: both;
  }
  #listing_r .navigation ul li {
    width: 40px;
    height: 40px;
    padding-top: 5px;
  }
  #listing_r .txt_resultat {
    float: left;
    padding-top: 7px;
  }
}