/*!
 * Copyright (c) 2013, Aereo Inc.
 * Created: Thu Sep 05 2013 14:40:50 GMT-0400 (EDT)
 */
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}
 element { 
   zoom: 1; /*offre le layout à un élément (*)*/
   display: inline;
}
 
.header{
	width: 100%;
	position: relative;
	background-color: #FFF;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.3);
	box-shadow: 0 2px 10px rgba(0,0,0,.3);
	height: 250px;
	z-index: 10;
	background-repeat: no-repeat;
}
.header a{

}
.header.fixed{position:fixed;top:0;margin-bottom:95px}
.header .header-content{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.logo{
	width: 120px;
	background: url(/images/logo.png) center left no-repeat;
	display: inline-block;
	cursor: pointer;
	float: left;
}
.header .header-copy{
	/* [disabled]display: inline-block; */
	padding: 45px 0 0 16px;
	vertical-align: top;
	line-height: 0.9;
	float: left;
	margin-right: 20px;
}
.header .header-copy .watch-copy{
	font-family: 'vag_rounded-boldregular';
	font-size: 1.6em;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	color: #FFF;
	text-shadow: 1px 1px 3px #46197D;
}

.ombrage{
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.3);
	box-shadow: 0 2px 4px rgba(0,0,0,.3);
}

.footer-nav .footer-nav-items{
	/* [disabled]background-color: #5D5D5D; */
	/* [disabled]width: 100%; */
	height: 38px;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.3);
	box-shadow: 0 2px 4px rgba(0,0,0,.3);
}
.footer-nav .footer-nav-items ul{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 1010px;
	/* [disabled]background-color: #5D5D5D; */
}

.h1{
	font-family: 'FuturaCondensedNormalRegular';
	font-size: 2em;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	color: #FFFFFF;
	line-height: 1;
}

.h2{
	font-family: 'FuturaCondensedNormalRegular';
	font-size: 1.7em;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.h3{
	font-family: 'FuturaCondensedNormalRegular';
	font-size: 1.5em;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	line-height: 1;
}

.h4{
	font-family: 'FuturaCondensedNormalRegular';
	;
	font-size: 1.5em;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.nav{
	font-family: 'tandelleregular';
	;
	font-size: 1.7em;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	/* [disabled]color: #657abb; */
}

.h5{
	font-family: 'FuturaCondensedNormalRegular';
	;
	font-size: 1.2em;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	/* [disabled]color: #657abb; */
}

/* Effect 5: same word slide in */
.cl-effect-5 a {
	overflow: hidden;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	/* [disabled]font-weight: 700; */
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* Effect 5: same word slide in and border bottom */

#nav li{
	display: inline;
	list-style: none; /* pour enlever les puces sur IE7 */
	text-align: center;
	/* [disabled]border-left: 1px solid #fff; */
}

.grayscale img
{
    filter: saturate(0);
    -webkit-filter: saturate(0);
    -moz-filter: saturate(0);
    -o-filter: saturate(0);
    -ms-filter: saturate(0);
	transition:linear;
}
.grayscale img:hover
{
    filter: saturate(1);
    -webkit-filter: saturate(1);
    -moz-filter: saturate(1);
    -o-filter: saturate(1);
    -ms-filter: saturate(1);
}

.border img
{
	border: 1px solid #858585;
	/* [disabled]width: 100px; */
}
.border img:hover
{
	border: 1px solid #ffed30;
	/* [disabled]width: 100px; */
}

li a{
	display: inline-block;
	width: 140px;
	text-decoration: none;
	outline: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #FFFFFF;
	margin-top: 9px;
}

li a:hover, li a:focus, li a:active {
	/* [disabled]background: none repeat scroll 0 0 #8e57b9; */
	color: #FFD940;
	/* [disabled]height: 28px; */
}

a:link.contenu {
	color: #ffed30;
}
a:active.contenu {
	color: #ffed30;
}
a:visited.contenu {
	color: #ffed30;
}
a:hover.contenu {

	color: #ffffff
	outline: none;
	color: #ffed30;
	text-decoration: underline;
}

#bloc {
	width: 1200px;
	height: auto;
	/* [disabled]background-color: #fff; */
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 25px;
	position: relative;
}

#bloc-txt {
	width: 350px;
	height: auto;
	padding: 0 25px;
	position: relative;
}

.bloc-img-season {
	width: 500px;
	height: 500px;
	padding: 20px;
	float:left;
}

.bloc-txt-season {
	width: 500px;
	height: 500px;
	padding: 20px;
	float:left;
}

#infos_contact {
	text-align: center;
	margin: 5px;
	line-height: 1.2;
	background-image: url(../images/px-bgrd.png);
	width: 300px;
	height: auto;
	padding: 10px;
}

.picto {
	width: 70px;
	height: 70px;
	float: left;
}

#footer{
	width: 100%;
	height: 70px;
	background-color: #666666;
	text-align: center;
	margin: auto;
	position: fixed;
	bottom: 0px;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.3);
	box-shadow: 0 0 4px rgba(0,0,0,.3)
}
