@import url('font.css');

/** LOGO **/
div.logo_block {
    width: 416px;
    margin-top: 300px;
    top: -200px;
    position: relative;
    z-index: 9999;
    left: 48px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
   
}
a.logo{
	position: absolute;
}





/** FORMULAIRE **/
input.login{
	width:300px;
	padding: 10px;
	margin:40px 0 0 0;
	font-family: museo500;
	font-size: 18px;
}
input.password{
	width:300px;
	padding: 10px;
	margin:40px 0 0 0;
	font-family: museo500;
	font-size: 18px;
}
input.connexion{
	width: 150px;
	padding: 13px 10px;
	margin:40px 0 0 0;
	font-family: museo500;
	font-size: 18px;
	text-transform: uppercase;
}
p.form_description{
	margin-top: 5px;
	font-style: italic;
}
a.index_links{
	color:#fff;
	text-decoration: underline;
	font-weight: bolder;
}




/** BOUTON POUR ACTIVER LA VIDEO **/
#teaser {
	text-align:center;
	color:#fff;
	padding:50px 0;
	position:relative;
	z-index:1;
}

#teaser a.btn {
	font-family: museo500;
	font-size:20px;
	font-weight:normal;
	text-shadow:1px 1px 1px rgba(0,0,0,.25);
}

#teaser-expand {
	display:none;
	position:relative;
	width:940px!important;
}

#teaser-expand.opened {
	display: block;
}

#teaser-expand iframe {
	border:5px solid #fff;
	margin-top: 65px
}

#teaser .btn {
	margin-top:40px
}

.btn-xlarge {
	padding: 17px 50px;
	font-size: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-transform:uppercase;
	font-weight:bold;
}




/** IMPORTANT NE PAS TOUCHER – POUR FAIRE DEFILER L'IMAGE DANS LE FOND ROSE **/
.section-odd, .section-even {
	/*padding:40px 0;*/
	position: relative
}
.section-odd {
	background:transparent
}
/* clouds animation */
.animated-bckg {
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:-4
}
.clouds {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  overflow:visible;
}
.clouds {
  background-image: url(../images/cloudstopigs.png);
  background-repeat: repeat-x;
}
/** IMPORTANT NE PAS TOUCHER – POUR FAIRE DEFILER L'IMAGE DANS LE FOND ROSE **/















