@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border: 0px solid #F00;
}
/*GENERAL*/
#texture {
	background-image: url(http://imaginat.name/JDM/page%20liens/textures/ecrinatBlue.jpg);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -2;
}
#couleurtransp {
	height: 100%;
	width: 100%;
	position: fixed;
	background-color: rgba(0, 0, 255, 0.6);
	background-attachment: scroll;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
}
body {
	width: 100%;
	text-align: center;
	position: relative;
}

@font-face {
	font-family: "Tempus";
	src: url("polices/TEMPSITC.ttf");
}
/*HEADER*/
header {
	padding-top: 1%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#illustration {
	border: 0px solid #F00;
	width: 20%;
	min-width: 300px;	
}
#illustration img {
	vertical-align: bottom;
}

#nom {
	border: 0px solid lightblue;
	width: 70%;
	padding-top: 2%;	
}
#nom h1, #nom p {
	border: 0px solid yellow;
	font-family: "Tempus";
	color: #6FF;	
	text-shadow:2px 2px 3px #000;	
}
#nom h1 {
font-size: 54px;
}
#nom p {
	font-size: 36px;	
}
/*QUALIFICATION*/
#qualifications {
	position: relative;
	text-align: center;
	width: 90%;
	border: 0px solid #F00;
	margin: 2% auto;
	
}
#falsi {
	background-image: url(images/Sig1petite.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	width: 208px;
	display: inline-block;
	vertical-align: sub;
	margin-top: auto;
	margin-bottom: auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
	-webkit-transition: 2s ease-in-out;
	-moz-transition: 2s ease-in-out;
	-o-transition: 2s ease-in-out;
	-ms-transform: 2s ease-in-out;
	transition: 2s ease-in-out;
	border: 0px solid green;
}
#avant2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #6FF;
	position: absolute;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	right: 0px;
	top: 186px;
	-webkit-transition: 2s ease-in-out;
	-moz-transition: 2s ease-in-out;
	-o-transition: 2s ease-in-out;
	-ms-transform: 2s ease-in-out;
	transition: 2s ease-in-out;
}
#avant {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #6FF;
	opacity: 1;
	-webkit-transition: 2s ease-in-out;
	-moz-transition: 2s ease-in-out;
	-o-transition: 2s ease-in-out;
	-ms-transform: 2s ease-in-out;
	transition: 2s ease-in-out;
}
#apres {
	padding-top: 172px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #6FF;
	opacity: 0;
	-webkit-transition: 2s ease-in-out;
	-moz-transition: 2s ease-in-out;
	-o-transition: 2s ease-in-out;
	-ms-transform: 2s ease-in-out;
	transition: 2s ease-in-out;	
}
#apres3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #6FF;
	text-align: center;
	border: 0px solid #0F0;
	margin-right: auto;
	margin-left: auto;
}
#troisieme {
	background-image: url(images/Sig3petite.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	width: 230px;
	position: absolute;
	left: 220px;
	top: 0px;
	opacity: 0;
	-webkit-transition: 2s ease-in-out;
	-moz-transition: 2s ease-in-out;
	-o-transition: 2s ease-in-out;
	-ms-transform: 2s ease-in-out;
	transition: 2s ease-in-out;
	vertical-align: sub;
	display: inline-block;
	margin-top: auto;
	margin-bottom: auto;
	bottom: 0px;
	border: 0px solid #FC0;
	text-align: center;
}
#falsi:hover #avant {
	opacity: 0;
}

#falsi:hover #avant2 {
	opacity: 0;
}
#falsi:hover {
	background-image: url(images/sig2petite.jpg);
	-webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2) ); transform: scale(1.2);
}
#falsi:hover #troisieme {
	position: absolute;
	left: 220px;
	top: 0px;
	display: block;
	opacity: 1;
	margin-top: auto;
	margin-bottom: auto;
	bottom: 0px;
}
#titres {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	width: 60%;
	display: inline-block;
	text-align: left;
	padding-left: 270px;	
}

/* CONTENU*/
#contenu {
	border: 0px solid yellow;
	display: flex;
	justify-content: space-around;
	align-items: flex-end;

}
.bloc {
	border: 0px solid lightgreen;
	background-color: rgba(102, 255, 255, 0.6);
	box-shadow: 5px 5px 5px 3px rgba(0, 0, 0, 0.4);
	padding: 1%;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #009;
	margin-bottom: 10px;
	text-shadow:1px 1px 1px rgba(255, 255, 255, 0.5);
}
.listebloc {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	list-style-position: inside;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
}
.textebloc {
	font-family: Verdana, Geneva, sans-serif;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;	
}
#gauche, #droit {
	width: 27%;
	/*height: 80%;*/
}
#centre {
	width: 36%;
}
/* FOOTER */
footer {
	margin-top: 2%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 0px solid red;
	
}
footer p:first-child {
	font-family: "Tempus";
	color: #FFF;
	font-size: 36px;
	font-weight: bold;
	text-shadow:1px 1px 2px #000;
	border: 0px solid green;
}
#contact {
	width: 100%;
	margin: 1% 0 2% 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	border: 0px solid orange;
}
#mail {
	border: solid 0px green;
	margin-right: 1%;
}
#mail img {
	vertical-align: bottom;
	box-shadow: 5px 5px 5px 3px rgba(0, 0, 0, 0.4);
}
#contact p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	width:85%;
	background-color: #FFF;
	padding: 10px;
	/*margin: 1% 0 2% 0;*/
	box-shadow: 5px 5px 5px 3px rgba(0, 0, 0, 0.4);
	border: 0px solid green;
}
	
/*ADAPTATION RESPONSIVE*/

@media screen and (max-width: 1024px) {
	header {
		flex-direction: column;
	}
	
	#illustration {
	border: 0px solid #F00;
	width: auto;
	min-width: 300px;	
	}
	#nom {
	border: 0px solid lightblue;
	width: auto;
	padding-top: 2%;	
	}
	#nom h1 {
	font-size: 2.5rem;
	}
	#nom p {
	font-size: 1.5rem;	
	}
	#falsi {
		display: none;
	}
	#titres {
		width: auto;
		text-align: left;
		padding-left: 0;
		list-style-position: inside;
	}
	#contenu {
		flex-direction: column;
	}
	#gauche, #droit, #centre {
		width: auto;
		margin: 2% 2%;
	}
	/* FOOTER */
	#contact {
		flex-direction: column;
	}
	footer p:first-child {
		font-size: 1.5rem;
	}
	#mail {
		width: auto;
		margin: 1% 0 2% 0;
	}
	#contact p {
		width: auto;
		font-size: 1.5rem;
	}
}
