/* ==================================================
   FOOTER FDPL – PREMIUM CLEAN
================================================== */

.site-footer {
  background: #0b2a4a;
  color: #e5e7eb;
  padding: 4.5rem 2rem 2.5rem;
}

/* ---------
   GRID PRINCIPALE
--------- */

.site-footer > .gb-container {
  max-width: 1280px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
}

/* ---------
   COLONNES
--------- */

.site-footer .gb-container > .gb-container {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

/* ---------
   TITRES
--------- */

.site-footer h4 {
  margin: 1rem auto;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;

  position: relative;
  padding-left: 14px;
}

/* Barre verticale premium */
.site-footer h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 3px;
  height: 70%;
  border-radius: 3px;
  background: linear-gradient(180deg, #60a5fa, #2563eb);
}

/* ---------
   TEXTES
--------- */

.site-footer p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #cbd5f5;
}

.site-footer p strong {
  color: #ffffff;
  font-weight: 600;
}

/* Ligne FORUM – BLOG – ANNUAIRES */
.site-footer .gb-container-e7262280 p:last-of-type {
  margin-top: 1.2rem;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #93c5fd;
}

/* ---------
   LISTES
--------- */

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;

  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

/* ---------
   LIENS
--------- */

.site-footer a {
  color: #e0e7ff;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease, transform 0.15s ease;
}

.site-footer a:hover {
  color: #60a5fa;
  transform: translateX(3px);
}

/* ---------
   COPYRIGHT
--------- */

.site-footer > p {
  max-width: 1280px;
  margin: 3rem auto 0;
  padding-top: 1.4rem;

  border-top: 1px solid rgba(255,255,255,0.08);

  font-size: 0.85rem;
  color: #94a3b8;
  text-align: center;
}

.site-footer > p a {
  color: #93c5fd;
}

.site-footer > p a:hover {
  color: #ffffff;
}

/* ---------
   RESPONSIVE
--------- */

@media (max-width: 900px) {
  .site-footer > .gb-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .site-footer {
    padding: 3.5rem 1.5rem 2.5rem;
  }

  .site-footer > p {
    text-align: center;
  }
}
