.marqueblanche-supporters__logos {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: nowrap;
	gap: 14px;
	align-items: center;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.marqueblanche-supporters__logo {
	flex: 0 0 100%;
	height: auto;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0;
	border-radius: inherit;
	padding: 0;
	text-decoration: none;
	box-sizing: border-box;
	scroll-snap-align: start;
	overflow: hidden;
}

.marqueblanche-supporters__logo img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: auto;
	max-width: 100%;
	max-height: none;
	object-fit: contain;
	border-radius: inherit;
}
