
.calendar .fc-unthemed .fc-content, .calendar .fc-unthemed .fc-divider, .calendar .fc-unthemed .fc-list-heading td, .calendar .fc-unthemed .fc-list-view, .calendar .fc-unthemed .fc-popover, .calendar .fc-unthemed .fc-row, .calendar .fc-unthemed tbody, .calendar .fc-unthemed td, .calendar .fc-unthemed th, .calendar .fc-unthemed thead {
    border: none;
}

.calendar .fc-basic-view .fc-head {
    border-bottom: 2px solid #edeeef;
    line-height: 36px !important;
}

.calendar .fc-basic-view .fc-body .fc-row {
    height: 36px !important;
    min-height: 36px;
    border-bottom: 2px solid #edeeef;
}

.calendar .fc-state-default.fc-corner-left,
.calendar .fc-state-default.fc-corner-right {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.calendar .fc-state-default.fc-corner-left .fc-icon:before, .calendar .fc-state-default.fc-corner-left .fc-icon:after,
.calendar .fc-state-default.fc-corner-right .fc-icon:before,
.calendar .fc-state-default.fc-corner-right .fc-icon:after {
    display: none;
}

.calendar .fc-state-default.fc-corner-left {
    background: url("../images/icon-arrow-left.png") center center no-repeat;
}

.calendar .fc-state-default.fc-corner-left:hover {
    background: url("../images/icon-arrow-left-hover.png") center center no-repeat;
}

.calendar .fc-state-default.fc-corner-right {
    background: url("../images/icon-arrow-right.png") center center no-repeat;
}

.calendar .fc-state-default.fc-corner-right:hover {
    background: url("../images/icon-arrow-right-hover.png") center center no-repeat;
}

.calendar .fc-other-month {
    color: #e2e2e2;
    font-weight: normal;
    opacity: 1;
}

.calendar .fc-day-top {
    text-align: center;
    width: 100%;
    max-width: 36px;
    height: 100%;
    max-height: 36px;
    padding: 0;
    margin: 0;
}

.calendar .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    padding: 0;
    line-height: 36px;
    margin: 0 auto;
    float: none;
    display: block;
    width: 36px;
    height: 36px;
}

.calendar .calendar-loading .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.calendar .calendar-loading .lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: rgb(32, 193, 226);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.calendar .calendar-loading .lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.calendar .calendar-loading .lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.calendar .calendar-loading .lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.calendar .calendar-loading .lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

.calendar {
    padding: 65px 0 0 0;
}

.calendar #calendar-view {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 400px;
    margin: 0 auto;
}

.calendar #calendar-view .fc-toolbar {
    width: calc(100% - 25px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0068b1;
}

.calendar #calendar-view .fc-toolbar h2 {
    text-transform: capitalize;
    font-size: 23px;
}

.calendar #calendar-view .fc-head .fc-day-header {
    visibility: hidden;
    text-align: center;
    padding-left: 23px;
}

.calendar #calendar-view .fc-head .fc-day-header:first-letter {
    visibility: visible;
}

.calendar #calendar-view .fc-row:last-child td {
    border: none;
}

.calendar #calendar-view .fc-row thead {
    border: none;
}

.calendar #calendar-view .fc-row thead th {
    border: none;
    color: #0068b1;
}

.calendar #calendar-view .fc-scroller {
    overflow: visible !important;
    height:auto!important;
}

.calendar .btn {
    display: block;
    width: 355px;
    margin: 34px auto 0 auto;
}

.calendar .columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.calendar .columns .column {
    width: 50%;
}

.calendar .columns .calendar-title {
    text-align: center;
    color: #0068b1;
    font-size: 23px;
    margin: 0 0 25px 0;
    padding: 0;
}

