html,
body {
	min-width:320px;
	margin:0;
	color:#3d4542;
	font-size:16px;
	font-weight:500;
	font-family:'Montserrat', sans-serif;
}
.couverture {
	position:fixed;
	z-index:-1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0.8;
	background-size:cover;
	background-position:bottom center;
	background-image:url("images/fleurs.png");
}
a, a:focus {
	color:#ce9f51;
	border:0;
	outline:0;
}
h1 {
	position:absolute;
	top:-1000px;
	left:-1000px;
}
.titre {
	display:block;
	width:92%;
	height:auto;
	max-width:520px;
	margin:6vh auto;
}
.centre {
	position:relative;
	overflow:hidden;
	min-width:320px;
	text-align:center;
}
.portfolio {
	margin:3vh auto;
	font-weight:700;
	text-transform:uppercase;
}
.portfolio span {
	color:#ce9f51;
	font-weight:900;
}
.portfolio:hover span {
	color:#3d4542;
}
.portfolio a {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.medias {
	position:fixed;
	bottom:8vh;
	width:100%;
}
.medias a {
	display:inline-block;
	width:6vw;
	height:6vw;
	min-width:30px;
	min-height:30px;
	max-height:60px;
	max-width:60px;
	margin:0 0.4vw;
	
	background-size:cover;
	background-position:0 0;
}
.medias a:hover {
	background-position:0 -60px;
}
.facebook { background-image:url('images/facebook.png'); }
.courriel { background-image:url('images/courriel.png'); }
.instagram { background-image:url('images/instagram.png'); }

.droits {
	position:fixed;
	bottom:1vh;
	width:100%;
	font-size:0.72rem;
}