/*
*	appuserpro.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.proR {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;
					color: #D85454;
					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;
	}
	
		.intro2 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 30px 0;
		}
		
		.intro2 p{
			color: #4B4B4B;
			font-family: "Lucida Grande",Tahoma,Helvetica,Verdana,Arial,sans-serif;
			font-size: 18px;
			line-height: 28px;
			font-weight: normal;
			margin: 0;
			padding: 0;
			text-align: center;
		}
	
	.container {
		float:left;
		margin: 150px 0;
	}
	
		.container .block {
			width: 250px;
			height: 250px;
			margin: 0 35px 50px 35px;
			padding: 0;
			float: left;
			display: inline-block;
		}
			
			/*Icône Création*/
			.container .block .icon-create {
				background-image: url('../picture/icon_create.png');
				width: 101px;
				height: 101px;
				margin: 0 auto 15px auto;
				padding: 0;
			}
			
			/*Icône Diffusion*/
			.container .block .icon-diffusion {
				background-image: url('../picture/icon_diffusion.png');
				width: 101px;
				height: 101px;
				margin: 0 auto 15px auto;
				padding: 0;
			}
			
			/*Icône photo*/
			.container .block .icon-picture {
				background-image: url('../picture/icon_picture.png');
				width: 100px;
				height: 101px;
				margin: 0 auto 15px auto;
				padding: 0;
			}
			
			/*Icône album*/
			.container .block .icon-album {
				background-image: url('../picture/icon_album.png');
				width: 100px;
				height: 101px;
				margin: 0 auto 15px auto;
				padding: 0;
			}
			
			/*Icône statistique*/
			.container .block .icon-stats {
				background-image: url('../picture/icon_stats.png');
				width: 100px;
				height: 101px;
				margin: 0 auto 15px auto;
				padding: 0;
			}
			
			/*Icône évolution*/
			.container .block .icon-evolution {
				background-image: url('../picture/icon_evolution.png');
				width: 100px;
				height: 101px;
				margin: 0 auto 15px auto;
				padding: 0;
			}
			
				.container .block .content {
					margin: 0;
					width: auto;
					float:left;
					display: inline-block;
					text-align: left;
				}
				
					.container .block .content h2 {
						color: #D85454;
						font-family: "Lucida Grande",Tahoma,Helvetica,Verdana,Arial,sans-serif;
						font-size: 18px;
						font-weight: bold;
						margin: 10px 0 16px;
						padding: 0;
						text-align: center;
						text-transform: uppercase;
					}
					
					.container .block .content p{
						color: #4B4B4B;
						font-family: "Lucida Grande",Tahoma,Helvetica,Verdana,Arial,sans-serif;
						font-size: 13px;
						line-height: 20px;
						font-weight: normal;
						margin: 0;
						padding: 0;
						text-align: center;
					}
		
/* page 3 */
#section2 {
	background-color: #f6f8f9;
	background-position: center bottom;
    background-size: cover;
	box-shadow: 0px 0px 8px #c8cdd4;
	z-index:1;
}

	#section2 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 30px 0;
		transition: all 0.3s ease 0s;
	}
	
	#section2 p{
		color: #4B4B4B;
		font-family: "Lucida Grande",Tahoma,Helvetica,Verdana,Arial,sans-serif;
		font-size: 18px;
		line-height: 28px;
		font-weight: normal;
		margin: 0 0 90px 0;
		padding: 0;
		text-align: center;
	}
		
	.event-design {
		background: url('../picture/event1.png') no-repeat scroll center center rgba(0, 0, 0, 0);
		width: 100%;
		height: 148px;
		margin: 0 auto 80px auto;
	}
	
		#section2 ul {
			width: 900px;
			margin: 0 auto;
			padding: 0;
			text-align: left;
		}
			
			#section2 ul li {
				list-style-type: none;
				display: inline-block;
				margin: 10px;
				float: left;
				width: 280px;
				height: 120px;
			}
			
			#section2 ul li .intro {
				width: auto;
				height: auto;
				float:left;
			}
			
				#section2 ul li .intro span {
					width: 18px;
					height: 18px;
					border: 2px solid black;
					border-radius: 15px;
					float:left;
					padding: 1px 0 0 0;
					font-family: "Lucida Grande",Tahoma,Helvetica,Verdana,Arial,sans-serif;
					font-size: 12px;
					color: #000000;
					font-weight: bold;
					text-align: center;
				}
				#section2 ul li .intro h2 {
					width: 238px;
					color: #2b323c;
					font-family: "Kozuka Gothic Pro",Open Sans,Helvetica,Tahoma,Verdana,Arial,sans-serif;
					font-size: 15px;
					font-weight: bold;
					text-transform: uppercase;
					margin: 2px 0 0 10px;
					padding: 0;
					transition: all 0.3s ease 0s;
					display: inline-block;
					float:left;
				}
				
				#section2 ul li p {
					width: 250px;
					height: auto;
					font-family: "Lucida Grande",Tahoma,Helvetica,Verdana,Arial,sans-serif;
					font-size: 12px;
					font-weight: normal;
					color: #2b323c;
					line-height: 18px;
					margin: 10px 0;
					padding: 0;
					text-align: left;
					left: 0;
					text-indent: 0px;
					float:left;
				}
