.html, body {
	height: 100%;
	margin: 0;
	background-color: #191919;
}

#wrapper {
	min-height: 100%;
}

.texte-information {
	position: fixed;
	color: white;
	height: 10%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 40%;
	margin: auto;
	text-align: center;
	font-family: "Raleway";
	font-size: 30px;
}

.texte-warning {
	position: absolute;
	color: white;
	bottom: 10%;
	left: 0;
	right: 0;
	text-align: center;
	font-family: "Raleway";
	font-size: 30px;
}

#date-dossier {
	position: fixed;
	display: inline-block;
	text-align: center;
	height: 10%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 25%;
	margin: auto;
	font-family: "Raleway";
	font-size: 30px;
	color: white;
}

.image-status {
	display: inline-block;
	text-align: center;
	width: 100px;
	height: 100px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	visibility: hidden;
}

.information-status {
	display: inline-block;
	text-align: center;
	height: 10%;
	position: fixed;
	left: 0;
	right: 0;
	top: 30%;
	bottom: 0;
	margin: auto;
	font-family: "Raleway";
	font-size: 25px;
	color: #ADADAD;
}

/* ecran �troit */
@media screen and (max-height: 500px) {
	.texte-information {
		bottom: 60%;
		font-size: 20px;
	}
	.texte-warning {
		font-size: 20px;
	}
	.information-status {
		font-size: 20px;
		top: 40%;
	}
}

#loading {
	width: 100px;
	height: 100px;
	border: 10px solid #ADADAD;
	border-top-color: #1BA1E2;
	border-radius: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	animation: round 2s linear infinite;
}

@keyframes round {
	from {transform: rotate(0deg)
}to {
	transform: rotate(360deg)
}

}




.export-loader{
	display: none;
} 

.choice {
	display: flex;
	width: 35%;
	height: 60vh;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
}

.export-btn {
	height: 10%;
	width: 100%;
	background-color: #2f3032;
	border: none;
	font-family: Raleway;
	font-size: 1.5em;
	color: white;
	cursor: pointer;
}

.export-btn-title {
	color: white;
	font-family: "Raleway";
	font-size: 30px;
	text-align: center;
}

.export-btn.valid:hover {
	background-color: white;
	color: #0E639C;
}

.export-btn:hover {
	border: solid;
	border-color: #0E639C;
}

.selected  {
	background-color: #0E639C;
}

.container {
	display: flex;
	align-items: center;
	min-height: 100vh;
	min-width: 100vw;
	justify-content: center;
	display: none;
}

.export-btn.valid {
	background-color: #0E639C;
	border: none;
	margin-top: 10%;
	width: 40%;
	border-radius: 0.2em;
}
