@font-face {
  font-family: "Jandus Road Extended";
  src: url("../fonts/JandusRoadExtended.woff2") format("woff2"), url("../fonts/JandusRoadExtended.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#hsl-hoteldelafontaine {
  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-hoteldelafontaine {
    grid-template-columns: 8px repeat(12, minmax(0px, 1fr)) 8px;
    padding: 40px 0;
  }
}
#hsl-hoteldelafontaine #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-hoteldelafontaine #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;
}

:root {
  --kwpb-gform-input-border-color: #95a594;
}

h2,
#header-menu span,
.booking-menu-title {
  font-family: "Jandus Road Extended", serif;
  font-weight: 400;
  font-size: 48px;
}
h2 strong,
#header-menu span strong,
.booking-menu-title strong {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
@media screen and (max-width: 992px) {
  h2,
  #header-menu span,
  .booking-menu-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
  }
  h2 strong,
  #header-menu span strong,
  .booking-menu-title strong {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
  }
}

@media screen and (min-width: 992px) {
  html {
    font-size: 17px !important;
  }
}

h2,
.booking-menu-title {
  line-height: 64px;
}
@media screen and (max-width: 992px) {
  h2,
  .booking-menu-title {
    line-height: 32px;
  }
}

body .btn-underline, body .contact-access a {
  color: var(--sdk-color-btn-primary-background) !important;
}

html body:not(.sdk-dom-fcp-loaded) .video-wrapper a.button-video,
html body:not(.sdk-dom-fcp-loaded) .offcanvas:not(.show):not(.showing) svg,
html body:not(.sdk-dom-fcp-loaded) .offcanvas:not(.showing) svg,
html body:not(.sdk-dom-fcp-loaded) .offcanvas:not(.show) img,
html body:not(.sdk-dom-fcp-loaded) .offcanvas:not(.showing) img {
  display: none !important;
}

html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_checkbox label::before,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_radio label::before,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_consent label::before {
  background-color: #f6efdb;
}

body form.form-newsletter .gfield--type-captcha {
  position: initial !important;
}
body form.form-newsletter .gfield--type-captcha .grecaptcha-badge {
  position: absolute !important;
  bottom: 0 !important;
  z-index: 11;
}

/*# sourceMappingURL=diadao-sdktemplate-hoteldelafontaine.css.map */