.calendar .columns .event {
    margin: 20px auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.calendar .columns .date {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top:-40px;
}

.calendar .columns .date-day {
    padding: 0;
    margin: 0;
    font-size: 34px;
    color: rgb(242, 103, 34);
    font-weight: 700;
}

.calendar .columns .date-month {
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: rgb(242, 103, 34);
}

.calendar .columns .content {
    padding-left: 20px;
}

.calendar .columns .content .description {
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    color: #606060;
}

.calendar .columns .empty-rdv {
    max-width: 380px;
    text-align: center;
    margin: 0 auto;
}

.calendar .columns .is_event {
    background: rgb(242, 103, 34) !important;
    color: white;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    border-color: #f07b25;
}

.calendar .columns .is_event:hover {
    background: rgba(242, 103, 34,.9);
    border: none;
}

.calendar .columns .is_event a {
    color: white;
    text-decoration: none;
}

.calendar .columns .is_event a:hover {
    color: white;
}

.calendar .columns .fc-today {
    background: none;
    position: relative;
}

.calendar .columns .fc-today:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: calc(50% - 10px);
    width: 20px;
    height: 2px;
    background: rgb(242, 103, 34);
}

.calendar .columns .fc-today.is_event:after {
    background: white;
}

.calendar-legend {
    width:100%;
    max-width:1000px;
    margin:25px auto;
    padding:0 65px;
}

.calendar-legend .legend-title {

}

.calendar-legend .legend-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.calendar-legend .legend-item {

    padding-left: 50px;
    position:relative;
    margin:15px 25px 0 0;
}

.calendar-legend .legend-item:before {
    content: '';

    width: 30px;
    height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    align-items: center;
    justify-content: center;

}

.calendar-legend .legend-item[data-type="3"]:before {
    background: rgb(163, 205, 57);
}

.calendar-legend .legend-item[data-type="4"]:before {
    background: #23408f;
}

.calendar-legend .legend-item[data-type="5"]:before {
    background: rgb(242, 103, 34);
}

@media all and (max-width:600px){
    .calendar-legend {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }
    .calendar-legend .legend-list {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }
}
.calendar .event-type-5 .date-day,
.calendar .event-type-5 .date-month,{
    color: rgb(242, 103, 34);
}

.calendar .event-type-3 .date-day,
.calendar .event-type-3 .date-month{
    color: rgb(163, 205, 57);
}
.calendar .event-type-4 .date-day,
.calendar .event-type-4 .date-month{
    color: #23408f;
}

.event.event-type-5 .date-day,
.event.event-type-5 .date-month{
    color: rgb(242, 103, 34)!important;
}

.event.event-type-3 .date-day,
.event.event-type-3 .date-month{
    color: rgb(163, 205, 57)!important;
}
.event.event-type-4 .date-day,
.event.event-type-4 .date-month{
    color: #23408f!important;
}


.event .participation {
    display: flex;
    align-items: center;
    justify-content: space-between;

    position: relative;

    height:40px;
}

.event .participation .form-radio {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    position: relative;
    padding:0 0 0 30px;
}
.event .participation .form-radio label {
    margin:0;
}

.event .participation .checkmark-radio {
    left:0;
}

.calendar .columns .is_event.event-type-5  {
    background: rgb(242, 103, 34)!important;
}
.calendar .columns .is_event.event-type-3  {
    background: rgb(163, 205, 57)!important;
}
.calendar .columns .is_event.event-type-4  {
    background:  #23408f!important;
}
@media all and (max-width: 925px) {
    .calendar .btn {
        width: 100%;
        max-width: 500px;
        margin: 95px auto 0 auto;
        padding: 5px 0;
        font-size: 14px;
    }

    .calendar #calendar-view {
        width: 100%!important;
        max-height: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .calendar #calendar-view .fc-toolbar h2 {
        font-size: 20px;
    }

    .calendar .columns {
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }

    .calendar .columns .column {
        width: 100%;
    }

    .calendar .columns .calendar-title {
        font-size: 20px;
    }

    .calendar .calendar-recapitulatif {
        margin-top: 25px;
    }

    .calendar .calendar-recapitulatif .calendar-title {
        text-align: center;
    }

    .calendar .calendar-recapitulatif .event {
        max-width: 100%;
    }

    .calendar .calendar-recapitulatif .event .content {
        text-align: justify;
    }
}

@media all and (max-width: 750px) {
    .calendar .columns {
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }

    .calendar .calendar-recapitulatif {
        margin-top: 25px;
    }

    .calendar .calendar-recapitulatif .event {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .calendar .calendar-recapitulatif .event .content {
        margin: 10px 0 0 0;
        padding: 0;
    }
}