/* Étape 50 — correction strictement limitée à la vue de lecture des articles. */
html body .news-tool-panel.is-reading .news-article-category,
html body .news-tool-panel.is-reading .news-article-category *,
html body .news-tool-panel.is-reading .news-article-view h2,
html body .news-tool-panel.is-reading .news-article-view h2 *{
  color:#111111 !important;
  -webkit-text-fill-color:#111111 !important;
  opacity:1 !important;
  text-shadow:none !important;
  filter:none !important;
  -webkit-filter:none !important;
  mix-blend-mode:normal !important;
}
