body{
	font-family: verdana;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Trebuchet MS, Helvetica, Sans-Serif;
}

a, a:link, a:visited, a:active{
	color: white;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
	
  -webkit-transition: color 0.7s ease-out;
  -moz-transition: color 0.7s ease-out;
  -o-transition: color 0.7s ease-out;
  transition: color 0.7s ease-out;
}

a:hover{
	color: #2d2d2d;
	}


div#globale{
   margin:0;
   padding:0;
   position:absolute;
   z-index: -1;
   top:0;
   left:0;
   width: 100%;
   height: 100vh;
}


div#header_main{
   margin:0;
   padding-top: 1px;
   position:relative;
   z-index: -1;
   top:0;
   left:0;
   width: 100%;
   height: 200px;
}  


/************ TRANSITIONS **************/
 .fade-in-bg{ 
	background-position: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

 .fade-in-bg-materiel{ 
	background: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 880px;
	height: 500px;
}

.black {
	background-color: #040404;
}

.fade-in-lent {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 5s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.1;
	}
}

/*************************************/
img#logo{
	position: fixed;
	margin: 10px 0 0 15px;
	width: 176px;
	height: 44px;
	border: 0px;
	float: left;
	}


div#header_large{
	position: absolute;
	width: 100%;
	height: 50px;
	margin: 0px;
	padding: 0px;
	color: white;
	text-align: center;
	background-color: #2d2d2d;
	opacity: 0.1;
}

@media screen and (max-width: 640px) {
    .block{
        display: block;
        margin: 0 auto;
    }

}


/**********************************************/
ul#menu {
	position: relative;
	margin-top: 20px;
	margin-right: 16px;
	padding: 0;
	float: right;
}

#menu > li { 
	position: relative;
	display:inline-block;
	width: 100px;
	margin: 0;
	font-size: 15px;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	z-index: 100;
}

#menu > li li.premier {
	z-index: 100;
	margin-top: 15px;
	padding-right: 10px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color : #999999;
}

#menu > li li.autres{
	z-index: 100;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color : #999999;
}

#menu > li li:hover {
		z-index: 100;
		background: white;
}

#menu ul {
	z-index: 100;
	position: absolute;
	max-height:0em;	
	margin: 0; 
	padding: 0;
	overflow: hidden;
	transition: 0.7s max-height 0.3s;
}

#menu > ul,li {
	z-index: 100;
	margin: 0;
	padding: 0;
}

#menu > li:hover ul {
	max-height: 15em;
}


/************** RESPONSIVE ****************/
@media screen and (max-width: 640px) {
    .block{
        display: block;
        margin: 0 auto;
    }

}

@media (max-width: 9000px) {
    #rig li {
        width:33.33%;
    }
}

@media (max-width: 1700px) {
    #rig li {
        width:33.33%;
    }
	
	#rig {
		max-width: 60%;
	}

}

@media (max-width: 1370px) {
    #rig li {
        width:33.33%;
    }
	
	#rig {
		max-width: 70%;
	}
	
	img#logo{
		position: relative;
	}
}

@media (max-width: 1000px) {
    #rig li {
        width:50%;
    }
	
		#rig {
		max-width: 80%
	}
	
		img#logo{
		position: relative;
	}
}

@media (max-width: 700px) {
    #rig li {
        width:50%;
    }

		#rig {
		max-width: 90%;
	}
	
		img#logo{
		position: relative;
	}
}