/* =========================================================
   TOP80 — ÉTÉ : LE FOND DU CADRE ARTICLE DOIT ÊTRE
   EXACTEMENT CELUI DU FOND GÉNÉRAL
========================================================= */

/*
 * Le CSS été donne actuellement à .top80-single-layout
 * un fond bleu/vert "verre teinté".
 * C'est ce rectangle que l'on voit autour de l'article.
 *
 * On ne change PAS le fond général de la page.
 * On rend seulement ce conteneur transparent pour
 * laisser apparaître exactement le fond général derrière.
 */
body.top80-ambiance-ete .top80-single-layout {
    background: transparent !important;
    background-image: none !important;
}

/* Même traitement si un wrapper direct ajoute un second fond. */
body.top80-ambiance-ete .top80-single-layout > .top80-single-main,
body.top80-ambiance-ete .top80-single-layout > .top80-single-content {
    background: transparent !important;
    background-image: none !important;
}

/* Aucun halo sur ce conteneur. */
body.top80-ambiance-ete .top80-single-layout {
    box-shadow: none !important;
}
