.label-charge_dev, .label-ccp{
    background: #ffbf0d;
    color: #fff;
}
.label-charge_recrutement, .label-aa{
    background: #766bc8;
    color: #fff;
}
.label-formateur, .label-rr{
    background: #ff5952;
    color: #fff;
}
.label-tuteur, .label-dsi{
    background: #5f949c;
    color: #fff;
}

.header.header-floating .header-nav .header-nav-wrapper {
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: none;
}

body,
.sticky-wrapper.is-sticky .header-nav.navbar-sticky {
    background-color: #FFF;
}

footer.parallax.layer-overlay:before {
    background-color: #FFF;
}

.fc-day-grid-event._is_appointment {
    background-color: #aa68ba;
}

.fc-day-grid-event._is_event._is_module {
    background-color: #5cb85c;
}

.fc-day-grid-event._is_event {
    background-color: #3a87ad;
}

.t_is_appointment {
    color: #aa68ba;
}

.t_is_event.t_is_module {
    color: #5cb85c;
}

.t_is_event {
    color: #3a87ad;
}
.t_waiting {
    color: #a9a9a9;
}
.fc-day-grid-event._to_apply {
    background-color: #ffbf0d;
}
.fc-day-grid-event._waiting {
    background-color: #a9a9a9;
}
span.label.t_is_appointment {
    background-color: #aa68ba;
    color: #fff;
}

span.label.t_is_module {
    background-color: #5cb85c;
    color: #fff;
}

span.label.t_is_event {
    background-color: #3a87ad;
    color: #fff;
}

/* Missions */

.icon-box i {
    font-size: 14px;
    color:#ffbf0d;
}
.icon-box i.fa-lg {
    font-size:  1.33333333em;
}

._yellow_border {
    border: 2px solid #ffbf0d !important;
}
i.yellow {
    color:#ffbf0d;
}

table._mission {
    border-collapse: collapse;
    border-style: hidden;
    width: 100%;
    table-layout: fixed;
  }
table._mission td {
border: 1px solid #ffbf0d;
}