.cnm-alerte-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(3px);
  z-index: 9998;
}
.cnm-alerte {
  position: fixed;
  z-index: 9999;
  background: #fff;
  margin: 10vh 2rem;
  inset: 0;
  height: fit-content;
  padding: 2rem;
  border-radius: 6px;
  outline: none;
}
.cnm-alerte-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  cursor: pointer;
}
.cnm-alerte[hidden], .cnm-alerte-overlay[hidden] {
  display: none !important;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fpreprod.cnm.fr%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fcnm%2Fassets%2Fscss%2Falerte.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%22%7D */