
    :root {
        --text: #333333;
--links: #009FE3;
--titles: #009FE3;
--page-background: #F5F5F5;
--highlight: #95C11F;
--boxes-background: #FFFFFF;
--boxes-border: #E5E5E5;
--section-titles: #FFFFFF;
--section-titles-background: #009FE3;
--header-background: #494949;
--header-links: #FFFFFF;
--footer-background: #FFFFFF;
--footer-links: #0088CC;
    }
    



/********** START NEW STYLESHEET **********/


/**** GLOBAL STYLE ***/


/* Couleurs */

:root {
    --gpso-grisfonce: #A9A9A9;
    --gpso-noir: #000;
}


/* Couleurs du thème - rappel 
--highlight: #95c11f = vert gpso
--links: #009fe3 = bleu gpso
--page-background: #F5F5F5 = gris très clair
--boxes-border: #e5e5e5 = gris clair
--text: #333333 = gris très foncé
*/


/* Textes */

.gpso-centered {
    text-align: center;
}

.gpso-bleu {
    color: #009FE3;
}

.gpso-vert {
    color: #95C11F;
}

.gpso-fondgris {
    background-color: #F5F5F5;
}

.gpso-fondbleu {
    color: white;
    background-color: #009FE3;
    line-height: 1.5;
    padding: 5px 15px;
    text-align: center;
}

.gpso-fondvert {
    color: white;
    background-color: #95C11F;
    line-height: 1.5;
    padding: 5px 15px;
    text-align: center;
}

.gpso-centered-marginbottom10 {
    text-align: center;
    margin-bottom: 10px;
}

.gpso-centered-marginbottom20 {
    text-align: center;
    margin-bottom: 20px;
}

.gpso-bold {
    font-weight: bold;
}

.gpso-miseenavant {
    color: white;
    background-color: #95C11F;
    font-weight: bold;
    padding-bottom: 3px;
    border-radius: 10px;
}

.gpso-restricted {
    background-color: #95C11F;
    font-weight: bold;
    border-radius: 4px;
    color: var(--gpso-noir);
    padding: 5px;
    width: 80%;
}


/* Boîtes et marges */

.gpso-nomargintop {
    margin-top: 0;
}

.gpso-nopaddingtop {
    padding-top: 0;
}

.gpso-margintop20 {
    margin-top: 20px;
}

.gpso-marginbottom20 {
    margin-bottom: 20px;
}

.gpso-box {
    border: solid 2px #E5E5E5;
    border-radius: 17px;
    padding: 1rem;
    height: 460px;
    background-color: #F5F5F5;
    margin-bottom: 1.5rem;
}

.gpso-greybox {
    background: #F5F5F5;
    padding: 5px 10px 20px 10px;
    margin-bottom: 20px;
    border: solid 1px #E5E5E5;
}

.gpso-lightbox {
    padding: 5px;
}

.gpso-bord-bleu {
    border: solid 2px #009FE3;
}

.gpso-bord-gris {
    border: solid 1px #E5E5E5;
}

.gpso-box-item {
    border: #009FE3 1px solid;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 10px;
}


/* Outils (images, tableaux) */

.gpso-publisher {
    position: absolute;
    right: 130px;
}

.gpso-tableau {
    background: #F5F5F5;
    padding: 5px 10px 20px 10px;
    margin-bottom: 20px;
    border: solid 1px #E5E5E5;
    text-align: center;
    padding-bottom: 5px;
}


/* Header */

.gpso-header {
    background-size: cover;
    height: 175px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gpso-header-titre {
    font-size: 3rem;
    color: white;
    text-shadow: 2px 2px 2px var(--gpso-noir);
    text-align: center;
    text-transform: uppercase;
}



/* Onglets*/

.gpso-onglets {
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
}

.gpso-onglet {
    font-size: 18px;
    padding: 10px 20px;
    color: var(--gpso-grisfonce);
    margin: 1em;
    border-bottom: 3px solid var(--gpso-grisfonce);
}

.gpso-onglet-actif {
    color: var(--gpso-noir);
    border-bottom: 3px solid #333333;
}

.gpso-onglet:hover {
    color: #009FE3;
    text-decoration: none;
    border-bottom: 3px solid #009FE3;
}


/* KPI card */

.kpi-containerlarge {
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100%;
}

.kpi-card {
    background-color: #F5F5F5;
    border: solid 1px #E5E5E5;
    height: 160px;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.kpi-title {
    font-weight: normal;
    color: #95C11F;
    font-size: 1.6rem;
    margin-top: 0px;
    margin-bottom: 13px;
    max-width: 100%;
}

.kpi-description {
    color: #333333;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: normal;
    margin-top: 0;
    max-width: 100%;
    margin-bottom: 13px;
}

.kpi-unit {
    font-size: 0.8em;
    color: var(--gpso-noir);
}

.kpi-icon {
    color: var(--gpso-noir);
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 13px;
    max-width: 100%;
}


/* DESKTOP SPECIFICS - STYLE OF ODS HEADER
========================================================================== */

.ods-responsive-menu-collapsible__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ods-front-header__portal-brand {
    display: flex;
    height: 40px;
    position: relative;
    top: 0;
}

.ods-front-header__menu-item-link {
        height: 60px;
    padding: 0 15px;
}


/* MOBILE SPECIFICS - STYLE OF ODS HEADER
========================================================================== */

.ods-responsive-menu-placeholder.ods-responsive-menu-placeholder--active {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ods-responsive-menu--collapsed .ods-responsive-menu-collapsible__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ods-responsive-menu-collapsible--collapsed .ods-front-header__logo {
    display: none;
}

.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu,
.ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu {
    width: 100%;
}


/* DESKTOP SPECIFICS - STYLE OF DROPDOWN MENU
========================================================================== */

.dropdown-menu-content {
    position: absolute;
    background-color: #e5e5e5;
    filter: drop-shadow(0px 14px 8px rgba(37, 48, 59, 0.1));
    z-index: 15;
    padding: 10px 20px;
    min-width: 150px;
    top: 60px;
}

.dropdown-menu-content a {
    color: #333333;
    text-decoration: none;
    display: block;
    opacity: 1;
    padding: 5px;
    font-size: 1rem;
    line-height: 35px;
    height: 40px;
}

.dropdown-menu-content a:hover {
    color: #95C11F;
}

@media screen and (min-width: 1000px) {
    .dropdown-menu-content {
        display: none;
    }
    .dropdown-menu:hover .dropdown-menu-content {
        display: block;
    }
    .dropdown-menu:hover .ods-front-header__menu-item-link {
        opacity: 1;
    }
}

li.dropdown-menu i {
    margin-left: 10px;
}

.dropdown-menu-content-description {
    border-bottom: 2px solid;
    padding-bottom: 5px;
    margin: 0px 0px 2px 0px;
}


/* MOBILE SPECIFICS - STYLE OF DROPDOWN MENU
========================================================================== */

@media screen and (max-width: 1000px) {
    .dropdown-menu-content {
        position: relative;
        padding-left: 25px;
        filter: none;
        top: 0px;
    }
}


/********** END OF NEW STYLESHEET **********/


