
    :root {
        --text: #000000;
--links: #263e6a;
--titles: #263e6a;
--page-background: #ffffff;
--highlight: #a0bd2e;
--boxes-background: #ffffff;
--boxes-border: #aaaaaa;
--section-titles: #263e6a;
--section-titles-background: #ffffff;
--header-background: #263e6a;
--header-links: #ffffff;
--footer-background: #111111;
--footer-links: #ffffff;
--titles-h1-font-size: 2.2143rem;
--titles-h1-font-weight: 700;
--titles-h1-color: #263e6a;
--titles-h2-font-size: 1.5714rem;
--titles-h2-font-weight: 700;
--titles-h2-color: #263e6a;
--titles-h3-font-size: 1.2857rem;
--titles-h3-font-weight: 700;
--titles-h3-color: #263e6a;
--texts-primary-font-size: 1.1429rem;
--texts-primary-color: #000000;
--texts-secondary-font-size: 1.0000rem;
--texts-secondary-color: #000000;
--texts-link-color: #263e6a;
    }
    
/* ==================================================================
================== BALISES HTML =====================================
================================================================== */

body {
    font-family: "Lato",sans-serif;
    background-color: #ffffff;
    line-height: normal;
}

h1, h2, h3 {
    font-weight: normal;
}

/* ==================================================================
================== STYLES ODS MODIFIES ==============================
================================================================== */

.ods-front-header {
    padding: 0px;
    height: 168px; /* bandeau + menu */
}

.ods-front-footer__link {
    color: #999999;
    text-transform: uppercase;
}

.ods-manage-cookies-preferences__show-button {
    padding: 0em;
}

.ods-manage-cookies-preferences__banner {
    font-family: "Lato",sans-serif;
}

.ods-box {
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0px;
}

.ods-filters {
    background-color: #ffffff;
    padding: 0px;
}

.ods-filters__count {
    background-color: #263e6a;
    color: #ffffff;
    border-radius: 0px;
}

.ods-filters__filters {
    background-color: #263e6a;
    color: #ffffff;
    border-radius: 0px;
}

.ods-filters__export-catalog-title {
    background-color: #263e6a;
    color: #ffffff;
}

.odswidget-facet__facet-title {
    font-style: italic;
    font-weight: bold;
    font-size: 1rem;
}

.odswidget-facet__category:hover {
    font-weight: bold;
    color: #222222;
}

.ods-catalog-card {
    border-radius: 0px;
}
    
.ods-catalog-card__keyword {
    font-size: 0.9rem;
    font-weight: normal;
    border-radius: 0px;
}

.ods-catalog-card__visualization:hover {
    color: #263e6a;
}

.ods-catalog-card-icon path {
    color: #ff0000;
}

.ods-svginliner__svg-container {
    color: #ff0000;
}

.ods-catalog-card__title {
    color: #222222;
}

.ods-auth-page {
    background-color: #ffffff;
}

/* =============== MENU ========================================== */

.ods-front-header__management-menu {
    line-height: 40px;
}
.ods-front-header__management-menu-item {
    margin: 0px 0px 0px 20px;
}

.ods-front-header__management-menu-item--backoffice {
    border-radius: 0px;
}

.ods-front-header__menu {
    /*height: 49px;*/
    display: block;
    background-color: #ffffff;
    color: #263e6a;
    max-width: 1200px;
}

.ods-front-header__menu-item-link {
    height: 49px;
    font-size: 1.6rem;
    font-weight: bold;
    opacity: 1;
    color: #222222;
}

.ods-front-header__menu-item-link:hover {
    background-color: #a0bd2e;
    color: #ffffff;
}

/* Code CSS à utiliser quand la balise ##menu## de ODS est utilisée

.ods-front-header__menu-item-link-accueil {
    font-family: "FontAwesome";
}

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

.ods-front-header__menu-item-link[href^="/pages/accueil/"] {
    display: inline-block;
    white-space: nowrap;
    width: 0px;
    font-size: 0rem;
}*/

.ods-front-header__menu-item-link--active {
    background-color: #263e6a;
    color: #ffffff;
}

@media screen and (max-width: 1199px) {
    .ods-front-header__management-menu-item-link {
        color: #263e6a;
    }
}

.ods-responsive-menu-placeholder__toggle {
    height: 50px;
    line-height: 50px;
    top: 118px;
}

/* =============== DROPDOWN MENU================================== */

li .cd92-dropdown-menu-content {
    display: none;
}
li:focus-within .cd92-dropdown-menu-content {
    display: block; /* afficher le sous-menu */
}

.cd92-dropdown-menu-content {
    position: absolute;
    background-color: #ffffff;
    filter: drop-shadow(0px 14px 8px rgba(0, 0, 0, 0.1));
    z-index: 10000;
    padding: 0px;
    top: 168px;
    border-bottom: 1px solid #999999;
}

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

li.cd92-dropdown-menu i {
    margin-left: 10px;
}

@media screen and (min-width: 1200px) {
    .cd92-dropdown-menu-content {
        display: none;
    }
    .cd92-dropdown-menu:hover .cd92-dropdown-menu-content {
        display: block;
    }
    .cd92-dropdown-menu:hover .ods-front-header__menu-item-link {
        opacity: 1;
    }
}

@media screen and (max-width: 1199px) {
    .cd92-dropdown-menu-content {
        position: relative;
        padding-left: 0px;
        filter: none;
        top: 0px;
        border-bottom: 0px;
    }
    .cd92-dropdown-menu-content a {
        padding: 5px 0px 5px 50px;
    }
    .ods-front-header__menu-item-link {
        display: block;
    }
}

/* ==================================================================
================== CD92 =============================================
================================================================== */

.cd92-header-bandeau {
    background-color: #263e6a;
    line-height: 0px;
}

/*@media screen and (max-width: 1199px) {
    .cd92-header-bandeau {
        background: url('/assets/theme_image/cd92_bandeau_court.png') center;
        width: 260px;
    }
}

@media screen and (min-width: 1200px) {
    .cd92-header-bandeau {
        background: url('/assets/theme_image/cd92_bandeau_long.png') center;
        width: 1200px;
    }
}*/

.cd92-header__content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.cd92-header-menu {
    background-color: #ffffff;
    border-bottom: 1px solid #999999;
    /*height: 50px;*/
}

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

.cd92-footer__link {
    color: #999999;
}

.cd92-publisher {
    position: absolute;
    right: 0px;
}

.cd92-catalog {
    padding-right: 70px;
    position: relative;}


.rods-search-filter__wrapper input {
    color:black !important;
    
}

.jzpSKpowgJoqlx1xceaP {
    color:black !important;
}