
    :root {
        --text: #565656;
--links: #4F95B8;
--titles: #333333;
--page-background: #ffffff;
--highlight: #4F95B8;
--boxes-background: #FFFFFF;
--boxes-border: #CBD2DB;
--section-titles: #142E7B;
--section-titles-background: #4F95B8;
--header-background: #E7EFF1;
--header-links: #FFFFFF;
--footer-background: #FFFFFF;
--footer-links: #005D7A;
    }
    
@font-face {
  font-family: 'Museo500';
  font-weight: normal;
  font-style: normal;
  src: local('Museo500'), url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/bruxellesdata/theme_font/museo500-regular-webfont.woff') format('woff');
}
main {
  min-height: calc(-90%);
}
/* HEADER */
.ods-front-header {
  padding: 0;
  height: 150px;
  overflow: hidden;
}
.bruxellesdata-header__language-menu {
  background-color: #E41E26;
  color: white;
  text-align: right;
  height: 25px;
}
.bruxellesdata-header__languages {
  display: inline-block;
  margin: 0;
  padding: 2px 1rem;
  list-style: none;
}
.bruxellesdata-header__language {
  display: inline-block;
}
.bruxellesdata-header__language-link {
  font-weight: bold;
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
}
.bruxellesdata-header__language-link:hover {
  text-decoration: none;
  color: black;
}
.ods-front-header__management-menu {
  position: relative;
  display: inline-block;
  top: initial;
  right: initial;
  height: 25px;
  line-height: 1em;
  font-size: 0.9rem;
  vertical-align: top;
  padding-top: 2px;
}
.ods-front-header__management-menu-item-link {
  padding: 0;
}
.ods-front-header__management-menu-item-link:not(.ods-front-header__management-menu-item-link--backoffice):hover {
  border-bottom: 2px solid white;
}
.ods-front-header__management-menu-item--backoffice {
  padding: 0.1rem 0.33rem;
}
.ods-front-header__management-menu-item-link--backoffice {
  padding: 0;
}
.ods-front-header__account-avatar-container {
  width: 20px;
  height: 20px;
}
.ods-front-header__account-avatar {
  width: 14px;
  height: 14px;
}
.bruxellesdata-header__logo {
  height: 90px;
  background: url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/bruxellesdata/theme_image/header.jpg') no-repeat center 0;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
}
.bruxellesdata-header__logo:before {
  content: '';
  background: #fff url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/bruxellesdata/theme_image/bxl-logo.png') no-repeat center center;
  background-size: 85px 85px;
  display: block;
  width: 90px;
  height: 90px;
  float: left;
}
.bruxellesdata-header__logo .ods-front-header__logo {
  height: 90px;
  display: block;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.ods-front-header__menu {
  margin: 0;
}
.ods-front-header__menu-item-link {
  line-height: 35px;
  border: none;
  opacity: 1;
  font-family: Museo500, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #0f5e76;
}
.ods-front-header__menu-item-link:hover,
.ods-front-header__menu-item-link--active {
  background-image: -webkit-linear-gradient(top, #139CD2, #0C6489);
  background-image: linear-gradient(to bottom, #139CD2, #0C6489);
  color: white;
}
/* FOOTER */
.ods-front-footer {
  border: none;
}
