
    :root {
        --text: #3F484F;
--links: #ED5929;
--titles: #3F484F;
--page-background: #FFFFFF;
--highlight: #ED5929;
--boxes-background: #FFFFFF;
--boxes-border: #CBD2DB;
--section-titles: #3F484F;
--section-titles-background: #F6F8FB;
--header-background: #96ACBB;
--header-links: #FFFFFF;
--footer-background: #96ACBB;
--footer-links: #96ACBB;
    }
    
.ods-front-header{
    height:75px;
}

.ods-front-header__menu{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    top: -34px;
    position: relative;
}

.ods-front-header__menu-item-link--active, .ods-responsive-menu-collapsible--collapsed .ods-front-header__menu-item-link--active
,.ods-responsive-menu-collapsible--collapsed {
    border:none;
    font-weight: 700;
}
.ods-front-header__menu-item-link:hover {
   text-shadow: 1px 0 0 currentColor;
  font-weight: normal; /* Garde le poids normal */

}

.ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu{
    padding:0px;
}

.ods-front-header__menu-item-link{
    line-height:50px;
    padding: 0px 15px;
    opacity:1;
}

.ods-front-header__management-menu{
    display: grid;
    justify-items: end;
    justify-content: end;
    padding-top: 6px;
    margin-right: -25px;
}

.ods-front-footer{
    background-color:#96ACBB;
    color:white;
    margin-top: 40px;
}

.ods-front-footer__link{
    color:white;
}

.ods-catalog-card__visualization, .ods-catalog-card__title, .ods-error-page__title{
    color:#565656;
}

.ods-front-header__menu-item:nth-child(7) .ods-front-header__menu-item-link {
    color:#ED5929;
    opacity:1;
    
    font-weight: 700; 
}

.ods-front-header__menu-item:nth-child(7) {
    color:#ED5929;
    opacity:1;
    font-weight: 700;
}

.ods-front-header__menu-item:nth-child(7):hover, .ods-front-header__menu-item--active:nth-child(7) {
        background-color: #FFF;

}


@media screen and (max-width:1000px){
    .ods-front-header__management-menu {
        display: flex;
        flex-direction: column;
    }
}


@media screen and (max-width:450px){
    .ods-front-footer{
        display: flex;
        flex-wrap: wrap;
        height: auto;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
}

.footer-image {
    background: #96ACBB;
    text-align: center;
    margin-top: -2px;
}