body{
	margin:0;
  padding:0;  
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:100vh;
  
	font-family:  sans-serif, "Roboto", "Helvetica", "Arial";
	font-size: 1.1em;
	text-align: left;
  	padding-top: 80px;
  
  
	/*
	
	height: 100%;
	margin: 0;
    background-image:url(../images/bg.png);
	font-family: arial, verdana, "sans serif", Georgia, serif;
	color:#000066;
	font-size:1.1em;
	*/
	
}
.btn{
	text-transform : capitalize;

}
.help-block{
	color:#F00;
	font-size:10px;
	
}
.with-errors{
	color:#F00;
	font-size:10px;
	
}

main {
  flex:1 0 auto;
}

.filter_class {
	position:absolute;
	right:150px;
	top:-3px;
	z-index:100;
}
kbd{
	 background:linear-gradient(180deg,#eee,#fff);
	 background-color:#eee;border:1px solid #cdd5d7;
	 border-radius:6px;box-shadow:0 1px 2px 1px #cdd5d7;
	 font-family:consolas,"Liberation Mono",courier,monospace;
	 font-size:.9rem;
	 font-weight:700;
	 line-height:0.7;
	 margin:3px;
	 padding:2px 6px;
	 white-space:nowrap;
	 color:#000;
}
 table kbd{margin:6px}
/*
ul {
margin-left:1px;
padding-left:0;
}
li {
margin-left:1px;
padding-left:0;
}

*/

 .trash { color:rgb(209, 91, 71); }
.flag { color:rgb(248, 148, 6); }
.panel-body { padding:0px; }
.panel-footer .pagination { margin: 0; }
.panel .glyphicon,.list-group-item .glyphicon { margin-right:5px; }
.panel-body .radio, .checkbox { display:inline-block;margin:0px; }
.panel-body input[type=checkbox]:checked + label { text-decoration: line-through;color: rgb(128, 144, 160); }
.list-group-item:hover, a.list-group-item:focus {text-decoration: none;background-color: rgb(245, 245, 245);}
.list-group { margin-bottom:0px; }

.dropdown-submenu {
  position: relative;
}
a{
	text-decoration:none;
	color:#000000;
	}
	a:active {
  color: #FF9900;
}
a:visited { color: purple; }
.dropdown-submenu>a:after {
  content: "\f0da";
  float: right;
  border: none;
  font-family: 'FontAwesome';
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

@media (min-width: 991px) {
  .dropdown-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}

video { 
   width:100%;
   max-width:800px;
   height:auto;
   border: 3px solid #ECECEC;
}

/**  #FOOTER  **/
.footer {
    background: transparent url(../images/footer-img.png) repeat-x left bottom;
    text-align: center;
	vertical-align:bottom;
    color: #000;
	font-size:0.7em;
	 width: 100%;
    height: 66px;
	margin-top:10px;
}


/**  END OF #FOOTER  **/


/*
.nogap > .col{ padding-left:7.5px; padding-right: 7.5px}
.nogap > .col:first-child{ padding-left: 15px; }
.nogap > .col:last-child{ padding-right: 15px; }


[class*="col-"], footer {
  background-color: lightgreen;
  border: 2px solid black;
  border-radius: 6px;
  line-height: 40px;
  text-align: center;
}


.no-gutters {
margin-right: 2px;
margin-left: 2px;

.col, [class*="col-"] {
padding-right: 2px;
padding-left: 2px;
}
}
*/

.btn, .btn-success{
	color:#FFF;
	font-size:1.1em;
}

.the-icons {margin-top: 22px;}
		.the-icons p.page-header {margin-top:15px; margin-left:10px;}
		.the-icons a:hover, .the-icons a:focus, .the-icons a:active {text-decoration: none;}
		.the-icons a.list-icons {font-size: 24px; padding:5px; margin:8px; color: #222222;}
		.the-icons a.list-icons:hover {background-color:#222222; color:#fff; border-radius:5px;}
		section {padding-top: 30px;}		.scrollspy-example {
			height: 200px;
			overflow: auto;
			position: relative;
			border:1px solid #cccccc;
			padding:10px;
		}
		.box.od {margin-top: 5px;}
		.box.od .box-header {
			height: 30px; border: 1px solid #b2dba1; margin-bottom: -1px; padding: 5px;
			background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#c8e5bc));
			background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #c8e5bc, 100%);
			background-image: -moz-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
			background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
			background-repeat: repeat-x;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
			-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
			-webkit-border-radius: 2px 2px 0px 0px; -moz-border-radius: 2px 2px 0px 0px; border-radius: 2px 2px 0px 0px; overflow: hidden;
		}
		.box.od .box-header h2{font-size: 16px; line-height: 20px; float:left; margin-top: 0px; font-weight: bold;color:#063;}
		.box.od .box-header h2 i{margin: 1px 2px 0px 3px; opacity: 1;}
		.box.od .box-header .break{border-left: 1px solid #dff0d8; border-right: 1px solid #b2dba1; margin: -6px 5px -5px 5px; padding: 6px 0px 5px 0px;}
		.box.od .box-header .box-icon {float:right; margin-top: 0px;color:#900;}
		.box.od .box-header .box-icon i {
			-webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out;=
			transition: all 0.1s ease-in-out; opacity: .4;
		}
		.box.od .box-header .box-icon i:hover {opacity: .8;}
		.box.od .box-header .box-icon a {margin: 0px 5px; text-decoration:none;}
		.box.od .box-content {
			margin-top: -1px; padding: 10px; border: 1px solid #b2dba1; -webkit-border-radius: 0px 0px 2px 2px; -moz-border-radius: 0px 0px 2px 2px; border-radius: 0px 0px 2px 2px;
		}
		.btn-code {margin-top:-2px; margin-bottom:-2px;}
		
		.bs-example-modal .modal {bottom: auto; display: block; left: auto; position: relative; right: auto; top: auto; z-index: 1; overflow-y: auto;}
		.bs-example-popover .popover {display: block; float: left; margin: 20px; position: relative; width: 260px; z-index: 1;}
		.btn-minimize{
			color:#900;	
		}

/* ==================================================================== */
.message {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid transparent;
}
.message h1,
.message h2,
.message h3,
.message h4 {
  margin-top: 0;
  color: inherit;
  font-weight: bold;
}
.message > p,
.message > ul {
  margin-bottom: 0;
}
.message > p + p {
  margin-top: 5px;
}
.message-success {
  background-color: #dff0d8;
  border-color: #86be57;
  color: #3c763d;
}
.message-success hr {
  border-top-color: #c9e2b3;
}
.message-success .note-heading {
  color: #2b542c;
}
.message-info {
  background-color: #d9edf7;
  border-color: #3dbdd6;
  color: #31708f;
}
.message-info hr {
  border-top-color: #a6e1ec;
}
.message-info .note-heading {
  color: #245269;
}
.message-warning {
  background-color: #fcf8e3;
  border-color: #ebb442;
  color: #8a6d3b;
}
.message-warning hr {
  border-top-color: #f7e1b5;
}
.message-warning .note-heading {
  color: #66512c;
}
.message-danger {
  background-color: #f2dede;
  border-color: #c05e6e;
  color: #a94442;
}
.message-danger hr {
  border-top-color: #e4b9c0;
}
.message-danger .note-heading {
  color: #843534;
}
.message-inverse {
  background-color: #e8e7e7;
  border-color: #918c8d;
  color: #444444;
}
.message-inverse hr {
  border-top-color: #cfcdcd;
}
.message-inverse .note-heading {
  color: #2b2b2b;
}
.message-purple {
  background-color: #e5d7f1;
  border-color: #7c53c3;
  color: #7947aa;
}
.message-purple hr {
  border-top-color: #c4b1e4;
}
.message-purple .note-heading {
  color: #5f3886;
}
.message-pink {
  background-color: #ffdbea;
  border-color: #ff28a6;
  color: #f377ab;
}
.message-pink hr {
  border-top-color: #ffa8db;
}
.message-pink .note-heading {
  color: #ef488e;
}



.ok{
	color:#006600;
	font-size:22px;
	
}
.ko{
	color:#FF0000;
	font-size:18px;
}
.rond{
	width:200px;
	height:200px;
	background:#069;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-o-border-radius:100px;
	border-radius:100px;
}

.titre1 {
    font-size:2.3em;
	color:#9966CC;
	padding-right:10px;
	font-weight:bold;
}
.titre2 {
    font-size:2em;
	color:#FF0000;
	padding-right:10px;
	font-weight:bold;
}
.titre3 {
    font-size:1.5em;
	color:#006600;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}
.titre4 {
    font-size:1em;
	color:#000000;
	padding-left:20px;
	padding-right:10px;
	font-weight:bold;
}
.activ {
	font-weight:bold;
	background-color:#C05E6E;
	color:#FFFFFF;
}

/*
.mdi-18px {
  font-size: 18px;
}

.mdi-24px {
  font-size: 24px;
}

.mdi-36px {
  font-size: 36px;
}

.mdi-48px {
  font-size: 48px;
}

.mdi-dark {
  color: rgba(0, 0, 0, 0.54);
}

.mdi-dark.mdi-inactive {
  color: rgba(0, 0, 0, 0.26);
}

.mdi-light {
  color: white;
}

.mdi-light.mdi-inactive {
  color: rgba(255, 255, 255, 0.3);
}
*/
/* fallback */


@font-face {
  font-family: MaterialIcons;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot),
  url(../fonts/MaterialIcons-Regular.eot?#iefix) format('embedded-opentype'),
  src: url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

@font-face {
  font-family: DroidArabicKufi;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/DroidKufi-Regular.eot),
  	 url(../fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       /*url(../fonts/DroidKufi-Regular.woff2) format('woff2'),
       url(../fonts/DroidKufi-Regular.woff) format('woff'), */
       url(../fonts/DroidKufi-Regular.ttf) format('truetype');
}

@font-face {
  font-family: Roboto;
  font-style: medium;
  font-weight: 400;
  src: url(../fonts/Roboto-Medium.eot),
  	 url(../fonts/Roboto-Medium.eot?#iefix) format('embedded-opentype'),
       /*url(../fonts/Roboto-Regular.woff2) format('woff2'),
       url(../fonts/Roboto-Regular.woff) format('woff'), */
       url(../fonts/Roboto-Medium.ttf) format('truetype');
}


.material-icons {
  font-family: MaterialIcons;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}


/* Rules for sizing the icon. */
	.material-icons.md-18 { font-size: 18px; }
	.material-icons.md-24 { font-size: 24px; }
	.material-icons.md-36 { font-size: 36px; }
	.material-icons.md-48 { font-size: 48px; }
	
	/* Rules for using icons as black on a light background. */
	.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
	.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
	
	/* Rules for using icons as white on a dark background. */
	.material-icons.md-light { color: rgba(255, 255, 255, 1); }
	.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }
.material-icons.orange600 { color: #FB8C00; }

/* ==========================  events ===================================== */

.event-list {
		list-style: none;
		font-family: 'Lato', sans-serif;
		margin: 0px;
		padding: 0px;
	}
	.event-list > li {
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 0px 5px rgb(51, 51, 51);
		box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
		padding: 0px;
		margin: 0px 0px 20px;
	}
	.event-list > li > time {
		display: inline-block;
		width: 100%;
		color: rgb(255, 255, 255);
		background-color: rgb(197, 44, 102);
		padding: 5px;
		text-align: center;
		text-transform: uppercase;
	}
	.event-list > li:nth-child(even) > time {
		background-color: rgb(165, 82, 167);
	}
	.event-list > li > time > span {
		display: none;
	}
	.event-list > li > time > .day {
		display: block;
		font-size: 36pt;
		font-weight: 100;
		line-height: 1;
	}
	.event-list > li time > .month {
		display: block;
		font-size: 15pt;
		font-weight: 400;
		line-height: 1;
	}
	.event-list > li > img {
		width: 100%;
	}
	.event-list > li > .info {
		padding-top: 5px;
		text-align: center;
	}
	.event-list > li > .info > .title {
		font-size: 17pt;
		font-weight: 500;
		margin: 0px;
	}
	.event-list > li > .info > .desc {
		font-size: 13pt;
		font-weight: 300;
		margin: 0px;
	}
	.event-list > li > .info > ul,
	.event-list > li > .social > ul {
		display: table;
		list-style: none;
		margin: 5px 0px 0px;
		padding: 0px;
		width: 100%;
		text-align: center;
	}
	.event-list > li > .social > ul {
		margin: 0px;
	}
	.event-list > li > .info > ul > li,
	.event-list > li > .social > ul > li {
		display: table-cell;
		cursor: pointer;
		color: rgb(30, 30, 30);
		font-size: 11pt;
		font-weight: 300;
        padding: 3px 0px;
	}
    .event-list > li > .info > ul > li > a {
		display: block;
		width: 100%;
		color: rgb(30, 30, 30);
		text-decoration: none;
	} 
    .event-list > li > .social > ul > li {    
        padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
        padding: 3px 0px;
	} 
	.event-list > li > .info > ul > li:hover,
	.event-list > li > .social > ul > li:hover {
		color: rgb(30, 30, 30);
		background-color: rgb(200, 200, 200);
	}
	.facebook a,
	.twitter a,
	.google-plus a {
		display: block;
		width: 100%;
		color: rgb(75, 110, 168) !important;
	}
	.twitter a {
		color: rgb(79, 213, 248) !important;
	}
	.google-plus a {
		color: rgb(221, 75, 57) !important;
	}
	.facebook:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(75, 110, 168) !important;
	}
	.twitter:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(79, 213, 248) !important;
	}
	.google-plus:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(221, 75, 57) !important;
	}

	@media (min-width: 768px) {
		.event-list > li {
			position: relative;
			display: block;
			width: 100%;
			height: 80px;
			padding: 0px;
		}
		.event-list > li > time,
		.event-list > li > img  {
			display: inline-block;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			float: left;
		}
		.event-list > li > .info {
			background-color: rgb(245, 245, 245);
			overflow: hidden;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			height: 80px;
			padding: 0px;
			margin: 0px;
		}
		.event-list > li > .info {
			position: relative;
			height: 80px;
			text-align: left;
			padding-right: 20px;
		}	
		.event-list > li > .info > .title, 
		.event-list > li > .info > .desc {
			padding: 0px 5px;
		}
		.event-list > li > .info > ul {
			position: absolute;
			left: 0px;
			bottom: 0px;
		}
		.event-list > li > .social {
			position: absolute;
			top: 0px;
			right: 0px;
			display: block;
			width: 30px;
		}
        .event-list > li > .social > ul {
            border-left: 1px solid rgb(230, 230, 230);
        }
		.event-list > li > .social > ul > li {			
			display: block;
            padding: 0px;
		}
		.event-list > li > .social > ul > li > a {
			display: block;
			width: 30px;
			padding: 5px 0px 3px;
		}
	}
