.custom-file-input ~ .custom-file-label:lang(fr)::after {
    content: "Choisir...";
}

@media (min-width: 1000px) {
    .ui-widget {
        width: 90%;
        margin-left: 45px !important;
    }
}

.form-control-datetime div input {
    margin: 0px 5px 0px 0px;
}

.bg-average-student {
    background-color: rgb(167, 200, 63);
}

.bg-average-class {
    background-color: rgb(240, 98, 146);
}

.fc-event {
    color: black !important;
}

.fc-title {
    font-weight: bold !important;
}