.smg-carousel .smg-swiper {
	width: 100%;
	overflow: hidden;
}

.smg-carousel .swiper-slide {
	height: auto;
	display: flex;
	float: none !important;
}

/* Le .col de Salient (span_3 / one-fourths) impose largeur + float + position absolue :
   on force la vignette à occuper toute la slide. */
.smg-carousel .swiper-slide > * {
	position: relative !important;
	left: auto !important;
	top: auto !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.smg-carousel .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}

/* Flèches / points : à adapter à ta charte */
.smg-carousel .swiper-button-prev,
.smg-carousel .swiper-button-next {
	color: #fff;
}

.smg-carousel .swiper-pagination-bullet-active {
	background: #fff;
}
