
    :root {
        --text: #565656;
--links: #00A3E0;
--titles: #000000;
--page-background: #f6f4f2;
--highlight: #00A3E0;
--boxes-background: #FFFFFF;
--boxes-border: #d9dfe5;
--section-titles: #00A3E0;
--section-titles-background: #FFFFFF;
--header-background: #FFFFFF;
--header-links: #00A3E0;
--footer-background: #F6F8FB;
--footer-links: #00A3E0;
    }
    
/* ==========================================================================
ENEDIS Fonts
========================================================================== */

@font-face {
    font-family: 'Ubuntu';
    src: url('/assets/theme_font/Ubuntu-Light.woff2') format('woff2'),
        url('/assets/theme_font/Ubuntu-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/assets/theme_font/Ubuntu-LightItalic.woff2') format('woff2'),
        url('/assets/theme_font/Ubuntu-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/assets/theme_font/Ubuntu-Light.woff2') format('woff2'),
        url('/assets/theme_font/Ubuntu-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/assets/theme_font/Ubuntu-LightItalic.woff2') format('woff2'),
        url('/assets/theme_font/Ubuntu-LightItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/assets/theme_font/Ubuntu-Medium.woff2') format('woff2'),
        url('/assets/theme_font/Ubuntu-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/assets/theme_font/Ubuntu-MediumItalic.woff2') format('woff2'),
        url('/assets/theme_font/Ubuntu-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/assets/theme_font/Ubuntu-Medium.woff2') format('woff2'),
        url('/assets/theme_font/Ubuntu-Medium.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/assets/theme_font/Ubuntu-MediumItalic.woff2') format('woff2'),
        url('/assets/theme_font/Ubuntu-MediumItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}




html,
root: {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
}
/* Affichage Extra Large (XL) - Ubuntu Light - 3 rem - int. 1.15 */
h1 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 3rem;
    line-height: 1.15;
}
/* Affichage Large (L) : Ubuntu Light - 2 rem - int. 1.25 */
h2 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1.25;
}
/* Affichage Regular (R) : Ubuntu Light - 1.5 rem - int. 1.4 */
h3 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.4;
}
/* Affichage Small (S) + Strong : Ubuntu Medium - 1.25 rem - int. 1.5 */
h4 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.5;
}
/* Titre + Strong : Ubuntu Medium - 1 rem - int. 1.5 */
.title {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
}
/* Sous-titre + Strong : Ubuntu Medium - capitalisé - 0.875 rem - int. 1.5 */
.subtitle {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.5;
    text-transform: uppercase;
}
/* Body - Ubuntu Light - 1 rem - int. 1.5 */
body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-text-size-adjust: none;
}
/* Légende - Ubuntu Light - 0.75 rem - int. 1.5 */
.caption {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 1.5;
}


