
    :root {
        --text: #333333;
--links: #102646;
--titles: #004695;
--page-background: #F5F5F5;
--highlight: #E07257;
--boxes-background: #FFFFFF;
--boxes-border: #E5E5E5;
--section-titles: #FFFFFF;
--section-titles-background: #102646;
--header-background: #102646;
--header-links: #E07257;
--footer-background: #004695;
--footer-links: #FFFFFF;
--titles-font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
--titles-h1-font-size: 2.2143rem;
--titles-h1-font-weight: 700;
--titles-h1-color: #004695;
--titles-h2-font-size: 1.5714rem;
--titles-h2-font-weight: 700;
--titles-h2-color: #004695;
--titles-h3-font-size: 1.2857rem;
--titles-h3-font-weight: 700;
--titles-h3-color: #004695;
--texts-font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
--texts-primary-font-size: 1.1429rem;
--texts-primary-color: #333333;
--texts-secondary-font-size: 1.0000rem;
--texts-secondary-color: #333333;
--texts-link-color: #102646;
    }
    
:root { --react-body-font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }

@font-face {
    font-family: "BarlowRegular";
    font-weight: 400;
    src: url('/assets/theme_font/Barlow-Regular.ttf');
}

@font-face {
    font-family: "BarlowMedium";
    font-weight: 500;
    src: url('/assets/theme_font/Barlow-Medium.ttf');
}

@font-face {
    font-family: "BarlowBold";
    font-weight: 700;
    src: url('/assets/theme_font/Barlow-Bold.ttf');
}

.ods-dataset-visualization__edit-dataset-link {
    color: white;
}

body, .ods-front-header, .ods-front-footer {
    font-family: "Barlow", Helvetica, sans-serif !important;
}

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

.ods-front-footer a {
    padding: 0 15px;
}

.ods-front-footer__link {
    font-size: 13px;
    margin-bottom: 5px;
    margin-right: 15px;
    position: relative;
    text-transform: uppercase;
}

.ods-front-footer__link::before {
    font-family: "FontAwesome";
    content: "\f105";
    color: #fff;
    margin-right: 2px;
}

.partners {
    background-color: #fff;
}

.partners .container.partners__wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 31px 0;
}

.partners__title {
    color: #004695;
    font-family: "Barlow",sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 56px;
    margin: 0 60px 0 0;
    text-transform: uppercase;
}

.partners__images {
    align-items: center;
    display: flex;
    margin: 0;
}

.partners__link {
    display: block;
    margin-right: 45px;
}

/* LOGO */

.logo {
    color: #fff;
    display: inline-block;
    font-family: "BarlowRegular",sans-serif;
    padding: 17px 0 0 35px;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

/* Portal navigation */

.portal-navigation {
    flex: 1 1 auto;
    margin: 0 0 0 5px;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    font-family: "BarlowBold", sans-serif;
}

/* HEADER */

.ods-responsive-menu-collapsible__content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 0 0 115px;
    flex-direction: row;
    background-color: #0a2646;
    margin: 0 auto;
    max-width: 122rem;
    transition-duration: 200ms;
    transition-property: width,max-width;
    transition-timing-function: ease;
    width: 100%;
    z-index: 51;
}

.ods-responsive-menu-collapsible__content>a {
    box-sizing: content-box;
    flex-grow: 1;
    margin: 0;
    max-width: 250px;
    padding: 0;
    position: relative;
}

@media screen and (max-width: 1000px) {
  .ods-responsive-menu-collapsible__content>a {
    display: none;
  }
   .ods-responsive-menu-collapsible__content {
        padding: 0;
   }
}

.ods-responsive-menu-collapsible__content>a::before {
    bottom: -27px;
    left: 0;
    position: absolute;
    height: 250px;
    width: 250px;
    background-color: #fff;
    box-shadow: 12px 12px 25px rgba(0,0,0,.55);
    border-radius: 50%;
    content: '';
    z-index: 0;
}

.ods-front-header {
    padding: 0;
    margin-bottom: 40px;
    height: 125px;
}

.ods-front-header.ods-responsive-menu--collapsed {
    height: 125px;
    background-color: white;
}

/* HEADER PLACEHOLDER / RESPONSIVE */ 

.ods-responsive-menu-placeholder.ods-responsive-menu-placeholder--active {
    position: relative;
}
.ods-responsive-menu-placeholder__toggle {
    opacity: 1;
    background-color: #102646;
    border-bottom: 1px solid #102646;
}


/* HEADER COLLAPSED ELEMENTS */

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

.ods-responsive-menu-placeholder__toggle:hover {
    color: #102646;
}

.ods-responsive-menu-placeholder__container {
    height: 125px;
    padding-top: 10px;
}

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

/* HEADER MENU */

.ods-responsive-menu-collapsible--collapsed .ods-responsive-menu-collapsible__container {
    background-color: #41769F;
}

.ods-front-header__menu {
    flex-grow: 1;
    /* max-width: calc(100% - 409px); */
    padding-right: 36px;
    list-style: none;
    margin: 0 0 0 100px;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

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

.ods-front-header__menu-item {
    transition: all 250ms ease-in-out 0ms;
    height: 55px;
}

.ods-front-header__menu-item-link {
    transition: all 250ms ease-in-out 0ms;
    border-color: rgba(255,117,86,.5);
    border-style: solid;
    border-width: 0 0 0 1px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    height: 55px;
    padding: 10px 17px;
    text-transform: uppercase;
    position: relative;
    opacity: 1;
}

.ods-front-header__menu-item-link::before {
    transition: all 250ms ease-in-out 0ms;
    height: 3px;
    width: 0;
    bottom: 0px;
    left: 18.5px;
    position: absolute;
    content: '';
    background-color: #ff7556;
}

.ods-front-header__menu-item-link:hover::before {
    width: calc(100% - 37px);
}

.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu-item-link {
    display: block;
    border: none;
    color: white;
}

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

.ods-front-header__menu-item-link[href^="/pages/home"]:before {
    font-family: "FontAwesome";
    content: '\f015';
    display: inline-block;
    line-height: 55px;
    font-size: 1.2em;
}

.ods-front-header__menu-item-link.ods-front-header__menu-item-link--active {
    color: #ff7556;
}

/* HEADER SECONDARY MENU */

.ods-front-header__management-menu-item-link {
    color: white;
}
.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;
}