/* ------------------ GLOBAL ------------------ */

* { padding: 0; margin: 0; }
div.clear { clear: both; }

body {
	background: whitesmoke;
}

.light {font-weight: 400;}
.center {text-align: center;}
.open {font-family: 'Open Sans Condensed', sans-serif;}
.white {color: white;}
.padding5 {padding: 5px;}
.block {display: block;}
.blue {color: dodgerblue;}
.block95 {width: 95%; margin: auto;}

div.conditions {font-size: 11px;}

h1.galerie {cursor: pointer;}
h1.galerie:hover {text-decoration: underline;}




/* HEADER */
ul#main_menu {position: absolute; z-index: 1; left: 0px; top: 340px; font-family: 'Open Sans Condensed', sans-serif; font-size: 20px;}
ul#main_menu li {display: inline-block; padding-right: 10px; padding-left: 10px; border-right: 1px solid #fff; line-height: 16px;}
ul#main_menu li:first-child {padding-left: 0px;}
ul#main_menu li:last-child {border-right: none;}
ul#main_menu li a {text-decoration: none; color: white; text-transform: uppercase; text-shadow: 0px 1px 2px #000;}
ul#main_menu li a:hover {color: paleturquoise;}



/* CONTENT */
img#home_banner {
	position: relative;
	z-index: 1;
}

div#home_slider {
	padding: 5px;
	background: #222;
	margin-top: -37px;
	position: relative;
	z-index: 0;
	padding-top: 0px;
}

div#home_slider a.carousel-control {
	top: 47%;
}

div#home_slider a#slide_to_galerie {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

div.span12#youtube iframe {
	width: 930px;
	height: 460px;
	border: 5px solid #444;
	margin-top: 20px;
}

div#inscription {
	text-align: center;
	margin-bottom: 20px;
}

div#inscription div.control-group {margin-bottom: 5px;}

div#inscription label {text-align: center;}
div#inscription label.mini {font-size: 11px; line-height: 13px; padding: 0px 10px; margin-bottom: 10px;}

div#inscription hr {border-bottom-color: #006BBD; border-top-color: #02518D;}

div#bordered {
	border: 5px solid #444;
	background: white;
	padding-top: 20px;
}

span.ecurie {position:absolute; left:5px; font-size: 12px;}
div.progress {position:relative;}


/* FOOTER */
div.container.footer {
	margin-bottom: 30px;
}

div.container.footer center img {
	margin: auto 15px;
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
ul#main_menu {top: 260px; left: -10px;}
div.span12#youtube iframe {width: 714px; height: 350px;}
h1 {font-size: 32px;}
h3 {font-size: 19px;}
div#inscription {padding: 1px 0px 2px;}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
div#home_slider {margin-top: -7%;}
div.span12#youtube iframe {width: 100%; height: 200px;}
div#inscription input {width: 90%; margin: auto;}
.countdownHolder {font-size: 25px;}
}

/* Landscape phones and down */
@media (max-width: 320px) {
.countdownHolder {font-size: 25px;}
}
