/* Correctif ciblé : badge notification mobile/tablette plus petit et bien aligné.
   Interface uniquement. Aucune logique métier modifiée. */
@media screen and (max-width: 1024px){
  body nav.mobile-bottom-nav-facebook{
    grid-template-columns:none !important;
  }

  body nav.mobile-bottom-nav-facebook > a.mobile-bottom-notification-item{
    overflow:visible !important;
    flex:1 1 0 !important;
    min-width:0 !important;
    max-width:none !important;
  }

  body nav.mobile-bottom-nav-facebook > a.mobile-bottom-profile-item{
    overflow:visible !important;
    flex:1 1 0 !important;
    min-width:0 !important;
    max-width:none !important;
  }

  body nav.mobile-bottom-nav-facebook .bottom-nav-icon-wrap{
    position:relative !important;
    display:block !important;
    width:22px !important;
    height:22px !important;
    min-width:22px !important;
    min-height:22px !important;
    max-width:22px !important;
    max-height:22px !important;
    margin:0 auto 2px auto !important;
    overflow:visible !important;
    z-index:1 !important;
  }

  body nav.mobile-bottom-nav-facebook .bottom-nav-icon-wrap > i{
    font-size:18px !important;
    line-height:22px !important;
    width:22px !important;
    height:22px !important;
    display:block !important;
  }

  body nav.mobile-bottom-nav-facebook .bottom-nav-badge{
    position:absolute !important;
    top:-5px !important;
    right:-7px !important;
    left:auto !important;
    bottom:auto !important;
    transform:none !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:auto !important;
    min-width:12px !important;
    max-width:20px !important;
    height:12px !important;
    min-height:12px !important;
    max-height:12px !important;
    padding:0 3px !important;
    border-radius:999px !important;
    box-sizing:border-box !important;
    background:#dc2626 !important;
    color:#fff !important;
    border:1px solid #fff !important;
    font-family:Arial, Helvetica, sans-serif !important;
    font-size:7px !important;
    font-weight:800 !important;
    line-height:12px !important;
    text-align:center !important;
    letter-spacing:0 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:clip !important;
    z-index:5 !important;
    pointer-events:none !important;
    box-shadow:0 1px 3px rgba(15,23,42,.22) !important;
  }

  body nav.mobile-bottom-nav-facebook .bottom-nav-avatar{
    width:22px !important;
    height:22px !important;
    min-width:22px !important;
    min-height:22px !important;
    max-width:22px !important;
    max-height:22px !important;
    margin:0 auto 2px auto !important;
  }

  body nav.mobile-bottom-nav-facebook > a.mobile-bottom-item > span,
  body nav.mobile-bottom-nav-facebook > a.mobile-bottom-profile-item > span,
  body nav.mobile-bottom-nav-facebook > a.mobile-bottom-notification-item > span:last-child{
    font-size:7.5px !important;
    line-height:1 !important;
  }
}

@media screen and (max-width: 380px){
  body nav.mobile-bottom-nav-facebook .bottom-nav-icon-wrap{
    width:20px !important;
    height:20px !important;
    min-width:20px !important;
    min-height:20px !important;
    max-width:20px !important;
    max-height:20px !important;
  }

  body nav.mobile-bottom-nav-facebook .bottom-nav-icon-wrap > i{
    font-size:17px !important;
    line-height:20px !important;
    width:20px !important;
    height:20px !important;
  }

  body nav.mobile-bottom-nav-facebook .bottom-nav-badge{
    top:-5px !important;
    right:-6px !important;
    min-width:11px !important;
    max-width:18px !important;
    height:11px !important;
    min-height:11px !important;
    max-height:11px !important;
    padding:0 2px !important;
    font-size:6.5px !important;
    line-height:11px !important;
  }

  body nav.mobile-bottom-nav-facebook .bottom-nav-avatar{
    width:20px !important;
    height:20px !important;
    min-width:20px !important;
    min-height:20px !important;
    max-width:20px !important;
    max-height:20px !important;
  }
}
