/* La popup native ne reste affichee que sur le bouton ou sur elle-meme :
   on etend le hover a toute la cellule pour supprimer la zone morte. */
[data-vc-date]:hover .vc-date__popup,
[data-vc-date]:focus-within .vc-date__popup {
    opacity: 1;
    pointer-events: auto;
}

.vc-date__popup::before {
    content: '';
    position: absolute;
    inset: -.5rem;
    z-index: -1;
}

.home-calendar-popup__event a,
.home-calendar-popup__event a:link,
.home-calendar-popup__event a:visited,
.home-calendar-popup__event a:hover,
.home-calendar-popup__event a:focus,
.home-calendar-popup__event a:active {
    text-decoration: none !important;
    background: none !important;
    background-image: none !important;
    box-shadow: none !important;
    border-bottom: 0 !important;
}

.home-calendar-popup__event + .home-calendar-popup__event {
    margin-top: .5rem;
    padding-top: .5rem;
    border-top: 1px solid rgba(0, 0, 0, .1);
}