

/* MOBILE FIRST */


/* reset général de marges */
body, h1, h2, h3, h4, h5, ul{
	margin:0 ;
	padding: 0;
}


@font-face {
  font-family: basteleur;
  src: url(fonts/Basteleur-Moonlight.woff);
  font-weight: normal;
}

@font-face {
  font-family: basteleur;
  src: url(fonts/Basteleur-Bold.woff);
  font-weight: bold;
}

body{
	
	margin-top: 20px;
	font-family: basteleur;
	font-weight: normal;
	background-color: #ff99ff;
}

img{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

header img{
	width: 100%;
	margin-top: 100px;
	margin-bottom: 100px;
}


.global{
	background-color: #ff99ff;
	margin: 20px;
}

header{
	padding-bottom: 60px;

}

header h1{
	text-align: center;
}

h1{
	
	font-size:2.6em;
	color: #00031c;
	padding-top: 20px;
	padding-bottom: 20px;
}

.credits{
	display: flex;
	justify-content: space-between;
	color:#00031c ;

}

h2{
	font-size: 12px;
	font-weight: normal;
}

h2 a{
	color:#00031c ;
}


nav{
	display: flex;
	justify-content: space-between;

}

nav a{
	font-size: 13px;
	color:#00031c;
	text-decoration: none;
	font-weight: normal;
}

a:link, a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.p_gauche{
	width: 70%;
}

.p_droite{
	margin-left: 30px;
}

.p_droite2{
	margin-left: 40px;
	width: 80%;
}


section{
	font-size: 16px;
	justify-content: left;
	border-top: 2px solid #00031c;
	padding-top: 40px;
}

section p{

	padding-bottom: 20px;
}

.lettre_a{
	border-bottom: 2px solid #00031c ;
	padding-bottom: 50px;
}

blockquote{
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 50px;
	padding-top: 20px;
	margin: 30px;
}

blockquote p{
	margin: 0;
}

section h1{
	margin-left: 20px;
}

.overview h1{
	padding-left: 0;
	padding-top: 50px;
	margin-left: 0;
	font-weight: normal;
}

.overview{
	border-top: 2px solid #00031c;
	border-bottom: 2px solid #00031c;
	padding-bottom: 60px;
}

.overview p{
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
	font-size: 18px;
}

.tableaux li{
	display: inline;
	padding-right: 12px;
	padding-left: 30px;
	text-decoration: underline;
}

.tableaux{
	padding-top: 50px;

}

.tableaux a{
	font-size: 16px;
}

.bold{
	padding-bottom: 30px;
}

.projet1{
	border-top:2px solid #00031c ;
	border-bottom:2px solid #00031c ;
	font-size: 13px;
	padding-bottom: 30px;
	padding-top: 30px;
}

.projet1 h1{
	margin-left: 0;
	padding-top: 20px;
}

.projet1 img{
	margin: 0;
	padding-bottom: 20px;
}

.projet2 img{
	margin: 0;
	border-radius: 10px;
	padding-bottom: 10px;
}

.projet2{
	font-size: 13px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.projet2 h1{
	margin-left: 109px;
	padding-top: 30px;
}

.projet3{
	border-top: 2px solid #00031c;
	border-bottom:2px solid #00031c;
	padding-bottom: 30px;
	padding-top: 30px;
	font-size: 13px;
}

.projet3 h1{
	margin: 0;
}

.projet3 img{
	width: 115%;
	margin: -20px;
	padding-bottom: 40px;
	padding-top: 40px;

}

.test{
	padding-bottom: 70px;
	padding-top: 20px;
	border-bottom:2px solid #00031c
}

input{
	margin-top: 20px;
   font-family: basteleur;
   font-weight: bold;
   width: 100%;
   box-sizing: border-box;
   padding-bottom: 10px;
   padding-top: 10px;

}

.normal{
	font-weight: normal;
	
}

h3{
	font-size: 23px;
	margin-top:40px;
	font-weight: normal;
}

.infos{
	padding-top: 30px;
	padding-bottom: 50px;
}

.infos h1{
	font-size: 35px;
	padding-bottom: 40px;
	text-align: center;
	margin-left: 0;
}

.infos a{
	font-size: 15px;
	text-align: center;
	text-decoration: underline;
	margin-top: 20px;
	font-weight: bold;
}

.download{
	padding-top: 70px;
	text-align: center;

}

.etoile{
	width: 20%;
	padding-left: 125px;
}

footer{
	text-align: center;
	padding-bottom: 50px;
	padding-top: 20px;
	font-size: 13px;
	text-decoration: underline;
}

footer:hover{
	text-decoration: none;
	color: #00031c;
}

footer a:visited{
	color: #00031c;
}









/* pour plus grand que 550px */
@media (min-width: 550px) {

body{
	
	
}

.global{
 
 max-width : 550px;
 margin: 0 auto;


}

