#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: 840px;
	max-height: 840px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	background: #f7f5f0;
	overflow: hidden;

	align-self: center;
	text-align: center;
}
#restart .wrapperrestart:after {
	content: '';
	position: absolute;

	/*top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;*/

	width: 90%;
	height: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	border: 2px solid rgba(0,0,0,0.2);
	pointer-events: none;
}

#restart .wrapperrestart div {
	overflow: hidden;
}

#restart .wrapperrestart h1{
	font-family: 'Knockout 72 Full Cruiserwt';
	font-size: 65px;
	text-transform: uppercase;
	color: #000;

	margin: 0;
	padding: 0;

	white-space: nowrap;
}

#restart .wrapperrestart p{
	font-family: 'Knockout 50 Welterweight';
	font-size: 65px;
	line-height: 65px;
	text-transform: uppercase;
	color: #000;

	margin: 0;
	padding: 0;

	white-space: nowrap;
}

#restart .wrapperrestart #boutons {
	position: absolute;
	bottom: 100px;

	display: flex;
}

#restart .wrapperrestart #boutons .btn {
	width: 175px;
	margin: 0;

	font-family: 'Knockout 50 Welterweight';
	font-size: 26px;
	line-height: 26px;

	background: inherit;
	border: inherit;
	border-radius: inherit;

	text-transform: uppercase;
	text-align: center;
	color: #000;

	white-space: nowrap;

	overflow: hidden;
	transition: none;
}
#restart .wrapperrestart #boutons .btn#oui {
	border-left: 4px solid black;
	border-right: 2px solid black;
}
#restart .wrapperrestart #boutons .btn#non {
	border-left: 2px solid black;
	border-right: 4px solid black;
}









