@font-face {
  font-family: 'Figtree';
  src: url(font/Figtree/Figtree-VariableFont_wght.ttf) format('truetype');
}

@font-face {
  font-family: 'Poppins';
  src: url(font/Poppins/Poppins-Regular.ttf) format('truetype');
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.container {
  width: 100%;
  max-width: 600px;
  padding: 20px;
}

.formcontainer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.formcontainer > div {
  display: flex;
  flex-direction: column;
}

label {
  font-family: system-ui, 'Segoe UI', Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #023b4a;
  margin-bottom: 5px;
}

label::after {
  content: '*';
  color: red;
  margin-left: 5px;
}

legend {
  font-family: Arial, sans-serif;
  font-size: 28px;
  color: black;
  margin: 25px 10px;
}

p {
  font-family: 'Figtree', sans-serif, system-ui;
  font-size: 1.2rem;
  font-weight: 400;
  color: #023b4a;
  line-height: 1.5;
}

a {
  color: #005ca9;
  text-decoration: none;
}

a:hover {
  color: #ff5064;
}
.intro {
  align-self: flex-start;
}

button {
  background-color: #ed707f;
  width: 10rem;
  padding: 16px 28px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1.71429px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: white;
  text-align: center;
  transition-duration: 0.4s;
  cursor: pointer;
  border: none;
}

button:hover {
  background-color: #0d4564;
  border-color: #0d4564;
}

input,
textarea,
select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #979797;
  border-radius: 20px;
  box-sizing: border-box;
  font-family: 'Figtree', Arial, sans-serif;
}

textarea {
  resize: none;
  height: 160px;
}

.noRequiredLab::after {
  content: '';
}

#Demande {
  border-radius: 0%;
}

#fileDem {
  border: none;
}

#courriel {
  display: none;
}
