.bloc-double-custom {
  height: calc((100vh - 35px - 56px) * 2);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bloc-double-custom--item {
  width: 100%;
  height: 50%;
}
.bloc-double-custom .bloc-etam {
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.bloc-double-custom .bloc-etam .bloc-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  row-gap: 1rem;
  height: 100%;
  width: 100%;
  padding-bottom: 10vh;
  position: relative;
  z-index: 2;
}
.bloc-double-custom .bloc-etam:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -1px;
  -webkit-mask-image: linear-gradient(to bottom, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.013) 9.7%, hsla(0, 0%, 0%, 0.049) 18.7%, hsla(0, 0%, 0%, 0.104) 27.2%, hsla(0, 0%, 0%, 0.175) 35.1%, hsla(0, 0%, 0%, 0.259) 42.6%, hsla(0, 0%, 0%, 0.352) 49.6%, hsla(0, 0%, 0%, 0.45) 56.2%, hsla(0, 0%, 0%, 0.55) 62.5%, hsla(0, 0%, 0%, 0.648) 68.4%, hsla(0, 0%, 0%, 0.741) 74.1%, hsla(0, 0%, 0%, 0.825) 79.5%, hsla(0, 0%, 0%, 0.896) 84.8%, hsla(0, 0%, 0%, 0.951) 89.9%, hsla(0, 0%, 0%, 0.987) 95%, hsl(0, 0%, 0%) 100%);
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition: all 0.6s;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.bloc-double-custom .bloc-newCo {
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.bloc-double-custom .bloc-newCo--item {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  row-gap: 0.5rem;
  padding-bottom: 10vh;
}

.bloc-double-custom .-big-title {
  font-size: min(6vw, 96px);
  line-height: 0.9;
  white-space: nowrap;
  text-align: center;
}
.bloc-double-custom .bloc-etam.bloc-vp .-big-title {
  font-size: min(4vw, 64px);
}
.bloc-double-custom .-medium-title {
  font-size: min(3vw, 48px);
  line-height: 1;
}
.bloc-double-custom .bloc-etam h4 {
  height: 28px;
  display: flex;
  align-self: center;
  align-items: center;
  padding: 0 8px;
  font-weight: 500;
  margin: 0;
}
.bloc-double-custom .-font-white {
  color: #FFF;
}
.bloc-double-custom .-font-msoulmaze {
  font-family: "MADE Soulmaze";
}
.bloc-double-custom .-font-msoulmaze.-big-title.-text-shadow {
  text-shadow: min(0.3vw, 4.8px) min(0.3vw, 4.8px) 0 #f5afbb;
}
.bloc-double-custom .bloc-etam.bloc-vp .-font-msoulmaze.-big-title.-text-shadow {
  text-shadow: min(0.3vw, 4.8px) min(0.3vw, 4.8px) 0 #000;
}
.bloc-double-custom .-bg-pink {
  background-color: #f5afbb;
}
.bloc-double-custom .-bg-pink.-box-shadow {
  box-shadow: min(0.3vw, 4.8px) min(0.3vw, 4.8px) 0 #FFF;
}
.bloc-double-custom .-bg-white {
  background-color: #fff;
}
.bloc-double-custom .-bg-white.-box-shadow {
  box-shadow: min(0.3vw, 4.8px) min(0.3vw, 4.8px) 0 #000;
}
.bloc-double-custom .-bg-black {
  background-color: #000;
}
.bloc-double-custom .-bg-black.-box-shadow {
  box-shadow: min(0.3vw, 4.8px) min(0.3vw, 4.8px) 0 #FFF;
}
@media screen and (min-width: 1024px) {
  .bloc-double-custom {
    flex-direction: row;
    height: calc(100vh - 35px - 72px);
  }
  .bloc-double-custom--item {
    width: 50%;
    height: 100%;
  }
  .bloc-double-custom .bloc-etam .bloc-title {
    padding-bottom: 15vh;
  }
  .bloc-double-custom .bloc-newCo--item {
    padding-left: 5vw;
    align-items: flex-start;
    padding-bottom: 15vh;
  }
}
@media screen and (max-width: 1023px) {
  .bloc-double-custom .bloc-etam .bloc-title {
    padding-right: 15vw;
    padding-left: 15vw;
  }
  .bloc-double-custom .bloc-newCo--item {
    padding-right: 15vw;
    padding-left: 15vw;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .bloc-double-custom .-big-title {
    font-size: 12vw;
  }
  .bloc-double-custom .bloc-etam.bloc-vp .-big-title {
    font-size: 8vw;
  }
  .bloc-double-custom .-medium-title {
    font-size: 6vw;
  }
  .bloc-double-custom .bloc-etam h4 {
    height: 20px;
    font-size: 0.625rem;
  }
  .bloc-double-custom .-font-msoulmaze.-big-title.-text-shadow {
    text-shadow: 0.6vw 0.6vw 0 #f5afbb;
  }
  .bloc-double-custom .bloc-etam.bloc-vp .-font-msoulmaze.-big-title.-text-shadow {
    text-shadow: 0.6vw 0.6vw 0 #000;
  }
  .bloc-double-custom .-bg-pink.-box-shadow {
    box-shadow: 0.6vw 0.6vw 0 #FFF;
  }
  .bloc-double-custom .-bg-white.-box-shadow {
    box-shadow: 0.6vw 0.6vw 0 #000;
  }
  .bloc-double-custom .-bg-black.-box-shadow {
    box-shadow: 0.6vw 0.6vw 0 #FFF;
  }
}

/*# sourceMappingURL=/HP-soldes-newCO.9ac56df5.css.map */