/* General styles for all menus */
.cbp-spmenu {
	position: fixed;
/* 	background-image: url(../images/menu_bg.gif); */
	overflow-y: auto;
	background-color: #224c66;
	
	}

.cbp-spmenu-push.cbp-spmenu-push-toright .nav_entete {
	background: url("../images/menu.png") -7px 0px no-repeat;
	background-repeat: no-repeat;
	background-position: 14px 14px;
	min-height: 75px;
	padding-left: 80px;
	padding-top: 20px;
}
.cbp-spmenu-push .nav_entete {
	background: url("../images/menu.png") -7px 0px no-repeat;
	background-position: 246px 14px;
	background-repeat: no-repeat;
	min-height: 75px;
	padding-left: 80px;
	padding-top: 20px;
}

.buttonnav {
    cursor: pointer;
    opacity: 1;
    left: 10px;
    top: 5px;
    position: fixed;
    transition: all 0.3s ease 0s;
    color: SteelBlue;
    z-index: 1030;
    margin-left: 60px;
}

.cbp-spmenu-push.cbp-spmenu-push-toright .buttonnav {
	left: 250px;
	
}

.buttonnav:hover {color: #14384E;}


.cbp-spmenu h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 3px;
    max-width: 160px;
    max-height: 30px;
    overflow: hidden;}

.cbp-spmenu h4 a {
	color: white;
	font-size: 11px;
	margin: 0;
	font-weight: 300;
	display: inline;
	position: relative;
	line-height: auto;
	height: auto;
	padding-left: 0;
	text-transform: capitalize;
	background:none;
}
.cbp-spmenu h4 a:hover {
	background:none;
}
.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	background-color: #4C9BCC;
	position: relative;
	text-transform: uppercase;
	line-height: 18px;
	height: 50px;
	padding-left: 17px;
	background-position: 258px 17px;
	background-repeat: no-repeat;

}
.cbp-spmenu a span {
	text-align: right;
	position: absolute;
	right: 21px;
	font-weight: bold;
	
}
.cbp-spmenu a.new_sortie span {
	text-align: right;
	position: absolute;
	right: 17px;
	font-weight: bold;
	font-size: 37px;
	color: #1F82BE;
	text-shadow: 0px 0px 1px #fff;
	filter: dropshadow(color=#fff, offx=0, offy=0);
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	height: 25px;
	top: 14px;
	width: 25px;
}
.cbp-spmenu a.new_sortie:hover span {
	
}
.cbp-spmenu a:hover span.total {
	color: #346f93;
}
.cbp-spmenu a span.total {
	color: #4c9bcc;
	text-align: right;
	position: absolute;
	right: 16px;
	display: inline-block;
	height: 27px;
	min-width: 27px;
	text-align: center;
	line-height: 27px;
	 -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: -6px;
	background: #f7fdff; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7fdff 0%, #dce6ea 40%, #c6d4d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7fdff), color-stop(40%,#dce6ea), color-stop(100%,#c6d4d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7fdff 0%,#dce6ea 40%,#c6d4d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7fdff 0%,#dce6ea 40%,#c6d4d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7fdff 0%,#dce6ea 40%,#c6d4d9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7fdff 0%,#dce6ea 40%,#c6d4d9 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fdff', endColorstr='#c6d4d9',GradientType=0 ); /* IE6-9 */
	padding-right: 2px;
	padding-left: 2px;

	
}
.cbp-spmenu-left .toggle_sousmenu {
	display: none;
}



.cbp-spmenu a.ss_menu{
    background-color: rgba(20, 56, 78, 1);
	color: #9ACFF0;
	text-transform: inherit;
	font-size: 14px;
	background-image: url("../images/puce_ss_menu.gif");
	background-position: 20px center;
    background-repeat: no-repeat;
	cursor: pointer;
    padding-left: 40px;
    line-height: 1.7;
    
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715); 
   -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715); 
     -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715); 
        transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715); /* easeInSine */

