.pink-october {
  color: #F4989F;
}

.op-heading {
  font-family: "Baton Turbo", arial;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  white-space: nowrap;
}

.experience-region.experience-main {
  overflow: hidden;
}

.experience-region.experience-main img,
.experience-region.experience-main video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.experience-region.experience-main .bloc-OP-product picture,
.experience-region.experience-main .bloc-OP-video picture,
.experience-region.experience-main .bloc-OP-hero picture {
  display: flex;
}

.bloc-OP-hero {
  width: 100vw;
  height: calc(85dvh - 35px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bloc-OP-hero__img {
  width: 100%;
  height: 100%;
}
.bloc-OP-hero__img picture {
  width: 100%;
  height: 100%;
}
.bloc-OP-hero__img picture img {
  -o-object-position: top !important;
     object-position: top !important;
}
.bloc-OP-hero__content {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 15dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bloc-OP-hero__content img {
  width: 80vw !important;
  height: auto !important;
}
.bloc-OP-hero__content img {
  max-width: 500px;
}
.bloc-OP-hero__content .anim {
  width: 80vw !important;
  height: auto !important;
  display: none;
}
.bloc-OP-hero__content .anim {
  max-width: 500px;
}
.bloc-OP-hero__content .anim dotlottie-player {
  width: 100%;
  height: 100%;
}
.bloc-OP-hero__content .title-03 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1rem;
}
.bloc-OP-product .heading-01 {
  width: 100%;
  color: #F4989F;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 2rem;
}
.bloc-OP-product .heading-01 span {
  font-size: 1.2em;
}
.bloc-OP-product__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.bloc-OP-product__item {
  width: 100%;
  height: auto;
}
.bloc-OP-product__item p.body-03.pink-october {
  padding: 0.5rem 0 0 1rem;
}
.bloc-OP-product__item p.body-03.pink-october.-unique {
  padding: 0.5rem 0 0 0;
}

.bloc-OP-video {
  width: 100vw;
  height: auto;
}
.bloc-OP-video__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  row-gap: 0.5rem;
  text-align: center;
  padding-bottom: 1rem;
}
.bloc-OP-video__container {
  width: 100%;
  height: calc(100dvh - 35px);
}
@media (min-width: 1024px) {
  .bloc-OP-hero {
    height: calc(85dvh - 35px);
  }
  .bloc-OP-hero__content {
    padding: 0 20% 0 10%;
    justify-content: space-between;
    flex-direction: row;
    bottom: auto;
  }
  .bloc-OP-hero__content img {
    width: 40vw !important;
    display: none;
  }
  .bloc-OP-hero__content .anim {
    width: 40vw !important;
    display: block;
  }
  .bloc-OP-hero__content .title-03 {
    text-align: left;
  }
  .bloc-OP-product .heading-01 {
    font-size: 4rem;
    line-height: 4rem;
  }
  .bloc-OP-product__items {
    flex-direction: row;
  }
  .bloc-OP-product__item {
    width: calc(50% - 0.5rem);
  }
  .bloc-OP-product__item p.body-03.pink-october {
    padding: 0.5rem 0 0;
  }
  .bloc-OP-product__item p.body-03.pink-october.-unique {
    padding: 0.5rem 0 0;
  }
  .bloc-OP-video__text {
    padding-bottom: 2rem;
  }
  .bloc-OP-video__container {
    height: calc(100dvh - 35px);
  }
}
@media (min-width: 1025px) {
  .op-heading {
    font-family: "Baton Turbo", arial;
    font-size: 2.75rem;
    line-height: 3.5rem;
    font-weight: 700;
  }
}
@media (max-width: 1023px) {
  .bloc-OP-product.capsule {
    --bs-gutter-x: 0;
  }
  .bloc-OP-product__item:nth-child(1) {
    padding: 0 1rem;
  }
}

/*# sourceMappingURL=/LP_postOP.9a9f4c58.css.map */