/* General menu container Style */

.menu_container{
    /*   Other   */
    bottom: 10% ;
    height : 400px ;
    left : 5% ;
    width : 400px;
    
    position:absolute;
    bottom: 10vh ;
    height : 30vw ;
    left : 5vw ;
    width : 30vw;
    overflow-y : auto ;
    overflow-x : hidden ;
}


.menu_placeholder{
	position: absolute;
        width:100%;
	height:99%;
        background: transparent ;
        border: none;
        overflow: visible ;
}

.menu_content{
        position: absolute;
        width:100%;
        height: 98%;
        overflow: visible;
}


/* Specific Li style*/

.menu_bmenu{
    /*   Other   */
    font-height: 20px;
    
    padding: 0;
    margin: auto;
    position: relative;
    line-height:2.5vw;
    height: 100%;
}

.menu_bmenu_item{  
    position: absolute;
    display: block;
    width : 35%;
    height: 30.5%;
    padding: 0px 0px;
    margin: 0px;
    background: transparent ;
    border: none ;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    text-align: center;
/*    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);*/
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.menu_bmenu_item > div{
    height: 100%;
    width: 100%;
    position: absolute ;
    opacity : 0.5 ;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.menu_bmenu_item > p{
    /*   Other   */
    font-size: 12px;
    line-height:12px;
    
    top: 60% ;
    height: 40%;
    width: 100%;
    position: absolute ;
    font-size: 1vw;
    line-height:1.2vw;
    padding: 0;
    margin: 0;
}

.menu_bmenu_item > a {
    position: absolute ;
    left:  0%;
    top: 0%;
    height: 100% ;
    width: 100%;
}

.menu_bmenu_item_icon {
    position: absolute ;
    left:  25%;
    top: 0%;
    height: 50% ;
    width: 50%;
    background-size : 100% 100%;
    background-repeat: no-repeat;
}

.menu_bmenu_item a span{
    /*   Other   */
    font-size: 16px;
    
    position: absolute;
    left: 0% ;
    top: 40% ;
    font-size: 1.3vw;
    text-overflow:ellipsis;
    width : 100%;
    overflow: hidden;
    
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(89,22,20,0.3);
    color: #581514;
    font-weight: bolder ; 
    vertical-align: middle;
        
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.menu_bmenu_item_over{
    border: none ;
}

.menu_bmenu:hover a span {
	color: transparent;
	text-shadow: 0px 0px 10px #fff;
}

.menu_bmenu:hover .menu_bmenu_item:hover{
    /*   Other   */
    font-size: 20px;
    
    background: transparent;
    color:#000; 
    font-size: 2vw; 
    font-weight: bolder ; 
    text-shadow: 0px 0px 10px rgba(0,0,0,1);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
    z-index: 7;
}
.menu_bmenu_item:hover > div {
	opacity : 1;
}

.menu_bmenu_item:hover a span{
	text-shadow: 1px 1px 10px rgba(89,22,20,0.6);
	color: #00f;
}

.menu_bmenu_item#_0_{
    left:  32.5%;
    top:  34.75%;
}
.menu_bmenu_item#_1_{
    left:  58.75%;
    top:  19.5%;
}
.menu_bmenu_item#_2_{
    left:  58.75%;
    top:  49.75%;
}
.menu_bmenu_item#_3_{
    left:  32.5%;
    top:  65.25%;
}
.menu_bmenu_item#_4_{
    left:  6.25%;
    top:  49.75%;
}
.menu_bmenu_item#_5_{
    left:  6.25%;
    top:  19.5%;
}
.menu_bmenu_item#_6_{
    left:  32.5%;
    top:  4.25%;
}

/*.menu_bmenu_item#_0_:hover,
.menu_bmenu_item#_1_:hover,
.menu_bmenu_item#_2_:hover,
.menu_bmenu_item#_3_:hover,
.menu_bmenu_item#_4_:hover,
.menu_bmenu_item#_5_:hover,
.menu_bmenu_item#_6_:hover{
    left:  32.5%;
    top:  34.75%;
}*/
.menu_tool_cadre{
    /*   Other   */
    -webkit-box-shadow: #000 0px 5px 10px;
    -moz-box-shadow: #000 0px 5px 10px;
    box-shadow: #000 0px 5px 10px;
    
    -webkit-box-shadow: #000 0px 1vw 2vw;
    -moz-box-shadow: #000 0px 1vw 2wv;
    box-shadow: #000 0px 1vw 2vw;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden ;
    
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(50%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcec9c', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.menu_tool_cadre #cadre_conteneur{
    position: absolute; 
    width:98%; 
    height:98%;
    top: 1%; 
    left:1%; 
    padding: 0%; 
    border:0px;
    overflow: hidden ;
    
    background : url(/Data/images/loader.gif) no-repeat;
    background : url(../Data/images/loader.gif) no-repeat;
    -moz-background-size : 9% ;          
    -o-background-size: 9% ;           
    -webkit-background-size: 9%;           
     background-size: 9% ;
     -moz-background-position: 49% 50%;          
    -o-background-position: 49% 50%;          
    -webkit-background-position: 49% 50%; 
     background-position: 49% 50%;
}

.menu_texte_cadre{
    font-family: 'arialregular', Arial, Helvetica, sans-serif;
    font-size: 36px ;
    line-height: 24px;
    font-weight: bold ;
    text-shadow:  1px 1px 3px rgba(255,255,255, 1);
    position: absolute;
}