/* Style index2.php
https://fnr.l0la.lu/chercheurs-lecole-2024-formulaire-dinscription-enseignants/index2.php#
->
https://www.fnr.lu/chercheurs-lecole-2024-chercheurs/
*/

.gfield_description {
  font-size: 15px;
  text-decoration: italic;
  color: white;
}

.gsection_title {
  font-weight: 900;
  background: black;
  color: white;
  padding: 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.field_sublabel_below {
  margin-top: 2rem;
}

/* FORM */

.form {
  max-width: 1200px;
  margin: 0 auto;
  background: #37627C;
  color: white;
  padding: 4rem;
}

@media screen and (max-width: 800px) {
  .form {
    padding: 1rem; /* Ajuster le rembourrage pour les écrans plus petits */
  }
}

.form textarea {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: black;
  padding: 5px;
}

.form input[type="text"] {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 50px;
  color: black;
  padding: 5px;
}

.form select {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 50px;
  color: black;
  padding: 5px;
}

.gfield_checkbox {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.gfield_radio {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  gap: 2rem;
}

/* ERRORS */

.validation_error {
  background: #ed4040;
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 6px;
}

.error_field {
  background: #ed4040;
  color: white;
  font-weight: 900;
  padding: 0.4rem;
  display: flex;
  gap: 0.3rem;
  border-radius: 6px;
}
