/** Swiper pour Deltacms personnalisation **/

#headerSwiper .swiper {
	width: 100%;
	height: 100%;
}

#headerSwiper .swiper-wrapper{
	width: 100%;
	max-height: 600px;
}

#headerSwiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

#headerSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 600px;
	object-fit: cover;
}
