/* Correctifs natifs OVVLB — empilement footer / sections pleine largeur */
.events-section {
	z-index: 2;
}

.site-footer {
	position: relative;
	z-index: 10;
}

body.o3w-edit-mode {
	padding-top: 48px;
}

body.o3w-edit-mode.o3w-edit-mode--event {
	padding-top: 84px;
}

body.o3w-edit-mode .o3w-overlay-shell {
	top: 0;
}

/* padding-top des pages ne doit pas s'appliquer au body (header sticky) */
:root {
	--site-header-sticky-top: 0px;
	--site-header-utility-height: 38px;
}

body.o3w-edit-mode {
	--site-header-sticky-top: 48px;
}

body.o3w-edit-mode.o3w-edit-mode--event {
	--site-header-sticky-top: 84px;
}

body.projet-page,
body.equipe-page,
body.agenda-page {
	padding-top: 0;
}

.site-main.projet-page {
	padding-top: clamp(28px, 4vw, 48px);
	padding-bottom: clamp(56px, 7vw, 88px);
}

.site-main.equipe-page {
	padding-top: clamp(28px, 4vw, 48px);
}

@media (max-width: 760px) {
	.site-main.equipe-page,
	.site-main.projet-page {
		padding-top: 0;
	}
}
