@font-face {
 font-family: "BQ";
 src: url("horse.woff2") format("woff2"), url("horse.woff") format("woff");
}
html{
	background:#0a090a;
}
#screen{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
#scores{
	background:black;
	float:left;
	width:300px;
	height:100%;
	border-right:solid 1px white;
	text-align:center;
}
#scores #logo{
	margin:24px;
	width:150px;
	height:auto;
}
#scores #img-mayo{
	height:24px;
	width:auto;
}
#scores #img-ketchup{
	height:20px;
	width:auto;
}
#scores #score-mayo{
	width:240px;
	height:auto;
}
#scores #score-ketchup{
	width:240px;
	height:auto;
}
#scores #txt-mayo{
	position:absolute;
	right:20px;
	top:20px;
	font-family:'BQ';
	font-size:50px;
	color:#EDD400;	
}
#scores #txt-ketchup{
	position:absolute;
	right:20px;
	top:20px;
	font-family:'BQ';
	font-size:50px;
	color:#CC0000;	
}
#commandes{
	color:#333;
}
#upload{
	display:none;
}
#board{
	float:left;
	position:relative;
	background:white;
	width:calc(100% - 350px);
	height:calc(100% - 40px);
	margin:20px;
	border-radius:50px;
}
#info{
	font-family: "Calibri", "Arial", sans-serif;
	padding:20px;
	font-size:45px;
}
#title{
	text-align:center;
	margin-bottom:20px;
	font-family:"BQ";
	font-size:40px;
}
#question{
	font-weight:bold;
}
#reponse, #image{
	text-align:center;
	margin:20px;
}
#img{
	height:80%;
	width:auto;
}
#video-frame{
	display:none;
	position:absolute;
	background:#0a090a;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
#video{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); 
	width:400px;
	height:320px;
	border:0;
}
#video video{
	width:100%;
	height:100%;
}
.spacing{height:20px;}