.resultat-de-recherche{
	background-color: #F1F1F1;
}

.headeer .whitespace{
	width: 100%;
	height: 100px;
	background-color: white;
}

.three-offers p{
	font-size: 27px;
	font-family: WorkSans-Bold;
}

.type #typeofcar{
	width: 200px;
    height: auto;
    border: 0px solid;
    padding: 5px;
}

.prix #priceofcar{
	width: 200px;
    height: auto;
    border: 0px solid;
    padding: 5px;
    
}

.transmission #transmission{
	width: 200px;
    height: auto;
    border: 0px solid;
    padding: 5px;
   
}

.offers{
	margin-bottom: 50px;
	
}

.offers .car-ticket{
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.27);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.27);
    background-color:#FFFFFF;
}

.offers .picture img{
	width: 100%;
	height: auto;

}

@media (max-width:992px){
	.offers .type{
		margin-bottom: 15px;
		padding: 0 !important;
	}
	.three-offers p{
		font-size: 20px;
		font-family: WorkSans-Bold;
		line-height: 23px;
	}
}