/*
 * Styles persos pour le plugin WP Full Calendar
 * -----
 * auteur : Lionel
 * date : 02/2017
 */

.fc-event {
    background-color: #4D5871 !important;
    border-color: #4d5871 !important;
    padding: 5px !important;
}

.fc-day-number.fc-today {
    color: #E2007A !important;
    font-weight: bold !important;
}

.fc-unthemed .fc-today,
.fc-today {
    background-color: #CCC;
}

.fc-event:hover,
.fc-event:visited {
    color: #FFF !important;
}

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
    padding: 0 6px;
}

/* On désactive pour le moment, c'est très mal foutu, en attendant de le corriger */
.wpfc-calendar-search,
.ui-selectmenu-menu {
    display: none !important
}
