/*
Lumino Admin Bootstrap Template
Version 1.0
*/


/*Global Styles*/

body {
	background: #FFF;
	/*#f1f4f7*/
	padding-top: 50px;
	color: #5f6468;
}

.pagelogin2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;

	height: 100%;
	width: 100%;
	/*background:  url(../images/bg-4.jpg) no-repeat center fixed; */

	background-image: url("../images/school.jpg");
	z-index: -1;
	/* Keep the background behind the content */

	-webkit-background-size: cover;
	/* pour Chrome et Safari */
	-moz-background-size: cover;
	/* pour Firefox */
	-o-background-size: cover;
	/* pour Opera */
	background-size: cover;
	/* version standardisée */
	filter: brightness(100%);

}

.pagelogin3 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;

	height: 100%;
	width: 100%;
	/*background:  url(../images/bg-4.jpg) no-repeat center fixed; */

	background-image: url('../images/noel.png');


	z-index: -1;
	/* Keep the background behind the content */

	-webkit-background-size: cover;
	/* pour Chrome et Safari */
	-moz-background-size: cover;
	/* pour Firefox */
	-o-background-size: cover;
	/* pour Opera */
	background-size: cover;
	/* version standardisée */
	filter: brightness(100%);


}




p {
	color: #777;
}

td a {
	display: block; // pour un lien occupant toute la largeur disponible
}

a,
a:hover,
a:focus {
	color: #30a5ff;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #5f6468;
}

h1 {
	font-weight: 300;
	font-size: 40px;
}

h2 {
	font-weight: 300;
	margin-bottom: 20px;
}

h3,
h4 {
	font-weight: 300;
}

h10 {
	font-size: 2.8em;
	color: #5f6468;
}

h15 {
	font-size: 1.3em;
	color: #5f6468;
}

h16 {
	font-size: 1.0em;
	color: #5f6468;
}

h17 {
	font-size: 0.9em;
	color: #5f6468;
}

h20 {
	font-size: 2.8em;
	color: #FFF;
}

h25 {
	font-size: 1.3em;
	color: #FFF;
}

h26 {
	font-size: 1.0em;
	color: #FFF;
}

h27 {
	font-size: 0.9em;
	color: #FFF;
}

h28 {
	font-size: 1.1em;
	color: #FFF;
}

h29 {
	font-size: 0.8em;
	color: #FFF;
}

h30 {
	/* rouge */
	font-size: 2.8em;
	color: #FF275E;
}

h35 {
	font-size: 1.2em;
	color: #FF275E;
}

h36 {
	font-size: 1.0em;
	color: #FF275E;
}

h40 {
	/* gris clair */
	font-size: 2.8em;
	color: #AAA;
}

h45 {
	/* gris clair */
	font-size: 1.2em;
	color: #AAA;
}

h46 {
	/* gris clair */
	font-size: 1.0em;
	color: #AAA;
}

h47 {
	/* gris clair */
	font-size: 0.9em;
	color: #AAA;
}

h48 {
	/* gris clair */
	font-size: 0.8em;
	color: #CCC;
}

h50 {
	/* vert */
	font-size: 2.8em;
	color: #06A482;
}

h55 {
	font-size: 1.2em;
	color: #06A482;
}

h56 {
	font-size: 1.0em;
	color: #06A482;
}

h65 {
	/*orange*/
	font-size: 1.2em;
	color: #ff7b26;
}

h66 {
	/*orange*/
	font-size: 1em;
	color: #ff7b26;
}

h76 {
	/* gris Foncé */
	font-size: 1em;
	color: #777;
}

h77 {
	/* gris Foncé */
	font-size: 0.9em;
	color: #777;
}

h78 {
	/* gris Foncé */
	font-size: 0.8em;
	color: #777;
}

h86 {
	/* gris moyen */
	font-size: 0.9em;
	color: #999;
}

h87 {
	/* gris moyen */
	font-size: 0.8em;
	color: #999;
}

h95 {
	/* rouge val d'oise */
	font-size: 1.2em;
	color: #FD6633;
}

h96 {
	/* rouge val d'oise */
	font-size: 1em;
	color: #FD6633;
}

alerte {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 5px;
	background-color: #33CB33;
	color: #FFF;
	font-size: 0.8em;
	border-radius: 12px 12px;
}

alerte-orange {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 5px;
	background-color: #FF7F1B;
	color: #FFF;
	font-size: 0.8em;
	border-radius: 12px 12px;
}

alerte-nul {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 5px;
	color: #FFF;
	font-size: 0.8em;
	border-radius: 12px 12px;
}

.large {
	font-size: 2em;
}

.text-muted {
	color: #9fadbb;
}

.color-gray {
	color: #5f6468;
}

.color-blue {
	color: #30a5ff;
}

