
    :root {
        --text: #555555;
--links: #263892;
--titles: #263892;
--page-background: #FFFFFF;
--highlight: #263892;
--boxes-background: #FFFFFF;
--boxes-border: #6A79B0;
--section-titles: #FFFFFF;
--section-titles-background: #263892;
--header-background: #263892;
--header-links: #FFFFFF;
--footer-background: #FFFFFF;
--footer-links: #263892;
    }
    
/* 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, h4, .ods-front-footer  {
    font-family: "PT", "Roboto", Helvetica, Arial, sans-serif;
}

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



.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;
}


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

.economie-header {
    height: 135px;
    padding: 15px 0;
    background-color: white;
    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: #263892;
    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: white;
    display: flex;
    align-items: center;
}

/* HEADER PLACEHOLDER / RESPONSIVE */ 

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

.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: #263892;
    font-weight: bold;
    height: 56px;
    overflow: hidden;
}
.ods-responsive-menu-collapsible--collapsed .ods-responsive-menu-collapsible__container {
    background-color: #263892;
}
.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: #10173d;
}

.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: #10173d;
    border: none;
}

/* HEADER SECONDARY MENU */

.ods-front-header__management-menu {
    top: -9px;
}
.ods-front-header__management-menu-item-link {
    color: #263892;
}
.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 #263892;
}

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

.ods-front-header__menu-item {
    position: relative;
}

.ods-front-header__menu-item-link--active {
    border-bottom: 0px solid;
    color: #FFF;
    opacity: 1;
}

li.dropdown-menu i {
    font-size: 1.2em;
    margin-left: 13.5px;
    color: #FFFFFF;
}

ul.dropdown-menu-submenu {
    display: none;
    margin: 0;
    padding: 22px 28px;
    list-style: none;
    background-color: #263892; 
}

ul.dropdown-menu-submenu.dropdown-menu-submenu__active {
    display: inherit; }

li.dropdown-menu-submenu-item {
    margin-bottom: 26px; }

li.dropdown-menu-submenu-item:last-child {
    margin-bottom: inherit; 
}

.ods-responsive-menu-collapsible:not(.ods-responsive-menu-collapsible--collapsed) ul.ods-front-header__menu {
    display: flex;
    align-items: center; 
}

.ods-responsive-menu-collapsible:not(.ods-responsive-menu-collapsible--collapsed) ul.dropdown-menu-submenu {
    position: absolute;
    top: 55px;
    left: 1px;
    z-index: 1001;
    filter: drop-shadow(0px 14px 8px rgba(37, 48, 59, 0.1)); 
}

.ods-responsive-menu-collapsible:not(.ods-responsive-menu-collapsible--collapsed) .ods-front-header__menu .custom-menu-item-submenu {
    width: auto !important;
    top: 55px !important;
    left: 1px !important;
    padding: 20px !important;
    filter: drop-shadow(0px 0px 8px rgba(37, 48, 59, 0.2)) !important; }

.ods-responsive-menu-collapsible:not(.ods-responsive-menu-collapsible--collapsed) .ods-front-header__menu .dropdown-menu-submenu a {
    white-space: nowrap; 
}


/* MOBILE SPECIFICS
========================================================================== */
.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%;
}


/* 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;
}


/* ==========================================================================
OFGL SPECIFIC CSS
========================================================================== */

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

.ofgl-button {
    font-size: 1rem;
    color: #FFFFFF;
    background-color: #0B6BA8;
    border: none;
    box-shadow: none;
    text-align: center;
    padding: .8rem 1.5rem;
    text-decoration: none;
    transition: all .2s;
    border-radius: 5px;
    display: inline-block;
}

.ofgl-button-secondary {
    font-size: 1rem;
    color: #0B6BA8;
    background-color: #D8E8F4;
    box-shadow: 0px 0px 0px 3px #0B6BA8 inset;
    border: none;
    text-align: center;
    padding: .8rem 1.5rem;
    text-decoration: none;
    transition: all .2s;
    border-radius: 5px;
    display: inline-block;
}

.ofgl-button:hover,
.ofgl-button:active,
.ofgl-button:focus, .ofgl-button-secondary:hover,
.ofgl-button-secondary:active,
.ofgl-button-secondary:focus {
    text-decoration: none;
    opacity: .8;
}

/* Button group
========================================================================== */

.button-group {
    display: inline-flex;

}

.button-group-item {
    border: 2px solid #0B6BA8;
    background-color: #FFFFFF;
    color: #0B6BA8;
    border-radius: 0;
}

.button-group-item.active,
.button-group-item:hover,
.button-group-item:active,
.button-group-item:focus  {
    color: #FFFFFF;
    background-color: #0B6BA8;
}

.button-group-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.button-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


/* Inputs
========================================================================== */

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 4px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border-width: 2px;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* Typography
========================================================================== */

