.kh-navbar {
    background-color: rgba(0, 0, 0, 1);
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    z-index: 99;
}

.link-custom {
    background-color: rgb(89, 89, 89);
    color: white;
    margin-bottom: 5px;
    padding: 5px 20px; /* Espace intérieur */
    border-radius: 5px; /* Rayon des coins arrondis */
    display: inline-block; /* Pour que le padding soit appliqué uniformément */
    text-decoration: none; /* Supprime le soulignement par défaut */
}

.link-custom:hover {
    background-color: rgb(181, 91, 2); /* Changement de couleur au survol */
}