.color-teal {
	color: #1ebfae;
}

.color-orange {
	color: #ffb53e;
}

.color-red {
	color: #f9243f;
}

.bg-primary .glyphicon-remove {
	color: #5f6468;
}

.bg-primary .glyphicon-remove:hover {
	color: #ef4040;
}

.no-padding {
	padding: 0;
	margin: 0;
}

.glyphicon-xl {
	font-size: 6em;
}

.glyphicon-l {
	font-size: 3em;
}

.glyphicon-m {
	font-size: 1.5em;
}

.glyphicon-s {
	font-size: 0.75em;
}

.form-control {
	border: 1px solid #eee;
	box-shadow: none;

}

.form-control:focus {
	border: 1px solid #30a5ff;
	outline: 0;
	box-shadow: inset 0px 0px 0px 1px #30a5ff;
}

.navbar-header .navbar-brand {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
}

.navbar-header .navbar-brand span {
	color: #fff;
}

/*Buttons*/

a.btn:hover,
button:hover {
	opacity: 0.8;
}

a.btn:active,
button:active {
	box-shadow: inset 0px 0px 500px rgba(0, 0, 0, .1);
	opacity: 1;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default,
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #e9ecf2;
	border-color: #e9ecf2;
	color: #1b3548;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #30a5ff;
	border-color: #30a5ff;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success,
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #8ad919;
	border-color: #8ad919;
}

.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning,
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #ffb53e;
	border-color: #ffb53e;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger,
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #f9243f;
	border-color: #f9243f;
}

/*Backgrounds*/

.bg-neutre {
	color: #1b3548;

}

a.bg-neutre:hover {}

.bg-primary {
	color: #1b3548;
	background-color: #e9ecf2;
}

a.bg-primary:hover {
	background-color: #e9ecf2;
}

.bg-success {
	color: #fff;
	background-color: #8ad919;
}

a.bg-success:hover {
	background-color: #8ad919;
}

.bg-success a {
	color: rgba(255, 255, 255, .75);
}

.bg-info {
	color: #fff;
	background-color: #30a5ff;
}

a.bg-info:hover {
	background-color: #30a5ff;
}

.bg-info a {
	color: rgba(255, 255, 255, .75);
}

.bg-warning {
	color: #fff;
	background-color: #ffb53e;
}

a.bg-warning:hover {
	background-color: #ffb53e;
}

.bg-warning a {
	color: rgba(255, 255, 255, .75);
}

.bg-danger {
	color: #fff;
	background-color: #f9243f;
}

a.bg-danger:hover {
	background-color: #f9243f;
}

.bg-danger a {
	color: rgba(255, 255, 255, .75);
}

/*Panels*/

.panel {
	border: 0;


}

.panel-heading {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.025em;
	height: 66px;
	line-height: 45px;
}

.panel-heading3 {
	font-size: 1.1em;
	font-weight: 300;
	letter-spacing: 0.025em;
	height: 66px;
	line-height: 45px;
}

.panel-heading2 {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.025em;
	height: 50px;
	line-height: 45px;
	background-color: #30a5ff;
	color: #fff;
	border-bottom: 1px solid #eee;
	stroke-width: 2px;
}

.panel-default .panel-heading {
	background: #fff;
	border-bottom: 1px solid #eee;
	color: #5f6468;
}

.panel-body {
	min-height: 110px;

}

.panel-body2 {
	min-height: 110px;
}

.panel-footer {
	background: #fff;
	border-top: 1px solid #eee;
}

.panel-widget {
	padding: 0;
	position: relative;
}

.panel-widget .panel-footer {
	border: 0;
	text-align: center;
}

.panel-footer .input-group {
	padding: 0px;
	margin: 0 -5px;
}

.panel-footer .input-group-btn:last-child>.btn,
.panel-footer .input-group-btn:last-child>.btn-group {
	margin: 0;
}

.panel-widget .panel-footer a {
	color: #999;
}

.panel-widget .panel-footer a:hover {
	color: #666;
	text-decoration: none;
}

.panel-blue {
	background: #30a5ff;
	color: #fff;
}

.panel-teal {
	background: #1ebfae;
	color: #fff;
}

.panel-orange {
	background: #ffb53e;
	color: #fff;
}

.panel-red {
	background: #f9243f;
	color: #fff;
}

.panel-blue .panel-body p,
.panel-teal .panel-body p,
.panel-orange .panel-body p,
.panel-red .panel-body p {
	color: #fff;
	color: rgba(255, 255, 255, .8);
}

