html, body {
    height: 100%;
  }
  body {
    background: #101a2b;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .container.py-5 {
    flex: 1 0 auto;
  }
  .suggestion-card {
    border-radius: 1.5rem;
    box-shadow: 0 4px 24px 0 rgba(79,195,247,0.10);
    transition: box-shadow 0.2s;
    background: #18243a;
    color: #fff;
  }
  .suggestion-card:hover {
    box-shadow: 0 8px 32px 0 rgba(79,195,247,0.18);
    background: #22304a;
  }
  .suggestion-card .badge {
    font-size: 1em;
    border-radius: 0.7em;
    margin-right: 0.5em;
  }
  .suggestion-card .bg-info {
    background: #4fc3f7 !important;
    color: #222 !important;
  }
  .suggestion-card .bg-secondary {
    background: #607d8b !important;
    color: #fff !important;
  }
  .btn-info {
    background: #4fc3f7;
    border: none;
    color: #222;
  }
  .btn-info:hover {
    background: #29b6f6;
    color: #fff;
  }
  .menu-cards-row {
    margin-bottom: 2.5rem;
  }
  .menu-card {
    border-radius: 1.5rem;
    background: #22304a;
    color: #fff;
    box-shadow: 0 4px 24px 0 rgba(79,195,247,0.10);
    transition: box-shadow 0.2s, background 0.2s;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .menu-card:hover {
    box-shadow: 0 8px 32px 0 rgba(79,195,247,0.18);
    background: #2a3955;
  }
  .menu-card .icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .menu-card .btn {
    margin-top: 1.5rem;
  }
  footer {
    background: #18243a;
    color: #fff;
    flex-shrink: 0;
  }
  footer .nav-link {
    color: #b0bec5 !important;
    transition: color 0.2s;
  }
  footer .nav-link:hover {
    color: #4fc3f7 !important;
  }


  footer.nordik-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background: #23272a;
    border-top: 4px solid #4fc3f7;
    color: #fff;
    padding: 1rem 0 0.5rem 0;
    text-align: center;
    box-shadow: 0 -2px 24px 0 rgba(79,195,247,0.10);
  }
  footer.nordik-footer .footer-links {
    margin: 0.5rem 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
  }
  footer.nordik-footer .footer-links a {
    color: #b0bec5;
    text-decoration: none;
    font-size: 1em;
    transition: color 0.2s;
  }
  footer.nordik-footer .footer-links a:hover {
    color: #4fc3f7;
  }
  body {
    padding-bottom: 110px; /* Ajuste selon la hauteur du footer */
  }


  footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background: #23272a;
    border-top: 4px solid #4fc3f7;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
  }
  body {
    padding-bottom: 80px; /* Ajuste selon la hauteur du footer */
  }