.background-lilas {
  background: transparent radial-gradient(closest-side at 53% 47%, #B981A7 0%, #CD9EBE 49%, #E2B8D4 100%);
  position: relative;
}

.height-small-img {
  max-height: 30vh;
}

.overlay_marque {
  position: absolute;
  bottom: -2px;
  left: 0;
}

.card-marque {
  min-height: 287px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
  border-radius: 6px;
}

.text-soft-black {
  color: #353535;
}

.img-card {
  margin: auto 0;
}

.text-green {
  color: #AECD5C;
}

@media screen and (min-width: 768px) {
  .height-small-img {
    max-height: 100%;
  }
}