/* Étape 52 — logo des pages légales aligné sur le header principal */
html body.page-legal .site-header{
  background:#0a0a0a !important;
  color:#f6f2eb !important;
}
html body.page-legal .site-header .header-inner{
  min-height:112px !important;
}
html body.page-legal .site-header .brand.navbar-brand-inline{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:16px !important;
  width:auto !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  color:#f6f2eb !important;
  text-decoration:none !important;
  line-height:1 !important;
  white-space:nowrap !important;
}
html body.page-legal .site-header .brand.navbar-brand-inline .navbar-symbol-img{
  display:block !important;
  width:82px !important;
  height:82px !important;
  max-width:82px !important;
  max-height:82px !important;
  object-fit:contain !important;
  object-position:center !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
}
html body.page-legal .site-header .brand.navbar-brand-inline .navbar-wordmark{
  display:block !important;
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:clamp(30px,3vw,46px) !important;
  font-weight:600 !important;
  letter-spacing:-.065em !important;
  line-height:1 !important;
  text-shadow:none !important;
  opacity:1 !important;
  visibility:visible !important;
}
html body.page-legal .site-header .primary-nav,
html body.page-legal .site-header .primary-nav a{
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
}
@media(max-width:900px){
  html body.page-legal .site-header .header-inner{
    min-height:96px !important;
  }
  html body.page-legal .site-header .brand.navbar-brand-inline{
    gap:10px !important;
  }
  html body.page-legal .site-header .brand.navbar-brand-inline .navbar-symbol-img{
    width:58px !important;
    height:58px !important;
    max-width:58px !important;
    max-height:58px !important;
  }
  html body.page-legal .site-header .brand.navbar-brand-inline .navbar-wordmark{
    font-size:clamp(22px,5.8vw,30px) !important;
  }
}
@media(max-width:640px){
  html body.page-legal .site-header .brand.navbar-brand-inline .navbar-wordmark{
    display:none !important;
  }
}


/* Étape 53 — footer légal réellement aligné sur le footer de l’accueil. */
html body.page-legal footer.footer-redesign .footer-logo{
  width:clamp(155px,16vw,210px) !important;
  min-width:155px !important;
  max-width:210px !important;
  height:auto !important;
  margin:0 0 0 clamp(12px,2vw,34px) !important;
}
html body.page-legal footer.footer-redesign .footer-logo-img{
  display:block !important;
  width:100% !important;
  max-width:210px !important;
  height:auto !important;
  object-fit:contain !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
  -webkit-filter:none !important;
  mix-blend-mode:normal !important;
}
@media(max-width:760px){
  html body.page-legal footer.footer-redesign .footer-logo{
    width:128px !important;
    min-width:128px !important;
    max-width:128px !important;
    margin:0 !important;
  }
  html body.page-legal footer.footer-redesign .footer-logo-img{
    width:128px !important;
    max-width:128px !important;
  }
}
