/* ===== Fonts ===== */
@charset "UTF-8";
@font-face {
    font-family: 'Twingo';
    src: url('fonts/twingoroulet.woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Twingo2';
    src: url('fonts/twingologo.woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gill';
    src: url('fonts/gillsans.woff');
    font-weight: normal;
    font-style: normal;
}

/* ===== Valeurs globales ===== */
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Gill';
}
a, a:hover {
	text-decoration: none;
	color: rgb(211,32,48);
}
p {
	margin: 0;
}
h1 {
	font-family: 'Twingo';
	font-weight: bold;
	font-size: 2.5em;
	line-height: 45px;
	color: rgba(30, 30, 100, 1);
	text-shadow: 2px 2px rgba(246, 183, 70, 1);
	margin: 10px 0 15px 0;
}
#corps {
	position: relative;
	z-index: 9999;
}

/* ===== Valeurs de référence ===== */
.go { font-family: 'Twingo'; font-size: 1.7em; }
.souligne { text-decoration: underline; }
.attention {
	margin: 15px;
	display: block;
	text-align: center;
	color: yellow;
	text-shadow: 1px 1px black, 1px -1px black, -1px 1px black, -1px -1px black;
	font-size: 1.2em;
}
.img_center {
	text-align: center;
}
iframe.carte {
	width: 650px;
	height: 350px;
	border: 2px solid black;
	border-radius: 25px 0 25px 0;
	box-shadow: 3px 3px 5px white;
	display: block;
	margin: 0 auto;
}
#sponsors {
	background-color: white;
	color: black;
	border: 2px solid black;
	box-shadow: 3px 3px 5px black;
	border-radius: 15px 0 15px 0;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	margin: 20px 0 0 0;
}
	#sponsors img {
		margin: 10px;
	}

/* ===== Formulaire d'inscription ===== */
fieldset {
	text-align: center;
	border-top: 4px solid #C9261F;
	border-left: 4px solid #C9261F;
	border-right: 4px solid #422B85;
	border-bottom: 4px solid #422B85;
	border-radius: 20px 0 20px 0;
	width: 500px;
	margin: 0 auto;
	background-color: #FBD918;
}
	legend {
		font-family: 'Twingo';
		font-size: 1.7em;
		padding: 0 10px;
		margin-left: 15px;
		color: #422B85;
	}
		fieldset:hover legend {
			text-shadow: 1px 0 white, 0 1px white, -1px 0 white, 0 -1px white;
		}
	div.ligne_form {
		margin-bottom: 10px;
		color: black;
	}
	span.label {
		display: inline-block;
		width: 220px;
		text-align: right;
	}
	span.input {
		display: inline-block;
		width: 250px;
		text-align: left;
		font-size: 0.8em;
	}
		span.input input[type=text] {
			height: 15px;
			width: 190px;
			border: 1px solid black;
			border-radius: 5px 0 0 5px;
			font-size: 0.8em;
			font-family: Tahoma, Verdana;
			padding: 0 5px;
		}
		span.input input#pays_autre {
			height: 15px;
			width: 100px;
			border: 1px solid black;
			border-radius: 5px 0 0 5px;
			font-size: 0.8em;
			font-family: Tahoma, Verdana;
			padding: 0 5px;
		}
		span.input select {
			height: 17px;
			border: 1px solid black;
			border-radius: 5px;
			font-size: 0.8em;
			font-family: Tahoma, Verdana;
			padding: 0 3px;
		}
		span.input img.twingo_form {
			position: relative;
			right: 15px;
			top: 6px;
		}
		input.submit {
			height: 35px;
			width: 200px;
			font-size: 1.5em;
			font-weight: bold;
			font-family: 'Twingo';
			padding: 0;
			background: url('img/submit.png');
			border: 0;
			padding-right: 40px;
			margin-top: 10px;
			cursor: pointer;
		}
		input.submit:hover {
			color: #49A783;
		}
textarea {
	width: 190px;
	height: 100px;
	border: 1px solid black;
	border-radius: 5px;
	padding: 5px;
	margin-top: 7px;
}
div.form_incomplet {
	width: 80%;
	margin: 10px auto;
}
	div.form_incomplet ul {
		list-style-image: url('img/puce.png');
	}
		div.form_incomplet ul li {
			color: yellow;
			text-shadow: 1px 1px black, 1px -1px black, -1px 1px black, -1px -1px black;
		}
#affichage {
	display: inline-block;
	height: 20px;
}
#France, #Allemagne, #Belgique, #Suisse, #Luxembourg, #Pays-Bas, #Italie, #Pologne, #Autre {
	display: none;
}

/* ===== PARCOURS ===== */
div#bouton_centre {
	text-align: center;
	overflow: hidden;
}
	div.bouton_jour {
		width: 210px;
		height: 50px;
		margin: 0px 15px 15px;
		background-color: rgba(246, 183, 70, 1);
		border-top: 3px solid rgba(205, 39, 49, 1);
		border-left: 3px solid rgba(205, 39, 49, 1);
		border-bottom: 3px solid rgba(30, 30, 100, 1);
		border-right: 3px solid rgba(30, 30, 100, 1);
		border-radius: 15px 0 15px 0;
		font-family: 'Twingo';
		color: white;
		line-height: 50px;
		font-weight: bold;
		vertical-align: center;
		font-size: 1.2em;
		text-align: center;
		display: inline-block;
	}
		div.bouton_jour:hover {
			font-size: 1.3em;
			text-shadow: 1px 1px black, -1px 1px black, 1px -1px black, -1px -1px black;
		}
