.breadscrumb {
  display: flex;
  padding: 2rem 2rem 2rem 1rem;
}

.topOnglet {
  background: linear-gradient(90deg, #007937 0%, #ffffff 100%);
  color: #ffffff;
  padding: 1rem;
  text-align: left;
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
}

.cadreCorps {
  background-color: #ffffff;
  padding: 1rem;
  margin: 0;
  border: 1px solid #007937;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.section .container {
  padding: 1rem 0;
}
.section .container .link {
  text-decoration: none;
}
.section .container .action-link-button {
  font-size: 1rem;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  padding: 0.5rem;
}
.section .container .action-link-button:hover {
  background-color: #007937;
  color: #ffffff;
}
.section .container h1.title {
  font-size: 2rem;
  font-weight: bold;
  color: #000000;
  margin: 0;
}
.section .container .subtitle {
  padding: 1rem;
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
  margin: 0;
}
.section .container form .field {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  padding: 0.5rem;
}
.section .container form .field.center {
  justify-content: center;
}
.section .container form .field label {
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
  margin: 0;
}
.section .container form .field .control {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: unset;
}
.section .container form .field .control input {
  min-width: 300px;
  max-width: 100%;
  padding: 0.5rem;
  border: 1px solid #007937;
  border-radius: 0.25rem;
}
.section .container form .field .control input:focus {
  outline: none;
  border-color: #007937;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.section .container form .field .control textarea {
  min-width: 500px;
  min-height: 150px;
  max-width: 100%;
  padding: 0.5rem;
  border: 1px solid #007937;
  border-radius: 0.25rem;
}
.section .container form .field .control textarea:focus {
  outline: none;
  border-color: #007937;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/*# sourceMappingURL=global.css.map */