@font-face {
  font-family: blackout;
  src: url(/font/webfonts/blackout_two_am-webfont.woff);
}
body{
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
}
body.accueil {
	background-color: #4a7559;
}
body.inscription {
	background-color: #608b5e;
}
h1 {
	font-family: blackout, Helvetica, Arial, sans-serif;
}
a {
	color:#370101
}
form label {
  display: inline-block;
  width: 100px;
}
form div {
  padding: 10px;
}
form button {
  padding: 10px 20px;
  background-color:#370101;
  color: white;
  font-weight: bold;
}
h1.titre {
  display: block;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 22px;
}
.photo {
	height: 100vh;
}
.petite-photo {
	height: 50vh;
}
.bientot {
	text-align: center;
}

.ne-pas-remplir {
  display: none;
}
