/**
 * theme_carousel.css est inclus dans les fichiers :
 * - layout.php
 */

.slick-prev, .slick-next {
	background-repeat: no-repeat;
	background-size: 0.6vw;
	height: 2vh;
	padding-top: 0px !important;
	width: 0.7vw;
}

.slick-list {
	padding-bottom: 2px;
}

.carrousel {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 !important;
	width: 95%;
}

.carrousel_recherche {
	height: 4vh;
}

.carrousel_recherche .slick-dots {
	bottom: -12px !important;

}

.carrousel_visualisation {
	transform: translateX(-8px);
	width: 87%;
}

.carrousel_visualisation .slick-dots {
	bottom: -5px !important;
}