.block-modale .modale-wrapper {
  position: fixed;
  z-index: 1000;
  width: 100dvw;
  height: 100dvh;
  background: rgba(175, 175, 175, 0.5098039216);
  top: var(--size-0);
  display: none;
}
.block-modale .modale-wrapper.is-open {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-modale .modale-container {
  border-radius: var(--size-40);
  background-color: var(--bc-background-white);
  max-width: 50%;
  max-height: 80%;
  overflow: auto;
  padding-block: 40px;
}/*# sourceMappingURL=block-modale.css.map */