/* ================================THEME DEFAULT=========================================*/
/* ================================THEME DEFAULT=========================================*/
/* ================================THEME DEFAULT=========================================*/


/* ================================VARIABLES STATIQUES=========================================*/

:root
{
    --BG-color:#f1f0eaff;
    --White-color:rgba(252,252,252,0.8);
    --Black-color:rgba(251,252,252,1.0);
    --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;
    --Lgt-color:rgba(65,154,240,0.2);
    --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;
    scroll-behavior: smooth;



}


/* ===============================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;
    }
}
