@charset "utf-8";
/* CSS Document 

	rgba(254,254,254,0.90);
	rgba(67,68,66,1.00)
rgba(93,137,229,1.00)
*/

.menu
{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 260px;
	height:95%;
	position: fixed;
	left:0px;
	z-index: 2;
	flex-wrap: wrap;
	top:60px;
	background-color: #434442;
	box-shadow: 3px 2px 3px rgba(67,68,66,0.50);
	border-right:2px solid #434442;
	/*height: calc(100% - 60px);*/
}
.menu div
{	
	cursor: pointer;
	display: flex;
    align-items: center;
    justify-content: center;
	min-height: 52px;
	border-right:2px solid #434442;
	border-top:2px solid #434442;
	border-bottom:2px solid #434442;
	border-left:0px hidden #434442;
	
}

.menu div:hover
{	
	box-shadow: 3px 2px 2px rgba(67,68,66,0.50);
	border-right:2px solid #434442;
	font-size:1.5em;
	transition-duration: 0.2s;
	background-color:rgba(93,137,229,0.60);
	/*color:rgba(67,68,66,1.00);*/
}
#fermemenu
{	
    position: fixed;
	color:#FFF;
	font-size: 1.3em;   
    top: 2px;
    left: 10px;
    width: 57px;
    height: 57px;
	border-right: 0px;
}
#fermemenu img
{
	height: 55px !important;
    width: 55px !important;
}
#masaison
{
	justify-content: center;	
}
#choixsaison
{
	border: 0px;
	border-bottom: 1px #FFF;
}
.menu .entete,.menu .pied,#choixsaison
{
	background-color:#434442;
	color:#FFF;
	font-size: 16px;
}
.menu .entete
{
	text-align: center;	
}

.menu .liste .corps:first-of-type
{
	margin-top:0px;
}
.menu .corps
{
	
	font-size: 1.2em;
	font-weight: bold;
	width:260px;
	background-color:#434442;	
	color:#FFF;
	/*margin-top:1px;
	margin:auto;
	color: #9db668;
	padding:4px;*/
	/*min-height:100px;
	
	min-width: 120px;padding:10px;
	box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.2);*/
	/*border-top:2px solid #9db668;
	border-left:2px solid #9db668;
	border-right:2px solid #9db668;
	border-bottom:2px solid #9db668;*/	
}
.menu .pied
{
}
.menu .pied:hover
{
	background-color:rgba(144,42,44,1.00);
	color:#FFF;
	
}
