 /* Thème 2025-08-23 15:30:31 */

:root {
  --primary-color: #8fa7b1;
  --primary-dark: #8fa7b1;
  --primary-light: #c2c2c2;
  --gray-light: #e0e0e0;
  --gray-medium: #4f4f4f;
  --gray-dark: #212121;
  --footer-color: #212121;
  --text-light: #262626;
  --text-medium: #1f1f1f;
  --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);
}
