.textImage .zoneImg img{
    border-radius: 60px;
}
.textImage .zoneImg{position: relative;}
.textImage .zoneImg::before{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 60px;
    display: block;
    position: absolute;
    left: -45px;
    z-index: -1;
    top: 45px;
    border: 2px solid #ecdcf0;
}
.textImage .formeFond svg{
    display: block;
    height: 100%;
    width: auto;
}
.textImage .formeFond svg path{
    stroke-width: 3;
}

.textImage + .textImageSpe{
    margin-top: 0rem !important;
}

/* APPARENCES */
/* alignement image */
.textImage.left .zoneText{
    order: 2;
    grid-column-start: 4;
    grid-column-end: 7;
}
.textImage.left .contImg{
    order: 1;
    grid-column-start: 1;
    grid-column-end: 4;
}

/* fond blanc */
.textImage.bg-white .contImg{
    padding-top: 15rem;
    padding-bottom: 15rem;
}

/* illustration border derriere image */
.textImage.borderTop .zoneImg::before{
    top: -40px;
}
.textImage.borderRight .zoneImg::before{
    right: -45px;
    left: auto;
}

/* couleur de fond - mauve fonce */
.textImage.bg-none h2, 
.textImage.bg-none h6,
.textImage.bg-none .zoneText .text{
    color: #ffffff;
}
.textImage.bg-none a.supremeBtn .text{
    color: #a731dd;
}
.textImage.bg-none a.supremeBtn:hover .text{
    color: #ffffff;
}
.textImage.bg-none .formeFond{
    display: none;
}
.textImage.bg-white{
    margin-top: -6rem;
    margin-bottom: -6rem;
}
.textImage.bg-none .zoneImg::before{
    border: 2px solid #B154DD;
}

/* couleur de fond - mauve gradients */
.textImage.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;
}
.textImage.bg-gradient2{
    background: #710097;
    background: linear-gradient(180deg, rgba(167, 48, 220, 1) 0%, rgba(113, 0, 151, 1) 90%);
    z-index: 11;
}
.archiveBanner + .textImage.bg-gradient::before,
.archiveBanner + .textImage.bg-gradient2::before{
    content: '';
    background: #710097;
    background: linear-gradient(90deg,rgba(113, 0, 151, 1) 0%, rgba(167, 48, 220, 1) 50%, rgba(113, 0, 151, 1) 100%);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 300px;
    top: -300px;
    z-index: 0;
    clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%);
}
.textImage.bg-gradient h2, .textImage.bg-gradient2 h2,
.textImage.bg-gradient h6, .textImage.bg-gradient2 h6,
.textImage.bg-gradient .zoneText .text, .textImage.bg-gradient2 .zoneText .text{
    color: #ffffff;
}
.textImage.bg-gradient a.supremeBtn .text, 
.textImage.bg-gradient2 a.supremeBtn .text{
    color: #a731dd;
}
.textImage.bg-gradient a.supremeBtn:hover .text, 
.textImage.bg-gradient2 a.supremeBtn:hover .text{
    color: #ffffff;
}
.textImage.bg-gradient a.supremeBtn:hover, 
.textImage.bg-gradient2 a.supremeBtn:hover{
    border: 2px solid #fff;
}
.textImage.bg-gradient .formeFond, 
.textImage.bg-gradient2 .formeFond{
    display: none;
}
.textImage.bg-gradient .zoneImg::before, 
.textImage.bg-gradient2 .zoneImg::before{
    border: 2px solid #710097;
}
.textImage.bg-gradient, .textImage.bg-gradient2{
    margin-top: -6rem;
    margin-bottom: -6rem;
}

/* couleur de fond - mauve */
.textImage.bg-mauve{
    background: #830FAE;
    z-index: 11;
}
.textImage.bg-mauve h2, 
.textImage.bg-mauve h6,
.textImage.bg-mauve .zoneText .text{
    color: #ffffff;
}
.textImage.bg-mauve a.supremeBtn .text{
    color: #a731dd;
}
.textImage.bg-mauve a.supremeBtn:hover .text{
    color: #ffffff;
}
.textImage.bg-mauve a.supremeBtn:hover{
    border: 2px solid #fff;
}
.textImage.bg-mauve .formeFond{
    display: none;
}
.textImage.bg-mauve .zoneImg::before{
    border: 2px solid #710097;
}
.textImage.bg-mauve{
    margin-top: -6rem;
    margin-bottom: -6rem;
}
.textImage.bg-mauve + .textImage.bg-mauve{
    margin-top: 0;
}



.textImage + .textImage{
    margin-top: 0;
}


/* MOBILE */
@media (max-width: 769px) {
    .textImage.bg-white{
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
        padding-bottom: 2.5rem;
    }
    .textImage.bg-gradient, .textImage.bg-gradient2, .textImage.bg-mauve{
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }
    .textImage.left .zoneText{
        grid-column-start: 1;
        grid-column-end: 12;
    }
    .textImage.left .contImg{
        order: 1;
        grid-column-start: 1;
        grid-column-end: 12;
    }
    .textImage .zoneText{
        order: 2;
    }
    .textImage .contImg{
        order: 1;
    }
    .textImage .zoneImg img{
        border-radius: 20px;
    }
    .textImage .zoneImg::before{
        border-radius: 20px;
        left: -20px;
        top: 20px;
    }
    .textImage.borderTop .zoneImg::before{
        top: -20px;
    }
    .textImage.borderRight .zoneImg::before{
        right: -20px;
    }
    .textImage:has(+ .textImage) {
        margin-bottom: 0;
    }
    .textImage.bg-mauve + .textImage.bg-mauve{
        margin-top: -2.5rem;
    }
    .archiveBanner + .textImage.bg-gradient::before,
    .archiveBanner + .textImage.bg-gradient2::before{
        content: '';
        background: #710097;
        background: linear-gradient(90deg,rgba(113, 0, 151, 1) 0%, rgba(167, 48, 220, 1) 50%, rgba(113, 0, 151, 1) 100%);
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 300px;
        top: -75px;
        z-index: 0;
        clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
    }
    /* fond blanc */
    .textImage.bg-white .contImg{
        padding-top: 0rem;
        padding-bottom: 2.5rem;
    }
    .textImage .contImg .formeFond{
        display: none;
    }
}
@media (max-width: 1200px) {
.textImage .zoneImg img{
        border-radius: 20px;
    }
    .textImage .zoneImg::before{
        border-radius: 20px;
        left: -20px;
        top: 20px;
    }
    .textImage.borderTop .zoneImg::before{
        top: -20px;
    }
    .textImage.borderRight .zoneImg::before{
        right: -20px;
    }
}