.site-footer {
	background: var(--lf-navy);
	color: rgba(255, 255, 255, 0.78);
	padding: 3rem 1.5rem 2rem;
	margin-top: auto;
	font-size: 0.9rem;
	line-height: 1.55;
}

.site-footer a {
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
}

.site-footer a:hover {
	color: var(--lf-white);
	opacity: 1;
	text-decoration: none;
}

.site-footer a:focus-visible {
	outline: 2px solid var(--lf-white);
	outline-offset: 3px;
	opacity: 1;
}

.site-footer__inner {
	width: min(100%, var(--lf-max));
	margin: 0 auto;
	display: grid;
	gap: 2rem;
}

@media (min-width: 768px) {
	.site-footer__inner {
		grid-template-columns: repeat(2, 1fr);
	}

	.site-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (min-width: 960px) {
	.site-footer__inner {
		grid-template-columns: 1.2fr 1fr 1fr 1fr;
	}

	.site-footer__brand {
		grid-column: auto;
	}
}

/* Titres de colonnes > contenu (hiérarchie visuelle) */
.site-footer h2,
.site-footer .site-footer__title {
	margin: 0 0 0.85rem;
	font-family: var(--lf-font-subtitle, inherit);
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.25;
	color: var(--lf-white);
}

.site-footer__brand > p:not(.site-footer__title):not(.site-footer__contact) {
	margin: 0 0 0.75rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.72);
}

.site-footer__contact {
	font-size: 0.875rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.78);
}

.site-footer__contact a {
	color: rgba(255, 255, 255, 0.88);
}

.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.4rem;
}

.footer-navigation a {
	font-size: 0.875rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.78);
}

.footer-navigation a:hover {
	color: var(--lf-white);
	opacity: 1;
}

.site-footer__contact p {
	margin: 0 0 0.5rem;
}

.site-footer__legal {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.25rem 0.1rem;
	padding: 1.25rem 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	font-size: 0.8125rem;
	font-weight: 500;
}

.site-footer__legal a {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: underline;
	text-underline-offset: 0.2em;
	text-decoration-thickness: 1px;
	padding: 0.15rem 0.35rem;
}

.site-footer__legal a:hover,
.site-footer__legal a:focus-visible {
	opacity: 1;
	color: var(--lf-sand, #fbe4b9);
}

.site-footer__bottom {
	grid-column: 1 / -1;
	padding-top: 0.75rem;
	border-top: 0;
	text-align: center;
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.65);
}

.site-footer__sep {
	margin: 0 0.35rem;
	opacity: 0.6;
}

/* Horaires footer : liste simple, sans traits de séparation */
.site-footer .lf-horaires {
	display: grid;
	gap: 0.3rem;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.78);
}

.site-footer .lf-horaires li {
	padding: 0;
	border-bottom: none;
}

/* Horaires page infos pratiques : séparateurs discrets */
.lf-infos-box .lf-horaires li {
	padding: 0.35rem 0;
	border-bottom: 1px solid var(--lf-border);
}

.lf-infos-box .lf-horaires li:last-child {
	border-bottom: 0;
}
