
    :root {
        --text: #141446;
--links: #1423DC;
--titles: #303746;
--page-background: #EEF4FF;
--highlight: #FA8C44;
--boxes-background: #FFFFFF;
--boxes-border: #E5E5E5;
--section-titles: #2C3F56;
--section-titles-background: #EEF4FF;
--header-background: #1423DC;
--header-links: #FFFFFF;
--footer-background: #EBF2FB;
--footer-links: #1423DC;
    }
    
/* START - STYLE STUDIO V2
========================================================================== */
@font-face {
    font-family: 'Enedis-Bold';
    src: url('/assets/theme_font/Enedis-Bold.woff2') format('woff2'),
         url('/assets/theme_font/Enedis-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Enedis-Light';
    src: url('/assets/theme_font/Enedis-Light.woff2') format('woff2'),
         url('/assets/theme_font/Enedis-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PublicSans-Regular';
    src: url('/assets/theme_font/PublicSans-Regular.woff2') format('woff2'),
         url('/assets/theme_font/PublicSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PublicSans-Bold';
    src: url('/assets/theme_font/PublicSans-Bold.woff2') format('woff2'),
         url('/assets/theme_font/PublicSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PublicSans-Medium';
    src: url('/assets/theme_font/PublicSans-Medium.woff2') format('woff2'),
         url('/assets/theme_font/PublicSans-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PublicSans-Light';
    src: url('/assets/theme_font/PublicSans-Light.woff2') format('woff2'),
         url('/assets/theme_font/PublicSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'PublicSans-Regular';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Enedis-Bold';
    font-weight: normal !important;
    line-height: normal;
}

strong {
    font-family: 'PublicSans-Bold';
}

/* HEADER */
header {
    position: relative;
}
.ods-front-header {
    background: #1423dc;
    height: 54px;
}
.portal-header {
    padding: 0;
    border: none;
}

/* NAV */
.ods-responsive-menu-placeholder__container {
    height: 54px;
    display: flex;
    align-items: center;
}
.ods-responsive-menu-placeholder__container a {
    display: flex;
    align-items: flex-end;
    width: auto;
    height: 20px;
    text-decoration: none;
    padding: 0;
    margin: 0 20px 0 auto;
    justify-content: flex-end
}
.ods-responsive-menu-placeholder__container img {
    width: 71px;
    height: 20px;
    margin-right: 8px;
}
.ods-responsive-menu-placeholder__container a::after {
    display: block;
    width: auto;
    content: 'Open services & Open data';
    font-family: 'Enedis-Light';
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal;
}
.ods-responsive-menu-placeholder__toggle {
    position: absolute;
    top: 18px;
    left: 15px;
    display: block;
    width: 23px;
    height: 16px;
    opacity: 1;
    padding: 0;
}
.ods-responsive-menu-placeholder__toggle .fa-bars {
    display: block;
    width: 100%;
    height: 100%;
}
.ods-responsive-menu-placeholder__toggle .fa-bars::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url('/assets/theme_image/burger-menu.svg') no-repeat;
    display: block;
    background-size: 100% auto;
}
.ods-responsive-menu-collapsible__backdrop {
    background-color: #000;
    opacity: .6;
}
.ods-responsive-menu-collapsible--collapsed .ods-responsive-menu-collapsible__container {
    left: -100%;
    background-color: #1423dc;
    width: 100%;
}
.ods-responsive-menu-collapsible--expanded .ods-responsive-menu-collapsible__container {
    left: 0;
}
.ods-responsive-menu-collapsible__toggle {
    position: sticky;
    top: 0;
    background: #1423dc;
    z-index: 100;
    height: 54px;
    padding: 0;
    margin-bottom: 0;
    margin-left: 20px;
    border: none;
    align-items: center;
}
.ods-responsive-menu-collapsible--collapsed .ods-responsive-menu-collapsible__toggle {
   display: flex;
}
.ods-responsive-menu-collapsible__toggle::before {
    display: block;
    width: 71px;
    height: 20px;
    margin-right: 8px;
    content: '';
    background: url('/assets/theme_image/logo-enedis.svg') no-repeat;
    background-size: 100% auto;
}
.ods-responsive-menu-collapsible__toggle::after {
    display: block;
    width: auto;
    content: 'Open services & Open data';
    font-family: 'Enedis-Light';
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal;
    margin-top: 5px;
}
.ods-responsive-menu-collapsible__toggle-button {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    padding: 0;
}
.ods-responsive-menu-collapsible__toggle-button .fa-close {
    display: block;
    width: 100%;
    height: 100%;
}
.ods-responsive-menu-collapsible__toggle-button .fa-close::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url('/assets/theme_image/picto-cross-white.svg') no-repeat;
    display: block;
    background-size: 100% auto;
}
.ods-responsive-menu--collapsed .ods-responsive-menu-collapsible__content {
    padding-top: 30px;
}
.ods-responsive-menu--collapsed .ods-responsive-menu-collapsible__content > a {
    display: none;
}
li.custom-menu-item {
    position: relative;
    display: block;
    padding: 12px 20px !important;
    border: 0 !important;
    background-color: transparent !important;
}
li.custom-menu-item > a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: 'PublicSans-Bold';
    color: #fff !important;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 2px solid #1423dc;
    text-decoration: none;
}
li.custom-menu-item.btn-graph > a:nth-child(2), li.custom-menu-item.btn-datas > a:nth-child(2) {
    display: none;
}
li.dropdown-menu > a::after {
  display: block;
  content: "";
  border: 2px solid #fff;
  border-radius: 50%;
  background-size: 60% auto;
  width: 22px;
  height: 22px;
  margin-right: -3px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url('/assets/theme_image/btn-more-white.svg');
  transition: all .2s ease-in-out;
  box-sizing: border-box;
}
li.dropdown-menu.custom-menu-item__active > a::after {
    background-image: url('/assets/theme_image/btn-less-blue.svg');
    background-color: #fff;
    transform: rotate(-180deg);
}
li.custom-menu-item > a > span {
    display: block;
    width: 100%;
    max-width: 80%;
}
li.custom-menu-item > a > span.picto {
    display: none;
}
li.custom-menu-item > a > .external-link {
    display: block;
    width: 16px;
    height: 16px;
    background: url('/assets/theme_image/picto-external-link-a.svg') no-repeat;
    background-size: 100% auto;
}
.custom-menu-item-submenu {
    display: none;
    padding: 0;
    list-style: none;
}
.custom-menu-item-submenu.custom-menu-item-submenu__active {
    display: block;
}
.custom-menu-item-submenu > li {
    padding: 6px 13px 6px 20px !important;
}
.custom-menu-item-submenu > li > a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: 'PublicSans-Light';
    color: #fff !important;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
}
.custom-menu-item-submenu > li > a > span {
    display: block;
    width: 100%;
    max-width: 80%;
    border-bottom: 2px solid #1423dc;
}
.custom-menu-item-submenu > li > a > img {
    display: none;
}

/* FOOTER */
.ods-front-footer {
    width: 100%;
    height: auto;
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
    margin-top: 0;
    background-color: #1423dc;
    border: 0;
}
.ods-front-footer .container {
    padding-left: 7px;
    padding-right: 7px;
}
.ods-front-footer .container .row {
    display: flex;
    flex-direction: column;
    margin-left: -7px;
    margin-right: -7px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: space-between;
}
.ods-front-footer .container::before, .ods-front-footer .container::after, .ods-front-footer .container .row::before, .ods-front-footer .container .row::after {
    display: none;
}
.ods-front-footer .col-left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-right: 7px;
    padding-left: 7px;
}
.ods-front-footer .col-left p {
    text-align: right;
    padding: 2px 10px 2px 0;
    margin: 0;
}
.ods-front-footer .col-left ul {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 0;
    padding-left: 10px;
    border-left: 2px solid #fff;
    list-style: none;
}
.ods-front-footer .col-left ul li {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 2px 0;
}
.ods-front-footer .col-left ul li a {
    font-family: 'PublicSans-Bold';
    color: #fff !important;
    text-decoration: none;
}
.ods-front-footer .col-left .external-link {
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: sub;
    background: url('/assets/theme_image/picto-external-link-a.svg') no-repeat;
    background-size: auto;
    margin-left: 10px;
    background-size: 100% auto;
}
.ods-front-footer .col-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 7px;
    padding-left: 7px;
}
.ods-front-footer .col-right ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.ods-front-footer .col-right ul li {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 2px 0;
}
.ods-front-footer .col-right ul li.ps-10 {
    padding-left: 10px;
}
.ods-front-footer .col-right ul li.ps-15 {
    padding-left: 15px;
}
.ods-front-footer .col-right ul li.ps-25 {
    padding-left: 25px;
}
.ods-front-footer .col-right ul li a {
    font-family: PublicSans-Bold;
    color: #fff;
    text-decoration: none;
}
.ods-front-footer .col-right .sep {
    width: 100%;
    height: 30px;
}
.ods-front-footer .col-right .social {
    padding-left: 10px;
    padding-right: 10px;
}
.ods-front-footer .col-right .social:last-child {
    padding-right: 0;
}
.ods-front-footer .col-right .social span {
    display: block;
    width: 22px;
    height: 22px;
}
.ods-front-footer .col-right .social img {
    width: 100%;
    height: auto;
    max-width: 30px;
    vertical-align: middle;
}
.ods-manage-cookies-preferences__banner {
    color: #000;
}
.ods-manage-cookies-preferences__actions a {
    color: #000 !important;
}

