/* footer.css — simple trait + copyright en bas de page */

.site-footer{
  margin-top:60px;
  background:transparent;   /* plus de bandeau violet */
  color:var(--muted);
}

/* Ligne + texte centré sur le fond normal de la page */
.footer-copy{
  max-width:var(--maxw);
  margin:0 auto;
  padding:14px 16px 24px;
  border-top:1px solid rgba(36,48,86,.18);  /* le trait */
  text-align:center;
  font-size:.85rem;
  color:rgba(14,16,48,.78);
}
