/* --- TITRE --- */
.vlc-menu-emissions-title {
    display: block;
    font-weight: 700;
}

/* --- CONTAINER --- */
.vlc-menu-emissions {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    background-image: url(https://wp.vivelacinq.fr/wp-content/uploads/commun/bg-content.jpg);
    background-repeat: repeat;
}

/* --- ITEMS --- */
.vlc-menu-emissions li {
    margin-bottom: 2px;
}

/* --- LINKS --- */
.vlc-menu-emissions li a {
    display: block;
    width: 100%;

    /* Typo Elementor */
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);

    /* Dimensions */
    padding: 11px 40px;
    font-size: 17px;
    font-weight: 300;

    /* Couleurs état normal */
    background: rgba(71, 71, 71, 0.4);
    color: #7a7a7a;

    /* Style */
    text-decoration: none;
    border-radius: 0;
    transition: background .25s ease, color .25s ease;
}

/* --- HOVER --- */
.vlc-menu-emissions li a:hover {
    background: rgba(71, 71, 71, 0.8);
    color: #fff;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .vlc-menu-emissions li a {
        padding: 12px 18px;
        font-size: 14px;
        width: 100%;
    }
}
