
    :root {
        --text: #222222;
--links: #0072B7;
--titles: #0072B7;
--page-background: #ffffff;
--highlight: #ef7421;
--boxes-background: #ffffff;
--boxes-border: #e8e8e8;
--section-titles: #0072B7;
--section-titles-background: #ffffff;
--header-background: #0072B7;
--header-links: #ffffff;
--footer-background: #111111;
--footer-links: #ffffff;
    }
    
/* BALISES HTML */
body {
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    background-color: #dddddd;
    line-height: normal;
}

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

/* MENU */
.ods-front-header {
    padding: 0px;
    height: 160px;
}

.ods-front-header__management-menu {
    line-height: 42px;
}

.ods-front-header__menu {
    display: block;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.ods-front-header__menu-item-link {
    height: 42px;
    line-height: 42px;
    opacity: 1;
    text-transform: uppercase;
}

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

.ods-front-header__menu-item-link[href^="/page/accueil/"]:before {
    font-family: "FontAwesome";
    content: '\f015';
    display: inline-block;
    line-height: 42px;
    font-size: 1.4rem;
    left: -8px;
    position: relative;
}


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

.ods-front-header__menu-item-link--active {
    background-color: #ef7421;
}

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

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

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

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

/* STYLES ODS MODIFIES */
.ods-box {
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0px;
}

.ods-filters__count {
    background-color: #0072B7;
    color: #ffffff;
}

.ods-filters__filters {
    background-color: #0072B7;
    color: #ffffff;
}

.ods-filters__export-catalog-title {
    background-color: #0072B7;
    color: #ffffff;
}

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

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

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

/* STYLES CD92 */
.cd92-header {
    background: url('/assets/theme_image/cd92_bandeau_fond.png') center;
    height: 118px;
}

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

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