
/* =====================================================================
   V9.6.20 SAFE — HERO 5 PHOTOS + PICTOS
   ===================================================================== */
.v920-hero-pictos{
  display:flex;
  flex-wrap:wrap;
  gap:10px 12px;
  margin:18px 0 20px;
  align-items:center;
}
.v920-hero-picto{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:9px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  box-shadow:0 8px 24px rgba(20,16,12,.10);
}
.v920-hero-picto svg{
  width:16px;
  height:16px;
  fill:#fff;
  flex:0 0 16px;
}
.v920-hero-picto strong{
  font-size:11px;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:#fff;
  font-weight:600;
  white-space:nowrap;
}

@media(max-width:1019px){
  .v920-hero-pictos{gap:8px 10px;margin:14px 0 18px}
  .v920-hero-picto{padding:8px 12px}
  .v920-hero-picto strong{font-size:10px}
}
@media(max-width:540px){
  .v920-hero-pictos{
    gap:8px;
    margin:12px 0 16px;
  }
  .v920-hero-picto{
    padding:7px 10px;
    gap:7px;
  }
  .v920-hero-picto svg{width:14px;height:14px;flex-basis:14px}
  .v920-hero-picto strong{
    font-size:9px;
    letter-spacing:.12em;
  }
}
