.modal_info {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1500;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  width: 50%;
  height: fit-content;
  margin: 0 auto;
  padding: 20px;
  max-height: 500px;
  overflow-y: overlay;
}
@media screen and (max-width: 768px) {
  .modal-content {
    width: 75%;
  }
}
.modal-content div {
  margin-bottom: 10px;
}
.modal-content div img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0px auto;
}
.modal-content .close_modal {
  position: absolute;
  padding: 0px 7px;
  border-radius: 20px;
  color: white;
  background-color: black;
  border-color: white;
  border: 1px solid;
  right: 5px;
  top: 5px;
}

.image_modal {
  width: 50%;
  margin: auto;
  text-align: center;
}
.image_modal img {
  width: 50%;
}

.link_modal a {
  padding: 2% 5%;
  background-color: #1d6ab7;
  color: white;
  font-size: 22px;
  font-weight: 900;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.link_modal a:hover {
  background-color: #2184d1;
}

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