#modal-reservation {
  display:none;
  position:fixed;
  top:0; left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  z-index:9999;
}

#modal-reservation .modal-content {
  position:absolute;
  top:50%; left:50%;
  transform:translate(-50%, -50%);
  width:90%;
  height:90%;
  background:#fff;
  border-radius:8px;
  overflow:hidden;
}

#modal-reservation iframe {
  width:100%;
  height:100%;
  border:none;
}

#modal-reservation .close {
  position:absolute;
  top:10px;
  right:10px;
  z-index:10;
}
.close,.openReservation{
    background-color: #43b9b2;
    border-radius: 5px;
    color: #fff ;
    padding:  4px 6px;
    border:none;
}