/* ==========================================================================
   Nom du fichier : style_0-var.css
   Description    : Déclaration variables et typographie
   Auteur         : orpdm / SALSA PROD SAS
   Version        : 0.9
   ========================================================================== */

:root {
    /* Couleurs principales */
    --ssp_logo_rouge : #ff0000;
    --ssp_fond-emphase: #ff7300;
    --ssp_logo_noir: #000000;
    --ssp_simili-noir: #333366;
    --ssp_ombre-sombre : rgba(0, 0, 0, 0.50);
    --ssp_filet-gris: #bac1cb;
    --ssp_gris-colore: #faf4ed;
    --ssp_fond-clair: #edfaff;
}

/* //////////////////////////////////////////////////////////// */
/* //////////////////////// TYPOGRAPHIE /////////////////////// */

body {
    font-family: anaheim, sans-serif;
    font-optical-sizing: auto;
    font-size: 1rem;
    font-weight: 400;
    color: var(--ssp_simili-noir);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    height: 100vh;
    background: url("/ssp_assets/img/png/Trame-filets_fond.png");
}
strong {
    font-weight: 600;
}
.ssp_typo_titre-principal {
    font-size: 1.7rem;
    font-weight: 100;
    font-style: normal;
    color: var(--ssp_logo_noir);
}
.ssp_typo_introduction {
    font-size: 1.3rem;
    padding: 13px;
}
.ssp_zone_centrale {
    background: rgba(255, 255, 255, 0.66);
    max-width: 1400px;
    margin: auto;
}
