.ap-footer {
  margin-top: 24px;
  text-align: center;
  color: #fff;
}

.ap-footer__inner {
  display: inline-block;
  max-width: 100%;
}

.ap-footer__rule {
  width: 100%;
  margin: 8px auto;
  border: 0;
  height: 1px;
  background: rgba(255,255,255,0.25);
}
/* existant, mais un peu plus spécifique */
.ap-footer .ap-footer__rule {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.ap-footer__nav a {
  text-decoration: none;
  color: #fff;
}
.ap-footer__nav a:link { color: #FF8802; text-decoration:none; }
.ap-footer__nav a:visited { color: #FF8802; text-decoration:none; }
.ap-footer__nav a:active { color: #FF8802; }
.ap-footer__nav a:hover { color: #FF8802; text-decoration:underline; }

.ap-footer__sep {
  padding: 0 8px;
  color: #fff;
  opacity: 0.9;
}

.ap-footer__copy {
  margin-top: 4px;
  font-size: 0.95rem;
  line-height: 1.4;
}

/* Rappel : les styles "globaux" (body, font, background) doivent
   être dans une feuille dédiée (ex: css/app.css), pas dans le footer. */
