
    :root {
        --text: #565656;
--links: #2B3F56;
--titles: #272643;
--page-background: #F6F8FB;
--highlight: #2B3F56;
--boxes-background: #FFFFFF;
--boxes-border: #2B3F56;
--section-titles: #2C698D;
--section-titles-background: #F6F8FB;
--header-background: #FFFFFF;
--header-links: #272643;
--footer-background: #FFFFFF;
--footer-links: #2B3F56;
    }
    
@font-face {
  font-family: "Braille1";
  src: url('https://s3.amazonaws.com/aws-ec2-us-east-1-opendatasoft-staticfileset/fpassaniti/theme_font/BRAILLE1.ttf');
}

@font-face {
  font-family: "Braille";
  src: url('https://s3.amazonaws.com/aws-ec2-us-east-1-opendatasoft-staticfileset/fpassaniti/theme_font/BRAILLE.ttf');
}


/* CATALOG TESTS */
/*main.main--catalog {
    margin: 0;
}
main.main--catalog:before {
    content: '';
    display: flex;
    height: 133px;
    width: 100%;
    color: black;
    background-color: lightgrey;
    margin-bottom: 30px;
}*/

/* force container on container-fluid bloc */
/*@media (min-width: 768px) {
    .ods-app-explore-catalog {
        width:740px
    }
}

@media (min-width: 992px) {
    .ods-app-explore-catalog {
        width:960px
    }
}

@media (min-width: 1200px) {
    .ods-app-explore-catalog {
        width:1160px
    }
}


.ods-app-explore-catalog:before {
    display: table;
    content: "Les données";
    font-size: 3rem;
    position: absolute;
    top: -120px;
}

.ods-app-explore-catalog:after {
    clear: both;
    content: '';
    background-image: url('https://s3.amazonaws.com/aws-ec2-us-east-1-opendatasoft-staticfileset/fpassaniti/theme_image/logo_denodo.png');
    background-repeat: no-repeat;
    height: 130px;
    width: 210px;
    position: absolute;
    top: -130px;
    right: 0;
}*/



/* STUDIO CSS */

.rods-page-renderer__container {
    margin: -20px -10px;
    width: calc(100% + 20px) !important;
}

.rods-page-renderer__section:first-child {
    height: 160px;
    align-items: center;
}

.rods-page-renderer__section:first-child.rods-page-renderer__section--blocks-1 .rods-page-renderer__block {
    min-height: inherit;
}

.chart-container {
    box-shadow: 1px 1px 4px #ababab;
}



















.iwontblink {
    position: fixed;
    top: -200px;
    right: -120vw;
    transition: all ease 3s;
}
.iwontblink.youblink {
    right: 0;
}
.iwontblink img {
    width: 120vw;
}


/* ==========================================================================
LIGHT BIG 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
========================================================================== */
header {
    position: sticky;
    top: 0;
    z-index: 100;
}
.portal-header {
    padding: 0;
    border-bottom: 1px solid #DEE5EF;
    height: auto;
}
.ods-responsive-menu--collapsed.portal-header {
    height: 60px;
}
.portal-header-logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 26px;
    padding-bottom: 26px;
}
/* Logo */
.ods-front-header__logo {
    display: block;
    width: auto; /* Logo width */
    height: 98px; /* Logo height */
    margin-left: 13px;
    margin-right: 13px;
}
/* Logo size in responsive mode */
.ods-responsive-menu--collapsed .ods-front-header__logo {
    width: auto; /* Logo width in mobile mode */
    max-height: 48px; /* Logo max height in mobile mode */
}
.portal-navigation {
    margin: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ods-front-header__menu {
    margin: 0 auto;
}
.ods-front-header__menu-item-link {
    border: none;
    font-size: .733rem;
    text-transform: uppercase;
    letter-spacing: .8px;
    line-height: 59px;
    padding: 0 13px;
    opacity: 1;
}
.ods-front-header__menu-item-link:hover,
.ods-front-header__menu-item-link--active {
    background-color: #2B3F56;
    color: #FFFFFF; /* Header link color when the link is active */
}
/* Management Menu
========================================================================== */
.ods-front-header__management-menu {
    position: absolute;
    top: 0;
    right: 13px;
    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: #2B3F56;
}
.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: -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 .portal-header-logo-container {
    display: none;
}
.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%;
}
/* 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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* Portal Footer
========================================================================== */
.portal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #DEE5EF;
    background-color: #FFFFFF;
    height: auto;
    min-height: 50px;
    padding: 0 26px;
}
.ods-front-footer__link--active {
    font-weight: normal;
    color: #2B3F56; /* Give current language a color highlight */
}
/* Explore Page - Catalog Cards
========================================================================== */
.ods-catalog-card {
    border-radius: 4px;
    padding: 26px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.ods-catalog-card:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-box-shadow: 0 0 10px 0 #e3e9f1;
    box-shadow: 0 0 10px 0 #e3e9f1;
}
.ods-catalog-card:hover:before {
    display: none;
}
.ods-catalog-card__theme-icon {
    position: absolute;
    top: 26px;
    left: 26px;
}
.ods-catalog-card__title {
    color: #2B3F56;
    font-weight: 400;
    font-size: 1.44rem;
    line-height: 1.2;
}
.ods-catalog-card__metadata-item {
    font-size: .833rem;
    line-height: 1.4;
    margin-bottom: 4px;
}
.ods-catalog-card__visualization {
    color: #565656;
    padding: 0 0 4px 0;
}
.ods-catalog-card__keyword {
    color: #565656;
    font-size: 0.833rem;
    padding: .15rem .35rem;
    background-color: #2B3F56;
    border-radius: 7px;
}
.ods-catalog-card__keyword:hover {
    color: #FFFFFF;
    background-color: #2C698D;
}
/* Edit dataset button */
.ods-dataset-visualization__edit-dataset-link {
    color: #FFFFFF;
}
/* 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;
}
.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: #F6F8FB;
    border-color: #2C698D;
    color: #2C698D;
}
.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: #2C698D;
    border-color: #2C698D;
}
/* 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: '';
}


input.odswidget-text-search__search-box {
    outline-color: #272643;
}












/* START - STYLE OF HEADER SCROLLING MENU
========================================================================== */

