/**
 * Chargé en dernier dans le layout — corrige les conflits (ex. Bootstrap sur /bio)
 * et aligne header / corps / footer sur la même largeur que l'accueil.
 */

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  min-width: 1024px !important;
}

/* Pas de version mobile : affichage identique au desktop (défilement horizontal si besoin) */
.menu__mobile--icon,
#menu__mobile {
  display: none !important;
}

/* Caractères invisibles (ex. BOM) ou balises head déplacées dans le body */
body {
  line-height: 0;
}

body > header,
body > main,
body > footer,
body > div {
  line-height: normal;
}

body > meta,
body > link,
body > style,
body > title {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body > noscript {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
}

header {
  margin-top: 0 !important;
  padding-top: 0 !important;
  background: transparent !important;
  overflow: hidden;
}

header .container,
main .container,
footer .container {
  width: 100% !important;
  max-width: var(--site-max-width, 960px) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

main > .container {
  background-color: #f95e5a;
}

.eupopup,
.eupopup-container {
  display: none !important;
}

.page__content,
.login--content,
.login--success,
.bio,
.gallery-content {
  width: 100%;
}

.poster--left {
  width: 100%;
  max-width: 100%;
}
