/* VARIABLES */
:root {
/* VARIABLES - COULEURS */
    --noir: #000000;
    --noir-opacite: color-mix(in srgb, var(--noir) 50%, transparent);
    --noir-opacite-40: color-mix(in srgb, var(--noir) 40%, transparent);
    --noir-clair: color-mix(in srgb, var(--noir) 30%, transparent);
    --blanc: #FFFFFF;
    --blanc-opacite: color-mix(in srgb, var(--blanc) 50%, transparent);
    --gris: #F2F3F4;
    --transparent: #FFFFFF00;
    --facebook-1: #0866ff;
    --facebook-2: #0866ff10;
/* VARIABLES - GRAISSES */
    --weight-thin: 300;
    --weight-normal: 400;
    --weight-bold: 700;
}
