.cpam-logo {
  background: url(../images/logo_cpam_gard_HD_crop.jpg) no-repeat center;
  background-color: white;
  background-size: 70%;
  border-radius: 0 0 5px 5px;
  border: lightgray solid thin;
  border-top: none;
  height: 5rem;
  width: 22rem;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -11rem;
}

.bleu-cpam {
  color: white;
  background: rgb(0, 60, 97);
}

.cyan-cpam {
  color: white;
  background: #01b9f5;
}

.btn-cpam {
  color: white;
  background: #0087cf;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

#logo_pour_impression {
  display: none;
}

#fichiers_container {
  counter-reset: files-counter;
}

.file_upload_field_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.file_upload_field_label::before {
  counter-increment: files-counter;
  content: counter(files-counter) ". ";
}

#impaye_instructions {
  background-color: rgb(255, 239, 147);
  padding: 0.3rem;
}

#boutons_fin {
  display: flex;
  justify-content: space-between;
}
