/* ================================================================
   EA FOOTER V3.5 — 4 colonnes + trust row + legal bar
   Brand tokens : voir nav-v35.css (var réutilisées)
   ================================================================ */

.ea-footer {
	margin-top: 80px;
	background: var(--ea-navy, #0D1144);
	color: rgba(255,255,255,.88);
	font-family: 'Manrope', system-ui, -apple-system, sans-serif;
	font-size: 15px;
	line-height: 1.55;
}

.ea-footer-wrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px;
}

/* ───── TRUST ROW ───── */

.ea-footer-trust {
	background: rgba(255,255,255,.04);
	border-bottom: 1px solid rgba(255,255,255,.08);
	padding: 18px 0;
}
.ea-footer-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 32px;
	justify-content: center;
	align-items: center;
}
.ea-footer-trust-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	color: rgba(255,255,255,.92);
	letter-spacing: .01em;
}
.ea-footer-ico {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	color: currentColor;
}

/* ───── BRANDING ROW (logo + tagline) ───── */

.ea-footer-brandrow {
	padding: 36px 0 0;
	border-bottom: 1px solid rgba(255,255,255,.08);
}
.ea-footer-brandrow .ea-footer-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px 32px;
	padding-bottom: 28px;
}
.ea-footer-brandlink {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	min-width: 220px;
	flex-shrink: 0;
}
.ea-footer-brandlink:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
	border-radius: 4px;
}
.ea-footer-tagline {
	font-size: 14px;
	color: rgba(255,255,255,.72);
	margin: 0;
	max-width: 460px;
}

/* ───── MAIN 4 COLONNES ───── */

.ea-footer-main {
	padding: 40px 0;
}
.ea-footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 1.2fr 1fr 1.2fr;
	gap: 40px;
}
.ea-footer-col {}

.ea-footer-title {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 18px;
}

.ea-footer-lede {
	font-size: 14px;
	color: rgba(255,255,255,.72);
	margin: 0 0 14px;
}

.ea-footer-list {
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
}
.ea-footer-list li {
	margin: 0 0 8px;
}
.ea-footer-list a {
	color: rgba(255,255,255,.82);
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: color .15s ease, transform .15s ease;
	display: inline-block;
}
.ea-footer-list a:hover,
.ea-footer-list a:focus-visible {
	color: #fff;
	transform: translateX(2px);
	outline: none;
}

.ea-footer-list--compact li {
	margin-bottom: 4px;
}
.ea-footer-list--compact a {
	font-size: 13px;
	color: rgba(255,255,255,.7);
}

.ea-footer-more {
	margin: 12px 0 0;
	font-size: 13px;
	font-weight: 600;
}
.ea-footer-more a {
	color: rgba(255,255,255,.72);
	text-decoration: none;
	letter-spacing: .02em;
	transition: color .15s ease;
}
.ea-footer-more a:hover,
.ea-footer-more a:focus-visible {
	color: #fff;
}

/* CTA "Trouver un centre" */
.ea-footer-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	color: var(--ea-navy, #0D1144);
	padding: 10px 18px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: .01em;
	text-decoration: none;
	margin-bottom: 18px;
	transition: transform .15s ease, box-shadow .15s ease;
}
.ea-footer-cta:hover,
.ea-footer-cta:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 6px 20px rgba(0,0,0,.25);
	outline: none;
}

/* Contact box col 4 */
.ea-footer-contact {
	margin-top: 22px;
	padding-top: 22px;
	border-top: 1px solid rgba(255,255,255,.12);
}
.ea-footer-contact-title {
	font-size: 13px;
	font-weight: 600;
	color: rgba(255,255,255,.72);
	margin: 0 0 6px;
	letter-spacing: .04em;
	text-transform: uppercase;
}
.ea-footer-phone {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: .02em;
}
.ea-footer-phone:hover,
.ea-footer-phone:focus-visible {
	color: var(--ea-gold, #E6C36F);
	outline: none;
}
.ea-footer-hours {
	font-size: 12px;
	color: rgba(255,255,255,.6);
	margin: 6px 0 0;
}

/* ───── BOTTOM BAR ───── */

.ea-footer-bottom {
	border-top: 1px solid rgba(255,255,255,.1);
	padding: 20px 0;
	background: rgba(0,0,0,.2);
}
.ea-footer-bottom-row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
	align-items: center;
	justify-content: space-between;
}
.ea-footer-brand {
	display: inline-flex;
	align-items: baseline;
	gap: 12px;
	font-size: 12px;
}
.ea-footer-brand strong {
	font-weight: 800;
	letter-spacing: .08em;
	color: #fff;
}
.ea-footer-copy {
	color: rgba(255,255,255,.55);
}

.ea-footer-legal {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	font-size: 12px;
}
.ea-footer-legal a {
	color: rgba(255,255,255,.68);
	text-decoration: none;
	transition: color .15s ease;
}
.ea-footer-legal a:hover,
.ea-footer-legal a:focus-visible {
	color: #fff;
	outline: none;
}

/* ───── RESPONSIVE ───── */

@media (max-width: 1019px) {
	.ea-footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 40px 32px;
	}
}

@media (max-width: 640px) {
	.ea-footer {
		margin-top: 56px;
		font-size: 14px;
	}
	.ea-footer-main {
		padding: 40px 0 28px;
	}
	.ea-footer-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.ea-footer-trust-row {
		justify-content: flex-start;
		gap: 10px 20px;
	}
	.ea-footer-trust-item {
		font-size: 12px;
	}
	.ea-footer-bottom-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
}

/* ───── FOCUS UNIVERSEL ───── */

.ea-footer a:focus-visible,
.ea-footer button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
	border-radius: 2px;
}

/* ───── PRINT ───── */

@media print {
	.ea-footer { display: none; }
}
