@charset "UTF-8";
@import url("smallscreen.css");
/* CSS Document */

.fa, .fas {
	width:18px;height:18px;
	text-align:center;
	vertical-align:middle;
	line-height:18px;
	font-size:18px;
	border:2px dashed;
	border-radius:50%;
	padding:12px;
	
}

body{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Source Code Pro', monospace;
	color:#999;
	margin:auto;
	
	min-height: 100%;
	background-attachment: fixed;
	background-color: #060707;
	
	font-size: 11px;
	
	width: 100%;
}
#body2{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Source Code Pro', monospace;
	color: #999;
	margin: auto;
	min-height: 100%;
	background-attachment: fixed;
	background-color: #060707;
	font-size: 11px;
	width: 100%;
	background-image: url(../images/EP%20the%20drift%20cover.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}
.logo {
cursor: pointer;
width: 100%;
margin: 0 auto;
	
}
.logo img { width:100%; }

#main{
position: relative;
display: block;
background-image: none;
margin-right: auto;
margin-left: auto;
width: 50%;
text-align: center;
}

#main2{
	position:relative;
	display:block;
	background-image: none;
	margin-right: auto;
	margin-left: auto;
	
	width: 20%;
	
	
	text-align:center;
	
}
#main2 #menu {
list-style-type: none;
height: 70%;
width: 100%;
margin: 0 auto;
    margin-left: auto;
text-align: center;
position: absolute;
display: none;
top: 15%;
left: 50%;
margin-left: -50%;
padding: 0;
z-index:10;
	
}
#menu {
list-style-type: none;
height: 70%;
width: 100%;
margin: 0 auto;
    margin-left: auto;
text-align: center;
position: absolute;
display: none;
top: 15%;
left: 50%;
margin-left: -50%;
padding: 0;
	
}
#menu ul{
	list-style-type: none;
}
#menu li{
	position: absolute;
top: 0;
left: calc(50% - 50px);
width: 50px;
height: 300px;
font-size: 1.4em;
color: #FFF;
	
 }
 
 #menu li a {
	color: #D9CCC3;
	text-decoration: none;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	z-index:10;
 }
#menu li a:hover {
	color: #D0B743;
	font-size: 100%;
	
 }
 .news, .bio, .news, .contact, .download, .newsletter, .sound {
	transform:rotate(0deg);
	transform-origin:center bottom;
	/* Firefox */
	-moz-transition: all 1s ease;

/* WebKit */

-webkit-transition: all 1s ease;

/* Opera */

-o-transition: all 1s ease;

/* Standard */

transition: all 1s ease;

 }
 .news .fa {
	 transform:rotate(-60deg);
 }
  .sound .fa {
	 transform:rotate(-120deg);
 }
  .download .fa {
	 transform:rotate(-180deg);
 }
  .contact .fas {
	 transform:rotate(-240deg);
 }
  .newsletter .fa {
	 transform:rotate(-300deg);
 }
 .bio .comment {
	 width:150px;
	 border-left:1px solid;
	 text-align:left;
	 padding-left:10px;
	 padding-top:70px;
	 display:none;
 }
  .news .comment {
	  transform:rotate(-60deg);
	 width:150px;
	 border-top:1px solid;
	 text-align:left;
	 padding-left:10px;
	 padding-right:70px;
	 position:absolute;
	 top:150px;
	 left:-170px;
	 display:none;
 }
  .sound .comment {
	  transform:rotate(-120deg);
	 width:150px;
	 border-right:1px solid;
	 text-align:right;
	 padding-right:10px;
	 padding-bottom:70px;
	 position:absolute;
	 top:100px;
	 left:-60px;
	 display:none;
 }
  .download .comment {
	   transform:rotate(-180deg);
	 width:150px;
	 border-left:1px solid;
	 text-align:left;
	 padding-left:10px;
	 padding-bottom:70px;
	 position:absolute;
	 top:100px;
	 left:-60px;
	 display:none;
 }
  .contact .comment {
	   transform:rotate(-240deg);
	 width:150px;
	 border-left:1px solid;
	 text-align:left;
	 padding-left:10px;
	 padding-top:70px;
	 position:absolute;
	 top:100px;
	 left:-60px;
	 display:none;
 }
  .newsletter .comment {
	   transform:rotate(-300deg);
	 width:150px;
	 border-left:1px solid;
	 text-align:left;
	 padding-left:10px;
	 padding-bottom:70px;
	 position:absolute;
	 top:100px;
	 left:-60px;
	 display:none;
 }
 .titre_menu {
	 font-family: 'Anton', sans-serif;
	 letter-spacing:0.7em;
 }
 #contenu {
	 width:70%;
	 color:#fff;
	 margin:0 auto;
	 text-align:justify;
	 letter-spacing:0.4em;
	 line-height:2em;
	 margin-top:2%;
	 margin-bottom:2%;
	 padding:2%;
	 background-color:rgba(255,255,255,0.4);
 }
 #footer {
	margin-right: auto;
	margin-left: auto;
	display: block;
	
	position: absolute;
	top: 40px;
	right:2%;
 }
 #icone {
	list-style-type: none;
	position: relative;
	width: 300px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
 }

