/** 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-bg {
  width: 100%;
  display: block;
}

.cabanes-list {
  padding: 7.5rem 0 2.5rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .cabanes-list {
    padding: 8rem 0 2.5rem;
  }
}
.cabanes-list.primary::before {
  content: "";
  background-image: url(/wp-content/themes/laromaningue/dist/images/bg-primary.svg?865c7a902e814c4a81348a8beff0f37d);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 95px;
  top: 0;
  left: 0;
  z-index: -1;
}
.cabanes-list.secondary::before {
  content: "";
  background-image: url(/wp-content/themes/laromaningue/dist/images/bg-secondary.svg?08c4925c272531871e1f718900bfdf1e);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 95px;
  top: 0;
  left: 0;
  z-index: -1;
}
.cabanes-list.secondary::after {
  background-color: #deeed6;
}
.cabanes-list::after {
  content: "";
  background-color: #E3DEDB;
  height: 91%;
  width: 100%;
  position: absolute;
  top: 94px;
  left: 0;
  z-index: -1;
}
.cabanes-list.secondary-bg::after {
  background-color: #deeed6;
}
.cabanes-list > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 55px;
  margin-bottom: 5.25rem;
}
.cabanes-list > .wrapper .title {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .cabanes-list > .wrapper .title {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
.cabanes-list > .wrapper .title > span {
  color: #91C579;
}
.cabanes-list > .wrapper .title > h1, .cabanes-list > .wrapper .title h2, .cabanes-list > .wrapper .title h3 {
  color: #4C4035;
}
@media only screen and (min-width: 1024px) {
  .cabanes-list > .wrapper .description {
    max-width: 450px;
  }
}
@media only screen and (max-width: 768px) {
  .cabanes-list > .wrapper .description-container {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .cabanes-list > .wrapper .description-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.cabanes-list .cabanes-slider {
  margin-bottom: 4.5rem;
}
.cabanes-list .cabanes-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cabanes-list .cabanes-slider .slick-slide {
  margin: 0 1rem;
  height: inherit;
}
.cabanes-list .cabanes-slider .slick-slide > div, .cabanes-list .cabanes-slider .slick-slide .cabane {
  height: 100%;
}
.cabanes-list .cabanes-slider .cabane-title::after {
  display: none;
}

.arrows-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.24rem;
}
.arrows-container > span {
  display: block;
  cursor: pointer;
}

.cards-container {
  max-width: none;
}
.cards-container .card {
  position: relative;
}
.cards-container .card img {
  border-radius: 20px;
}
.cards-container .card .wp-block-cover {
  height: 100%;
  padding: 75px 45px 45px;
}
@media only screen and (max-width: 1023px) {
  .cards-container .card .wp-block-cover {
    padding: 40px 20px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cards-container .card .wp-block-cover {
    min-height: 550px;
  }
}
.cards-container .card .wp-block-cover__background {
  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;
}
.cards-container .card .wp-block-cover__inner-container {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.cards-container .card .wp-block-cover .wp-block-group:not(:first-child) > p {
  line-height: 1.5;
}

.home {
  /*
  .ke-booking {
      width: fit-content;
      padding: 10px;
      margin: auto;
      margin-top: -40px;
      position: relative;
      > .button.menu {
          font-size: 1.5rem;
      }
  }
  */
}
.home .site-header {
  margin-bottom: 0;
}
.home .discover {
  padding-top: 3.75rem;
  padding-bottom: 6.75rem;
}
@media only screen and (min-width: 1024px) {
  .home .discover {
    padding-top: 9.5rem;
  }
}
.home .discover .wp-block-cover__background {
  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;
}
.home .wp-gr.wpac {
  width: 100% !important;
}
