/* VARIABLES */
:root {
/* VARIABLES - COULEURS */
    --color1: #005D3F;
    --color2: #1a1a1a;
    --noir: #000000;
    --noir-opacite-20: #00000020;
    --noir-opacite-40: #00000040; 
    --noir-opacite-60: #00000060;
    --noir-opacite-80: #00000080;
    --blanc: #FFFFFF;
    --blanc-opacite-20: #FFFFFF20;
    --blanc-opacite-40: #FFFFFF40;
    --blanc-opacite-60: #FFFFFF60;
    --blanc-opacite-80: #FFFFFF80;
    --transparent:#FFFFFF00;
/* VARIABLES - TEXTE / LINE HEIGHT*/
    --size-titre__h2:1.2rem;
    --size-titre__h2--big:2.8rem;
    --size-titre__h3:1.2rem;
    --size-titre__h3--big:2rem; 
    --size-texte:1rem;
    --size-texte--big:1.3rem;
    --size-cat:1rem;
    --size-cat--big:1.3rem;
    --size-tag:1rem;
    --size-tag--big:1.2rem;
/* VARIABLES - GRAISSES */
    --weight-thin:200;
    --weight-normal:400;
    --weight-bold:800;
/* VARIABLES - BORDURE */
    --border:8px;
    --border-bouton:0px;
/*VARIABLE > POLICES*/
    --font1: Big Shoulders Text;
    --font2: Roboto Slab;
    --font3: Work Sans;
}