:root {
    --couleur-principale: #278E9E;
    --couleur-p-sombre: #1e7886;
    --couleur-p-clair: #50b5c5;
    --couleur-secondaire: #1F3344;
    --bleu-petrole: #035164;
    --rose-clair: rgba(226, 0, 122, 0.5);
    --rose: #E2007A;
    --rose-sombre: #cb016e;
    --noir: #000;
    --blanc: #FFF;
    --blanc-casser: #f1f4f6;
    --gris-clair: #CCCCCB;
    --gris-moyen: #828594;
    --orange: #F29400;
    --orange-theme: #eb691d;
    --vert: green;
    --rouge: red;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --gray-dark: #343a40;
    --primary: #3f6ad8;
    --secondary: #6c757d;
    --success: #3ac47d;
    --info: #16aaff;
    --warning: #f7b924;
    --danger: #d92550;
    --light: #eee;
    --focus: #444054;
    --alternate: #794c8a;
}