#site .main_c{
  padding-bottom: 40px;
}

section.annonces .ens_search {
  padding-top: 10px;
  padding-bottom: 20px;
}
section.annonces .txt_resultat {
  padding-bottom: 10px;
}
section.annonces .txt_resultat .delete_r {
  text-decoration: underline;
}
section.annonces .txt_resultat .delete_r:hover {
  text-decoration: none;
  cursor: pointer;
}


section.annonces .vehicule{
  /*background-color: #ffffff;
  border: 1px solid #dfdfdf;
  */
  margin-bottom: 30px;
}

section.annonces .vehicule .infos .wa {
  position: relative;
  padding-top: 30px;
}

section.annonces .vehicule .infos .wa img.map, section.annonces .vehicule .infos .wa img.tel, section.annonces .vehicule .infos .wa img.email, section.annonces .vehicule .infos .wa img.facebook, section.annonces .vehicule .infos .wa img.instagram{
  filter: brightness(0) saturate(100%) invert(3%) sepia(64%) saturate(6476%) hue-rotate(203deg) brightness(99%) contrast(95%);
  -webkit-filter: brightness(0) saturate(100%) invert(3%) sepia(64%) saturate(6476%) hue-rotate(203deg) brightness(99%) contrast(95%);
  -moz-filter: brightness(0) saturate(100%) invert(3%) sepia(64%) saturate(6476%) hue-rotate(203deg) brightness(99%) contrast(95%);
  margin-right: 6px;
  max-height: 16px;
  vertical-align: text-bottom;
}
section.annonces .vehicule .infos .wa img.email{
  max-width: 18px;
  margin-right: 10px;
}
section.annonces .vehicule .infos .wa img.facebook{
  max-width: 18px;
  max-height: 18px;
  margin-right: 9px;
}
section.annonces .vehicule .infos .wa img.instagram{
  max-width: 18px;
  max-height: 18px;
  margin-right: 8px;
}
section.annonces .vehicule .infos .wa img.map{
  margin-right: 4px;
}
section.annonces .vehicule .infos .wa img.whatsapp{
  max-width: 18px;
  margin-right: 10px;
  vertical-align: text-bottom;
  filter: brightness(0) saturate(100%) invert(56%) sepia(100%) saturate(360%) hue-rotate(91deg) brightness(96%) contrast(96%);
  -webkit-filter: brightness(0) saturate(100%) invert(56%) sepia(100%) saturate(360%) hue-rotate(91deg) brightness(96%) contrast(96%);
  -moz-filter: brightness(0) saturate(100%) invert(56%) sepia(100%) saturate(360%) hue-rotate(91deg) brightness(96%) contrast(96%);
}


section.annonces .vehicule .infos .wa::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #1A1A1A;
  opacity: 0.5;
}
section.annonces .vehicule .ancre_v {
  position: absolute;
  top: -20px;
  left: 0;
}

section.annonces .vehicule .col_album .picture{
  position: relative;
  display: block;
  overflow: hidden;
}
section.annonces .vehicule .col_album .lgn {
  position: absolute;
  right: 0;
  left: 0;
  top:initial;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
section.annonces .vehicule .col_album .nb_results{
  background: rgba(35, 40, 45, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 1px);
  width: 100%;
  z-index: 2;
}
section.annonces .vehicule .col_album .nb_results p {
  left: 0;
  right: 0;
  position: absolute;
  top: calc(50% - 25px);
  text-align: center;
  color: #ffffff;
  z-index: 3;
  line-height: 50px;
  font-size: 40px;
}


section.annonces .vehicule .col_album .picture::before {
  content: "";
  display: block;
  padding-top: 120%;
}
section.annonces .vehicule .col_album .picture::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}
section.annonces .vehicule .col_album .picture_r::before {
  content: "";
  display: block;
  padding-top: 80%;
}
section.annonces .vehicule .col_album .picture_r::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top:initial;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

section.annonces .vehicule .col_album .picture img.pic {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  max-height: 100%;
}
section.annonces .vehicule .col_album .picture_r img.pic {
  top: 0;
  max-height: 100%;
}

section.annonces .vehicule .col_album .picture .badge {
  position: absolute;
    left: -65px;
    padding: 0 20px;
    top: 35px;
    width: 235px;
    height: 33px;
    line-height: 33px;
    transform: rotate(-45deg);
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    z-index: 10;
    font-weight: 900;
    font-family: 'Shippori Mincho B1', Verdana, Arial, Helvetica, sans-serif;
}
section.annonces .vehicule .col_album .picture .badge_vendu {
  background: #d72727;
}


