/* GFC 09/09/2026 - badge d'en-tete MEMBRE PREMIUM (groupe 48) : sur petit ecran / fort zoom (<= 640 px), garder la
   MEME image que sur bureau en plus petit (l'image compacte des tuiles etait percue comme un mauvais badge). */
@media screen and (max-width: 640px) {
  html[lang="fr"] #header_user_info span.vip-48:after,
  html[lang="en"] #header_user_info span.vip-48:after {
      width: 84px !important;
      height: 24px !important;
      background-image: url("/img/vip/vip-gfc-premium-header-2026c.png") !important;
      background-size: contain !important;
      background-repeat: no-repeat !important;
  }
  #header_user_info span.vip-48:before { width: 84px !important; height: 24px !important; }
}
