body{
  background: #ffffff;
  font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
  font-size: 13px;
  color: #73879C;
}
body, div, p , dl, ul, li {
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
  color: #73879C;
}
.hr{
  clear: both;
}
div, p{
  box-sizing: border-box;
}
.content{
  /*max-width: 820px;*/
  padding: 15px 10px 5px 10px;
}
.content_apel{
  max-width: 1100px;
}
.c_vehicule {
    width: 33.33333334%;
    float: left;
    padding : 5px;
}
.vehicule {
  background:#e9ebee;
  /*height: 425px;*/
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.vehicule .c_title {
  background: #ff3434;
  color: #ffffff;
  padding: 8px 10px 8px 10px;
}
.vehicule .c_title .title{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vehicule .c_title .title span{
  font-weight: bold;
}
.vehicule .picture {
  position: relative;
  display: block;
  overflow: hidden;
}
.vehicule .picture:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.vehicule .picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  vertical-align: middle;
  transition: transform .6s;
}
.vehicule .picture img:hover {
  transform: scale(1.03);
}
.vehicule .picture .badge {
  position: absolute;
  left: -65px;
  padding: 0 55px;
  top: 20px;
  width: 200px;
  height: 33px;
  line-height: 33px;
  transform: rotate(-45deg);
  color: #fff !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vehicule .picture .badge_reserve {
  background: steelblue;
}
.vehicule .picture .badge_vendu {
  background: #D35865;
}
.vehicule .picture .nb_photos {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3px 6px 3px 6px;
  background: #ffffff;
  border: 1px solid #dfe1e5;
  border-left: none;
  border-bottom: none;
  opacity: 0.8;
  -moz-border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.vehicule .infos{
  height: 159px;
}
.vehicule .infos dl{
  padding: 15px 0 0 15px;
}
.vehicule .infos dl dt{
  float: left;
  width: 100px;
}
.vehicule .infos dl dd{
  display: block;
  margin: 0 0 7px 0;
}
.vehicule .tarifs{
  height: 46px;
  padding: 0px;
  position: relative;
}
.vehicule .tarifs .tva{
  position: absolute;
  right: 15px;
  top: -13px;
  font-size: 10px;
  color: #D35865;
  font-style: italic;
}
.vehicule .tarifs .prix{
  font-size: 22px;
  float: right;
  padding: 0 15px 0 0;
}
.vehicule .tarifs .prix_spe{
  color: #4dad65;
}
.vehicule .tarifs .prix_barre{
  font-size: 16px;
  float: right;
  padding: 5px 0 0 0;
  text-decoration: line-through;
  margin: 0 14px 0 0;
}


.recherche{
  padding: 0 0 10px 0;
}
.recherche_bottom{
  padding: 20px 0 10px 0;
}
.recherche .contenu_list{
  float: left;
  width: 25%;
  padding: 0 5px 10px 5px;
}
.recherche .contenu_list_ordre{
  width: 50%;
  padding: 0 5px 10px 5px;
}
.recherche .contenu_pagination{
  float: left;
  width: 100%;
  padding: 0 5px 10px 5px;
}
.recherche select.select_list{
    -webkit-appearance: none;
    background-image: url(https://webfiles.movingcar.lu/img/icon_select.svg);
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-color: #ffffff;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 33px 0 10px;
    border: 1px solid #dfe1e5;
    height: 32px;
    font-size: 13px;
    box-shadow: none;
    color: #73879C;
    width: 100%;
}
.recherche .contenu_pagination .select_pag{
  float: right;
  padding: 0 20px 0 0;
}
.recherche .contenu_pagination select.select_list{
  width: auto;
  float: right;
}
.recherche .contenu_pagination ul.pagination{
  list-style: none;
}
.recherche .contenu_pagination ul.pagination li{
  border: 1px solid #dfe1e5;
  border-left: none;
  float: left;
  text-align: center;
  width: 36px;
  height: 30px;
}
.recherche .contenu_pagination ul.pagination li.no{
  padding: 6px 0 0 0;
  height: 24px;
  color: #dfe1e5;
}
.recherche .contenu_pagination ul.pagination li a{
  padding: 5px 0 0 0;
  font-weight: bold;
  display: block;
  height: 25px;
}
.recherche .contenu_pagination ul.pagination li a:hover{
  background: #F8F8F8;
}
.recherche .contenu_pagination ul.pagination li:last-child a:hover {
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.recherche .contenu_pagination ul.pagination li:first-child a:hover{
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.recherche .contenu_pagination ul.pagination li:first-child{
  border-left: 1px solid #dfe1e5;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.recherche .contenu_pagination ul.pagination li:last-child{
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.recherche .ligne_separation{
  height: 1px;
  background: #F2F4F9;
  margin: 20px 5px 10px 5px;
}
.recherche .ligne_separation_bottom{
  margin: 0 5px 10px 5px;
}
.hr{
  clear: both;
}
.effacer_recherche{
  padding: 8px 0 0 11px;
}
.effacer_recherche a{
  text-decoration: underline;
  color: #D35865;
}
.recherche .resultats{
  float: left;
  padding: 7px 0 0 0;
}
.aucun_resultat{
  padding: 50px 5px 50px 5px;
  text-align: center;
}
.stock_en_cours{
  padding: 50px 5px 500px 5px;
  text-align: center;
}

@media (max-width: 680px) {
  .c_vehicule {
    width: 50%;
  }
  .recherche .contenu_list {
    width: 50%;
  }
  .recherche .contenu_list_ordre{
    width: 100%;
  }
  .recherche .contenu_pagination .select_pag {
    padding: 15px 0 0 0;
    clear: both;
  }
  .recherche .contenu_pagination ul.pagination li{
    width: 55px;
  }
  .recherche .contenu_pagination ul.pagination li{
    height: 40px;
  }
  .recherche .contenu_pagination ul.pagination li a{
    padding: 11px 0 0 0;
    height: 29px;
  }
  .recherche .contenu_pagination ul.pagination li.no{
    padding: 12px 0 0 0;
    height: 28px;
  }

}
@media (max-width: 415px) {
  .c_vehicule {
    width: 100%;
  }
  .recherche .contenu_list {
    width: 100%;
  }
  
  
}

