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

.liste-tab {
  margin: 0 15px;
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
}

.item-instance {
  display: inline-block;
  padding: 5px 10px;
  margin-left: 20px;
  min-width: 50px; 
  color: #fff;
  background-color: #b3b3b3;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.item-instance.actif {
    color: #dc446e;
    background-color: #d4d4d4;
}

.container-instance {
  display: none;
}

.container-instance.actif {
  display: initial;
}

.question {
  position: relative;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  clear: both;
}

.date_1colonne label, .text_1colonne label, .num_1colonne label, .textarea_1colonne label, .num_deroulant_2colonnes label, .deroulant_1colonne label {
  width: 25%;
  max-width: 25%;
  text-align: right;
  padding-right: 10px;
}

.date_1colonne input, .text_1colonne input, .num_1colonne input, .textarea_1colonne textarea {
  height: max-content;
  min-width: 75%; 
}

.deroulant_1colonne select {
  width: 75%;
  height: 25px;
  padding: 0 10px;
}

#container-type-crime .question.deroulant_1colonne {
  align-items: center;
}

.textarea_1colonne textarea {
  height: 100px;
}

.num_deroulant_2colonnes .valeurs {
  width: 75%;
  display: flex;
  justify-content: space-between;
}

.num_deroulant_2colonnes input {
  width: inherit;
}

.num_deroulant_2colonnes select {
  width: 20%;
  min-width: 95px;
  padding-left: 10px;
}

.num_plusieurs_colonnes, .text_2colonnes {
  display: inline-block;
  float: right;
  clear: initial;
  width: calc(75% / 2);
}

.num_plusieurs_colonnes input, .text_2colonnes input {
  width: 100%;
}

.cases_et_texte {
  justify-content: left;
  flex-direction: column;
}

.plus {
  float: right;
  cursor: pointer;
}

.container-instance {
  margin: 25px 0;
}

.container-instance:not(:first-of-type) {
  border-top: 2px solid black;
}

.image_1colonne img {
  max-width: 50%;
}

.footer-form {
  display: flex;
  justify-content: end;
}

.footer-form > input[type='submit'] {
  border: none;
  border-radius: 0;

  padding: 10px;
  font-size: 1.5em;
  
  margin-bottom: 20px;
  cursor: pointer;
}
