/*
 Theme Name: QR-Factof — Astra Child
 Theme URI: https://qr-factof.sevy-creations.net
 Description: Thème enfant Astra du site QR-Factof (Sevy Créations). Pages marketing + mode d'emploi + CGU + modèle CSV, en 4 langues (FR/DE/IT/EN). Le contenu est dans content/ et rendu par les templates page-templates/.
 Author: Sevy Créations
 Author URI: https://sevy-creations.net
 Template: astra
 Version: 1.1.0
*/

/* ───────────────────────────────────────────────────────────
   Sur nos pages (body.qrf-fullpage), on masque l'en-tête et le
   titre d'Astra : notre propre header (logo + nav + langues) et
   notre héros portent déjà tout. Évite le double menu.
   ─────────────────────────────────────────────────────────── */
body.qrf-fullpage #masthead,
body.qrf-fullpage .site-header,
body.qrf-fullpage .ast-above-header-wrap,
body.qrf-fullpage .ast-below-header-wrap,
body.qrf-fullpage .ast-primary-header-bar,
body.qrf-fullpage .entry-header,
body.qrf-fullpage .entry-title,
body.qrf-fullpage .ast-archive-description {
	display: none !important;
}

/* Contenu en pleine largeur, sans marge/padding du conteneur Astra. */
body.qrf-fullpage .site-content .ast-container,
body.qrf-fullpage #primary,
body.qrf-fullpage .content-area,
body.qrf-fullpage .entry-content,
body.qrf-fullpage .ast-container {
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.qrf-fullpage .site-content { padding-top: 0 !important; }

/* Notre conteneur prend toute la largeur (le header et le héros sont
   pleine largeur ; le contenu interne reste centré via .qf max-width). */
.qrf-page { width: 100%; margin: 0; }
