
    :root {
        --links: #025DA4;
--page-background: #eef1f4;
--header-links: #025DA4;
--titles: #025DA4;
--section-titles: #FFFFFF;
--highlight: #02BCF0;
--footer-links: #02BCF0;
--boxes-border: #E5E5E5;
--boxes-background: #FFFFFF;
--header-background: #FFFFFF;
--footer-background: #025DA4;
--text: #333333;
--section-titles-background: #02BCF0;
    }
    
.ods-app-explore-catalog .ods-filters { /*style des filtres menu de gauche*/
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    will-change: position,transform;
    background-color: white;
    padding: 15px;
    border: 1 solid #E5E5E5;  
}

.ods-catalog-card__visualization { /*Style des liens des onglets des datasets*/
    display: block;
    font-size: .9rem;
    padding: .1rem 0;
    color: #38BBFF;}

.ods-responsive-menu-collapsible .ods-front-header__languages {
    display: block;
    position:fixed;
    right:0px;
}
