/**
    This file declares css color variables for branding purposes.
    Attention, "./color-adjustments.css" depends on this file to properly function.
*/

@charset "UTF-8";
:root, [data-bs-theme=light], [data-menu-theme=light] {
    --tblr-gray: #3b4d6c; /* Ajusté vers une teinte bleutée */
    --tblr-gray-dark: #1c2c3b;
    --tblr-gray-100: #f1f5f9;
    --tblr-gray-200: #e2e8f0;
    --tblr-gray-300: #c8d3e1;
    --tblr-gray-400: #b8c1d6; /* Ajusté vers une teinte bleutée */
    --tblr-gray-500: #5a6c91; /* Ajusté vers une teinte bleutée */
    --tblr-gray-600: #3b4d6c; /* Ajusté vers une teinte bleutée */
    --tblr-gray-700: #2a3152; /* Ajusté vers une teinte bleutée */
    --tblr-gray-800: #1c2c3b;
    --tblr-gray-900: #182a3a;
    --tblr-primary: #0ca6fb;
    --tblr-secondary: #4c4c4c;
    --tblr-success: #13d9a0;
    --tblr-info: #00d4eb;
    --tblr-warning: #ffc107;
    --tblr-danger: #df4759;
    --tblr-light: #f8fafc;
    --tblr-dark: #1f2c3b; /* Ajusté vers une teinte plus bleutée */
    --tblr-muted: #4c4c4c; /* Adaptation à une teinte plus neutre */
    --tblr-tabler: #0ca6fb;
    --tblr-primary-rgb: 12, 166, 251;
    --tblr-secondary-rgb: 76, 76, 76;
    --tblr-success-rgb: 19, 217, 160;
    --tblr-info-rgb: 0, 212, 235;
    --tblr-warning-rgb: 255, 193, 7;
    --tblr-danger-rgb: 223, 71, 89;
    --tblr-light-rgb: 248, 250, 252;
    --tblr-dark-rgb: 31, 44, 59;
    --tblr-muted-rgb: 76, 76, 76;
    --tblr-tabler-rgb: 12, 166, 251;
    --tblr-primary-text-emphasis: #283760; /* Ajusté vers une teinte bleutée */
    --tblr-secondary-text-emphasis: #42444b;
    --tblr-success-text-emphasis: #1a4a3c;
    --tblr-info-text-emphasis: #1c3353;
    --tblr-warning-text-emphasis: #664d03;
    --tblr-danger-text-emphasis: #591c24;
    --tblr-light-text-emphasis: #2a3152; /* Ajusté vers une teinte bleutée */
    --tblr-dark-text-emphasis: #2a3152; /* Ajusté vers une teinte bleutée */
    --tblr-primary-bg-subtle: #e1f1fc; /* Ajusté vers une teinte bleutée */
    --tblr-secondary-bg-subtle: #edeef1;
    --tblr-success-bg-subtle: #d9f1ea;
    --tblr-info-bg-subtle: #dae5f6;
    --tblr-warning-bg-subtle: #fff3cd;
    --tblr-danger-bg-subtle: #f9dade;
    --tblr-light-bg-subtle: #f8fafc;
    --tblr-dark-bg-subtle: #a0b3be; /* Ajusté vers une teinte bleutée */
    --tblr-primary-border-subtle: #b3e3f9; /* Ajusté vers une teinte bleutée */
    --tblr-secondary-border-subtle: #dbdde4;
    --tblr-success-border-subtle: #b3e3d5;
    --tblr-info-border-subtle: #b5ccec;
    --tblr-warning-border-subtle: #ffe69c;
    --tblr-danger-border-subtle: #f2b5bd;
    --tblr-light-border-subtle: #e2e8f0;
    --tblr-dark-border-subtle: #5a6c91; /* Ajusté vers une teinte bleutée */
    --tblr-body-font-size: 0.875rem;
    --tblr-body-font-weight: 400;
    --tblr-body-line-height: 1.4285714286;
    --tblr-body-color: #241f2d;
    --tblr-body-color-rgb: 36, 31, 45;
    --tblr-body-bg: #f1f5f9;
    --tblr-body-bg-rgb: 241, 245, 249;
    --tblr-emphasis-color: #000;
    --tblr-emphasis-color-rgb: 0, 0, 0;
    --tblr-secondary-color: rgba(36, 31, 45, .75);
    --tblr-secondary-color-rgb: 36, 31, 45;
    --tblr-secondary-bg: #e2e8f0;
    --tblr-secondary-bg-rgb: 226, 232, 240;
    --tblr-tertiary-color: rgba(36, 31, 45, .5);
    --tblr-tertiary-color-rgb: 36, 31, 45;
    --tblr-tertiary-bg: #f1f5f9;
    --tblr-tertiary-bg-rgb: 241, 245, 249;
    --tblr-link-color: #0ca6fb;
    --tblr-link-color-rgb: 12, 166, 251;
    --tblr-link-hover-color: #0a84c4; /* Ajusté vers une teinte bleutée */
    --tblr-link-hover-color-rgb: 10, 132, 196;
    --tblr-border-color: #e7e6e7;
    --tblr-border-color-translucent: rgba(102, 98, 108, .16);
    --tblr-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --tblr-focus-ring-width: 0.25rem;
    --tblr-focus-ring-opacity: 0.25;
    --tblr-focus-ring-color: rgba(12, 166, 251, .25); /* Ajusté vers une teinte bleutée */
    --tblr-form-valid-color: #42ba96;
    --tblr-form-valid-border-color: #42ba96;
    --tblr-form-invalid-color: #df4759;
    --tblr-form-invalid-border-color: #df4759;
    --tblr-danger-text: var(--tblr-danger);
    --tblr-navbar-border-color: transparent;
}

