.pillar-group {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}

.pillar-group__title {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Aligne à gauche */
    gap: 0.7rem;
    margin-bottom: 1.5rem;
    text-align: left;
}

.pillar-number {
    background-color: #1a1a1a; /* Fond noir */
    color: white; /* Chiffre en blanc */
    font-size: 1.55rem;
    font-weight: bold;
    border-radius: 50%; /* Pour faire un cercle */
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; /* Empêche le cercle de se déformer */
}

.pillar-group__title h3 {
    margin: 0;
    font-size: var(--H2-font-size);
    font-weight: bold;
}

#ecosystem h2 {
    font-size: calc(var(--H2-font-size) + 5px);
}