/* Maison Qeddus — correctifs finaux de cadrage desktop / footer / cartes
   25-08-2026 : ne change aucun contenu ni aucune route. */

/* Le footer doit être le dernier bloc visuel et rester en bas des pages courtes. */
html, body { min-height: 100%; }
body.mq-global-footer-layout {
  min-height: 100vh !important;
  min-height: 100dvh !important;
  display: flex !important;
  flex-direction: column !important;
}
body.mq-global-footer-layout > .site {
  width: 100% !important;
  min-height: 100vh !important;
  min-height: 100dvh !important;
  display: flex !important;
  flex-direction: column !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* Les différents gabarits du site n'utilisent pas tous <main> directement. */
body.mq-global-footer-layout > .site > main,
body.mq-global-footer-layout > .site > .mq-governance,
body.mq-global-footer-layout > .site > .mq-charter-layout,
body.mq-global-footer-layout > .site > .mq-founder-wrap,
body.mq-global-footer-layout > .site > .mq-group-landing,
body.mq-global-footer-layout > .site > .mq-recipient-shell,
body.mq-global-footer-layout > .site > .mq-tree-stage {
  flex: 1 0 auto !important;
}
body.mq-global-footer-layout .mq-home-footer-global {
  margin-top: auto !important;
  margin-bottom: 0 !important;
  position: relative !important;
  inset: auto !important;
  clear: both !important;
}

/* Mission : une seule voix doit être réellement centrée, pas placée dans la
   première colonne d'une grille prévue pour trois cartes. */
@media (min-width: 851px) {
  body[data-mq-suite="mission"] .mq-voices .mq-suite-shell {
    display: block !important;
    width: min(1120px, calc(100% - 32px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  body[data-mq-suite="mission"] .mq-voice-grid {
    display: grid !important;
    grid-template-columns: minmax(300px, 460px) !important;
    justify-content: center !important;
    align-items: stretch !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  body[data-mq-suite="mission"] .mq-voice {
    width: 100% !important;
    max-width: 460px !important;
    margin: 0 auto !important;
  }
  body[data-mq-suite="mission"] .mq-voices .mq-suite-title {
    text-align: center !important;
    width: 100% !important;
  }
}

/* Confidentialité : les quatre cartes Protection des Données ont exactement
   la même présentation. */
.mq-protection-grid .mq-protect,
.mq-protection-grid .mq-protect.dark {
  background: transparent !important;
  color: inherit !important;
  border: 0 !important;
  border-top: 1px solid #d9d2c5 !important;
  box-shadow: none !important;
}
.mq-protection-grid .mq-protect.dark h3,
.mq-protection-grid .mq-protect.dark p {
  color: inherit !important;
}

/* Évite qu'un ancien style laisse artificiellement du vide sous le footer. */
body.mq-global-footer-layout > .site > .mq-home-footer-global:last-child {
  flex-shrink: 0 !important;
}