.page-title {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin: 3rem auto 1.5rem auto;
    letter-spacing: .2px;
    max-width: 640px;
}

.page-title-description {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 2rem auto;
    letter-spacing: .4px;
    max-width: 720px;
}


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

.page-header {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    background-color: #D8e8F4;
    text-align: center;
}


/* Step
========================================================================== */

.step {
    margin-bottom: 5rem;
}

.step--small {
    margin-bottom: 2rem;
}

.step-card {
    background-color: #FFFFFF;
    padding: 26px;
}

.step-card-footer {
    text-align: center;
    margin-top: 3rem;
}

.step-number {
    font-size: 1.6rem;
    text-align: center;
    color: #7F7F7F;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.step-selection-counter {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 1.1rem;
    font-weight: bold;
}

.step-title {
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 2rem;
}

.step-help-icon {
    font-size: 80%;
}

.step-text {
    text-align: center;
    margin-bottom: 1.5rem;
}

/* Analysis
========================================================================== */

.analysis-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.analysis-link {
    font-weight: bold;
    padding: 1rem 2rem;
    border-bottom: 4px solid transparent;
}

.analysis-link:hover,
.analysis-link:focus,
.analysis-link:active,
.analysis-link.active {
    text-decoration: none;
    border-bottom-color: #263892;
}

/* KPI
========================================================================== */

.kpi-title {
    font-size: 3rem;
    line-height: 1;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 1rem;
}

.kpi-description {
    margin: 0;
    font-size: 1.1rem;
}

/* ==========================================================================
Filter 
========================================================================== */

