/* banniere */

.home-banniere {
  position: relative;
  height: 578px;
}

.home-banniere .wp-block-image,
.home-banniere .wp-block-image a,
.home-banniere .wp-block-image img {
  width: 100%;
}

.home-banniere .wp-block-image img {
  height: 578px;
  object-fit: cover;
  position: relative;
}

.home-banniere .wp-block-image a {
  position: relative;
}

.home-banniere .wp-block-image a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  z-index: 1;
}

.home-banniere .wp-block-image a {
  position: relative;
  z-index: 2;
}

.home-banniere .wp-block-heading {
  padding: 0;
  position: absolute;
  /* left: 20px; */
  /* bottom: 20px; */
  width: 1270px;
  /* background: red; */
  max-width: 100%;
  text-align: left;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.home-banniere h1,
.home-banniere h1 a,
.home-banniere h2,
.home-banniere h2 a,
.home-banniere h3,
.home-banniere h3 a {
  text-align: left;
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  font-size: 50px !important;
  line-height: 52px;
  letter-spacing: 0;
  z-index: 2;
  color: #fff !important;
  transition: color 0.3s ease;
  text-transform: uppercase;
  display: block;
  width: calc(100% - 40px);
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .home-banniere .wp-block-heading {
    bottom: 65px;
    padding: 0;
    max-width: calc(100vw - 50px);
    width: 100vw;
  }
  .home-banniere h1,
  .home-banniere h1 a,
  .home-banniere h2,
  .home-banniere h2 a,
  .home-banniere h3,
  .home-banniere h3 a {
    font-size: 30px !important;
    line-height: 34px !important;
  }
}

/*
.home-banniere:hover h1 a, .home-banniere h1 a:hover,
.home-banniere:hover h3 a, .home-banniere h3 a:hover
{
    color: #b39964 !important;
}
    */

/* col no spacing */

.home-col-no-spacing {
  gap: 0 !important;
}

.home-col-no-spacing .wp-block-image a {
  display: block;
  width: 100%;
  height: 100%;
  transition: color 0.3s ease;
}

.home-col-no-spacing img {
  width: 100%;
  height: auto;
}

/* home h3 */

.home .entry-content h2.has-pinyon-script-font-family,
.home .entry-content h3.has-pinyon-script-font-family {
  font-weight: normal !important;
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 6px !important;
}

@media screen and (max-width: 767px) {
  .home .entry-content h2.has-pinyon-script-font-family,
  .home .entry-content h3.has-pinyon-script-font-family {
    font-size: 35px !important;
    line-height: 40px !important;
  }
}

/* home col image + texte */

.home-col-image-texte {
  position: relative;
  height: 555px;
}

.home-col-image-texte img {
  height: 555px;
  object-fit: cover;
}

.home-col-image-texte p,
.home-col-image-texte h2
{
  position: absolute;
  bottom: 32px;
  left: 30px;
  width: calc(100% - 60px);
}

.home-col-image-texte figure > a {
  position: relative;
  z-index: 2;
}

.home-col-image-texte figure > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  z-index: 1;
}

.home-col-image-texte p,
.home-col-image-texte h2
{
  z-index: 3;
  margin: 0;
  margin-bottom: 0 !important;
}

.home-col-image-texte p a,
.home-col-image-texte h2 a
{
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
  font-size: 30px !important;
  line-height: 36px !important;
  text-decoration: none !important;
  color: #fff !important;
  transition: color 0.3s ease;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .home-col-image-texte h2,
  .home-col-image-texte p {
    bottom: 15px;
    left: 22.5px;
    width: calc(100% - 45px);
  }

  .home-col-image-texte h2 a,
  .home-col-image-texte p a {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .home-col-1-triptique .home-col-image-texte p,
  .home-col-1-triptique .home-col-image-texte h2
  {
    left: 36px;
    width: calc(100% - 72px);
  }
}

/*
.home-col-image-texte:hover a, .home-col-image-texte p a:hover {
  color: #b39964 !important;
}
*/

/* home description subtitle desc */

.home-description-subtitle-desc {
  width: 430px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.home-description-subtitle-desc,
.home-description-subtitle-desc p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
}

@media screen and (max-width: 767px) {
  .home-description-subtitle-desc p {
    margin-bottom: 5px !important;
  }
}

/* wishlist btn */

.swiper-slide .yith-add-to-wishlist-button-block {
  top: calc(100% + 9px) !important;
  position: absolute !important;
  right: 0 !important;
  width: 26px !important;
  margin: 0 !important;
}

.swiper-slide .yith-wcwl-feedback-messages-container {
  display: none !important;
}

.swiper-slide .yith-wcwl-add-to-wishlist-button__label {
  display: none !important;
}


/* blog posts */

.home .home-blog-posts {
  margin-top: 20px;
  margin-bottom: 5px;
}

.home .home-blog-posts h4 {
  font-family: "Inter", sans-serif !important;
  font-weight: 300 !important;
  font-size: 17px !important;
  line-height: 23px !important;
  color: #000 !important;
  text-decoration: none !important;
}

.home .home-blog-posts h4:hover {
  color: #b39964 !important;
}

.home .gbt_18_tr_posts_grid_excerpt {
  font-family: "Inter", sans-serif !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 21px !important;
}

.home .gbt_18_tr_posts_grid {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 959px) {
  .home-hide-mobile {
    display: none !important;
  }
  .home-hide-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 960px) {
  .home-hide-desktop {
    display: none !important;
  }
}

/* mobile home-col-2-mobile */
@media screen and (max-width: 959px) {
  .home .home-banniere {
    margin-bottom: 0 !important;
  }
  .home .home-banniere-row {
    margin-bottom: 10px !important;
  }
  .home-col-1-triptique {
    padding: 0 5px;
  }
  .home-col-2-mobile {
    display: flex !important;
    margin-bottom: 5px !important;
    padding: 0 2.5px;
  }

  .home-col-2-mobile .home-col-image-texte {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }

  .home-banniere,
  .home-banniere .wp-block-image img {
    height: 560px;
  }

  .home-col-image-texte,
  .home-col-image-texte img {
    height: 230px;
  }

  .home-col-1-triptique .home-col-image-texte,
  .home-col-1-triptique .home-col-image-texte img {
    height: 220px;
  }
}

.home .wp-block-image {
  margin-bottom: 0 !important;
}


@media screen and (max-width: 768px) {
  .home-instagram-logo img {
    width: 150px;
    max-width: 100%;
    height: auto;
  }
}



