
/* ===========================
   1️⃣ Remettre le drapeau normal
=========================== */
header img {
  height: 24px !important;
  width: auto !important;
  max-height: 24px !important;
  max-width: none !important;
}

/* ===========================
   2️⃣ Agrandir UNIQUEMENT ton logo
=========================== */
img[src*="patou2209.github.io/global-traking-logo"] {
  width: 360px !important;   /* Ajuste ici si tu veux plus grand */
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  display: block;
  margin: 0 auto 15px auto;
}

