/*
*	appuser.css
*/
body {
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#page {
	position: relative;
	height: 100%;
}

	.easing {
		transition: all 0.7s ease-out 0s;
	}

/*Les sections (pages)*/
/* page 1 */
#section0 {
	background-image: url('../picture/crowd.png');
	background-position: center bottom;
    background-size: cover;
}

	.section {
		position: relative;
		-moz-box-sizing: border-box;
		text-align: center;
	}
	
	.section.table, .slide.table {
		display: table;
		width: 100%;
	}
	
	.tableCell {
		width: 100%;
		height: 100%;
		vertical-align: middle;
		display: table-cell;
		color: #ffffff;
	}
	
		.intro {
			width: 850px;
			height: auto;
			margin: 0 auto;
			padding: 0;
		}
			a {
				color: #ffffff;
				text-decoration: none;
				border: 0 none;
				font-family: "Kozuka Gothic Pro B",Open Sans,Helvetica,Tahoma,Verdana,Arial,sans-serif;
				font-weight: bold;
				font-size: 18px;
				text-transform: uppercase;
			}
				a span {
					float: left;
					margin: 20px 0 20px 90px;
					letter-spacing: 0.075em;
				}
				
					a span:hover { color: #D85454; text-shadow: 0px 0px 15px #D85454; }
		
			.left {
				position: relative;
				background-image: url('../picture/left.png');
				width: 269px;
				height: 63px;
				margin: 0 auto;
				z-index: 1;
				display: inline-block;
				top: 128px;
				left: 7px;
				float:left;
			}
				a span.user {color: #D85454; text-shadow: 0px 0px 15px #D85454;}
			
			.center {
				position: relative;
				background-image: url('../picture/center.png');
				width: 303px;
				height: 320px;
				margin: 0 auto;
				z-index: 3;
				display: inline-block;
			}
				
				.center .illustrator {
					background-image: url('../picture/logo.png');
					width: 240px;
					height: 68px;
					margin: 99px auto 30px auto;
					display: block;
				}
				
				.center h3 {
					font-family: "Lobster 1.4", Open Sans, Helvetica, Tahoma, Verdana, arial, sans-serif;
					font-size: 24px;
					font-weight: normal;
					color: #f1f1f1;
					margin: 0 auto;
				}
			
			.right {
				position: relative;
				background-image: url('../picture/right.png');
				width: 269px;
				height: 63px;
				margin: 0 auto;
				z-index: 2;
				display: inline-block;
				top: 128px;
				right: 7px;
				float: right;
			}
			
				a span.proR {
					float: left;
					margin: 20px 0 20px 50px;
				}

/* page 2 */
#section1 {
	background-color: #ffffff;
	background-position: center bottom;
    background-size: cover;
}

	.intro2{
		max-width: 960px;
		height: auto;
		margin: 70px auto;
		padding: 0;
		overflow: hidden;
	}
	
		h1 {
			color: #D85454;
			font-family: "Kozuka Gothic Pro L",Open Sans,Helvetica,Tahoma,Verdana,Arial,sans-serif;
			font-size: 38px;
			font-weight: 300;
			transition: all 0.3s ease 0s;
			margin: 0 0 60px 0;
		}
	
	.container {
		float:left;
		width: auto;
		height: auto;
		margin: 10px 0;
	}
	
		
		.container .loupe {
			background-image: url('../picture/illustrationScreen.png');
			width: 661px;
			height: 346px;
			margin: 50px auto;
			padding: 0;
		}
		
		.container .content {
			margin: 10px 30px;
			width: auto;
			text-align: left;
		}
		
			.container .content h2 {
				color: #4B4B4B;
				font-family: "Lucida Grande",Tahoma,Helvetica,Verdana,Arial,sans-serif;
				font-size: 22px;
				font-weight: bold;
				margin: 10px 0 16px;
				padding: 0;
				text-align: left;
				text-transform: uppercase;
			}
			
			.container .content p{
				color: #4B4B4B;
				font-family: "Lucida Grande",Tahoma,Helvetica,Verdana,Arial,sans-serif;
				font-size: 13px;
				font-weight: normal;
				margin: 0;
				padding: 0;
				text-align: left;
			}
	/*Positionnement inversé*/
	.container2 {
		float:left;
		margin: 20px 0;
	}
	
		
		.container2 .loupe2 {
			background-image: url('../picture/illustrationScreen2.png');
			width: 358px;
			height: 464px;
			margin: 0;
			padding: 0;
			float: right;
			display: inline-block;
		}
		
		.container2 .content2 {
			margin: 100px 30px;
			width: 500px;
			float:left;
			display: inline-block;
			text-align: left;
		}
		
			.container2 .content2 h2 {
				color: #4B4B4B;
				font-family: "Lucida Grande",Tahoma,Helvetica,Verdana,Arial,sans-serif;
				font-size: 22px;
				font-weight: bold;
				margin: 10px 0 16px;
				padding: 0;
				text-align: left;
				text-transform: uppercase;
			}
			
			.container2 .content2 p{
				color: #4B4B4B;
				font-family: "Lucida Grande",Tahoma,Helvetica,Verdana,Arial,sans-serif;
				font-size: 13px;
				font-weight: normal;
				margin: 0;
				padding: 0;
				text-align: left;
			}
		
/* page 3 */
#section2 {
	background-image: url('../picture/carte.png');
	background-position: center bottom;
    background-size: cover;
}

	.world {
		background-color: #ffffff;
		max-width: 940px;
		min-width: 640px;
		height: auto;
		margin: 0 auto;
		opacity: 0.8;
	}
		
		.world h1 {
			color: #D85454;
			font-family: "Kozuka Gothic Pro L",Open Sans,Helvetica,Tahoma,Verdana,Arial,sans-serif;
			font-size: 38px;
			font-weight: 300;
			margin: 0;
			padding: 30px 0 30px 0;
			transition: all 0.3s ease 0s;
		}
		
		.world p{
				color: #4B4B4B;
				font-family: "Lucida Grande",Tahoma,Helvetica,Verdana,Arial,sans-serif;
				font-size: 13px;
				font-weight: normal;
				margin: 0;
				padding: 0 40px 50px 40px;
				text-align: left;
			}
	
