#baseEcoleForm {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#formDemandeBaseEcole {
  margin-left: 20vw;
  margin-right: 20vw;
  width: 100%;
}
fieldset {
  border: 2px solid #ac1c72;
}
legend {
  color: #ac1c72;
  width: 32%;
  padding: 3px 6px;
}
#baseEcoleInstruction {
  margin-left: 15px;
  margin-bottom: 2rem;
}
#baseEcoleFormContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#baseEcoleFormContainer .divForm {
  width: 100%;
}
#baseEcoleFormFooter {
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
  margin-bottom: 10px;
}
#messageEnvoiMail {
  color: #0F21D5;
  font-weight: bold;
}
.labelBecoleForm {
  width: 8vw;
}


