.statistiques {
	padding : 0 0.5em 0 0.5em;
	margin : 1em 0 0.5em 1em;
	display : inline-block;
	margin-top : 0 !important ;
	margin-bottom : 0 !important ;
	position : fixed ;
	right : 1vh ;
	top : 4em;
	border : 1px solid #808080 ;
	border-top-left-radius : 1em;
	border-bottom-left-radius : 1em;
	padding : 1em ;
	background-color : #EFEFEF ;
	max-width: 80vw;
	max-height : 75vh;
	overflow-x : hidden;
	overflow-y : auto ;
	z-index : 600 ;
	width : 40vw ;
	font-family : times serif;
	text-align : justify ;
}

.statistiques > header {
	display : block;
	height : 1em ;
}

.statistiques   hr {
	border : 1.5px solid #6099CF ;
	margin-bottom : 0 ;
}

.statistiques > section > nav {
	display : inline-block ;
	background-color : #6099CF ;
	color : white ;
	margin-bottom : 0.5em ;
	padding: 0.1em 0.5em;
}

.statistiques .section ~ div {
	margin-top : 0.5em ;
}

.statistiques .details {
	text-align : left ;
	display : none ;
}

.statistiques .number {
	display : inline-block ;
	width : 3em;
	text-align : right ;
}

.statistiques table {
	border-collapse : collapse ;
}

.statistiques td, .statistiques th {
	border : 1px solid #6099CF ;
	padding : 0.5em ;
	text-align : center ;
}

.statistiques thead tr th:first-child {
	border : none !important ;
}

.statistiques .elements {
	display : none ;
}

.statistiques .elements ul#noms {
	column-count : 3 ;
}

.statistiques li {
	margin-bottom : 0.5em;
}