#icone li{
	padding: 0px;
	margin: auto;
	vertical-align: middle;
	display: block;
	float: left;
}
#icone a{
	transition:all 0s;
}

#fb a {
	background:url(../images/logoFBcolors.png) 0 0 no-repeat;
	display:block;
	width:40px;
	height:40px; 
}
#fb a:hover {
	background-position: -40px 0;
}
#fb a:active {
	background-position: -80px 0;
}


#twit a {
	background:url(../images/logoTwicolors2.png) 0 0 no-repeat;
	display:block;
	width:40px;
	height:40px; 
}
#twit a:hover {
	background-position: -40px 0;
}
#twit a:active {
	background-position: -80px 0;
}
#YT a {
	background:url(../images/logoYTcolors2.png) 0 0 no-repeat;
	display:block;
	width:40px;
	height:40px; 
}
#YT a:hover {
	background-position: -40px 0;
}
#YT a:active {
	background-position: -80px 0;
}
#SC a {
	background:url(../images/logoSCcolors.png) 0 0 no-repeat;
	display:block;
	width:40px;
	height:40px; 
}
#SC a:hover {
	background-position: -40px 0;
}
#SC a:active {
	background-position: -80px 0;
}
#BC a {
	background:url(../images/logoBCcolors.png) 0 0 no-repeat;
	display:block;
	width:40px;
	height:40px; 
}
#BC a:hover {
	background-position: -40px 0;
}
#BC a:active {
	background-position: -80px 0;
}
#insta a {
	background:url(../images/logoinstacolors.png) 0 0 no-repeat;
	display:block;
	width:40px;
	height:40px; 
}
#insta a:hover {
	background-position: -40px 0;
}
#insta a:active {
	background-position: -80px 0;
}

#Gg a {
	background:url(../images/logoG+.png) 0 0 no-repeat;
	display:block;
	width:40px;
	height:40px; 
}
#Gg a:hover {
	background-position: -40px 0;
}
#Gg a:active {
	background-position: -80px 0;
}


h1{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
}
h2{
	color: #FFF;
	font-size: 12px;
	margin: auto;
	position: absolute;
	left: 143px;
	clip: rect(auto,auto,auto,auto);
	text-align: center;
	top: 262px;
}

#video{
	
	width : 100%;
	display: block;
	padding-top: 5%;
	
}

#DT{
	display:inline;
	width:30%;
	
}
#SG{
	display: inline;
	width:30%;
	
	
	
}
	
#formulaire {
	
	text-align:center; margin:0 auto;width:80%;
}
.link1 {
	border-radius: 4px;
	background-color:#d2d5cc;
	padding:8px;
	-webkit-transition:background 1s;
-moz-transition:background 1s;
-o-transition:background 1s;
transition:background 1s;
border:1px solid #222221;
}
.link1:hover{
	color:#fff;
	background-color:#3c444c;
}

/* -------------------------------------- */
/* ANIMATION : OPACITY */
@keyframes mouvement-uniforme {
    100% 	{ animation-timing-function: linear; transition: fade-in 3s linear; }
}
@-webkit-keyframes webkit-mouvement-uniforme {
    100% 	{ -webkit-animation-timing-function: linear; -webkit-transition: fade-in 3s linear; }
}
@-moz-keyframes moz-mouvement-uniforme {
    100% 	{ -moz-animation-timing-function: linear; -moz-transition: fade-in 3s linear; }
}
@-ms-keyframes ms-mouvement-uniforme {
    100% 	{ -ms-animation-timing-function: linear; -ms-transition: fade-in 3s linear; }
}
@-o-keyframes o-mouvement-uniforme {
    100% 	{ -o-animation-timing-function: linear; -o-transition: fade-in 3s linear; }
}
 
#f	{ color:#3366cc;/*bleu */ font-size:1.2em; 
	animation: mouvement-uniforme 1s infinite;
	-webkit-animation: webkit-mouvement-uniforme 3s infinite;
	-moz-animation: moz-mouvement-uniforme 3s infinite;
	-ms-animation: ms-mouvement-uniforme 3s infinite;
	-o-animation: o-mouvement-uniforme 3s infinite;
			}
