.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-tabs {
display:none;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}

/* ===== MENU VISIBLE SUR BLOG / ACTUALITÉS ===== */

/* Texte du menu */
.blog .main-header-menu a,
.archive .main-header-menu a {
    color: #1f2933 !important;
}

/* Fond du header */
.blog .site-header,
.archive .site-header {
    background: rgba(255,255,255,0.95) !important;
}

/* ===== LOGO VISIBLE SUR BLOG / ACTUALITÉS ===== */

/* Logo image */
.blog .custom-logo,
.archive .custom-logo {
    filter: none !important;
    opacity: 1 !important;
}

/* Logo texte (si jamais utilisé) */
.blog .site-title a,
.archive .site-title a {
    color: #1f2933 !important;
}

/* ===== FIX TITRE COUPÉ (Blog / Archives) ===== */

/* Donne de l’espace sous le header (ajuste la valeur si besoin) */
body.blog .site-content,
body.archive .site-content,
body.single-post .site-content {
  padding-top: 110px !important;
}

/* Optionnel : si Astra met le titre dans une "title bar" trop haute / chelou */
body.blog .ast-page-builder-template .entry-header,
body.archive .ast-page-builder-template .entry-header {
  padding-top: 0 !important;
}

/* HEADER VISIBLE UNIQUEMENT SUR LES ARTICLES */
.single-post header,
.single-post .site-header,
.single-post .elementor-location-header {
    background-color: #ffffff !important;
    position: relative;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* LOGO ET MENU BIEN VISIBLES */
.single-post header a,
.single-post .site-header a,
.single-post .elementor-location-header a {
    color: #000000 !important;
}

/* ESPACE POUR ÉVITER QUE LE HEADER CACHE LE CONTENU */
.single-post body {
    padding-top: 0;
}

/* LOGO ET MENU BIEN VISIBLES */
.single-post header a,
.single-post .site-header a,
.single-post .elementor-location-header a {
    color: #000000 !important;
}
/* ===== UNIFORMISATION COMPLÈTE MEGD ===== */

/* Titres uniformes */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-weight: 700 !important;
  font-style: normal !important;
  text-align: center !important;
}

/* Textes uniformes */
.entry-content .wp-block-column p,
.entry-content .wp-block-column p * {
  font-weight: 400 !important;
  font-style: normal !important;
  text-align: center !important;
}

/* Colonnes alignées */
.entry-content .wp-block-columns {
  align-items: stretch !important;
}

.entry-content .wp-block-column {
  text-align: center !important;
}

/* Vidéos bien alignées dans les colonnes */
.entry-content .wp-block-column figure,
.entry-content .wp-block-column video,
.entry-content .wp-block-column iframe {
  margin: 0 auto !important;
  display: block !important;
}

/* Boutons centrés */
.entry-content .wp-block-buttons {
  justify-content: center !important;
}

/* Liste Zone d'intervention */
.entry-content ul {
  display: inline-block !important;
  text-align: left !important;
}
