/*
Theme Name: Mon Espace Santé
Theme URI: https://adcomplus.fr
Author: Mon Espace Santé
Description: Thème minimaliste dédié au portail Mon Espace Santé. Aucun header, footer ou chrome de thème.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
Text Domain: mes-theme
*/

/* ── Reset total ──────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  width: 100%;
  min-height: 100vh;
  background: #eef2f7;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  overflow-x: hidden;
}

/* ── Supprime TOUS les éléments WP par défaut ────────────────────────── */
#wpadminbar {
  /* Gardé visible pour les admins — mais ne doit pas décaler le contenu */
}

/* Annule le margin-top injecté par WP pour la barre admin */
html.wp-toolbar { padding-top: 0 !important; }
body.logged-in.admin-bar { margin-top: 0 !important; }
body.logged-in.admin-bar #mes-page-wrap { padding-top: 32px; } /* espace pour barre admin */
@media screen and (max-width: 782px) {
  body.logged-in.admin-bar #mes-page-wrap { padding-top: 46px; }
}

/* ── Conteneur principal ─────────────────────────────────────────────── */
#mes-page-wrap {
  width: 100%;
  min-height: 100vh;
}

/* ── Neutralise les styles WP sur le contenu ─────────────────────────── */
.entry-content,
.wp-block-post-content,
.wp-site-blocks,
.site-content,
.site-main,
article.page,
.page-content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
}

/* ── Masque les éléments WP inutiles ─────────────────────────────────── */
.site-header,
.site-footer,
.navigation,
.page-header,
.breadcrumb,
h1.entry-title,
.entry-header {
  display: none !important;
}
