/*FONTS*/

@font-face {
    font-family : snes;
    src : url(snes.ttf);
}

@font-face{
	font-family: gamecube;
	src : url(gamecube.ttf)
}

@font-face{
    font-family : sfamicom;
    src : url(sfamicom.ttf);
}

@font-face{
    font-family : start;
    src : url(pressstart.ttf);
}

html{
	scroll-behavior: smooth;
}

p{
	font-family : "Arial";
	margin : 20px;
	text-align : center;
}

strong{
	text-decoration : underline;
}

li{
	font-family : "Arial";
	margin : 20px;
	text-align : center;
}

h1{
	font-family : snes;
	text-align : center;
	font-size : 160px;
	color : red;
}

h2{
	font-family : gamecube;
	text-align : center;
	font-size : 40px;
	text-decoration: underline;
}

h3{
	font-family : snes;
	text-align : center;
	font-size : 35px;
	transition : font-size 500ms;
	block-size : 0px;
	writing-mode: horizontal-tb;
	margin : 30px;
}

h3:hover{
	font-size : 45px;
}

.h3-nomove{
	font-family : snes;
	text-align : center;
	font-size : 40px;
	block-size : 0px;
	writing-mode: horizontal-tb;
	margin : 30px;
}

h4{
	font-family : start;
	text-align : center;
	font-size : 20px;
}

table{
	margin-left : auto;
	margin-right : auto;
}

button{
	margin-left : 5px;
	margin-right : 5 px;
}

i{
	font-family : "Arial";
	font-size : 15px;
}

.ktitle{
	
}

.quiz{
	display : flex;
	justify-content: center;
}

.quiz_arriere{
	width: fit-content;
	margin: auto;
}

.quiz_image{
	height : 250px;
}

.image_presentation{
	height : 400px;
}

.perso_presentation{
	height : 320px;
}

.border{
	border: 1px solid pink;
}

.arriere_presentation{
	background-color : #FFFDD0;
}

.jeux_boite{
	width : 150px;
}

.tete{
	position : fixed;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	right : 5%;
	top : 0px;
	background-color : #FFFDD0;
}

.pied{
	position : fixed;
	right : 1%;
	bottom : 3%;
	background-color : #FFFDD0;
	font-family : "Arial";
	margin : 20px;
	text-align : center;
}

.coins_ronds{
	border-radius : 10px;
}

.centrer{
	text-align : center;
}