.centresInteret .boxInteret-list:not(.withScroll) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.centresInteret .boxInteret-list.withScroll {
	display: grid;
	grid-template-columns: none;
	grid-auto-flow: column;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
}

.centresInteret .boxInteret-item {
	margin: .65rem;
}

.centresInteret .boxInteret-item-box {
	overflow: hidden;
	position: relative;
	background-color: color-mix(in srgb, #04232f, white 80%);
}

.centresInteret .boxInteret-item-content {
	height: 100%;
}

.centresInteret .boxInteret-item-title {
	font-size: 1.2em;
	color: #FFF;
	padding: .75rem 1rem 0.5rem;
	text-align: center;
	height: 7rem;
	overflow: hidden;
	background-color: #04232f;
	display: flex;
	align-items: center;
	justify-content: center;
}

.centresInteret .boxInteret-item-img {
	position: relative;
	height: 0;
	padding-bottom: 70%;
	background-color: white;
	border-right: 1px solid;
	border-left: 1px solid;
}

.centresInteret .boxInteret-item-img img {
	object-fit: scale-down;
	position: absolute;
	max-width: none;
	height: 100%;
	width: 100%;
}

.centresInteret .boxInteret-item-link {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
}

.centresInteret .boxInteret-carousel {
	position: relative;
}

.no-touch .centresInteret .boxInteret-carousel {
	padding: 0 3.5em;
}

.centresInteret .boxInteret-carousel .control {
	display: none;
}

.no-touch .centresInteret .boxInteret-carousel .control {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 8px;
	bottom: 8px;
	cursor: pointer;
	width: 3em;
	background: rgba(255, 255, 255, 0.25);
	z-index: 1;
}

.no-touch .centresInteret .boxInteret-carousel .control:hover {
	background: rgba(255, 255, 255, 0.75);
}

.no-touch .centresInteret .boxInteret-carousel .control.prev {
	left: 0;
}

.no-touch .centresInteret .boxInteret-carousel .control.prev:before {
	content: '\002039';
	font-size: 4em;
}

.no-touch .centresInteret .boxInteret-carousel .control.next {
	right: 0;
}

.no-touch .centresInteret .boxInteret-carousel .control.next:before {
	content: '\00203a';
	font-size: 4em;
}

.no-touch .centresInteret .boxInteret-carousel .control.disabled {
	color: #CCCCCC;
	cursor: auto;
}

.centresInteret .boxInteret-carousel {
	scrollbar-width: thin;
	scrollbar-color: #FFFFFF; /* Foreground, Background */
}

.centresInteret .boxInteret-carousel ::-webkit-scrollbar {
	width: 11px; /* Mostly for vertical scrollbars */
	height: 11px; /* Mostly for vertical scrollbars */
}

.centresInteret .boxInteret-carousel ::-webkit-scrollbar-track { /* Background */
	background: #FFFFFF;
	border-radius: 10px;
}

.centresInteret .boxInteret-carousel ::-webkit-scrollbar-thumb { /* Foreground */
	background-color: #04232f;
	border-radius: 6px;
	border: 4px solid #FFFFFF;
	background-clip: content-box;
}

.centresInteret .boxInteret-carousel ::-webkit-scrollbar-thumb:hover {
	border-radius: 7px;
	border: 3px solid #FFFFFF;
}

.centresInteret .withScroll {
	padding: 0 !important;
}

.centresInteret {
	padding: 4rem 0;
}

.centresInteret .title {
	color: #4e6f65;
	font-size: 1.563em;
	font-weight: 600;
	text-align: center;
	padding-bottom: 2rem;
}

.centresInteret .title:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	width: 305px;
	height: 3rem;
	left: 50%;
	transform: translateX(-50%) rotate(-1deg);
	border-radius: 4px;
	background-color: #EEEEEE;
}

.centresInteret .boxInteret-list.withScroll {
	grid-auto-columns: 274px;
}

.centresInteret .boxInteret-item-box {
	height: 350px;
	border-radius: 12px;
	background-color: color-mix(in srgb, #4e6f65, white 20%);
}

.centresInteret .boxInteret-item-title {
	background-color: #4e6f65;
}

.centresInteret .boxInteret-item-link {
	width: 200px;
}

@media only print, only screen and (min-width: 30.063em) {

/* for small screens */

}

@media only print, only screen and (min-width: 48.063em) {

/* for medium screens */

.centresInteret .boxInteret-carousel {
	margin-right: 41px;
}

}

@media only print, only screen and (min-width: 60.063em) {

/* for large screens */

.centresInteret .boxInteret-carousel {
	margin-right: 57px;
}

}

@media only print, only screen and (min-width: 75.063em) {

/* for xlarge screens */

}

@media only print, only screen and (min-width: 100.063em) {

/* for xxlarge screens */

.centresInteret .boxInteret-carousel {
	margin-right: 0;
}

}

@media only print, only screen and (min-width: 120.063em) {

/* for fullHD screens */

}

