/* ============ 8 Academy — footer commun du site (autonome, aucune dépendance) ============ */
.site-footer { background: #1a2940; color: #c6cfdd; font-family: 'Inter', system-ui, sans-serif; font-size: 14px; line-height: 1.6; margin-top: 70px; padding: 0; border: none; }
.site-footer .wrap { display: block; max-width: 1080px; margin: 0 auto; padding: 0 22px; }
.site-footer a { color: #c6cfdd; text-decoration: none; transition: color .12s; }
.site-footer a:hover { color: #fff; }

.site-footer .fgrid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; padding: 46px 0 38px; }
.site-footer .fcol .ft { font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: #ffe08f; margin: 0 0 13px; }
.site-footer .fcol ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.site-footer .fcol li { margin: 0; }

.site-footer .flogo { font-family: 'Bricolage Grotesque', 'Inter', sans-serif; font-weight: 800; font-size: 22px; color: #fff; display: inline-flex; align-items: baseline; gap: 7px; margin-bottom: 12px; }
.site-footer .flogo .dots { display: inline-flex; gap: 3px; }
.site-footer .flogo .dots i { width: 6px; height: 6px; border-radius: 50%; display: inline-block; }
.site-footer .fbrand p { margin: 0 0 10px; max-width: 300px; font-size: 13.5px; }
.site-footer .fbrand .fmail { font-weight: 700; color: #fff; }
.site-footer .fbrand .fmail:hover { color: #ffe08f; }
.site-footer .fdot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-right: 8px; vertical-align: baseline; flex: none; }
.site-footer .fpoles li a { display: inline-flex; align-items: center; }

.site-footer .fbottom { border-top: 1px solid rgba(255,255,255,.12); padding: 18px 0 22px; display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; font-size: 12.5px; color: #8fa0b8; }
.site-footer .fbottom a { color: #8fa0b8; text-decoration: underline; text-decoration-color: rgba(255,255,255,.25); text-underline-offset: 3px; }
.site-footer .fbottom a:hover { color: #fff; }

@media (max-width: 900px) { .site-footer .fgrid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .site-footer .fgrid { grid-template-columns: 1fr; gap: 28px; padding: 38px 0 30px; } .site-footer .fbottom { flex-direction: column; align-items: flex-start; gap: 8px; } }

/* ============ Menu burger mobile commun (injecté par site-nav.js) ============ */
.nav-burger { display: none; flex-direction: column; justify-content: center; gap: 4px; width: 40px; height: 38px; background: #fff; border: 1px solid rgba(28,29,34,.14); border-radius: 9px; padding: 9px; cursor: pointer; flex: none; }
.nav-burger span { display: block; height: 2px; background: #22354f; border-radius: 2px; transition: transform .18s, opacity .18s; }
.nav-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
@media (max-width: 860px) {
  nav.main .wrap { position: relative; }
  .nav-burger { display: flex; }
  nav.main .links.open { display: flex; flex-direction: column; gap: 2px; position: absolute; top: 100%; left: 0; right: 0; margin: 0; background: #fff; border-bottom: 1px solid rgba(28,29,34,.1); padding: 8px 22px 14px; box-shadow: 0 14px 28px rgba(20,25,40,.12); z-index: 120; }
  nav.main .links.open a { padding: 11px 2px; font-size: 15px; border-bottom: none; }
  nav.main .wrap > .btn { margin-left: auto; padding: 9px 13px; font-size: 13px; }
}