/* page 4 */
#section3 {
	background-color: #f6f8f9;
	background-position: center bottom;
    background-size: cover;
}
	.reseau {
		max-width: 940px;
		min-width: 640px;
		height: auto;
		margin: 30px auto 140px auto;
		overflow: hidden;
	}
		
		.reseau h1 {
			color: #D85454;
			font-family: "Kozuka Gothic Pro L",Open Sans,Helvetica,Tahoma,Verdana,Arial,sans-serif;
			font-size: 38px;
			font-weight: 300;
			margin: 0;
			padding: 0 0 130px 0;
			transition: all 0.3s ease 0s;
		}
		
		.reseau .timeline {
			float:left;
			width: 320px;
			margin: 0 100px 120px 30px;
		}
			
			.reseau .timeline h2 {
				font-family: "Kozuka Gothic Pro L",Open Sans,Helvetica,Tahoma,Verdana,Arial,sans-serif;
				font-size: 28px;
				font-weight: 300;
				line-height: 42px;
				color: #4b4b4b;
				margin: 0;
				padding: 30px 0 30px 0;
				text-align: left;
				
			}
		
			.reseau .timeline p {
				color: #4B4B4B;
				font-family: "Lucida Grande",Tahoma,Helvetica,Verdana,Arial,sans-serif;
				font-size: 13px;
				font-weight: normal;
				line-height: 24px; 
				margin: 0;
				padding: 0;
				text-align: left;
			}

/*Partie droite (channel)*/
.channel {
	float:left;
}			
	
	.channel ul {
		margin: 0;
		padding: 0;
	}
		.channel ul.list-channel {
			list-style: none outside none;
			float: left;
			margin: 60px 0 0 0;
		}
		
			.channel ul.list-channel li {
				float: left;
				padding: 12px 8px;
				text-align: center;
				width: 100px;
			}
			
				.channel ul.list-channel li img {
					width: auto;
					height: auto;
					margin-bottom: 10px;
					vertical-align: middle;
					border: 0 none;
				}
				
				.channel ul.list-channel li span {
					color: #4B4B4B;
					font-family: "Lucida Grande",Tahoma,Helvetica,Verdana,Arial,sans-serif;
					font-size: 13px;
					font-weight: normal;
					line-height: 24px; 
				}
		
		
	.img {
		float: left;
		height: 110px;
		padding: 80px 0 35px;
		position: relative;
		width: 100%;
	}
	.img .img-animated {
		animation: 90s linear 0s normal none infinite timelineFlow;
		background: url('../picture/timeline.png') repeat-x scroll center center rgba(0, 0, 0, 0);
		width: 100%;
		height: 110px;
		margin: 0;
		padding: 0;
		float:left;
	}