/************************************************
*************************************************

				QUI SUIS-JE ?

*************************************************
************************************************/

/* fond1 */
section div:nth-of-type(1){
	width: 565px;
	height: 355px;
	background: rgb(255, 255, 255);
	box-shadow: 0px 8px 6px -2px rgba(0, 0, 0, 0.3);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	position: absolute;
	top: 50px;
	left: 20px;
	z-index: 1;
}

section div:nth-of-type(1):before, section div:nth-of-type(1):after{
	content: ' ';
	width: 100px;
	height: 40px;
	position: absolute;
	top: 300px;
	z-index: -1;
}

section div:nth-of-type(1):before{
	box-shadow: -5px 5px 10px 10px rgba(0, 0, 0, 0.3);
	-moz-transform: rotate(-10deg) skewX(-10deg);
	-o-transform: rotate(-10deg) skewX(-10deg);
	-webkit-transform: rotate(-10deg) skewX(-10deg);
	-ms-transform: rotate(-10deg) skewX(-10deg);
	transform: rotate(-10deg) skewX(-10deg);
	left: 15px;
}

section div:nth-of-type(1):after{
	box-shadow: 5px 5px 10px 10px rgba(0, 0, 0, 0.3);
	-moz-transform: rotate(10deg) skewX(10deg);
	-o-transform: rotate(10deg) skewX(10deg);
	-webkit-transform: rotate(10deg) skewX(10deg);
	-ms-transform: rotate(10deg) skewX(10deg);
	transform: rotate(10deg) skewX(10deg);
	left: 450px;
}

/* cache ombre */
section figure{
	width: 565px;
	height: 355px;
	background: rgb(255, 255, 255);
}

/* illustration */
section div:nth-of-type(2){
	width: 290px;
	height: 260px;
	background: url('../images/qui-suis-je/illustrationQuiSuisJe.svg') no-repeat;
	position: absolute;
	top: 20px;
	left: 530px;
	z-index: 2;
}

/* fond2 */
section div:nth-of-type(3){
	width: 375px;
	height: 185px;
	background: rgb(255, 255, 255);
	box-shadow: 0px 8px 6px -2px rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 275px;
	left: 590px;
}

section div:nth-of-type(3):before, section div:nth-of-type(3):after{
	content: ' ';
	width: 100px;
	height: 40px;
	position: absolute;
	top: 127px;
	z-index: -1;
}

section div:nth-of-type(3):before{
	box-shadow: -5px 5px 10px 10px rgba(0, 0, 0, 0.3);
	-moz-transform: rotate(-10deg) skewX(-10deg);
	-o-transform: rotate(-10deg) skewX(-10deg);
	-webkit-transform: rotate(-10deg) skewX(-10deg);
	-ms-transform: rotate(-10deg) skewX(-10deg);
	transform: rotate(-10deg) skewX(-10deg);
	left: 15px;
}

section div:nth-of-type(3):after{
	box-shadow: 5px 5px 10px 10px rgba(0, 0, 0, 0.3);
	-moz-transform: rotate(10deg) skewX(10deg);
	-o-transform: rotate(10deg) skewX(10deg);
	-webkit-transform: rotate(10deg) skewX(10deg);
	-ms-transform: rotate(10deg) skewX(10deg);
	transform: rotate(10deg) skewX(10deg);
	left: 260px;
}

/************************************************
*************************************************

				TEXTES

*************************************************
************************************************/

section article:nth-of-type(1){
	width: 480px;
	text-align: justify;
	margin-left: 60px;
	position: relative;
	z-index: 3;
}

section article:nth-of-type(2){
	width: 319px;
	position: absolute;
	top: 290px;
	left: 610px;
	z-index: 3;
}

section blockquote{
	font-size: 5em;
	color: rgb(87, 182, 221);
	position: absolute;
	z-index: 3;
}

section blockquote:nth-of-type(1){
	top: 32px;
	left: 20px;
}

section blockquote:nth-of-type(2){
	top: 375px;
	left: 929px;
}