.gp-footer-section,
.gp-footer-section .gp-footer,
.icc-site-legal-footer,
.icc-site-legal-footer .gp-footer,
.gp-footer-section:has(.icc-site-legal),
.gp-footer-section .gp-footer:has(.icc-site-legal) {
	background: #fff !important;
	background-color: #fff !important;
}

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

.icc-site-legal {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0;
	margin: 14px auto 0;
	padding: 0 16px 18px;
	max-width: var(--gp-container-width, 1200px);
	font-size: 0.92rem;
	line-height: 1.4;
	text-align: center;
	color: #6b7280;
}

/* Style aligné sur le footer de template-landing.php (.legal a) */
.icc-site-legal a {
	color: inherit;
	text-decoration: none;
	margin: 0 8px;
	opacity: 1;
}

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

.icc-privacy-notice {
	margin: 0 0 14px;
	padding: 12px 14px;
	border-radius: 10px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	font-size: 13px;
	line-height: 1.45;
	color: #475569;
}

.icc-privacy-notice__text {
	margin: 0 0 8px;
}

.icc-privacy-notice__text:last-child,
.icc-privacy-notice__check:last-child {
	margin-bottom: 0;
}

.icc-privacy-notice__check {
	margin: 0;
}

.icc-privacy-notice__check label {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	cursor: pointer;
	font-size: 13px;
	color: #334155;
}

.icc-privacy-notice__check input {
	margin-top: 2px;
	flex-shrink: 0;
}

.icc-privacy-notice a {
	color: #1ea5d4;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.icc-privacy-notice a:hover,
.icc-privacy-notice a:focus-visible {
	color: #1894be;
}

.icc-lp-intake-form .icc-privacy-notice {
	margin-top: 4px;
}

/* Pages sans header / menu (login, register, mentions légales, confidentialité) */
body.myicc-chromeless-page .gp-header,
body.myicc-chromeless-page .gp-toggle-sidebar,
body.myicc-chromeless-page .gp-toggle-sidebar-outer,
body.myicc-chromeless-page .gp-toggle-sidebar-inner,
body.myicc-chromeless-page #gp-toggle-sidebar,
body.myicc-chromeless-page .gp-left-sidebar,
body.myicc-chromeless-page .gp-right-sidebar,
body.myicc-chromeless-page .gp-page-title,
body.myicc-chromeless-page .gp-featured-image-wrapper,
body.myicc-chromeless-page .gp-menu,
body.myicc-chromeless-page .gp-profile-menu,
body.myicc-chromeless-page .gp-login-register-menu {
	display: none !important;
	visibility: hidden !important;
}

body.myicc-legal-page {
	background: #fff;
	min-height: 100vh;
}

body.myicc-legal-page.gp-theme {
	background: #fff;
}

body.myicc-legal-page .gp-page-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background: #fff;
}

body.myicc-legal-page .gp-main-wrapper {
	flex: 1 0 auto;
}

body.myicc-legal-page .gp-page-wrapper,
body.myicc-legal-page .gp-main-wrapper,
body.myicc-legal-page .gp-content-sidebar-wrapper,
body.myicc-legal-page .gp-content-wrapper-outer,
body.myicc-legal-page .gp-content-wrapper-inner-section,
body.myicc-legal-page .gp-content-wrapper-inner,
body.myicc-legal-page .gp-section {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.myicc-legal-page .gp-content-wrapper-inner-section.gp-section {
	margin-bottom: 0 !important;
}

body.myicc-legal-page .gp-content-wrapper-inner {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: none;
	padding-top: 0 !important;
}

body.myicc-legal-page .gp-page-text {
	padding: 16px 20px 12px;
	line-height: 1.6;
}

body.myicc-legal-page .gp-page-text h2:first-child {
	margin-top: 0;
}

body.myicc-legal-page .gp-page-text h2 {
	margin-top: 1.6em;
	font-size: 1.2rem;
}

.icc-legal-page-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	margin: 0;
	padding: 14px 20px;
	background: #fff;
	border-bottom: 1px solid #e2e8f0;
	box-sizing: border-box;
}

.icc-legal-page-nav__brand img {
	display: block;
	height: 36px;
	width: auto;
}

.icc-legal-page-nav__links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 18px;
	font-size: 14px;
	font-weight: 600;
}

.icc-legal-page-nav__links a {
	color: #1ea5d4;
	text-decoration: none;
}

.icc-legal-page-nav__links a:hover,
.icc-legal-page-nav__links a:focus-visible {
	color: #1894be;
	text-decoration: none;
}

.icc-legal-page-footer {
	margin-top: auto;
	flex-shrink: 0;
	width: 100%;
	padding: 16px 0 20px;
	background: #fff;
	border-top: 1px solid #e2e8f0;
}

.icc-site-legal--page {
	margin-top: 0;
}
