/* section calendrier */
    td{
        text-wrap: nowrap;
    }

    .titleEvent{
        max-width: 280px;
        overflow-x: hidden;
        text-overflow: ellipsis;
    }

    .statEvent, .publish{
        place-items: center;
        text-align: center;
        text-wrap: nowrap;
        text-transform: capitalize;
        padding: 3px 8px;
        border-radius: 8px;
        color: var(--white);
    }           
/* section calendrier */