HTML,BODY {
	width: 100%;
	height:100%;
	margin: 0;
	padding: 0;
	font-family: Calibri,Arial, sans-serif;
}
DIV.bandeau {
	width: 100%;
	color: white;
	font-size: calc(1rem + 1vw);
	font-weight: bold;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
DIV.contenu {
	display: inline-block;
	margin: calc(1rem + 1%);
}
DIV:after {
  content: "";
  clear: both;
  display: table;
}
H1 {
	margin:0;
	padding:5%;
	font-size: calc(3rem + 3vw);
	color:white;
	text-align: center;
}
P {
	text-align: justify;
}
a:link {
	color: white;
	text-decoration: underline;
	text-decoration-style: dotted;
}
a:hover {
	color: white;
	text-decoration: underline;
	text-decoration-style: solid;
}
a:active {
	color: white;
	text-decoration: underline;
	text-decoration-style: solid;
}
a:visited {
	color: white;
	text-decoration: underline;
	text-decoration-style: dotted;
}
.gauche {
	float : left;
	margin-right : calc(1rem + 1%);
}
.droite {
	float : right;
	margin-left : calc(1rem+1%);
}
FORM {
	font-size: calc(1.5rem + 1.5vw);
	color: white;
}
INPUT, TEXTAREA {
	font-size: calc(1rem + 1vw);
	color: black;
}
SELECT {
	font-size: calc(1rem + 1vw);
	color: black;
}
INPUT[type=checkbox] {
	transform: scale(2);
	margin-right: 0.5em;
	vertical-align: middle;
}
DIV.envoi {
	display: inline-block;
	width: 99%;
	max-width: 50em;
	text-align: center;
}
#patience {
	display: none;
	font-size: calc(1.5rem + 1.5vw);
	color: red;
}