/* Tailles de police */
body.font-small { font-size: 90%; }
body.font-normal { font-size: 100%; }
body.font-large { font-size: 120%; }

/* Mode contraste élevé */
body.high-contrast {
  background-color: #000 !important;
  color: #fff !important;
}
body.high-contrast a {
  color: #0ff !important;
}
body.high-contrast header,
body.high-contrast footer,
body.high-contrast .container,
body.high-contrast .sp-pagebuilder-section,
body.high-contrast .sp-module,
body.high-contrast .sp-pagebuilder-content {
  background-color: #000 !important;
  color: #fff !important;
}

/* Amélioration visuelle des boutons accessibilité */
#accessibility-tools button {
  margin: 0 4px;
  padding: 5px 8px;
  font-size: 1rem;
  cursor: pointer;
  border: 1px solid #333;
  border-radius: 4px;
  background-color: #fff;
}
body.high-contrast #accessibility-tools {
  background-color: #111 !important;
}
