

/* MOBILE FIRST */


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

body{
	
	font-family: 'Spectral', serif;
	color: lightslategrey;
	background-color: #E4E1FF;


}

nav {
	display: flex; 
 	justify-content: space-between;
 	padding: 20px;

}

a{
	color: lightslategrey;
	font-family: 'Spectral', serif;
	font-size: 20px;
	font-weight: 300;
	padding: 5px 10px;
	border-radius: 20px;
  background-color: white;
  text-decoration: none;
}

header{
	background-image: url(images/fond.png);
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 100px;
	

}

h1 {
	font-weight: 600;
	font-style: italic;
	color: black;
	text-align: center;
	font-size: 100px;
	margin-bottom: -30px;
	margin-top: 160px;
}

h2 {
	color: black;
	font-weight: 300;
	font-size: 20px;
	text-align: right;
	margin-right: 10px;
}



blockquote {
	font-size: 18px;
	text-align: justify;
	margin-top: 300px;
	margin-bottom: 300px;
	padding-left: 10px;
	border-left:5px dotted;
	border-color: white;
}

h3{
	color: black;
	font-variant-caps: small-caps;
	font-size: 60px;
	margin-top: 100px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 80px;
	background-image: url(images/fond.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

p{
	font-size: 18px;
	margin: 20px;
	text-align: justify;
	margin-bottom: 80px;	
	padding-left: 10px;
	border-left:5px dotted;
	border-color: white;
}

img{
	width: 300px;
	display: block;
	margin: 0 auto;
}

input{
	 font-family: 'Spectral', serif;
   width: 90%;
   box-sizing: border-box;
   border-color: lightslategrey;
   color: lightslategrey;
   background-color: white;
   font-size: 30px;
   padding: 15px;
   margin: 20px;
   margin-bottom: 300px;
   margin-top: 300px;


}



.sticker {
		size: 80%;
		display: flex;
		justify-content: space-around;
	}

	.example-1 .sticker-img {
		background-image: url(images/adelie_verkenne_sticker.png);
		background-repeat: no-repeat;
		background-size: 100%;
		margin: 0 auto;
	}

#scrolltop {
	font-size: 30px;
	margin: 0px 160px;
	display: flex;
	justify-content: center;
	padding: 0px 10px;
	border-radius: 40px;
	background-color: lightslategrey;
	color: #E4E1FF;
}

footer {
	display: flex; 
 	justify-content: space-between;
 	padding: 20px;

}






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




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

}

h1{
	padding-top: 50px;
}

h2{
	padding-right: 50px;
}

h3{
	padding-bottom: 120px;
}

}

