body {
	margin: 0;
}
div { 
	box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	border: solid 0px #efefef;
}
a {
	text-decoration: none;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}





#conteneur {
	position: fixed;
	top: 15%;left: 0;width: 100%;height: 70%;
	display: flex;
	flex-direction:  column;
	justify-content: space-around;
	align-items: center;
	text-align: center;
}


#camille {
	position: relative;
	margin-bottom: 50px;
	font-family: 'AntiqueOlive';
	font-size: 64px;
}

#book {
	position: relative;
	margin-bottom: 50px;
	font-family: 'AntiqueOlive-Light';
	font-size: 16px;
	color: #bbb;
}
#book a:link, #book a:visited { color: #666; } 
#book a:hover, #book a:active { color: #000; } 

#instagram {
	position: relative;
	width: 50px;height: 50px;
	background-image: url(logo-instagram.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
}