

body {
  font-family: Arial, Helvetica, sans-serif;
  padding: 20px;
  padding-bottom: 100px;
  background-color: whitesmoke;
   margin: auto 20px;
  }

table { border-collapse: collapse; width: 100%; margin-top: 10px; }
th, td { border: 1px solid #ccc; padding: 6px; text-align: center; }
textarea, input, select, button { 
  width: 100%;
  padding: 6px; margin: 6px 0;
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 0;
  cursor: pointer;
  border: 1px solid black;
}

h3{
  margin-bottom: 0;
  font-size: unset;
  padding-top: 20px;
}


button:hover{
  background-color: black;
  color: white;
}


#selectPart{
  display: flex;
  position: fixed;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  
}

.getPart{
  cursor: pointer;
  padding: 5px 0;
  text-align: center;
  display: inline-block;
  background-color: white;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  font-weight: bolder;
  transition: .2s;
  width: 100%;
}

.getPart:hover{
  filter: invert(1);
}


.outilPart{
  display: none;
  padding-top:40px;
}

#export input{
  display: inline-block !important;
  width: fit-content;
  vertical-align: center;
}

label input{
  width: fit-content;
}

label{
  margin: 5px 0;
  cursor: pointer;
  padding: 5px;
}

label:hover{
  border: 1px solid black;
}

h2{
  font-size: unset;
  text-align: left;
}

.sendData{
  background-color: red;
  display: block;
  position: fixed;
  bottom: 0;
  width: fit-content;
  width: calc(100% - 40px);
  left: 0;
  margin: 20px;
  color: white;
}


/* section 2 */

#metiers_par_annee{
  column-count: 2;
}

#inputs_cles_valeurs{
  column-count: 2;
}

.pcs{
  display: inline-block;
  width: 90%;
}