 /* Thème 2026-05-27 18:01:34 */

:root {
  --primary-color: #ff6a00;
  --primary-dark: #ad3e00;
  --primary-light: #ffc777;
  --gray-light: #e0e0e0;
  --gray-medium: #757575;
  --gray-dark: #333333;
  --footer-color: #333333;
  --text-light: #777777;
  --text-medium: #444444;
  --background-panel: #f8f9fa;
  --background-white: #ffffff;
  --background-cta: #ffffff;
  --box-shadow-light: 0 2px 5px rgba(0, 0, 0, 0.05);
  --box-shadow-hover: 0 2px 5px rgba(0, 0, 0, 0.05);
}
