/* Recadrage V2.2 : source stable, génération uniquement au téléchargement. */
.crop-source {
  display:block;
  width:auto;
  height:auto;
  max-width:none !important;
  max-height:none !important;
  object-fit:contain;
  pointer-events:none;
  -webkit-user-drag:none;
}
.crop-loading[hidden] { display:none !important; }
