section.occasions{
  padding: 90px 0 50px 0;
}
section.occasions .s_title {
  font-size: 20px;
  margin: 0;
  padding: 0 0 10px 0;
}

section.occasions .c_vehicule {
  border: 1px solid #F1F1F1;
  margin-bottom: 30px;
  display: block;
  background: #f9f9f9;
}
section.occasions .c_vehicule .picture{
  position: relative;
  overflow: hidden;
}
section.occasions .c_vehicule .picture img {
  min-width: 100%;
  max-width: 100%;
}
section.occasions .c_vehicule .picture .nb_photos {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 5px 0 0 0; 
  font-size: 14px;
  text-align: center;
  background: #000000;
  color: #FFFFFF;
}


section.occasions .c_vehicule .infos{
  background: #000000;
  color: #FFFFFF;
  padding: 0px 15px 20px 15px;
  border-bottom: 6px solid #CC3333;
  font-size: 14px;
  position: relative;

}
section.occasions .c_vehicule .infos .title{
  padding: 15px 0 20px 0;
}
section.occasions .c_vehicule .infos .title span{
  font-size: 20px;
}

section.occasions .c_vehicule .infos i{
  padding: 0 10px 0 0;
  color: #CC3333;
}
section.occasions .c_vehicule .infos .prix{
  position: absolute;
  top: -35px;
  right: 0;
  z-index: 10;
  background: #CC3333;
  padding: 10px 60px;
  color: #FFFFFF;
  font-size: 20px;
}



.car-overlay-banner{
  background: rgba(35, 40, 45, 0.2); 
  position: absolute; 
  top: -100%; 
  height: 100%; 
  width: 100%; 
  opacity: 1; 
  transition: all 0.5s ease-out 0s; 
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s; 
  -ms-transition: all 0.5s ease-out 0s; 
  -o-transition: all 0.5s ease-out 0s; 
  z-index: 9;
}
.c_vehicule a:hover .car-overlay-banner{
  opacity: 1; 
  top: 0; 
}
.c_vehicule .car-overlay-banner ul{
    left: 0;
    position: absolute;
    right: 0;
    /*top: calc(50% - 30px);*/
    top: 30px;
    z-index: 99;
    padding: 0;
    margin: 0;
    text-align: center
}
.c_vehicule .car-overlay-banner ul li{
  display: inline-block;
  margin: 0 3px;
}
.c_vehicule .car-overlay-banner ul li span {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  opacity: 1;
  padding: 5px 20px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  font-size: 16px;
}




section.occasions .picture .badge {
  position: absolute;
  left: -85px;
  padding: 0 20px;
  top: 40px;
  width: 275px;
  height: 33px;
  line-height: 33px;
  transform: rotate(-45deg);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 100%;
  z-index: 10;
}
section.occasions .picture .badge_reserve {
  background:#4657a0;
}
section.occasions .picture .badge_vendu {
  background: #db2d2e;
}