
    :root {
        --text: #000000;
--links: #585A7F;
--titles: #000000;
--page-background: #FCFCFC;
--highlight: #000000;
--boxes-background: #FFFFFF;
--boxes-border: #8D90CC;
--section-titles: #000000;
--section-titles-background: #D4D9FF;
--header-background: #000000;
--header-links: #000000;
--footer-background: #FFFFFF;
--footer-links: #585A7F;
    }
    
@font-face {
  font-family: 'Raleway';
  font-weight: normal;
  font-style: normal;
  src: local('Raleway'), url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/bruxellesdata/theme_font/Raleway-Medium.ttf') format('ttf');
}
body {
    font-family: 'Raleway', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
.headerimage {
            width: 100%;
        }

.sitename {
    color: white;
    padding-left:7px;
    text-align: initial;
    font-weight: bold;
    font-size: 1rem;
}

.ods-front-header {
    background-color: black;
}

.ods-front-header__menu-item-link {
    color:white;
}


.ods-front-header__menu-item .ods-front-header__menu-item-link:hover
{
    color:white;
}

    
.ods-front-header__login-signup-buttons-button a {
    color:white;
}

.ods-front-header {
    height: 120px;
}
.ods-responsive-menu-collapsible__content {
    font-size: 1rem;
}

.ods-responsive-menu-collapsible__container,
.ods-responsive-menu-collapsible__content {
    height: inherit;
}
.ods-responsive-menu-placeholder__toggle {
    color:white;
    opacity: 1;
}

.ods-responsive-menu-placeholder__toggle:hover {
    background-color:white;
}

.ods-responsive-menu-collapsible--collapsed .ods-responsive-menu-collapsible__container {
    background-color: black;
}

.ods-responsive-menu-collapsible__toggle-button {
    color:black;
}

.ods-responsive-menu-collapsible--collapsed .ods-front-header__language .ods-front-header__link {
 color:white;
}

.ods-responsive-menu-collapsible--collapsed .ods-front-header__language .ods-front-header__link--active {
font-weight: bold;
}

.dropdown-menu .dropdown-menu-content {
    background-color: black;
}

.dropdown-menu .dropdown-menu-content a {
    font-size:1rem;
    color:white;
}

.dropdown-menu .dropdown-menu-content a:hover {
    text-decoration:none;
}

.menuitem {
    opacity:1;
}
.menuitem:hover, .dropdown-menu:hover .menuitem {
    opacity:0.6;
}

.submenuitem:hover {
    opacity:.6;
}

.ods-responsive-menu-collapsible .ods-front-header__languages {
    display: block;
    position: absolute;
    top: 18px;
    right: 20px;
}
.ods-front-header__management-menu {
    right: 130px;
}
.ods-front-header__languages {
    margin-left: 10px;
}
.ods-front-header__language a {
    color: white;
    padding-right: 10px;
}
.ods-front-header__language a.ods-front-header__link--active {
    font-weight:bold;
}

.ods-front-header__quick-find-button {
    margin-left: 10px;
    font-size: 0.9rem;
}
.ods-front-header__menu-item-link {
    padding: 0 10px;
    font-size: 1.2rem;
}
.ods-front-header__menu {
    margin: 0 20px 0 20px;
}
.rods-user-avatar {
    width: 160px;
}
.ods-responsive-menu-placeholder__container {
    display: flex;
}

h1 {
    text-transform: uppercase; /* Met le texte en majuscules */
    font-style: italic; /* Met le texte en italique */
}

/* FOOTER */
#footer {
    background-color: black;
    color: white;
    padding-top: 5px;
    padding-top: 35px;
    margin-top: 75px;
}
#footer .footer-logo img { 
    filter: invert(1);
}
#footer a {
    color: white;
}
.footer-legal {
    text-align: left;
}
.ods-front-footer__legal {
    padding: 0;
}
.ods-manage-cookies-preferences__show-button {
    padding: 0;
}
.footer-logo img {
    width: 200px;
}
.footer-logo {
    margin-bottom: 20px;
    float: left;
    margin-right: 15px;
}
.footer-links li {
    list-style: none;
    padding-top: 5px;
}
.footer-links a {
    display: block;
    color: black;
}
.footer-links {
    padding: 0;
    margin: 0;
}
.ods-front-footer__legal {
    line-height: 30px;
}
.footer-links-title {
    font-weight: bold;
    margin-bottom: 0px;
}
a.footer-link {
    padding-top: 5px;
}
.ods-front-footer__languages a {
    padding-right: 10px;
}
.footer-address {
    line-height: 25px;
    text-align: left;
    display: block;
    margin-top: 14px;
}

footer {
    font-size: 1.1rem;
    padding-bottom: 15px;
}
.footer-block {
    width: 25%;
    display: inline-block;
}
.footer-blocks {
        display: flex;
}
/* DESKTOP SPECIFICS - STYLE OF ODS HEADER
========================================================================== */

.ods-responsive-menu-collapsible__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 12px;
}

.ods-front-header__portal-brand {
    display: flex;
    height: 75px;
    position: relative;
    top: 0;
    align-items: center;
}
.ods-front-header__portal-brand img {
    filter: invert(1);
    padding: 7px;
}

/* MOBILE SPECIFICS - STYLE OF ODS HEADER
========================================================================== */
.ods-responsive-menu-placeholder.ods-responsive-menu-placeholder--active {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ods-responsive-menu--collapsed .ods-responsive-menu-collapsible__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__logo {
    display: none;
}

.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu,
.ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu
{
    width: 100%;
}
.ods-responsive-menu-collapsible--collapsed .ods-front-header__management-menu {
    padding: 0 10px;
}
@media screen and (min-width: 1000px) and (max-width: 1239px){    
    .ods-front-header__menu-item-link {
    font-size: 1rem;
    }
}

/* DESKTOP SPECIFICS - STYLE OF DROPDOWN MENU
========================================================================== */

.dropdown-menu-content {
    position: absolute;
    filter: drop-shadow(0px 14px 8px rgba(37, 48, 59, 0.1));
    z-index: 1;
    padding: 10px 20px;
    min-width: 150px;  
}

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

.dropdown-menu-content a:hover {
    color: #585A7F;
    text-decoration: underline;
}

@media screen and (min-width: 1000px) {
    .dropdown-menu-content {
        display: none;
    }

    .dropdown-menu:hover .dropdown-menu-content {
        display: block;
    }

    .ods-responsive-menu-collapsible {
        height: inherit;
    }
}

@media screen and (min-width: 1100px) {
.ods-front-header__menu {
    margin: 0 40px 0 20px;
}
}

/* MOBILE SPECIFICS - STYLE OF DROPDOWN MENU
========================================================================== */

@media screen and (max-width: 999px){    
    .dropdown-menu-content {
        position: relative;
        padding-left: 25px;
        filter: none;
    }
    
    .ods-responsive-menu-collapsible__container .sitename {
        display:none;
    }
    .ods-front-header {
        height: 120px;
    }
        
}
@media screen and (max-width: 767px){ 
    .ods-front-footer__languages {
        margin: 20px 0;
    }
    .footer-blocks {
        display: block;
    }
    .footer-block,
    .footer-address {
       text-align: center; 
    }
    .footer-logo {
        float: none;
    }
    .footer-legal {
      margin-top: 20px;
    }
}
@media screen and (max-width: 993px){ 
    .footer-block {
        width: 50%;
    }
}