@font-face {
    font-family: 'CircularXX-Bold';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/public/but/font/CircularXX-Bold.otf),
    url("/public/but/font/CircularXXWeb-Bold.woff"),
    url("/public/but/font/CircularXXWeb-Bold.woff2");
}
@font-face {
    font-family: 'CircularXX-Medium';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/public/but/font/CircularXX-Medium.otf);
}
@font-face {
    font-family: 'CircularXX-Regular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/public/but/font/CircularXX-Regular.otf);

}

@font-face {
    font-family: 'Verveine-Regular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/public/but/font/Verveine-Regular.ttf);
}

html {
    --cBlanc: #FFF;
    --cNoir: #000;
    --cTexte1: #FFF;
    --cTexte2: #FFF;
    --cTexte3: #FFF;
    --cFormb: #fff;
    --cFormbs: #005197;
    --cVert: #006646;
    --cBleu: #005197;
    --cBackground: #EC0000;
    --cBackground2: #FFF;
    --cBackground3: #000;
    --cCta: #E3B600;
    --cCtah: #FFF;
    --cCtat: #FFF;
    --cCtath: #000;
    --cBText1: #FFF;
    --cRouge: #000;
    --cLink: #e1d6d6;
    --f700: 'CircularXX-Bold', sans-serif;
    --f500: 'CircularXX-Medium', sans-serif;
    --f400: 'CircularXX-Regular', sans-serif;
    --fAutre: 'Verveine-Regular', sans-serif;
}
.fAutre {
    font-family: var(--fAutre), sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: var(--cTexte1)
}

.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)
}

.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;
    }
}