.cta-section {
    position: relative;
    background-size: cover;
    background-color: rgba(var(--color-orange-vif), .8);
}

.cta-section-rose {
    background-color: rgba(var(--color-rose), .8);
}

.cta-section-orange {
    background-color: rgba(var(--color-orange), .8);
}

.cta-section-poivre {
    background-color: rgba(var(--color-poivre), .8);
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.cta-section > div {
    position: relative;
    z-index: 2;
}

.cta-section .container {
    position: relative;
    z-index: 2;
}