html{
    font-size:100%;
    
}
body{
    width:100%;
	margin:auto;
    font-size:15px;
    text-align: center;
    font-family: "Gill Sans", sans-serif;
    background-color: white;
}

#house{
	background-color: #D1D1D1;
	width: 80%;
    box-shadow: 0px 0px 10px #000;
	border-radius: 10px;
	display: block;
	text-align: center;
	height: auto;
	margin: auto; 
}

h1{
	color:#DD4A48;
}

h1.titresite{
    font-size:90px;
    text-shadow: black 0em 0.1em 0.1em;
}

a{
    color:#DD4A48;
    cursor:pointer;
    outline: none;
    text-decoration: none;   
}

td{
    padding: 0.5%;
    color: black;
	text-align: center;
}

td.structure{
    vertical-align:top;
    
}

#jeu{
	background-color: #EFEFEF;
	width: auto;
	margin:auto;
	border-radius: 10px;
	display: block;
	text-align: center;
	height: auto; 
}

#jeu4,#perdu,#gagne{
    width:100%;
}

#jeu2{
	display:block;
}

#jeugagne,#jeuperdu{
	display:none;
}

input{
    font-size:20px;
    background-color: #DD4A48;
	text-align: center;
}

#menurecap{
	width: 100%;
	background-color: #EFEFEF;
	border-radius: 10px;
	color: black;
	
}

p.menu{
        margin:10px ;
        text-align:left;
    
    
}
#savescore{
	width: 100%;
	background-color: #EFEFEF;
	border-radius: 10px;
    text-align: center;
    color: black;
}

#score{
    margin: 1%;
}

#aa{
	text-indent: 5px;
	float: left;
}

#compt{
	margin-left: 1%;
}

#timeAff{
	margin-left: 1%;
}

button{
    cursor:pointer;
	margin: 1%;
	line-height: 2;
	background-color:#DD4A48;
	border-color:#DD4A48;
	border-radius: 15px;
	color: black;
	width: auto;
	height: auto;
    padding: 100% auto;
    font-size:15px;
}

button:hover{
	margin: 1%;
	background-color:#DD4A48;
    box-shadow: 0px 0px 10px #000;
	border-color:#DD4A48;
	border-radius: 15px;
	color: black;
	width: auto;
	height: auto;
    padding: 100% auto;
}

footer{
    height: 100%;
    width: 80%;
    box-shadow: 0px 0px 10px #000;
    padding-top: 0.1%;
    padding-bottom: 0.1%;
    text-align: center;
    background-color: #DD4A48;
    color: black;
    border-radius: 10px; 
}

.btnPopup{
    cursor:pointer;
}


.overlay{
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    left:0px;
    top:0px; 
    width:100%;
    height:100%;
    display:none;
}

.popup{
    margin: 20% auto;
    width:70%;
    text-align: left;
    background-color:#D1D1D1;
    border-radius:5px;
    padding: 1em;
}


.btnClose{
    float:right;
    cursor:pointer; 
}