
/*-*-*-*-*-*-*-*-* DEBUT base Menu Gauche -*-*-*-*-*-*-*-*-*-*-*-*-*-**/




/* MENU GAUCHE */
.no-padding{
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.MgOpenContainer {
	background-color: #FFF;
	min-height: 100vh;
	/*max-width: 260px;*/
	border-right: 1px solid #eeeeee;
	float:left;

}


.MgOpenBurger {
	background-color: #803588;
	height: 120px;
	text-align:center;

}

.MenuGaucheBurger2 {
    background-color: #803588;
    height: 120px;
	width: 60px;
    text-align: center;
	float:left;
}


.MgButtonContainer {
	width: 100%;
	height:64px;
	border-bottom: 1px solid #eeeeee;
	display:inline-block;

}


.MgButton {
    padding: 22px 16px;
    float: left;
    text-transform: uppercase;
}


.MgButtonN2 {
    padding: 5px 0px 5px 76px;
    text-transform: uppercase;
	font-size: 12px;
	border-bottom: 1px solid #eeeeee;
    margin-top: -6px;
    background-color: #FFF;
}


.MgBActive {
	color: #803588;
}






/*-*-*-*-*-*-*-*-* FIN base Menu Gauche -*-*-*-*-*-*-*-*-*-*-*-*-*-**/
