﻿.BlocModalites {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.BlocModalites__el {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 250px;
}

    .BlocModalites__el svg {
        height: 50px;
        width: max-content;
    }

.BlocModalites h4 {
    color: var(--blanc);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.BlocModalites p {
    color: var(--blanc);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.couleurPrincipale {
    fill: var(--blanc);
}

.couleurSecondaire {
    fill: var(--noir);
}
