html {
  background-color: #fff;
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

header {
  background-color: #49afb7;
}

header .imgLogo {
  position: absolute;
  left: 15PX;
  top: 12px;
}

.language-switcher {
  color: #85d3df;
  padding-top: 18px;
}

@media only screen and (max-width: 480px) {
  .language-switcher {
    padding-top: 20px;
  }
}

.language-switcher a {
  color: #85d3df;
  padding-left: 5px;
  padding-right: 5px;
}

.language-switcher .active {
  color: #fff;
  font-weight: bold;
}

.language-switcher a:hover {
  font-weight: bold;
  color: #fff;
}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #58585a;
}

.statement section {
  padding-top: 3%;
  padding-bottom: 5%;
}

.statement section a {
  text-decoration: underline;
}

.statement section p {
  text-align: justify;
}

.statement section h2 {
  font-weight: bold;
  font-size: 1.1rem;
  font-style: italic;
}

.statement section h3 {
  font-size: 1rem;
  font-style: italic;
  letter-spacing: 1px;
}

.statement section h4 {
  font-size: 1rem;
  margin-left: 3%;
}

.statement section li {
  color: #58585a;
}

.statement a {
  color: #58585a;
}

.about-belga a {
  color: #828282;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.contact {
  padding-right: 0px;
}

.cross-domain {
  border-bottom: 1px solid #ebeced;
  color: #58585a;
}

.cookie-projects .microsite-areas {
  padding-left: 0px;
  margin-top: 1%;
}

.cookie-projects .microsite-areas li {
  float: left;
  list-style: none;
  position: relative;
  width: 33.3333%;
}

@media only screen and (max-width: 480px) {
  .cookie-projects .microsite-areas li {
    width: 50%;
  }
}

.cookie-projects .microsite-areas li a {
  text-decoration: underline;
  color: #49afb7;
  display: block;
  padding: 6px 0;
}

.cookie-projects .microsite-areas li a:hover {
  color: #F38B2F;
}

.cookie-projects .microsite-areas li span {
  color: #58585a;
  position: absolute;
  top: 8px;
  left: 130px;
}

@media only screen and (max-width: 480px) {
  .cookie-projects .microsite-areas li span {
    left: 115px;
  }
}

@media (max-width: 768px) {
  header .text-content {
    color: #58585a;
    font-size: 1.3rem;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    margin-top: 8px;
  }
}

@media (min-width: 768px) {
  header {
    height: 60px;
  }
  header .text-content {
    color: white;
    padding-top: 18px;
  }
}