/*page 4*/
#section3 {
	background-color: #ffffff;
	background-position: center bottom;
    background-size: cover;
}

	.intro3{
		max-width: 960px;
		height: auto;
		margin: 70px auto;
		padding: 0;
		overflow: hidden;
	}
	
		.intro3 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 30px 0;
		}
		
		.intro3 p{
			color: #4B4B4B;
			font-family: "Lucida Grande",Tahoma,Helvetica,Verdana,Arial,sans-serif;
			font-size: 18px;
			line-height: 28px;
			font-weight: normal;
			margin: 0;
			padding: 0;
			text-align: center;
		}
	
	.container {
		float:left;
		margin: 150px 0;
	}
	
		/* (participation à des salons pro) */
		.container .lounge {
			width: 254px;
			height: auto;
			margin: 0 35px 50px 0;
			padding: 0;
			float: left;
			display: inline-block;
		}
		
			/* Icône salon */
			.container .lounge .icon-salon {
				background-image: url('../picture/salon.png');
				width: 254px;
				height: 254px;
				margin: 0 auto 15px auto;
				padding: 0;
			}
			
			.container .lounge .content {
				margin: 0;
				width: auto;
				float:left;
				display: inline-block;
				text-align: left;
			}
			
				.container .lounge .content h2 {
					color: #D85454;
					font-family: "Lucida Grande",Tahoma,Helvetica,Verdana,Arial,sans-serif;
					font-size: 18px;
					font-weight: bold;
					margin: 10px 0 16px;
					padding: 0;
					text-align: center;
					text-transform: uppercase;
				}
						
				.container .lounge .content p{
					color: #4B4B4B;
					font-family: "Lucida Grande",Tahoma,Helvetica,Verdana,Arial,sans-serif;
					font-size: 13px;
					line-height: 20px;
					font-weight: normal;
					margin: 0;
					padding: 0;
					text-align: center;
				}			
/************************************************************/	
/* (participation à des salons pro) */
		.container .channel {
			width: 254px;
			height: auto;
			margin: 0 0 50px 35px;
			padding: 0;
			float: left;
			display: inline-block;
		}
		
			/* Icône salon */
			.container .channel .icon-channel {
				background-image: url('../picture/channel.png');
				width: 254px;
				height: 254px;
				margin: 0 auto 15px auto;
				padding: 0;
			}
			
			.container .channel .content {
				margin: 0;
				width: auto;
				float:left;
				display: inline-block;
				text-align: left;
			}
			
				.container .channel .content h2 {
					color: #D85454;
					font-family: "Lucida Grande",Tahoma,Helvetica,Verdana,Arial,sans-serif;
					font-size: 18px;
					font-weight: bold;
					margin: 10px 0 16px;
					padding: 0;
					text-align: center;
					text-transform: uppercase;
				}
						
				.container .channel .content p{
					color: #4B4B4B;
					font-family: "Lucida Grande",Tahoma,Helvetica,Verdana,Arial,sans-serif;
					font-size: 13px;
					line-height: 20px;
					font-weight: normal;
					margin: 0;
					padding: 0;
					text-align: center;
				}			
/************************************************************/
/* (participation à des salons pro) */
		.container .afficheInfos {
			width: 310px;
			height: auto;
			margin: 0 0 50px 70px;
			padding: 0;
			float: left;
			display: inline-block;
		}
			
			.container .afficheInfos .content {
				margin: 0;
				width: auto;
				float:left;
				display: inline-block;
				text-align: left;
			}
			
				.container .afficheInfos .content h2 {
					color: #D85454;
					font-family: "Lucida Grande",Tahoma,Helvetica,Verdana,Arial,sans-serif;
					font-size: 22px;
					font-weight: normal;
					margin: 0 0 16px 0;
					padding: 0;
					text-align: left;
					text-transform: uppercase;
				}
				
				.container .afficheInfos .content h3 {
					color: #848484;
					font-family: "Lucida Grande",Tahoma,Helvetica,Verdana,Arial,sans-serif;
					font-size: 22px;
					font-weight: normal;
					margin: 10px 0 0 0;
					padding: 0;
					text-align: left;
					text-transform: uppercase;
				}
						
				.container .afficheInfos .content p{
					color: #4B4B4B;
					font-family: "Lucida Grande",Tahoma,Helvetica,Verdana,Arial,sans-serif;
					font-size: 13px;
					line-height: 20px;
					font-weight: normal;
					margin: 0;
					padding: 0;
					text-align: left;
				}

					.container .afficheInfos .content p a{
						color: #4F79C7;
						font-family: "Lucida Grande",Tahoma,Helvetica,Verdana,Arial,sans-serif;
						font-size: 13px;
						line-height: 20px;
						font-weight: normal;
						margin: 0;
						padding: 0;
						text-transform: none;
						text-align: left;
						outline: none;
					}

					.container .afficheInfos .content p a:hover{text-decoration: underline;}
/************************************************************/	

/* page 5 */
#section4 {
	background-image: url('../picture/festivals1.png');
	background-position: center bottom;
    background-size: cover;
	box-shadow: 0px 0px 8px #c8cdd4;
}
	.slogan {
		max-width: 960px;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}
		
		.slogan h1 {
			color: #000000;
			font-family: "Kozuka Gothic Pro",Open Sans,Helvetica,Tahoma,Verdana,Arial,sans-serif;
			font-size: 64px;
			font-weight: bold;
			margin: 0;
			padding: 0 0 130px 0;
			transition: all 0.3s ease 0s;
			text-transform: uppercase;
		}
		
		.slogan p {
			color: #000;
			font-family: "Lucida Grande",Tahoma,Helvetica,Verdana,Arial,sans-serif;
			font-size: 22px;
			font-weight: normal;
			line-height: 34px; 
			margin: 0;
			padding: 0;
			text-align: left;
		}
		
			.slogan span {
				color: #4B4B4B;
				font-family: "Lucida Grande",Tahoma,Helvetica,Verdana,Arial,sans-serif;
				font-size: 17px;
				font-style:italic;
				margin: 0 auto;
				padding: 0;
				text-align: center;
			}