/**
 * Tablepress
**/

.panneau .tablepress-table-name{
	padding: 12px 0;
	font-size: 1.4em;
	text-align: center;
}
.panneau .tablepress{
	margin: 0 0 20px 0;
	border: 1px solid rgb(240,240,240);
}
	.panneau .tablepress caption{
		display: none;
	}
	.panneau .tablepress thead th{
		font-weight: 400;
		text-align: center;
		padding: 18px 20px;
		font-size: 0.9em;
		line-height: 1.4em;
	}
	.panneau .tablepress td{
		padding: 10px;
		vertical-align: middle;
		font-size: 0.9em;
		line-height: 1.4em;
	}
	.panneau .tablepress tbody td, .panneau .tablepress tfoot th{
		border-top: 1px solid rgb(240,240,240);
	}
	.panneau .tablepress .odd td{
		background-color: rgb(245,245,245);
	}
	.panneau .tablepress .even td {
		background-color: rgb(250,250,250);
	}
	
	
@media screen and (max-width: 720px){

	.panneau .tablepress thead th{
		padding: 12px 10px;
		font-size: 0.9em;
	}
	.panneau .tablepress td{
		padding: 8px 10px;
		font-size: 0.8em;
	}
}

@media screen and (max-width: 480px){

	panneau .tablepress thead th{
		font-size: 0.8em;
	}
	.panneau .tablepress td{
		font-size: 0.7em;
	}
}