.cf-nav {
margin-bottom: 5px !important;
}

#calendriertitle {
font-style: italic;
}

.cf-calendriers {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cf-mois table {
    border-collapse: collapse;
    width: 100%;
}

.cf-mois th,
.cf-mois td {
    border: 1px solid #ccc;
    padding: 4px;
    text-align: center;
}

.cf-mois th {
    background: #f4f4f4;
}

.cf-fete {
    background: #a8c89a;
    font-weight: bold;
}

.cf-legende {
    margin-top: 10px;
    color: #666;
}