.panel-blue .panel-heading,
.panel-teal .panel-heading,
.panel-orange .panel-heading,
.panel-red .panel-heading . {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.panel-blue .text-muted,
.panel-teal .text-muted,
.panel-orange .text-muted,
.panel-red .text-muted {
	color: rgba(255, 255, 255, .5);
}

.panel_APEI {
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
	border: 1px solid #EEE;
	box-shadow: 0 1px 8px rgba(0, 0, 0, .05);
	padding: 10px;
	cursor: pointer;
	text-align: center;
	background-color: #D51055;
	opacity: 1;
	transition: .6s ease;
}

.panel_APEI:hover {
	background-color: rgba(0, 0, 0, 0.8);

	box-shadow: 0 1px 8px rgba(0, 0, 0, .175);
}

.panel_notification {
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
	border: 1px solid #EEE;
	box-shadow: 0 1px 8px rgba(0, 0, 0, .05);
	padding: 10px;
	cursor: pointer;
}

.panel_notification:hover {
	box-shadow: 0 1px 8px rgba(0, 0, 0, .175);
}

.panel_tache {
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 7px;
	margin-bottom: 10px;
	border: 1px solid #EEE;
	box-shadow: 0 1px 8px rgba(0, 0, 0, .05);
	padding: 0px;
	cursor: pointer;
}

.panel_tache:hover {
	box-shadow: 0 1px 8px rgba(0, 0, 0, .175);
}

.panel-scrolling {
	margin-bottom: 30px;
}

.dark-overlay {
	background: rgba(0, 0, 0, .05);
	text-align: center;
}

.widget-couleur {
	font-size: 3em;
	color: #FFF;
	background-color: #2c3e50;
	border: 1px solid #2c3e50;
	text-align: center;
	min-width: 80px;
	min-height: 120px;
	height: 90px;
	line-height: 100px;
	padding-top: 10px;
}

.widget-couleur2 {
	background: #FAFAFA;
	min-height: 120px;
	padding-top: 5px;
	border: 1px solid #EEE;
}

.widget-couleur2:hover {

	background: #F0F2F2;

}

.widget-left {
	height: 100px;
	padding-top: 15px;
	text-align: center;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.widget-debit {

	display: block;
	height: 170px;
	padding-top: 15px;
	text-align: center;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #FFF;
}

.widget-debitvaleur {
	display: block;
	text-align: center;
	margin: 0px;
	padding: 20px;
	height: 170px;
	color: #FFF;
	font-weight: 300;
	background-color: #85929E;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.widget-classeleft {
	height: 100px;
	padding-top: 15px;
	text-align: center;
	color: #FFF;
}

.widget-classeright {
	text-align: right;
	margin: 0px;
	padding: 20px;
	height: 100px;
	color: #FFF;
	font-weight: 300;
	font-size: 12px;

}

.widgetsimple-classerightvaleur {
	display: inline-block;
	float: right;
	padding-top: 10px;
	font-size: 13px;
}

.widget-right {
	text-align: left;
	line-height: 1.6em;
	margin: 0px;
	padding: 20px;
	height: 100px;
	color: #999;
	font-weight: 300;
	background: #fff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.widgetlistesimple {
	display: block;
	text-align: left;
}

.widgetlistesimple:hover {
	background: #EFEFEF;
}

.widgetlistesimple2 {
	display: block;
	text-align: left;
}

.widgetsimple-left {
	display: inline-block;
}


.widgetsimple-Valeur1 {
	display: inline-block;
	font-size: 25px;
	font-weight: 300;

}

@media (max-width: 768px) {
	.widget-debit {
		display: inline-block;
		width: 100%;
		height: 70px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	.widget-debitvaleur {
		display: inline-block;
		width: 100%;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
}

@media (max-width: 768px) {
	.widget-right {
		width: 100%;
		margin: 0;
		text-align: center;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}

}

@media (max-width: 768px) {
	.widget-left {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}

.widget-right .text-muted {
	color: #9fadbb;
}

.widget-right .large {
	color: #5f6468;
}

.panel-blue .widget-left {
	background: #30a5ff;
	color: #fff;
}

.panel-teal .widget-left {
	background: #1ebfae;
	color: #fff;
}

.panel-orange .widget-left {
	background: #ffb53e;
	color: #fff;
}

.panel-red .widget-left {
	background: #f9243f;
	color: #fff;
}

.panel-widget {
	background: #fff;
}

.panel-heading .fa-toggle-up,
.panel-heading .fa-toggle-down {
	font-size: 17px;
}

.panel-settings {
	list-style: none;
	padding: 0;
	margin: 0;
}

.panel-settings .dropdown a.dropdown-toggle,
.panel-settings a {
	padding: 0;
	background: none;
	color: #7c7c7c;
}

.panel-settings a,
.panel-toggle {
	width: 40px;
	padding: 2px 0 0 0;
}

.panel-settings:hover,
.panel-toggle:hover,
.panel-settings .dropdown a.dropdown-toggle:hover,
.panel-settings:active,
.panel-toggle:active,
.panel-settings .dropdown a.dropdown-toggle:active,
.panel-settings:focus,
.panel-toggle:focus,
.panel-settings .dropdown a.dropdown-toggle:focus {
	background: #f1f4f7;
	color: #444444;
}

.panel-settings,
.panel-toggle {
	display: inline-block;
	margin: -1px -5px 0 15px !important;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #e9ecf2;
	color: #7c7c7c;
	background: #fff;
	width: 42px;
}

.panel-settings {
	width: 42px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.panel-settings li.dropdown {
	margin: 0;
	padding: 0;
}

.dropdown-settings {
	border: 1px solid #fff;
	width: 220px;
	font-size: 0.9em;
	padding: 0;
}

.dropdown-settings li {
	list-style: none;
	padding: 0 10px;
	width: 220px;
	height: 26px;
	line-height: 26px;
}

.dropdown-settings .divider {
	margin: 7px 0;
}

.dropdown-settings li a {
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
	color: #444444;
}

.clickable {
	cursor: pointer;
}

.panel-heading span {
	margin: 0px;
	font-size: 14px;
}

.panel-button-tab-right {
	margin-left: 4px !important;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.panel-button-tab-left {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}



#Authen {
	position: relative;
	width: 100%;
	text-align: left;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 6pt;
	text-transform: uppercase;
	padding-bottom: 15px;
	border-bottom: 1px solid #DDD;
	font-weight: bolder;
	padding-left: 30px;
}

#Authen3 {
	position: relative;
	color: #777777;
	top: 30px;
	width: 100%;
	text-align: left;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.9pt;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-bottom: 30px;

}

#Bloc1Titre0 {
	position: relative;
	display: bloc;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	top: 25%;
	margin: 0 auto;
	/*alignement automatique centre écran*/
}

.Bloc1Titre1 {
	position: absolute;
	display: block;
	height: 100%;
	background: rgba(255, 255, 255, 0.95);

}

.Bloc1Login {
	position: relative;
	display: block;
	top: 20%;
}

@media (max-width: 768px) {
	#Bloc1Titre0 {
		position: relative;
		display: bloc;
		height: 500px;
		margin-left: auto;
		margin-right: auto;
		top: 5%;
		margin: 0 auto;
		/*alignement automatique centre écran*/
	}

}

.Tab5col {
	padding: 1px;
	width: 20%;
	float: left;
}

@media (max-width: 768px) {
	.Tab5col {
		padding: 1px;
		width: 100%;
		float: left;
	}

}

/*Jumbotron*/

.jumbotron {
	background: #fff;
	border-bottom: 1px solid #eee;
	color: #5f6468;
}

/*Tabs*/

.panel .tabs {
	margin: 0;
	padding: 0;
}

.nav-tabs {
	background: #e9ecf2;
	border: 0;
}

.nav-tabs li a:hover {
	background: #fff;
}

.nav-tabs li a,
.nav-tabs li a:hover,
.nav-tabs li.active a,
.nav-tabs li.active a:hover {
	border: 0;
	padding: 15px 20px;
}

.nav-pills {
	padding: 15px;
	padding-bottom: 0;
}

.nav-pills li a,
.nav-pills li a:hover,
.nav-pills li.active a,
.nav-pills li.active a:hover {
	border: 0;
	padding: 7px 15px;
}

.nav-pills li.active a,
.nav-pills li.active a:hover {
	background: #30a5ff;
}

.tab-content {
	padding: 15px;
}




@keyframes myanimation-boutton-option-emplactement {

	0% {
		margin-left: 0px;
	}

	100% {
		margin-left: -45px;
	}
}





#preview {
	width: 300px;
	display: inline-block;
}

#preview img {
	width: 100%;
}


/*Navbar*/

.navbar {
	border: 0;
}

.navbar input {
	border: 0;
	background: #444;
	color: #fff;
}

.navbar input:focus {
	color: #fff;
	background: #555;
	border: 1px solid #30a5ff;
	outline: 0;
	box-shadow: inset 0px 0px 0px 1px #30a5ff;
}

.user-menu {
	display: inline-block;
	margin-top: 14px;
	margin-right: 10px;
	float: right;
	list-style: none;
	padding: 0;
}

.user-menu a {
	color: #fff;
}

.user-menu a:hover,
.user-menu a:focus {
	text-decoration: none;
}

.option-menu {
	display: inline-block;
	margin-top: -15px;
	margin-right: 10px;
	float: right;
	list-style: none;
	padding: 0;
}

.option-menu a {
	color: #fff;
}

.option-menu a:hover,
.option-menu a:focus {
	text-decoration: none;
}

/* Sidebar */

.sidebar {
	display: block;
	background-color: #fff;
	padding: 0;
	display: none;
}

.sidebar form {
	padding: 20px 15px 5px 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.sidebar {
		display: block;
		position: fixed;
		top: 50px;
		bottom: 0;
		left: 0;
		z-index: 1000;
		display: block;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
		background-color: #fff;
		border-right: 1px solid #EEE;
		/*box-shadow: 1px 0px 10px rgba(0, 0, 0, .05);*/
	}

	.navbar-header {
		width: 100%;
	}

}

.navicon {
	color: #209BE6;
}

.sidebar ul.nav a,
.sidebar ul.nav li.parent ul li a {
	color: #545454;
}

.sidebar ul.nav a:hover,
.sidebar ul.nav li.parent ul li a:hover {
	text-decoration: none;
	background-color: #545454;
	color: #fff;
}

.sidebar ul.nav .active a,
.sidebar ul.nav li.parent a.active,
.sidebar ul.nav .active>a:hover,
.sidebar ul.nav li.parent a.active:hover,
.sidebar ul.nav .active>a:focus,
.sidebar ul.nav li.parent a.active:focus {
	color: #fff;
	background-color: #30a5ff;
}

*/ .sidebar ul.nav ul,
.sidebar ul.nav ul li {
	list-style: none;
	list-style-type: none;
}

.sidebar ul.nav ul.children {
	width: auto;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
}

.sidebar ul.nav ul.children li a {
	height: 40px;
	background: #f9f9f9;
	color: #30a5ff !important;
}

.sidebar ul.nav li.current a {
	background-color: #30a5ff;
	color: #fff !important;
}

.sidebar ul.nav li.parent ul li a {
	border: none;
	display: block;
	padding-left: 30px;
	line-height: 40px;
}


.sidebar span.glyphicon {
	margin-right: 10px;
}

.sidebar ul.nav li.divider {
	border-bottom: 1px solid #eee;
	margin: 20px 0;
}

.sidebar .attribution {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 15px;
	text-align: center;
	border-top: 1px solid #eee;
	font-size: 12px;
}

/*Breadcrumbs*/

.breadcrumb {
	border-radius: 0;
	padding: 10px 15px;
	background: #F9F9F9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	margin: 0;
}

h1.page-header {
	margin-top: 30px;
	border-bottom: 0;
}

/*Charts*/

.main-chart {
	background: #fff;
}

.easypiechart-panel {
	text-align: center;
	padding: 1px 0;
	margin-bottom: 20px;
}

.placeholder h2 {
	margin-bottom: 0px;
}

.donut {
	width: 100%;
}

.easypiechart {
	position: relative;
	text-align: center;
	width: 120px;
	height: 120px;
	margin: 20px auto 10px auto;
}

.easypiechart .percent {
	display: block;
	position: absolute;
	font-size: 26px;
	top: 38px;
	width: 120px;
}

#easypiechart-blue .percent {
	color: #30a5ff;
}

