/* V44 — Accueil : la colonne de droite affiche une vraie image, compatible aléatoire admin */
.home-challenge-img{
  display:block!important;
  width:100%!important;
  max-width:560px!important;
  height:auto!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:top center!important;
  background:#02030a!important;
  padding:6px!important;
  border-radius:22px!important;
}
@media (min-width:901px){.home-challenge-img{max-width:560px!important}}
@media (max-width:900px){.home-challenge-img{max-width:100%!important}}
