@import url('https://fonts.googleapis.com/css?family=Josefin+Sans|Source+Sans+Pro:300');

body, ol, ul, footer, img, table, td, tr, div {
	padding:0;
	margin:0;
	border:0;
}

p, h1, h2, h3, ol, table, td, ul, footer {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
}

p, h1, h2, h3 {
	padding: 25px 25px 0 25px;
	margin: 0;
}

a {
	color: #35355d;
	text-decoration: none;
	transition: color .5s; /*ease 0*/
}

footer a, footer a:hover {
	color: inherit;
}

a:hover {
	color: #535391;
}

body {
	padding: 25px 0 25px 0;
	min-width: 950px;
	max-width: 1050px;
	height: 722px;
	margin: auto;
	background-color: #eee;
}

#header {
	position: relative;
	background-color: #35355d;
	background: linear-gradient(#51518f, #35355d);
	background: -webkit-linear-gradient(#51518f, #35355d);
	background: -moz-linear-gradient(#51518f, #35355d);
	min-width: 950px;
	max-width: 1050px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	z-index: 4;
	border-radius:25px 25px 0 0;
	box-shadow: 0px 4px 10px -2px #000;
}

#cloche {
	position: relative;
	height: 100px;
	float: right;
	overflow: hidden;
}

.menu-item {
	display: inline;
	float: right;
	color: #fff;
	font-size: 22px;
	margin-top: 38px;
	margin-right: 35px;
	text-transform: lowercase;
	text-decoration: none;
	font-family: 'Josefin Sans', sans-serif;
	line-height:100%;
	opacity: 1;
	transition: opacity .5s; /*ease 0*/
}

.menu-item:hover{
	opacity: 0.5;
	color: #fff;
}

#logo {
	width: 226px;
	height: 60px;
	float: left;
	margin-left: 35px;
	margin-top: 20px;
	opacity: 1;
	transition: opacity .5s; /*ease 0*/
}

#logo:hover{
	opacity: 0.7;
}

#header-decor-1 {
	position: relative;
	background-color: #535391;
	min-width: 950px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	z-index: 3;
	animation: decor .5s .3s 1 forwards;
	-webkit-animation: decor .5s .3s 1 forwards;
	-moz-animation: decor .5s .3s 1 forwards;
	box-shadow: 0px 4px 10px -2px #000;
}

#header-decor-2 {
	position: relative;
	background-color: #7b7bd6;
	min-width: 950px;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	z-index: 2;
	animation: decor .5s .6s 1 forwards;
	-webkit-animation: decor .5s .6s 1 forwards;
	-moz-animation: decor .5s .6s 1 forwards;
	box-shadow: 0px 2px 10px 0px #000;
}

#body-container {
	position: relative;
	min-width: 950px;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	background-color: #e5ecff;
	z-index: 1;
	overflow: hidden;
	animation: body-c 1s .9s 1 forwards;
	-webkit-animation: body-c 1s .9s 1 forwards;
	-moz-animation: body-c 1s .9s 1 forwards;
	box-shadow: 0px 0px 10px -2px #000;
}

#body {
	position: absolute;
	width: 950px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #e5ecff;
	height: 394px;
}

#character {
	margin-top: -25px;
	width: 200px;
	height: 444px;
	float: left;
}

#social {
	position: relative;
	width: 50px;
	height: 394px;
	float: left;
	overflow: hidden;
	z-index: 1;
}

.network {
	width: 50px;
	height: 50px;
	display:block;
	margin-left: -25px;
	margin-top: 24px;
	transition: margin-left .5s; /*ease 0*/
}

.network:hover {
	margin-left: -5px;
}

#video {
	width: 700px;
	height: 394px;
	position: relative;
	float: left;
	border: 0;
	box-shadow: 15px 0px 15px -10px #000;
	z-index: 2;
}

#footer-decor-2 {
	position: relative;
	background-color: #7b7bd6;
	min-width: 950px;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	z-index: 2;
	animation: decor .5s .6s 1 forwards;
	-webkit-animation: decor .5s .6s 1 forwards;
	-moz-animation: decor .5s .6s 1 forwards;
	box-shadow: 0px -2px 10px 0px #000;
}

#footer-decor-1 {
	position: relative;
	background-color: #535391;
	min-width: 950px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	z-index: 3;
	animation: decor .5s .3s 1 forwards;
	-webkit-animation: decor .5s .3s 1 forwards;
	-moz-animation: decor .5s .3s 1 forwards;
	box-shadow: 0px -4px 10px -2px #000;
}

#footer {
	position: relative;
	background-color: #35355d;
	min-width: 950px;
	max-width: 1050px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	z-index: 4;
	border-radius: 0 0 25px 25px;
	animation: footer-s 1s .3s 1 forwards;
	-webkit-animation: footer-s 1s .3s 1 forwards;
	-moz-animation: footer-s 1s .3s 1 forwards;
}

footer {
	color: #eee;
	font-size: 14px;
	text-align: center;
	line-height:100%;
	padding: 19px;
	opacity: 0;
	transition: opacity 1s; /*ease 0*/
}

footer:hover {
	opacity: .5;
}

/*keyframes for multiple browsers*/
@keyframes decor {
	0% {
		height: 0px;
	}
	100% {
		height: 25px;
	}
}
@-webkit-keyframes decor {
	0% {
		height: 0px;
	}
	100% {
		height: 25px;
	}
}
@-moz-keyframes decor {
	0% {
		height: 0px;
	}
	100% {
		height: 25px;
	}
}

@keyframes body-c {
	0% {
		height: 0px;
	}
	100% {
		height: 444px;
	}
}
@-webkit-keyframes body-c {
	0% {
		height: 0px;
	}
	100% {
		height: 444px;
	}
}
@-moz-keyframes body-c {
	0% {
		height: 0px;
	}
	100% {
		height: 444px;
	}
}

@keyframes footer-s {
	0% {
		box-shadow: 0px 4px 10px -2px #000;
	}
	100% {
		box-shadow: 0px -4px 10px -2px #000;
	}
}
@-webkit-keyframes footer-s {
	0% {
		box-shadow: 0px 4px 10px -2px #000;
	}
	100% {
		box-shadow: 0px -4px 10px -2px #000;
	}
}
@-moz-keyframes footer-s {
	0% {
		box-shadow: 0px 4px 10px -2px #000;
	}
	100% {
		box-shadow: 0px -4px 10px -2px #000;
	}
}
