@import url("https://fonts.googleapis.com/css2?family=Lekton:ital,wght@0,400;0,700;1,400&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #12426E;
}
.non{
  color: #cc0000;
}

.wraper {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.space {
  margin: 16px 0px;
}

.zone-qr {
  display: grid;
  gap: 16px;
  flex-direction: column;
  align-items: center;
  z-index: 0;
  padding: 32px;
  width: 327px;
  background: #EEF9FD;
  border-radius: 8px;
  box-shadow: 0px 4px 10px 6px rgba(255, 255, 255, 0.25), 0px -4px 10px 6px rgba(255, 255, 255, 0.25);
}
.zone-qr .qr {
  height: 100%;
  width: 100%;
    display: flex;

}
.zone-qr form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.zone-qr input {
  border: none;
  border-bottom: 1px solid #12426E;
  height: 32px;
  padding-left:8px ;
  width: 100%;
}
.zone-qr label {
  font-family: Lekton, sans-serif;
  font-size: 16px;
  color: #12426E;
  font-weight: bold;
  justify-items: flex-start;
}
.zone-qr button {
  font-family: Lekton, sans-serif;
  font-size: 16px;
  height: 32px;
  padding: 8px 32px;
  background: #12426E;
  color: white;
  border: none;
  border-radius: 90px;
}

.formulaire {
  z-index: 1;
  position: relative;
  gap: 32px;
  height: 674px;
  width: 401px;
  display: grid;
  grid-template-rows: 1fr 2fr;
  background: #EEF9FD;
  border-radius: 8px;
  padding: 34px;
  box-shadow: 0px 4px 10px 6px rgba(255, 255, 255, 0.25), 0px -4px 10px 6px rgba(255, 255, 255, 0.25);
}
.formulaire .en-tete {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.formulaire .en-tete h1 {
  font-family: Lekton, sans-serif;
  font-weight: bold;
  color: #12426E;
  text-align: center;
  font-size: 32px;
}
.formulaire .en-tete img {
  width: 108px;
  height: 108px;
}
.formulaire form {
  align-items: center;
  width: 100%;
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
.formulaire form .input-wrape {
  width: 100%;
  gap: 0.2rem;
  display: flex;
  flex-direction: column;
}
.formulaire form .input-wrape input {
  border: none;
  border-bottom: 1px solid #12426E;
  height: 32px;
}
.formulaire form .input-wrape label {
  font-family: Lekton, sans-serif;
  font-size: 16px;
  color: #12426E;
  font-weight: bold;
}
.formulaire form .submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  gap: 32px;
}
.formulaire form .submit input {
  font-family: Lekton, sans-serif;
  font-size: 16px;
  height: 32px;
  padding: 8px 32px;
  background: #12426E;
  color: white;
  border: none;
  border-radius: 90px;
}
.formulaire form .submit p {
  font-family: Lekton, sans-serif;
  font-size: 14px;
  text-align: center;
  color: #12426E;
  font-weight: bold;
}



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