#visites-view[hidden] {
  display: none !important;
}

#visites-view {
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid #cfd8d3;
  border-radius: 10px;
  background: #f3f6f4;
  box-shadow: 0 3px 14px rgba(33, 49, 74, 0.07);
}

.visites-frame {
  display: block;
  width: 100%;
  height: 760px;
  border: 0;
  background: #f3f6f4;
  overflow: hidden;
}

@media (max-width: 720px) {
  .visites-frame {
    height: 680px;
  }
}
