/* =========================================================
   TOP80 — ÉMISSIONS ÉTÉ
   SUPPRESSION DU HALO / NÉON UNIQUEMENT
   Les fonds, couleurs et bordures sont conservés.
========================================================= */

body.top80-ambiance-ete :is(
    .top80-programmes-page,
    .top80-programmes-inner,
    .top80-programmes-hero,
    .top80-shows-strip,
    .top80-show-card,
    .top80-programme-card,
    .top80-programme-card-link,
    .top80-programme-card-image,
    .top80-programme-card-body
),
body.top80-ambiance-ete :is(
    .top80-programmes-page,
    .top80-programmes-inner,
    .top80-programmes-hero,
    .top80-shows-strip,
    .top80-show-card,
    .top80-programme-card,
    .top80-programme-card-link,
    .top80-programme-card-image,
    .top80-programme-card-body
) * {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -webkit-filter: none !important;
}

/* Aucun halo généré par un pseudo-élément.
   On ne touche pas au background des vrais blocs. */
body.top80-ambiance-ete :is(
    .top80-programmes-page,
    .top80-programmes-inner,
    .top80-programmes-hero,
    .top80-shows-strip,
    .top80-show-card,
    .top80-programme-card
)::before,
body.top80-ambiance-ete :is(
    .top80-programmes-page,
    .top80-programmes-inner,
    .top80-programmes-hero,
    .top80-shows-strip,
    .top80-show-card,
    .top80-programme-card
)::after {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    filter: none !important;
    -webkit-filter: none !important;
    text-shadow: none !important;
    background-image: none !important;
}

/* Pas de lueur supplémentaire au survol. */
body.top80-ambiance-ete :is(
    .top80-programmes-page,
    .top80-programmes-inner,
    .top80-programmes-hero,
    .top80-shows-strip,
    .top80-show-card,
    .top80-programme-card,
    .top80-programme-card-link
):hover,
body.top80-ambiance-ete :is(
    .top80-programmes-page,
    .top80-programmes-inner,
    .top80-programmes-hero,
    .top80-shows-strip,
    .top80-show-card,
    .top80-programme-card,
    .top80-programme-card-link
):focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    filter: none !important;
    -webkit-filter: none !important;
    text-shadow: none !important;
}
