/* Masquer totalement le header du thème dans l'app */
header,
#td-header-wrap,
.td-header-wrap,
.td-header-template-wrap {
  display: none !important;
}

/* Masquer totalement le footer du thème dans l'app */
footer,
.td-footer-wrapper,
.td-footer-template-wrap,
#td-outer-wrap .td-footer-wrapper {
  display: none !important;
}

/* === Nettoyage interface article dans l'app === */

/* 1. Fil d'Ariane : masquer tout le bloc breadcrumb */
.tdb_breadcrumbs,
.tdb-breadcrumbs,
.td_block_wrap.tdb_breadcrumbs,
.td-block-wrap.tdb_breadcrumbs {
  display: none !important;
}

/* 2. Bloc partage réseaux sociaux : masquer la row + le bloc partage */
.tdi_129,
.tdb_single_post_share,
.td_block_wrap.tdb_single_post_share,
#tdi_132,
.td-post-sharing {
  display: none !important;
}

/* 3. Ligne newsletter + changer de langue : masquer toute la rangée */
.tdi_134 {
  display: none !important;
}

/* (facultatif mais inoffensif : boutons eux-mêmes) */
.tdi_138 {
  display: none !important;
}

.tdi_142 {
  display: none !important;
}

/* 4. Bloc "Article précédent / suivant" (next/prev) */
.tdb-next-post,
.tdb-prev-post,
.tdb-post-next,
.tdb-post-prev {
  display: none !important;
}

/* 5. Colonne de droite (sidebar) – TagDiv/Newspaper typique */
.td-main-sidebar,
.td-sidebar,
.td-pb-span4.td-main-sidebar,
#td-outer-wrap .td-main-sidebar {
  display: none !important;
}

/* 6. Élargir le contenu principal quand la sidebar est masquée */
.td-main-content,
.td-pb-span8 {
  width: 100% !important;
  float: none !important;
}

/* 7. Bloc "Droits d'auteur" : td_block_text_with_title tdi_146 */
.td_block_wrap.td_block_text_with_title,
.td_block_text_with_title,
.tdi_146 {
  display: none !important;
}

/* 8. Bloc "Catégories" après l'article : tdb_single_categories tdi_149 */
.td_block_wrap.tdb_single_categories,
.tdb_single_categories,
.tdi_149 {
  display: none !important;
}

/* 9. Bloc "Mots clés" après l'article : tdb_single_tags tdi_150 */
.td_block_wrap.tdb_single_tags,
.tdb_single_tags,
.tdi_150 {
  display: none !important;
}

/* 10. Bloc "Derniers Articles" : td_flex_block_1 tdi_173 */
.td_block_wrap.td_flex_block_1,
.td_flex_block_1,
.tdi_173 {
  display: none !important;
}

/* 11. Bloc compteurs de vues "Visiteurs : XXX" : tdb_single_post_views / tdi_127 + colonne tdi_126 */
.td_block_wrap.tdb_single_post_views,
.tdb_single_post_views,
.tdi_127,
.tdi_126 {
  display: none !important;
}

/* 12. Colonne vide tdi_124 */
.tdi_124 {
  display: none !important;
}

/* 13. Titre "RESEAUX SOCIAUX" : td_block_title tdi_165 */
.td_block_wrap.td_block_title.tdi_165,
.td_block_title.tdi_165,
.tdi_165 {
  display: none !important;
}

/* 14. Bloc icônes réseaux sociaux : tdm_block_socials tdi_166 / tdi_167 */
.tdm_block.tdm_block_socials.tdi_166,
.tdi_166,
.tdm-social-wrapper.tdi_167 {
  display: none !important;
}