/* 
-------------------
-------------------
-------------------
------------------- HP -------------------
-------------------
-------------------
-------------------
*/

.experience-main .pageDesigner__fullBanner:has(.container_text_pure_soft) .experience-assets-contentBanner {
  width: 100%;
  height: 100%;
}

.experience-main .pageDesigner__fullBanner:has(.container_text_pure_soft) .pageDesigner__bannerContent,
.experience-main .pageDesigner__fullBanner:has(.container_text_pure_soft) .pageDesigner__markupContent {
  margin: 0;
}

/* .experience-main .pageDesigner__fullBanner:has(.container_text_pure_soft) button.button{
  margin-top: 2rem;
} */

.experience-main .pageDesigner__fullBanner:has(.container_text_pure_soft) .-noflex.-linkBannerContent button.button.-large.-secondary.-white {
  margin: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  border: 0 !important;
}

.experience-main .pageDesigner__fullBanner:has(.container_text_pure_soft) .-noflex.-linkBannerContent button.button.-large.-secondary.-white:hover {
  background-color: transparent !important;
}


.experience-main .pageDesigner__fullBanner:has(.container_text_pure_soft) .-noflex.-linkBannerContent button.button.-large.-secondary.-white .button__text {
  display: none !important;
}


.experience-main .container_text_pure_soft,
.experience-main .pageDesigner__fullBanner:has(.container_text_pure_soft) .pageDesigner__bannerContent,
.experience-main .pageDesigner__fullBanner:has(.container_text_pure_soft) .pageDesigner__textImage,
.experience-main .pageDesigner__fullBanner:has(.container_text_pure_soft) .pageDesigner__markupContent {
  height: 100% !important;
}

.experience-main .container_text_pure_soft{
  align-items: center;
  justify-content: center;
}

.experience-main .container_text_pure_soft_new{
  margin-bottom: 1rem;
}

.experience-main .container_text_pure_soft_div{
  margin-bottom: 5vh;
}

.container_text_pure_soft_div-second {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .experience-main .container_text_pure_soft{
    height: 100% !important;
  }

  .experience-main .pageDesigner__fullBanner:has(.container_text_pure_soft--fr) .pageDesigner__fullBannerContainer {
    margin-bottom: 16px;
  }
}

/* 
-------------------
-------------------
-------------------
------------------- LP -------------------
-------------------
-------------------
-------------------
*/

#ALL_PLP_TEND_2 .experience-top .pageDesigner__fullBannerContainer,
.experience-main .pageDesigner__fullBanner:has(.container_text_pure_soft) .pageDesigner__fullBannerContainer {
  height: calc(100vh - 35px - 20vh);
  min-height: 500px;
}

.container_text_pure_soft {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  height: 50vh;
  font-family: "Engravers' Gothic";
}

.container_text_pure_soft_h1 {
  font-size: 5rem;
}

.pure_soft_span {
  font-size: 9rem;
  align-self: anchor-center;
}

.container_text_pure_soft_div {
  display: flex;
  flex-direction: column;
  line-height: 4rem;
  width: fit-content;
  margin: 0 auto;
}

.container_text_pure_soft_subtitles {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.2rem;
  align-self: anchor-center;
  width: 100%;
  font-weight: 600;
  letter-spacing: 1px;
}

.container_text_pure_soft_h2 {
  font-size: 3rem;
  line-height: normal;
}

.pageDesigner__fullBanner:has(.container_text_pure_soft) .pageDesigner__bannerContent,
.pageDesigner__fullBanner:has(.container_text_pure_soft) .pageDesigner__markupContent {
  width: 100%;
  margin-top: 4rem;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .container_text_pure_soft {
    height: 40vh;
  }

  .container_text_pure_soft_h1 {
    font-size: 3rem;
  }
  .pure_soft_span {
    font-size: 5rem;
  }

  .container_text_pure_soft_subtitles {
    font-weight: 600;
    flex-direction: column;
    line-height: normal;
  }

  .container_text_pure_soft_subtitles p {
    margin: 0px;
    font-size: 1.5rem;
  }

  .container_text_pure_soft_h2 {
    font-size: 2rem;
  }

  .container_text_pure_soft_div {
    display: flex;
    flex-direction: column;
    line-height: 2rem;
    width: fit-content;
    margin: 0 auto;
  }

  #ALL_PLP_TEND_2 .experience-top .pageDesigner__bannerContent,
  #ALL_PLP_TEND_2 .experience-top .pageDesigner__markupContent {
    width: 100%;
    margin-top: 6rem;
  }

  #ALL_PLP_TEND_2 .experience-top .pageDesigner__fullBannerContainer,
  .experience-main .pageDesigner__fullBanner:has(.container_text_pure_soft) .pageDesigner__fullBannerContainer {
    height: calc(100vh - 35px - 26vh);
  }
}
