#timeout {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
	z-index: 9999;
	
	opacity: 0;
	visibility: hidden;
}

#timeout .wrapper {
	position: relative;
	/* top: 40px;
	left: 40px; */
	height: 1000px;
	width: 1840px;
	background-image: url(../../contenu/commun/image/fond-timeout.jpg);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#timeout div{
	/* align-self: center; */
	text-align: center;
}
#timeout div h1{
	color: white;
	font-family: 'Graphik Medium';
	font-size: 60px;
	line-height: 60px;
}
#timeout div p.sousTitre {
	margin-top: 2.25rem;
	color: white;
	font-family: 'Graphik Medium';
	font-size: 30px;
	line-height: 30px;
}