/* Structure compacte et centrée */
.footer-inner.container-xl {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Colonnes sur une seule ligne */
.footer-top .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

/* Chaque colonne prend 1/3 */
.footer-top .ft-col-1,
.footer-top .ft-col-2,
.footer-top .ft-col-3 {
  flex: 1;
  max-width: 33.33%;
  padding: 0;
  margin: 0;
}

/* Texte à GAUCHE dans les colonnes */
.footer-top .widget {
  text-align: left;
}

/* Alignement du pictogramme Facebook */
.jetpack-social-widget-list {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.jetpack-social-widget-item {
  margin-top: 5px; /* petit ajustement vertical */
}

/* Footer bas compact et centré */
.footer-top,
.footer-bottom {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin: 0 !important;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  color: #777;
  padding: 5px 0 !important;
}

/* Réduction générale de la taille du texte */
.site-footer,
.site-footer .widget,
.site-footer .widget-title {
  font-size: 14px;
  line-height: 1.4;
}

/* Supprimer marge extérieure */
#site-footer {
  margin-top: 0 !important;
}

.comments-area,
.comment-respond,
#respond {
    display: none !important;
}

.breadcrumbs,
.entry-header .breadcrumbs,
.header-title + .breadcrumbs,
.main-header-bg .breadcrumbs {
    display: none !important;
}

/* Supprime les métadonnées article (auteur, date, commentaires) */
.post-meta-wrapper,
.post-meta,
.meta-wrapper,
.post-author,
.post-date,
.post-comment-link {
    display: none !important;
}

/* Supprimer la section "Articles similaires" (Jetpack ou thème Atria) */
.jp-relatedposts,
.related-posts,
.similar-posts,
.jp-relatedposts-headline {
    display: none !important;
}

/* Supprimer les liens Previous / Next post */
.post-navigation,
.navigation.post-navigation,
.nav-links {
    display: none !important;
}