/** CSS Easing functions */
@font-face {
  font-family: "Marcellus";
  src: url(/wp-content/themes/laromaningue/dist/fonts/Marcellus-Regular.woff2?8ae4aad691a9cb5c462fce1e4dc13963) format("woff2"), url(/wp-content/themes/laromaningue/dist/fonts/Marcellus-Regular.woff?62064e40266e38ef50e225c9ff485300) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neucha";
  src: url(/wp-content/themes/laromaningue/dist/fonts/Neucha.woff2?2614191e44756055bcdbf58ca6a4cd35) format("woff2"), url(/wp-content/themes/laromaningue/dist/fonts/Neucha.woff?612e7c22a0cd0d0829ff12f9be729089) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
div:not(.gutenberg) .title {
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  div:not(.gutenberg) .title {
    margin-bottom: 3.75rem;
  }
}
div:not(.gutenberg) .title > h1, div:not(.gutenberg) .title h2, div:not(.gutenberg) .title h3 {
  font-family: var(--wp--preset--font-family--secondary);
  font-weight: 400;
  font-size: var(--wp--preset--font-size--size-1);
  color: #91C579;
  margin: 0;
}
div:not(.gutenberg) .title > span {
  font-family: var(--wp--preset--font-family--primary);
  display: block;
  font-size: var(--wp--preset--font-size--size-3);
  color: #4C4035;
}

.size-1 {
  font-size: var(--wp--preset--font-size--size-1);
}

.size-2 {
  font-size: var(--wp--preset--font-size--size-2);
}

.size-3 {
  font-size: var(--wp--preset--font-size--size-3);
}

.size-4 {
  font-size: var(--wp--preset--font-size--size-4);
}

.size-5 {
  font-size: var(--wp--preset--font-size--size-5);
}

.size-6 {
  font-size: var(--wp--preset--font-size--size-6);
}

.size-7 {
  font-size: var(--wp--preset--font-size--size-7);
}

/* Bulma Utilities */
.cabane {
  border-radius: 10px;
  background-color: var(--wp--preset--color--white);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
  overflow: hidden;
}
.cabane header {
  text-align: center;
}
.cabane-title {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 1.875rem;
  margin: 0;
  line-height: 1;
}
.cabane-title::after {
  content: none;
}
.cabane-title a {
  color: #4C4035;
  font-weight: 400;
}
.cabane-cat-people {
  font-family: var(--wp--preset--font-family--primary);
  color: #91C579;
}
.cabane-image {
  margin: 0 auto 1rem;
}
.cabane-image img {
  width: 300px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cabane-excerpt {
  margin-bottom: 2rem;
}
.cabane-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.cabane-infos:not(.is-justify-content-space-between) {
  gap: 10px;
}
.cabane-infos:not(.is-justify-content-space-between) > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 100%;
}
.cabane-infos:not(.is-justify-content-space-between) > span:not(:last-child)::after {
  content: "";
  display: block;
  -webkit-mask: url(/wp-content/themes/laromaningue/dist/images/inter-wave.svg?1da38c10c668c7082e6c62d9a05c13ef);
          mask: url(/wp-content/themes/laromaningue/dist/images/inter-wave.svg?1da38c10c668c7082e6c62d9a05c13ef);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 8px;
  height: 40px;
  background-color: #4C4035;
}
.cabane-access svg {
  width: 28px;
}
.cabane-people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  gap: 1rem;
}
.cabane-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cabane-price_old_value {
  color: #91C579;
  font-size: 1.25rem !important;
  position: relative;
  font-weight: 600;
}
.cabane-price_old_value::before {
  content: "";
  position: absolute;
  bottom: 15px;
  width: 50px;
  height: 3px;
  -webkit-transform: rotate(165deg);
       -o-transform: rotate(165deg);
          transform: rotate(165deg);
  background: #8A7569;
  display: inline-block;
}
.cabane-price_value {
  color: #91C579;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
.cabane-price span:not(.cabane-price_value) {
  font-size: 0.75rem;
}

.page-template-template-custom-blade .site-header {
  margin-bottom: 0;
}
.page-template-template-custom-blade .hero-slider_container {
  position: relative;
  padding: 0 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .page-template-template-custom-blade .hero-slider_container {
    padding: 0 3rem;
  }
}
.page-template-template-custom-blade .hero-slider:not(.slick-initialized) > .hero + .hero {
  display: none !important;
}
.page-template-template-custom-blade .hero-slider .hero {
  position: relative;
}
.page-template-template-custom-blade .hero-slider .hero-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.page-template-template-custom-blade .hero-slider .hero-content {
  position: absolute;
  bottom: 150px;
  right: 55px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .page-template-template-custom-blade .hero-slider .hero-content {
    bottom: 100px;
    right: 20px;
    width: 100%;
    padding-left: 20px;
  }
}
.page-template-template-custom-blade .hero-slider .hero-content h1 {
  font-size: clamp(2.125rem, 1.4648rem + 2.1127vw, 4rem);
  color: #91C579;
}
.page-template-template-custom-blade .hero-slider .hero-content .title {
  font-size: clamp(3.4375rem, 2.4032rem + 3.3099vw, 6.375rem);
  font-family: var(--wp--preset--font-family--primary);
  color: var(--wp--preset--color--white);
  display: block;
  line-height: 0.5;
  margin-bottom: 0;
}
.page-template-template-custom-blade .hero-slider .hero-content_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .page-template-template-custom-blade .hero-slider .hero-content_container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1rem;
  }
}
.page-template-template-custom-blade .hero-slider .hero-content_container_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 75px;
}
@media only screen and (max-width: 1023px) {
  .page-template-template-custom-blade .hero-slider .hero-content_container_button {
    padding-left: 20px;
  }
}
.page-template-template-custom-blade .hero-slider .hero-content_container_button .cl {
  gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-template-template-custom-blade .hero-slider .hero-content_container_button .cl h1 {
  font-family: var(--wp--preset--font-family--secondary);
  margin: 0;
  font-weight: 400;
}
.page-template-template-custom-blade .hero-slider .hero-content_container .button.desc {
  height: 35px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .page-template-template-custom-blade .hero-slider .hero-content_container .button.desc {
    max-width: 145px;
    font-size: 0.938rem;
  }
}
.page-template-template-custom-blade .hero-slider .hero-content_option {
  color: var(--wp--preset--color--white);
  margin-top: -15px;
  font-weight: 500;
}
.page-template-template-custom-blade .hero-slider .hero .img {
  overflow: hidden;
  border-radius: 30px;
  cursor: default;
  position: relative;
}
.page-template-template-custom-blade .hero-slider .hero .img:hover img {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.page-template-template-custom-blade .hero-slider .hero .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-radial-gradient(transparent 0%, #4c4035 100%) !important;
  background: -o-radial-gradient(transparent 0%, #4c4035 100%) !important;
  background: radial-gradient(transparent 0%, #4c4035 100%) !important;
  mix-blend-mode: multiply;
  opacity: 1 !important;
}
.page-template-template-custom-blade .hero-slider .hero .img img {
  border-radius: 30px;
  -webkit-transition: -webkit-transform 1.5s ease;
  transition: -webkit-transform 1.5s ease;
  -o-transition: -o-transform 1.5s ease;
  transition: transform 1.5s ease;
  transition: transform 1.5s ease, -webkit-transform 1.5s ease, -o-transform 1.5s ease;
  height: 350px;
}
@media only screen and (min-width: 769px) {
  .page-template-template-custom-blade .hero-slider .hero .img img {
    height: 520px;
  }
}
@media only screen and (min-width: 1216px) {
  .page-template-template-custom-blade .hero-slider .hero .img img {
    height: 730px;
  }
}
.page-template-template-custom-blade .hero-slider .slick-list {
  border-radius: 20px;
}
.page-template-template-custom-blade .arrows-place {
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.page-template-template-custom-blade .arrows-place .prev-arrow, .page-template-template-custom-blade .arrows-place .next-arrow {
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .page-template-template-custom-blade .arrows-place {
    bottom: 50px;
  }
}
.page-template-template-custom-blade .key-figures {
  max-width: 820px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-top: 2.625rem;
  padding-bottom: 2.125rem;
}
@media only screen and (min-width: 1024px) {
  .page-template-template-custom-blade .key-figures {
    padding-top: 5.75rem;
    padding-bottom: 3rem;
  }
}
.page-template-template-custom-blade .key-figures > .wp-block-column {
  text-align: center;
}
.page-template-template-custom-blade .key-figures > .wp-block-column p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page-template-template-custom-blade .key-figures > .wp-block-column {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%;
  }
}
.page-template-template-custom-blade .domain {
  z-index: 1;
  padding-top: 3.375rem;
  padding-bottom: 4.625rem;
}
@media only screen and (min-width: 1024px) {
  .page-template-template-custom-blade .domain {
    padding-top: 11.563rem;
    padding-bottom: 7.25rem;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-template-custom-blade .domain-map {
    margin-top: 8.25rem;
    margin-bottom: 10rem;
  }
}
.page-template-template-custom-blade .domain > .wp-block-columns .wp-block-column:nth-child(2) {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .page-template-template-custom-blade .domain > .wp-block-columns .wp-block-columns .wp-block-column:nth-child(2) {
    position: absolute;
    top: -185px;
    left: 150px;
  }
  .page-template-template-custom-blade .domain > .wp-block-columns .wp-block-columns .wp-block-column:last-child {
    position: absolute;
    right: 25px;
    bottom: 0;
  }
}
.page-template-template-custom-blade .wine > .wp-block-columns > .wp-block-column:first-child {
  position: relative;
}
.page-template-template-custom-blade .wine > .wp-block-columns > .wp-block-column:first-child .grapes {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.page-template-template-custom-blade .wine-order > .wp-block-columns > .wp-block-column:first-child > .wp-block-columns {
  height: 100%;
}