section.annonces .vehicule .col_album .row{
  margin-right: 0;
  margin-left: 0;
}
section.annonces .vehicule .col_album .col, section.annonces .vehicule .col_album .col-6 ,section.annonces .vehicule .col_album .col-12{
  padding-right: 0;
  padding-left: 0;
}

section.annonces h2{
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-family: 'Shippori Mincho B1', Verdana, Arial, Helvetica, sans-serif;
}

section.annonces .vehicule{
  border-top: 1px solid #061a35;
}
section.annonces .vehicule, section.annonces .vehicule a.lien_pic{
  position: relative;
  display: block;
}


section.annonces .vehicule a:hover{
  text-decoration: none;
}

section.annonces .vehicule .picture {
  position: relative;
  display: block;
  overflow: hidden;
}
section.annonces .vehicule .picture::before {
  content: "";
  display: block;
  padding-top: 75%;
}

section.annonces .vehicule .infos{
  position: relative;
  padding-bottom: 30px;
  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%;
  padding-top: 15px;
  font-size: 20px;
  /*
  white-space: nowrap;
  overflow: hidden;
  */
  text-overflow: ellipsis;
  padding-bottom: 15px;
  font-family: 'Shippori Mincho B1', Verdana, Arial, Helvetica, sans-serif;
}
section.annonces .vehicule .infos h3.title span{
  font-weight: 900;
  font-size: 28px;
  padding-right: 5px;
  text-transform: uppercase;
}



section.annonces .vehicule .infos .tarifs{
  padding-bottom: 30px;
  position: relative;
}
section.annonces .vehicule .infos .tarifs::after{
  content: "";
  position: absolute;
  bottom: 15px;
  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 .expl{
  position: relative;
  padding-top: 30px;
}
section.annonces .vehicule .infos .expl img{
  filter: brightness(0) saturate(100%) invert(4%) sepia(81%) saturate(4275%) hue-rotate(208deg) brightness(95%) contrast(95%);
  -webkit-filter: brightness(0) saturate(100%) invert(4%) sepia(81%) saturate(4275%) hue-rotate(208deg) brightness(95%) contrast(95%);
  -moz-filter: brightness(0) saturate(100%) invert(4%) sepia(81%) saturate(4275%) hue-rotate(208deg) brightness(95%) contrast(95%);
  padding-right: 4px;
  max-height: 20px;
  vertical-align: middle;  
  margin-bottom: 3px; 
}


section.annonces .vehicule .infos .expl::after{
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #1A1A1A;
  opacity: 0.5;
}

section.annonces .vehicule .infos .ref_st{
  padding-top: 0;
}
section.annonces .vehicule .infos .ref_st::after{
  position: unset;
}
section.annonces .vehicule .infos .tarifs .prix{
  font-weight: 900;
  font-size: 35px;
  color: #fdc155 ;
  line-height: unset;
  display: inline-block;
  font-family: 'Shippori Mincho B1', Verdana, Arial, Helvetica, sans-serif;
}
section.annonces .vehicule .infos .tarifs .prix_vendu{
  color: #d72727;
}

section.annonces .vehicule .infos .tarifs .prix span.tva{
  font-size: 15px;
  padding-left: 4px;
  color: #061a35;
  font-weight: 200;
}
section.annonces .vehicule .infos .tarifs .prix span.prix_htva{
  font-size: 15px;
  padding-left: 4px;
  color: #061a35;
  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;
  vertical-align: top;
}

@media (min-width: 768px){  
}
@media (max-width: 991px){
}
@media (max-width: 767px){
  section.annonces .vehicule .infos h3.title{
    font-size: 18px;
    padding-bottom: 12px;
  }
  section.annonces .vehicule .infos h3.title span{
    font-size: 22px;
  }
  section.annonces .vehicule .infos .tarifs .prix{
    font-size: 30px;
  }
  section.annonces .vehicule .infos{
    padding-top: 5px;
    padding-bottom: 55px;
  }
  section.annonces .vehicule{
    border-top: none;
    margin-bottom: 60px;
  }
  section.annonces .vehicule .infos{
    border-bottom: 1px solid #061a35;
  }
 
}
@media (max-width: 575px){
  section.annonces h2{
    font-size: 16px;
    font-weight: 700;
  }
}