#easypiechart-teal .percent {
	color: #1ebfae;
}

#easypiechart-orange .percent {
	color: #ffb53e;
}

#easypiechart-red .percent {
	color: #ef4040;
}

/*Calendar Widget*/

#calendar,
.datepicker-inline {
	width: 100%;
}

#calendar table {
	width: 100%;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
	color: rgba(255, 255, 255, .50);
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
	color: #ffffff;
	background-color: rgba(0, 0, 0, .5);
	border-color: #285e8e;
}

.datepicker table tr td span:hover,
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
	background: rgba(0, 0, 0, 0.25);
}

.panel-heading .glyphicon {
	margin-right: 10px;
}

/*Todo List Widget*/

.todo-list-item .glyphicon {
	margin-right: 5px;
	color: #9fadbb;
}

.todo-list-item .glyphicon:hover {
	margin-right: 5px;
	color: #1b3548;
}

.todo-list {
	padding: 0;
	margin: -15px;
	background: #fff;
	color: #5f6468;
}

#checkbox {
	margin: 0;
}

.todo-list .checkbox {
	display: inline-block;
	margin: 0px;
}

.panel-body input[type=checkbox]:checked+label {
	text-decoration: line-through;
	color: #777;
}

.todo-list-item {
	list-style: none;
	line-height: 0.9;
	padding: 14px 15px 8px 15px;
}

