body{
	height: 0;
}
table,
.classement{
	background-color: rgba(255,205,0,1);
	color: rgb(182,30,61);
	border-radius: 30px;
	width: 90vw;
	height: auto;
	/*margin-left: 5vw;
	margin-top: 100px;*/
	display: flex;
	justify-content: center;
	align-items: center;
	border-collapse: collapse;
	padding-top: 10px;
	padding-bottom: 10px;
}

td{
	text-align: right;
}

.tableau td{
	text-align: left;
}

.classement{
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;

}

.classement td{
	text-align: center;
}

.bouton{
	background-color: white;
	color: rgb(183,14,41);
	border: none;
	padding: 5px;
	width: 100%;
	font-weight: bold;
}

.para{
	margin-left: 5vw;
	margin-right: 5vw;
}

.classement tr:nth-child(even){
	background-color: orange;
}

.classement tr:nth-child(odd){
	
}

.classement tr:nth-child(1){
	background-color: initial;
}

.classement{
	width: 70vw;
    margin-left: 15vw;
	height: auto;

}

.formapparait{
	display: none;
}

button{
	width: 100vw;
    background-color: rgba(255,205,0,1);
    border: none;
    color: rgb(182, 30, 60);
    font-weight: bold;
    height: 55px;
    font-size: 20px;
}