.marqueblanche-supporters {
	background: var(--marqueblanche-supporters-bg, var(--marqueblanche-theme-surface));
	color: var(--marqueblanche-supporters-text, var(--marqueblanche-theme-text));
	padding: clamp(1.75rem, 3vw, 2.75rem) 0;
	width: 100vw !important;
	max-width: none !important;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.marqueblanche-supporters__inner {
	width: var(--marqueblanche-layout-width);
	margin: 0 auto;
	padding: 0 var(--marqueblanche-layout-inline-padding);
	box-sizing: border-box;
}

.marqueblanche-supporters__title {
	margin: 0 0 18px;
	text-align: center;
	font-weight: 900;
	font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.marqueblanche-supporters__panel {
	background: transparent;
	padding: 0;
	border-radius: 0;
}
