/* =================================================================
   Pied de page — liens légaux + copyright (deux lignes distinctes)
   ================================================================= */

.site-info {
	background: var(--gf-bg-tint);
	border-top: 1px solid var(--gf-line);
	text-align: center;
}

.site-info .inside-site-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0;
	max-width: var(--gf-maxw);
	margin-inline: auto;
	padding: var(--gf-space-5) var(--gf-section-x) var(--gf-space-6);
}

.gf-footer-legal {
	width: 100%;
	padding-bottom: var(--gf-space-4);
	margin-bottom: var(--gf-space-4);
	border-bottom: 1px solid var(--gf-line);
}

.gf-footer-legal__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: var(--gf-space-2) var(--gf-space-5);
	margin: 0;
	padding: 0;
	list-style: none;
}

.gf-footer-legal__item {
	font-family: var(--gf-font-mono);
	font-size: var(--gf-fs-xs);
	line-height: 1.4;
}

.gf-footer-legal__item a,
.gf-footer-legal__item .gf-cookie-manage {
	color: var(--gf-muted);
	text-decoration: none;
}

.gf-footer-legal__item a:hover,
.gf-footer-legal__item .gf-cookie-manage:hover {
	color: var(--gf-brand);
}

.gf-footer-legal__item .gf-cookie-manage {
	appearance: none;
	background: none;
	border: 0;
	padding: 0;
	font: inherit;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.site-info .copyright-bar {
	display: block;
	width: 100%;
	font-family: var(--gf-font-mono);
	font-size: var(--gf-fs-xs);
	color: var(--gf-muted);
	line-height: 1.5;
}

.site-info .copyright-bar a {
	color: var(--gf-muted);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.site-info .copyright-bar a:hover {
	color: var(--gf-brand);
}

@media (max-width: 520px) {
	.gf-footer-legal__list {
		flex-direction: column;
		gap: var(--gf-space-3);
	}
}
