/* const.css: definition des couleurs du site */

/* On peut s'ameliorer avec tanaguru: http://contrast-finder.tanaguru.com */
:root {
--topbg: #1f6EA1;
--topfg: #F6F9FF;
--h1bg: #237DB6;
--h2bg: #278BCB;
--h3bg: #3498D8;
--ullibg: #3498D8;
--ulliulbg: #d0d0d0;

/*    --topbg: #079992; // #1f6EA1;
    --topfg: #1E0E0E;
    --h1bg: #38ada9; // #237DB6;
    --h2bg: #78e08f; // #278BCB;
    --h3bg: #b8e994; // #3498D8;
    --ullibg: #b8e994; // #3498D8;
    --ulliulbg: #d0d0d0;
*/
}
