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

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

/*
.centres_tel_item_on {
	display : none;
}

#centres_tel a {
	color : #fff !important;
}*/

/*Centres tel*/
/*#centres_tel{
	width : 100%;
	display: flex;
	justify-content: center;
	gap : 20px;
}*/
.centres_tel_item{
	border:1px solid #FFFFFF1A;
	position:relative;
	border-radius:50px;
	cursor:pointer;
	background:#FFFFFF1A;
	transition:0.1s background ease-in-out;
	padding : 2px 15px 2px 10px;
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
	white-space:nowrap;
}
.centres_tel_item:hover{
	background:#ed7427;
}

.centres_tel_item_off { 
	display :flex;
	
}

.centres_tel_item_icon{
	margin-right : 10px;
}
.centres_tel_item_icon i{
	font-size:12px;
	color:#fff;
}

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


@media (max-width: 1170px) {
	#centres_tel{
		gap : 7.5px;
	}
}
@media (max-width: 1080px) {
	#centres_tel{
		gap : 5px;
	}
}




