.month-title {
    margin: 24px 0 12px;
    font-family: 'Poppins', sans-serif;
    color: #4C8C5E;
}

.annee-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 24px 0 12px;
}

.annee-titre {
    margin: 0;
    font-family: 'Poppins', sans-serif;

    color: #4C8C5E;
    text-align: center;
}

.reunion-actions {
    display: flex;
    gap: 16px;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


.btn-edit,
.btn-delete {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12pt;
    color: #4C8C5E;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: white;
    box-shadow: black 0.1em 0.1em 0.8em;
    border: none;
    cursor: pointer;
    transition: .2s linear;
}

.btn-edit:hover,
.btn-delete:hover {
    background-color: #4C8C5E;
    color: white;
    box-shadow: none;
}

.delete-form {
    margin: 0;
}
