
/******************
  HOSPITALITY
*******************/

.be_content.__hospitality img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.sn_intro .scroll_down_wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: unset;
}

.sn_hospitality_text_cta {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}
.sn_hospitality_text_cta p {
  font-size: 28px;
  text-align: center;
}
.sn_hospitality_text_cta__i {
  cursor: pointer;
  width: 45%;
  height: auto;
  aspect-ratio: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sn_hospitality_text_cta__i:hover .be_edit {
  opacity: 1;
}
/* .sn_hospitality_text_cta__i .cover_link {
  background-color: rgba(0, 0, 0, 0.2);
} */
.sn_hospitality_text_cta__i::after{
  content: '';
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.sn_hospitality_text_cta__i .be_content {
  height: 100%;
}
.sn_hospitality_text_cta__i picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.sn_hospitality_text_cta__i picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sn_hospitality_text_cta__i__title {
  position: relative;
  z-index: 6;
  font-size: 20px;
  text-decoration: underline;
}
.sn_hospitality_text_cta__i__subtitle {
  font-size: 14px;
  position: relative;
  z-index: 6;
}
.sn_hospitality_text_cta__i__text {
  font-size: 20px;
  position: relative;
  z-index: 6;
}

.sn_hospitality_text_cta__wp {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.swiper-button-prev {
  background-image: none;
  left: -25px;
}
.swiper-button-next {
  background-image: none;
  right: -25px;
}
.swiper-button-prev img, .swiper-button-next img{
  height: 100%;
}
.swiper-button-prev, .swiper-button-next{
  height: 30px;
  margin-top: -15px;
}



.swiper_hospitality {
  aspect-ratio: 16/9;
  width: 100%;
}
.swiper_hospitality .swiper-slide {
  background-size: cover;
}

.swiper_hospitality {
  position: relative;
}
.swiper_hospitality .be_edit {
  top: 10px;
  right: 10px;
}
.swiper_hospitality .be_del, .swiper_hospitality .be_add {
  top: 78px;
  right: 10px;
}
.swiper_hospitality .be_del {
  right: 44px;
}

@media only screen and (min-width: 769px) {
  .swiper-button-prev, .swiper-button-next{
    height: 50px;
    margin-top: -25px;
  }

  .sn_hospitality_text_cta__i__title {
    font-size: 30px;
  }
  .sn_hospitality_text_cta__i__subtitle {
    font-size: 25px;
  }
  .sn_hospitality_text_cta__i__text {
    font-size: 30px;
  }
}

/******************
  TASTING-VISITS
*******************/

.sn_tastings__i {
  border-bottom: 1px solid white;
  padding-top: 100px;
  padding-bottom: 70px;
}
.sn_tastings__i:last-child {
  border-bottom: 0px;
}
.__tastings img ~ p {
  margin-top: 55px;
}
.be_content.__tastings a{
  color: white;
  text-decoration: underline;
  /* display: flex; */

}
.be_content.__tastings p:first-child {
  margin-top: 0;
}
.be_content.__tastings img {
  aspect-ratio: 1;
  object-fit: cover;
}

.sn_intro .scroll_down_wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: unset;
}


@media only screen and (min-width: 769px) {
  .__fake_offset_s {
  padding-left: 40px;
  }
  .__fake_offset_e {
      padding-right: 40px;
  }
}
/******************
  COMMONS
*******************/
.__center_flex {
  display: flex;
  justify-content: center;
}

.__spacer_content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.__spacer_content__2 {
  padding-top: 100px;
  padding-bottom: 95px;
}
.__spacer_content__3 {
  padding-top: 90px;
  padding-bottom: 125px;
}
.__spacer_content__4 {
  padding-top: 75px;
  padding-bottom: 40px;
}

.sn_intro {
  height: calc(100vh - 65px);
  position: relative;
  background-size: cover;
  background-position: center center;
}
.sn_intro h1 {
  font-size: 50px;
  color: #ffffff;
  line-height: 1;
  margin: 0;
  text-align: center;
  text-shadow: 1px 1px 0 #000000;
}

.sn_intro .be_edit {
  top: 10px;
  right: 10px;
}
.sn_intro .be_del,
.sn_intro .be_add {
  top: 78px;
  right: 10px;
}

.sn_intro .be_del {
  right: 44px;
}

.__content_custom {
  margin-bottom: 40px;
}
.__content_custom h2 {
  margin-bottom: 40px;
  font-size: 38px;
}

.__content_custom a {
  color: white;
  text-decoration: underline;
}

.sn_banner_image {
  height: 300px;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.sn_banner_image.__top {
  background-position: top center;
}
.__content_custom p {
  font-size: 19px;
}

@media only screen and (min-width: 769px) {
  .__content_custom h2 {
    margin-bottom: 40px;
    font-size: 47px;
  }
  .sn_intro {
    height: calc(100vh - 110px);
  }
  .__content_custom p {
    font-size: 38px;
    line-height: normal;
    margin-bottom: 0;
  }

  .sn_banner_image {
    height: 600px;
  }

  .__spacer_content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .__spacer_content__2 {
    padding-top: 200px;
    padding-bottom: 190px;
  }
  .__spacer_content__3 {
    padding-top: 145px;
    padding-bottom: 230px;
  }
  .__spacer_content__4 {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}


.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
