
    :root {
        --text: #5F5F5F;
--links: #C43A2F;
--titles: #5F5F5F;
--page-background: #F5F5F5;
--highlight: #C43A2F;
--boxes-background: #FFFFFF;
--boxes-border: #E5E5E5;
--section-titles: #FFFFFF;
--section-titles-background: #2C3F56;
--header-background: #000000;
--header-links: #FFFFFF;
--footer-background: #FFFFFF;
--footer-links: #377D87;
    }
    
/* FONTS SETUP */
@font-face {
    font-family: 'Nexa';
    src:  url('/assets/theme_font/nexa_light.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Nexa';
    src: url('/assets/theme_font/nexa_bold.otf');
    font-style: normal;
    font-weight: bold;
}

:root {
  --highlight: #000091 !important;
}

/* GLOBAL FONT OVERRIDE */
html, body {
    font-size: 15px;
}

h1, h2, h3 {
    font-family: "Nexa", "Open Sans", Helvetica, arial, sans-serif;
}

body, h4 {
    font-family: "Open Sans", Helvetica, arial, sans-serif;
}
h1, h2, h3 {
    font-weight: bold;
}




/* MAIN LOGO Size */
.portal-picto { 
    height: 130px;
}
.ods-front-header__portal-brand .odswidget-picto img, .ods-front-header__portal-brand .odswidget-picto svg { 
    width: auto; 
}
.ods-front-footer .portal-picto {
    height: 90px;
}


/* CULTURE HEADER */

.culture-header {

}
.culture-header .culture-header__link img {
    height: 25px;
    background-color: white;
    padding: 3px;
    margin: 5px;
    float:left;
}
.culture-header .culture-header__link span {
    line-height: 35px;
    color: white;
    font-family: "Nexa", "Open Sans";
}
.ods-responsive-menu--collapsed .culture-header .culture-header__link span {
    color: black;
}

/* HEADER */

.ods-front-header {
    padding: 0;
    height: 226px;
}
.ods-front-header.ods-responsive-menu--collapsed {
    height: 90px;
    background-color: white;
}

.culture-brand {
    line-height: 1;
}

/* HEADER PLACEHOLDER / RESPONSIVE */ 

.ods-responsive-menu-placeholder__container .ods-front-header__portal-brand {
    height: 50px;
    top: 5px;
    left: 0px;
}
.ods-responsive-menu-placeholder.ods-responsive-menu-placeholder--active {
    position: relative;
}
.ods-responsive-menu-placeholder__toggle {
    opacity: 1;
    background-color: #377D87;
}
.ods-responsive-menu-placeholder .ods-front-header__portal-brand .ods-front-header__logo {
    height: 50px;
    margin-top: 0px;
} 

/* HEADER COLLAPSED ELEMENTS */

.ods-responsive-menu-collapsible__toggle {
    margin-bottom: 0;
}

.ods-responsive-menu-collapsible--collapsed .container {
    width: auto;
    padding: 0;
}

/* HEADER BRAND */

.MYSITE-header__brand {
    height: 135px;
    padding: 15px 0;
    /*overflow: hidden;*/
    background-color: #fff;
}

.ods-responsive-menu-collapsible--collapsed .MYSITE-header__brand {
    display: none;
}

.ods-front-header__portal-brand {
    font-family: "Nexa", "Open Sans";
}
.ods-front-header__portal-brand .culture-brand .culture-brand__part1 {
    color: #c43a2f;
    font-size: 4em;
    font-weight: 600;
}
.ods-front-header__portal-brand .culture-brand .culture-brand__part2 {
    color: #777;
    font-size: 2.5em;
    font-weight: 600;
    margin-left: -10px;
}
.ods-front-header__portal-brand .culture-brand__subheader {
    color: black;
    font-size: 1.4em;
}
/* Test stéphanie*/
.ods-front-header__portal-brand .sondage {
    text-align: right;
}
/* Fin Test stéphanie */

/* Culture HEADER RESPONSIVE / MOBILE FONT SIZE */
/* SMARTPHONE */
@media (max-width: 600px) {
    .ods-responsive-menu--collapsed .culture-header .culture-header__link span {
        font-size: 0.6em;
    }
    .ods-responsive-menu--collapsed .ods-front-header__portal-brand .culture-brand .culture-brand__part1 {
        font-size: 1.5em;
        margin-left: -50px;
        line-height: 40px;
    }
    .ods-responsive-menu--collapsed .ods-front-header__portal-brand .culture-brand .culture-brand__part2 {
        font-size: 0.8em;
        margin-left: -3px;
    }
}
/* TABLET */
@media (min-width: 600px) {
    .ods-responsive-menu--collapsed .ods-front-header__portal-brand .culture-brand .culture-brand__part1 {
        font-size: 3em;
    }
    .ods-responsive-menu--collapsed .ods-front-header__portal-brand .culture-brand .culture-brand__part2 {
        font-size: 1.5em;
    }
}



.ods-front-header__portal-brand__text {
    font-style: normal;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 40px;
    font-family: "Nexa", "Open Sans", Helvetica, arial, sans-serif;

    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: #377D87;
    height: 56px;
    overflow: hidden;
}
.ods-responsive-menu-collapsible--collapsed .ods-responsive-menu-collapsible__container {
    background-color: #377D87;
}
.ods-responsive-menu-collapsible--collapsed .MYSITE-header__menu {
    height: auto;
    background-color: transparent;
}

.ods-front-header__menu {
    margin: 0;
}

.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu {
    display: block;
}

.ods-front-header__menu-item-link {
    color: white;
    font-family: "Nexa", "Open Sans", Helvetica, arial, sans-serif;
    /*text-transform: uppercase;*/
    border: none;
    opacity: 1;
    font-size: 24px;
    height: 56px;
    letter-spacing: -0.01em;
    line-height: 62px;
    background-color: #377D87;
}

.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu-item-link {
    display: block;
    border: none;
    color: white;
}

.ods-front-header__menu-item-link:hover {
    border-bottom: 5px solid #003F48;
}

.ods-front-header__menu-item-link[href^="/pages/home"]:before {
    font-family: "FontAwesome";
    content: '\f015';
    display: inline-block;
    line-height: 55px;
    font-size: 1.2em;
}

.ods-front-header__menu-item-link.ods-front-header__menu-item-link--active {
    background-color: #003F48;
    border: none;
}

/* HEADER SECONDARY MENU */

.ods-front-header__management-menu {
    top: -9px;
}
.ods-front-header__management-menu-item-link {
    color: white;
}
.ods-front-header__management-menu-item-link.ods-front-header__management-menu-item-link--backoffice {
    color: white;
}

/* FOOTER */

.ods-front-footer__ods-logo-img {
    vertical-align: top;
    height: 50px;
    padding-top: 20px;
}

.culture-footer {
    padding: 10px 0px;
    background-color: #111111;
    color: #fff;
    border-top: 1px solid #999999;
    text-align: center;
    clear: both;
    display: block;
}

.culture-footer__link {
    color: #fff;
}


/* EXPLORE */ 

/* CATALOG CARD */

/*.ods-catalog-card__keyword {
background-color: #2A282B;
}*/


/* FILTERS */

/* counter */
.ods-filters__count-number {
    color: #c43a2f;
}

.ods-filters__count, .ods-filters__export-catalog-title, .ods-filters__filters, .ods-filters__filters-summary {
    background-color: #F5F5F5;
    color: #003F48;
}

.odswidget-facet__facet-title {
    margin: 0 0 .33rem -20px;
    background-color: #003F48;
    color: white;
    font-weight: 500;
    padding: 8px 0 5px 19px;
}


/* CARTOGRAPH */

#layer-edition-panel .ods-disabled-tooltip .ods-button, #layer-edition-panel .text-right .ods-button {
    background-color: #c43a2f;
    color: #f5f5f5;
}

#layer-edition-panel .ods-disabled-tooltip .ods-button:hover, #layer-edition-panel .text-right .ods-button:hover {
    background-color: #ccc;
    color: #000;
}
