.greffe_communes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
}

.greffe_communes.off{
    display: none;
}

.greffe_communes div {
    flex-basis: 20%;
}

.greffe_communes div i {
    font-size: 21px;
    color: #ed7e25;
}

.greffe_communes div span {
    margin-left: 0.5rem;
    font-size: 21px;
    font-weight: 500;
    color: #3c3c3f;
}

#more_commune {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0 0 4rem 0;
}

#commune-toggle-btn {
    font-size: 1.2rem;
    color: #ed7e25;
    font-weight: 700;
    text-decoration: none;
}

