.toggleMenu {
    display:  none;
    background: #000;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	margin: 10px 23px 0px 0px;
    color: #fff;
	text-align: right;
	width: auto;
}
.nav {
    list-style: none;
    background:#000;
	font-size: 18px;
	font-family: 'Special Elite',sans-serif;
	font-weight: bold;
	color: #fff;
	padding: 12px 0px 0px 0px;
	text-transform: uppercase;
	float: right;
    margin-right: 35px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
}
.nav a {
    padding: 0px 0px 0px 0px;
    color:#fff;
	background-color: #000;
}
.nav a:hover{
    color:#98cb00;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
	font-size: 13px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #000;
	padding-left: 16px;
    position: relative;
    z-index:1002;
}
.nav li li li a {
    background:#000;
    z-index:1200;
}
.en-cours a {
color: #98cb00;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}