@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


html {
    --cBlanc: #FFF;
    --cNoir: #000;
    --cTexte1: #000;
    --cTexte2: #000;
    --cTexte3: #FFF;
    --cFormb: #000;
    --cFormbs: #005197;
    --cVert: #006646;
    --cBleu: #005197;
    --cBackground: #fbd150;
    --cBackground2: #C00;
    --cBackground3: #000;
    --cCta: #CC0000;
    --cCtah: #FFF;
    --cCtat: #FFF;
    --cCtath: #000;
    --cBText1: #FFF;
    --cRouge: #000;
    --cLink: #450202;
    --f700: 'Roboto', sans-serif;
    --f500: 'Roboto', sans-serif;
    --f400: 'Roboto', sans-serif;
    --fAutre: 'Work Sans', sans-serif;
    --fCTA: 'Inter', sans-serif;
}

.fCTA {
    font-family: var(--fCTA), sans-serif;
    font-weight: 700;
    line-height: 1.08;
    color: var(--cTexte1)
}
.fCTA.de {
    font-weight: 300;
    font-style: italic;
    color: var(--cTexte2)
 }

.fAutre {
    font-family: var(--fAutre), sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: var(--cTexte1)
}
.fAutre.de {
    font-weight: 300;
    font-style: italic;
    color: var(--cTexte2)
}

.f400,
.fNormal {
    font-family: var(--f400), sans-serif;
    font-weight: 400;
    line-height: 1.08;
    color: var(--cTexte1)
}

.f500,
.fRegular {
    font-family: var(--f500), sans-serif;
    font-weight: 500;
    line-height: 1.08;
    color: var(--cTexte1)
}

.f700,
.fBold {
    font-family: var(--f700), Arial, sans-serif;
    font-weight: 700;
    line-height: 1.08;
    color: var(--cTexte1)
}


.f400.de,
.fNormal.de,
.f500.de,
.fRegular.de,
.f700.de,
.fBold.de {
    font-weight: 300;
    font-style: italic;
    line-height: 1.08;
    color: var(--cTexte2)

}

.cBlanc {
    color: var(--cNoir);
}

.cNoir {
    color: var(--cNoir);
}

.cTexte1 {
    color: var(--cTexte1);
}

.cTexte2 {
    color: var(--cTexte2);
}

.cTexte3 {
    color: var(--cTexte3);
}

.cBleu {
    color: var(--cBleu);
}

.cRouge {
    color: var(--cRouge);
}

.fUpper {
    text-transform: uppercase;
}

.fCenter {
    text-align: center;
}

.eTs {
    text-shadow: 2px 2px 4px black;
}

@media all and (max-width: 500px) {
    span.br500 {
        display: block;
    }
}
@media all and (max-width: 600px) {
    span.br600 {
        display: block;
    }
}
@media all and (max-width: 700px) {
    span.br700 {
        display: block;
    }
}
@media all and (max-width: 800px) {
    span.br800 {
        display: block;
    }
}