/*
  Bloc: mbar (barre d'actions rapides mobile, sticky en bas d'écran)
  Extrait de : themes/Nature&Residence/single-hebergements.php
               (bloc MBAR-REFONTE-START ... MBAR-REFONTE-END)
*/

/* .mobile-nav { display: none !important; } */
.nrl-mbar { display: none !important; }

@media (max-width: 768px) {
  body { padding-bottom: 98px; }
  .nrl-mbar {
    display: flex;
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 9999;
    background: #fff;
    border: 1px solid #ff912c;
    border-radius: 40px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .13);
    padding: 6px 4px 8px;
    justify-content: space-around;
    align-items: flex-end;
  }
  .nrl-mbar__item {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #383838;
    font-weight: 600;
  }
  .nrl-mbar__lbl { font-size: 10px; line-height: 1.1; white-space: nowrap; letter-spacing: -.2px; }
  .nrl-mbar__ico {
    width: 30px;
    height: 30px;
    border: 1.5px solid #ff912c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff912c;
    flex: 0 0 30px;
  }
  .nrl-mbar__ico svg { width: 15px; height: 15px; }
  .nrl-mbar__ico--big {
    width: 50px;
    height: 50px;
    background: #ff912c;
    border: none;
    color: #fff;
    margin-top: -24px;
    box-shadow: 0 6px 16px rgba(255, 145, 44, .5);
    flex-basis: 50px;
  }
  .nrl-mbar__ico--big svg { width: 22px; height: 22px; }
  .nrl-mbar__item--center .nrl-mbar__lbl { color: #ff912c; }
}
