
.bg-green {
  background-color: green;
}

.dark-theme .myDropzone {
  background-color: var(--third-bg-color);
}
.myDropzone {
  border: 2px solid var(--main-border-color);
  border-radius: 10px;
  background-color: white;
  box-shadow: inset 0 1px 1px var(--main-shadow-color);
}
.myDropzone.nonModif {
  background-color: var(--third-bg-color);
}
.myDropzone [class*="col_"] {
  margin-top: 0;
  margin-bottom: 0;
}
.dz-message {
  cursor: pointer;
}
.typeFichier {
  padding-top: 10px;
}
.typeFichier img {
  padding-top: 4px;
}
.iconFichier {
  color: dodgerblue;
  font-size: 40px;
  margin-top: 10px;
}
.tailleMaxFichier {
  padding-top: 20px;
  font-size: 17px;
}
.tailleMaxFichier span {
  font-weight: bold;
}
.explicationFichier {
  font-size: 20px;
}
.nombreFichier {
  font-size: 15px;
}
.dropzone-previews {
  padding: 10px;
}
.fileTemplate  {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
  padding: 4px 8px; 
  border: black 1px solid;
  border-radius: 20px;
  background-color: var(--input-bg-color);
  box-shadow: #0000003d 2px 2px 2px;
}
.previewFichier {
  height: 40px;
}
.nameFichier {
  white-space: nowrap;
  overflow: hidden;
}
.nameFichier p {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  margin-bottom: 0;
}
.nameFichier strong {
  overflow: hidden;
  text-overflow: ellipsis;
}
.imgFichier {
  text-align: center;
}
.realImgFichier {
  max-height: 50vh;
  max-width: 70vw;
  display: none;
}
.thumbnailFichier:hover + .realImgFichier {
  display: inline;
  position: absolute;
  z-index: 10;
  box-shadow: 10px 10px 9px 2px black;
  outline: 10px #8a8a8a ridge;
  padding: 10px;
  background: white;
}
.thumbnailFichier {
}
.uploadInfosFichier {
  padding-top: 10px;
}
.buttonFichier {
  padding-top: 4px;
  text-align: end;
}
.downloadFichier a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
