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


.mainpage-header{
	color: #ADBEC5;
	font-family: "atelier", sans-serif;
	margin: auto; 
	font-size: 20px;
	font-weight: 100; 
	text-shadow: 0px 0px 0px #000000;
}
.texte-intro{
	font-family: "Maison Neue Medium", "Maison Neue Medium";
	color: #000000; 
	margin: auto; 
	text-align: center; 
	font-size: 20px;
	max-width: 800px;
	text-shadow: 0px 0px 0px #202020;
	font-style: normal;
}
.miniprojet{
	display: inline-block;
    width: 300px;
    min-height: 410px;
    background-color: #F0F0F0;
    margin: 20px;
    padding: 0px 0px 0px 10px;
    vertical-align: top;
    box-shadow: 10px 10px 30px 5px #986000;
    font-family: "MaisonNeue-Light", "sans-serif";
    position: relative;
    overflow: auto;
}

body{
	background-color: #AEBEC4;
	position:static;		
	color: #000;
	font-family: "Century Gothic", "helvetica", "arial", sans-serif;
	font-size: 1.1em; /* equiv 14px */
	line-height: 1.5; /* adapt to your design */
	margin:inherit;
}

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

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


h1 {color: #EEEEEE; 
	font-family: "Maison Neue Medium", "Maison Neue Medium Italic", sans-serif;
	display: block;
  	margin: auto;
  	margin-right: auto;
  	max-width: 100%;
	text-align: center; 
	font-size: 150px; 
	font-weight: 100; 
	line-height: auto;
	color: black;
  	text-shadow: 0px 0px 0px #000000;
}
h2 {color: #EEEEEE; 
	font-family:"Maison Neue Medium";
	text-align: center; 
	font-size: 30px; 
	font-weight: 100; 
	color: floralwhite;
  	text-shadow: 0px 0px 0px #000000;
}
h3 {color: #EEEEEE; 
	font-family: "Maison Neue Medium", sans-serif;
	text-align: center; 
	font-size: 30px; 
	font-weight: 100; 
	color: white;
  	text-shadow: 2px 2px 4px #000000;
}
h4 {color: #EEEEEE; 
	font-family: "Maison Neue Medium", sans-serif;
	text-align: center; 
	font-size: 20px; 
	font-weight: 100; 
	color: white;
  	text-shadow: 2px 2px 4px #000000;
}

