.bg-purple + .ctaSimple{
    padding-top: 6rem;
}


/* Apparence */ 
.ctaSimple.deco::before{
content:'';
  width: 500px;
  height: 833px;
  position: absolute;
  z-index: -1;
  background: #ffffff;
  /* background: linear-gradient(120deg, rgba(113, 0, 151, 1) 40%, rgba(170, 61, 220, 1) 40%, rgba(146, 29, 193, 1) 50%, rgba(113, 0, 151, 1) 80%); */
  background: linear-gradient(0deg, rgba(173, 72, 221, 1) 0%, rgba(255, 255, 255, 0) 100%);
    bottom: -470px;
    left: -180px;
    transform: rotate(140deg);
}

/* Mobile */ 
@media (max-width: 769px) {
    .ctaSimple.deco::before{
        content: none;
    }
    .bg-purple + .ctaSimple{
        padding-top: 2.5rem;
    }
}