-webkit-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715); 
   -moz-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715); 
     -o-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715); 
        transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715); /* easeInSine */
    
    }




.cbp-spmenu a.ss_menu:hover{
background-color: #224c66;
color:#fff;	

-webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715); 
   -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715); 
     -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715); 
        transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715); /* easeInSine */

-webkit-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715); 
   -moz-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715); 
     -o-transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715); 
        transition-timing-function: cubic-bezier(0.470, 0.000, 0.745, 0.715); /* easeInSine */
}
.cbp-spmenu a.bouton_sousmenu.cliqued{
	background-color: #346F93;
	color: #9ACFF0;
}
.cbp-spmenu a:hover {
	background-color: #346F93;
	color: #9ACFF0;
}

.cbp-spmenu a:active {
	background-color: #346F93;
	color: #9ACFF0;
}

.adm {
background-image: url("../images/modif_piste_active.png");
background-position: 260px 17px !important; }
.tdb {
background: url("../images/menu.png"); 
background-position: 247px -60px !important; }
.mcpt{
background: url("../images/menu.png");
background-position: 247px -160px !important; }
.rlt {
background: url("../images/menu.png");
background-position: 247px -210px !important; }
.sts {
background: url("../images/menu.png");
background-position: 247px -260px !important; }

.cbp-spmenu-vertical {
	width: 300px;
	height: 100%;
	top: 0;
	z-index: 1010;
/* 	overflow-y: auto; */
}
.shadow {
	height: 100%;
	width: 13px;
	position: absolute;
	z-index: 1020;
	top: 0px;
	right: 0px;
	background-image: url(../images/menu_shadow.png);
	background-repeat: repeat-y;
	background-position: left top;
}

.cbp-spmenu-push.cbp-spmenu-push-toright .menu-left.push-body.insidemenu {
	height: 100%;
	width: 4px;
	position: absolute;
	z-index: 1020;
	top: 0px;
	right: 0px;
	display: none;
}
.cbp-spmenu-vertical a {
	padding: 1em;
	margin-bottom: 1px;
	
}

#logout {
	background: none;
    padding: 0;
    z-index: 99999;
    position: absolute;
	top: 45px;
    right: 10px;
    width: 16px; height: 16px;}


.cbp-spmenu-push.cbp-spmenu-push-toright #logout {
	background: none;
    padding: 0;
    z-index: 99999;
    position: absolute;
    top: 45px;
    left: 45px;
    width: 16px; height: 16px;}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
/* 	overflow-x: hidden; */
	position: relative;
	left: 0;
	width: 100%;
	transition: all ease 0.3s;
}

.cbp-spmenu-push-toright {
	left: 240px;
	width: calc(100% - 240px);
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}
@media only screen and (max-width: 320px){
.cbp-spmenu-left {
	left: -300px;
	
}
#container {
padding-left: 30px;	
padding-right: 0;
}
.toggle-menu.menu-left.push-body.jPushMenuBtn.buttonnav{
margin-left: 5px;
top: -8px;
}
.cbp-spmenu-push.cbp-spmenu-push-toright .buttonnav  {
    left: 230px;
}
}

.cbp-spmenu-push .help {position: absolute; top: 12px; left: 120px; z-index: 1020; height: 20px; /*width: 50px;*/ }
.cbp-spmenu-push .help a {position: relative; display: inline-block; color: steelblue;}

.cbp-spmenu-push.cbp-spmenu-push-toright .help {position: fixed; top: 12px; left: 250px; z-index: 1020; height: 20px; width: auto; color: white;}
.cbp-spmenu-push.cbp-spmenu-push-toright .help a {position: relative; display: inline-block; color: white;}

.cbp-spmenu-push .help a:hover {color: #14384E !important;}
.cbp-spmenu-push.cbp-spmenu-push-toright .help a:hover {color: #9ACFF0 !important;}