[data-bs-theme=dark], [data-menu-theme=dark] {
    --tblr-body-color: var(--tblr-gray-400);
    --tblr-body-color-rgb: 160, 155, 190;
    --tblr-body-bg: #181818;
    --tblr-body-bg-rgb: 24, 24, 24;
    --tblr-emphasis-color: #fff;
    --tblr-emphasis-color-rgb: 255, 255, 255;
    --tblr-secondary-color: rgba(142, 181, 245, .75); /* Ajusté vers une teinte bleutée */
    --tblr-secondary-color-rgb: 160, 155, 190;
    --tblr-secondary-bg: #1c2c3b; /* Ajusté vers une teinte bleutée */
    --tblr-secondary-bg-rgb: 28, 44, 59;
    --tblr-tertiary-color: rgba(142, 181, 245, .5); /* Ajusté vers une teinte bleutée */
    --tblr-tertiary-color-rgb: 160, 155, 190;
    --tblr-tertiary-bg: #18243a; /* Ajusté vers une teinte bleutée */
    --tblr-tertiary-bg-rgb: 24, 36, 58;
    --tblr-primary-text-emphasis: #8eb5f5; /* Ajusté vers une teinte bleutée */
    --tblr-secondary-text-emphasis: #b8c7de; /* Ajusté vers une teinte bleutée */
    --tblr-success-text-emphasis: #8ed6c0;
    --tblr-info-text-emphasis: #90b2e3;
    --tblr-warning-text-emphasis: #ffda6a;
    --tblr-danger-text-emphasis: #ec919b;
    --tblr-light-text-emphasis: #f1f5f9;
    --tblr-dark-text-emphasis: #c8d3e1;
    --tblr-primary-bg-subtle: #0f1e30; /* Ajusté vers une teinte bleutée */
    --tblr-secondary-bg-subtle: #212225;
    --tblr-success-bg-subtle: #0d251e;
    --tblr-info-bg-subtle: #0e192a;
    --tblr-warning-bg-subtle: #332701;
    --tblr-danger-bg-subtle: #2d0e12;
    --tblr-light-bg-subtle: #1c2c3b; /* Ajusté vers une teinte bleutée */
    --tblr-dark-bg-subtle: #0b1a2e; /* Ajusté vers une teinte bleutée */
    --tblr-primary-border-subtle: #2a3b50; /* Ajusté vers une teinte bleutée */
    --tblr-secondary-border-subtle: #646770;
    --tblr-success-border-subtle: #28705a;
    --tblr-info-border-subtle: #2a4c7d;
    --tblr-warning-border-subtle: #997404;
    --tblr-danger-border-subtle: #862b35;
    --tblr-light-border-subtle: #29272f;
    --tblr-dark-border-subtle: #1c2c3b; /* Ajusté vers une teinte bleutée */
    --tblr-link-color: #8eb5f5; /* Ajusté vers une teinte bleutée */
    --tblr-link-hover-color: #7ba1e7; /* Ajusté vers une teinte bleutée */
    --tblr-link-color-rgb: 142, 181, 245;
    --tblr-link-hover-color-rgb: 123, 161, 231;
    --tblr-code-color: #8eb5f5; /* Ajusté vers une teinte bleutée */
    --tblr-border-color: #20202b;
    --tblr-border-color-translucent: var(--tblr-border-color);
    --tblr-form-valid-color: #93c29a;
    --tblr-form-valid-border-color: #93c29a;
    --tblr-form-invalid-color: #d69090;
    --tblr-form-invalid-border-color: #d69090;
    --tblr-bg-surface: #1c2c3b; /* Ajusté vers une teinte bleutée */
    --tblr-navbar-bg: var(--tblr-bg-surface);
    --tblr-dark-mode-border-color: #2c3d50; /* Ajusté vers une teinte bleutée */
    --tblr-bg-main-color: #181818;
    --tblr-bg-forms: var(--tblr-dark-mode-border-color);
    --tblr-danger-text: var(--tblr-danger);
    --tblr-danger: #E25A6A;
    --tblr-danger-rgb: 226, 90, 106;
    --tblr-navbar-color: rgba(255, 255, 255, 0.7);
    --tblr-bg-surface-tertiary: #ffffff02;
    --tblr-navbar-border-color: transparent;
}
