:root {
    --active-highlight-bgcolor: #0078c2;
    --active-focused-bgcolor: #059bf2;
    --active-highlight-color: #FFFFFF;
    --active-focused-color: #FFFFFF;
    
    --active-header-bgcolor: #FFFFFF;
    --active-logo-url: url(../img/portail-logo.jpg);

    --active-logo-position: 20px 50%;
    
    --active-background-url: url(../img/portail-background.jpg);
    --active-background-position: 50% 0px;
    --active-background-color: #FFFFFF;
    --active-background-repeat: repeat;
    --active-background-size: auto;
    --active-background-blend-mode: hard-light; /* Used with a background image to enlight color rendering. */
    --active-background-blend-mode: unset;

    --active-title-full-size: 24px;
    --active-title-smart-size: 20px;
    --title-text-transform: uppercase;
    --title-text-color: #666666;
    --title-font-weight: 400;
}