#logocentral {
    width: 100px !important;
    height: auto !important;
}
/* Dans votre feuille de style actuelle */


.header-btn:hover {
    background-color: #25D366; /* Couleur verte foncé au survol */
  }
  .header-btn:hover {
    background-color: #25D366;
    color: #fff; /* Texte blanc */
    cursor: pointer; /* Curseur en forme de main */
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); /* Ombre portée */
  }

