/* ------------------   CSS ROOTY ---------------------------*/
:root {
    --bodycolor0: white;
    /*--bodycolor: rgb(220, 220, 240); */
    --bodycolor: rgb(244, 246, 251);
	--maincolor1: rgb(40, 50, 80);
    --maincolor2: rgb(100, 80, 120);
    --maincolor3: rgb(100, 100, 100);           /*neutre color 100*/
    --maincolor4: rgb(200, 200, 200);           /*neutre color 200*/
    --maincolor5: rgba(45, 45, 85, 0.88);       /*header row2 background-color*/
    --hovercolor: rgb(40, 90, 110);             /*button background-color*/
    /*--fontfamily: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', Verdana, sans-serif;*/
    --fontsizep: 15px;
    --blocmargin: 7%;

    /* ===================================================== */
    /* TYPOGRAPHIE GLOBALE                                   */
    /* ===================================================== */
    /*
    Polices actuellement utilisées :

    Inter :
    - Interface moderne
    - Très lisible
    - Optimisée pour le web

    Chargement :
    include/views/partials/head-item.php
    */
    --fontfamily: 'Inter', sans-serif;
}