.posts-list.bg-lightPurple {
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
}

.posts-list.bg-none::after{
  content:'';
  width: 1000px;
  height: 1000px;
  position: absolute;
  z-index: 0;
  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) 85%);
  bottom: -50px;
  right: -450px;
  transform: rotate(-35deg);
}

.posts-list .infoCard {
  clip-path: polygon(0 0, 65% 0, 100% 100%, 0% 100%);
}

.posts-list img {
  height: 350px;
  object-fit: cover;
}

.posts-list .ctaBloc{
  min-height: 350px;
}

/* Accompagnements styles */
.flecheColors svg path {
  stroke: #710097;
}
.posts-list.posts-list.bg-none .flecheColors{
  display: none;
}

/* Apparence */
.posts-list.bg-lightPurple {
  background-color: #a731dd;
  padding-top: 15rem;
}
.posts-list.bg-lightPurple .post {
  background-color: #710097;
}
.posts-list.bg-lightPurple .arrowTitle svg path {
  fill: #710097 !important;
}
.posts-list.bg-lightPurple .ctaBloc {
  border-color: #710097;
}
.posts-list.bg-accent .flecheColors {
  display: none;
}

.posts-list.bg-none {
  margin-bottom: -9rem;
}

/* Mobile*/
@media (max-width: 769px) {
  .posts-list.bg-lightPurple {
    clip-path: polygon(0 0, 100% 1%, 100% 100%, 0% 100%);
  }
  .posts-list.bg-lightPurple {
    padding-top: 5rem;
  }
  .posts-list .ctaBloc{
    min-height: 300px;
  }
}
