/*style tableau*/
table
{
	grid-column: 1/3;
}

table, th, td
{
	border: 1px solid black;
	border-collapse: collapse;
	padding: 10px;
	text-align: center;
}

thead
{
	background-color: rgb(168, 168, 168);
}

td:first-child
{
	background-color: rgb(168, 168, 168);
}

caption
{
	font-weight: bold;
	margin-bottom: 10px;
	background-color:rgba(102, 102, 102, 0.74);
	font-size: 2rem;
}