:root {
  --ow-blue: #087ba9;
  --ow-blue-bright: #12a4d8;
  --ow-cream: #d7c39d;
  --ow-cream-light: #eadab9;
  --ow-ink: #101516;
  --ow-steel: #172326;
  --ow-rust: #6f4c2d;
  --ow-header-height: 74px;
  --ow-stencil: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --ow-condensed: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: #050707;
  scroll-behavior: smooth;
}

body.ow-theme {
  margin: 0;
  min-width: 320px;
  overflow: hidden;
  background: #050707;
  color: var(--ow-ink);
  font-family: var(--ow-condensed);
}

img,
svg {
  max-width: 100%;
}

a {
  color: inherit;
}

.screen-reader-text,
.ow-hotspot span,
.ow-offer-hotspot span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.ow-skip-link {
  position: fixed;
  z-index: 2147483647;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  transform: translateY(-160%);
  background: var(--ow-cream-light);
  color: var(--ow-ink);
  font-weight: 800;
}

.ow-skip-link:focus {
  transform: translateY(0);
}

.ow-mobile-header,
.ow-mobile-page {
  display: none;
}

.ow-page {
  min-height: 100svh;
  background: #050707;
}

.ow-desktop-stage {
  display: grid;
  width: 100%;
  height: 100svh;
  place-items: center;
  overflow: hidden;
  background: #050707;
}

.ow-artboard {
  position: relative;
  width: min(100vw, calc(100svh * 16 / 9));
  aspect-ratio: 16 / 9;
  max-height: 100svh;
  overflow: hidden;
  background: #050707;
}

.ow-artboard > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ow-hotspot {
  position: absolute;
  z-index: 15;
  display: block;
  border-radius: 4px;
  cursor: url("../images/cursor-hand.svg") 7 1, pointer;
}

.ow-hotspot--accueil {
  top: 2.66%;
  left: 22.79%;
  width: 9.25%;
  height: 7.88%;
}

.ow-hotspot--vision {
  top: 2.66%;
  left: 33.2%;
  width: 9.25%;
  height: 7.88%;
}

.ow-hotspot--tarifs {
  top: 2.66%;
  left: 43.62%;
  width: 9.25%;
  height: 7.88%;
}

.ow-hotspot--contact {
  top: 2.66%;
  left: 54.04%;
  width: 9.25%;
  height: 7.88%;
}

.ow-hotspots:not(.ow-hotspots--accueil) .ow-hotspot--accueil {
  left: 54.65%;
  width: 9.25%;
}

.ow-hotspots:not(.ow-hotspots--accueil) .ow-hotspot--vision {
  left: 65.1%;
  width: 9.25%;
}

.ow-hotspots:not(.ow-hotspots--accueil) .ow-hotspot--tarifs {
  left: 75.52%;
  width: 9.25%;
}

.ow-hotspots:not(.ow-hotspots--accueil) .ow-hotspot--contact {
  left: 85.94%;
  width: 9.25%;
}

.ow-hotspot--phone {
  top: 1.8%;
  right: 4.7%;
  width: 23.8%;
  height: 16.6%;
}

.ow-hotspot--home-tarifs {
  top: 76.2%;
  left: 12.8%;
  width: 16.1%;
  height: 9.2%;
}

.ow-hotspot--home-call {
  top: 76.2%;
  left: 29.4%;
  width: 13.4%;
  height: 9.2%;
}

.ow-hotspot--contact-phone {
  top: 32%;
  left: 5%;
  width: 38%;
  height: 56%;
}

.ow-offer-hotspot {
  position: absolute;
  z-index: 18;
  top: 27.1%;
  height: 44.3%;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: inherit;
  cursor: url("../images/cursor-hand.svg") 7 1, pointer;
  appearance: none;
}

.ow-offer-hotspot--refonte {
  left: 21.7%;
  width: 12.6%;
}

.ow-offer-hotspot--reservation {
  left: 35.1%;
  width: 12.6%;
}

.ow-offer-hotspot--boutique {
  left: 48.7%;
  width: 12.7%;
}

.ow-offer-hotspot--agent {
  left: 62.1%;
  width: 13.1%;
}

