@font-face {
  font-family: "Bevellier";
  src: url("../fonts/Bevellier-Regular.woff2") format("woff2"), url("../fonts/Bevellier-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#hsl-gite-colieuvres {
  position: relative;
  background: var(--sdk-color-theme-background);
  padding: 0 0 200px 0;
  display: grid;
  column-gap: 24px;
  row-gap: 24px;
  grid-template-columns: 72px repeat(12, minmax(0px, 1fr)) 72px;
}
@media screen and (max-width: 992px) {
  #hsl-gite-colieuvres {
    grid-template-columns: 8px repeat(12, minmax(0px, 1fr)) 8px;
    padding: 40px 0;
  }
}
#hsl-gite-colieuvres #iframe-smart-locator {
  width: 100%;
  min-height: 500px;
  max-height: 100svh;
  height: 70vh;
  display: grid;
  grid-column-start: 2;
  grid-column-end: 14;
}
@media screen and (max-width: 992px) {
  #hsl-gite-colieuvres #iframe-smart-locator {
    min-height: auto;
    height: 50vh;
  }
}

.diadao-smart-locator-container.open {
  background: #FFFFFF;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
}
.diadao-smart-locator-container.open #iframe-smart-locator {
  position: fixed !important;
  top: 0;
  left: 0;
  min-height: 100vh !important;
  padding-bottom: 0;
  grid-column-start: auto !important;
  grid-column-end: auto !important;
  width: 100vw !important;
}

body h2,
body #header-menu span,
body .booking-menu-title {
  font-family: "Bevellier", sans-serif;
  font-weight: 400;
  font-size: 64px;
}
body h2 strong,
body #header-menu span strong,
body .booking-menu-title strong {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
@media screen and (max-width: 992px) {
  body h2,
  body #header-menu span,
  body .booking-menu-title {
    font-size: 24px;
  }
  body h2 strong,
  body #header-menu span strong,
  body .booking-menu-title strong {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
  }
}
body h2,
body .booking-menu-title {
  line-height: 72px;
}
@media screen and (max-width: 992px) {
  body h2,
  body .booking-menu-title {
    line-height: 32px;
  }
}

/*# sourceMappingURL=diadao-sdktemplate-gite-colieuvres.css.map */
