
/* ================================THEME DEFAULT=========================================*/
/* ================================THEME DEFAULT=========================================*/
/* ================================THEME DEFAULT=========================================*/


/* ================================VARIABLES STATIQUES=========================================*/

:root
{
    --BG-color:#f1f0eaff;
    --White-color:rgba(252,252,252,0.8);
    --FG-color:#516171ff;
    --attFG-color:rgba(81, 97, 113, 0.246);
    --Focus-color:rgba(232,232,12,1.0);
    --Button-color:#FF754B;
    --Button-color--pressed:#e0846dff;
    --Emphasis-color:rgb(243, 58, 114);
    --Shadow-color:#DDC4AF;
    --Shadow-Emphasis-color:rgb(162, 36, 67);
    --Dark-BG: rgba(12,12,12,0.2);
    --Paper-color:#f8e2bc;
    --Font-color:#1a1817;
    --r: 40px; /* radius */
    --b : 30px; /*Bordure de MEP */
    --nav : 40px;
    --t: 260ms;
    
    --font : Helvetica, sans-serif;
    --_m:#0000 100%,#000 calc(100% + 1px);

    font-family: system-ui, Helvetica, Arial, sans-serif;
    /* line-height: 1.5;
    font-weight: 400; */
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;



}

/* ================================POLICES=========================================*/


*
{
    row-gap:var(--quart-b);
    transition-property:all;
    transition-duration:100ms;
    color: var(--Font-color);
    font-family: var(--font);
    line-height:1em;
    & p
    {
        font-family: var(--font);
        font-size: calc(var(--b) / 2);
        /* font-weight: 600; */
        text-decoration:none;
        line-height:1.3em;
    }
    & a
    {
        font-family: var(--font);
        font-size: calc(var(--b) / 2);
        font-weight: 600;
        text-decoration:none;
        text-wrap:nowrap;
        height:fit-content;
        color:var(--Button-color);

    }
    & h1
    {
        font-family:"Helvetica Rounded", sans-serif;
        font-size:calc(var(--b) * 2);
        font-weight:700;
    }
    & h2
    {
        font-family:"Helvetica Rounded", sans-serif;
        font-size:calc(var(--b) * 1.5);
        font-weight:700;
    }
    & h3
    {
        font-family:"Helvetica Rounded", sans-serif;
        font-size:calc(var(--b) * 1.25);
        font-weight:700;
    }
    & h4
    {
        font-family:"Helvetica Rounded", sans-serif;
        font-size:calc(var(--b));
        font-weight:700;
    }
    & h5
    {
        font-family:var(--font);
        font-size:calc(var(--b) / 1.3);
        font-weight:700;
    }
    & h6
    {
        font-family:var(--font);
        font-size:calc(var(--b) / 1.75);
        font-weight:700;
    }

}

/* ===============================EFFETS=========================================*/


& h1{
    animation:animHeadline 2s ease-out;
}


/* ================================MEDIA-QUERIES=========================================*/
/* ================================MEDIA-QUERIES=========================================*/
/* ================================MEDIA-QUERIES=========================================*/


@media SCREEN AND (max-width : 1024px){

     :root{
        --default:0;
    }
   
}

@media SCREEN AND (max-width : 740px){

    :root{
        --default:0;
        --nav : 60px;
    }
}

@media SCREEN AND (max-width:420px){
    :root{
        --default:0;
    }
}
