

/* APPARENCES */

/* couleur de fond - mauve fonce */
.textBloc.bg-none h2, 
.textBloc.bg-none h6,
.textBloc.bg-none .text{
    color: #ffffff;
}
.textBloc.bg-none a.supremeBtn .text{
    color: #a731dd;
}
.textBloc.bg-none a.supremeBtn:hover .text{
    color: #ffffff;
}
.textBloc.bg-white{
    margin-top: -6rem;
    margin-bottom: -6rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

/* couleur de fond - mauve gradients */
.textBloc.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;
}
.textBloc.bg-gradient2{
    background: #710097;
    background: linear-gradient(180deg, rgba(131, 16, 174, 1) 0%, rgba(113, 0, 151, 1) 90%);
    z-index: 11;
}
.textBloc.bg-gradient h2, .textBloc.bg-gradient2 h2,
.textBloc.bg-gradient h6, .textBloc.bg-gradient2 h6,
.textBloc.bg-gradient .text, .textBloc.bg-gradient2 .text{
    color: #ffffff;
}
.textBloc.bg-gradient a.supremeBtn .text, 
.textBloc.bg-gradient2 a.supremeBtn .text{
    color: #a731dd;
}
.textBloc.bg-gradient a.supremeBtn:hover .text, 
.textBloc.bg-gradient2 a.supremeBtn:hover .text{
    color: #ffffff;
}
.textBloc.bg-gradient a.supremeBtn:hover, 
.textBloc.bg-gradient2 a.supremeBtn:hover{
    border: 2px solid #fff;
}
.textBloc.bg-gradient, .textBloc.bg-gradient2{
    margin-top: -6rem;
    margin-bottom: -6rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

/* couleur de fond - mauve */
.textBloc.bg-mauve{
    background: #830FAE;
    z-index: 11;
}
.textBloc.bg-mauve h2, 
.textBloc.bg-mauve h6,
.textBloc.bg-mauve .text{
    color: #ffffff;
}
.textBloc.bg-mauve a.supremeBtn .text{
    color: #a731dd;
}
.textBloc.bg-mauve a.supremeBtn:hover .text{
    color: #ffffff;
}
.textBloc.bg-mauve{
    margin-top: -6rem;
    margin-bottom: -6rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

/* MOBILE */

@media (max-width: 769px) {
    .textBloc.bg-white{
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }
    .textBloc.bg-gradient, .textBloc.bg-gradient2{
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .textBloc.bg-mauve{
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}