.carousel-cell{
	height:100vh;width:100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */ 
	background-size: cover; /* version standardisée */ 
}

.flickity-prev-next-button{
	width: 120px !important;
	height: 120px !important;
}

.carousel-cell .titre{
	position: absolute;
	bottom: 0;left: 0;right: 0;
	text-align: center;
}
.carousel-cell .titre span{
	background: #afcb07;
	color: white;
	font-size: 5.0rem;
	padding: 5px 20px;
}

