:root {
    --fond_page : darkgrey;
    --fond_menu_horizontal : #f6f6f6;

    --couleur_police : #000;

    --fond_titre  : #4f4f4f;
    --couleur_police_titre : #fff;

    --ligne_hover : #ebe3cc;
    /* --fond_page_degrade1 : #ffffff;
    --fond_page_degrade2 : darkgrey; */
    --fond_page_degrade1 : lightblue;
    --fond_page_degrade2 : cornsilk;
    --fonce  : #4f4f4f;
    --mid : rgb(222 207 164);
    --clair  : burlywood;
    --clair2 : rgb(240, 218, 191);
    --couleur_btn : cadetblue;
    --couleur_btn_hover : darkcyan;
    --fond_rech : white;
    --coul_text_menu : #2e2e2e;
    --fond_ligne : #f3f3f3;
    --border_ligne : #eaeaea;
    


    --fond_input : #fff;
    --couleur_police_input : #535353;
    --border_input : #dbdbdb;
    --fond_input_focus : #d4d4d4;

    --fond_labels : #e3e3e3;

    --fond_filtres : burlywood;
    --fond_filtres_input : #EDE3D7;

    --separateur : #e7e7e7;

    --fond_info_commande : #fff;

    --couleur_fond_dropdown : #fff;
    --couleur_border_dropdown : #fff;
    --couleur_lien_dropdown : #000;
    --couleur_fond_dropdown_hover : #ebebeb;

    --icone_recherche : url(/themes/default_fonce/img/recherche.svg);

    --vert_dark : darkgreen;

    --fond_element_formule : #e6e6e6;
    --border_element_formule : #e7e7e7;
    --couleur_police_element_formule : #555;

    --border_planning: #cbcbcb;
    --fond_entete_planning: #cbcbcb;
    --fond_entree_planning: #d2d2d2;
    --img_chevron_bas: url(/themes/default_fonce/img/chevron-bas.svg);

    --fond_categorie_produit : whitesmoke;
    --border_categorie_produit : #ccc;

    --fond_etape : antiquewhite;
    --border_etape : #000;

    --fond_entete_production : #e6e6e6;
    --border_entete_production : #e7e7e7;

    --carte_fond : #fbfbfb;
    --carte_fond_carte_block : whitesmoke;
    --carte_fond_bouton_carte : #e8e8e8;
    --carte_fond_bouton_editer : rgb(157, 157, 157);

    --fond_production : #f3f3f3;
    --border_block_production : gainsboro;
    --fond_block_production : #fcfcfc;
    --titre_ajout_machine_personnel : #f3f3f3;


    --border-radius : 6px;
    --border-radius-bouton : 5px;
    --borer-radius-input : 5px;
    --titre_margin_top : 30px;
    --ligne_margin_top : 8px;

     /* --border-radius : 0px;
     --ligne_margin_top : 0px; */

     --onglet_contact: url(/themes/default_fonce/img/user-blanc.svg);
     --onglet_contact_on: url(/themes/default_fonce/img/user.svg);
     --onglet_entree: url(/themes/default_fonce/img/entree01-blanc.svg);
     --onglet_entree_on: url(/themes/default_fonce/img/entree01.svg);
    }