

body {
  padding: 6vw;
  background-repeat: no-repeat;
  background-size: contain;
}

h1 {
  text-align: center !important;
  font-family: fantasy !important;
  font-size: 4vw !important;
  margin-bottom: 20vw;
}

h2 {
  font-family: fantasy !important;
  font-size: 2vw !important;
  font-weight: 20px;
  background-color: white;
}

p {
  background-color: white;
}

form {
  margin: 50px 0px;
}

legend {
  font-family: fantasy !important;
  font-size: 2vw !important;
}

label {
  font-family: fantasy !important;
  font-size: 5vw;
}

fieldset {
  border-color: green;
}

button {
  margin: 100px 0px;
  font-family: fantasy !important;
  font-size: 5vw;
  background-color: green;
  color: white;
  border-radius: 30px;
  padding: 10px;
}

button:hover {
  background-color: red;
  color: white;
}

.nulitude {
  background-image: url("../dossierphoto/photowin.png");
  background-size: cover;
}

.bien {
  background-image: url("../dossierphoto/crazy.png");
  background-size: cover;
}

.pasouf {
  text-align: center !important;
  font-family: fantasy !important;
  font-size: 4vw !important;
  margin-bottom: 0vw !important;
  background-color: #ffffff00 !important;
}

.formulaire {
  background-color: white !important;
  background-size: cover;
}

.sitenom {
  background-image: url("../dossierphoto/1234.png");
}