  html {
    scroll-behavior: smooth;
  }


/* Cookie banner fixed */
#cookiebanner {
  position: fixed !important;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
