/* Generated by less 2.5.1 */
@import url("https://use.typekit.net/psi8ugg.css");
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #f3f3f3;
  font-family: "proxima-nova", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
html form,
body form {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
  position: relative;
}
html form #gauche,
body form #gauche {
  width: 70%;
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: black;
  float: left;
  position: relative;
}
html form #gauche #a,
body form #gauche #a {
  color: cornflowerblue;
  text-decoration: underline;
}
html form #gauche.connexion #message,
body form #gauche.connexion #message {
  width: 55%;
  text-align: center;
  background-color: #df3428;
  color: white;
  border-radius: 0px 0px 5px 5px;
  padding: 20px 0px;
  top: 0;
  position: absolute;
  display: none;
}
html form #gauche.connexion > section,
body form #gauche.connexion > section {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-content: flex-start;
  width: 70%;
  align-items: flex-start;
  height: 50%;
}
html form #gauche.connexion > section a,
body form #gauche.connexion > section a {
  text-decoration: none;
  color: cornflowerblue;
}
html form #gauche.connexion > section a:hover,
body form #gauche.connexion > section a:hover {
  text-decoration: underline;
}
html form #gauche.connexion > section > div,
body form #gauche.connexion > section > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
html form #gauche.connexion > section > div label,
body form #gauche.connexion > section > div label {
  font-weight: 900;
}
html form #gauche.connexion > section > div input,
body form #gauche.connexion > section > div input {
  font-size: 1em;
  font-family: "proxima-nova", sans-serif;
  outline: 0px;
  background-color: transparent;
  color: black;
  border: 2px solid #f4f4f4;
  border-radius: 3px;
  padding: 20px 0px;
  transition: 300ms;
  width: 100%;
}
html form #gauche.connexion > section > div input:focus,
body form #gauche.connexion > section > div input:focus {
  border-color: cornflowerblue;
  color: cornflowerblue;
}
html form #gauche.connexion > section button[type="submit"],
body form #gauche.connexion > section button[type="submit"] {
  color: white;
  font-family: inherit;
  font-size: 1em;
  padding: 20px 0px;
  border: 0px;
  border-radius: 3px;
  background-color: #43A047;
  margin-top: 15px;
  width: 100%;
  cursor: pointer;
}
html form #gauche.connexion > section button[type="submit"].nounou,
body form #gauche.connexion > section button[type="submit"].nounou {
  background-color: #6ADA6F;
}
html form #gauche #informations_gde,
body form #gauche #informations_gde {
  max-width: 80%;
  text-align: justify;
}
html form #gauche h2,
body form #gauche h2 {
  font-weight: 200;
  font-size: 2em;
}
html form #gauche button[type="button"],
body form #gauche button[type="button"] {
  color: white;
  font-family: inherit;
  font-size: 1em;
  padding: 20px 40px;
  border: 0px;
  border-radius: 3px;
  background-color: #43A047;
}
html form #gauche button[type="button"]#choix_nounou,
body form #gauche button[type="button"]#choix_nounou {
  background-color: #6ADA6F;
}
html form #gauche #navigation,
body form #gauche #navigation {
  position: absolute;
  bottom: 50px;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  padding: 0;
  width: 100%;
  justify-content: center;
  align-content: center;
  align-items: center;
}
html form #gauche #navigation li,
body form #gauche #navigation li {
  width: 40px;
  height: 40px;
  border: 2px double #5d8cff;
  margin-right: 40px;
  border-radius: 50%;
  transition: 300ms;
  background-color: white;
}
html form #gauche #navigation li.selection,
body form #gauche #navigation li.selection {
  background-color: #5d8cff;
}
html form #gauche section#informations_parents,
body form #gauche section#informations_parents,
html form #gauche section#confirmation_mail,
body form #gauche section#confirmation_mail,
html form #gauche section#informations_nounou,
body form #gauche section#informations_nounou {
  display: none;
}
html form #gauche section#confirmation_mail > div,
body form #gauche section#confirmation_mail > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
html form #gauche section#confirmation_mail > div p,
body form #gauche section#confirmation_mail > div p {
  text-align: justify;
  width: 70%;
  line-height: 25px;
}
html form #gauche section#confirmation_mail > div p #mail_val,
body form #gauche section#confirmation_mail > div p #mail_val {
  color: cornflowerblue;
  text-decoration: underline;
}
html form #droite,
body form #droite {
  width: 30%;
  height: 100%;
  background-color: cornflowerblue;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: black;
}
html form #droite h2,
body form #droite h2 {
  font-weight: 200;
}
html form #droite img,
body form #droite img {
  width: 30%;
  display: none;
}
html form section#informations_parents,
body form section#informations_parents,
html form section#confirmation_mail,
body form section#confirmation_mail,
html form section#informations_nounou,
body form section#informations_nounou {
  display: none;
}
html form section#choix,
body form section#choix {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html form section#choix span,
body form section#choix span {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
html form section#choix button,
body form section#choix button {
  cursor: pointer;
}
html form section#informations_parents > div,
body form section#informations_parents > div,
html form section#informations_nounou > div,
body form section#informations_nounou > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
html form section#informations_parents > div > section,
body form section#informations_parents > div > section,
html form section#informations_nounou > div > section,
body form section#informations_nounou > div > section {
  display: flex;
  flex-direction: row;
}
html form section#informations_parents > div > section > div,
body form section#informations_parents > div > section > div,
html form section#informations_nounou > div > section > div,
body form section#informations_nounou > div > section > div {
  display: flex;
  flex-direction: column;
  margin: 30px;
}
html form section#informations_parents label,
body form section#informations_parents label,
html form section#informations_nounou label,
body form section#informations_nounou label {
  font-weight: 900;
}
html form section#informations_parents input,
body form section#informations_parents input,
html form section#informations_nounou input,
body form section#informations_nounou input {
  font-size: 1em;
  font-family: "proxima-nova", sans-serif;
  outline: 0px;
  background-color: transparent;
  color: black;
  border: 2px solid #f4f4f4;
  border-radius: 3px;
  padding: 20px;
  transition: 300ms;
  background-image: url("../img/icones/dispo.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position: 240px;
}
html form section#informations_parents input:focus,
body form section#informations_parents input:focus,
html form section#informations_nounou input:focus,
body form section#informations_nounou input:focus {
  border-color: cornflowerblue;
  color: cornflowerblue;
}
html form section#informations_parents #formulaire_inscriptions,
body form section#informations_parents #formulaire_inscriptions,
html form section#informations_nounou #formulaire_inscriptions,
body form section#informations_nounou #formulaire_inscriptions {
  background-color: #43A047;
  padding: 20px;
  font-size: 1em;
  font-family: inherit;
  border-radius: 3px;
  border: 3px solid #e5e5e5;
  transition: 300ms;
  color: white;
}
html form section#informations_parents #formulaire_inscriptions:disabled,
body form section#informations_parents #formulaire_inscriptions:disabled,
html form section#informations_nounou #formulaire_inscriptions:disabled,
body form section#informations_nounou #formulaire_inscriptions:disabled {
  opacity: 0.4;
  background-color: grey;
}
html form section#informations_parents #formulaire_inscriptions:enabled,
body form section#informations_parents #formulaire_inscriptions:enabled,
html form section#informations_nounou #formulaire_inscriptions:enabled,
body form section#informations_nounou #formulaire_inscriptions:enabled {
  cursor: pointer;
}
