/* Centre le conteneur des drapeaux */
.wat-lang-selector {
    text-align: center;
    margin: 20px 0;
  }
  
  /* Applique une taille de 50px aux images et aux spans utilisés en cas d'absence d'image */
  .wat-lang-selector a img,
  .wat-lang-selector a span {
    width: 40px !important;
    height: 40px !important;
    display: inline-block;
    margin: 8px !important;
    vertical-align: middle;
   
  }
  
  /* Optionnel : ajouter un effet au survol */
  .wat-lang-selector a:hover img,
  .wat-lang-selector a:hover span {
    opacity: 0.8;
    transition: opacity 0.3s;
  }
  