/* MEDIA QUERIES */
@media (min-width: 768px){
    .ods-front-header {
        position: relative;
        top: inherit;
        height: 68px;
        z-index: 1000;
    }
    .ods-responsive-menu-collapsible__backdrop {
        display: none;
    }
    .ods-responsive-menu-collapsible__content {
        position: relative;
        width: 100%;
        max-width: 720px;
        height: 68px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-right: 7px;
        padding-left: 7px;
        margin-right: auto;
        margin-left: auto;
    }
    .portal-navigation {
        align-self: flex-end;
    }
    .ods-responsive-menu-collapsible__content a.ng-scope {
        width: auto;
        height: 20px;
        margin: 2px 12px 0 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-decoration: none;
    }
    .ods-responsive-menu-collapsible__content a.ng-scope img {
        width: 71px;
        height: 20px;
        margin-right: 14px;
    }
    .ods-responsive-menu-collapsible__content a.ng-scope::after {
        display: block;
        width: auto;
        content: 'Open services & Open data';
        font-family: 'Enedis-Light';
        color: #fff;
        text-transform: uppercase;
        font-size: 9px;
        line-height: normal;
    }
    .ods-front-header__menu {
        display: flex;
        flex-direction: row;
        align-items: center;
        list-style: none;
        padding: 0;
        margin: 0;
        background: #1423dc;
    }
    li.custom-menu-item {
        position: inherit;
        padding: 3px 20px 16px 20px !important;
    }
    li.custom-menu-item:first-child {
        width: 32px;
        padding: 0 12px 16px 0 !important;
    }
    li.custom-menu-item:last-child {
        width: 40px;
        padding: 0 0 16px 12px !important;;
    }
    li.custom-menu-item > a {
        display: flex;
        align-items: center;
        font-family: 'PublicSans-Medium';
        color: #fff !important;
        font-size: 16px;
        line-height: 19px;
        padding: 0 0 4px 0;
        white-space: nowrap;
    }
    li.custom-menu-item > a img {
        width: 100%;
    }
    li.custom-menu-item:hover > a {
        border-bottom: 2px solid #fff;
    }
    li.dropdown-menu > a::after {
        display: none;
    }
    li.custom-menu-item > a > span {
        display: inline;
        max-width: none;
        line-height: 10px;
    }
    li.custom-menu-item > a > span.picto {
        display: inline;
    }
    li.custom-menu-item > a > span span {
        display: none;
    }
    li.custom-menu-item > a > .external-link {
        width: 14px;
        height: 14px;
        margin-left: 5px;
        margin-top: 3px;
    }
    li.custom-menu-item > a .text {
        display: none;
    }
    li.custom-menu-item.dropdown-menu:hover .custom-menu-item-submenu {
        display: flex;
    }
    .custom-menu-item-submenu {
        position: absolute !important;
        flex-direction: row;
        width: 100%;
        margin: 0 auto !important;
        padding: 10px 10px;
        left: 0 !important;
        right: 0 !important;
        top: 68px !important;
        justify-content: space-around;
        max-width: 1280px;
        list-style: none;
    }
    .custom-menu-item-submenu::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 100vw;
        height: 100%;
        content: "";
        background: #fff;
        box-shadow: 0 14px 52px 0 rgba(0,0,0,.15);
        z-index: -1;
        transform: translateX(-50%);
    }
    li.custom-menu-item.btn-graph > a:nth-child(1), li.custom-menu-item.btn-datas > a:nth-child(1) {
        display: none;
    }
    li.custom-menu-item.btn-graph > a:nth-child(2), li.custom-menu-item.btn-datas > a:nth-child(2) {
        display: inherit;
    }
    .custom-menu-item-submenu > li {
        padding: 12px 13px !important;
    }
    .custom-menu-item-submenu > li > a {
        flex-direction: column;
        color: #1423dc !important;
        justify-content: center;
        font-size: 15px;
    }
    .custom-menu-item-submenu > li > a > img {
        display: block;
        width: 35px;
        height: auto;
        margin-bottom: 4px;
    }
    .custom-menu-item-submenu > li > a > span {
        max-width: 100%;
        border-bottom: 3px solid #fff;
    }
    .custom-menu-item-submenu > li:hover > a > span {
        border-bottom: 3px solid #1423dc;
    }
    .ods-front-footer .col-left {
        justify-content: flex-start;
    }
    .ods-front-footer .col-right .sep {
        display: none;
    }
}

