.ad-list {
	list-style-type: none;
	list-style-image: none;
	background: #E5E6E8;
	padding: 20px;
	border-radius: 0 0 10px 10px;
	margin: 0 0 20px;
	width: 100%;
	float: left;
}	

.ad-list-element {
	float: left;
	margin: 0 32px;
	border: none;
	height: 259px;
	width: 156px;
}

.ad-snapshot-image img {
	max-width: 200px;
	max-height: auto;
	border: 1px solid #BF1718;
}

.ad-snapshot-title {
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
	height: 35px;
}

.ad-snapshot-title a{
	color: #BF1718;
}

.ad-snapshot-prix {
	color: white;
	font-weight: bold;
	background: #BF1718;
	padding: 1px 0;
	margin: 10px 0;
	border-radius: 5px;
	width: 100%;
	display: block;
	font-size: 18px;
	text-align: center;
}

.ad-snapshot-version {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin: 10px 0;
}

.carousel-caption{
	background: url(https://www.vendee-voiture.com/data/template/bg-caption.png) repeat;
	left: 0 !important;
	max-width: 660px;
	padding: 0 !important;
	height: 100px;
	bottom: 0 !important;
	text-align: left !important;
	text-shadow: none !important;
	right: 0 !important;
}



.carousel-ad-title a{
	color: #BF1718;
	font-weight: bold;
	margin: 12px 0 0 16px;
	font-size: 24px;
	display: block;
}

.carousel-ad-title a:hover{
	color: #BF1718;
	text-decoration: none;
}

.carousel-ad-version{
	color: #666666;
	margin: 2px 0 0 16px;
	font-size: 22px;
}

.ad-carousel-price{
	float: right;
	background: #BF1718;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	padding: 3px 20px;
	font-weight: bold;
	color: white;
	margin: -40px 0 0;
	font-size: 20px;
}

@media ( max-width :500px) {
	.ad-snapshot-prix {
		font-size: 18px;
	}
	.carousel-ad-title a {
		font-size: 16px;
	}
	.carousel-ad-version {
		font-size: 14px;
	}
	.ad-carousel-price {
		font-size: 12px;
		padding: 3px 10px;
	}
	.carousel-caption {
		height: 60px;
	}
}