.todo-list-item:hover,
a.todo-list-item:focus {
	text-decoration: none;
	background-color: #f6f6f6;
}

.todo-list-item .trash .glyph:hover {
	color: #ef4040;
}


/*Chat Widget*/

.chat ul {
	list-style: none;
	margin: -15px;
	padding: 15px;
}

.chat ul li {
	margin-bottom: 10px;
	padding: 15px 5px;
	border-bottom: 1px solid #eee;
}

.chat ul li.left .chat-body {
	margin-left: 10px;
}

.chat ul li.right .chat-body {
	margin-right: 10px;
}

.chat ul li .chat-body p {
	margin: 0;
}

.chat ul .glyphicon {
	margin-right: 5px;
}

.chat .panel-body {
	overflow-y: scroll;
	height: 360px;
}

.chat-body small {
	margin-left: 5px;
}

/*Tables*/
.table {
	background: #fff;
}

.fixed-table-container {
	border: 1px solid #eee;
}

.fixed-table-container thead th {
	background: #f7f7f8;
	border-color: #ddd;
	color: #5f6468;
	font-weight: 300;
	font-size: 16px;
}

.fixed-table-container tbody td {
	border: 1px solid #eee;
}

.fixed-table-container tbody td:last-child {
	border-right: none;
}

.table>thead>tr>th {
	border-bottom: 1px solid #e6e7e8;
	vertical-align: middle;
	height: 50px;
}

