/* Préparation des modifications du CSS de fullplanning */
    .fc-event_hide {
        background-image: var(--falcon-gradient),url(../../../assets/img/sys/hide_16px.png) !important;
        background-repeat: no-repeat,no-repeat !important;
        background-position: top 0px right 0px,right .3rem top .3rem !important;
    }

    .fc-event-lock {
        background-image: var(--falcon-gradient),url(../../../assets/img/sys/locked_16px.png) !important;
        background-repeat: no-repeat,no-repeat !important;
        background-position: top 0px right 0px,right .3rem top .3rem !important;
    }

    .fc-event-fire {
        background-image: var(--falcon-gradient),url(../../../assets/img/sys/fire_16px.png) !important;
        background-repeat: no-repeat,no-repeat !important;
        background-position: top 0px right 0px,right .3rem top .3rem !important;
        
    }

    .fc-event-lock.fc-event-fire {
        background-image: var(--falcon-gradient),url(../../../assets/img/sys/locked_16px.png),url(../../../assets/img/sys/fire_16px.png) !important;
        background-repeat: no-repeat,no-repeat,no-repeat !important;
        background-position: top 0px right 0px,top .3rem right .3rem, top .3rem right 1.2rem !important;
        background-attachment: initial;
    }

    .fc-event-lock.fc-event_hide {
        background-image: var(--falcon-gradient),url(../../../assets/img/sys/locked_16px.png),url(../../../assets/img/sys/hide_16px.png) !important;
        background-repeat: no-repeat,no-repeat,no-repeat !important;
        background-position: top 0px right 0px,top .3rem right .3rem, top .3rem right 1.2rem !important;
        background-attachment: initial;
    }

    .fc-event-lock.fc-event-fire.fc-event_hide {
        background-image: var(--falcon-gradient),url(../../../assets/img/sys/locked_16px.png),url(../../../assets/img/sys/fire_16px.png),url(../../../assets/img/sys/hide_16px.png) !important;
        background-repeat: no-repeat,no-repeat,no-repeat,no-repeat !important;
        background-position: top 0px right 0px,top .3rem right .3rem, top .3rem right 1.2rem, top .3rem right 2.2rem !important;
        background-attachment: initial;
    }

    @keyframes clignoter {
        0%   {opacity:1;}
        40%  {opacity:0;}
        100% {opacity:1;}
    }
        /*animation-duration: 1.5s;
        animation-name: clignoter;
        animation-iteration-count: infinite;
        transition: none;*/
        
    .fc .fc-timeGridDay-view .fc-timegrid-event, .fc .fc-timeGridWeek-view .fc-timegrid-event {
        padding: 0.3rem !important;
    }