html {
    height: 100%;
    width: 100%;
}
body {
    margin: 0;
    overflow-x: hidden;
    font-family: Helvetica, arial, sans-serif;
    position: relative;
    width: 100%;

    -webkit-tap-highlight-color: transparent;}

#application-canvas {
    display: flex;
    align-items: center !important;
    width: 700px !important;
    height: 500px !important;
    margin-top: 1% !important;
}
#application-canvas.fill-mode-NONE {
    margin: auto;
}
#application-canvas.fill-mode-KEEP_ASPECT {
}

canvas:focus {
    outline: none;
}

#application-splash-wrapper{
    display: none;
}

/* Css PDF Michel */

#upload-button-bat,
#upload-button-mask,
#upload {
  width: 150px;
  display: block;
  margin: 20px auto;
  cursor: pointer;
}

.reload-btn {
  display: flex;
  margin: 20px auto;
  margin-bottom: 2%;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.692);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 8px 15px;
  font-size: 12px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1050px) {
  .body{
    margin: 2%;
  }
  .btn {
    margin: 20px auto;
    flex-direction: column;
    align-items: center;
  }
  .file-drop-area{
    width: 340px !important;
  }
  .file-drop-area-2{
    width: 340px !important;
  }
}
@media only screen and (max-width: 670px) {
  .file-drop-area-2{
    width: 0;
    padding: 0 !important;
  }
  .mask-container{
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .bat-container{
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .file-drop-area{
    width: 0;
    padding: 0 !important;
  }
  #application-canvas{
    width: 95% !important;
    height: 50% !important;
  }
}

.btn {
  display: flex;
  justify-content: space-evenly;
  margin-top: 5%;
}

#file-to-upload-bat {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

#file-to-upload-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

#pdf-main-container {
  width: 2048px;
  margin: 20px auto;
}

#pdf-loader {
  display: none;
  text-align: center;
  color: #999999;
  font-size: 13px;
  line-height: 100px;
  height: 100px;
}

#pdf-contents {
  display: none;
}

#pdf-buttons {
  float: left;
}

#page-count-container {
  float: right;
}

#pdf-current-page {
  display: inline;
}

#pdf-total-pages {
  display: inline;
}

#pdf-canvas {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

#page-loader {
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: flex;
  color: #999999;
  font-size: 13px;
}

#download-image {
  width: 150px;
  display: block;
  margin: 20px auto 0 auto;
  font-size: 13px;
  text-align: center;
}

canvas {
  border: 1px solid black;
}

/* Fin Css PDF Michel */

.etape-1-title {
  text-align: center;
  color: white;
}

.file-drop-area {
  margin-top: 3%;
  position: relative;
  display: flex;
  align-items: center;
  width: 450px;
  max-width: 100%;
  padding: 25px;
  border: 2px dashed rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  transition: 0.2s;
}

.file-msg {
  color: white;
}

.etape-2-title {
  text-align: center;
  color: white;
}

.file-drop-area-2 {
  margin-top: 3%;
  position: relative;
  display: flex;
  align-items: center;
  width: 450px;
  max-width: 100%;
  padding: 25px;
  border: 2px dashed rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  transition: 0.2s;
}

.file-msg-2 {
  color: white;
}

.file-drop-area.is-active {
  background-color: rgba(255, 255, 255, 0.05);
}

.file-drop-area.is-active {
  background-color: rgba(255, 255, 255, 0.05);
}


.file-input:focus {
  outline: none;
}

#upload-button-bat,
#upload-button-mask {
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.692);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 8px 15px;
  font-size: 12px;
  text-transform: uppercase;
}