li.custom-menu-item {
    position: relative;
}

li.custom-menu-item:first-child {
    margin-left: inherit; }

li.custom-menu-item > a {
    display: flex;
    align-items: center;
    color: #272643;
    font-size: .733rem;
    border: none;
    letter-spacing: .8px;
    line-height: 50px;
    opacity: 1;
    margin: 0;
    text-transform: uppercase;
    padding: 0 20px;
}

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


li.custom-menu-item.custom-menu-item__active > a,
li.custom-menu-item.custom-menu-item:hover > a{
    background-color: #2B3F56;
    color: #FFFFFF;
    text-decoration: none;
}

ul.custom-menu-item-submenu {
    display: none;
    margin: 0;
    padding: 22px 28px;
    list-style: none;
    background-color: white; }

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

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

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

.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 {
    width: 230px;
    position: absolute;
    top: 50px;
    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) .custom-menu .custom-menu-item-submenu {
    width: auto !important;
    top: 50px !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) .custom-menu .custom-menu-item-submenu a {
    white-space: nowrap; 
}

/* END - STYLE OF HEADER SCROLLING MENU
========================================================================== */







/* START - CATALOG CARD */
/* Explore Page - Catalog Cards */
.ods-catalog-card {
    display: block;
    border-radius: 12px;
    padding: 26px;
    transition: all .2s;
}
.ods-catalog-card:hover {
    box-shadow: 0 0 10px 0 #e3e9f1;
}
.ods-catalog-card:hover:before {
    display: none;
}
.ods-catalog-card:hover .catalog-card-description {
    opacity: 0;
    top: 30px;
}
.ods-catalog-card:hover .catalog-card-info {
    opacity: 1;
    top: 0;
}
.catalog-card-content {
    position: relative;
}
.catalog-card-info {
    position: absolute;
    top: 30px;
    opacity: 0;
    transition: opacity .3s .1s, top .3s;
}
.catalog-card-metrics {
    font-size: 1rem;
    margin-left: 42px;
    margin-bottom: 1rem;
}
.catalog-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;
}
.ods-catalog-card__title {
    color: #272643;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.2;
    transition: color .3s;
}
.ods-catalog-card:hover .ods-catalog-card__title {
    color: #2B3F56;
}
.ods-catalog-card__metadata-item {
    font-size: .833rem;
    line-height: 1.4;
    margin-bottom: 4px;
}
.ods-catalog-card__body {
    width: 100%;
}

.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;
}
/* END - CATALOG CARD */





/* Toggle header */
.ods-front-header.toggle-height {
    height: 50px; 
}
.ods-front-header.toggle-height .portal-header-logo-container,
.ods-front-header.toggle-height .portal-management-menu {
    display: none;
}


.ods-front-header--toggle {
    position: absolute;
    right: 10px;
    bottom: 8px;
    font-size: 1.5em;
    opacity: 0.5;
}
.ods-front-header--toggle:hover {
    opacity: 1;
}
.ods-front-header--toggle.toggle-height {
    transform: rotate(180deg);
}

@media screen and (max-width: 999px) {
    .ods-front-header--toggle {
        display: none;
    }    
}



/*
html, body, h1, h2, h3, h4, h5, p, ul, li, div, span {
    font-family: "Braille1" !important;
}
.highcharts-axis tspan, .highcharts-data-label tspan, .highcharts-label span, .highcharts-xaxis-labels text, .highcharts-yaxis-labels text {
    font-family: "Braille1" !important;
}
*/