.fc-view-container{
	   color:#000 !important;
}
div.locales {
	margin: 22px;
}
.fc-status {
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.fc-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 60px;
    height: 100%;
    box-sizing: border-box;
}
.fc-title {
    font-weight: bold;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    visibility: visible;
}
.fc-title.empty {
    visibility: hidden;
}
.calendrier {
    background-color: #fff !important;
}
.fc-toolbar h2 {
    color: #000;
    font-size: 22px;
}
