/* SCSS Variables */
/* Mixins */
.home-hero-reservation {
  position: relative;
  background-color: transparent !important;
  margin-top: calc(-2.5 * var(--wp--preset--spacing--xxxxx-large));
  margin-block-start: calc(-2.5 * var(--wp--preset--spacing--xxxxx-large)) !important;
}
.home-hero-reservation > div {
  z-index: 2;
}
.home-hero-reservation > div:first-child {
  transform: translate(-3rem, -1rem);
}
@media (min-width: 782px) {
  .home-hero-reservation > div:first-child {
    transform: translate(-1rem, -1rem);
  }
}
@media (min-width: 991px) {
  .home-hero-reservation > div:first-child {
    transform: translate(0rem, 0rem);
  }
}
.home-hero-reservation::after {
  content: "";
  display: block;
  mask-size: contain;
  mask: url("../../assets/shapes/home-booking-background.svg") no-repeat center;
  -webkit-mask: url("../../assets/shapes/home-booking-background.svg") no-repeat center;
  -webkit-mask-size: contain;
  position: absolute;
  height: auto;
  aspect-ratio: 1527/513;
  top: auto;
  right: 0;
  left: auto;
  bottom: 0;
  width: 1800px;
  transform: translate(400px, 0px);
  background: var(--wp--preset--color--secondary-light);
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 599px) {
  .home-hero-reservation::after {
    display: none;
  }
}
.home-hero-reservation::before {
  content: "";
  display: block;
  mask-size: contain;
  mask: url("../../assets/shapes/home-booking-background.svg") no-repeat center;
  -webkit-mask: url("../../assets/shapes/home-booking-background.svg") no-repeat center;
  -webkit-mask-size: contain;
  position: absolute;
  height: auto;
  aspect-ratio: 1527/513;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  width: 1500px;
  transform: translate(300px, -240px);
  background: var(--wp--preset--color--secondary-light);
  pointer-events: none;
}
@media (min-width: 319px) {
  .home-hero-reservation::before {
    width: 1700px;
    transform: translate(350px, -270px);
  }
}
@media (min-width: 782px) {
  .home-hero-reservation::before {
    left: auto;
    bottom: auto;
    width: 1550px;
    transform: translate(350px, -250px);
  }
}
@media (min-width: 991px) {
  .home-hero-reservation::before {
    transform: translate(350px, -240px);
  }
}
@media (min-width: 1199px) {
  .home-hero-reservation::before {
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-40%, -41%);
  }
}
.home-hero-reservation .wp-block-heading {
  transform: rotate(-5deg);
}
.home-hero-image {
  overflow: hidden;
  height: calc(100vh - 350px);
}
.home-hero-image .wp-block-heading {
  position: relative;
  z-index: 1;
  line-height: 40px;
}
@media (min-width: 782px) {
  .home-hero-image .wp-block-heading {
    line-height: 48px;
  }
}
.home-hero-image .wp-block-heading img {
  width: 40px !important;
  margin-bottom: -0.5rem;
}
@media (min-width: 782px) {
  .home-hero-image .wp-block-heading img {
    width: 48px !important;
    margin-bottom: -0.5rem;
  }
}
.home-hero-image .wp-block-heading::before {
  content: url("../shapes/home-hero-background.svg");
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -75%;
  right: -800px;
  width: 2400px;
  opacity: 0.9;
}
@media (min-width: 599px) {
  .home-hero-image .wp-block-heading::before {
    right: -95vw;
    bottom: -50%;
  }
}
@media (min-width: 782px) {
  .home-hero-image .wp-block-heading::before {
    bottom: -50%;
    right: -50%;
  }
}
@media (min-width: 991px) {
  .home-hero-image .wp-block-heading::before {
    bottom: -50%;
    right: -25%;
  }
}
.home .entry-content .meltingpot-pastille {
  position: absolute;
  z-index: 1;
  padding: 1rem 2rem;
  box-shadow: var(--wp--preset--shadow--hover);
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  transform: rotate(-5deg) translate(-2rem, 33%);
}
@media (min-width: 782px) {
  .home .entry-content .meltingpot-pastille {
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    transform: rotate(-5deg) translate(2rem, -33%);
  }
}
.home .entry-content .meltingpot-pastille img {
  border-radius: 0px;
  height: 36px;
  width: auto;
}
.home .entry-content .wp-block-youthhostels-related-posts {
  padding-left: 0px;
}
.home .entry-content .wp-block-youthhostels-related-posts .post-list-content-item {
  padding-bottom: var(--wp--preset--spacing--medium);
  border-bottom: 1px solid var(--wp--preset--color--secondary-border);
}
.home .entry-content .wp-block-youthhostels-related-posts .post-list-content-item:not(:first-child) {
  padding-top: var(--wp--preset--spacing--medium);
}
.home .entry-content .wp-block-youthhostels-related-posts .post-list-content-item .post-item {
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 599px) {
  .home .entry-content .wp-block-youthhostels-related-posts .post-list-content-item .post-item {
    gap: var(--wp--preset--spacing--large);
    flex-direction: row;
  }
}
.home .entry-content .wp-block-youthhostels-related-posts .post-list-content-item .post-item-thumbnail {
  width: 50%;
}
.home .entry-content .wp-block-youthhostels-related-posts .post-list-content-item .post-item-informations {
  width: 50%;
}
@media (min-width: 599px) {
  .home .entry-content .wp-block-youthhostels-related-posts .post-list-content-item .post-item-informations {
    padding-left: 0px;
  }
}
@media (min-width: 599px) {
  .home .entry-content .wp-block-youthhostels-related-posts .post-list-content-item .post-item-date {
    transform: translate(-116%, -8px);
  }
}