
    :root {
        --text: #565656;
--links: #0086D6;
--titles: #000000;
--page-background: #F6F8FB;
--highlight: #0086D6;
--boxes-background: #FFFFFF;
--boxes-border: #CBD2DB;
--section-titles: #142E7B;
--section-titles-background: #F6F8FB;
--header-background: #142E7B;
--header-links: #FFFFFF;
--footer-background: #FFFFFF;
--footer-links: #0086D6;
    }
    
.odswidget-table__cell-container{
    justify-content: end !important;
}
.ods-front-header__management-menu-item--backoffice{
    background-color:red !important;
}
#premier-table > div>table>tbody> tr>td:nth-child(3){
    border: solid 2px red !important;
    justify-content:left;
}
.odswidget-facet__category-count{
    display:none;
}
.ods-svginliner__svg-container{
    display:none;
}
.footer-links ul li a {
    color: #FFF;
    text-decoration: underline;
    font-size: 12px;
}
body{
    font-family: 'Winter 20 Sunday', sans-serif;
}