#av-custom-footer {
  font-family: 'Georgia', serif;
  background: #ede8de;
  border-top: 1px solid #c8bfaa;
  padding: 28px 32px 20px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

#av-custom-footer .av-footer-links {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

#av-custom-footer .av-footer-links a {
  font-family: 'Georgia', serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #5a4e3c;
  text-decoration: none;
  text-transform: uppercase;
}

#av-custom-footer .av-footer-links a:hover {
  color: #2c2416;
}

#av-custom-footer .av-footer-sep {
  width: 40px;
  height: 1px;
  background: #c8bfaa;
  margin: 0 auto 16px;
}

#av-custom-footer .av-footer-copy {
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #9a8a72;
  font-style: italic;
  margin: 0;
}

/* Masquer le footer original du thème */
.site-footer { display: none !important; }