@import url(http://fonts.googleapis.com/css?family=Lato:300,400);

@font-face {
    font-family: 'socialicoregular';
    src: url('../fonts/socialico-webfont.eot');
    src: url('../fonts/socialico-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socialico-webfont.woff2') format('woff2'),
         url('../fonts/socialico-webfont.woff') format('woff'),
         url('../fonts/socialico-webfont.ttf') format('truetype'),
         url('../fonts/socialico-webfont.svg#socialicoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'droid_sansregular';
    src: url('../fonts/droidsans-webfont.eot');
    src: url('../fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidsans-webfont.woff') format('woff'),
         url('../fonts/droidsans-webfont.ttf') format('truetype'),
         url('../fonts/droidsans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Style Menu */

#menu{
float: left;
position: fixed;
width: 100%;
height: 50px;
background-color: #fff;
z-index: 999;
}

#logomenu{
float: left;
width: 421px;
height: 30px;
margin: 0;
margin-top: 10px;
margin-left: 10px;
}

#logomenu img{
width: 421px;
height: 30px;
}

#sloganmenu{
display: none;
}

@media screen and (max-width: 500px) {

	#logomenu{
	float: left;
	width: 240px;
	height: 18px;
	margin: 0;
	margin-top: 16px;
	margin-left: 10px;
	}

	#logomenu img{
	width: 240px;
	height: 18px;
	}

}

#navigation ul.reseaux{
height: 45px;
margin: 0;
margin-bottom: 20px;
}

#navigation ul.reseaux li{
float: right;
}

#navigation ul.reseaux li a{
text-transform: none;
margin: 0;
margin-left: 35px;
margin-right: 35px;
}

#navigation ul.menuarbo{
float: left;
width: 100%;
height: auto;
margin: 0;
}

#hamburgermenu{
float: right;
margin: 0;
margin-right: 10px;
}

#trigger-overlay{
float: left;
width: 35px;
height: 25px;
border: none;
margin: 0;
margin-top: 12px;
cursor: pointer;
background: none;
}

#hamburgermenu p{
float: left;
height: 25px;
font-family: "droid_sansregular";
font-size: 16px;
font-weight: lighter;
text-transform: uppercase;
text-align: left;
line-height: 25px;
color: #7d7d7d;
margin: 0;
margin-right: 15px;
margin-top: 25px;
}

#trigger-overlay img{
float: left;
width: 35px;
height: 25px;
border: none;
}

/* Fin Style Menu */

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,1);
	z-index: 99999;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
	cursor: pointer;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 65%;
	font-size: 22px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 7.14%;
	height: calc(100% / 14);
	min-height: 38px;
	color: #a9a9a9;
}

.overlay ul li a {
	font-family: 'droid_sansregular';
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 60px;
	display: block;
	color: #a9a9a9;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #7d7d7d;
}

/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 28px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}