@charset "utf-8";
/* CSS Document */
#container {
	position: relative;
	width: 100%;
	height: 100%;
}
.screen {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 25vh 10%;
	min-height: 100vh;
	box-sizing: border-box;
	transform-style: inherit;
}
.screen:before {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#ecran_1 {
	background-image: url(../../images/screen_chap_2-1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#ecran_1 h1 {
	font-size: 15rem;
	color: #ffffff;
	text-shadow: 4px 4px 3px rgba(0, 0, 0, 1);
	line-height: 1;
}
#slide2:before {
	background-image: url(../../images/screen_chap_2-2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	z-index: -1;
}
#slide3:before {
	background-image: url(../../images/screen_chap_2-3.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	z-index: -1;
}
.baseline-name {
	color: #ffffff;
	font-size: 5rem;
	text-shadow: 4px 4px 3px rgba(0, 0, 0, 1);
}
.h2-screen {
	/*visibility: hidden;*/
	font-family: 'Lovers Quarrel', cursive;
	font-size: 20rem;
	color: #ffffff;
	text-shadow: 4px 4px 3px rgba(0, 0, 0, 1);
	line-height: 1;
}
#slide2 h2 {
	text-align: right;
	color: #ffffff;
}
.title {
	visibility: visible !important;
	animation: animtitle 1s linear;
}
 @-moz-keyframes animtitle {
	 from {
	 opacity:0;
	}
	to {
		opacity: 1;
	}
	}
	#ecran_2 {
		background-image: url(../../images/textur.jpg);
		background-size: cover;
	}
	.oembed-video {
		margin: auto;
	}
 @media screen and (max-width: 768px) {
	#ecran_1 {
		height: auto;
		background: none;
	}
	#slide2:before {
		background: none;
	}
	#slide3:before {
		background: none;
	}
	#ecran_1 h1 {
		font-family: 'Porcelain', 'Open Sans';
		font-weight: normal;
		font-size: 6rem;
		color: #333333;
		text-transform: none;
		text-shadow: none;
		float: left;
		padding-bottom: 10%;
	
	}
	#ecran_1 h1 br {
		display: none;
	}
	.screen {
		min-height: 1%;
		padding: 0 5%;
	}
	.h2-screen {
		padding-top: 2rem;
		font-family: 'Open Sans';
		font-size: 3.5rem;
		color: #333333;
		text-shadow: none;
		line-height: 1;
	}
	.baseline-name {
		color: #333333;
		font-size: 2.5rem;
		text-shadow: none;
		float: left !important;
		padding-bottom: 20% 0;
	}
	#slide2 h2 {
		padding-top: 20% 0;;
		text-align: left;
		color: #333333;
	}
}
