header{
	width:calc(100vw - 64px);
	height:5vh;
	background-color:#262626;
	
	margin:0;
	
	padding-top:16px;
	padding-right:32px;
	padding-bottom:16px;
	padding-left:32px;
	
	border-bottom:3px solid #262626;
	
	display:flex;
	
	justify-content:space-between;
	position:fixed;
}

header a{
	margin-left:auto;
	margin-right:auto;
	padding:0;
	
	z-index:0;
}

.logo{
	width:64px;
}


body{
	background-color:#262626;
	margin:0;	
	font-family: 'Unbounded', sans-serif;
	font-weight: 400;
}

.content{
	margin:0;
	height:100vh;
}

.acceuil{
	height:70vh;
	
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	
	padding-top:30vh;
	
	display:block;
	z-index:1;
}

.acceuil h1{
	font-size:80px;
	text-align:center;
	line-height:72px;
	color:#262626;
	font-family: 'Unbounded', sans-serif;
	font-weight: 600;
	
	height:auto;
	width:700px;
		
	margin-top:0;
	margin-right:auto;
	margin-bottom:8px;
	margin-left:auto;
	
	padding:0;
	
	border-bottom:0;
}

.acceuil p{
	font-size:24 px;
	text-align:center;
	color:#262626;
	font-family: 'Unbounded', sans-serif;
	font-weight: 300;
		
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	
	padding:0;
	
	border-bottom:0;
}

.bloc-acceuil{
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
		
	padding:0;
	
	bottom:0;
}

.portfolio{
	margin:0;
	height:100vh;
	
	overflow:hidden;
}

.menu{
	background-color:#C9ACF2;
	height:100%;
	
	margin:0;
	padding-top:30vh;
}

.menu a{
	width:40vw;
	height:auto;
	
	display:flex;
	
	margin-right:-4vw;
	margin-top:0;
	margin-left:auto;
	margin-bottom:0;
	
	padding:0;
	
	transition-duration:0.3s;
	text-decoration-line:none;
}

.menu a:hover{
	margin-right:2vw;
	transition:0.3s;
}

.menu p{
	font-size:4vw;
	color:#262626;
	
	height:4vw;
	
	margin-right:0;
	margin-top:8px;
	margin-left:auto;
	margin-bottom:8px;
	
	font-family: 'Unbounded', sans-serif;
	font-weight: 300;
}

.menu img{
	width:4vw;
	height:4vw;
	
	padding:0;
	
	margin-right:0;
	margin-top:8px;
	margin-left:2vw;
	margin-bottom:8px;
}


.bloc-info{
	background-color:#F27289;

	display:flex;
	justify-content:space-between;
	width:calc(100vw - 64px);
	
	bottom:0;
	
	padding-top:16px;
	padding-right:32px;
	padding-bottom:16px;
	padding-left:32px;
	
	position:fixed;
}

.infos{
	display:inline-block;
	
	padding-top:auto;
	padding-bottom:auto;
}

.infos p{
	color:#262626;
	font-size:18px;
	
	margin-top:0;
	margin-right:64px;
	margin-bottom:0;
	margin-left:0;
	
	bottom:0;
	
	display:flex;
	
	font-family: 'Unbounded', sans-serif;
	font-weight: 300;
}

.infos a{
	text-decoration-line:none;
	
	margin-left:16px;
	margin-top: 7px;
	margin-bottom: 7px;
	
	height:32px;
}

.picto{
	height:32px;
}

.titre-infos{
	text-align:center;
	
	font-size:64px;
	
	margin:0;
}

canvas {
	background-color:#262626;
	width:100vw;
	display: flex;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
.loader{
	background: url('image/ajax-loader.gif') 50% 50% no-repeat rgba(255, 255, 255, 0.8);
	cursor: wait;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.loader h1{
	background: none;
	border: none;
	color: #262626;
	font-size: 22px;
	font-family: "Open Sans",sans-serif;
	font-variant: small-caps;
	font-weight: 700;
	height: 700px;
	line-height: 700px;
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
}