/*
 * redesign-footer.css - EcologicLife staging, 03/09/2026.
 * Footer etoffe (mock valide : https://claude.ai/code/artifact/3c55b711-276e-424c-90da-7e5b6616da72,
 * section 12). Aujourd'hui #footer-bottom ne contient qu'une ligne de
 * copyright + 2 liens legaux - aucun contenu perdu, ce bloc est injecte
 * juste au-dessus (voir redesign-footer.js), le reste du footer.php
 * (copyright, Mentions Legales, credit Dahu Creation) reste intact et
 * inchange, hors perimetre de cette tache.
 * Chargee site-wide (le footer apparait sur toutes les pages).
 */

.ecl-footer{
	background:var(--ecl-c-dark);color:#fff;
	padding:var(--ecl-space-5) var(--ecl-space-3) var(--ecl-space-3);
}
.ecl-footer-inner{
	max-width:1200px;margin:0 auto;
}
.ecl-footer-grid{
	display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:var(--ecl-space-4);
	padding-bottom:var(--ecl-space-4);
	border-bottom:1px solid rgba(255,255,255,.14);
}
.ecl-footer-brand img{height:30px;margin-bottom:var(--ecl-space-2);filter:brightness(0) invert(1);}
.ecl-footer-brand p{
	font-family:"Lexend Deca", sans-serif;font-weight:300;font-size:13.5px;
	color:rgba(255,255,255,.62);line-height:1.6;max-width:30ch;margin:0;
}
.ecl-footer-col h4{
	font-family:"Lexend Deca", sans-serif;font-weight:700;font-size:12.5px;
	text-transform:uppercase;letter-spacing:.06em;color:var(--ecl-c-menthe);
	margin:0 0 var(--ecl-space-2);
}
.ecl-footer-col a{
	display:block;font-family:"Lexend Deca", sans-serif;font-weight:300;
	font-size:14px;color:rgba(255,255,255,.78);margin-bottom:10px;
	transition:color var(--ecl-t-base) var(--ecl-ease-standard);
}
.ecl-footer-col a:hover{color:#fff;}
.ecl-footer-col a:focus-visible{outline:2px solid var(--ecl-c-menthe);outline-offset:2px;}

@media (max-width:860px){
	.ecl-footer-grid{grid-template-columns:1fr 1fr;gap:var(--ecl-space-3);}
	.ecl-footer-brand{grid-column:1 / -1;}
}

/*
 * #footer-bottom (03/09/2026, retour Khalil : "le footer bleu cyan
 * degueulasse toujours la"). C'est la barre de copyright existante
 * (footer.php, non touchee - contenu reel : copyright, Mentions Legales,
 * credit Dahu Creation) : fond mesure #33889c (teal brut hors accessibilite,
 * option Divi native), rendu comme un 2e footer visuellement deconnecte du
 * nouveau bloc sombre juste au-dessus. Recolore pour ne faire qu'un avec
 * .ecl-footer plutot que d'empiler 2 bandes de couleurs differentes -
 * AUCUN contenu retire ni deplace.
 */
#footer-bottom{
	background-color:var(--ecl-c-dark) !important;
}
#footer-info,
#footer-info a{
	color:rgba(255,255,255,.5) !important;
}
#footer-info a:hover{
	color:#fff !important;
}
