.bouton {
  background-color: #ffa86a;
  border: none;
  color: black;
  padding: 9px 28px;
  text-align: center;
  font-family:monospace;
  display: inline-block;
  font-size: 12px;
}

.bouton:hover {
  background-color: #e88d51;
  color: white;
}

.bouton:active {
  background-color: #9e7153;
  transform: translateY(1px);
  color: black;
}


/*
input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ffa86a;
    display: inline-block;
    padding: 3px 8px;
    cursor: pointer;
}	
*/
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn {
  border: 1px solid #ffa86a;
  border-radius: unset;
  color: white;
  background-color: #222129;
  padding: 6px 12px;
  font-family: Monospace;
  font-size: 18px;
  font-weight: bold;
}

.btn:hover {
  background-color: red;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

#labf {
  background-color:#222129;
  color: white;
  font-family: Monospace;
  border:none;
  width:250px;
}
