﻿.fc-unthemed .fc-today {
    background: #d7d7d7;
}

.event-rouge {
    background-color: orangered;
}

.event-vert {
    background-color: green;
}


.event-noir {
    background-color: black;
}

.event-blue {
    background-color: #0094ff;
}

.fc-event-olyadin {
    position: relative;
    display: block;
    font-size: .85em;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    box-shadow: 0 0 1px #fff;
    border: 1px solid #ffffff;
}

.fc-content-skeleton {
    pointer-events: none;
}

.fc-event {
    pointer-events: none;
}

.fc-title {
    color: white;
}


