@font-face {
    font-family: 'sansation_bold';
    src: url(../font/sansation_bold-webfont.ttf);
}
@font-face {
    font-family: 'sansation_light';
    src: url(../font/sansation_light-webfont.ttf);
}
@font-face {
    font-family: 'sansation_regular';
    src: url(../font/sansation_regular-webfont.ttf);
}
::-webkit-scrollbar {
    width: 0px;
}

html, body, #main, #who_container{
    margin: 0px;
    padding: 0px;
    font-family: sansation_regular;
    height:100%;
    min-height:100%;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    overflow: hidden;
}

#who_container{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-height: 100vh;
}

#test_container{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-height: 100vh;
	color: red;
}

#calendar{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	 background-position: center; 
	 background-color: black;
	 background-size: 100% 100%;
}

#cases{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 20px;
	width: 100%;
	height: 100%
}

.case{
	border: solid 1px black;
	justify-content: center;
	display: flex;
	align-items: center;
	font-size: 4em;
	/*color: white;*/
	opacity: 0.8;
	border-left: solid 4px black;
}

#check_reponse{
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top: -100px;
	margin-left: -350px;
	display: none;
	background-color: lightseagreen;
	text-align: center;
	border-radius: 50px;
	border: solid 3px darkcyan;
}
#tour * {
	
	font-size: 2em;
}
#tour
{
	font-size: 2em;
	margin: 50px;
	background-color: lightseagreen;
}

#recompense {
	/*position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 700px;
	height: 500px;*/
	font-size: 2em;
display: grid;
    grid-template-rows: auto auto 1fr;
height: 100%;	
/*margin-top: -250px;*/
}

.for_center{
	display: flex;
	align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

#bravo {
	font-size: 2em;
	vertical-align: middle;
	line-height: 125px; 
	color: red;
justify-content: center;
}

#download{
	font-size=0.5em;
	display:flex;
	justify-content: center;
	vertical-align: middle;
}

#code {
	max-width: 350px;
	text-align: center;
	margin: auto;
}
#img_recompense_div {
min-height: 0;
}
#img_recompense {
	border-radius: 15px;
width: 100%;
    height: 100%;
    object-fit: contain; /* pour que l'image reste entière */
    border-radius: 15px;
    object-fit: contain;   
}
.flat_btn {
	background-color: darkred;
	box-shadow: none;
	border-radius: 10px;
	color: white;
	padding: 1em;
	margin-top: 1em;
	font-size: 16px;
	font-weight: bold;
}
