body {
            scroll-behavior: smooth;
        }
        .hero {
            background: linear-gradient(135deg, #0d6efd, #084298);
            color: white;
        }
        .feature-icon {
            font-size: 2rem;
            color: #0d6efd;
        }
		  /* Chevron carrousel en noir */
        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            background-color: black !important;
            border-radius: 50%;
        }
		
		.dropdown:hover .dropdown-menu{
        display: block;

    }
    .dropdown-menu{
        margin-top: 0;
    }
	
	/* Survol des items du dropdown */
.dropdown-menu .dropdown-item:hover {
    background-color: #495057; /* gris foncé Bootstrap */
    color: #ffffff;
}