@charset "UTF-8";
/* CSS Document */



.mainpage-header{
	background-color: rgba(0,0,0,0.0);
	height: 800px;
	top:0;left:0px;right:0px;
	/*background-image: url(../images/FriseSilhouette03.png);*/
	max-width: 100%;
	background-size: cover;
	/*background-position: 50% 50%;*/
	z-index: 1;
	overflow-y:hidden;
}
.mainpage-header{
	color: #000000; 
	font-family: "Helvetica", sans-serif;
	margin: auto; 
	font-size: 20px;
	font-weight: 100; 
	text-shadow: 0px 0px 0px #000000;
}
.texte-intro{
	font-family: "Helvetica", "Helvetica";
	color: #000000; 
	margin: auto
	text-align: center; 
	font-size: 20px;
	max-width: 800px;
	text-shadow: 0px 0px 0px #202020;
	font-style: regular;
}
.miniprojet{
	display: inline-block;
    width: 300px;
    min-height: 410px;
    background-color: #000000;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    vertical-align: top;
    box-shadow: 0px 0px 0px 0px #986000;
    font-family: "Helvetica", "sans-serif";
    position: relative;
    overflow: auto;
}

body{
	background-color: rgba(0,0,0,0.0);
	position:static;		
	color: #000000;
	font-family: "helvetica", "helvetica"
	font-size: 1.1em; /* equiv 14px */
	line-height: 1; /* adapt to your design */
	margin:inherit;
}

img {
  /*position: absolute;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
  height: auto;

}
audio{
	width:70%;
	margin: auto; 
	display: flex;
  	justify-content: center;
  	align-items: center;
}


h1 {color: #000000; 
	font-family: "Helvetica bold", sans-serif;
	display: block;
  	margin: auto;
  	margin-right: auto;
  	max-width: 100%;
	text-align: center; 
	font-size: 50px; 
	font-weight: 100; 
	line-height: auto;
	color: black;
  	text-shadow: 0px 0px 0px #000000;
}
h2 {color: #000000; 
	font-family: "Helvetica", "Helvetica", "Helvetica", "Helvetica";
	text-align: center; 
	font-size: 20px; 
	font-weight: 100; 
	color: black;
  	text-shadow: 0px 0px 0px #000000;
}
h3 {color: #ff0000; 
	font-family: "Helvetica", sans-serif;
	text-align: center; 
	font-size: 20px; 
	font-weight: 100; 
	color: black;
  	text-shadow: 0px 0px 0px #000000;
}
h4 {color: #ff0000; 
	font-family: "Helvetica", sans-serif;
	text-align: center; 
	font-size: 20px; 
	font-weight: 100; 
	color: black;
  	text-shadow: 0px 0px 0px #000000;
}

