html, body{
    width:100%;
    height:100%;
    position: absolute;
}
body{
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
}
.top{
    min-height :200px;
    height: 10%;
    width: 104%;
    background-color: #bedbe9;
}
#countdown{
    width: 100%;
    text-align: right;
    font-size: 150px;
    padding: 0;
    margin:0;
}
.valider{
    width:100%;
    position: absolute;
    bottom: 0;
    height: 11%;
    margin:0;
}
.questions{
    height: 78%;
    width: 100%;
    position: absolute;
}
#qst1, #qst2, #qst3{
    height: 100%;
}
.qst {
    width: 90%;
    height: 40%;
    background-color: #f6d2e0cb;
    border-radius: 20px;
    position: absolute;
	top:20px;
	bottom: 20px;
	left: 7%;
    right: 5%;
    margin: auto;
    padding: 0;
    margin-top: 0px;
    padding-bottom: 10px;
}
.choices{
    width: 90%;
    height: 55%;
    border-radius: 20px;
    position: absolute;
	top:0;
	bottom: 20px;
	left: 5%;
    right: 5%;
    margin: auto;
    padding: 0;
    margin-bottom: 10px;
}
.text{
    font-size: 40px;
    width: 100%;
    height: 90%;
    text-align: center;
    overflow-y: scroll;
}
.choices_table{
    width: 100%;
    height: 90%;
    position: absolute;
	top:5%;
	bottom: 5%;
	left: 0;
    right: 0;
    margin: auto;
}
.choices_tr{
    width: 100%;
    border-radius: 10px;
    height: 25%;
    margin-bottom: 5%;
}
.choices_td{
    width: 100%;
    border-radius: 100px;
    height: 28%;
    background-color: white;
    margin-bottom: 5%;
    margin-left: 2%;
    position: absolute;
    border: 1px solid #0671b7;
}
.lab:focus{
    background-color: #0671b7;
}
.lab{
    font-size: 40px;
    width: 82%;
    height: 90%;
    margin: 80px;
    margin-top: 20px;
    position: absolute;
}
.radio{
    display: none;
}
.fleche{
    position: absolute;
    bottom: 30;
    width: 100%;
}
.left{
    position: absolute;
    left: 0;
}
.right{
    position: absolute;
    right: 0;
}
.fl{
    height: 80px;
    width: 100px;
}
.rightt{
    transform: rotate(180deg);
}
.btn{
    position: absolute;
    right: 20px;
    width: 40%;
    height: 80%;
    top: 50px;
    text-decoration: none;
    background-color: #0671b7;
    border-radius: 25px;
    color: white;
}
.btn_text{
    font-size: 80px;
    width: 100%;
    height: 100%;
    position: absolute;
	top:40px;
	bottom: 0;
	left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
 /* The Modal (background) */
 .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 30% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    height: 60%;
    font-size: 80px;
  }
 
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  } 

#code1, #code2, #code3, #code4, #code5{
    width : 80%;
    font-size: 120px;
    height: 170px;
    outline: black;
    border: 1px solid black;
    border-radius: 20px;
    position: absolute;
    left: 10%;
    right: 10%;
}
