.containerBlocCouleur {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 6.6vw;
}
.blocCouleurN {
    border: solid 1px;
    border-radius: 0px 3vw 3vw 0px;
    padding-bottom: 2vw;
    padding-left: 20.27vw;
    padding-top: 2vw;
    padding-right: 2.8vw;
    background-color: #000000;
}
.texteBlocCouleur {
    text-align: center;
}
.texteBlocCouleur h2 {
    color: #fff;
    font-size: 0.8vw;
    margin-bottom: 3%;
}
.texteBlocCouleur a {
    color: #F2BE4E;
    text-decoration: none;
}
.texteBlocCouleur p {
    font-size: 1.14vw;
    color: #fff;
    margin-bottom: unset;
}

.texteBlocCouleur span {
    color: #F2BE4E;
    font-size: 1.14vw;
}
.textCenter {
    display: flex;
    justify-content: center;
    width: 5.6vw;
}
.ligneSmall {
    color: #4B23C0;
    border-top: 1px solid #4B23C0;
    position: absolute;
    margin-top: 3.4vw !important;
    margin-bottom: 4.4vw !important;
    width: 2.8vw;
}
.blocCouleurB {
    border: solid 1px;
    border-radius: 3vw 0px 0px 3vw;
    padding-bottom: 2vw;
    padding-right: 22.61vw;
    padding-top: 2vw;
    padding-left: 4.2vw;
    background-color: #5215C8;
}
.texteBlocCouleur {
    text-align: center;
}
#text3 {
    color: #fff;
    font-size: 0.8vw !important;
    margin-bottom: 3%;
}
.texteBlocCouleur a {
    color: #F2BE4E;
    text-decoration: none;
}
#text4 {
    font-size: 1.14vw !important;
    color: #fff;
    margin-bottom: unset;
}


@media only screen and (max-width: 768px) {
    .containerBlocCouleur {
        display: flex;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    .titreBlocCouleur {
        font-size: 3.8vw;
        text-align: center;
        font-weight: 700;
        margin-bottom: 3.6vw;
        margin-top: 14.5vw;
    }

    .blocCouleurN {
        border: solid 1px;
        border-radius: 10vw;
        background-color: #000000;
        text-align: center;
        width: 72.5vw;
        color: #F2BE4E;
    }

    .texteBlocCouleur {
        text-align: center;
        padding: 3%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .texteBlocCouleur p, .texteBlocCouleur a {
        font-size: 4.35vw;
        margin-bottom: unset;
        font-weight: 700;
    }

    .containerBlocCouleur {
        display: flex;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .titreBlocCouleur {
        font-size: 3.8vw;
        text-align: center;
        font-weight: 700;
        margin-bottom: 3.6vw;
        margin-top: 14.5vw;
    }

    .blocCouleurB {
        border: solid 1px;
        border-radius: 10vw;
        text-align: center;
        width: 72.5vw;
        background-color: #5215C8;
        color: #FFFFFF;
    }

    .texteBlocCouleur {
        color: white;
    }

    .texteBlocCouleur a, .texteBlocCouleur a:hover {
        color: #F2BE4E;
        text-decoration: none;
    }
}