@charset 'UTF-8';


.soundcloud:before
{
	content: "\e601";
}

.links
{
	color:#4285f4;
}

.inav{
	font-size:1.11em;
	bottom:-.2em;

}

.fa-envelope
{
	padding:.09em;
}

#soupir
{
	position:absolute;
	z-index:-2;
	top:8%;
	right:30%;
	height:70%;
}



body
{
	background:#333;
	background-image:url('../img/bruit.png');
	color:#FCFBE3;
	font-size:34px;
	margin:auto;
	width:50%;
}

header
{
	height:120px;
	width:100%;
	margin-top:5em;
}

div
{
	margin:auto;
}
a:link
{
	text-decoration:none;
	color:#E2E2AE;
}

a:visited
{
	text-decoration:none;
	text-color:#E2E2AE;
}

h1 {
    color:#4285f4;
    opacity: 0.4;
}

/* ///////////// 
	PIED DE PAGE 
	//////////// */
	
#pied{
	color:#4285f4;
	text-align:center;
	font-size:0.55em;
	opacity: 0.5;
	position:absolute;
	bottom: 5vh;
	display:inline-block;
	margin: auto;
	width: 50%;
}

#pied a{
	padding-left:.5em;
	text-decoration:none;
	color: rgba(255,255,255,0.4);
}

#pied a:hover{
	color:rgba(248,244,227,1.0);
}

		