.filter-title {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .5px;
    margin-bottom: .5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.filter-title-count {
    font-size: 1rem;
    font-weight: normal;
}

.filter {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

.filter-section {
    margin-bottom: 1.5rem;
}

.filter-section-title {
    font-weight: bold;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-size: 1.5rem;
}

.more-filters-title {
    font-weight: normal;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e4e4e4;
    padding: 0.5rem 0;
    transition: .2s
}

.more-filters-title:hover {
    background-color: #DEE5EF;
}


/* Input
========================================================================== */

.filter-input-container, 
.odswidget-timerange__from, 
.odswidget-timerange__to {
    display: flex;
    align-content: space-evenly;
    border: 1px solid #e4e4e4;
    padding: 8px;
    border-radius: 4px;
    background-color: #ffffff;
    margin-bottom: .7rem;
}

.filter-input-container input, 
.odswidget-timerange__from input, 
.odswidget-timerange__to input {
    padding: 0;
    border: none;
    width: 100%;
    line-height: 1.15;
}

.filter-input-container input:focus, 
.odswidget-timerange__from input:focus, 
.odswidget-timerange__to input:focus {
    outline: 0;
}

.filter-clear-button {
    font-size: 1rem;
    line-height: 1.15;
}

/* Filter Options
========================================================================== */

.filter-options-container {  
    background: #ffffff;
    width: 100%;
    height: 190px;
    overflow: scroll;
}

.filter-options-container-tall {
    background: #ffffff;
    width: 100%;
    height: 400px;
    overflow: scroll;
}

.filter-options {
    display: flex;
    flex-direction: column;
}

.filter-option {
    transition: .2s;
}

.filter-option:hover {
    background-color: #DEE5EF;
}

.filter-option-label {
    margin-bottom: 0;
    width: 100%;
    color: #333;
    padding-top: 4px;
    padding-bottom: 4px;
}

.filter-option-label:hover {
    cursor: pointer;
}

.odswidget-infinite-scroll-results__message-container {
    height: inherit;
    max-height: 100px;
}

.odswidget-infinite-scroll-results__no-results-message {
    font-style: italic;
}

/* Checkbox styling
========================================================================== */

/* Hide the regular checkbox */ 
input.filter-option-checkbox, 
input.filter-option-checkbox:checked {
    display: none;
}

input.filter-option-checkbox:checked ~ label.checkifunchecked {
    color: #333;
}


input.filter-option-checkbox ~ label.checkifchecked:before,
input.filter-option-checkbox:checked ~ label.checkifunchecked:before {
    content: "\f096"; /* FontAwesome fa-check */
    font: normal normal normal 14px/1 FontAwesome;
    min-width: 1rem;
    display: inline-block;
}

input.filter-option-checkbox:checked ~ label.checkifchecked:before,
input.filter-option-checkbox ~ label.checkifunchecked:before {
    content: "\f14a"; /* FontAwesome fa-check-square */
    font: normal normal normal 14px/1 FontAwesome;
    min-width: 1rem;
    display: inline-block;
}

input.filter-option-checkbox:checked ~ label.checkifchecked,
input.filter-option-checkbox ~ label.checkifunchecked,
.filter-option-add-all:hover {
    color: #26762C; /* Green */
}

.filter-option-remove-all:hover {
    color: #A40C0A; /* Red */
}

.filter-option-icon {
    min-width: 1rem;
}  

.filter-button-group {
    margin-bottom: 1rem;
}

.filter-button-group-item {
    outline: none;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.hide_axis .highcharts-axis-title {
    display: none;
}

/* pages analyses */

/* ODS App CSS */

.kpi-subtitle {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 1rem;
}
.result-cell {
    min-height: 30px;
    text-align: right;
}
.cellpadding_2 {
    padding-left: 6px;
    font-style: italic;
    margin-bottom: 3px;
}
.cellpadding_3 {
    padding-left: 12px;
}
.cellpadding_4 {
    padding-left: 18px;
}
.cellpadding_5 {
    padding-left: 24px;
}
.cellpadding_1 {
    font-weight: bold;
    margin-bottom: 5px;
}
/* POP IN */
.ods-pop-in {
    z-index: 1;
}
.ods-pop-in__container {
    z-index: 102;
}
.ods-pop-in__backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 101;
    cursor: auto;
}
.iframe-container {
    width: 100%;
    padding: 15px;
    max-width: inherit;
    max-height: inherit;
    margin-left: 120px;
    margin-right: 120px;
}
.iframe-container iframe {
    height: calc(100vh - 200px);
}

.small-warning {
    max-width: 500px;
    font-size: 0.8rem;
    margin: auto;
}

.ods-pop-in__close-button {
    width: 90px;
    height: 40px;
}

/* Style pour filtres consolidés */

.filtre-budget-consolide a { 
    position: absolute;
    top: 5px;
    left: 0;
    height: 12px;
    width: 12px;
}

.filtre-budget-consolide {
    position: relative;
}

/*OFGL : Modification de la couleur du lien de connexion */

@media (max-width: 600px) {
    .ods-front-header__management-menu-item-link {
        color: white;
    }
}

/*OFGL : Style pour les onglets informations des jeux de données */

.row-ofgl{
    margin-left:0px;
    margin-right:0px
}

.col-md-3-ofgl-methodo{
    background-color: #263892;
    padding: 10px;
    margin-bottom: 20px;
    height:100%;
    border-radius: 10px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right:5px
}

.lien-ofgl{
    color:white;    
}

/* OFGL : Intégration des videos youtube */

.video-responsive { 
    overflow:hidden; 
    padding-bottom:56.25%; 
    position:relative; 
    height:0;
}

.video-responsive iframe {
    left:0; 
    top:0; 
    height:100%;
    width:100%;
    position:absolute;
}

/* OFGL : Personalisation des filtres sur les jeux de données */

/* Dans les jeux de données, certains filtres de gauche sont masqués */

div.odswidget-facet[title="agregat_niveau"],
div.odswidget-facet[title="code_type_budget"],
div.odswidget-facet[title="ordre_analyse1_section1"],
div.odswidget-facet[title="ordre_analyse1_section2"],
div.odswidget-facet[title="ordre_analyse1_section3"],
div.odswidget-facet[title="ordre_analyse2_section1"],
div.odswidget-facet[title="ordre_analyse2_section2"],
div.odswidget-facet[title="ordre_analyse2_section3"],
div.odswidget-facet[title="ordre_analyse3_section1"],
div.odswidget-facet[title="ordre_analyse3_section2"],
div.odswidget-facet[title="ordre_analyse3_section3"],
div.odswidget-facet[title="ordre_analyse4_section1"],
div.odswidget-facet[title="synthese_ordre_affichage"],
div.odswidget-facet[title="synthese_titre"],
div.odswidget-facet[title="synthese_debut_section"],
div.odswidget-facet[title="Compte 2020 Disponible"], /* comptes des communes */
div.odswidget-facet[title="Compte 2020 disponible"], /* comptes des gfp */
div.odswidget-facet[title="annee_join"], /* comptes des regions */
div.odswidget-facet[title="ordre_affichage"] /* comptes des syndicats */
{
    display:none;
}  

/* Mise en lumière des filtres actifs sur le jeu de données */
.ods-filters__filters-summary,
.odswidget-filter-summary__active-filter-label
{
    background-color: #4F9117 ;
}

.odswidget-filter-summary__active-filter-link:hover,
.odswidget-facet__category--refined
{
    color: #4F9117 ;
    border-left-color: #4F9117 ;
}

.odswidget-clear-all-filters:hover
{
    color: white;
    text-decoration: underline;
}

/* OFLG - Aout icone filothèque sur menu principal */

.ods-front-header__menu a[href^="/pages/dates-cles-finances-locales"]:before { 
    content: url('/assets/theme_image/icone-filotheque.png ');
    display: inline-block;
    font-size: 15px;
}

/* OFGL - Ajout image sur titre */

/*.ods-front-header__portal-brand:before { 
   content: url('/assets/theme_image/logo_noel_v5.png ');
}*/

/*.economie-brand {
    display: none; 
}*/
