body {
  scroll-behavior: smooth;
}

/* Optimisations mobiles */
    img {
      max-width: 100%;
      height: auto;
    }
    .card-title, .card-text {
      text-align: center;
    }
    @media (max-width: 768px) {
      header h1 {
        font-size: 1.5rem;
      }
      header p {
        font-size: 1rem;
      }
    }
    
.card-title {
  color: #0d6efd;
}

/* header {
  background-color: white ;
  background-size: cover;
  background-position: center;
  /* color: rgb(240, 41, 41); 
} */

.nav-link.active {
  color: rgb(240, 41, 41) !important; /* Rouge Bootstrap */
  border-bottom: 2px solid rgb(240, 41, 41); /* ou underline visuel */
}
.whatsapp-float {
  /* position: fixed; */
  width: 60px;
  height: 60px;
  bottom: 25px;
  right: 25px;
  z-index: 1050;
}

.h-40 {
 height: 40px !important;
}