/* section partenaire */
    .containerPartenaires{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 25px;
        margin-top: 16px;
    }

    .contentPartenaires{
        width: 250px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .boxImgLogo{
        width: 160px; height: 160px;
        border: 3px solid var(--red);
        border-radius: 50%;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .boxImgLogo img{
        object-fit: contain;
    }

    .sigle{
        font-weight: 700;
        color: var(--blue);
        text-align: center;
        font-size: 18px;
        margin-top: 8px;
    }

    .defSigle{
        text-align: center;
    }
/* section partenaire */