/* Newsletter visual: original sunglasses image, official logo and controlled title. */
.atelie-promo-visual {
  background-color: #eee9df;
  background-position: center var(--promo-position, 50%);
}

.atelie-promo-visual::after {
  background: linear-gradient(180deg, transparent 62%, rgba(248, 245, 238, .84));
}

.atelie-promo-brand-logo {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 2;
  display: block;
  width: 150px;
  max-width: 42%;
  height: auto;
  transform: translateX(-50%);
}

.atelie-promo-title {
  font-size: clamp(34px, 4.1vw, 50px);
  line-height: 1.02;
}

@media (max-width: 760px) {
  .atelie-promo-brand-logo {
    bottom: 15px;
    width: 118px;
  }

  .atelie-promo-title {
    font-size: clamp(30px, 9vw, 40px);
  }
}
