    
body,ul,h1,h2,h3,h4,h5,blockquote{
	margin: 0;
	padding: 0;
}

@font-face {
  font-family: Anthony;
  src: url(fonts/Anthony.otf);
}




body{
	max-width : 550px;
	background-color: #02F909;
	padding: auto;
}

.global{
    width : 950px;
    font-family: Anthony;
    margin: auto;
    background-color: white;
    padding: 20px;
}

header{
	
	margin-top: 30px;
	margin-bottom: 30px;
}

h1{
	font-size: 13em;
	text-align: center;
	margin-bottom: 75px;
}

h3{
	font-size: 1em;
	text-align: left;
	margin-bottom: 50px;
}


hr{
	color:black;
	border-color: black;
}

.alphabet{
	height: 100%;
	width: 100%;
	background-color: black;
	margin-top: 150px;
	margin-bottom: 25px;
}


h4{
	font-size: 1em;
	font-family: Anthony;
	color: white;
	margin-bottom: 25px;
	padding-left: 30px;
	background-color: black;
}

h5{
	font-size: 4em;
	font-family: Anthony;
	background-color: #02F909;
	margin-top: 175px;
	margin-bottom: 25px;
}


.portrait1{
    size: 100%;
    float: right;
    margin-left: 25px;
}

.portrait2{
    size: 100%;
    float: left;
    margin-right: 25px;
}




h6{
	font-size: 4em;
	font-family: Anthony;
	background-color: #02F909;
	margin-bottom: 25px;
	margin-top: 175px;
}

p{
	font-size: 2em;
}

blockquote{
	font-size: 6em;
	letter-spacing: 7px; 
	color: #02F909;
	padding-bottom: 50px;
}



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


nav a {
	font-size: 40px;
	height: 60px;
	width: 300px;
	display:inline;
	color: white;
	text-decoration: none ;
	padding: 5px;
	background-color: black;
	text-align: center;

}

nav a:hover {

	background-color: #02F909;
	padding: 5px;
	color: black;
}




section p{
	padding: 30px;
	text-align: left;
	margin-bottom: 50px;
}



.bloc_1{
	height: 50%;
	width: 50%;
	float: right;
	font-size: 2em;
}


aside{
	font-size: 1.5em;
    margin-bottom: 25px;
    line-height: 60px;
}

img{
	margin: auto;
	margin-top: 25px;
	height: 35%;
	width: 35%;
}

.edition{
	margin: auto;
	display: flex;
	height: 50%;
	width: 50%;
}



input{
   font-family: 'Anthony';
   font-size: 3em;
   width: 100%;
   box-sizing: border-box;
   color: black;
   margin-top: 100px;
   margin-bottom: 75px;
   padding: 15px;
   border-color: black;
}

input:hover{
   border-color: #02F909;
}


#sticker{
	margin-top: 0px;
	height: 100%;
	width: 100%;
}

#affiche{
	margin-top: 0px;
	height: 100%;
	width: 100%;
}






#bouton1{
	display: flex;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 20px;
	color: white;
	text-decoration: underline;
	padding: 5px;
	font-size: 50px;
	background-color: black;
}

#bouton1:hover{
	color: #02F909;
	text-decoration: underline;
	padding: 5px;
	background-color: black;
}

#bouton2{
	display: flex;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 20px;
	color: white;
	text-decoration: underline;
	padding: 5px;
	font-size: 50px;
	background-color: black;
}

#bouton2:hover{
	color: #02F909;
	text-decoration: underline;
	padding: 5px;
	background-color: black;
}

#bouton3{
	display: flex;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 20px;
	color: white;
	text-decoration: underline;
	padding: 5px;
	font-size: 50px;
	background-color: black;
}

#bouton3:hover{
	color: #02F909;
	text-decoration: underline;
	padding: 5px;
	background-color: black;
}




footer{
	margin-top: 100px;
	background-color: black;
	padding: 50px;
}



footer a {
	display:inline;
	color: white;
	padding: 5px;
}

footer a:hover {

	color: black;
	background-color: #02F909;
	padding: 5px;
}



.top{
	background-color: #02F909;
	color: black;
	display: flex;
    justify-content: center;
    margin-top: 20px;
    text-align: center;
    font-size: 60px;
}

.top:hover {
	background-color: black;
	color: white;
	display: flex;
    justify-content: center;
    margin-top: 20px;
    text-align: center;
    font-size: 60px;
}


@media all and (min-width: 550px){
 
    /* Vos règles CSS pour les écrans plus grand que 550px ici */

.global{
 

 margin: 0 auto

}
    }



