/* Ajustement mobile : cloche notifications + photo profil non coupée dans la barre basse. */
@media screen and (max-width: 768px){
  body nav.mobile-bottom-nav-facebook{
    height:78px !important;
    min-height:78px !important;
    max-height:78px !important;
    padding:7px 4px calc(7px + env(safe-area-inset-bottom)) !important;
    overflow:visible !important;
  }

  body nav.mobile-bottom-nav-facebook > a.mobile-bottom-item{
    flex:0 0 16.6667% !important;
    width:16.6667% !important;
    max-width:16.6667% !important;
    height:64px !important;
    min-height:64px !important;
    max-height:64px !important;
    padding:4px 1px !important;
    overflow:visible !important;
  }

  body nav.mobile-bottom-nav-facebook > a.mobile-bottom-item > i,
  body nav.mobile-bottom-nav-facebook .bottom-nav-icon-wrap > i{
    font-size:19px !important;
    line-height:1 !important;
  }

  body nav.mobile-bottom-nav-facebook .bottom-nav-icon-wrap{
    position:relative !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:28px !important;
    height:24px !important;
    margin:0 0 3px 0 !important;
    flex:0 0 auto !important;
    color:inherit !important;
  }

  body nav.mobile-bottom-nav-facebook .bottom-nav-badge{
    position:absolute !important;
    top:-7px !important;
    right:-8px !important;
    min-width:16px !important;
    height:16px !important;
    padding:0 4px !important;
    border-radius:999px !important;
    background:#dc2626 !important;
    color:#fff !important;
    font-size:10px !important;
    font-weight:900 !important;
    line-height:16px !important;
    text-align:center !important;
    border:2px solid #fff !important;
    box-shadow:0 2px 6px rgba(15,23,42,.25) !important;
  }

  body nav.mobile-bottom-nav-facebook img.bottom-nav-avatar,
  body nav.mobile-bottom-nav-facebook .bottom-nav-avatar{
    width:26px !important;
    min-width:26px !important;
    max-width:26px !important;
    height:26px !important;
    min-height:26px !important;
    max-height:26px !important;
    margin:0 0 3px 0 !important;
    padding:0 !important;
    border-radius:50% !important;
    object-fit:cover !important;
    object-position:center center !important;
    overflow:hidden !important;
    display:block !important;
    box-sizing:border-box !important;
    border:2px solid #1877f2 !important;
    background:#e8f3ff !important;
  }

  body nav.mobile-bottom-nav-facebook > a.mobile-bottom-item > span{
    font-size:8.5px !important;
  }

  body{ padding-bottom:100px !important; }
  body .content{ padding-bottom:118px !important; }
}

@media screen and (max-width: 380px){
  body nav.mobile-bottom-nav-facebook{
    height:74px !important;
    min-height:74px !important;
    max-height:74px !important;
    padding-left:1px !important;
    padding-right:1px !important;
  }

  body nav.mobile-bottom-nav-facebook > a.mobile-bottom-item{
    height:60px !important;
    min-height:60px !important;
    max-height:60px !important;
    border-radius:10px !important;
  }

  body nav.mobile-bottom-nav-facebook > a.mobile-bottom-item > i,
  body nav.mobile-bottom-nav-facebook .bottom-nav-icon-wrap > i{
    font-size:17px !important;
  }

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

  body nav.mobile-bottom-nav-facebook > a.mobile-bottom-item > span{
    font-size:7.5px !important;
  }
}
