/* Styliser les popup */
.activities {
    overflow: scroll;
    max-height:250px;
}

.act-c {
    display: flex;
    align-items: center;
    justify-content: center;
}
