/* ===================================================================
 * Pied de page — reconstruit en code
 * ================================================================= */

/* Écran de chargement natif du thème ("Royal Preloader") — son CSS de
   positionnement plein écran est absent du thème, il retombe donc en
   contenu statique visible tout en bas de page, après le footer.
   Masqué : non fonctionnel et sans utilité. */
#royal_preloader {
	display: none !important;
}

.azu-footer {
	background: #0F1720;
	color: #C7D2DC;
	padding: 64px 0 0;
	font-family: 'Nunito Sans', sans-serif;
}
.azu-footer-inner {
	max-width: 1180px; margin: 0 auto; padding: 0 24px;
}
.azu-footer-top {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr 1.1fr;
	gap: 40px;
	padding-bottom: 48px;
}
@media (max-width: 860px) {
	.azu-footer-top { grid-template-columns: 1fr 1fr; row-gap: 36px; }
}
@media (max-width: 560px) {
	.azu-footer-top { grid-template-columns: 1fr; }
}

.azu-f-logo-link { display: inline-block; margin-bottom: 20px; }
.azu-f-brand img { height: 34px; width: auto; display: block; }
.azu-f-tagline {
	font-size: 14px; line-height: 1.6; color: #8A9BAA;
	max-width: 30ch; margin: 0 0 22px;
}
.azu-f-social { display: flex; gap: 10px; }
.azu-f-social a {
	width: 34px; height: 34px; border-radius: 50%;
	background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
	display: flex; align-items: center; justify-content: center;
	color: #C7D2DC; text-decoration: none; transition: background .15s, border-color .15s;
}
.azu-f-social a:hover { background: #43BAFF; border-color: #43BAFF; color: #06222F; }
.azu-f-social svg { width: 15px; height: 15px; fill: currentColor; }

.azu-f-col h4 {
	font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 12.5px;
	letter-spacing: .08em; text-transform: uppercase; color: #fff;
	margin: 0 0 20px;
}
.azu-f-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.azu-f-col a {
	color: #B8C4CE; text-decoration: none; font-size: 14.5px;
	transition: color .15s;
}
.azu-f-col a:hover { color: #fff; }

.azu-f-contact address {
	font-style: normal; font-size: 14.5px; line-height: 1.6; color: #B8C4CE;
	margin: 0 0 16px;
}
.azu-f-cta {
	display: inline-flex; align-items: center; gap: 8px;
	background: #43BAFF; color: #06222F; text-decoration: none;
	font-weight: 700; font-size: 13.5px; padding: 11px 20px; border-radius: 4px;
	transition: background .15s;
}
.azu-f-cta:hover { background: #fff; color: #06222F; }

.azu-footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.08);
	padding: 22px 0;
}
.azu-footer-bottom-inner {
	max-width: 1180px; margin: 0 auto; padding: 0 24px;
	display: flex; align-items: center; justify-content: space-between; gap: 20px;
	flex-wrap: wrap;
	font-size: 13px; color: #728394;
}
.azu-footer-bottom a { color: #9FB0BE; text-decoration: none; }
.azu-footer-bottom a:hover { color: #fff; }
.azu-credit { display: flex; align-items: center; gap: 6px; }