@media (min-width: 900px) and (orientation: landscape), (min-width: 1025px) {
  .ow-hotspot,
  .ow-offer-hotspot {
    outline: none;
    -webkit-tap-highlight-color: transparent;
  }

  .ow-hotspot::before,
  .ow-hotspot::after,
  .ow-offer-hotspot::before,
  .ow-offer-hotspot::after {
    position: absolute;
    content: "";
    pointer-events: none;
  }

  .ow-hotspot::before {
    inset: 12%;
    border: 3px solid #06364b;
    border-radius: 7px;
    background-color: rgb(4 25 34 / 7%);
    box-shadow:
      inset 0 0 0 1px rgb(225 244 240 / 10%),
      0 0 0 1px rgb(0 8 12 / 62%),
      0 0 4px rgb(5 42 57 / 32%);
    opacity: .88;
    transition:
      border-color 150ms ease,
      background-color 150ms ease,
      box-shadow 150ms ease,
      opacity 150ms ease,
      transform 90ms ease;
  }

  .ow-hotspot--accueil::before,
  .ow-hotspot--vision::before,
  .ow-hotspot--tarifs::before,
  .ow-hotspot--contact::before {
    inset: 12% 2% 8%;
    border: 2px solid #715a38;
    border-radius: 7px;
    background:
      radial-gradient(circle at 6px 6px, #a98651 0 2px, #3d3020 2.4px 3.5px, transparent 3.8px),
      radial-gradient(circle at calc(100% - 6px) 6px, #a98651 0 2px, #3d3020 2.4px 3.5px, transparent 3.8px),
      radial-gradient(circle at 6px calc(100% - 6px), #a98651 0 2px, #3d3020 2.4px 3.5px, transparent 3.8px),
      radial-gradient(circle at calc(100% - 6px) calc(100% - 6px), #a98651 0 2px, #3d3020 2.4px 3.5px, transparent 3.8px),
      linear-gradient(145deg, rgb(239 222 188 / 38%), rgb(198 171 126 / 28%));
    box-shadow:
      inset 0 0 0 2px rgb(255 247 222 / 22%),
      inset 0 -8px 14px rgb(92 65 35 / 10%),
      0 2px 3px rgb(28 20 13 / 38%);
  }

  .ow-hotspot--phone::before {
    inset: 0;
    border-radius: 8px;
  }

  .ow-hotspot--home-tarifs::before,
  .ow-hotspot--home-call::before {
    inset: 7% 2%;
    border-radius: 6px;
  }

  .ow-hotspot--contact-phone::before {
    inset: 7% 5%;
    border-radius: 24px;
  }

  .ow-hotspot:hover::before,
  .ow-hotspot:focus-visible::before {
    border-color: #32c8f4;
    background-color: rgb(17 169 220 / 7%);
    box-shadow:
      inset 0 0 0 1px rgb(224 249 255 / 70%),
      inset 0 0 18px rgb(24 190 236 / 16%),
      0 0 4px #23bde9,
      0 0 11px rgb(35 189 233 / 92%),
      0 0 22px rgb(14 117 155 / 74%);
    opacity: 1;
  }

  .ow-hotspot--accueil:hover::before,
  .ow-hotspot--vision:hover::before,
  .ow-hotspot--tarifs:hover::before,
  .ow-hotspot--contact:hover::before,
  .ow-hotspot--accueil:focus-visible::before,
  .ow-hotspot--vision:focus-visible::before,
  .ow-hotspot--tarifs:focus-visible::before,
  .ow-hotspot--contact:focus-visible::before {
    border-color: #32c8f4;
    background:
      radial-gradient(circle at 6px 6px, #20bde9 0 2px, #07516d 2.4px 3.5px, transparent 3.8px),
      radial-gradient(circle at calc(100% - 6px) 6px, #20bde9 0 2px, #07516d 2.4px 3.5px, transparent 3.8px),
      radial-gradient(circle at 6px calc(100% - 6px), #20bde9 0 2px, #07516d 2.4px 3.5px, transparent 3.8px),
      radial-gradient(circle at calc(100% - 6px) calc(100% - 6px), #20bde9 0 2px, #07516d 2.4px 3.5px, transparent 3.8px),
      linear-gradient(145deg, rgb(239 222 188 / 38%), rgb(198 171 126 / 28%));
  }

  .ow-hotspots .ow-hotspot--accueil::before,
  .ow-hotspots .ow-hotspot--vision::before,
  .ow-hotspots .ow-hotspot--tarifs::before,
  .ow-hotspots .ow-hotspot--contact::before {
    border: 3px solid transparent;
    background: transparent;
    box-shadow: none;
    opacity: 0;
  }

  .ow-hotspots .ow-hotspot--accueil:hover::before,
  .ow-hotspots .ow-hotspot--vision:hover::before,
  .ow-hotspots .ow-hotspot--tarifs:hover::before,
  .ow-hotspots .ow-hotspot--contact:hover::before,
  .ow-hotspots .ow-hotspot--accueil:focus-visible::before,
  .ow-hotspots .ow-hotspot--vision:focus-visible::before,
  .ow-hotspots .ow-hotspot--tarifs:focus-visible::before,
  .ow-hotspots .ow-hotspot--contact:focus-visible::before {
    border-color: #32c8f4;
    background: transparent;
    box-shadow:
      inset 0 0 0 1px rgb(224 249 255 / 58%),
      0 0 4px #23bde9,
      0 0 11px rgb(35 189 233 / 92%),
      0 0 22px rgb(14 117 155 / 74%);
    opacity: 1;
  }

  .ow-hotspot:active::before {
    transform: translateY(2px);
    background-color: rgb(5 44 59 / 19%);
    box-shadow:
      inset 0 5px 12px rgb(0 0 0 / 34%),
      0 0 7px rgb(17 169 220 / 38%);
  }

  .ow-hotspot:focus-visible,
  .ow-offer-hotspot:focus-visible {
    outline: 3px solid var(--ow-blue-bright);
    outline-offset: 3px;
  }

  .ow-offer-hotspot {
    transition:
      filter 150ms ease,
      transform 130ms ease;
  }

  .ow-offer-hotspot::before {
    inset: 1%;
    border: 3px solid #06364b;
    border-radius: 10px;
    background:
      linear-gradient(115deg, rgb(255 255 255 / 0%) 24%, rgb(255 249 220 / 17%) 47%, rgb(255 255 255 / 0%) 66%);
    box-shadow:
      inset 0 0 0 1px rgb(225 244 240 / 10%),
      0 0 0 1px rgb(0 8 12 / 62%),
      0 0 4px rgb(5 42 57 / 32%);
    opacity: .82;
    transform: translateX(0);
    transition:
      opacity 150ms ease,
      transform 220ms ease,
      border-color 150ms ease,
      box-shadow 150ms ease;
  }

  .ow-offer-hotspot::after {
    top: 3.2%;
    right: 5.5%;
    width: 9px;
    height: 9px;
    border: 2px solid #3c3326;
    border-radius: 50%;
    background: #6e5a3c;
    box-shadow: inset 0 1px 1px rgb(255 242 204 / 32%);
    transition:
      background-color 150ms ease,
      box-shadow 150ms ease,
      transform 130ms ease;
  }

  .ow-offer-hotspot:hover,
  .ow-offer-hotspot:focus-visible {
    filter: brightness(1.045) saturate(1.04);
    transform: translateY(-3px);
  }

  .ow-offer-hotspot:hover::before,
  .ow-offer-hotspot:focus-visible::before,
  .ow-offer-hotspot[aria-pressed="true"]::before {
    border-color: #32c8f4;
    box-shadow:
      inset 0 0 0 1px rgb(224 249 255 / 70%),
      inset 0 0 28px rgb(24 190 236 / 15%),
      0 8px 16px rgb(0 0 0 / 34%),
      0 0 4px #23bde9,
      0 0 12px rgb(35 189 233 / 92%),
      0 0 24px rgb(14 117 155 / 72%);
    opacity: 1;
    transform: translateX(0);
  }

  .ow-offer-hotspot:hover::after,
  .ow-offer-hotspot:focus-visible::after,
  .ow-offer-hotspot[aria-pressed="true"]::after {
    background: #15b3e6;
    box-shadow:
      inset 0 1px 1px rgb(255 255 255 / 58%),
      0 0 4px #15b3e6,
      0 0 11px rgb(21 179 230 / 84%);
  }

  .ow-offer-hotspot:active {
    filter: brightness(.97);
    transform: translateY(1px);
  }

  .ow-offer-hotspot[aria-pressed="true"] {
    filter: brightness(1.055) saturate(1.06);
  }
}

.ow-generic-content {
  width: min(760px, calc(100% - 40px));
  min-height: 100svh;
  margin: 0 auto;
  padding: 80px 0;
  color: var(--ow-cream-light);
}

.ow-generic-content h1 {
  color: var(--ow-blue-bright);
  font-family: var(--ow-stencil);
  font-size: clamp(42px, 7vw, 82px);
  letter-spacing: .02em;
  text-transform: uppercase;
}

.ow-generic-content--center {
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.ow-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 2px solid #5d4e36;
  border-radius: 5px;
  background: var(--ow-cream-light);
  box-shadow: inset 0 0 0 2px rgb(255 255 255 / 16%), 0 5px 0 #473722;
  color: var(--ow-ink);
  font-family: var(--ow-stencil);
  font-size: 18px;
  letter-spacing: .02em;
  text-decoration: none;
  text-transform: uppercase;
}

.ow-button--blue {
  border-color: #075d80;
  background: var(--ow-blue);
  box-shadow: inset 0 0 0 2px rgb(255 255 255 / 13%), 0 5px 0 #064560;
  color: #fff8e7;
}

.ow-button--large {
  width: 100%;
  min-height: 58px;
  font-size: 20px;
}

@media (min-width: 900px) and (orientation: landscape), (min-width: 1025px) {
  .admin-bar .ow-desktop-stage {
    height: calc(100svh - 32px);
  }

  .admin-bar .ow-artboard {
    width: min(100vw, calc((100svh - 32px) * 16 / 9));
    max-height: calc(100svh - 32px);
  }
}

@media (max-width: 899px), (max-width: 1024px) and (orientation: portrait) {
  body.ow-theme {
    overflow-x: hidden;
    overflow-y: auto;
    background:
      radial-gradient(circle at 20% 10%, rgb(255 255 255 / 7%) 0 1px, transparent 2px),
      linear-gradient(145deg, #182426, #080d0f 70%);
  }

  .ow-desktop-stage {
    display: none;
  }

  .ow-mobile-header {
    position: absolute;
    z-index: 1200;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    min-height: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 1.8vw 2.5vw 0 0;
    background: transparent;
    pointer-events: none;
  }

  .admin-bar .ow-mobile-header {
    top: 46px;
  }

  .ow-mobile-brand {
    display: none;
  }

  .ow-mobile-brand img {
    width: 46px;
    height: 46px;
  }

  .ow-menu-toggle {
    position: relative;
    width: min(15vw, 64px);
    height: min(14vw, 60px);
    padding: 0;
    border: 0;
    border-radius: 8px;
    outline: 0;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
  }

  .ow-menu-toggle__lines,
  .ow-menu-toggle__lines::before,
  .ow-menu-toggle__lines::after {
    display: none;
    position: absolute;
    left: 12px;
    width: 24px;
    height: 3px;
    border-radius: 2px;
    background: #e9dec7;
    box-shadow: 0 0 5px rgb(18 164 216 / 34%);
    content: "";
    transition: transform 160ms ease, top 160ms ease, background-color 120ms ease;
  }

  .ow-menu-toggle__lines {
    top: 22px;
  }

  .ow-menu-toggle__lines::before {
    top: -8px;
    left: 0;
  }

  .ow-menu-toggle__lines::after {
    top: 8px;
    left: 0;
  }

  .ow-menu-toggle[aria-expanded="true"] {
    border-color: transparent;
    box-shadow: none;
  }

  .ow-menu-toggle[aria-expanded="true"] .ow-menu-toggle__lines {
    background: transparent;
    box-shadow: none;
  }

  .ow-menu-toggle[aria-expanded="true"] .ow-menu-toggle__lines::before {
    top: 0;
    transform: rotate(45deg);
  }

  .ow-menu-toggle[aria-expanded="true"] .ow-menu-toggle__lines::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .ow-mobile-menu {
    position: absolute;
    top: 15.2vw;
    right: 2.6vw;
    left: auto;
    width: min(375px, 44vw);
    display: none;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding: 13px;
    border: 4px solid #080e10;
    border-radius: 8px;
    outline: 2px solid #8b7149;
    outline-offset: -8px;
    background:
      radial-gradient(circle at 10px 10px, #b68c54 0 2px, #35291c 2.5px 4px, transparent 4.5px) 0 0 / 100% 100%,
      linear-gradient(135deg, #223235, #0d1719 72%);
    box-shadow:
      inset 0 0 0 2px rgb(8 123 169 / 44%),
      inset 0 0 26px rgb(0 0 0 / 66%),
      0 0 0 1px rgb(0 0 0 / 84%),
      0 14px 28px rgb(0 0 0 / 52%);
    pointer-events: auto;
  }

  .ow-mobile-menu.is-open {
    display: grid;
  }

  .ow-mobile-menu a {
    position: relative;
    min-height: 63px;
    padding: 14px 16px;
    border: 5px solid #0b1517;
    border-radius: 9px;
    outline: 2px solid #8b7149;
    outline-offset: -8px;
    background: linear-gradient(145deg, #ead9b5, #c8ab79);
    box-shadow:
      inset 0 0 0 2px rgb(255 247 228 / 38%),
      inset 0 -10px 18px rgb(92 65 35 / 10%),
      0 3px 0 #55412a;
    color: #10191a;
    font-family: var(--ow-stencil);
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: border-color 140ms ease, color 140ms ease, box-shadow 140ms ease, transform 100ms ease;
  }

  .ow-mobile-menu a:hover,
  .ow-mobile-menu a:focus-visible,
  .ow-mobile-menu a.is-current {
    border-color: #0b4258;
    color: #10191a;
    box-shadow:
      inset 0 0 0 2px rgb(255 247 228 / 38%),
      inset 0 -10px 18px rgb(92 65 35 / 10%),
      0 0 0 3px #32c8f4,
      0 0 6px #23bde9,
      0 0 14px rgb(35 189 233 / 82%);
    outline: none;
  }

  .ow-mobile-menu a:active {
    transform: translateY(2px);
  }

  .ow-page {
    min-height: 100svh;
  }

  .ow-mobile-page {
    display: block;
    min-height: 100svh;
  }

  .ow-mobile-artboard {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #050707;
  }

  .ow-mobile-artboard > img {
    display: block;
    width: 100%;
    height: auto;
  }

  .ow-mobile-hotspot,
  .ow-mobile-offer {
    position: absolute;
    z-index: 12;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: inherit;
    cursor: pointer;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
  }

  .ow-mobile-hotspot span,
  .ow-mobile-offer span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  .ow-mobile-hotspot--home-tarifs {
    top: 85.55%;
    left: 16.4%;
    width: 62.4%;
    height: 6.3%;
  }

  .ow-mobile-hotspot--home-call {
    top: 92.4%;
    left: 16.4%;
    width: 62.4%;
    height: 5.65%;
  }

  .ow-mobile-hotspot--contact-call {
    top: 81.1%;
    left: 14.7%;
    width: 70.6%;
    height: 9.2%;
  }

  .ow-mobile-hotspot:focus-visible {
    outline: 4px solid #32c8f4;
    outline-offset: 3px;
  }

  .ow-mobile-offers {
    position: absolute;
    z-index: 13;
    inset: 0;
    pointer-events: none;
  }

  .ow-mobile-offer {
    width: 34.3%;
    height: 27.1%;
    pointer-events: auto;
  }

  .ow-mobile-offer::before {
    position: absolute;
    inset: 0;
    border: 4px solid transparent;
    border-radius: 18px;
    box-shadow: none;
    content: "";
    pointer-events: none;
    transition: border-color 150ms ease, box-shadow 150ms ease, transform 120ms ease;
  }

  .ow-mobile-offer--refonte {
    top: 17.85%;
    left: 15%;
  }

  .ow-mobile-offer--reservation {
    top: 17.85%;
    left: 51.7%;
  }

  .ow-mobile-offer--boutique {
    top: 46.2%;
    left: 15%;
  }

  .ow-mobile-offer--agent {
    top: 46.2%;
    left: 51.7%;
  }

  .ow-mobile-offer:hover::before,
  .ow-mobile-offer:focus-visible::before,
  .ow-mobile-offer[aria-pressed="true"]::before {
    border-color: #32c8f4;
    box-shadow:
      inset 0 0 16px rgb(24 190 236 / 12%),
      0 0 5px #23bde9,
      0 0 15px rgb(35 189 233 / 88%),
      0 0 26px rgb(14 117 155 / 65%);
    outline: none;
  }

  .ow-mobile-offer:active::before {
    transform: translateY(2px);
  }

  .ow-mobile-wall {
    position: relative;
    padding: 32px 22px 42px;
    border-top: 1px solid #8d7551;
    background:
      radial-gradient(circle at 19px 18px, rgb(92 72 45 / 24%) 0 1px, transparent 1.6px) 0 0 / 38px 36px,
      linear-gradient(112deg, rgb(255 255 255 / 20%), transparent 36%),
      #d8c39b;
    box-shadow: inset 0 0 50px rgb(75 52 29 / 18%);
  }

  .ow-mobile-wall::before,
  .ow-mobile-wall::after {
    position: absolute;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #795a35;
    box-shadow: inset 1px 1px #d7bb89;
    content: "";
  }

  .ow-mobile-wall::before {
    left: 10px;
  }

  .ow-mobile-wall::after {
    right: 10px;
  }

  .ow-kicker {
    margin: 0 0 8px;
    color: #31545c;
    font-family: var(--ow-stencil);
    font-size: 17px;
    letter-spacing: .12em;
  }

  .ow-mobile-wall h1 {
    margin: 0 0 18px;
    color: var(--ow-ink);
    font-family: var(--ow-stencil);
    font-size: clamp(43px, 14vw, 68px);
    line-height: .95;
    letter-spacing: .01em;
    text-transform: uppercase;
  }

  .ow-mobile-wall h1 span,
  .ow-mobile-wall h1 em,
  .ow-mobile-wall h2 em {
    color: var(--ow-blue);
    font-style: normal;
  }

  .ow-mobile-wall h2 {
    margin: 0 0 16px;
    font-family: var(--ow-stencil);
    font-size: clamp(27px, 8.5vw, 42px);
    line-height: 1.06;
    text-transform: uppercase;
  }

  .ow-mobile-wall > p:not(.ow-kicker) {
    margin: 0 0 24px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.45;
  }

  .ow-mobile-actions {
    display: grid;
    gap: 14px;
  }

  .ow-mobile-page--tarifs .ow-mobile-wall {
    min-height: calc(100svh - var(--ow-header-height));
    padding-top: 34px;
  }

  .ow-offer-grid {
    display: grid;
    gap: 16px;
  }

  .ow-offer-card {
    position: relative;
    display: grid;
    grid-template-columns: 60px 1fr auto;
    gap: 4px 14px;
    align-items: center;
    padding: 18px;
    border: 2px solid #8b7149;
    border-radius: 7px;
    background: rgb(238 222 190 / 72%);
    box-shadow: inset 0 0 0 3px rgb(255 255 255 / 16%), 0 5px 0 #79613e;
    cursor: pointer;
    transition: border-color 150ms ease, box-shadow 150ms ease, filter 150ms ease, transform 120ms ease;
  }

  .ow-offer-card:hover,
  .ow-offer-card:focus-visible,
  .ow-offer-card[aria-pressed="true"] {
    border-color: #22b8e8;
    box-shadow:
      inset 0 0 0 2px rgb(238 253 255 / 42%),
      inset 0 0 22px rgb(24 190 236 / 12%),
      0 5px 0 #79613e,
      0 0 5px #23bde9,
      0 0 14px rgb(35 189 233 / 74%);
    filter: brightness(1.035) saturate(1.04);
    outline: none;
    transform: translateY(-2px);
  }

  .ow-offer-card:active {
    transform: translateY(2px);
  }

  .ow-offer-card__icon {
    grid-row: 1 / 4;
    width: 58px;
    color: var(--ow-blue);
  }

  .ow-offer-card__icon svg {
    width: 54px;
    fill: none;
    stroke: currentcolor;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ow-offer-card h2 {
    grid-column: 2 / 4;
    margin: 0;
    font-family: var(--ow-stencil);
    font-size: 23px;
    text-transform: uppercase;
  }

  .ow-offer-card p {
    grid-column: 2;
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
  }

  .ow-offer-card strong {
    grid-column: 3;
    grid-row: 2 / 4;
    color: var(--ow-blue);
    font-family: var(--ow-stencil);
    font-size: 28px;
    white-space: nowrap;
  }

  .ow-assurances {
    display: grid;
    gap: 10px;
    margin-top: 24px;
  }

  .ow-assurances p {
    display: grid;
    gap: 3px;
    margin: 0;
    padding: 14px 16px;
    border-left: 6px solid var(--ow-blue);
    background: rgb(22 35 38 / 88%);
    color: #f1dfb9;
  }

  .ow-assurances strong {
    font-family: var(--ow-stencil);
    font-size: 18px;
    text-transform: uppercase;
  }

  .ow-assurances span {
    font-size: 15px;
  }

  .ow-mobile-wall--center {
    text-align: center;
  }

  .ow-mobile-wall--center .ow-kicker {
    color: var(--ow-blue);
  }

  .ow-generic-content {
    min-height: calc(100svh - var(--ow-header-height));
    padding: 56px 0;
  }
}

@media (max-width: 520px) {
  .ow-mobile-menu a {
    min-height: 54px;
  }

  .ow-offer-card {
    grid-template-columns: 48px 1fr;
  }

  .ow-offer-card__icon {
    width: 46px;
  }

  .ow-offer-card__icon svg {
    width: 44px;
  }

  .ow-offer-card h2,
  .ow-offer-card p,
  .ow-offer-card strong {
    grid-column: 2;
  }

  .ow-offer-card strong {
    grid-row: auto;
    margin-top: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}
