@charset "UTF-8";
.ol-popup {
  position: absolute;
  background-color: white;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  z-index: 100;
  pointer-events: none;
  transform: translate(-50%, -100%);
}

.blurred-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.popup h2 {
  margin-bottom: 20px;
}
.popup input {
  padding: 10px;
  width: 80%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.popup button {
  padding: 10px 20px;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.popup #error-message {
  color: red;
  margin-top: 10px;
  display: none;
}

.no-scroll {
  overflow: hidden;
  height: 100vh; /* Empêche le défilement vertical */
}

.alert .alert-error {
  color: red;
}

.title-excerpt {
  padding: 10px;
}

.credits {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.grecaptcha-badge {
  z-index: 1000;
}

.container {
  max-width: 1170px;
}

.text-shadow {
  text-shadow: 0px 0px 5px #000000;
}
.text-shadow a {
  text-shadow: none;
}

/*# sourceMappingURL=app.output.css.map */