.fixed-table-pagination .pagination {
	margin-top: 10px;
	margin-bottom: 0px;
}

margin-top: 20px;

.fixed-table-pagination .pagination-detail {}

.tableautitre {
	color: #FFF;
	background: #3498DB;
	border: 1px solid #DDD;
	border-collapse: collapse;

}

.tableaucellule {
	border: 1px solid #DDD;
	border-collapse: collapse;
	text-align: center;
}

.tableaucelluleRED {
	border: 1px solid #DDD;
	color: #FE2E2E;
	border-collapse: collapse;
	text-align: center;
}

.tableaucelluleGREEN {
	border: 1px solid #DDD;
	color: #01DF01;
	border-collapse: collapse;
	text-align: center;
}

.BorderTableaucomplete4 {
	border-collapse: collapse;
	border: 1px solid #E1E1E1;
	color: #FFF;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background: #3498DB;
	width: 6%;
	min-width: 50px;
}

.BorderTableaucomplete5 {
	border-collapse: collapse;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-right: 5px;
	width: 100px;
	min-width: 70px;

}

.BorderTableaucomplete6 {
	border-collapse: collapse;
	border: 1px solid #E1E1E1;
	color: #493C6F;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 40px;
}

.BorderTableaucomplete6 a {
	color: #493C6F;
}

.BorderTableaucomplete6:hover {
	opacity: 0.7;
}

.BorderTableauPlanning0 {
	border-top: 1px solid #EEE;
}

.BorderTableauPlanningNom {
	border-collapse: collapse;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	color: #333;
	height: 15px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;
	min-width: 70px;
}

.BorderTableauPlanning {
	border-collapse: collapse;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	color: #333;
	height: 15px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	width: 4%;
	min-width: 50px;
}

.BorderTableauPlanning a {
	color: #666;
}

.BorderTableauPlanning:hover {
	filter: brightness(70%);
	-webkit-filter: brightness(70%);
	-moz-filter: brightness(70%);
	-o-filter: brightness(70%);
	-ms-filter: brightness(70%);
}

.BorderTableauPlanningEntete {
	border-collapse: collapse;
	border: 1px solid #EEE;
	background-color: #0085DC;
	color: #FFF;
	height: 22px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 4%;
	min-width: 50px;
}

/*Icons*/


.sidebar .glyph,
.user-menu .glyph {
	height: 16px;
	width: 16px;
	margin: 0 10px 0 0;
	stroke-width: 3px;
}

.user-menu .glyph {
	stroke-width: 4px;
}

.breadcrumb .glyph {
	height: 14px;
	width: 14px;
	margin: -2px 0 0 0;
	stroke-width: 4px;
}

.alert .glyph,
.panel-heading .glyph {
	width: 26px;
	height: 26px;
	margin: 0 10px 0 0;
	stroke-width: 2px;
}

.alert2 .glyph {
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	stroke-width: 2px;
}

.panel-widget .glyph {
	stroke-width: 2px;
}

.todo-list .glyph {
	width: 14px;
	height: 14px;
	stroke-width: 4px;
	color: #999;
}

.glyph.table {
	background: none;
	border: none;
}

/*Icon Grid*/

.icon-grid div {
	border: 1px solid #ddd;
	margin: 0 0 -1px -1px;
	text-align: center;
	padding: 10px 0 20px 0;
}

.icon-grid svg {
	width: 35%;
	display: block;
	margin: 0 auto;
}

.icon-grid h4 {
	display: none;
}

.icon-grid pre {
	margin: 10px 10px -10px 10px;
	border-radius: 0;
	font-size: 10px;
	border-color: #ddd;
	height: 65px;
	overflow: scroll;
}

.icon-notification-noalerte {
	margin-top: 6px;
	width: 38px;
	height: 38px;
	border-radius: 19px;
	border: 0px;
	text-align: center;
	background: #262C34;
}

