#evenement_description{
    resize: vertical;
}

/** Calendar **/

.fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: none; !important
}

.fc .fc-button-primary{
    color: #000;
    background-color: #d2d6de;
    border-color: #d2d6de;
}

.fc .fc-button-primary:hover{
    color: #000;
    background-color: #b4b7bd;
    border-color: #b4b7bd;
}

.fc .fc-button-primary:disabled {
    color: #fff;
    background-color: #2C3E50;
    border-color: #2C3E50;
}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active{
    color: #fff;
    background-color: #a3c613;
    border-color: #a3c613;
}


.fc .fc-button-group {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
}

@media (max-width: 587px) {
    .fc-direction-ltr .fc-toolbar>*>:not(:first-child){
        margin-left: 0;
    }

    .fc .fc-button{
        border-radius: 0;
    }

    .fc .fc-view-harness{
        min-height: 420.741px;
    }
}


.base-embed-body {
    .fc-button {
        border-radius: 5px;
    }
    .fc-button-group {
       margin-right: 10px;
    }
    table a {
        color: #000;
    }
}

.pac-container{
    z-index: 1100;
}