
    :root {
        --text: #333333;
--links: #004976;
--titles: #1f2b50;
--page-background: #D8e8F4;
--highlight: #004976;
--boxes-background: #FFFFFF;
--boxes-border: #4D75A3;
--section-titles: #FFFFFF;
--section-titles-background: #004976;
--header-background: #4D75A3;
--header-links: #FFFFFF;
--footer-background: #eeeeee;
--footer-links: #0088CC;
    }
    
/* Cookies */
a.ods-front-footer__link {
    color: #004976;
}

/* FONTS SETUP */
@font-face {
    font-family: 'PT';
    src:  url('/assets/theme_font/PT_Sans-Narrow-Web-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PT';
    src: url('/assets/theme_font/PT_Sans-Narrow-Web-Bold.ttf');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto';
    src:  url('/assets/theme_font/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('/assets/theme_font/RobotoCondensed-Regular.ttf');
    font-style: normal;
    font-weight: bold;
}

h1, h2, h3, .ods-front-footer {
    font-family: "PT";
}

.ods-front-footer {
    font-size: 1.5em;
    height: 80px;
}

.ods-front-footer .ods-front-footer-links-container {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-around;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

body {
    font-family: "Arial", serif;
}

/* Header
========================================================================== */

.economie-header {
    height: 135px;
    padding: 15px 0;
    background-color: #e6e6ea;
    display: flex;
}

.economie-header-container {
    display: flex;
    align-items: center;
}

.ods-responsive-menu-collapsible--collapsed .MYSITE-header__brand {
    display: none;
}

.MYSITE-header__brand img {
    height: 100px;
    margin-right: 30px;
}

.ods-responsive-menu--collapsed .MYSITE-header__brand span {
    color: black;
}

/* HEADER BRAND */

.ods-front-header__portal-brand {
    display: block;
    max-width: 700px;
    height: auto;
    top: 0;
}

.economie-brand {
    color: #3c3c3b;
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1.2;
}

.economie-brand__subheader {
    color: grey;
    font-size: 1.55em;
    font-family: "Roboto"
}

/* HEADER */

.ods-front-header {
    padding: 0;
    height: 190px;
    font-family: "PT";
}

.ods-front-header.ods-responsive-menu--collapsed {
    height: 60px;
    background-color: #e6e6ea;
    display: flex;
    align-items: center;
}

/* HEADER PLACEHOLDER / RESPONSIVE */ 

.ods-responsive-menu-placeholder__toggle {
    opacity: 1;
    background-color: #4D75A3;
    border-bottom: 1px solid #4D75A3;
}

.ods-responsive-menu-placeholder .ods-front-header__portal-brand .ods-front-header__logo {
    height: 50px;
    margin-top: 0px;
    margin-right: 10px;
} 

/* HEADER COLLAPSED ELEMENTS */

.ods-responsive-menu-collapsible__toggle {
    margin-bottom: 0;
}

.ods-responsive-menu-collapsible--collapsed .container {
    width: auto;
    padding: 0;
}



/* economie HEADER RESPONSIVE / MOBILE FONT SIZE */
/* SMARTPHONE */
.economie-brand-mobile {
    display: flex;
    align-items: center;
}

@media (max-width: 600px) {
    .ods-responsive-menu--collapsed .economie-header .economie-header__link span {
        font-size: 0.6em;
    }
    .ods-responsive-menu--collapsed .ods-front-header__portal-brand .economie-brand {
        font-size: 2em;
    }
}
/* TABLET */
@media (min-width: 600px) {
    .ods-responsive-menu--collapsed .ods-front-header__portal-brand .economie-brand {
        font-size: 2em;
    }
}

.ods-front-header__portal-brand__text {
    font-style: normal;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 40px;

    width: 400px;
    color: #2A282B;
    margin-top: 25px;
    margin-left:20px;
}
.ods-front-header__portal-brand .ods-front-header__logo {
    height: 100px;
    margin-top: 15px;
}

/* HEADER MENU */

.MYSITE-header__menu {
    background-color: #41769F;
    font-weight: bold;
    height: 56px;
    overflow: hidden;
}
.ods-responsive-menu-collapsible--collapsed .ods-responsive-menu-collapsible__container {
    background-color: #41769F;
}
.ods-responsive-menu-collapsible--collapsed .MYSITE-header__menu {
    height: auto;
    background-color: transparent;
}

.ods-front-header__menu {
    margin: 0;
    font-family: "RobotoCondensed", sans-serif;
}

.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu {
    display: block;
}

.ods-front-header__menu-item-link {
    color: white;
    border: none;
    opacity: 1;
    font-size: 24px;
    height: 56px;
    letter-spacing: -0.01em;
    line-height: 1.5;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.ods-front-header__menu-item-link:hover {
    background-color: #004976;
}

.ods-front-header__menu-item-link[href^="/pages/accueil"]:before {
    font-family: "FontAwesome";
    content: '\f015';
    display: inline-block;
    font-size: 24px;
    margin-right: 5px;
}

.ods-front-header__menu-item-link.ods-front-header__menu-item-link--active {
    background-color: #004976;
    border: none;
}

/* HEADER SECONDARY MENU */

.ods-front-header__management-menu {
    top: -9px;
}
.ods-front-header__management-menu-item-link {
    color: #004976;
}
.ods-front-header__management-menu-item-link.ods-front-header__management-menu-item-link--backoffice {
    color: white;
}

.ods-front-header__account-avatar-container {
    border: 3px solid #004976;
}

/* Footer
========================================================================== */

.economie-footer {
    padding: 10px 0px;
    background-color: #111111;
    color: #fff;
    border-top: 1px solid #999999;
    text-align: center;
    clear: both;
    display: block;
}

.economie-footer__link {
    color: #fff;
}
