

/* APPARENCES */
/* couleur de fond - mauve gradients */
.zoneSpace.bg-gradient{
    background: #710097;
    background: linear-gradient(90deg,rgba(113, 0, 151, 1) 0%, rgba(167, 48, 220, 1) 50%, rgba(113, 0, 151, 1) 100%);
    z-index: 11;
}
.zoneSpace.bg-gradient2{
    background: #710097;
    background: linear-gradient(180deg, rgba(167, 48, 220, 1) 0%, rgba(113, 0, 151, 1) 90%);
    z-index: 11;
}

/* couleur de fond - mauve */
.zoneSpace.bg-mauve{
    background: #830FAE;
    z-index: 11;
}

/* MOBILE */
@media (max-width: 1180px) {
    .bg-none:not(.lastPost)+.zoneSpace.bg-none {
        margin-top: 5rem;
    }
}