/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*CSS*/

body{
	width: 100%;
	background-image: url(Img/BP.png);
	background-repeat: repeat;
	background-attachment: fixed;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15pt;
	color: white;
}
header{
	text-align: center;
}

.flex{
	display: flex;
	justify-content: center;
}
.LogoEA{
	width: 200px;
	margin-top: 15px;
	/*margin-left: auto;
	margin-right: auto;*/
	margin-left: 150px;
	/*background-color: red;*/
}
a {
	font-size: 20px;
	color: white;
	display: inline-block;
	text-decoration: none;
}
header p{
	margin-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
	width: 60vw;
	line-height: 20pt;
}

.para a{
	text-decoration: none;
	font-weight: bold;
}

.para a:hover{
	text-decoration: underline;
}
.wrapper{
	width: 80vw; 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


    
/*////MENU DE BASE////////////////////////////////////////////////////////////*/

header ul{
	/*background-color: red;*/
	
	text-align: left;
	font-size: 12pt;
	width: 320px
}
header ul li{
	margin-top: 7px;
	opacity: 30%;
}
header ul li:hover{
	font-weight: bold;
	opacity: 100%;
}
/*AUTRE CHOSE MAL RANGER///////////////////////////////////////////////////////////*/
.infoProj{
	position: absolute;
	z-index: 1;	
	/*width: 24vw;*/
	width: 400px;
	text-align: left;
	height: 100%;
	background-image: url(Img/large/fondopacite.png);
	background-size: cover;
	opacity:0%;
}
.infoProj p, h2, ul{
	margin-top: 15px;
	margin-left: 15px;
}
.infoProj ul li{
	font-size: 14pt;
	margin-top:5px;
	margin-left: 15px;
	line-height: 18pt;
	list-style-type: disc; 

}
.infoProj p, ul{
	padding-right: 15px;
}
.infoProj ul li span{
	font-size: 15pt;
	font-weight: bold; 
}
.infoProj h2{
	
	font-size: 17pt;
	font-weight: bold;
	margin-bottom: 5px;
}
.infoProj hr{
	/*margin-left: 1vw;
	width:15vw;*/
	height: 4px;
	background-color: white;
}
/*.Fond{
	position: absolute;
	z-index: 2;
	width:24vw;
	height: 100%;
	background-color: black;
	opacity: 100%;
}*/
/*.Fond:hover{
	background-color: white;
}*/

.infoProj:hover{
	opacity: 100%;
	transition-property: opacity;
	transition-duration: 0.5s;
}

h1{
	font-size: 25pt;
	font-weight: bold;
	margin: 10px 0px;
}

/*GALERIE//////////////////////////////////////////////////////////////////////////////*/

.gallery{	
	margin-left: auto;
	margin-right: auto;
	/*display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	height:100vh;
	align-items: flex-start;
	overflow: hidden;*/
}
.gallery .block{
	margin: 5px;
}
.gallery img{
	float: left;
	/*width: 24vw;*/
	width: 400px;
	/*margin: 5px;*/
	/*border: solid white 10px;*/
}

/*FOOOTER//////////////////////////////////////////////////////////////////////////////*/

footer{
	margin-top: 2%;
	height: 100px;
	width: 80vw;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

footer a{
	margin-top: 7px;
	font-size: 17pt;
}

footer a:hover{
	font-weight: bold;
}

footer .autre{
	margin-top: 10px;
}

.autre a{
	text-decoration: none;
	font-weight: bold;
}
.NonDispo{
	display: none;
}

/*MEDIA QUERIES//////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width: 1280px){
	.LogoEA{
		width: 200px;
	}

	.infoProj,.gallery img{
		width: 350px;
	}

	.infoProj h2{
		font-size: 14pt;
	}

	.infoProj hr{
		height: 2px;
	}


	.infoProj ul li{
		font-size: 11pt;
		margin-top: 10px;
		margin-left: 10px;
		padding-right: 10px;
		margin-top: 0px;
		line-height: 13pt;
	}
	.infoProj ul li span{
		font-size: 12pt;
	}

	.infoProj p{
		font-size: 12pt;
	}
	
}

@media screen and (max-width: 720px){
	.LogoEA{
		width: 150px;
	}

	.infoProj,.gallery img{
		width: 250px;
	}

	.infoProj h2{
		font-size: 12pt;
		margin-top: 10px;
		margin-left: 10px;
	}
	.infoProj ul{
		font-size: 10pt;
		margin-top: 10px;
		margin-left: 10px;
		padding-right: 10px;
	}

	.infoProj ul li{
		font-size: 10pt;
		margin-top: 10px;
		margin-left: 10px;
		padding-right: 10px;
		margin-top: 0px;
		line-height: 13pt;
	}
	.infoProj ul li span{
		font-size: 11pt;
	}

	.infoProj p{
		font-size: 10pt;
		margin-top: 10px;
		margin-left: 10px;
		padding-right: 10px;
	}

	.wrapper{
	width: 95vw; 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
}

@media screen and (max-width: 520px){
	
	/*h1{
		font-size: 19pt;
	}
	.para{
		width: 90vw;
	}
	.para, .para a{
		font-size: 12pt;
	}


	.infoProj,.gallery img{
		width: 300px;
	}
	.infoProj{
		visibility: hidden;
	}*/

	header, .wrapper{
		display: none;
	}
	.NonDispo{
		display: inline-block;
		width: 95vw;
		margin: auto;
		margin-top: 25%;
		margin-bottom: 20px;
		text-align: center;
	}
	.NonDispo p{
		line-height: 20pt;
	}


	.LogoEA{
		width: 150px;
		margin:auto;
	}

}