/* TOP80 ÉTÉ — effets lumineux uniquement, fonds/couleurs inchangés */
body.top80-ambiance-ete * {
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
}
body.top80-ambiance-ete *::before,
body.top80-ambiance-ete *::after {
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
}
body.top80-ambiance-ete *:hover,
body.top80-ambiance-ete *:focus,
body.top80-ambiance-ete *:active {
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
}

/* Zones visibles de la page article */
body.top80-ambiance-ete .top80-single-layout,
body.top80-ambiance-ete .top80-single-layout > *,
body.top80-ambiance-ete .top80-single-layout article,
body.top80-ambiance-ete .top80-single-layout aside,
body.top80-ambiance-ete .top80-single-layout section {
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
}
