.event-list-tbl {
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0px 0px 2px -1px rgb(0 0 0 / 75%);
    overflow: hidden;
    position: relative;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
}

.event-list-tbl table {
     /* C'est dégeulasse mais sinon les ombres débordent */
    width: calc(100% + 4px);
    position: relative;
    left: -2px;
    top: -3px;
}

.event-list-tbl .head-tr {
    box-shadow: 0px 0px 3px -1px rgb(0 0 0 / 75%);
    text-align: left;
}

.event-list-tbl .year-tr {
    background-color: #565b77;
    color: white;
}

.event-list-tbl td, .event-list-tbl th {
    padding: 0.5rem;
}

.event-list-tbl td {
    text-align: center;
}
