body {
    margin: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.global {
    padding: 3em;
    width: 660px;
    border-radius: 1em;
    box-shadow: rgb(106 106 106 / 37%) 0px 6px 12px -2px, rgb(69 73 74 / 67%) 0px 3px 7px -3px;
}

label {
    display: block;
    color: rgb(35, 53, 74);
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: 1em;
    width: auto;
    margin-right: 30px;
}

form {
    margin-bottom: 2em;
    padding: 25px 25px 15px 30px;
    border-radius: 10px;
    width: 600px;
    height: 80px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    border-bottom-style: inset;
}

h1 {
    font-family: sans-serif;
    font-weight: 500;
    font-size: medium;
    margin-bottom: 2em;
    color: #6c6c6c;

}

#DA {
    background-color: rgb(251 251 251 / 96%);
}

#EDL {
    background-color: rgb(78 140 198 / 42%);
}

#TF1 {
        background-color: rgb(236 251 255);
}

#M6 {
    background-color: rgb(255 248 248);
}

div {
    margin-bottom: 20px;
}

.operateur {
    font-size: 1.2em;
    font-family: sans-serif;
    font-weight: 600;
    margin: -10px 0 10px 0;
}

.valid {
  background-color: rgb(116 158 195);
  border-width: 0 40px 0 0;
  border-color: #00ff16;
  border-style: solid;
}

.error {
  background-color: rgb(116 158 195);
  border-width: 0 40px 0 0;
  border-color: #ff0000;
  border-style: solid;
}

input[type=file]::file-selector-button {
    margin-right: 8px;
    border: none;
    background: #ffffff;
    padding: 8px 12px;
    border: 1px solid rgb(63, 63, 63);
    color: #212121;
    cursor: pointer;
  }

.valider {
  float: right;
  height: 30px;
  align-items: center;
  background-color: #ffffff;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-flex;
  font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  justify-content: center;
  line-height: 15px;
  overflow: hidden;
  padding: 5px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.valider:hover {
    background-color: #0765b8;
    color: #ffffff;
  }

.button {
  align-items: center;
  background-color: #0A66C2;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.error {
  color : red;
  font-weight: bold;
}

.button:hover,
.button:focus { 
  background-color: #16437E;
  color: #ffffff;
}

.button:active {
  background: #09223b;
  color: rgb(255, 255, 255, .7);
}

.button:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}

#reload {
  display: block;
  position: absolute;
  margin-left: 30px;
  left: -500px;
  background-color: #f6860e;
}

#DOWNLOAD {
  display: flex;
}

#ET {
  margin-top: 50px;
}
