/* =========================================================
   TOP80 — ÉTÉ : ÉMISSIONS / PROGRAMMES SANS NÉON
   Les couleurs et les fonds sont conservés.
   On supprime uniquement les effets lumineux.
========================================================= */

/* Grand cadre de la page Émissions */
body.top80-ambiance-ete .top80-programmes-page,
body.top80-ambiance-ete .top80-programmes-inner,
body.top80-ambiance-ete .top80-shows-strip {
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
}

/* Bandeau de l'émission */
body.top80-ambiance-ete .top80-programmes-hero {
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
}

/* Cartes des émissions */
body.top80-ambiance-ete .top80-show-card {
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
}

/* Éléments internes des cartes */
body.top80-ambiance-ete .top80-show-card * {
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
}

/* Boutons / jours de la grille */
body.top80-ambiance-ete .top80-shows-strip button,
body.top80-ambiance-ete .top80-shows-strip a,
body.top80-ambiance-ete .top80-programmes-inner button,
body.top80-ambiance-ete .top80-programmes-inner a {
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
}

/* Pseudo-éléments : suppression des halos éventuels */
body.top80-ambiance-ete .top80-programmes-page::before,
body.top80-ambiance-ete .top80-programmes-page::after,
body.top80-ambiance-ete .top80-programmes-inner::before,
body.top80-ambiance-ete .top80-programmes-inner::after,
body.top80-ambiance-ete .top80-shows-strip::before,
body.top80-ambiance-ete .top80-shows-strip::after,
body.top80-ambiance-ete .top80-programmes-hero::before,
body.top80-ambiance-ete .top80-programmes-hero::after,
body.top80-ambiance-ete .top80-show-card::before,
body.top80-ambiance-ete .top80-show-card::after {
    box-shadow: none !important;
    filter: none !important;
}

/* Aucun effet supplémentaire au survol */
body.top80-ambiance-ete .top80-show-card:hover,
body.top80-ambiance-ete .top80-shows-strip button:hover,
body.top80-ambiance-ete .top80-shows-strip a:hover {
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
}