.icon-notification-alerte {
	margin-top: 6px;
	width: 38px;
	height: 38px;
	border-radius: 19px;
	border: 0px;
	text-align: center;
	background: #f5225b;
	animation: myanimation-icon-notification-alerte 7s infinite;
}

@keyframes myanimation-icon-notification-alerte {
	0% {
		background-color: #f5225b;
	}

	40% {
		background-color: #f5225b;
	}

	50% {
		background-color: #262C34;
	}

	60% {
		background-color: #f5225b;
	}

	100% {
		background-color: #f5225b;
		;
	}
}




/* Base de connaissance*/

.SkogTextCategorie {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	letter-spacing: 2.2pt;
	word-spacing: 4.4pt;

	color: #3695bd;
	text-decoration: none;
	text-align: center;
}

.SkogTextCategorie a {

	color: #3695bd;
	text-decoration: none;
}

.SkogTextCategorie a:hover {

	color: #999999;
	text-decoration: none;
}

.skogCubeBaseco2 {
	font-family: Verdana, Geneva, sans-serif;
	text-transform: capitalize;
	font-size: 0.9em;
	letter-spacing: 2.0pt;
	padding-left: 5px;
	padding-right: 2px;
	color: #FFFFFF;
	text-decoration: none;

}

.tuile-lien {
	opacity: 0;
	text-align: right;
	margin-right: 6px;
	padding-bottom: 5px;

}

.tuile-orange {
	background-color: #FFF;
	border-bottom: 0px solid #EEE;
	border-left: 4px solid #D56904;
	padding-left: 8px;
	padding-top: 5px;
	margin-left: -12px;
	margin-right: -12px;
	margin-top: 15px;
}

.tuile-orange:hover .tuile-lien {
	opacity: 1;

}

.tuile-rouge {
	background-color: #FFF;
	border-bottom: 0px solid #EEE;
	border-left: 4px solid #D12E18;
	padding-left: 8px;
	padding-top: 5px;
	margin-left: -12px;
	margin-right: -12px;
	margin-top: 15px;

}

.tuile-rouge:hover .tuile-lien {
	opacity: 1;

}

.tuile-rouge:hover {
	opacity: 1;
}


.tuile-vert {
	background-color: #FFF;
	border-bottom: 0px solid #EEE;
	border-left: 4px solid #03A869;
	padding-left: 8px;
	padding-top: 5px;
	margin-left: -12px;
	margin-right: -12px;
	margin-top: 15px;
}

.tuile-vert:hover .tuile-lien {
	opacity: 1;

}

.tuile-bleu {

	background-color: #FFF;
	border-bottom: 0px solid #EEE;
	border-left: 4px solid #0278C5;
	padding-left: 8px;
	padding-top: 5px;
	margin-left: -12px;
	margin-right: -12px;
	margin-top: 15px;

}

.tuile-bleu:hover .tuile-lien {
	opacity: 1;
}

/*   bouton*/

.monBoutton1 {
	background-color: #2C93EF;
	Color: white;
	font-weight: bold;
	padding: 10px 2px;
	border-radius: 30px;
	cursor: pointer;
	box-shadow: 0 3px 8px 0 grey;
	text-decoration: none;
}

.monBoutton1:hover {
	background-color: #2072BB;
}

.monBoutton2 {
	Color: white;
	padding: 1px 9px;
	border-radius: 10px;
	cursor: pointer;
	margin: 5px;
	text-decoration: none;
}

.monBoutton3 {
	background-color: #2072BB;
	Color: white;
	font-size: 0.7em;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;

	border-radius: 2px;


	cursor: pointer;
	box-shadow: 0 3px 8px 0 grey;
	text-decoration: none;
}

.monBoutton3:hover {
	background-color: #2072BB;
	text-decoration: none;
	Color: white;
}

.monBoutton3:visited {
	background-color: #2072BB;
	text-decoration: none;
	Color: white;
}

.monBoutton3:active {
	background-color: #2072BB;
	text-decoration: none;
	Color: white;
}

.monBoutton3:link {
	background-color: #2072BB;
	text-decoration: none;
	Color: white;
}

.bouton_calque {
	position: relative;
	top: 8rem;
	height: 4rem;
	display: flex;
	vertical-align: middle;
	padding-left: 4px;
	padding-right: 4px;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	cursor: pointer;
	font-size: 0.9em;
}

.bouton_fond {
	width: 120px;
	height: 120px;
	color: #FFF;
	cursor: pointer;
}

.bouton_calque_moyen {
	position: relative;
	left: 4rem;
	height: 4rem;
	width: 165px;
	display: flex;
	vertical-align: middle;
	padding-left: 7px;
	padding-right: 5px;
	padding-top: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	cursor: pointer;
	font-size: 1em;
}

