#site .main_c section.occasions h1{
  margin-bottom: 15px;
}
#site .main_c{
  padding-bottom: 50px;
}

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

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

section.occasions .ens_search{
  padding-top: 10px;
  padding-bottom: 20px;
}
section.occasions a:hover{
  text-decoration: none;
}
section.occasions .vehicule{
  position: relative;
  background-color: #ffffff;
  margin-bottom: 70px;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.16);
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
section.occasions .vehicule:hover{
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.4);
  border: 2px solid #d9ab46;
}

section.occasions .vehicule .ancre_v{
  position: absolute;
  top: -40px;
  left: 0;
}

section.occasions .vehicule .picture {
  position: relative;
  display: block;
  overflow: hidden;
  
}
section.occasions .vehicule .picture::before {
  content: "";
  display: block;
  padding-top: 75%;
}
section.occasions .vehicule .picture .indication_photo_supp{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
section.occasions .vehicule .picture .indication_photo_supp p{
  left: 0;
  right: 0;
  position: absolute;
  top: calc(50% - 15px);
  text-align: center;
  color: #ffffff;
  z-index: 3;
  line-height: 30px;
  font-size: 25px;
}

/*
section.occasions .vehicule .picture::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #565859;
}
*/
section.occasions .vehicule .picture img.pic {
  position: absolute;
  top: 0;
  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;
}

section.occasions .vehicule_fixe .picture img.pic:hover {
  top: 0;
  left: 0;
  max-width: 100%;
}



section.occasions .vehicule .g_title{
  position: relative;
  height: 34px;
  margin: 10px 15px 10px 15px;

}
#site .main_c h2.title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
  text-transform: none;
  transition: none;
  display: block;
  line-height: normal;
  font-family: 'Barlow', Verdana, Arial, Helvetica, sans-serif;
}
#site .main_c h2.title::after {
  display: none;
}
#site .main_c h2.title span{
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#site .main_c .vehicule a:hover h2.title span{
  color: #d9ab46;
}


section.occasions .vehicule a{
  display: block;
  position: relative;
}

section.occasions .vehicule .infos{
  position: relative;
  padding: 0 15px 15px 15px;
}


section.occasions .vehicule .infos span.bull{
  padding-left: 5px;
  padding-right: 8px;
}


section.occasions .vehicule .infos .tarifs{
  padding-bottom: 2px;
}


section.occasions .vehicule .prix{
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  padding-bottom: 8px;
  font-family: 'Bebas Neue', Verdana, Arial, Helvetica, sans-serif;
}

section.occasions .vehicule .prix p{
  display: inline-block;
  position: relative;
  z-index: 0;
  float: left;
}
section.occasions .vehicule .prix p.prix_n::before{
  content: "";
    position: absolute;
    top: -5px;
    right: -15px;
    width: 70%;
    height: 20px;
    background-color: #d9ab46;
    z-index: -1;

  /*
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  right: -10px;
  height: 12px;
  background-color: #f81212;
  z-index: -1;
  */
}

section.occasions .vehicule .prix .tva{
  font-size: 13px;
  padding-left: 15px;
  font-weight: 500;
  float: left;
  line-height: 24px;
  padding-top: 9px;
}

section.occasions .vehicule .prix .prix_barre{
  margin-right: 15px;
  font-size: 22px;
  font-weight: 400;
  text-decoration: line-through;
}

/**************/
section.occasions 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;
}
section.occasions select.s_veh:focus {
  box-shadow: none;
  outline: none;
}
/**************/
section.occasions #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 */
}

section.occasions .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;
}

section.occasions .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: 'Bebas Neue', Verdana, Arial, Helvetica, sans-serif;
}
section.occasions .badge_reserve{
  background-color: #ffaa52;
  font-weight: 600;
}
section.occasions .badge_vendu{
  background-color: #ffaa52;
  color: #ffffff;
  font-weight: 600;
}

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

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

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