/* Mobile header/nav fixes. */
@media (max-width: 760px){
  body > header > .shell.nav{
    min-height: 58px !important;
    height: 58px !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    overflow: visible !important;
    padding: 0 !important;
  }
  body > header .brand{
    min-height: 0 !important;
    font-size: 15px !important;
    flex: 0 0 auto !important;
  }
  body > header .brand-label{
    position: static !important;
  }
  body > header .brand-declinaison{
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    top: 64px !important;
    z-index: 4999 !important;
    width: auto !important;
    max-width: none !important;
    color: rgba(242,242,242,.92) !important;
    text-align: center !important;
    font-size: 9.5px !important;
    line-height: 1.15 !important;
    letter-spacing: .06em !important;
    opacity: 0 !important;
    transform: translateY(-6px) !important;
    pointer-events: none !important;
  }
  body > header .brand.is-brand-active .brand-declinaison{
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  body > header .nav-links{
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
    gap: 9px !important;
    overflow: visible !important;
    padding: 0 !important;
  }
  body > header .nav-links a{
    flex: 0 0 auto !important;
    font-size: 10.3px !important;
    letter-spacing: .065em !important;
    padding-bottom: 6px !important;
    white-space: nowrap !important;
  }
  body > .prelaunch-notice{
    margin-top: 20px !important;
  }
}


/* NO_PNJ_ANDROID_NAV_ALIGN_START */
@media (max-width: 760px){
  body > header .nav-links{
    height:58px!important;
    align-items:center!important;
  }

  body > header .nav-links a{
    height:58px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
    line-height:1!important;
  }

  body > header .nav-links a::after{
    bottom:12px!important;
  }
}
/* NO_PNJ_ANDROID_NAV_ALIGN_END */