.bouton_fond_moyen {
	width: 40px;
	height: 40px;
	color: #FFF;
	cursor: pointer;
	border-radius: 3px;
}

.bouton_fond_moyen:hover {
	box-shadow: 0px 0px 4px 2px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 4px 2px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 4px 2px rgba(119, 119, 119, 0.75);
}

.bouton_moyen {
	text-align: center;
	margin-top: 10px;
	display: block;
}

.barre_bouton_clg {
	position: fixed;
}



@media (max-width: 994px) {
	.bouton_moyen {
		text-align: center;
		margin-top: 10px;
		display: inline-block;
	}

	.bouton_fond_moyen {
		width: 40px;
		height: 40px;
		color: #FFF;
		cursor: pointer;
	}

	.bouton_calque_moyen {
		position: relative;
		left: 4rem;
		height: 4rem;
		width: 165px;
		display: none;
		vertical-align: middle;
		padding-left: 7px;
		padding-right: 5px;
		padding-top: 10px;
		background-color: rgba(0, 0, 0, 0.5);
		text-align: center;
		cursor: pointer;
		font-size: 1em;
	}

	.barre_bouton_clg {
		position: relative;
	}

}


.bouton_calque_small {
	display: inline-block;
	position: relative;

	padding-left: 4px;
	padding-right: 4px;
	cursor: pointer;
	font-size: 1em;
	text-align: left;
}

.bouton_fond_small {
	width: 100%;
	height: 40px;
	color: #FFF;
	cursor: pointer;
}

.bouton_fond:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, .475);

}

/*   Checkbox */

.control {
	font-family: arial;
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
	padding-top: 1px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 300;
}

.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.control_indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 15px;
	width: 15px;
	background: #e6e6e6;
	border: 0px solid #000000;
}

.control-radio .control_indicator {
	border-radius: undefined%;
}

.control:hover input~.control_indicator,
.control input:focus~.control_indicator {
	background: #cccccc;
}

.control input:checked~.control_indicator {
	background: #2aa1c0;
}

.control:hover input:not([disabled]):checked~.control_indicator,
.control input:checked:focus~.control_indicator {
	background: #0e6647d;
}

.control input:disabled~.control_indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}

.control_indicator:after {
	box-sizing: unset;
	content: '';
	position: absolute;
	display: none;
}

.control input:checked~.control_indicator:after {
	display: block;
}

.control-checkbox .control_indicator:after {
	left: 6px;
	top: 2px;
	width: 2px;
	height: 8px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.control-checkbox input:disabled~.control_indicator:after {
	border-color: #7b7b7b;
}


/* timeline */

ul.timeline {
	list-style-type: none;
	position: relative;
}

ul.timeline:before {
	content: ' ';
	background: #d4d9df;
	display: inline-block;
	position: absolute;
	left: 29px;
	width: 2px;
	height: 100%;
	z-index: 400;
}

ul.timeline>li {
	margin: 20px 0;
	padding-left: 20px;
	border-bottom: 1px solid #EAEAEA;
}

ul.timeline>li:before {
	content: ' ';
	background: white;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	border: 3px solid #22c0e8;
	left: 20px;
	width: 20px;
	height: 20px;
	z-index: 400;
}


/* bouton vers haut page*/
.scrollUp {

	height: 40px;
	width: 40px;
	border-radius: 20px;
	background-color: #222;

	position: fixed;
	bottom: 15px;
	right: 15px;
	opacity: 0.3;
	z-index: 950;

}


/* toast */
.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: 0.875rem;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	opacity: 0;
	border-radius: 0.25rem;
}

.toast:not(:last-child) {
	margin-bottom: 0.75rem;
}

.toast.showing {
	opacity: 1;
}

.toast.show {
	display: block;
	opacity: 1;
}

.toast.hide {
	display: none;
}

.toast-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.25rem 0.75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
	padding: 0.75rem;
}

.citation {
	margin-top: 90px;
	padding-left: 30px;
	padding-right: 50px;
	color: #6c757d;

	animation: myanimation-citation 4s;
}

@keyframes myanimation-citation {
	0% {
		opacity: 0;
	}

	30% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}

}

/*   drag n drop  test*/

.dropper {
	margin: 50px 10px 10px 50px;
	width: 400px;
	height: 250px;
	background-color: #555;
	border: 1px solid #111;

	border-radius: 10px;
	transition: all 200ms linear;
}

.drop_hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.8) inset;
}

.draggable {
	display: inline-block;
	margin: 20px 10px 10px 20px;
	padding-top: 20px;
	width: 80px;
	height: 60px;
	color: #3D110F;
	background-color: #822520;
	border: 4px solid #3D110F;
	text-align: center;
	font-size: 2em;
	cursor: move;

	transition: all 200ms linear;
	user-select: none;
}