body {
	background-color: #3C3C3B;
	color: #fff;
}


.consigne {
	display: none;
	width: 100vw;
	height: 100vh;
	overflow-y: auto;
	text-align: center;
	background-color: rgba(0,0,0,0.8);
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
}
	.consigne p {
		width: 50%;
		margin: 5em auto;
		text-align: center;
		font-size: 18px;
	}
	@media all and (max-width: 768px) {
		.consigne p {
			width: 70%;
			font-size: 18px;
		}
	}

#app, 
#correction,
#form {
	display: none;
}

#form {
	padding: 0 2em;
}

.show {
	display: block !important;
}

ul img {
	width: auto;
	height: 30em;
	max-height: 30em;
}

hr {
	border-color: #c49736 !important;
}

ul {
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}
	li {
		display: none;
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 0;
	}

		li img {
		}

		.title {
			font-size: 2em;
			display: block;
			text-align: center;
		}

.active { 
	display: inline-block; 
}



.progression {
	text-align: center;
}

	#progress {
		font-size: 1.2em;
		font-weight: bold;
	}




input[type=text],
input[type=email] {
	padding: .2em .5em;
	border: 2px solid #c39636;
	border-radius: 5px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	box-shadow: none;
	margin-bottom: .5em;
}

input[type=submit] {
	padding: .2em 1.5em;
	border: 2px solid #c39636;
	border-radius: 5px;
	background: #c39636;
	font-weight: bold;
	color: #fff;
	box-shadow: none;
	margin-bottom: .5em;
	font-size: 1.2em;
}

@media all and (max-width: 768px) {
	ul img {
		width: 90%;
		margin: auto;
		height: auto;
		max-height: auto;
	}
}
