html, body {
  margin: 0;
  padding: 0;
  background: #f2eee5;
}
body {
  min-height: 100vh;
  font-family: Arial, sans-serif;
}
.page {
  position: relative;
  width: min(100%, 980px);
  margin: 0 auto;
  background: #fff;
  line-height: 0;
  box-shadow: 0 0 24px rgba(0,0,0,.12);
}
.landing {
  display: block;
  width: 100%;
  height: auto;
}
.hotspot {
  position: absolute;
  display: block;
  z-index: 2;
  background: transparent;
  border-radius: 999px;
}
.hotspot:focus-visible {
  outline: 3px solid #d3a15f;
  outline-offset: 3px;
}
.rdv-1 { left: 2%; top: 30%; width: 27%; height: 2.3%; }
.rdv-2 { left: 30%; top: 59%; width: 45%; height: 2.2%; }
.rdv-3 { left: 43%; top: 89%; width: 45%; height: 2.2%; }
.email { left: 68%; top: 95%; width: 32%; height: 0.9%; }
.phone { left: 68%; top: 96%; width: 25%; height: 0.8%; }
.web { left: 68%; top: 97%; width: 30%; height: 0.8%; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 600px) {
  .page { width: 100%; box-shadow: none; }
}
