 /* Thème 2025-09-02 23:19:12 */

:root {
  --primary-color: #4a90e2;
  --primary-dark: #3a7bc8;
  --primary-light: #e5f6ff;
  --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);
}
