#site .main_c{
  padding-bottom: 4s0px;
}
#site .main_c  section.occasions h1{
  margin-bottom: 20px;
}
section.occasions a:hover{
  text-decoration: none;
}
section.occasions .vehicule{
  margin-bottom: 60px;
  position: relative;
  background-color: #ffffff;
  border-bottom: 2px solid #ebebeb;
}
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 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 a:hover .picture img.pic {
  opacity: 1;
}

section.occasions .vehicule .picture_min{
  padding-top: 1px;
}
section.occasions .row_0{
  margin-left: 0;
  margin-right: 0;
}
section.occasions .row_0 .col_0{
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
section.occasions .row_0 .col_0::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  bottom: 0;
  background-color: #ffffff;
  z-index: 1;
}
section.occasions .row_0 .col_0:first-child:before {
  content: unset;
}

section.occasions .vehicule .picture img.pic_min {
  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 .ligne_logo{
  height: 50px;
  position: relative;
  border-top: 1px solid #1e1e1e;
}
section.occasions .vehicule .ligne_logo img {
  max-width: 80px;
  position: absolute;
  top: 10px;
  left: calc(50% - 40px);
  opacity: 0.95;
}




section.occasions .vehicule .infos{
  height: 250px;
  padding: 15px 15px 0 15px;
  position: relative;
}
section.occasions .vehicule a{
  position: relative;
}
section.occasions .vehicule a:hover span{
  color: #f47928;
}

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

section.occasions .vehicule .infos h3.title{
  width: 100%;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 14px;
}
section.occasions .vehicule .infos h3.title span{
  font-family: 'Orbitron', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 3px;
  position: relative;
}
section.occasions .vehicule .infos h3.title span::before{
  content: "";
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #f47928;
}


section.occasions .vehicule .infos .tarifs{
  padding-bottom: 10px;
}
section.occasions .vehicule .infos .ref{
  padding-top: 10px;
}
section.occasions .vehicule .infos .ref i.fa-search{
  padding-right: 6px;
}
section.occasions .vehicule .infos .tarifs .prix{
  font-weight: 500;
  font-size: 22px;
  display: inline-block;
}
section.occasions .vehicule .infos .tarifs .prix span.tva{
  font-size: 11px;
  padding-left: 8px;
}
section.occasions .vehicule .infos .tarifs .prix span.prix_barre{
  margin-right: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #3a66b5;
  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 .txt_resultat {
  float: left;
  padding-top: 12px;
}
section.occasions .txt_resultat a.clear {
  color: #bf0202;
  font-weight: 400;
}
section.occasions .navigation{
  float: right;
}
section.occasions .navigation ul li {
  border: 1px solid #dfe1e5;
  background-color: #fbfbfb;
  color: #dfe1e5;
  float: left;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding-top: 2px;
  font-size: 20px;
  margin-left: 10px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -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 .navigation ul li.activ{
  border-color: #1A1A1A;
  background-color: #1A1A1A;
  color: #ffffff;
}
section.occasions .navigation ul li.activ:hover{
  cursor: pointer;
  border-color: #99cb28;
  background-color: #99cb28;
}

section.occasions .badge {
  position: absolute;
  left: -65px;
  padding: 0 20px;
  top: 35px;
  width: 235px;
  height: 28px;
  line-height: 28px;
  transform: rotate(-45deg);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
section.occasions .badge_reserve {
  background-color: #3a66b5;
}
section.occasions .badge_vendu {
  background: #bc2020;
}


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

@media (max-width: 767px){

  section.occasions .bg_fv{
    margin-top: 0;
  }

}

@media (max-width: 575px){
  section.occasions .navigation ul li {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  section.occasions .txt_resultat {
    padding-top: 10px;
  }
  section.occasions .vehicule .infos{
    padding-right: 10px;

  }
}