
.custom-calendar-wrap {
    margin: 10px auto;
    overflow: hidden;
    position: relative;
}
.custom-inner {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.custom-inner::before, .custom-inner::after {
    background: #f6f6f6 none repeat scroll 0 0;
    bottom: -4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    content: "";
    height: 50%;
    left: 0.5%;
    position: absolute;
    width: 99%;
    z-index: -1;
}
.custom-inner::after {
    bottom: -7px;
    content: "";
    left: 1%;
    width: 98%;
    z-index: -2;
}
.custom-header {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    height: 50px;
    padding: 10px;
    position: relative;
}
.custom-header h2, .custom-header h3 {
    text-align: center;
    text-transform: uppercase;
}
.custom-header h2 {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;;
}
.custom-header h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
}
.custom-header nav span {
    -moz-user-select: none;
    color: transparent;
    cursor: pointer;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin: 0 1px;
    position: absolute;
    top: 17px;
    width: 30px;
}
.custom-header nav span:first-child {
    left: 0;
}
.custom-header nav span:last-child {
    right: 20px;
}
.custom-header nav span::before {
    color: #2087ca;
    font-family: "fontawesome-selected";
    position: absolute;
    text-align: center;
    width: 100%;
}
.custom-header nav span.custom-prev::before {
    content: "◂";
}
.custom-header nav span.custom-next::before {
    content: "▸";
}
.custom-header nav span:hover::before {
    color: #495468;
}
.custom-content-reveal {
    background: rgba(246, 246, 246, 0.9) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 100%;
    transition: all 0.6s ease-in-out 0s;
    width: 100%;
    z-index: 100;
}
.custom-content-reveal span.custom-content-close {
    background: #2087ca none repeat scroll 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    height: 20px;
    line-height: 13px;
    padding: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 15px;
    width: 20px;
}
.custom-content-reveal span.custom-content-close::after {
    color: #fff;
    content: "x";
    font-size: 18px;
}
.custom-content-reveal a, .custom-content-reveal span {
    display: block;
    font-size: 22px;
    padding: 10px 30px;
}
.custom-content-reveal h4 {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    border-top: 5px solid #2087ca;
    box-shadow: 0 1px rgba(255, 255, 255, 0.9);
    color: #777;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 30px;
    padding: 20px;
    text-transform: uppercase;
}
.custom-content-reveal span {
    color: #888;
}
.custom-content-reveal a {
    color: #ef4f69;
}
.custom-content-reveal time {
    display: none;
}
.custom-content-reveal a:hover {
    color: #333;
}
.fc-calendar-container {
    height: 260px;
    padding: 10px;
    width: auto;
}
.fc-calendar .fc-head {
    background: transparent none repeat scroll 0 0;
    color: #ef4f69;
    display: none;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.fc-calendar .fc-row > div {
    cursor: pointer;
}
.fc-calendar .fc-row > div:empty {
    background: transparent none repeat scroll 0 0;
    cursor: default;
}
.fc-calendar .fc-row > div > span.fc-date {
    color: #686a6e;
    font-weight: 400;
    left: 50%;
    margin: -10px 0 0 -15px;
    pointer-events: none;
    text-align: center;
    top: 50%;
}
.fc-calendar .fc-row > div > span.fc-emptydate {
    color: #ccc;
}
.fc-calendar .fc-row > div.fc-today {
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1) inset;
}
.fc-calendar .fc-row > div.fc-content > span.fc-date {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.fc-calendar .fc-row > div.fc-content::after {
    bottom: 3px;
    color: #ddd;
    font-size: 70px;
    left: 50%;
    line-height: 20px;
    margin-left: -10px;
    position: absolute;
    text-align: center;
    width: 20px;
}
.fc-calendar .fc-row > div.fc-today.fc-content::after {
    color: #b02c42;
}
.fc-calendar .fc-row > div.fc-content:hover::after {
    color: #ef4f69;
}
.fc-calendar .fc-row > div.fc-today.fc-content:hover::after {
    color: #fff;
}
.fc-calendar .fc-row > div > div a, .fc-calendar .fc-row > div > div span {
    display: none;
    font-size: 22px;
}
@media screen and (max-width: 400px) {
.fc-calendar-container {
    height: 300px;
}
.fc-calendar .fc-row > div > span.fc-date {
    font-size: 15px;
}
}
.fc-calendar .fc-row > div {
    border-right: medium none;
}
.fc-calendar .fc-row {
    border-bottom: medium none;
}
.fc-calendar .fc-body {
    border: medium none;
}
.journee-etude {
    color: #1787cf;
}
.journee-etude.fc-content {
    background-color: #1787cf;
}
.journee-etude.custom-content-reveal h4 {
    border-top-color: #1787cf;
}
.journee-etude.custom-content-reveal span.custom-content-close {
    background-color: #1787cf;
}
.journee-inter {
    color: #f9ae21;
}
.journee-inter.fc-content {
    background-color: #f9ae21;
}
.journee-inter.custom-content-reveal h4 {
    border-top-color: #f9ae21;
}
.journee-inter.custom-content-reveal span.custom-content-close {
    background-color: #f9ae21;
}
.groupe-regional {
    color: #4a8c32;
}
.groupe-regional.fc-content {
    background-color: #4a8c32;
}
.groupe-regional.custom-content-reveal h4 {
    border-top-color: #4a8c32;
}
.groupe-regional.custom-content-reveal span.custom-content-close {
    background-color: #4a8c32;
}
.autre {
    color: #F31414;
}
.autre.fc-content {
    background-color: #F31414;
}
.autre.custom-content-reveal h4 {
    border-top-color: #F31414;
}
.autre.custom-content-reveal span.custom-content-close {
    background-color: #F31414;
}