/* Footer légal ICC — Mentions / Confidentialité / Contact */

.icc-site-legal-footer .gp-footer {
	padding-top: 8px;
	padding-bottom: 8px;
}

.icc-site-legal {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 6px 10px;
	width: 100%;
	margin: 10px 0 0;
	padding: 0 16px 4px;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	box-sizing: border-box;
}

.icc-site-legal a {
	color: #64748b;
	text-decoration: none;
	font-weight: 500;
}

.icc-site-legal a:hover,
.icc-site-legal a:focus-visible {
	color: #1ea5d4;
	text-decoration: none;
}

.icc-site-legal__sep {
	color: #cbd5e1;
	user-select: none;
}

/* Pages légales : footer collé en bas si peu de contenu */
body.page-template-default.page-id-1000017012 .gp-page-wrapper,
body.page-slug-mentions-legales .gp-page-wrapper,
body.page-slug-politique-de-confidentialite .gp-page-wrapper,
body.page-slug-contact .gp-page-wrapper {
	min-height: 100vh;
}
