.archive-library {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  .import-files {
    margin-top: 50px;
    .file-loading {
      padding: 100px 25px;
    }
  }
}
.file-size {
  margin-left: 5px;
  margin-right: 15px;
}
.file-browsing {
  border: 2px dashed #008db1 !important;
}
.file-loading {
  border: 2px dashed #606060 !important;
  padding-bottom: 0px !important;
  padding-top: 50px !important;
}

@media screen and (max-width: $tablette) {
  .archive-library {
    width: 100%;
  }
}
