@font-face {
	font-family: picnic;
	src: url(fonts/picnic/PicNic-Regular.otf);
}
@font-face{
	font-family: quicksand;
	src: url(fonts/quicksand/Quicksand-Medium.ttf);
}

body{
	background-color: white;
}
.global{
	max-width: 550px;
	background-color: white;
	margin: auto;
	padding: auto;
	font-family: quicksand;
	background-position: center;
	
}
h1{
	font-family: picnic;
	font-size: 100px;
	color: darkorange;
	padding-bottom: 3px;
	font-weight: normal;
}
h2{
   font-family: picnic;
   font-size: 25px;
   line-height: 2px;
   color: black;
   font-weight: normal;
}
h3{
font-family: picnic;
font-size: 30px;
color: darkorange;
font-weight: normal;
}
header{
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}
a{
	font-family: picnic;
	padding-top: 15px;
	margin-top: 40px;
	margin-bottom: 5px;
	font-size: 15px;
	color: darkorange;
	text-decoration: none;
}
a:hover {
	color: balck;
	background-color: black;
}
nav{ 

    
     font-size: 10px;

}
nav ul{
		list-style: none;
		display: flex;
	justify-content: space-between;
	padding: 20px;

}
nav li{


}
img{
	margin: auto;
	width: 100%;
}

section p{
	padding: 30px;
}


.auteur{

	font-size: 20px;
	font-family: quicksand;
}
blockquote{
	padding: 30px;
	margin: auto;
	border: 1px solid black;
	color: darkorange;
	background-color: black;
	font-size: 60px;
	font-family: picnic;
	border-radius: 8px;
	font-weight: normal;
}
#bouton1{
	font-size: 30px;
	display: flex;
    justify-content: center;
    margin-bottom: 20px;
	color: darkorange;
	text-decoration: none;
	padding: auto;
	
}
#bouton2{
    font-size: 30px;
	display: flex;
    justify-content: center;
    margin-bottom: 20px;
	color: darkorange;
	text-decoration: none;
	padding: auto;
}
#bouton3{
	font-size: 30px;
	display: flex;
    justify-content: center;
    margin-bottom: 20px;
	color: darkorange;
	text-decoration: none;
	padding: auto;
}
.test{
	font-family: Picnic;
	font-size: 20px;
	margin-bottom: 50px;
	margin-left: auto;
}
.retourenhaut{
	color: black;
}
.précédent{
             display: flex; 
             justify-content: space-between;

}
input{
	font-family: picnic;
	font-color: darkorange;
    font-size: 20px;
    text-align: center;
    background-color: white;
    padding: 25px;
    padding-right: 50px;
    box-sizing: border-box;
    border: 2px solid black;
    border-radius: 8px;
    width: 100%;
}
