/* 1. Supprimer totalement le bloc titre sur les pages CMS ciblées */
body.cms-id-6 header.page-header {
  display: none !important;
}

body.cms-id-4 header.page-header {
  display: none !important;
}

body.cms-id-7 header.page-header {
  display: none !important;
}

/* 2. S'assurer qu'il n'y a plus de marge en haut du contenu CMS */
body#cms section#main,
body#cms section#main > header.page-header,
body#cms section#main > header.page-header h1,
body#cms #content.page-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
