/* VARIABLES */
:root {
/* VARIABLES - COULEURS */
    --noir: #000000;
    --noir-opacite: #00000080;
    --blanc: #FFFFFF;
    --blanc-opacite: #FFFFFF80;
    --gris: #F2F3F4;
    --transparent: #FFFFFF00;
    --color1: #FF0000;
    --color2: #FF000080;
    --facebook-1: #0866ff;
    --facebook-2: #0866ff10;
/* VARIABLES - TEXTE / LINE HEIGHT */
    --size-titre__h2: 1.2rem;
    --size-titre__h3: 1.2rem;
    --size-texte: 1rem;
    --size-cat: 1rem;
    --size-tag: 1rem;
/* VARIABLES - GRAISSES */
    --weight-thin: 300;
    --weight-normal: 400;
    --weight-bold: 700;
/* VARIABLES - BORDURES */
    --border: 18px;
    --border-bouton: 0px;
/* VARIABLES - COULEURS PAR CATEGORIE */
    --generaliste: #005599;
    --generaliste-opacite: #00559920;
    --animaux: #2C6C30;
    --animaux-opacite: #2C6C3020;
    --auto: #A02121;
    --auto-opacite: #A0212120;
    --beaute: #731F83;
    --beaute-opacite: #731F8320;
    --cuisine: #CC7900;
    --cuisine-opacite: #CC790020;
    --web: #B7174F;
    --web-opacite: #B7174F20;
    --marketing: #215C24;
    --marketing-opacite: #215C2420;
    --seo: #0268A1;
    --seo-opacite: #0268A120;
    --immobilier: #6A514B;
    --immobilier-opacite: #6A514B20;
    --informatique: #CC2E00;
    --informatique-opacite: #CC2E0020;
    --jardin: #39853C;
    --jardin-opacite: #39853C20;
    --maison: #CC7F00;
    --maison-opacite: #CC7F0020;
    --actu: #A11348;
    --actu-opacite: #A1134820;
    --securite: #4D2C88;
    --securite-opacite: #4D2C8820;
    --sante: #00665D;
    --sante-opacite: #00665D20;
    --seniors: #C66700;
    --seniors-opacite: #C6670020;
    --sport: #025A8E;
    --sport-opacite: #025A8E20;
    --voyage: #CCAB00;
    --voyage-opacite: #CCAB0020;
    --high-tech: #CCAB00;
    --high-tech-opacite: #CCAB0020;
    --bureautique: #CCAB00;
    --bureautique-opacite: #CCAB0020;
/* VARIABLES - POLICES */
    --font1: Big Shoulders Text;
    --font2: Roboto Slab;
    --font3: Work Sans;
}
