
#site .main_c{
  padding-bottom: 150px;
}
section.annonces h2{
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 25px;
  /*color: #fc7b3d;*/
}
section.annonces .vehicule, section.annonces .vehicule a.lien_pic{
  position: relative;
  display: block;
}
section.annonces .vehicule a.lien_pic::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fc7b3d;
}
section.annonces .vehicule a:hover{
  text-decoration: none;
}
/*
section.annonces .col_v:nth-child(2n+1) .vehicule{
  background-color: #f5f5f5;
}
*/
section.annonces .vehicule .picture {
  position: relative;
  display: block;
  overflow: hidden;
}
section.annonces .vehicule .picture::before {
  content: "";
  display: block;
  padding-top: 75%;
}
section.annonces .vehicule .picture img.pic {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
section.annonces .vehicule a:hover .picture img.pic {
  top: -10px;
  left: -10px;
  max-width: calc(100% + 20px);
}

section.annonces .vehicule .infos{
  height: 300px;
  padding: 15px 35px 0 15px;
  position: relative;
  line-height: 28px;
}

section.annonces .vehicule .infos span.bull{
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
}

section.annonces .vehicule .infos h3.title{
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 15px;
}
section.annonces .vehicule .infos h3.title span{
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  padding-right: 3px;
}
section.annonces .vehicule .infos .tarifs{
  padding-bottom: 20px;
  position: relative;
}
section.annonces .vehicule .infos .tarifs::after{
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #1A1A1A;
  opacity: 0.5;
}

section.annonces .vehicule .infos .ref{
  position: relative;
  padding-top: 20px;
}
section.annonces .vehicule .infos .ref::after{
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #1A1A1A;
  opacity: 0.5;
}
section.annonces .vehicule .infos .tarifs .prix{
  font-weight: 400;
  font-size: 20px;
  /*color: #fc7b3d;*/
  line-height: unset;
  display: inline-block;
}
section.annonces .vehicule .infos .tarifs .prix span.tva{
  font-size: 15px;
  padding-left: 4px;
  color: #1A1A1A;
  font-weight: 200;
}
section.annonces .vehicule .infos .tarifs .prix span.prix_htva{
  font-size: 15px;
  padding-left: 4px;
  color: #1A1A1A;
  font-weight: 200;
}
section.annonces .vehicule .infos .tarifs .prix span.prix_barre{
  margin-right: 10px;
  font-weight: 300;
  text-decoration: line-through;
}

/**************/
section.annonces .badge{
  padding: 2px 10px 2px 10px;
  margin-right: 10px;
  color: #ffffff;
  line-height: 31px;
}

@media (min-width: 768px){

  section.annonces #listing_r .container .row{
    margin-left: 0;
    margin-right: 0;
  }
  section.annonces #listing_r .container .row>* {
    padding-left: 0;
    padding-right: 0;
  }

  section.annonces .vehicule::after{
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    background-color: #faf4ea;
    height: 100%;
  }
  
}

@media (max-width: 991px){
  #site .main_c{
    padding-bottom: 120px;
  }
}

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

@media (max-width: 575px){
  section.annonces .vehicule .infos{
    padding-right: 10px;
  }
}