/* ============================================================
   CROP ICÔNE NEXUS - Configuration spécifique
   ============================================================ */

#crop-photo-nexus .image-crop-area {
  width: 300px;
  height: 300px;
  max-width: 90vw;
  max-height: 90vw;
}

#crop-photo-nexus .image-crop-shape {
  width: 256px;
  height: 256px;
  border-radius: 8px;
  max-width: 85%;
  max-height: 85%;
}

#crop-photo-nexus .image-crop-box {
  max-width: 350px;
}

/* Responsive */
@media (max-width: 400px) {
  #crop-photo-nexus .image-crop-area {
    width: 85vw;
    height: 85vw;
  }
  
  #crop-photo-nexus .image-crop-shape {
    width: 70vw;
    height: 70vw;
  }
}