@media (min-width: 992px){
    .ods-responsive-menu-collapsible__content {
        max-width: 960px;
    }
    .ods-responsive-menu-collapsible__content a.ng-scope {
        flex-direction: row;
    }
    .ods-responsive-menu-collapsible__content a.ng-scope img {
        width: auto;
    }
    .ods-responsive-menu-collapsible__content a.ng-scope::after {
        font-size: 18px;
    }
    .ods-front-footer .col-right ul {
        justify-content: flex-end;
        padding-top: 15px;
        padding-bottom: 0;
    }
}

@media (min-width: 1200px){
	.ods-responsive-menu-collapsible__content {
        max-width: 1140px;
    }
}
@media (min-width: 1400px){
	.ods-responsive-menu-collapsible__content {
        max-width: 1320px;
    }
}

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

/* CODE AGENCE ORE - UNIQUEMENT CATALOGUE
========================================================================== */

/* Explore */
.ods-catalog-card {
    border-radius: 15px;
    border: 0px;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    padding: 20px;
}

.ods-catalog-card:hover {
    border-left: 20px;
}

.ods-catalog-card__visualizations {
    height: auto;
    width: 100%;
    display: flex;
    border-top: solid 1px #E5E5E5;
    border-left: 0px;
    padding-left: 10px;
    padding-top: 20px;
    flex-direction: row;
    justify-content: space-around;
    align-items: self-end;
}

