@charset "UTF-8";
.voiture-publicite .swiper-container {
	width: 100%;
	padding: 50px 10px 50px 10px;

}

.voiture-publicite .swiper-slide {
	
	background-position: center;

	background-size: cover;
	height: 100%;
	max-height: 700px;
	background-color: white;
	max-width: 500px;
	width: calc(100% - 70px);
	border-radius: 3px;
	
}