#cookie-notification {
  max-width: 1200px;
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9999;
}
#cookie-notification .notif-wrapper {
  background: #FFF;
  border-radius: 16px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 32px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  padding: 24px;
}
@media (max-width: 767px) {
  #cookie-notification .notif-wrapper {
    display: block;
  }
}
#cookie-notification .notif-wrapper button {
  align-self: center;
}
@media (max-width: 767px) {
  #cookie-notification .notif-wrapper button {
    width: 100%;
    margin-top: 24px;
  }
}
@media (max-width: 901px) {
  #cookie-notification {
    padding: 0 32px;
    bottom: 24px;
  }
}
@media (max-width: 767px) {
  #cookie-notification {
    display: block;
    padding: 0 24px;
    bottom: 24px;
  }
}

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