#whatsapp-button {
  position: fixed;
  bottom: 100px;
  right: 25px;
  z-index: 999;
  display: none;
}

#whatsapp-button a {
  display: block;
  /*background-color: #25d366;  Couleur de fond de WhatsApp */
  padding: 10px;
  border-radius: 50%;
}

#whatsapp-button img {
  width: 40px; /* Ajustez la taille du logo selon vos préférences */
  
}
