@charset "UTF-8";
.prestations .price-options {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-left: auto;
  font-weight: 600;
  color: #2c7a3e;
}
.prestations .price-options span {
  white-space: nowrap;
}
.prestations > ul {
  padding-left: 0;
}
.prestations > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prestations > ul > li strong {
  flex: 1;
}
.prestations > ul > li > em {
  margin-left: auto;
  white-space: nowrap;
}

#ast-hf-mobile-menu {
  box-shadow: -1px 8px 12px -6px rgba(0, 0, 0, 0.51);
  -webkit-box-shadow: -1px 8px 12px -6px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: -1px 8px 12px -6px rgba(0, 0, 0, 0.51);
}

/* Réserver */
.ast-mobile-header-content > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(10) > a:nth-child(1) {
  background: #1a2332 !important;
  max-height: 42px;
  color: white !important;
}

@media only screen and (min-width: 820px) {
  li.page_item:nth-child(2) > a:nth-child(1) {
    background-color: inherit !important;
    max-height: inherit;
    color: inherit !important;
  }
  .menu-item:last-of-type .menu-link {
    background: #1a2332 !important;
    max-height: 42px;
    color: white !important;
  }
}
.Footer--contact--content {
  gap: 25px;
  color: black;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

@media only screen and (min-width: 820px) {
  .Footer--contact--content {
    flex-direction: row;
    width: 500px;
    margin: 0 auto;
  }
}
.site-header {
  border-bottom: none;
}

#page .site-content {
  padding: inherit;
  width: 100%;
}

.sticky-booking-btn {
  transform: unset;
  font-size: 1rem;
  border-radius: 0;
  background-color: var(--ast-global-color-0);
  right: calc(var(--spacing-unit) * 4);
}

.sticky-booking-btn:hover {
  transform: unset;
  color: white;
  /* bottom: calc(var(--spacing-unit) * 1.9); */
}

#ast-scroll-top {
  right: 2px;
  font-size: 27.5px;
  bottom: 16px;
  height: 50px;
}

@media only screen and (min-width: 820px) {
  #ast-scroll-top {
    right: 2px;
    font-size: 27.5px;
    bottom: 32px;
    height: 59px;
  }
}
@media (min-width: 921px) {
  .ast-theme-transparent-header #masthead {
    position: relative;
  }
}
.wp-block-cover__inner-container.is-layout-flow.wp-block-cover-is-layout-flow {
  margin-top: 110px;
}

@media (min-width: 921px) {
  .wp-block-cover__inner-container.is-layout-flow.wp-block-cover-is-layout-flow {
    margin-top: initial;
  }
}
.wp-block-button.has-custom-width.wp-block-button__width-50 {
  min-width: 300px;
  max-width: 300px;
}