@font-face{
	font-family: bold;
	src: url(Avara-Bold.otf);
}
@font-face{
	font-family: black;
	src: url(Avara-Black.otf);
}
@font-face{
	font-family: italic;
	src: url(Avara-BoldItalic.otf);
}


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

/* MOBILE FIRST */
body{

	background-color: white;


}


.global{
	

}

a{
	display: inline-block;
	text-decoration: none;
	color: black;
}


header ul { 
             display: flex; 
             justify-content: space-between; 
             list-style: none;
             font-family: bold;
}
footer ul{
	display: flex; 
             justify-content: space-between; 
             list-style: none;
             font-family: bold;
}

footer{
	margin-top: 50px;
	margin: 20px;
}

footer a{
margin-top: 30px;
}

.retour{
	position: relative;
	padding-left: -50px;
}

header{
	padding: 20px;
	text-align: center;
	background-image: ;

}

header a{
	font-size: 12px;
	color: white;
	text-decoration: none;
	background-color: black;
	padding: 6px;
	border-radius: 8px;
}

.auteur{
font-family: italic;
font-size: 14px;

}

.moi{
	font-family: bold ;
	font-size: 11px;
	padding: 10px;
}

h1{
	font-family: bold;
	margin-top: 60px;
	padding-bottom: 0px;
	font-size: 90px;
}

h2{
	font-family: black;
	font-size: 35px;
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
}

h3{
font-family: italic;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
}

h4{
  font-family: bold;
	font-size: 17px;
	text-decoration: underline;
	text-align: center;
	margin-bottom: 10px;
}


nav{
   font-family: bold;
   margin-top: 30px;
}
nav ul
{
  padding-left: 0px;
  text-align: center;
}
nav li 
{
  margin: 0px;
  font-size: 13px;
  padding-right: 8px;
  display: inline;
  border-right: 1px black solid;
}

article{
	padding-top: 30px;
}


.intro{
padding: 20px;

}


.sticker{
	padding: 20px;
}

.affiche{
padding: 20px;
}


.recettes{
	padding: 20px;
}

.test{
padding: 20px;
}


.A{
	font-size: 16px;
	color: whitesmoke;
	text-decoration: none;
	background-color: black;
	margin-top: 20px;
	padding: 6px;
	border-radius: 8px;
}

ul{
	list-style: none;}

img{
	width: 100%;
}


.affiche img{
	width: 90%;
	display: block;
  margin-left: auto;
  margin-right: auto;
}
.intro img{
	width: 100%;
	display: block;
  margin-left: auto;
  margin-right: auto;
}
.A0{
	width: 100%;
	margin-top: 30px;
}

.inter{
	width: 60%;
	text-align: center;
	display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-top: 60px;
}

blockquote{
	text-align: center;
	font-family: italic;
	font-size: 22px;
	padding-bottom: 20px;
	line-height: 33px;

}

blockquote p{
	text-align: center;
	font-family: bold;
	font-size: 18px;
}


.stop{
	width: 100%;
	padding-bottom: 30px;
}
.pavo{
	width: 80%;
	padding-bottom: 30px;
	padding-top: 15px;
	display: block;
	margin-left: auto;
  margin-right: auto;
}

.avara2{
	width: 20%;
}

.telecharger{
	font-size: 20px;
	color: white;
	text-decoration: none;
	background-color: black;
	padding: 15px;
	border-radius: 8px;
}

.retour{
	font-size: 12px;
	font-family: 'bold';
  margin-left:95px;
	background-color: white;
	padding: 8px;
	border: black solid 1px;
	border-radius: 8px;
}

.bold{
   font-family: 'bold';
   width: 100%;
   box-sizing: border-box;
   margin-top: 30px;
   padding-top: 30px;
   padding-bottom: 30px;
   text-align: center;
 }

 .black{
   font-family: 'black';
   width: 100%;
   box-sizing: border-box;
   margin-top: 30px;
   padding-top: 30px;
   padding-bottom: 30px;
   text-align: center;
 }

 .italic{
   font-family: 'italic';
   width: 100%;
   box-sizing: border-box;
   margin-top: 30px;
   margin-bottom: 40px;
   padding-top: 30px;
   padding-bottom: 30px;
   text-align: center;
 }

.stop{
padding-bottom: 0px;
}

#manga{
	width: 100%;
	padding-bottom:180px ;
}


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

.global{
 max-width : 550px;
 background-color: white;
 margin:0 auto;
padding: 60px;
}

body{
	background-color: black;
}

}