/* ==========================================================================
LIGHT BASIC HEADER THEME
========================================================================== */
/* 
The CSS rules below apply to the whole portal.
Some suggestions:
- You should add below CSS rules that apply to elements that show up in all pages (such as the 
header or footer) or built-in pages such as the Explore page, the MapBuilder, the ChartBuilder and the API 
page.
- For CSS that applies to a specific user-created page, add it directly in the "CSS" 
tab in the page edit section. This makes it easier to keep track of which classes 
are page specific and which ones are generic and apply to the whole portal.
*/
/* Portal Header - Logo and main navigation
========================================================================== */
.portal-header {
    padding: 0 26px 0 13px;
    border-bottom: 1px solid #DEE5EF;
}
/* Logo */
.ods-front-header {
    background: #f6f4f2;
}
.ods-front-header__logo {
    display: block;
    width: 172px; /* Logo width */
    height: auto; /* Logo height */
    max-height: 48px;
    padding-left: 13px;
    margin-right: 65px;
}
.ods-responsive-menu-collapsible__content {
    display: flex;
    align-items: center;
    background: #f6f4f2;
}
.ods-responsive-menu-placeholder.ods-responsive-menu-placeholder--active{
    background: #f6f4f2;    
}
.portal-navigation {
    margin: 0;
    flex: 1 1 auto;
}
.ods-front-header__menu {
    margin: 0;
}
.ods-front-header__menu-item-link {
    border: none;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: .8px;
    line-height: 59px;
    padding: 0 8px;
    opacity: 1;
}
.ods-front-header__menu-item-link:hover,
.ods-front-header__menu-item-link--active {
    background-color: #00A3E0;
    color: #FFFFFF; /* Header link color when the link is active */
}
.ods-front-header__menu-item-link[href^="/pages/accueil"]:before {
    font-family: "FontAwesome";
    content: '\f015 ';
    display: inline-block;
}
/* Management Menu
========================================================================== */
.ods-front-header__management-menu {
    position: static;
    top: auto;
    right: auto;
    line-height: 59px;
    font-size: .833rem;
}
.ods-front-header__management-menu-item {
    margin: 0 0 0 26px;
}
.ods-front-header__management-menu-item-link--active, 
.ods-front-header__management-menu-item-link:hover {
    border: none;
    color: #00A3E0;
}
.ods-front-header__account-avatar-container {
    margin-bottom: 0;
    vertical-align: middle;
}
.ods-front-header__management-menu-item--backoffice {
    padding: 0;
    border: none;
    background: none;
}
/* Button "Back Office" in header */
.ods-front-header__management-menu-item--backoffice .ods-front-header__management-menu-item-link--backoffice {
    display: inline-block;
    color: #142E7B;
    border: 1px solid #142E7B;
    padding: 5px;
    background-color: transparent;  
    border-radius: 4px;
}
.ods-front-header__management-menu-item-link--backoffice:hover {
    color: #FFFFFF;
    background-color: #142E7B;
}
.ods-front-header__management-menu-item-link {
    padding-bottom: 0;
}
/* Header - Mobile (small screens)
========================================================================== */
.ods-responsive-menu-placeholder.ods-responsive-menu-placeholder--active {
    height: 100%;
    display: flex;
    align-items: center;
}
.ods-responsive-menu--collapsed .ods-responsive-menu-collapsible__content {
    align-items: flex-start;
    flex-direction: column;
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu-item-link {
    width: 100%;
    border-left: none;
}
.ods-responsive-menu-collapsible--collapsed .portal-navigation,
.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu,
.ods-responsive-menu-collapsible--collapsed .portal-management-menu {
    width: 100%;
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__logo {
    display: none;
}
/* Management Menu - Mobile (small screens)
========================================================================== */
.ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu {
    padding: 13px;
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu-item {
    padding-left: 0;
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu-item--backoffice {
    padding: 0;
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu-item-link--backoffice {
    display: inline-flex;
    align-items: center;
}
/* Portal Footer
========================================================================== */
.portal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #DEE5EF;
    background-color: #F6F8FB;
    height: auto;
    min-height: 50px;
    padding: 0 26px;
}
.ods-front-footer__link--active {
    font-weight: normal;
    color: #00A3E0; /* Give current language a color highlight */
}
.tools{
    text-align: right; 
    min-height: 50px; 
    line-height: 50px;
}

.logo{
    text-align: left; 
    min-height: 50px; 
    line-height: 50px;
}

/* Explore Page - Catalog Cards
========================================================================== */
.ods-catalog-card {
    border-radius: 4px;
    padding: 26px;
    transition: all .2s;
    /*background: #f6f4f2;*/
}
.ods-catalog-card__keyword--active {
    background-color: #00A3E0 !important;
    color: #fff !important;
}
.ods-filters__count, .ods-filters__export-catalog-title, .ods-filters__filters, .ods-filters__filters-summary{
    background-color: #f6f4f2;
}
.ods-filters__count, .ods-filters__export-catalog-title, .ods-filters__filters, .ods-filters__filters-summary{
    padding: 3px;
}
.card-content { 
    position: relative;
}
.ods-catalog-card:hover {
    transform: scale(1.02);
    box-shadow: 0 0 10px 0 #e3e9f1;
}
.ods-catalog-card:hover:before {
    display: none;
}
.ods-catalog-card:hover .card-description {
    opacity: 0;
    /*top: 30px; il faut l'enlever pour effet hover avec les mots clés*/
} 

.ods-catalog-card:hover .card-info {
    opacity: 1;
    top: 0;
}

.ods-catalog-card:hover .ods-catalog-card__theme-icon {
    background-color: #00A3E0;
}

.card-info {
    position: absolute;
    top: 30px;
    opacity: 0;
    transition: opacity .3s .1s, top .3s;
}

.card-metrics {
    font-size: 1rem;
    margin-left: 42px; 
    margin-bottom: 1rem;
}

.card-description {
    min-height: 120px;
    margin-top: .5rem;
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity .5s, top .4s;
}

.ods-catalog-card__theme-icon {
    position: absolute;
    top: 26px;
    left: 26px;
    border-radius: 50%;
    padding: 4px;
    background-color: #005EB8;
    transition: background-color .3s;
}
.ods-catalog-card__title {
    color: #005EB8;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.2;
    transition: color .3s;
}

.ods-catalog-card:hover .ods-catalog-card__title {
    color: #00A3E0;
}

.ods-catalog-card__metadata-item {
    font-size: .833rem;
    line-height: 1.4;
    margin-bottom: 4px;
}

.ods-catalog-card__visualizations {

}

.ods-catalog-card__visualization {
    color: #565656;
    padding: 0 0 4px 0;
}

.catalog-card-sidebar {
    display: flex;
    justify-content: flex-end;
}

.ods-catalog-card {
    display: block;
}
.ods-dataset-visualization__dataset-title-text{
    font-size: 1.5rem;
    line-height: 0rem;
    font-weight: bold;
}
@media screen and (min-width: 749px) {
    .ods-catalog-card {
        display: flex;
    }   
}

.ods-catalog-card__body {
    width: 100%;
}

.hide{
    visibility: hidden;
}
@media screen and (min-width: 749px) { 
    .mobile{
        display: none;
    }
}
@media screen and (max-width: 749px) {   
    .pc{
        display: none;
    }
    .tools,.logo{
        text-align: center;
    }
}


@media screen and (min-width: 749px) {
    .ods-catalog-card__body {
        width: calc(100% - 190px);
        padding-right: 5px;
    }

}

.ods-catalog-card__visualizations {

}

@media screen and (min-width: 749px) {
    .ods-catalog-card__visualizations {
        display: flex;
        flex-direction: column;
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }    
}

/* display: none; pour ne pas afficher les mots-clés en mode mobile */
.ods-catalog-card__keywords {
    display: normal;   
}

@media screen and (min-width: 749px) {
    .ods-catalog-card__keywords {
        display: block;
        margin-left: 0;
        margin-right: 10px;
        padding-right: 10px;
        /*
        display: flex;
        flex-direction: column;
        */
    }    
}

.catalog-card-sidebar {
    width: 100%;
    padding-left: 0;
}

ods-catalog-card-keywords {
    flex-grow: 1;
}


@media screen and (min-width: 749px) {
    .catalog-card-sidebar {
        padding-left: 10px;
        flex-direction: column;
        border-left: 1px solid #d9dfe5;  
        width: 136px;
        justify-content: flex-start;
    }

    .ods-catalog-card__visualizations {
        order: 0;
        height: auto;
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }

    .ods-catalog-card__body {
        width: calc(100% - 136px);
        padding-right: 5px;
    }
}

.ods-catalog-card__keywords {
    width: 100%
}

@media screen and (min-width: 749px) {
    .ods-catalog-card__keywords {
        height: auto;
        margin-top: 10px;
        border-right: none;
    }    
}

.ods-catalog-card__keyword {
    color: #565656;
    font-size: 0.75rem;
    padding: .15rem .35rem;
    background-color: #d9dfe5;
    border-radius: 7px;
}

.ods-catalog-card__keyword:hover {
    color: #FFFFFF;
    background: #00A3E0 !important;
}

.ods-catalog-card__visualization-icon {
    text-align: center;
}

.metadata-publisher .ods-catalog-card__metadata-item-label:before {
    content: '\f2bd';
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.metadata-license .ods-catalog-card__metadata-item-label:before {
    content: '\f132';
    font-family: 'FontAwesome';
    margin-right: 5px;
}

/* Explore Page - Filter Sidebar
========================================================================== */
/* Improve sidebar title size and alignement */
.ods-filters__count, 
.ods-filters__export-catalog-title, 
.ods-filters__filters, 
.ods-filters__filters-summary{
    font-size: 1.44rem;
    line-height: 1.2;
    font-weight: 400;
    padding: 0;
    margin-bottom: 13px;
}
.ods-catalog-sort-labels {
    font-size: .833rem;
    line-height: 1.4;
}
.odswidget-facet__facet-title {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 13px;
    font-weight: 400;
}
.odswidget-text-search__search-box {
    font-size: 1rem;
}
/* Catalog Sort Selector */
.ods-catalog-sort__selector {
    font-size: .833rem;
}
.ods-catalog-sort__selector__opt,
.ods-catalog-sort__selector__opt--select .ods-catalog-sort__selector__more-button {
    background-color: #f6f4f2;
    border-color: #142E7B;
    color: #142E7B;
}
.ods-catalog-sort__selector__opt--selected,
.ods-catalog-sort__selector__opt--selected:hover,
.ods-catalog-sort__selector__opt:hover:not(.ods-catalog-sort__selector__opt--selected), 
.ods-catalog-sort__selector__opt:hover:not(.ods-catalog-sort__selector__opt--selected) button {
    color: #FFFFFF;
    background-color: #142E7B;
    border-color: #142E7B;
}
/* Removed small left border from sidebar items */
.odswidget-facet__category,
.ods-filters__export-catalog-link {
    padding-left: 0;
    border: none;
}

.odswidget-facet--disjunctive .odswidget-facet__category:hover:before {
    content: '';
}



/* Pages */

.enedis-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    /*border: 1px solid #d9dfe5;*/
    border-radius: 3px;
    background-color: #f8fafb;
    -webkit-transition: background-color 200ms cubic-bezier(.755, .05, .855, .06), border 200ms cubic-bezier(.755, .05, .855, .06), color 200ms cubic-bezier(.95, .05, .795, .035);
    transition: background-color 200ms cubic-bezier(.755, .05, .855, .06), border 200ms cubic-bezier(.755, .05, .855, .06), color 200ms cubic-bezier(.95, .05, .795, .035);
    font-family: Ubuntu, Helvetica, sans-serif;
    line-height: 1.15;
    font-weight: 300;
    text-align: center;
    background-color: #00a3e0;
    color: #fff;

    height: 4rem;
    max-height: 4rem;
    padding: 1.25rem 2rem;
    font-size: 1.25rem;
}
a.enedis-button {
    text-decoration: none;
}
.enedis-button:hover {
    background-color: #007aa7;
}

.ods-dataset-visualization__edit-dataset-link {
    color: #FFFFFF;
}


.ods-tabs__tab {
    color: #00A3E0;
}

/*** hide language in mobile mode ***/
.ods-front-header__languages{
    display: none !important;
}




/* START - STYLE STUDIO V2
========================================================================== */

@font-face {
    font-family: 'odeico';
    src:  url('/assets/theme_font/odeico.ttf?tpj9fw') format('truetype'),
        url('/assets/theme_font/odeico.woff?tpj9fw') format('woff'),
        url('/assets/theme_font/odeico.svg?tpj9fw#odeico') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.odei, .ods-responsive-menu-collapsible__toggle-button .fa-close, .graph-menu .fa-close {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'odeico' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.odei-initial:before {
  content: "\e906";
}
.odei-close:before {
  content: "\e907";
}
.odei-api:before {
  content: "\e900";
}
.odei-contact:before {
  content: "\e901";
}
.odei-data:before {
  content: "\e902";
}
.odei-graph:before {
  content: "\e903";
}
.odei-home:before {
  content: "\e904";
}
.odei-other:before {
  content: "\e905";
}

header {
    position: absolute;
    top: 0;
    z-index: 100;
}
.ods-front-header {
    background: none;
}
.portal-header {
    padding: 0;
    border: none;
}
.ods-front-header {
    background-color: none;
}

/* NAV */
.ods-responsive-menu-placeholder__container {
    display: none;
}
.ods-responsive-menu-placeholder__toggle {
    left: 0;
    right: initial;
    height: 40px;
    width: 40px;
    color: #fff;
    font-size: 1.73rem;
    line-height: normal;
    opacity: 1;
    padding: 0;
    margin: 0;
}
.ods-responsive-menu-placeholder__toggle .fa-bars {
    color: #fff;
}
.ods-responsive-menu-collapsible--collapsed.ods-responsive-menu-collapsible--expanded .ods-responsive-menu-collapsible__backdrop {
    
}
.ods-responsive-menu-collapsible__backdrop {
    background-color: #fff;
    opacity: .6;
}
.ods-responsive-menu-collapsible--collapsed .ods-responsive-menu-collapsible__container {
    left: -320px;
    background-color: #005EB8;
    width: 320px;
}
.ods-responsive-menu-collapsible--collapsed .ods-responsive-menu-collapsible__container:after {
    position: fixed;
    bottom: 0;
    display: block;
    content: '';
    width: 320px;
    height: 30px;
    background: rgb(0,94,184);
    background: linear-gradient(180deg, rgba(0,94,184,0) 0%, rgba(0,94,184,0.95) 50%, rgba(0,94,184,1) 80%);
}
.ods-responsive-menu-collapsible--expanded .ods-responsive-menu-collapsible__container {
    left: 0;
}
.ods-responsive-menu-collapsible__toggle {
    height: 60px;
    padding: 0;
    text-align: left;
    margin-bottom: 0;
    background: url('/assets/theme_image/logo-eod-white-inline.svg') center center no-repeat;
    background-size: auto 34px;
    border: none;
}
.ods-responsive-menu-collapsible__toggle-button {
    height: 40px;
    width: 40px;
    color: #fff;
    padding: 0;
    margin: 0;
}
.ods-responsive-menu-collapsible__toggle-button .fa-close::before, .graph-menu .fa-close::before {
    content: "\e907";
}
.ods-responsive-menu--collapsed .ods-responsive-menu-collapsible__content {
    background: none;
    padding-bottom: 40px;
}
li.custom-menu-item {
    position: relative;
    display: flex;
    flex-direction: column;
}
li.custom-menu-item:after, .ods-responsive-menu-collapsible--collapsed .portal-management-menu:after {
    position: absolute;
    display: block;
    content: '';
    left: 50%;
    bottom: 0;
    width: calc(100% - 80px);
    height: 1px;
    background-color: #fff;
    transform: translateX(-50%);
}
li.custom-menu-item:first-child {
    margin-left: inherit;
}
li.custom-menu-item > a {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    color: #fff;
    font-size: 16px;
    opacity: 1;
    margin: 0;
    padding: 0 40px;
}
li.custom-menu-item.btn-graph > a:nth-child(2), li.custom-menu-item.btn-other > a:nth-child(2) {
    display: none;
}
li.custom-menu-item .odei {
    width: 30px;
}
li.custom-menu-item .odei-home {
    font-size: 1.7rem;
}
li.custom-menu-item .odei-graph {
    font-size: 1.8rem;
}
li.custom-menu-item .odei-data {
    font-size: 1.4rem;
}
li.custom-menu-item .odei-api {
    font-size: 1.4rem;
}
li.custom-menu-item .odei-other {
    font-size: 1.7rem;
}
li.custom-menu-item .odei-contact {
    font-size: 1.1rem;
}
li.dropdown-menu i.arrow {
    position: absolute;
    right: 40px;
    font-size: 1.5em;
    color: #fff;
    transition: all .4s ease;
}
li.dropdown-submenu i.arrow {
    right: 25px;
}
li.custom-menu-item.custom-menu-item__active > a, li.custom-menu-item:hover > a {
    background-color: #00A3E0;
    color: #fff;
    text-decoration: none;
}
/* NAV GRAPHS */
.graph-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: #EFF2F4;
    z-index: 2000;
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
}
.graph-menu.show {
    transform: translateX(0);
}
.graph-menu-header {
    height: 85px;
    background: url('/assets/theme_image/bg-nav-graph.svg') no-repeat center bottom #00A3E0;
    background-size: 104% auto;
}
.graph-menu-header h2 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
}
.graph-menu-header .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.graph-menu-content {
    height: calc(100% - 85px);
    overflow: auto;
    padding: 10px 0 30px 0;
}
.graph-menu-content::before, .graph-menu-content::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 30px;
    z-index: 100;
}
.graph-menu-content::before {
    top: 85px;
    background: rgb(239,242,244);
    background: linear-gradient(0deg, rgba(239,242,244,0) 0%, rgba(239,242,244,0.95) 50%, rgba(239,242,244,1) 80%);
}
.graph-menu-content::after {
    bottom: 0;
    background: rgb(239,242,244);
    background: linear-gradient(180deg, rgba(239,242,244,0) 0%, rgba(239,242,244,0.95) 50%, rgba(239,242,244,1) 80%);
}
.graph-menu-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.graph-menu-content > ul {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.graph-menu-content .dropdown-submenu {
    padding: 6px;
}
.graph-menu-content .dropdown-submenu > a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    color: #707070;
    font-size: 16px;
    text-align: center;
    padding: 8px 4px;
}
.graph-menu-content .dropdown-submenu > a i.arrow {
    right: 4px;
    color: #707070;
    transform: rotate(180deg);
}
.graph-menu-content .dropdown-submenu.open > a i.arrow {
    transform: rotate(0deg);
}
.graph-menu-content .blk-cat {
    display: flex;
    flex-wrap: wrap;
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height .4s, opacity .2s .1s, visibility .3s 0s;
}
.graph-menu-content .blk-cat.show {
    visibility: visible;
    max-height: 400px;
    opacity: 1;
}
.graph-menu-content .btn-graph {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 4px);
    height: 24px;
    background: #00A3E0;
    border-radius: 5px;
    margin: 0 2px 4px 2px;
}
.graph-menu-content .btn-graph a {
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
}
li.custom-menu-item-submenu-item:hover > a, li.custom-menu-item-subsubmenu-item:hover > a {
    background-color: rgb(0,94,184);
    color: #fff;
    text-decoration: none;
}
li.custom-menu-item.custom-menu-item__active > a i.arrow, li.custom-menu-item-submenu-item.custom-menu-item-submenu-item__active > a i.arrow {
    transform: rotate(180deg);
}
li.custom-menu-item.btn-graph ul.custom-menu-item-submenu {
    display: none;
}
ul.custom-menu-item-submenu, ul.custom-menu-item-subsubmenu {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: transparent;
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height .4s, opacity .2s .1s, visibility .3s 0s;
}
ul.custom-menu-item-submenu.custom-menu-item-submenu__active, ul.custom-menu-item-subsubmenu.custom-menu-item-subsubmenu__active {
    display: flex;
    flex-direction: column;
    visibility: visible;
    max-height: 400px;
    opacity: 1;
}
li.custom-menu-item-submenu-item:last-child, li.custom-menu-item-subsubmenu-item:last-child {
    margin-bottom: 10px;
}
li.custom-menu-item-submenu-item a, li.custom-menu-item-subsubmenu-item a {
    display: flex;
    align-items: center;
    min-height: 40px;
    color: #fff;
    font-size: 14px;
    padding: 0 0 0 70px;
}
li.custom-menu-item-submenu-item a .fa-external-link {
    font-size: 11px;
    margin-top: 4px;
    margin-left: 4px;
}
.ods-responsive-menu-collapsible:not(.ods-responsive-menu-collapsible--collapsed) ul.custom-menu {
    display: flex;
    align-items: center; 
}
.ods-responsive-menu-collapsible:not(.ods-responsive-menu-collapsible--collapsed) ul.custom-menu-item-submenu {
    position: absolute;
    top: 60px;
    left: 0;
    width: auto;
    min-width: 300px;
    background-color: #00A3E0;
    z-index: 1001; 
}
.ods-responsive-menu-collapsible:not(.ods-responsive-menu-collapsible--collapsed) .custom-menu .custom-menu-item-submenu > li > a {
    white-space: nowrap;
    padding: 0 25px;
}

/* CONNEXION */
.portal-management-menu {
    position: relative;
}
.blk-connect {
    width: 100%;
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: initial;
    padding: 0;
}
.ods-front-header__management-menu-item.btn-connect .fa-sign-in {
    width: 30px;
    font-size: 1.7rem;
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu-item {
    margin: 0;
    padding-left: 0;
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu-item:not(.ods-front-header__management-menu-item--backoffice) {
    order: 1;
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu-item:not(.ods-front-header__management-menu-item--backoffice):last-child {
    order: 3;
}
.fa.fa-cog.ods-front-header__link-to-backoffice-icon {
    width: 22px;
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu-item-link:not(.ods-front-header__management-menu-item-link--backoffice) {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    color: #fff;
    border: none;
    margin: 0;
    padding: 0 40px;
}
.ods-front-header__account-avatar-container {
    margin-right: 7px;
}
.ods-responsive-menu-collapsible--collapsed .fa-sign-out, .ods-responsive-menu-collapsible--collapsed .fa-wpexplorer {
    width: 30px;
    font-size: 1.8rem;
    text-align: left;
    margin-right: 0;
}
.ods-front-header__management-menu-item--backoffice .ods-front-header__management-menu-item-link--backoffice {
    color: #fff;
    border: 1px solid #fff;
    width: auto;
    min-height: auto;
    margin: 0 40px;
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu-item--backoffice {
    padding: 0;
    order: 2;
}

/* MEDIA QUERIES */
@media (min-width: 768px){
    header {
        position: relative;
        background: rgb(0,94,184);
    }
    .ods-responsive-menu-collapsible__content {
        background: none;
    }
    .ods-responsive-menu-collapsible__content a.ng-scope {
        display: block;
        width: 184px;
        height: 36px;
        margin: 0 20px 0 20px;
        background: url('/assets/theme_image/logo-eod-white-inline.svg') no-repeat;
    }
    .ods-responsive-menu-collapsible__content a.ng-scope img {
        display: none;
    }
    .graph-menu {
        display: none;
    }
    ul.custom-menu-item-submenu {
        display: none;
        flex-direction: column;
        visibility: initial;
        max-height: initial;
        padding-top: 10px;
        opacity: 1;
    }
    li.custom-menu-item::after {
        display: none;
    }
    li.custom-menu-item > a {
        min-height: 60px;
        font-size: 20px;
        padding: 0 15px;
    }
    li.custom-menu-item.dropdown-menu:hover .custom-menu-item-submenu {
        display: flex;
    }
    li.custom-menu-item > a span {
        display: none;
    }
    li.custom-menu-item > a i.odei {
        width: auto;
        font-size: 1.5rem;
    }
    li.custom-menu-item > a i.odei-contact {
        font-size: 1.3rem;
    }
    li.custom-menu-item.btn-graph > a:nth-child(1), li.custom-menu-item.btn-other > a:nth-child(1) {
        display: none;
    }
    li.custom-menu-item.btn-graph > a:nth-child(2), li.custom-menu-item.btn-other > a:nth-child(2) {
        display: inherit;
    }
    i.custom-menu-item.btn-other > a i.arrow {
        display: none;
    }
    li.custom-menu-item-submenu-item a {
        font-size: 18px;
    }
    li.custom-menu-item-submenu-item a .fa-external-link {
        font-size: 14px;
        margin-top: 5px;
        margin-left: 5px;
    }
    li.custom-menu-item-subsubmenu-item a {
        white-space: nowrap;
        font-size: 18px;
        padding: 0 50px;
    }
    
    /* CONNEXION */
    .blk-connect {
        width: auto;
    }
    .ods-front-header__management-menu {
        display: flex;
        flex-direction: column;
        font-size: 16px;
        line-height: normal;
    }
    .portal-management-menu:hover .ods-front-header__management-menu-item-link--account {
        background-color: #00A3E0;
        color: #fff;
        text-decoration: none;
    }
    .portal-management-menu:hover .ods-front-header__management-menu-item:not(.ods-front-header__management-menu-item--backoffice):last-child, .portal-management-menu:hover .ods-front-header__management-menu-item--backoffice, .portal-management-menu:hover .indicator {
        display: block !important;
    }
    .ods-front-header__management-menu-item {
        margin: 0;
    }
    .ods-front-header__management-menu-item:not(.ods-front-header__management-menu-item--backoffice):last-child, .ods-front-header__management-menu-item--backoffice {
        display: none;
        position: absolute;
        right: 0;
        background-color: #00A3E0;
        border-radius: 0;
    }
    .ods-front-header__management-menu-item:not(.ods-front-header__management-menu-item--backoffice):last-child {
        top: 60px;
        padding-top: 10px;
    }
    .ods-front-header__management-menu-item--backoffice {
        top: 110px;
        padding-bottom: 10px;
    }
    .ods-front-header__management-menu-item.btn-connect {
        position: relative !important;
        top: auto !important;
        display: block !important;
        padding: 0 !important;
        background: none !important;
    }
    .ods-front-header__management-menu-item.btn-connect .fa-sign-in {
        width: initial;
        font-size: 1.6rem;
    }
    .ods-front-header__management-menu-item.btn-connect span {
        display: none;
    }
    .ods-front-header__management-menu-item.indicator {
        top: 150px !important;
        padding-top: 0 !important;
        padding-bottom: 10px !important;
    }
    .ods-front-header__management-menu-item-link {
        display: flex;
        align-items: center;
        width: auto;
        min-height: 60px;
        color: #fff;
        padding: 0 20px;
    }
    .ods-front-header__management-menu-item-link:hover {
        background-color: rgb(0,94,184);
        color: #fff;
        text-decoration: none;
    }
    .ods-front-header__account-avatar-container {
        order: 2;
        margin: 0;
    }
    .ods-front-header__management-menu-item:not(.ods-front-header__management-menu-item--backoffice):last-child .ods-front-header__management-menu-item-link, .ods-front-header__management-menu-item--backoffice .ods-front-header__management-menu-item-link {
        display: flex;
        justify-content: end;
        align-items: center;
        min-width: 200px;
        min-height: 40px;
        padding: 0 20px;
        margin: 0;
        border: 0;
        border-radius: 0;
    }
    .ods-front-header__management-menu-item:not(.ods-front-header__management-menu-item--backoffice):last-child .ods-front-header__management-menu-item-link i, .ods-front-header__management-menu-item--backoffice .ods-front-header__management-menu-item-link i {
        order: 2;
        width: 24px;
        margin-left: 10px;
    }
    .ods-front-header__management-menu-item-link-label.ods-front-header__account-name {
        display: none;
        text-align: right;
        margin-right: 10px;
    }
}

@media (min-width: 992px){
    .ods-responsive-menu-collapsible__content a.ng-scope {
        margin: 0 30px 0 50px;
    }
    li.custom-menu-item > a {
        padding: 0 20px;
    }
    li.custom-menu-item.btn-graph > a span, li.custom-menu-item.btn-data > a span, li.custom-menu-item.btn-api > a span, li.custom-menu-item.btn-contact > a span, .ods-front-header__management-menu-item.btn-connect span {
        display: initial;
    }
    li.custom-menu-item.btn-graph > a i, li.custom-menu-item.btn-data > a i, li.custom-menu-item.btn-api > a i, li.custom-menu-item.btn-other > a i.arrow, li.custom-menu-item.btn-contact > a i {
        display: none;
    }
}

@media (min-width: 1200px){
	li.custom-menu-item > a {
        padding: 0 25px;
    }
    .ods-front-header__management-menu-item-link-label.ods-front-header__account-name {
        display: initial;
    }
}

/* END - STYLE STUDIO V2
========================================================================== */