#occasions{
    margin-top: 50px;
    text-align: center;
}
.form-filter{
    background-color: #424242;
    color:#fff;
    padding: 30px 15px;
    text-align: center;
    width: 100%;
    margin: 50px 0 30px 0;
    box-sizing: border-box;
}
.text-primary{
    color:#F80100!important;
    font-weight: bold;
    font-size: 19px!important;
}
.form-filter select {
    margin-right: 15px;
}
.vehicle-item img{
    width: 100%;
    display: block;
}
#occasions .occasion_iframe_bt.dt-btn.on{
    background-color: #b41a18;
}
.occasions-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.vehicle-item{
    width: 30%;
    margin: 0 1.66%;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
    margin-bottom: 30px;
}
@media screen and (max-width: 900px){
    .vehicle-item{
        width: 100%;
        margin: 0;
    }
}
.vehicle-item a {
    text-decoration: none;
    color: #424242;
}
.vehicle-item a:hover {
    color: #f80200;
}
.img-wrap-vehicle{
    margin-bottom: 15px;
}
.vehicle-desc{
    text-align: center;
}
.vehicle-item dl, .hero-vehicle dl {
    text-align: right;
    margin-top: 15px;
    padding: 0 10px 10px 10px;
}
.vehicle-item dt, .hero-vehicle dt{
    float: left;
    font-size: 14px;
    font-weight: bold;
}
.vehicle-item dd, .hero-vehicle dd{
    font-size: 15px;
}
.vehicle-item dd{
    margin-bottom: 8px;
}
.title-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px 0;
}
.hero-vehicle{
    display: flex;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.hero-img, .hero-info{
    width: 50%;
}
@media screen and (max-width: 900px){
    .hero-img, .hero-info{
        width: 100%;
    }
}
.hero-img img{
    display: block;
    width: 100%;
}
.hero-info{
    box-sizing: border-box;
    padding: 20px;
}
.hero-info .vehicle-name{
    font-weight: bold;
    color: #f80200;
}
.img-gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gallery-item{
    width: 30%;
    margin-bottom: 15px;
}
@media screen and (max-width: 900px){
    .gallery-item{
        width: 45%;
    }
}
.gallery-item img{
    display: block;
    width: 100%;
}
.vehicule-options {
    list-style:none!important;
    column-count: 3;
    padding: 0;
}
@media screen and (max-width: 900px){
    .vehicule-options {
        column-count: 1;
    }
}

.vehicule-options li {
    position: relative;
    padding-left: 30px;
}

.vehicule-options li:before {
    content:'';
    display: block;
    position: absolute;
    left: 13px;
    top: 6px;
    width: 5px;
    height: 5px;
    background: #f80200;
    border-radius: 50%;
}
.remarques{
    margin: 30px 0;
}
.vehicle-item dl, .hero-vehicle dl {
    text-align: right;
    margin-top: 15px;
    padding: 0 10px 10px 10px;
}
#main-search-form label{
  font-weight: bold;
  margin-right: 7px;
  margin-left: 10px;
}