@charset "UTF-8";
/* CSS Document */
#menu-demo2, #menu-demo2 ul{
	/* padding:0; */
padding:0;
margin:0;
list-style:none;
text-align:center;
}

#menu-demo2 li{
display:inline-block;
position:relative;
border-top:1px solid #FFF;
border-bottom:1px solid #998773;
}

#menu-demo2 ul li{
display:inherit;
}

#menu-demo2 ul{
position:absolute;
z-index: 1000;
max-height:0;
left: 0;
right: 0;
overflow:hidden;
-moz-transition: .8s all .3s;
-webkit-transition: .8s all .3s;
transition: .8s all .3s;
}
#menu-demo2 li:hover ul{
max-height:25em;
}
/* background des liens menus */
#menu-demo2 li:first-child{
background-color: #9E1B32;
}
#menu-demo2 li:nth-child(2){
background-color: #9E1B32;
}
#menu-demo2 li:nth-child(3){
background-color: #9E1B32;
}
#menu-demo2 li:nth-child(4){
background-color: #9E1B32;
}
#menu-demo2 li:nth-child(5){
background-color: #9E1B32;
}
#menu-demo2 li:nth-child(6){
background-color: #9E1B32;
}
#menu-demo2 li:nth-child(7){
background-color: #9E1B32;
}
#menu-demo2 li:nth-child(8){
background-color: #9E1B32;
}
#menu-demo2 li:last-child{
background-color: #9E1B32;
}
/* background des liens sous menus */
#menu-demo2 li:first-child li{
background:#9E1B32;
}
#menu-demo2 li:nth-child(2) li{
background:#9E1B32;
}
#menu-demo2 li:nth-child(3) li{
background:#9E1B32;
}
#menu-demo2 li:nth-child(4) li{
background:#9E1B32;
}
#menu-demo2 li:nth-child(5) li{
background:#9E1B32;
}
#menu-demo2 li:nth-child(6){
background-color: #9E1B32;
}
#menu-demo2 li:nth-child(7){
background-color: #9E1B32;
}
#menu-demo2 li:nth-child(8){
background-color: #9E1B32;
}
#menu-demo2 li:last-child li{
background:#9E1B32;
}
/* background des liens menus et sous menus au survol */
#menu-demo2 li:first-child:hover, #menu-demo2 li:first-child li:hover{
background:#CF2140;
}
#menu-demo2 li:nth-child(2):hover, #menu-demo2 li:nth-child(2) li:hover{
background:#CF2140;
}
#menu-demo2 li:nth-child(3):hover, #menu-demo2 li:nth-child(3) li:hover{
background:#CF2140;
}
#menu-demo2 li:nth-child(4):hover, #menu-demo2 li:nth-child(4) li:hover{
background:#CF2140;
}
#menu-demo2 li:nth-child(5):hover, #menu-demo2 li:nth-child(5) li:hover{
background:#CF2140;
}
#menu-demo2 li:nth-child(6):hover, #menu-demo2 li:nth-child(6) li:hover{
background:#CF2140;
}
#menu-demo2 li:nth-child(7):hover, #menu-demo2 li:nth-child(7) li:hover{
background:#CF2140;
}
#menu-demo2 li:nth-child(8):hover, #menu-demo2 li:nth-child(8) li:hover{
background:#CF2140;
}
#menu-demo2 li:last-child:hover, #menu-demo2 li:last-child li:hover{
background:#CF2140;
}
/* les a href */
#menu-demo2 a{
text-decoration:none;
display: block;
/* 8px hauteur des cellules - 30px largeur des cellules */
padding:8px 30px;
color:#fff;
font-family: 'Lato'; font-size: 16px; font-size: 1em; font-weight:200; font-style:normal; line-height:1.3rem;
}
#menu-demo2 ul a{
padding:8px 0;

}
#menu-demo2 li:hover li a{
color:#fff;
text-transform:inherit;
}
#menu-demo2 li:hover a, #menu-demo2 li li:hover a{
color:#FFF;
border-bottom:1px solid #998773;
}