#restart{
	position: absolute;
	width: 100%;
	height: 100%;

	background-image: url(../../contenu/commun/image/interface/restart.jpg);
	background-size: cover;
	background-position: center;
	/*background-color: rgba(0,0,0,0.9);*/

	justify-content: center;

	display: flex;
	opacity: 0;
	pointer-events: none;
}

#restart .wrapperrestart{
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: 760px;
	max-height: 660px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	background: rgba(255,255,255,0.5);
	overflow: hidden;

	align-self: center;
	text-align: center;
}

#restart .wrapperrestart div {
	overflow: hidden;
}

#restart .wrapperrestart h1{
	font-size: 65px;
	line-height: 70px;
	text-transform: uppercase;
	color: #000;
	font-weight: 100;

	margin: 0;
	padding: 0;

	white-space: nowrap;
}

#restart .wrapperrestart p{
	font-size: 65px;
	line-height: 70px;
	text-transform: uppercase;
	color: #000;
	font-weight: 100;

	margin: 0;
	padding: 0;

	white-space: nowrap;
}

#restart .wrapperrestart #boutons {
	position: absolute;
	bottom: 100px;

	display: flex;
}

#restart .wrapperrestart #boutons .btn {
	margin: 0 5px;
}









