:root {
    /* Définition des couleurs */
    --primary: #1C1C1C;
    --secondary: #c0a162;
    --three: #d4d4d4;
    --background-primary: #d4d4d4;
    --background-secondary: #31314a;
    --background-three: #893a4c;
    --text-ilight: #c0a162;
    --text-ilight-secondary: #893a4c;
    --text-light: #fff;
    --text-light-300: #d4d4d4;
    --text-dark: #1C1C1C;
    --text-dark-300: #31314a;
    --filter--primary: grayscale(0%) sepia(100%) hue-rotate(45deg) saturate(400%) contrast(110%);
    --filter--secondary: grayscale(100%) sepia(10%) contrast(150%) hue-rotate(250deg) saturate(2500%) blur(0.02px);
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    --test-text: #1c1c1c;
    --test-background: #d4d4d4;
    --test-primary: #c0a162;
    --test-secondary: #31314a;
    --test-accent: #893a4c;
}