/*------------------------------------------------------------------------------------*/
@media only screen and (min-width : 600px) {
   
/*Hide checkbox*/
#barreMenu input[type=radio]{
    display: none;
}    
    
#menu-icon {
	display: none;
}

#barreMenu    { 
    position: absolute; 
    bottom: 0; left: 0; 
    width: 100%;
    list-style:none;
    z-index: 1010;
}

/* hide native checkbox */
#menu input[type=checkbox] {
	position: absolute;
	opacity: 0;
}
#menu
{
    width: 100%;
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;  
    background-color: greenyellow;
    background: -moz-linear-gradient(greenyellow, greenyellow); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, greenyellow),color-stop(1, greenyellow));	
    background: -webkit-linear-gradient(greenyellow, greenyellow);	
    background: -o-linear-gradient(greenyellow, greenyellow);
    background: -ms-linear-gradient(greenyellow, greenyellow);
    background: linear-gradient(greenyellow, greenyellow);
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 0 2px 1px #9c9c9c;
    -webkit-box-shadow: 0 2px 1px #9c9c9c;
    box-shadow: 0 2px 1px #9c9c9c;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
/*    font-size: 14px;  */
    z-index: 8;
       
}

#menu li
{
    float: left;
    width: 10%;
    height: 1%;
	padding: 0 0 0 0;
	position: relative;
/*	line-height: 0;*/
/*        margin-top: 7px; */
        
}

#menu label {
    width: 16%;
    line-height: 1;
    color: #fff;
}

#menu a 
{
	float: left;
	height: 1%;
	padding: 0 0px;
	color: black;
    padding: 12px 0px;
    text-decoration: none;
}

#menu li:hover > a
{
	color: #fafafa;
}


#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 999;
    background: #ff9;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, greenyellow),color-stop(1, #8c8c9f));
    background: -webkit-linear-gradient(greenyellow, #8c8c9f);    
    background: -o-linear-gradient(greenyellow, #8c8c9f);	
    background: -ms-linear-gradient(greenyellow, #8c8c9f);	
    background: linear-gradient(greenyellow, #8c8c9f);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	

}

#menu ul ul
{
  top: 0;
  left: 180px;
  text-align: center;
}
#menu ul ul ul
{
  top: 0;
  left: 143px;
  text-align: center;
}
#menu ul li
{
    float: none;
    margin: 3px;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 0 0 #111111, 0 0 0 #777777;
    -webkit-box-shadow: 0 0 0 #111111, 0 0 0 #777777;
    box-shadow: 0 0 0 #111111, 0 0 0 #777777;
}
#menu ul ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 0 0 #111111, 0 0 0 #777777;
    -webkit-box-shadow: 0 0 0 #111111, 0 0 0 #777777;
    box-shadow: 0 0 0 #111111, 0 0 0 #777777;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
    padding: 3px 3px 3px 3px;
    width: 174px;
    height: auto;
    line-height: 1.5;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    margin-top:0px;
}

#menu ul ul a
{
    padding: 3px 3px 3px 3px;
    width: 140px;
    height: auto;
    line-height: 2;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}
#menu ul ul ul a
{    
    padding: 3px 3px 3px 3px;
    width: 40px;
    height: auto;
    line-height: 2;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}
*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

#menu ul a:hover,
#menu a:hover
{
        color: black;
        background: #978787;
	background: -moz-linear-gradient(#978787,  #eaeae6);	
	background: -webkit-gradient(linear, left top, left bottom, from(#978787), to(#eaeae6));
	background: -webkit-linear-gradient(#978787,  #eaeae6);
	background: -o-linear-gradient(#978787,  #eaeae6);
	background: -ms-linear-gradient(#978787,  #eaeae6);
	background: linear-gradient(#978787,  #eaeae6);
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -17px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 0px solid #444;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 10px;
    width: 0;
    height: 0;
/*    border-left: 1;	*/
    border-bottom: 0px solid transparent;
    border-top: 0px solid transparent;
    border-right: 0px solid #444;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #04acec; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #04acec; 
    border-bottom-color: transparent; 	
}

/*
#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
*/
/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* html #menu             { zoom: 1; } /* IE6 */
/*:first-child+html #menu { zoom: 1; } /* IE7 */

}

/*MEDIA QUERY */
@media only screen and (max-width : 599px) {
    #menu-icon {
	display: inline-block;
        }
    #accueil {	
        display:  inline-block;
        }
    #header .logo h1  { position: absolute; top: 0px;   left: 34px; margin: 0; width:15%;}    
    #header .logo h2  { position: absolute; top: 40px;  margin-left: auto; margin-right: auto; font-size: medium; color: red; } 
    #header .logo h3  { position: absolute; top: 75px;  margin-left: auto; margin-right: auto; font-size: small; color: #D9A617; }
    #header .logo img { max-width: 100%;}
    
#barreMenu ul   {display: none;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    text-align: Left;
    display: none;
    width: 45px;
}
/*Display 'show menu' link*/
.show-menu { display:block; }
/*Hide checkbox*/
#barreMenu  input[type=checkbox]{ display: none;}
/*Show menu when invisible checkbox is checked*/
#barreMenu  input[type=checkbox]:checked + #menu {display: block;}

/*---------------------------> menu vertical    */    
#barreMenu {
  padding:0;
  margin:0;
  list-style:none;
  text-align: center;
  width: 150px;
  position: absolute; z-index: 4;
}

#barreMenu ul {
  padding:0;
  margin:0;
  list-style:none;
  text-align: center;
}
#barreMenu li {
   background-color:#729EBF; 
   background-image:-webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
   background-image: linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
   border-radius: 6px;
   margin-bottom:20px;
   box-shadow: 3px 3px 3px #999;
   border:solid 1px #333A40
}
#barreMenu li li {
   max-height:0;
   overflow: hidden;
   transition: all .5s;
   border-radius:0;
   background: #444;
   box-shadow: none;
   border:none;
   margin:0
}
#barreMenu a {
  display:block;
  text-decoration: none;
  color: #fff;
  padding: 0 0;
  font-family: verdana;
/*  font-size:1em*/
}

#menu li:hover > .sousMenu  {display:block;}
#menu li:hover > .sousMenu2 {display:block;}
#menu li:hover > .sousMenu3 {display:block;}


#menu li li {
   background: #B8BF72;
}
#menu li li li{
   background: #BF7A02;
}
#menu li li li li{
   background: #BF2540;
   margin-left: 15px;
}

#menu li:hover {
   background: #729EBF
}
#menu li li:hover {
   background: #999;
} 
#barreMenu ul li {
   border-radius: 5px 5px 5px 5px;
   border:none;
}
#barreMenu li:hover li {
  max-height: 50em;
}

#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*Create vertical spacing*/

#barreMenu   li {
        margin-bottom: 0px;
    }

}
 
