.items #nouveautes .swiper-wrapper {
  align-items: stretch;
}
.items .nouveautes-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: var(--paddingBase) 1rem;
  height: auto;
  position: relative;
}
.items .nouveautes-item__container {
  position: relative;
}
.items .nouveautes-item__image {
  margin-bottom: 1rem;
}
.items .nouveautes-item__image img {
  width: 100%;
  height: auto;
}
.items .nouveautes-item__content {
  padding: var(--paddingBase) var(--paddingBase) var(--paddingBase) 0;
}
.items .nouveautes-item__subtitle {
  text-transform: uppercase;
  font-weight: bold;
}
.items .nouveautes-item__title {
  color: var(--wp--preset--color--white);
}
.items .nouveautes-item__text {
  color: var(--wp--preset--color--white);
}
.items .nouveautes-item__text p, .items .nouveautes-item__text ul {
  color: inherit;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* -------------------- RESPONSIVE --------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* XS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* SM */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* MD */
/* ----------------------------------------------------- */
@media (min-width: 992px) {
  .items #nouveautes .nouveautes-item__container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2em;
  }
  .items #nouveautes .nouveautes-item__image {
    width: 45%;
  }
  .items #nouveautes .nouveautes-item__content {
    width: 55%;
  }
  .items #nouveautes .nouveautes-item__text {
    font-size: var(--wp--preset--font-size--medium);
  }
}
/* ----------------------------------------------------- */
/* WP BREAKPOINT */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* LG */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* XL */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* XXL */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* HOVER */
/* ----------------------------------------------------- *//*# sourceMappingURL=style.css.map */