.link_moodle{
    text-decoration: underline;
}

#detailEvent{
    bottom: 1em;
    position: fixed;
    z-index: 30;
    right: 20px;
    width: 89%;
    max-width: 400px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 8px;
}

#detailEvent #detailEventTitle{
    display: flex;
    padding: 9px;
    border-bottom: 1px solid #e9ecef;
}


#detailEvent #detailEventTitle i {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    cursor: pointer;
}


#detailEvent #detailEventContent {
    padding: 9px;
}

.fc-content-detail-avant{
    box-shadow: 0 0 24px 3px rgba(0, 0, 0, 0.8);
}

a.fc-content-detail-avant {
    transform: scale(1.05);
}