/***********************************************/
/*************carousel.php**************/
/***********************************************/

/**************************/
/******** GENERAL *********/
/**************************/


.carouselCustom .carousel-cell {
	width : 100%;
	background : #FFF;
	border-radius: 8px;
	padding : 30px 50px 30px 50px;
	text-align : center;
	border: 1px solid #EDBB93;
	margin-right : 10px;

}

.carouselCustom .text-carrousel {
	font-size : 24px;
	color : var(--accent);
	font-weight : 300;
	line-height : 1.2em;
	margin-bottom : 10px;
}

.carouselCustom .auteur-carrousel {
margin : 0;
}

.flickity-page-dots li.dot {
	background : #383838;
}
.flickity-page-dots li.is-selected {
	background : #EDBB93
}


/**************************/
/******** RESPONSIVE ******/
/**************************/


@media (max-width: 768px) {
	.carouselCustom .carousel-cell {
		padding : 30px 20px 20px 20px;
	}
}
