 /* -------------------------------------------------------------------- */
  /* -----------------------MES BOUTONS---------------------------------- */
  /* -------------------------------------------------------------------- */

.MesBtn {
    width: 110px;          /* moins large */
    height: 50px;          /* moins haut */
    display: inline-flex;
    flex-direction: row;   /* icône à côté du texte */
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 10px;
    font-size: 0.9rem;
    border-radius: 20px;
}
.MesBtn img {
    width: 24px !important;   /* icône plus petite */
    height: 24px !important;
}

  /* -------------------------------------------------------------------- */
  /* -----------------------fin MES BOUTONS------------------------------ */
  /* -------------------------------------------------------------------- */