﻿.cyb-uc-blocsectiontitre__title-bloc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}


    .cyb-uc-blocsectiontitre__title-bloc p {
        font-weight: 400;
        font-size: 20px;
        text-align: center;
        max-width: 1000px
    }

    .cyb-uc-blocsectiontitre__title-bloc h2 {
        font-size: 32px;
        font-weight: 600;
        color: black;
        margin: 0;
        text-transform: uppercase;
        text-align: center;
    }
.label-solde-ete {
    background: #FFC600;
    border-radius: 75px;
    padding: 5px 25px;
    font-size: 20px;
    font-weight: 600;
    color: black;
    width: max-content;
}
