/* Badge hero mobile : texte lisible et contenu bien centré */
@media (max-width: 660px) {
  .hero-sticker {
    top: 0;
    right: 0;
    left: auto;
    width: 90px;
    height: 90px;
    padding: 10px;
    font-size: .44rem;
    line-height: 1.08;
    letter-spacing: .08em;
    white-space: nowrap;
  }
  .hero-sticker strong {
    margin: 4px 0 3px;
    font-size: .94rem;
    line-height: 1;
  }
  .hero-sticker small {
    font-size: .37rem;
    letter-spacing: .045em;
    white-space: nowrap;
  }
}
