:root{
    --global-background-primary : #1c1c1c;
    --global-text-primary : #cbad15;
    --global-background-secondary : #FBFBFB;
    --global-text-secondary : #232D38;
    --global-success : #06c200;
    --global-error : #cd0404;
    --global-badge-background : #0873c4;
    --global-badge-text : #ffffff;
    --global-picto : #0873c4;
    --global-header-background : #0d0d0d;
    --global-header-menu : #ffffff;
    --global-header-button-background : #0873c4;
    --global-header-button-text : #ffffff;
    --global-footer-top-background : #ffffff;
    --global-footer-top-title : #000000;
    --global-footer-top-menu : #000000;
    --global-footer-top-text : #000000;
    --global-footer-top-button-background : #000000;
    --global-footer-top-button-text : #ffffff;
    --global-footer-bottom-background : #050505;
    --global-footer-bottom-text : #ffffff;
    --global-aside-header-background : #ACD2FF;
    --global-aside-header-logo : #000000;
    --global-aside-content-background : #ffffff;
    --global-aside-content-text : #000000;
    --global-button-background : #232d38;
    --global-button-text : #ffffff;
    --global-announce-bar-background : #cbad15;
    --global-announce-bar-text : #000000;
}