
    :root {
        --text: #565656;
--links: #7A00E6;
--titles: #000000;
--page-background: #FFFFFF;
--highlight: #7A00E6;
--boxes-background: #FFFFFF;
--boxes-border: #FFFFFF;
--section-titles: #7A00E6;
--section-titles-background: #F6F8FB;
--header-background: #FFFFFF;
--header-links: #7A00E6;
--footer-background: #FFFFFF;
--footer-links: #7A00E6;
    }
    
/* =========
FONTS
============
*/

@font-face {
font-family: 'SanofiSans';
src: url('https://s3.amazonaws.com/aws-ec2-us-east-1-opendatasoft-staticfileset/foundation-s-climateaction-healthresilience/theme_font/SanofiSans-Bold.woff2') format('woff2'),
url('https://s3.amazonaws.com/aws-ec2-us-east-1-opendatasoft-staticfileset/foundation-s-climateaction-healthresilience/theme_font/SanofiSans-Bold.ttf') format('truetype');
font-style: normal;
font-weight: bold;
}


@font-face {
font-family: 'SanofiSans';
src: url('https://s3.amazonaws.com/aws-ec2-us-east-1-opendatasoft-staticfileset/foundation-s-climateaction-healthresilience/theme_font/SanofiSans-BoldItalic.woff2') format('woff2'),
url('https://s3.amazonaws.com/aws-ec2-us-east-1-opendatasoft-staticfileset/foundation-s-climateaction-healthresilience/theme_font/SanofiSans-BoldItalic.ttf') format('truetype');
font-style: italic;
font-weight: bold;
}


@font-face {
font-family: 'SanofiSans';
src: url('https://s3.amazonaws.com/aws-ec2-us-east-1-opendatasoft-staticfileset/foundation-s-climateaction-healthresilience/theme_font/SanofiSans-Italic.woff2') format('woff2'),
url('https://s3.amazonaws.com/aws-ec2-us-east-1-opendatasoft-staticfileset/foundation-s-climateaction-healthresilience/theme_font/SanofiSans-Italic.ttf') format('truetype');
font-style: italic;
font-weight: normal;
}

@font-face {
font-family: 'SanofiSans';
src: url('https://s3.amazonaws.com/aws-ec2-us-east-1-opendatasoft-staticfileset/foundation-s-climateaction-healthresilience/theme_font/SanofiSans-Light.woff2') format('woff2'),
url('https://s3.amazonaws.com/aws-ec2-us-east-1-opendatasoft-staticfileset/foundation-s-climateaction-healthresilience/theme_font/SanofiSans-Light.ttf') format('truetype');
font-style: normal;
font-weight: light;
}

@font-face {
font-family: 'SanofiSans';
src: url('https://s3.amazonaws.com/aws-ec2-us-east-1-opendatasoft-staticfileset/foundation-s-climateaction-healthresilience/theme_font/SanofiSans-LightItalic.woff2') format('woff2'),
url('https://s3.amazonaws.com/aws-ec2-us-east-1-opendatasoft-staticfileset/foundation-s-climateaction-healthresilience/theme_font/SanofiSans-LightItalic.ttf') format('truetype');
font-style: normal;
font-weight: light;
}


@font-face {
font-family: 'SanofiSans';
src: url('https://s3.amazonaws.com/aws-ec2-us-east-1-opendatasoft-staticfileset/foundation-s-climateaction-healthresilience/theme_font/SanofiSans-Regular.woff2') format('woff2'),
url('https://s3.amazonaws.com/aws-ec2-us-east-1-opendatasoft-staticfileset/foundation-s-climateaction-healthresilience/theme_font/SanofiSans-Regular.ttf') format('truetype');
font-style: normal;
font-weight: normal;
}


html, body, h1, h2, h3, p {
font-family: 'SanofiSans', Helvetica, arial, sans-serif;
}





/* ==========================================================================
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__logo {
    display: block;
    width: auto; /* Logo width */
    height: auto; /* Logo height */
    max-height: 48px;
    padding-left: 13px;
    margin-right: 0;
}
.ods-responsive-menu-collapsible__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.portal-navigation {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.ods-front-header__menu {
    margin: 0;
}
.ods-front-header__menu-item-link {
    border: none;
    font-size: 1rem;
    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: #FFFFFF ;
    color: #7A00E6 ;
}
/* 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: #7A00E6;
}
.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: #7A00E6;
    border: 1px solid #7A00E6;
    padding: 5px;
    background-color: transparent;
    border-radius: 4px;
}
.ods-front-header__management-menu-item-link--backoffice:hover {
    color: #FFFFFF;
    background-color: #7A00E6;
}
.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;
    padding:10px
}
.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: -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: #7A00E6; /* 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: #7A00E6;
    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: #FFFFFF;
    border-radius: 7px;
}
.ods-catalog-card__keyword:hover {
    color: #FFFFFF;
    background-color: #7A00E6;
}
/* 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;
    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: #FFFFFF;
    border-color: #7A00E6;
    color: #7A00E6;
}
.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: #7A00E6;
    border-color: #7A00E6;
}
/* 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: '';
}

/* Replace "no more data message" */

/* first hide the original msg */
.odswidget-infinite-scroll-results__no-more-results-message {font-size: 0;}

/* then, add a new content in a :before element */
.odswidget-infinite-scroll-results__no-more-results-message:before {
    content: 'More data to come.';
    display: block;
    font-size: 14px;
}

/* DESKTOP SPECIFICS - STYLE OF ODS HEADER
========================================================================== */

.ods-responsive-menu-collapsible__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ods-front-header__portal-brand {
    display: flex;
    height: 40px;
    position: relative;
    top: 0;
}

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

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

.dropdown-menu-content {
    position: absolute;
    background-color: #FFFFFF;
    filter: drop-shadow(0px 14px 8px rgba(37, 48, 59, 0.1));
    z-index: 1;
    padding: 10px 20px;
    min-width: 150px;  
}

.dropdown-menu-content a {
    color: #7A00E6;
    text-decoration: none;
    display: block;
    opacity:1;
    padding: 5px;
    font-size: 0.8rem;
    line-height: 35px;
}

.dropdown-menu-content a:hover {
    color: #7A00E6;
    text-decoration: underline;
}

@media screen and (min-width: 1000px){
    .dropdown-menu-content {
        display: none;
    }

    .dropdown-menu:hover  .dropdown-menu-content {
        display: block;
    }

    .dropdown-menu:hover .ods-front-header__menu-item-link {
        opacity: 1;
    }   
}

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

@media screen and (max-width: 1000px){    
    .dropdown-menu-content {
        position: relative;
        padding-left: 25px;
        filter: none;
    }
}
