@charset "UTF-8";

.container_concours {
	width: 95%;
	max-width: 700px;
	margin: 0 auto 40px;
}
.container_concours h3 {
	margin: 40px 0 10px 0;
	background: #00489d;
	font-size: 1.5rem;
	line-height: 1.4;
	color: #fff;
	padding: 5px 10px;
}
.container_concours h3:first-child {
	margin: 20px 0 10px 0;
}
#concours table {
	width: 100%;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	font-size: 1.4rem;
	line-height: 1.4;
}
#concours table th {
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background: #eee;
	padding: 5px;
	white-space: nowrap;
}
#concours table td {
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 5px;
}
#concours table td.exp {
	font-size: 1.3rem;
	background: #f9f9f9;
}
@media (max-width: 768px) {
	#concours table th span {
		display: block;
		font-size: 1.3rem;
	}
}
@media (min-width: 769px) {
	.container_concours h3 {
		margin: 60px 0 20px 0;
		font-size: 1.8rem;
		padding: 10px 15px;
	}
	.container_concours h3:first-child {
		margin: 40px 0 20px 0;
	}
	#concours table {
		font-size: 1.5rem;
	}
	#concours table th {
		padding: 7px 10px;
	}
	#concours table th span {
		padding-left: 15px;
	}
	#concours table td {
		padding: 7px 10px;
	}
	#concours table td.exp {
		font-size: 1.4rem;
	}
}
