﻿html {
  min-height: 100vh;
}
html:lang(nl) {
  background: url("https://rapportannuel.onem.be/archives/2024/wp-content/uploads/2024/02/logo_nl.svg") no-repeat fixed center center;
  background-size: auto 16%;
}
html:lang(fr) {
  background: url("https://rapportannuel.onem.be/archives/2024/wp-content/uploads/2024/01/onem-logo.svg") no-repeat fixed center center;
  background-size: auto 16%;
}

body {
  min-height: 55vh;
  opacity: 1;
  background-color: #FFFFFF;
  transition-duration: 0.3s;
  transition-property: opacity;
  animation: fadeIn 800ms;
}
body.page-id-1441 {
  min-height: auto;
}
body.fade {
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=animation.css.map */
