#modalcropper {
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #5F5F5F;
  opacity: 0.95;
  display: none;
}
#previewcropper {
  z-index: 10000;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  border: 4px solid #A5A2A2;
  border-radius: 4px;
  float: left;
  font-size: 0px;
  line-height: 0px;
}
#previewcropper .buttonscropper {
  width: 36px;
  position: absolute;
  bottom: 0px;
  right: -44px;
}
#previewcropper .buttonscropper .okcropper {
  border: 4px solid #F5F5F5;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  line-height: 0px;
  font-size: 0px;
  box-sizing: content-box;
  background-image: url('/R/E/CMS0000000/assets/img/cropperok.png');
  background-repeat: no-repeat;
}
#previewcropper .buttonscropper .okcropper:hover {
  background-image: url('/R/E/CMS0000000/assets/img/cropperokgreen.png');
}
#previewcropper .buttonscropper .cancelcropper {
  margin-bottom: 4px;
  border: 4px solid #F5F5F5;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  line-height: 0px;
  font-size: 0px;
  box-sizing: content-box;
  background-image: url('/R/E/CMS0000000/assets/img/croppercancel.png');
  background-repeat: no-repeat;
}
#previewcropper .buttonscropper .cancelcropper:hover {
  background-image: url('/R/E/CMS0000000/assets/img/croppercancelred.png');
}
label.imageGuid {
  display: inline-block;
  margin-bottom: 15px;
  text-align: left;
  width: 150px;
  clear: both;
}
.fileupload-holder {
  width: 300px;
}
.fileupload-holder .textImg span {
  font-size: 15px;
  width: 90px;
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}
.fileupload-holder i {
  margin-top: 12px;
}
.fileupload-icon,
.fileupload-holder,
.fileupload-holder img,
.fileupload-input {
  min-height: 150px;
  clear: both;
  display: block;
  padding: 0px !important;
}
.fileupload-holder img {
  border-radius: 3px;
  width: 148px;
}
@media (max-width: 991px) {
  .fileupload-icon,
  .fileupload-holder,
  .fileupload-holder img,
  .fileupload-input {
    display: inline-block;
  }
  .radio-wrapper,
  .diffAddress-wrapper {
    text-align: center !important;
  }
}
.fileupload-holder,
.fileupload-input {
  cursor: pointer;
}
.fileupload-holder img {
  width: 130px;
  height: auto;
}
input.fileupload-input {
  height: 130px !important;
}
/*===================================
	=            FILE upload            =
	===================================*/

.fileupload .progress {
  min-width: 200px;
  margin-bottom: 0;
}
.fileupload td {
  text-align: center;
  vertical-align: middle;
}
.fileupload.single td.delete .checker {
  display: none;
}
.fileupload-icon {
  border-radius: 4px !important;
  border: 1px solid #e5e5e5;
  text-align: center;
  color: #AAA;
  padding: 10px;
  width: 150px;
}
.fileupload-icon span {
  display: block;
}
.fileupload-holder .fileupload-icon i {
  font-size: 50px;
  color: #CCC;
}
.fileupload-holder form {
  margin-top: 20px;
}
.fileupload-holder {
  position: relative;
  display: inline-block;
}
.fileupload-holder .fileupload-input {
  cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.picture_btn {
  /* supprimer le width 175% */
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
}
.extension_Membership .fileupload-holder {
  display: flex !important;
  gap: 0.5rem;
}