.ods-catalog-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.ods-catalog-card__body {
    width: 100%;
    padding-bottom: 20px;
}

.ods-catalog-card__theme-icon {
    top: 20px;
    left: 20px;
}

.ods-catalog-card__keyword {
    padding: 0.2rem 0.5rem;
    border-radius: 20px;
}

.ods-filters__count, .ods-filters__export-catalog-title, .ods-filters__filters, .ods-filters__filters-summary {
    background-color: transparent;
    color: #2C3F56;
}

.ods-catalog-card__title {
    color: #2C3F56;
}

.ods-catalog-card__description {
    color: #6E80A2;
    margin-top: 0.5rem;
}

.ods-catalog-card__metadata-item-value-text {
    color: #6E80A2;
}

.odswidget-text-search__submit {
    right: 10px;
}

.odswidget-text-search__search-box {
    margin-bottom: 0;
    width: 100%;
    border-radius: 10px;
    font-size: 1.2rem;
    padding: 10px;
}

.ods-catalog-sort__selector {
    border-radius: 10px;
    background-color: #FFF;
}

.ods-catalog-card:hover:before {
    background-color: transparent;
}

.ods-catalog-card {
    -webkit-box-shadow: 0px 7px 16px -7px rgba(0,0,0,0.2); 
    box-shadow: 0px 7px 16px -7px rgba(0,0,0,0.2);
    -webkit-transition: box-shadow 0.3s ease-in-out 0s;
    -moz-transition: box-shadow 0.3s ease-in-out 0s;
    -o-transition: box-shadow 0.3s ease-in-out 0s;
    -ms-transition: box-shadow 0.3s ease-in-out 0s;
    transition: box-shadow 0.3s ease-in-out 0s;
    transform: translateY(5px);
    transition: transform 0.5s;
}

.ods-catalog-card:hover {
    -webkit-box-shadow: 0px 7px 16px -7px rgba(0,0,0,0.2); 
    box-shadow: 0px 7px 16px -7px rgba(0,0,0,0.2);
    -webkit-transition: box-shadow 0.3s ease-in-out 0s;
    -moz-transition: box-shadow 0.3s ease-in-out 0s;
    -o-transition: box-shadow 0.3s ease-in-out 0s;
    -ms-transition: box-shadow 0.3s ease-in-out 0s;
    transition: box-shadow 0.3s ease-in-out 0s;
    transform: translateY(-5px);
    transition: transform 0.5s;
}

/* Détail d'un JDD */
.ods-tabs__tab.ods-tabs__tab--active, .ods-tabs__tab.ods-tabs__tab--active:hover {
    background-color: #FFF;
    color: #333;
    border: 1px solid #FFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ods-tabs__pane .ods-dataset-attachments__attachment-link span {
    word-break: break-all;
}

.ods-tabs__tab.ods-tabs__tab--horizontal:hover {
    border: 1px solid #FFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ods-tabs__pane.ods-tabs__pane--horizontal {
    border-radius: 10px;
    border: 0;
    -webkit-box-shadow: 0px 7px 16px -7px rgba(0,0,0,0.2); 
    box-shadow: 0px 7px 16px -7px rgba(0,0,0,0.2);
}

@media screen and (max-width: 767px) {
    .ods-catalog-card__visualizations {
        margin-left: 0;
        padding-left: 0;
        text-align: center;
    }
    .ods-catalog-card__visualization:last-child {
        margin-right: 0;
    }
    .ods-catalog-card__visualization span {
        white-space: nowrap;
    }
}

/* END - CODE AGENCE ORE
========================================================================== */