@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	width: 100%;
	

	overflow-x: hidden;


}
body,html {
	 padding: 0;
	 margin: 0;
}
div, * {
	 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
#wrapper {
	height: 3000px;width: 100%;
	overflow: hidden;
	background: #cca177; /* Old browsers */
	background: -moz-linear-gradient(top,  #0b5956 0%, #587784 20%, #956d87 51%, #cca177 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b5956), color-stop(20%,#587784), color-stop(51%,#956d87), color-stop(100%,#cca177)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0b5956 0%,#587784 20%,#956d87 51%,#cca177 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0b5956 0%,#587784 20%,#956d87 51%,#cca177 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0b5956 0%,#587784 20%,#956d87 51%,#cca177 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0b5956 0%,#587784 20%,#956d87 51%,#cca177 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b5956', endColorstr='#cca177',GradientType=0 ); /* IE6-9 */
}

/* ----------------- snow --------------------- */

.snowflakes {
	font-size: 40px;
}
div#snow  {
	position: absolute;
	top: 0;left: 0;
	height: 3000px;width: 100%;
	z-index: 2;
	overflow: hidden;
}
div#snow * {
	font-size: 2em;
}

/* ----------------- clouds --------------------- */
div#cloudsContainer  {
	display: none;
	position: fixed;
	top: 0px;left: 0px;
	opacity:1;
	text-align: left;
	width: 100%;
	opacity: .5;
	height: 200px;
}

div#clouds1,
div#clouds2
  {
	position: absolute;
	top: 0px;left: 0;
	height: 200px;
	text-align: left;
	width: 100%;
	overflow: hidden;
	opacity: .5;
}
div#clouds2  {
	left: 100%;
}
div#clouds1 img,
div#clouds2 img
 {
	width: 20%;float: left;margin: 10% 2%;
}
/* ----------------- sapins --------------------- */

div#sapins  {
	position: fixed;
	bottom: 0px;left: 0;
	height: 3000px;width: 100%;
	z-index: 3;
	overflow: hidden;
}
div#sapins img {
	position: absolute;
	width: 85%;
}
div#sapins img.sapin1l {
	opacity:.5;
	bottom: -4%;left: -10%;padding-left: -50%;
}
div#sapins img.sapin1r {
	opacity:.5;
	bottom: -4%;right:-10%;padding-right: -50%;
}
div#sapins img.sapin2l {
	opacity:.7;
	bottom: -3%;left: -18%;padding-left: -50%;
}
div#sapins img.sapin2r {
	opacity:.7;
	bottom: -3%;right: -18%;padding-right: -50%;
}
div#sapins img.sapin3l {
	bottom: -2%;left: -25%;padding-left: -50%;
}
div#sapins img.sapin3r {
	bottom: -2%;right: -25%;padding-right: -50%;
}

/* ----------------- voeux --------------------- */

#voeux {
	display: none;
	width: 100%;
	position: fixed;
	top: 10%;left: 0;
}
#voeux * {
	color: #fff;
}
#voeux h1,
#voeux h2,
#voeux h3,
#voeux #logo
 {
 	display: block;
 	width: 100%;
 	text-align: center;
	font-weight: 200;
	line-height: 1em;
	margin: 10px 0;
}
#voeux h1{
	font-family: 'Sacramento', cursive;	position: relative;
	font-size: 60px;
	line-height: 80px;
	height: 82px;
	overflow: hidden;
}
#voeux h2{
	font-family: 'Titillium Web','TitilliumText25L', "Open Sans";
	text-transform: uppercase;
	position: relative;
	font-size: 5em;
	line-height: 70px;
	height: 70px;
	overflow: hidden;
}
#voeux h3{
	font-family: 'Titillium Web','TitilliumText25L', "Open Sans";
	text-transform: uppercase;
	font-size: 185px;
	line-height: 135px;
	height: 145px;
	overflow: hidden;
}
#voeux #logo a {
	display: block;
}
#voeux #logo img {
	max-width: 370px;
	height: auto;
}
/* ----------------- bouton --------------------- */
a.button {
	display: block;
	position: absolute;
	z-index: 99;
	top: 70%;left: 50%;
	width: 120px;height: 120px;
	margin-left:-60px;
	border: 5px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 99;
	color: #fff;
	text-indent: -999em;
	opacity:.51;
	-webkit-transition:  0.3s ease-in-out;
    -moz-transition:  0.3s ease-in-out;
    transition:  0.3s ease-in-out;
    text-align: center;
}
a.button span {
	display: block;	
	opacity: 0;
	-webkit-transition:  0.3s ease-in-out;
    -moz-transition:  0.3s ease-in-out;
    transition:  0.3s ease-in-out;
	margin: 15px;
	border: 2px solid #fff;
	width: 80px;height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
a.button:hover {
	opacity: 1;
	border:7px solid #fff;
	width: 125px;height:125px;
	margin-left: -63px;
	margin-top: -2px;
}
a.button:hover span {
	opacity: 1;
}
#bottom {
	 top: 0;
}


@media screen and (max-width:660px)  {
	div#clouds1,
	div#clouds2
	  {
		height: 100px;
	}
	div#clouds1 img,
	div#clouds2 img
	 {
		width: auto;
		height: 50px;
	}
	
	div#sapins img {
		position: absolute;
		width: 85%;
	}
	#voeux h1{
		font-size: 34px;
		line-height: 40px;
		height: 44px;
		overflow: hidden;
	}
	#voeux h2{
		font-size: 3em;
		line-height: 40px;
		height: 40px;
	}
	#voeux h3{
		font-size: 110px;
		line-height: 87px;
		height: 90px;
	}
	#voeux #logo img {
		max-width: 240px;
	}

}
