@charset "UTF-8";
@import url(css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,700");
		  
	html, body {
		font-family: "Raleway", Helvetica, sans-serif;
		font-size: 13pt;
		font-weight: 400;
		line-height: 2em;
		margin: 0;
		height: 100%;
		text-transform: uppercase;
	}
.erreur {
	color: #FFD754;
	font-size: 0.8em;
}
.valide {
	color: #A4BD01;
	font-size: 0.8em;
}
.fond {
height: 100%;
margin: 0 auto;
min-height: 100%;
position: fixed;
left: 0;
right: 0;
z-index: 1;
display: block;
background-image: url('../image/bg.jpg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
}
a {
color : white;
}
.page {
	z-index: 9999;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
}
.contenu {
	text-align: center;
	margin: 0 auto;
	min-height: 100%;
}
.footer {
	z-index: 9999;
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	height: 1em;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 3em;
}
.text {
	background-color: rgb(225, 206, 154); /* Fallback color */
    background-color: rgba(225, 206, 154, 0.4); /* Black w/opacity/see-through */
	color: white;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	width: 40%;
	text-align: center;
	border-radius: 1.5em;
}
.button {
	color : white;
	background-color: rgb(218,171,58);
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		border-radius: 2.5em;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-weight: 700;
		height: 2.85em;
		line-height: 2.95em;
		min-width: 10em;
		padding: 0 1.5em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}
.input {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
border-radius: 2.5em;
border: 0;
display: inline-block;
font-weight: 400;
height: 2.85em;
line-height: 2.95em;
min-width: 10em;
padding: 0 1.5em;
text-align: center;
text-decoration: none;
white-space: nowrap;
}
.copyright {
font-size:9pt;
font-weight: 700;
line-height: 2em;
color: white;
}
h4 {
font-weight: 500;
font-size:1em;
}
h3 { 
font-weight: 700;
font-size:1.5em;
}
h2 { 
font-weight: 700;
font-size:2em;
}
h1 { 
font-weight: 700;
font-size:2.5em;
}
	@media screen and (max-width: 1680px) {
		.text {
		width: 40%;
		}
	}

	@media screen and (max-width: 1280px) {
		.text {
		width: 60%;
		}
	}

	@media screen and (max-width: 980px) {
		.text {
		width: 70%;
		}
	}

	@media screen and (max-width: 736px) {
		.text {
		width: 80%;
		}
	}

	@media screen and (max-width: 480px) {
		.text {
		width: 90%;
		}
	}