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

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

.carousel-equipe .carousel-cell {
	margin-right : 68px;
}


.carousel-equipe .image-membre img {
	width : 178px;
	height : 178px;
	border-radius : 178px;
	border : solid 1px #FFF;
	object-fit : cover;
}


.carousel-equipe .image-membre {
	padding	: 14px;
	border-radius : 178px;
	background : #F0D3BC;
	position : relative;
	margin-bottom : 15px;
	width : fit-content
}


.carousel-equipe .image-membre a {
	position : absolute ; 
	right : 19px;
	bottom : 19px;
	height : 40px;
	width : 40px;
	border-radius : 40px;
	background : #FFF;
	border : solid 1px var(--accent);
	display : flex;
	align-items: center;
	justify-content: center;
}


.carousel-equipe .identite-membre {
	font-weight : 600;
}

.carousel-equipe .identite-membre span {
	text-transform : uppercase;
}


.btn-carousel-equipe {
	max-width : 330px;
	margin : 30px auto 0;
	border-top : solid 1px #C3C3C3;
	border-bottom : solid 1px #C3C3C3;
}
.btn-carousel-equipe button {
	background : none;
	transition : 0.3s ease;
}
.btn-carousel-equipe button:hover {
	opacity : 0.4;
}

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


@media (max-width: 768px) {
}
