*{
  margin:0;  
  padding:0;
  text-decoration:none
}
/* de AI pour stiky java script*/
.fixed-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
/* FIN de AI pour stiky */
nav {     
	background-color: rgba(233,232,228,1.00);
	position: relative;
	margin: 0 auto;
}
#flexmenu{    
	text-align: center;  
}
#main-menu{
	text-align: center;  

}
.sub-menu {   /* keep the drop-downs from being hidden by content wrappers etc */
  z-index: 1234;
}

/* General Menu Styling */
#flexmenu li,
#flexmenu li a{
    border: 1;
    list-style: none;
    line-height: 1;  
    display: inline-block;
    position: relative;
    -webkit-transition:all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
#flexmenu ul li a {   /* TEXTE MENU PRINCIPAL*/
	text-decoration: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: rgba(97,117,112,1.00);  
	font-weight: normal;
	padding-top: 5px;   
	padding-bottom: 5px;	
	padding-right: 10px;  
	padding-left: 8px;  
	margin-left:5px;   
	margin-right:10px; 
	background-color: rgba(255,255,255,1);  
	letter-spacing: 2px;
	word-spacing: 3px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	border: 1px solid rgba(97,117,112,1.00); 
	border-radius: 15px;
}
#flexmenu ul li-s a{   /* INDEX LOGO MENU PRINCIPAL*/
	text-decoration: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: rgba(97,117,112,1.00); 
	font-weight: normal;
	padding-top: 5px;   
	padding-right: 1px;  
	padding-left: 10px; 
	padding-bottom: 5px;
	letter-spacing: 2px;
	margin-left: 10px;   
	margin-right: 5px;   
}
/* Submenu  */
/* fLECHE DROITE POUR SS MENU */
#flexmenu ul li.has-sub > a {
    padding-right:40px; 
}
/* Drop icon */
#flexmenu ul li.has-sub > a:after {  
	position: absolute;
	top: 1px;   
	right: 20px;  
	width: 11px; 
	height: 25px;  
	display: block;
	content: '';
	opacity: 0.6; 
	background-image: url(../procrastin-et-fabuleux/fleche-menu-80.png);
	background-repeat: no-repeat;
}

#flexmenu ul ul li.has-sub > a:after { 
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background-color: rgba(255,255,255,1.00);   
	content: '';
}
#flexmenu > ul > li.has-sub > a:before {  
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background-color: rgba(255,255,255,1.00);
    -webkit-transition:all .25s ease;
    transition: all .25s ease;
	
}
#flexmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0;
	
}
#flexmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
     background-color: rgba(255,255,255,1.00); 
    content: '';
    -webkit-transition:all .3s ease;
    transition: all .3s ease;
}
#flexmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}
#flexmenu ul ul li.has-sub:hover,   
#flexmenu ul li.has-sub ul li.has-sub ul li:hover {
   background-color: rgba(255,255,255,0);
}
#flexmenu ul ul {    /* Submenu default states, removed by hover gives the animation */
    position: absolute;
    left: -9999px;
}
#flexmenu li:hover > ul {
    left: auto;
}
#flexmenu ul ul li {    
	height: 30;
	background-color: rgba(255,255,255,0); 

}
#flexmenu li:hover > ul > li {   
	height: 25px;  
	width:200px;  
}

/* tertiary menu */
#flexmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#flexmenu ul ul li a {
	padding: 5px 5px;  
	width: 200px;     
	font-size: 12px;  
	text-decoration: none;
	color: rgba(97,117,112,1.00);  
	text-align: center;
	font-weight: bold;
}
@media (max-width: 750px) {
    .button {
        background-color: rgba(184,178,178,1.00); 
        width: 60px;
        height: 48px;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
        z-index: 10000;
    }
    .button:after {
        position: absolute;
        top: 22px;
        left: 20px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #ffffff;  
        border-bottom: 2px solid #ffffff; 
        content: '';
    }
    .button:before {
        -webkit-transition:all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        left: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #ffffff; 
        content: '';
    }
	 /* Turn it into an X when open */
    .button.menu-opened{
       background-color: rgba(184,178,178,1.00);  
    }
    .button.menu-opened:after {
        -webkit-transition:all .3s ease;
        transition: all .3s ease;    
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #ffffff; 
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .button.menu-opened:before {
        top: 23px;
        background: #ffffff;  
        width: 19px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
  /* reset horizontal styles */	
    #flexmenu ul {
        display: none;
		background-color: rgba(229,227,216,1.00); 
    }
    #flexmenu ul li,
    #flexmenu ul li a,
    #flexmenu ul ul li a{
        width: 100%;
    }

    #flexmenu ul ul li,
    #flexmenu li:hover > ul > li {
        height: auto;  
    }
    #flexmenu ul ul li a {
        padding-left: 25px;
    }
    #flexmenu ul ul ul li a {
        padding-left: 35px;
    }

    #flexmenu ul ul,
    #flexmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    #flexmenu ul ul ul li.active a {
	border-left: none;
	    }
	
    #flexmenu > ul > li.has-sub > ul > li.focus > a,
    #flexmenu > ul ul > li.has-sub > ul > li.focus > a {
        background: #262626;   
        -webkit-transition:all .3s ease;
        transition: all .3s ease;
    }
    #flexmenu > ul > li.has-sub > a:after,
    #flexmenu > ul > li.has-sub > a:before,
    #flexmenu ul ul > li.has-sub > a:after,
    #flexmenu ul ul > li.has-sub > a:before {
        display: none;
    }

    #flexmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;  
        height: 46px;
        width: 46px;
        cursor: pointer;
    }
    #flexmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }
    #flexmenu .submenu-button:after {
        position: absolute;
        top: 13px;    
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
       background-color: rgba(97,117,112,1.00);   
        content: '';
    }
	    #flexmenu .submenu-button:before {
        position: absolute;
        top: 10px; 
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background-color: rgba(97,117,112,1.00);
        content: ''
    }
    #flexmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }
    #flexmenu .submenu-button.submenu-opened:after {
	background-color: rgba(97,117,112,1.00);
    }

    #flexmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    #flexmenu .submenu-button.submenu-opened:before {
        display: none;
    }   
  
  .note{
    font-size: 3vw;
  }
}
