/* Assurer que le logo peut être animé */
header img {
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transform-origin: center !important;
}
