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

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

.contenu_input input.input_c, .contenu_input textarea.input_c, .contenu_input select.input_c, .contenu_input button.input_c {
  border: 1px solid #f4f4f4;
  border-left-width: 1px;
  border-bottom: 1px solid #aeaeae;
  height: 45px;
}
.contenu_input select.input_c{
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-color: #ffffff;
}

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

section.occasions .ens_search{
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
  padding-top: 25px;
  padding-bottom: 9px;
  background-color: #f4f4f4;

}
section.occasions a:hover{
  text-decoration: none;
}
section.occasions .vehicule{
  position: relative;
  margin-top: 35px;
  margin-bottom: 35px;
}
section.occasions .vehicule .ancre_v{
  position: absolute;
  top: -20px;
  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%;
  font-size: 25px;
  font-weight: 200;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-align: center;
  
  display: table;
}
section.occasions .vehicule .picture .indication_photo_supp p{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

/*
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%;*/
  width: 100%;
  height: auto;
  opacity: 0.95;
}

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%;*/
  width: 100%;
  height: auto;
  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 .g_title{
  position: relative;
  height: 34px;
  margin-bottom: 1px;
}
section.occasions .vehicule h3.title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 5px;
  padding-left: 12px;
  padding-right: 12px;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  
}
section.occasions .vehicule h3.title span{
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  padding-right: 3px;
  font-family: 'Teko', Verdana, Arial, Helvetica, sans-serif;
  -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{
  display: block;
  position: relative;
}
section.occasions .vehicule a:hover h3.title span{
  color: #e30614;
}

section.occasions .vehicule .infos{
  position: relative;
  padding-top: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}


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


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


section.occasions .vehicule .prix{
  font-size: 26px;
  font-weight: 400;
  padding-bottom: 2px;
  font-family: 'Teko', Verdana, Arial, Helvetica, sans-serif;
}

section.occasions .vehicule .prix p{
  display: inline-block;
}

section.occasions .vehicule .prix .tva{
  font-size: 16px;
  padding-left: 8px;
  font-weight: 300;
}

section.occasions .vehicule .prix .prix_barre{
  margin-right: 10px;
  font-size: 22px;
  font-weight: 100;
  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: 10px;
}
section.occasions .txt_resultat .annonces_t, section.occasions .txt_resultat .delete_t{
  text-decoration: underline;
}
section.occasions .txt_resultat .annonces_t:hover, section.occasions .txt_resultat .delete_t:hover{
  text-decoration: none;
  cursor: pointer;
}
section.occasions .txt_resultat .delete_t{
  color: #d42323;
}


section.occasions .navig_p, section.occasions .navigation{
  float: right;
}
section.occasions .navig_p .contenu_input {
  padding-bottom: 0;
}
section.occasions .navig_p .contenu_input select.input_c{
  width: 135px;
  border: 1px solid #ffffff;
  border-bottom: 1px solid #aeaeae;
}
section.occasions .navigation{
  padding-left: 30px;
}


section.occasions .navigation ul li {
  border-bottom: 1px solid #e5e5e5;
  background-color: #f9f9f9;
  color: #dfe1e5;
  float: left;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height:unset;
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
  padding-top: 8px;
  /*
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
*/
  -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{
  background-color: #f4f4f4;
  color: #000000;
  border-bottom-color: #aeaeae;
  font-weight: 500;
}
section.occasions .navigation ul li.activ:hover{
  cursor: pointer;
  color: #ff1212;
  border-bottom-color: #ff1212;
}

section.occasions .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;
}
section.occasions .badge_vendu{
  background-color: #ff1212;
}
section.occasions .badge_reserve{
  background-color: #f7941d;
}

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

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

@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;
  }
}