/* ------------------------------
   SITE FOOTER (partagé entre les pages)
------------------------------ */
.footer {
  font-size: 0.85rem; color: #f1f5f9;
  text-align: center; position: relative; z-index: 1;
  max-width: 860px; width: 100%;
  margin: 1.5rem auto 0;
  padding-top: 1.25rem;
  padding-bottom: 3rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer a { color: #f1f5f9; text-decoration: none; transition: color 0.2s; }
.footer a:hover { color: #60a5fa; }
.footer-links {
  display: flex; justify-content: center; gap: 1.5rem;
  flex-wrap: wrap; margin-top: 0.8rem;
}
.footer-legal {
  display: flex; justify-content: center; gap: 1.25rem;
  flex-wrap: wrap; margin-top: 1.25rem; padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-legal a { font-size: 0.76rem; }
.footer-copyright {
  margin-top: 1rem;
  font-size: 0.74rem;
  color: #f1f5f9;
}
