body { background-color: #f8f9fa;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #46494b !important;}
    .hero {
      background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.6)), url('https://www.location-vip.com/nl/uploads/bg-luxe.jpg') center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    color: white;
    padding: 60px 30px;
    width: 100%;
    height: 90vh;
    }
    .whatsapp-btn {
      background-color: #25d366;
      color: white;
      border: none;
    }
    .offer-card img { height: 200px; object-fit: cover; }
    
    /* Bouton WhatsApp */
  .btn-success {
    background: linear-gradient(90deg, #198754, #145c32);
    border: none;
    border-radius: 30px !important;
   
   
    box-shadow: 0 4px 12px rgba(25, 135, 84, 0.5);
    transition: background 0.3s ease, box-shadow 0.3s ease;
  }
  .btn-success:hover {
    background: linear-gradient(90deg, #145c32, #198754);
    box-shadow: 0 6px 20px rgba(25, 135, 84, 0.8);
    text-decoration: none;
  }
  .btn-success i {
    font-size: 1.2rem;
  }
 
   /* Bouton appel */
  .btn-warning {
    background: linear-gradient(90deg, #ffcd39, #e1b123);
    border: none;
    border-radius: 30px !important;
  
  
    box-shadow: 0 4px 12px rgba(25, 135, 84, 0.5);
    transition: background 0.3s ease, box-shadow 0.3s ease;
  }
  .btn-warning:hover {
    background: linear-gradient(90deg, #e1b123, #ffcd39);
    box-shadow: 0 4px 12px rgb(255 193 7 / 99%);
    text-decoration: none;
  }
  .btn-warning i {
    font-size: 1.2rem;
  }
  nav.navbar {
    background-color: #000 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    font-family: var(--bs-body-font-family);
    padding-top: 20px;
    padding-bottom: 20px;
  }
   /* Logo */
  .navbar-brand {
    color: #fff !important; /* Jaune/orangé plus chaud */
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 13px;
  }
  
  .list-unstyled {
  list-style: none;
    padding: 0;
    box-shadow: 0 2px 4px rgb(0 0 0 / 5%);
}

.list-unstyled li {
 display: flex
;
    align-items: center;
    gap: 12px;
    padding: 5px;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    color: #333;
    transition: background-color 0.3s ease;
}

.list-unstyled li:last-child {
  border-bottom: none;
}

.list-unstyled li i {
  font-size: 1.4rem;
  color: #198754; /* Bleu doux */
  min-width: 24px; /* pour aligner proprement */
}

.list-unstyled li:hover {
  background-color: #19875463;
  cursor: default;
}

.list-unstyled li::before {
  content: "";
  flex-shrink: 0;
}

.list-unstyled li span {
  font-weight: 100;
  color: #555;
}


  
  @media (max-width: 767px) {
  .offer-card {
    margin-bottom: 30px;
  }

  .card.offer-card .card-body {
    padding-bottom: 1.5rem;
  }

  .card-img-top {
    height: auto;
  }

  .row > .col-md-4 {
    margin-bottom: 20px;
  }
  
  .img-fluid{
    margin-bottom: 20px;
  }
  
  .py-5 {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
}

.my-5 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
  
}
