/* Boutons Valeurs / Histoire — correction isolée de la page À propos.
   Navigation remontée dans le bloc éditorial, sans modification du reste de la page. */
html body.page-about section#top.about-hero-premium nav.about-hero-jump{
  grid-area:auto !important;
  position:relative !important;
  inset:auto !important;
  z-index:4 !important;
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  width:100% !important;
  min-width:0 !important;
  max-width:780px !important;
  margin:clamp(22px,3vh,34px) 0 0 !important;
  padding:16px 0 0 !important;
  border:0 !important;
  border-top:1px solid rgba(21,21,21,.18) !important;
  background:transparent !important;
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
}


html body.page-about section#top.about-hero-premium nav.about-hero-jump > button{
  all:unset !important;
  box-sizing:border-box !important;
  appearance:none !important;
  -webkit-appearance:none !important;
  position:relative !important;
  inset:auto !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:9px !important;
  width:auto !important;
  min-width:104px !important;
  max-width:none !important;
  min-height:42px !important;
  height:42px !important;
  margin:0 !important;
  padding:0 17px !important;
  overflow:visible !important;
  border:1px solid rgba(21,21,21,.28) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.38) !important;
  color:#151515 !important;
  -webkit-text-fill-color:#151515 !important;
  box-shadow:0 8px 24px rgba(21,21,21,.04) !important;
  font-family:"Space Grotesk",Arial,sans-serif !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  letter-spacing:.015em !important;
  text-align:center !important;
  text-transform:none !important;
  white-space:nowrap !important;
  opacity:1 !important;
  visibility:visible !important;
  cursor:pointer !important;
  transform:none !important;
  transition:background-color .22s ease,border-color .22s ease,color .22s ease,box-shadow .22s ease,transform .22s ease !important;
}

html body.page-about section#top.about-hero-premium nav.about-hero-jump > button::before{
  content:none !important;
  display:none !important;
}

html body.page-about section#top.about-hero-premium nav.about-hero-jump > button::after{
  content:"" !important;
  position:static !important;
  inset:auto !important;
  display:block !important;
  flex:0 0 auto !important;
  width:7px !important;
  height:7px !important;
  border:0 !important;
  border-radius:50% !important;
  background:#ccff00 !important;
  opacity:0 !important;
  transform:scale(.45) !important;
  transition:opacity .2s ease,transform .2s ease !important;
}

html body.page-about section#top.about-hero-premium nav.about-hero-jump > button:hover,
html body.page-about section#top.about-hero-premium nav.about-hero-jump > button:focus-visible{
  border-color:#ccff00 !important;
  background:#ccff00 !important;
  color:#151515 !important;
  -webkit-text-fill-color:#151515 !important;
  box-shadow:0 10px 28px rgba(21,21,21,.10) !important;
  transform:translateY(-2px) !important;
}

html body.page-about section#top.about-hero-premium nav.about-hero-jump > button:hover::after,
html body.page-about section#top.about-hero-premium nav.about-hero-jump > button:focus-visible::after,
html body.page-about section#top.about-hero-premium nav.about-hero-jump > button.is-active::after,
html body.page-about section#top.about-hero-premium nav.about-hero-jump > button[aria-expanded="true"]::after{
  opacity:1 !important;
  transform:scale(1) !important;
}

html body.page-about section#top.about-hero-premium nav.about-hero-jump > button.is-active,
html body.page-about section#top.about-hero-premium nav.about-hero-jump > button[aria-expanded="true"]{
  border-color:#151515 !important;
  background:#151515 !important;
  color:#f6f2eb !important;
  -webkit-text-fill-color:#f6f2eb !important;
}

html body.page-about section#top.about-hero-premium nav.about-hero-jump > button:focus-visible{
  outline:2px solid #151515 !important;
  outline-offset:3px !important;
}

@media (max-width:760px){
  html body.page-about section#top.about-hero-premium nav.about-hero-jump{
    gap:9px !important;
    margin-top:24px !important;
    padding-top:16px !important;
  }
  html body.page-about section#top.about-hero-premium nav.about-hero-jump > button{
    min-width:0 !important;
    min-height:40px !important;
    height:40px !important;
    padding:0 15px !important;
    font-size:11px !important;
  }
}

@media (prefers-reduced-motion:reduce){
  html body.page-about section#top.about-hero-premium nav.about-hero-jump > button,
  html body.page-about section#top.about-hero-premium nav.about-hero-jump > button::after{
    transition:none !important;
  }
}
