html, body
{
    height: 100%;
	background-color: #FFFFFF !important;
	background-image: none !important;
}

.connexionTitle {
    font-size: 18px;
    font-family: Orbitron;
    color: #fff;
    margin-bottom: 8px;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.quest-tab {
	width: 330px;
	margin: 0px auto 10px;
    font-family: 'Droid Sans';
    font-size: 1.5em;
    color: #444444;
}

.quest-title {
	text-align: center;
	font-size: 2em;
	font-weight: 900;
	font-family: 'VT323', monospace;
}

.quest-subtitle {
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
	margin-top: -10px;
	font-family: 'VT323', monospace;
}

.quest-tab-title {
	text-align: center;
	font-size: 1.6em;
	font-weight: 100;
	font-family: 'VT323', monospace;
}

.quest-tab-subtitle {
	text-align: center;
	font-size: 1.2em;
	color: #c1c1c1;
	font-weight: 100;
	margin-top: -10px;
	font-family: 'VT323', monospace;
}

.quest-tab-ninja-title {
	text-align: left;
	font-size: 1.6em;
	font-weight: 100;
	font-family: 'VT323', monospace;
}

.quest-tab-ninja-subtitle {
	text-align: left;
	font-size: 1.2em;
	color: #c1c1c1;
	font-weight: 100;
	margin-top: -10px;
	font-family: 'VT323', monospace;
}

.quest-tab-elements-header {
    margin: auto;
    width: 256px;
    padding: 4px 0px 8px 0px;
}

.quest-tab-content {
	padding: 12px;
    background-image: url(/images/Pixel-Bulle-Speech-MIDDLE.png);
	height: 440px;
}

.quest-tab-elements {
    padding: 0px;
    background-image: url(/images/Pixel-Bulle-Speech-MIDDLE.png);
    height: 288px;
    margin-bottom: -3px;
}

.quest-tab-elements div {
	padding-left: 20px;
	padding-right: 12px;
}

.quest-element {
    font-family: 'Droid sans', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2em;
    font-size: 14px;
    height: 78px;
    width: 324px;
    margin: auto;
}

img.img-element {
    margin-right: 10px;
    float: left;
}

.quest-element.ni {
    background-color: #666666;
    color: #fff;
    height: 70px;
    text-align: center;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
}

.quest-element.ar {
 background-color: #f9cb9c;
}

.quest-element.sc {
 background-color: #ea9999;	
}

.quest-element.ph {
 background-color: #f4cccc;
}

.quest-element.et {
 background-color: #fff2cc;
}

.quest-element.li {
 background-color: #cfe2f3;
}

.quest-element.co {
 background-color: #cfe2f3;
}

.quest-element.ma {
 background-color: #d9ead3;
}

.quest-element.hi {
 background-color: #d9d2e9;
}

.quest-tab-ninja {
	background-image: url(/images/Pixel-Bulle-Speech-MIDDLE.png);
	height: 133px;
}

.quest-btn {
    display: block !important;
    width: 222px !important;
    font-family: 'Droid sans' !important;
    font-size: 1.2em !important;
    background-color: #1b76c3 !important;
    border: none !important;
    margin: 20px auto;
}

.one-col-margin {
	margin: auto !important;
}

.mapframe {
	height: 100%;
}

.annuler {
	margin-top: 12px;
    font-size: 12px;
    letter-spacing: 1px;
}

#topbar {
    position: relative; /*absolute*/
    width: 100%;
    height: 48px;
    padding: 0px 0px;
    background-color: #185081;
    background: url(../images/blue-low-poly-banner-48.png) left top no-repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

.navbar {
	background-image: none !important;
	/*background-color: #386eb5 !important;*/
    /*background-color: #0d1f2eff !important; //Black */
    background-color: #113870 !important;
}

ul.navbar-nav {
	display: block;
}

ul.navbar-nav li {
    display: inline-block;
    margin: 0px 10px;
    width: 32px; /*44px;*/
    text-align: center;
    font-size: 10px;
    color: #fff;
    /*line-height: 12px;*/
}

ul.navbar-nav li img {
    width: 28px; /*26px;*/
}

/*ul.navbar-nav li #logout img {
    width: 28px;
}*/

a#close .fas {
    position: absolute;
    top: 14px;
}

.noshow { display:none !important; }

button {
	border: 0;
	background: transparent;
}

.login-button {
    height: 35px;
    position: relative;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #2257a0;
    cursor: pointer;
    padding: 0 32px;
    overflow: hidden;
    border-radius: 8px 0px 8px 0px;
    z-index: 10;
    font-family: 'Cuprum', sans-serif;
}

.closebutton {
	margin: auto;
	position: absolute;
	top: 4px;
	right: 4px;
}

#bodyWrapper {
    height: 100%;
    width: 100%;
    padding-top: 48px;
}

#topbar-nav {
	/*background-color: #fff;
	border-bottom: 1px solid #c2c2c2;*/
  	position: fixed;
  	top: 0;
  	left: 0;
  	z-index: 999;
  	width: 100%;
    height: 44px;
    padding: 2px 0px;
}

#menuicon {
    float: right;
	margin-right: 20px;
}

#logo {
    width: 48px;
    margin: 0px 20px;
    position: fixed;
    left: 0px;
    top: 2px;
}

#loginlogo {
	margin-bottom: 20px;
}

.oasixtitle {
	display: inline;
	color: #4c4c4c;
	position: absolute;
	margin: 11px 2px;
	font-family: 'Orbitron';
	font-size: 1em;
	font-weight: 900;
	color: #FFFFFF;
}

#menu {
	float:right;
	display:flex;
	font-size: 2.5em;
	padding-right: 22px;
}

#menu i {
	padding: 2px 12px 6px; /* 6 12 6 */
	width: auto;
	/*border-right: 1px solid #c2c2c2;*/
}

#menu i.first{
	/*border-left: 1px solid #c2c2c2;*/
}

#menu a i {
	font-size: 24px;
	color: #333333;
}

#menu i#currentpage {
	background-color: rgb(255, 241, 184);
}

#menu .username {
	font-size: 14px;
	vertical-align: top;
	font-family: 'Comfortaa' !important;
	/*font-family: 'Open Sans', Verdana;*/
	display: inline-block;
	margin: 9px 0px;
	color: #333333;
}

#menu a div.username i {
	font-size: 13px;
	padding: inherit;
	margin-left: 5px;
}

span.menulabel {
	font-size: 9px;
	line-height: 8px; /* 14 */
}

#navigation{
	float: right;
    list-style:none;
	margin-bottom: -6px !important;
}

#navigation li {
	display: inline;
	text-align: center;
	margin: 4px;
}

#bottomoptions {
	background-color: #fff;
	width: 100%;
	position: relative;
	border: none;
	display:inline-block;
	font-size: 2em;
}

#options {
	margin: auto;
}

/*
#contentwrapper {
	height: 100%;
	background-color: #FFFFFF;
}
*/

#contentwrapper {
    height: 100%;
    width: 100%;
    max-width: 1100px;
    background-color: #FFFFFF;
    margin: 0px auto; /* 58px auto  */
    text-align: center;
    padding: 20px 0px 0px 0px; /* 88 0 0 0 */
}

#contentwrapper .col-sm-4, #contentwrapper .col-md-4 {
	border-right: 1px solid;
} 

#contentwrapper .col-xs-12 {
	border-right: none;
} 

.card {
	padding: 12px;
	border-radius: 2px;
	background-color: #fff;
	height: 100%;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4);
}

.panneau {
    padding: 2px !important;
    margin-top: 20px;
    border: none !important;
    width: 100%;
}

.panneau2 {
    padding: 2px !important;
    margin-top: 20px;
    border: 1px solid #000 !important;
    width: 100%;
}

.panneau-title{
	font-size: 24px !important;
	font-weight:700;
	text-align:center;
}

.panneau .tasks-btn {
    text-align: center;
    margin: -47px 0px 0px 0px;
    padding-top: 12px;
    background-color: rgba(0,0,0,0.85);
    position: fixed;
    z-index: 10000;
    display: block;
    width: 260px;
    height: 45px;
    border-bottom: 1px solid #312E2A;
}

/* PSEUDO ai1EC CALENDRIER DES ÉVÉNEMENTS */
.ai1ec-date-block-wrap {
    height: 44px;
    color: #dcefff;
    float: left;
    line-height: 21px;
    margin: 0;
    min-width: 50px;
    position: relative;
    text-align: right;
    text-shadow: none;
    -webkit-transition: 0.1s opacity;
    transition: 0.1s opacity;
    z-index: 2;
    background-color: #4d8dc7;
}

.ai1ec-weekday {
    font-size: 10px;
    letter-spacing: 0.2em;
    padding: 0 0.5em;
    text-transform: uppercase;
    line-height: 15px;
    margin-left: 3px;
}

.ai1ec-day {
    /* background: rgba(255,255,255,0.2); */
    font-size: 24px;
    padding: 6px 4px 0px 0px;
    margin: 1px 0px -1px;
}

.ai1ec-month {
    font-size: 12px;
    letter-spacing: 0.1em;
    transform: rotate(-90deg);
    position: absolute;
    top: 13px;
    left: -7px;
    height: 21px;
    width: 44px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    margin: -1px -6px;
    font-weight: 200;
    padding: 1px 0px 0px 1px;
}

.gce-list-div {
    clear: both;
    margin: 4px 0px;
    border: 1px solid #20476b;
    border-radius: 2px;
}

.gce-list-title {
	font-weight: bold;
	padding-bottom: 0px;
	display:none;
}

.gce-feed {
    background-color: #fff;
}

.gce-list-event {
    padding: 3px 6px 0px 6px;
    height: 44px;
    vertical-align: middle;
    display: table-cell;
    font-family: 'Cuprum', sans-serif;
    font-size: 18px;
    color: #5d5d5d;
}

td.gce-has-events {
	background-color: #FFD77C;
}

.gce-calendar td, .gce-calendar th {
	padding: 3px 0px 0px 0px !important;
	height: 100% !important;
}

.gce-calendar td {
	border-color: #a3a3a3 !important;
}

.gce-day-number {
	font-size: 1.2em !important;
}

caption.gce-caption {
	text-transform: uppercase;
	font-size: 1.5em;
}

.gce-calendar th {
	background-color: #ffbd26;
	color: #2C2C2C;
	border-color: #505050 !important;
}

.gce-event-day {
    margin-top: 10px;
    height: 450px !important;
    overflow: hidden;
    /*
	width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 18px; /* Increase/decrease this value for cross-browser compatibility
    box-sizing: content-box; /* So the width will be 100% + 17px *
    */
}

.etat i {
	font-size: 20px;
	margin: 11px;
}

.etat i.star {
	color: #691d9e;
}

.etat i.done {
	color: #266517;
}

.etat i.late {
	color: #d9534f; /*#FFBB00;*/
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: none !important;
	-moz-box-shadow: 0px 0px 0px #fff !important;
  	-webkit-box-shadow: 0px 0px 0px #fff !important;
  	box-shadow: 0px 0px 0px #fff !important;
}

.etat i.warn {
	color: #d9534f;
}

.etat i.todo {
	color: #DBDBDB;
}

.etat i.redo,
.etat i.problem {
	color: #f0ad4e; /*#DBDBDB;*/
}

.progress {
	background-color: #c1c1c1 !important;
	border: none !important; /*1px solid #DADADA !important;*/
	/*-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0) !important;*/
	/*box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0) !important;*/
	border-radius: 0px !important;
	margin: 0px 0px 10px !important;
}

.progress-div {
	background-color: #fff;
	border-radius: 2px;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.65);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.65);
	box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.65);
	margin: 0px 0px 10px 0px;
}

.progress-div2 {
	font-size:12px;
	font-weight: 500;
	width: 22%;
	padding: 0px;
	display: inline-block;
	margin: 0px 1% 8px;
	/*border:solid 1px;*/
}

.description {
	font-size: 10px; 
	font-weight: 400;
	line-height:5px;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:1001;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
}

.white_content {
	border: 1px solid #c2c2c2;
	border-radius: 4px;
	display: none;
	position: absolute;
	left: 50%;
	margin: 25px 0px 0px -195px;
	width: 400px;
	height: 454px;
	background-color: #FFF;
	z-index: 1002;
	overflow: auto;
}

.info {
	width: 80%;
	margin: 20px auto;
	font-size: 16px;
	text-align: center;
	font-family: 'Cuprum', Verdana;
}

.info h1, .info h4 {
	font-family: 'Cuprum', Verdana;
	margin: 0px;
}

.info h1 {
	font-weight: 600;
}

.infograde {
	display:inline-block;
	width:15.5%;
	margin-top: 15px;
}

.groupCard {
	width: 250px;
	height: 180; /*250px;*/
	background-color: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
	margin: 5px;
	display: inline-block;
	position: relative;
}

.groupCardHover {
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
}

#groupswrapper {
	margin-top: 10px;
	text-align: center;
	display:table;
	width: 100%;
}

.groupheader {
	height: 166px;
	text-align: center !important;
}

.groupheader #groupheader-txt {
    float: left;
    width: 100%;
    height: 100%;
	background: -moz-linear-gradient(top,  rgba(25,25,25,0.9) 0%, rgba(104,104,104,0) 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,25,25,0.9)), color-stop(75%,rgba(104,104,104,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(25,25,25,0.9) 0%,rgba(104,104,104,0) 75%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(25,25,25,0.9) 0%,rgba(104,104,104,0) 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(25,25,25,0.9) 0%,rgba(104,104,104,0) 75%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(25,25,25,0.9) 0%,rgba(104,104,104,0) 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6191919', endColorstr='#00686868',GradientType=0 ); /* IE6-9 */
}

#groupheader-txt h1 {
	color: #fff;
	font-family: "Roboto";
}

#groupheader-txt h4 {
	color: #fff;
	font-family: "Roboto";
}

/* BTN SECTION GROUPES et MEMBRES */

#groupbtns button {
    margin: 0px 4px;
    padding: 4px 8px 6px 8px;
    background-color: #FFF;
    border-color: #BBB;
    opacity: 1 !important;
    color: #4C4C4C;
}

#groupbtns {
    margin: 44px 0 0 0;
}

#groupbtns .currentbtn {
    background-color: #428BCA;
    border-color: #3E87C5;
    opacity: 1 !important;
	color: #FFF;
}

.btnrond {
	border-radius: 100% !important;
	width: 40px;
	height: 40px;
	margin: 0px 4px !important;
	padding: 2px 0px 5px 0px !important;
	display: block;
	font-size: 18px !important;
	line-height: 18px !important;
}

.btnrond-agent {
	border-radius: 100% !important;
	width: 32px;
    height: 32px;
    margin: 4px 4px !important;
    padding: 3px 0px 5px 1px !important;
    display: block !important;
    font-size: 14px !important;
    line-height: 14px !important;
}

.btnrond-agent .el-icon-star {
    font-size: 20px !important;
    margin-top: -2px;
}

.btn-primary.green {
	background-color: #49AD51 !important;
    border-color: #49AD51 !important;
}

.btn-primary.yellow {
	background-color: #F8C202 !important;
    border-color: #F8C202 !important;
}

.btn-primary.blue {
	background-color: #428BCA !important;
    border-color: #428BCA !important;
}

.btn-primary.red {
	background-color: #820002 !important;
    border-color: #820002 !important;
}

.btnrond-agent.red {
	
}

.btn-primary#editgrp {
	background-color: transparent !important;
    border: none !important;
    position: absolute;
    right: 10px;
}

button#adduser {
    padding-left: 1px !important;
}

span.iconplus {
    font-weight: 100 !important;
    font-size: 12px;
    line-height: 12px;
    margin: 1px 0px 0px -2px;
    position: absolute;
}

.nogroup {
	font-size: 24px;
	margin-top: 50px;
	color: #BDBDBD;
}

.groupCardTitle {
	color: #FFF;
	font-size: 28px;
	font-weight: 600;
	z-index: 100;
	position: relative;
	/*background-color: rgba(255, 255, 255, 0.7);*/	
	padding: 10px 5px 0px 5px;
	
}

.groupCardInfo {
	font-size: 16px;
	color: #FFF;
	z-index: 101;
	position: relative;
	/*background-color: rgba(255, 255, 255, 0.7);*/
	padding: 0px 5px 10px 5px;
	/*border-bottom: 1px solid #E0E0E0;*/
}

.badge {
	padding: 1px 8px 2px !important;
	font-size: 12px !important;
	font-weight: 100 !important;
	color: #000000 !important;
	background-color: #FFFFFF !important;
	border-radius: 2px !important;
	margin: 0px -2px 0px 3px;
}

/* CREATE AND JOIN GROUP DIVS */
.groupdiv {
	border: 1px solid #c2c2c2;
	border-radius: 4px;
	/*display: none;*/
	position: absolute;
	left: 50%;
	margin: 25px 0px 0px -195px;
	width: 400px;
	/*height: 454px;*/
	background-color: #FFF;
	z-index: 1002;
	overflow: auto;
	padding-bottom: 20px;
	-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
}

#createTaskDiv.groupdiv,
#deleteTaskDiv.groupdiv  {
	border: 1px solid #c2c2c2;
	border-radius: 4px;
	/*display: none;*/
	position: absolute;
	left: 50%;
	margin: 25px 0px 0px -195px;
	width: 400px;
	/*height: 454px;*/
	background-color: #FFF;
	z-index: 1002;
	overflow: auto;
	padding-bottom: 20px;
	-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
}

/*.groupdiv:before {
	content: "\f055";
	font-family: "Font Awesome 5 Free";
	font-size: 800px;
	color: #000000;
	position: absolute;
	margin: -310px 0px 0px -20px;
	opacity: 0.05;
	z-index: -100;
}*/

#createGroupdiv, #joinGroupdiv, #createTaskdiv, #deleteTaskDiv {
	padding-top: 0px;
	overflow:hidden;
    height: 560px;
}

#createTaskdiv,
#createTaskDivPop,
#deleteTaskDiv,
#deleteTaskPop {
	display: block;
    position: fixed;
    top: 20px;
}

.closebtn {
	color: #919191 !important;
	background-color: #f2f2f2 !important;
}

.imagepicker {
	display: inline-block;
	width: 50px;
	margin: 0px 5px;
	border-radius: 26px;
	overflow: hidden;
}

.infodiv {
	width: 80%;
	margin: 20px auto;
	font-size: 16px;
	text-align: left;
	font-family: 'Comfortaa' !important;
	/*font-family: 'Open Sans', Verdana;*/
}

.newTaskDiv,
.deleteTaskDiv {
	width: 100%;
    margin: 20px auto;
    font-size: 16px;
    text-align: center;
    font-family: 'Comfortaa' !important;
	/*font-family: 'Open Sans', Verdana;*/
}

.groupbtntxt {
	display: inline-block;
	margin: -5px 0px 0px 5px;
	vertical-align: middle;
}

.groupbtnaction {
	display: inline-block;
	margin: -0px 0px 0px 0px;
	vertical-align: middle;
}

.joincreategroup {
    font-size: 2em;
    text-align: center;
    padding: 10px 5px 16px 5px;
    display: inline;
}

#creategroupform h2, #joingroupform h2 {
	font-weight: 400;
	font-size: 21px;
}

.createtaskbtn {
	
}

#groupname, #groupdesc, #tasktitle, #taskdesc, #datepick, #datepick2, #taskxp, #tasktype {
	margin: -8px auto 5px;
	font-size: 14px;
	font-family: 'Comfortaa' !important;
	/*font-family: 'Open Sans', Verdana;*/;
	font-weight: 300;
	width: 80%;
	border-radius: 3px;
	border: 1px solid #DADADA;
	/*background-color: #FDFBF1;*/
	text-align:center;
	-webkit-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.15);
	box-shadow: inset 0px 0px 2px rgba(0,0,0,0.15);
}

.task-type-xp-section,
.task-type-xp-section div {
    display: inline-block;
    margin: auto;
}

.retroaction.tasktype {
    width: 200px;
}

.task-type-xp-section {
    height: 46px;
}

input#grouptitle {
	font-size: 16px;
	font-weight: 400;
	border-radius: 4px;
	width: 100%;
}

input#groupcode {
	font-family: 'Comfortaa' !important;
	/*font-family: 'Open Sans', Verdana;*/
	font-size: 28px;
	width: 100%;
	font-weight: 600;
	height: 50px;
	padding-top: 6px;
	text-align:center;
	color: #2070B5;
	border: 1px solid #DADADA;
	border-radius: 6px;
	-webkit-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.15);
	box-shadow: inset 0px 0px 2px rgba(0,0,0,0.15);
}

label[for=taskxp] {
    display: inline;
    position: relative;
    top: 1px;
    right: -2px;
}

textarea#taskxp {
    width: 50px !important;
    position: relative;
    top: 14px;
    line-height: 21px;
}

select#tasktype {
    background: #fff;
    color: #777777;
    font-weight: 100;
    font-family: 'Cuprum';
}

.retro-taskxp {
    text-align: right !important;
    margin-right: 75px;
    margin-top:  15px;
}

.retroaction label {
	font-weight: 200;
	width: 100%;
}

#groupBgImg {
	position: absolute;
	width: inherit;
	height: inherit;
	top: 0px;
	left: 0px;
	opacity: 0.9;
}

.groupCardIcon {
	color: #FFFFFF;
	background-color: rgba(113, 118, 123, 1);
	/*color: #428BCA;
	background-color: rgba(255, 255, 255, 0.85);*/
	font-size: 50px;
	display: inline-block;
	margin: 30px 11px; /*60px 11px;*/
	border-radius: 30px;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	width: 49px;
	height: 49px;
}

.groupCardIcon i {
	margin-top: -2px;
	/*background-color: rgba(255, 255, 255, 0.75);
	border-radius: 38px;*/
}

/* IMAGE PICKER GROUP FORM */
a.radio-picture {
	/*border: 2px solid rgba(255,255,255,0);*/
	display: inline-block;
	margin-right: 10px;
	text-decoration: none !important;
	width: 40px;
	height: 40px;
	-webkit-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.5);
}

a.radio-picture:hover {
	opacity:0.5;
	text-decoration: none !important;
}

a.radio-grptype, a.radio-grptype:hover {
	text-decoration: none !important;
} 

a.radio-grptype.selected {
	background-color: #226BC2;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

div.grouptypebtn.selected {
background-color: rgb(253, 223, 99);
}

a.selected {
	/*border: 2px solid #2C43C2;*/
	text-decoration: none !important;
	-webkit-box-shadow:  0px 0px 5px 2px #428BCA;
	-moz-box-shadow:  0px 0px 5px 2px #428BCA;
	box-shadow:  0px 0px 5px 2px #428BCA;
}

a#rouge {
	background: url("../images/bggroups/rouge50.jpg") no-repeat scroll 0 0 white;
}
a#jaune {
   	background: url("../images/bggroups/jaune50.jpg") no-repeat scroll 0 0 white;
}
a#vert {
   	background: url("../images/bggroups/vert50.jpg") no-repeat scroll 0 0 white;
}
a#bleu {
   	background: url("../images/bggroups/bleu50.jpg") no-repeat scroll 0 0 white;
}
a#violet {
   	background: url("../images/bggroups/violet50.jpg") no-repeat scroll 0 0 white;
}
.hidden {
	/*left: -10000px;
	position: absolute;
	top: -1000px;*/
}

.charNum {
    font-size: 12px;
    margin-top: 7px;
    position: absolute;
    right: 44px;
}

.NETMATHS:before {
    /*display: inline-block;
    width: 26px;
	height: 27px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: -5px;
    content: "";
    background: url('http://iclasse4.com/wp-content/uploads/2014/05/netmaths1.png') no-repeat 0 0;
    background-size: 100%;*/
}

.LECTURE:before {
	/*display: inline-block;
    width: 26px;
	height: 27px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: -5px;
    content: "";
    background: url('http://iclasse4.com/wp-content/uploads/2015/01/lecture-icon.png') no-repeat 0 0;
    background-size: 100%;*/
}

.DÉFI:before {
	/*display: inline-block;
    width: 26px;
	height: 27px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: -5px;
    content: "";
    background: url('http://iclasse4.com/wp-content/uploads/2015/01/defi-icon.png') no-repeat 0 0;
    background-size: 100%;*/
}

.JOGGING:before {
	/*display: inline-block;
    width: 26px;
	height: 27px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: -5px;
    content: "";
    background: url('http://iclasse4.com/wp-content/uploads/2015/01/jogging-icon.png') no-repeat 0 0;
    background-size: 100%;*/
}

/* centered columns styles */
.row-centered {
    text-align:center;
}

.col-centered {
    display:block;
    text-align:left;
    margin:auto;
	float:none !important;
}

#memberfeed li {
	display: inline-block;
    zoom: 1;
    margin: 5px 5px 3px;
    width: 100px;
    height: 100px;
    overflow: hidden;
}


/* ============== PUSH MENU ============== */
body {
  margin: 0;
}

.pushmenu { /*this is the nav*/
    background: #1D1D1D;
    font-family: 'Comfortaa' !important;
	/*font-family: 'Open Sans', Verdana;*/
    width: 260px;
    height: 100%;
    top: 0;
    z-index: 1000;
    position: fixed;
}

.pushmenu h3 {
  color: #cbbfad;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 20px;
  margin: 0;
  background: #282522;    
  height: 16px;
}

.pushmenu a {
  
}

.pushmenu a:hover {
  background:#00A287;
}

.pushmenu a:active {
  background: #454f5c;
  color: #fff;
}
 
/* MENU RIGHT */
.pushmenu-right {
	right: -260px;
}

.pushmenu-right.pushmenu-open { right: 0; }

.body-push {
  overflow-x: hidden;
  position: relative;
  right: 0;
}

.pushmenu-push-toleft { right: 260px !important; }

/*.pushmenu-push-toleft #topbar-nav { left: -260px !important; }*/

/*Transition*/
.pushmenu,
.body-push,
#topbar-nav {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;  
}

.firstrow {
    height: 44px;
    border-bottom: 1px solid #2d2d2d;
    text-align: center;
    margin-right: -10px;
}

#menuicon {
    margin: 0px 0px 0px;
    cursor: pointer;
    height: 44px;
    width: 0px;
    position: fixed;
    z-index: 9999;
	right: 0;
}

#menuicon.active {
	background-position: -33px top;
}

#wrapper {
	padding: 0px;
	transition: all 0.3s ease !important;
	height: 100%;
}

#profile-wrapper {
    /*width: 100%;
	display: block;
  	position: relative;*/
    background: url(../images/profle-bg.png) center no-repeat;
	border-bottom: 1px solid #c2c2c2;
	margin-top: -44px;
}

.wrapperbg {
  background:url(../images/tempimg/space2.jpg) center center;
  background-size: 100%;
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute; 
}

div#profile {
    max-width: 380px; /*600px;*/
	height: 169px; /*120px;*/
    margin: auto;
	padding: 12px 8px !important;
  	position: relative;
}

.avatar-img {
    border-radius: 100%;
    border: 1px solid #000;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

#profile-tools {
    color: #000;
    float: right;
    padding: 20px 0px;
}

#profile-tools i {
    font-size: 28px;
}

#profile-tools ul, #profile-info ul {
    list-style: none;
	padding: 5px 0;
}

div#profile-avatar {
    /* float: left; */
    width: 96px;
    margin: auto;
}

li.p-username {
    font-family: 'Comfortaa' !important;
	/*font-family: 'Open Sans', Verdana;*/
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

li.p-description {
    ffont-family: 'Comfortaa' !important;
	/*font-family: 'Open Sans', Verdana;*/
    font-size: 12px;
    color: #000;
    font-weight: normal;
}

/*div#profile-info {
    position: relative;
	height: 96px;
}*/

#profile-info {
  /*display: table;
  height: 96px;
  position: absolute;
  overflow: hidden;
  width: 100%;
  padding-left: 70px;*/
  text-align:center;
}
.helper {
  #position: absolute; /*a variation of an "lte ie7" hack*/
  #top: 50%;
  display: table-cell;
  vertical-align: middle;
}
.profile-ul {
  #position: relative;
  #top: -50%;
  margin: 0 auto;
}


/* =========================== HAMBURGER ICON =========================== */
.c-hamburger {
	display: block;
	position: relative;
	overflow: hidden;
	float: right;
	margin: 3px 20px 0 0;
	padding: 0;
	width: 38px;
	height: 38px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 18px;
    left: 6px;
    right: 6px;
    height: 3px;
    background: #000;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  content: "";
}

.c-hamburger span::before {
  top: -6px;
}

.c-hamburger span::after {
  bottom: -6px;
}

/* ANIMATE TO X */
.c-hamburger--htx {
  background-color: transparent;
  right: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}

.c-hamburger--htx span,
.plusicon-p2x span:before {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after,
.plusicon-p2x span::before,
.plusicon-p2x span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before,
.plusicon-p2x span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after,
.plusicon-p2x span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
  right: 197px;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #FFFFFF;
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #FFFFFF;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

.c-hamburger--rot {
  background-color: #28aadc;
}

.c-hamburger--rot span {
  transition: transform 0.3s;
}

/* active state, i.e. menu open */
.c-hamburger--rot.is-active {
  background-color: #166888;
}

.c-hamburger--rot.is-active span {
  transform: rotate(45deg);
}

/* =========================== FIN HAMBURGER ICON =========================== */

/* =========================== PLUS ICON =========================== */
#plusicondiv {
    cursor: pointer;
    height: 49px;
    width: 49px;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.plusicon {
    height: 50px;
	width: 50px;
	background-color: rgba(252,212,4,1.00);
	border: 3px solid #1d1d1d;
	border-radius: 100%;
	display: block;
}

.plusicon:focus,
button:focus {
  outline: none;
}

.plusicon i {
    font-size: 26px;
    margin-top: 4px;
}

/* =========================== FIN PLUS ICON =========================== */

/* PROFILE MENU */
#profile-menu {
    width: 100%;
    text-align: center;
    color: #FFF;
    margin-top: -10px !important;
    position: absolute;
}

button.p-menutab {
    font-family: 'Open sans';
    font-size: 14px;
    display: inline-block;
    padding: 8px 15px;
    margin: -1px 0px;
    width: 119px;
    background-color: #2f2f2f;
    border-radius: 3px;
	color: #FFF;
}

.p-menutab i.fa.fa-leaf {
    position: relative;
    top: 1px;
}
.p-menutab i {
    margin: 0px 5px 0px -1px;
    font-size: 16px;
}

#profile-menu {
    margin: auto;
    padding: 0px;
	min-width: 360px !important
}

#profile-actions {
    /*float: right;
    position: absolute;
    right: 116px;
    top: 36px;*/
    margin: auto;
    width: 88px;
    position: absolute;
    right: 20px;
    top: 32px;
}

#profile-actions button {
    width: 88px; /* 100% */
    font-family: 'Comfortaa' !important;
	/*font-family: 'Open Sans', Verdana;*/
    font-size: 11px;
    font-weight: 400;
    color: #FFF;
    background-color: #276BD0;
    border-radius: 4px;
    padding: 2px 6px;
    margin: 4px;
    text-align: center;
    line-height: 20px;
}

i.fa.fa-star {
    font-size: 16px;
    position: relative;
    top: 1px;
}

i.fa.fa-envelope {
    font-size: 13px;
    position: relative;
    top: 0px;
}

#profile-actions button {
    display: block;
}

#profile-actions button i {
    padding-right: 4px;
}

.pushmenu button {
    /*float: right;*/
}

.panneau button {
    float: none;
}

.pushmenu i {
    float: right;
    font-size: 21px;
    color: #E4E4E4;
    margin: 11px 3px 0px -4px;
}

.pushmenu i.fa.fa-calendar {
    
}

.pushmenu i.fa.fa-tasks {
    margin-bottom: -1px;
}

.pushmenu i.fa.fa-power-off {
    color: #DC1717;
    font-size: 26px;
    margin: 8px 8px 0px -4px;
    /* float: right; */
}

.pushmenu button.logout {
    position: absolute;
    right: 0px;
}

.bubble {
	position: relative;
	/*width: 85px;*/
	height: 25px;
	padding: 0px;
	background: #DC1717;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
}

.bubble:after {
	content: '';
    position: absolute;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent #DC1717;
    display: block;
    width: 0;
    z-index: 1;
    right: -5px;
    top: 7px;
}

.bubble {
    display: none;
    position: absolute;
    right: 46px;
    top: 10px;
    padding: 4px 7px 0px;
    font-weight: 700;
}
.logout:hover .bubble{
	display : block;
}

#folio-settings {
    width: 100%;
    padding: 6px 30px;
    text-align: center;
    height: 48px;
    position: fixed;
    bottom: 0px;
}

#folio-settings button {
    margin: 0px 4px;
}

#folio-settings button i {
    font-size: 18px;
    line-height: 34px;
    border-radius: 50%;
    background-color: #FFF;
    width: 34px;
    height: 34px;
    color: #1D1D1D;
}

button#btn-close i {
    background-color: #A70606;
}

#btn-save i {
    background-color: #2359BB !important;
    color: #fff;
}

/* ------ FOLIO EDIT ------ */
div#folio-wrapper {
    background-color: #dedede;
	height: 100%;
	overflow:hidden;
}

#folio-wrapper #content {
    width: 100%;
	height: 100%;
    padding: 14px;
}

#folio-settings i.fa.fa-sliders {
    padding-left: 2px;
	/*font-size:20px;*/
}

#folio-wrapper #content #content-wrapper {
    max-width: 600px;
    margin: auto;
}

section#folio-title {
    text-align: center;
    font-family: 'Comfortaa' !important;
	/*font-family: 'Open Sans', Verdana;*/
}

#folio-wrapper section {
    text-align: center;
    margin: 10px auto;
    border-radius: 4px;
    background-color: #1b1b1b;
    padding: 20px;
}

#folio-emptymenu div.big {
    line-height: 78px;
    border-radius: 50%;
    background-color: #FFF;
    width: 80px;
    height: 80px;
    color: #333;
    margin: 10px;
	/*border: 3px solid #333;*/
	display:inline-block;
}

i.fa {
    line-height: inherit;
}

div#btn-link {
    padding: 3px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

div#btn-text {
    padding: 3px;
}

div#btn-image {
    padding-top: 2px;
}

#empty-title {
	font-size: 1.4em;
    font-family: 'Comfortaa' !important;
	/*font-family: 'Open Sans', Verdana;*/
    font-weight: 100;
    margin-bottom: 10px;
    color: #B5B5B5;
}

#folio-wrapper h1 {
    margin-top: 0px;
    margin-bottom: 8px;
}

[contenteditable]:focus { outline: 0px solid transparent; }

div,
.txt,
.titre {
font-family: 'Cuprum', sans-serif;
    }

.titre {
	font-size: 2em;
	padding: 2px 6px;
}

.darkblue {
	color: #0b5394;
}

.txt.center {
	text-align: center;
}

.avatar-user-name {
    margin: 8px 0 -4px 0;
    padding-left: 60px;
    -webkit-font-smoothing: antialiased;
}

.user-name {
    font-size: 1em;
    color: #9ea6b7;
}

.avatar-name {
    font-size: 1.5em;
    color: #000;
}

.nivname div {
    display: inline-block;
}

.txt.nivtitre div {
    font-size: 0.88em;
    color: #fff;
    background-color: #4486bf;
    padding: 3px 4px 2px;
    text-align: center;
    width: 52px;
}

.txt.nivname {
	display: none;
    font-size: 1em;
    color: #000;
    background-color: transparent;
    padding: 3px 4px 0px;
    text-align: left;
    text-transform: uppercase;
    margin: -4px 0px 0px -6px;
    width: 200px;
    float: left;
}

.nivnum.nivcurrent div {
    background-color: #4d8dc7;
    color: #FFF;
    font-size: 3em;
    text-align: center;
    display: block;
    max-height: 52px;
    height: 52px;
}

.nivnum {
    background: url(../images/banniere-bleue-oasix-sqr.png) top center no-repeat;
    background-size: contain;
    color: #FFF;
    font-size: 44px;
    text-align: center;
    display: block;
    width: 55px;
    height: 66px;
    float: left;
}

.nivnum div {
    padding-top: 0px;
    margin-left: 2px;
}

.nivnum.nivnext div {
    background-color: #a4bed5;
    color: #FFF;
    font-size: 3em;
    text-align: center;
    display: block;
    max-height: 52px;
    height: 52px;
}

.nivpercent {
    margin: 0 0 0 0;
    display: table;
    width: 100%;
    /* position: absolute; */
    /* top: 288px; */
    /* width: 313px; */
    /* left: 26px; */
}

.nivpercent .txt.nivxp {
    color: #436da0;
    font-size: 10px;
    width: 100%;
    right: 0px;
    position: relative;
    text-align: right;
}

.nivpercent div.txt {
    min-width: 52px;
}

.nivpercent div {
    /*display: table-cell;*/
}

.progress-nm {
    margin: -10px 0 0 -3px !important;
    display: block !important;
    height: 12px !important;
    background-color: #bfcdde !important;
}

.progress-lvl {
    /*margin: -20px 0 0 -3px !important;*/
    display: block !important;
    height: 20px !important; /*10px*/
    background-color: #bfd2ec !important; /*#386eb569 !important;*/
    border-radius: 2px;
}

/*
.progress-bar {
	background-color: #3e72b2 !important; 
}
*/

.progressspan {
    padding: 0px 1px;
    vertical-align: top;
    text-align: center;
    /*margin-left: 30px;*/
}

.panneau.left, .panneau.right {
    height: 100%;
    /*background: #dae0e7;*/
}

.panneau.left {
    float: left;
}

.panneau.right {
    float: right;
}

.oa6badges {
    display: block;
    text-align: center;
    margin: 0px 0px;
}

.oa6badge {
    width: 30%;
    margin: 10px 0px;
    padding: 0;
    display: inline-block;
    text-align: center;
}

.oa6badge-title {
    font-size: 12px;
    font-weight: 100;
    margin: 4px 0px;
}

.oa6badge img {
    max-width: 80px;
    max-height: 80px;
}

.oa6tasks-container,
.oa6badges-container {
    /*max-width: 280px;*/
    margin: 0 auto;    
}

.oa6badges-container {
    margin: 26px auto 0px !important;
    width: 100%;
}

#levelprogress {
    position: absolute;
    /*width: 400px;*/
    top: 6px;
    z-index: 10;
}

.avatarimg img {
    position: relative;
    /* width: 100%; */
    max-width: 296px;
    max-height: 296px;
}

.avatarimg {
    max-width: 296px;
    position: relative;
    margin: auto;
}

.avatarimg img {
    border: 12px solid transparent;
    border-radius: 200px;
}

.MTG-container {
	margin-top: 8px !important;
	width: auto; /*356px;*/
    height: 424px !important;
    text-align: center !important;
    margin: 12px auto -6px !important;
}

.MTG-container-lb {
	margin-top: 8px;
	width: 155px;
    height: 222px;
    text-align: center;
    margin: 12px 6px 0px;
    display: inline-block;
    position: relative;
}

.MTG-container-lb .avatarimg img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0px;
    border: 4px solid #505a63 !important;
}

#avatar-list-lb {
    text-align: center;
    margin: 66px auto;
    max-width: 555px;
    padding-top: 12px;
    border-top: 1px solid #000;
}

#avatar-list-presences {
    text-align: center;
    margin: 66px auto;
    max-width: 1000px;
    padding-top: 12px;
    border-top: 0px solid #000;
}

.top3 {
    max-width: 461px;
    margin: 60px auto 0px;
}

.top3 div#rank1 {
}

.top3 div#rank2 {
    float: left;
    margin-top: 88px;
}

.top3 div#rank3 {
    float: right;
    margin-top: 88px;
}

.zoom88 {
	zoom: 0.88;
    -moz-transform: scale(0.88);
}

.zoom66 {
	zoom: 0.66;
    -moz-transform: scale(0.66);
}

.top3 div#rank1 .avatarimg img {
    -webkit-box-shadow: 0px 0px 12px 4px #40a7ff;
    -moz-box-shadow: 0px 0px 12px 4px #40a7ff;
    box-shadow: 0px 0px 12px 4px #40a7ff;
    border: 4px solid #bde0ff !important;
}

.top3 div#rank2 .avatarimg img,
.top3 div#rank3 .avatarimg img {
    -webkit-box-shadow: 0px 0px 8px 2px #77b1e4;
    -moz-box-shadow: 0px 0px 8px 2px #77b1e4;
    box-shadow: 0px 0px 8px 2px #77b1e4;
    border: 4px solid #bde0ff !important;
}

nav#navmenu {
    margin: auto;
    padding: 4px 0px 0px 0px;
}

#navmenu a {
    color: #FFF;
    text-shadow: 0px 1px 5px #051527;
    letter-spacing: 0.5px;
    -webkit-font-smoothing: antialiased;
}

#navmenu a:hover {
    background-color: transparent;
    font-weight: bold;
}

.panneau.left, .panneau.right {
    z-index: 10;
}

div#register {
    margin-top: -20%;
}

.etoilesNM {
    text-align: center;
    position: relative;
    /*margin-bottom: 16px;*/
    /*height: 88px;*/
}

.stats-container {
    width: 100%;
    font-size: 12px;
}

.stats {
    display: inline-block;
    width: 30%;
}

#netmath-stats-container {

}

#netmath-progress-container {
    width: 200px;
    margin-top: 13px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.stats-objectif {

}

.stats-now {
    /*width: 120px;*/
    display: inline-flex;
}

.stats-now div {
    display: inline-block;
}

.nmStatcontainer {
    float: right;
}
.nmStatcontainer div {
    display: block;
}

.eNMnow,
.objactuel {
	font-size: 24px;
	width: 75px;
	margin: 0px 10px;
}

.eNMmoygrp {
    font-size: 11px;
    margin-top: -4px;
    font-style: italic;
}

.progress-bar {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    text-align: right !important;
    padding-right: 4px !important;
    background-color: #386eb5 !important;
    height: 100%;
    border-radius: 2px;
}

.netmath-stats-row {

}

.progress.objectif .progress-bar {
	background-color: hsl(191deg 46% 72% / 42%) !important;
}

.progress.actuel .progress-bar {
	background-color: #386eb5 !important
}

.progress.objectif, .progress.actuel {
    border-radius: 2px !important;   
}

.progress.actuel {
    margin-top: -26px !important;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.5) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.5) 75%,transparent 75%,transparent) !important;
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.5) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.5) 75%,transparent 75%,transparent) !important;
    background-image: linear-gradient(45deg,rgba(255,255,255,.5) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.5) 75%,transparent 75%,transparent) !important;
    -webkit-background-size: 10px 10px !important;
    background-size: 10px 10px !important;
}

.bar-step.obj {
    position: absolute;
    z-index: 1;
    font-size: 10px;
}

.bar-step.obj .label-txt {
    float: left;
    margin-top: 22px;
    display: none !important; /* FB TEMP MOD */
}

.bar-step.obj .label-line {
    /*float: right;*/
    background: #a9a9a9;
    height: 34px;
    width: 1px;
}

/* .bar-step.obj .label-percent {
    float: right;
    margin-left: 5px;
    margin-top: 22px;
} */

.bar-step.obj .label-percent.right {
    float: left;
    margin: 22px 4px 0px 0px;
    text-align: right;
    width: 120px;
}

.bar-step.obj .label-percent.left {
    float: left;
    margin: 22px 0px 0px 4px;
    text-align: left;
    width: 80px;
}

.bar-step.now {
    position: absolute;
    margin: -20px -10px 0px 10px;
    z-index: 1;
    font-size: 12px;
}

.bar-step.now .label-txt {
    float: left;
}

.bar-step.now .label-line {
    float: right;
    background: #a9a9a9;
    height: 40px;
    width: 1px;
    margin-left: 5px;
}

.bar-step.now .label-percent {
    float: right;
    margin-left: 5px;
}

.nivnum i {
    margin: 10px 0px 0px 1px;
    font-size: 36px;
}

/* IMAGE PICKER GROUP FORM */
a.radio-picture {
	/*border: 2px solid rgba(255,255,255,0);*/
	display: inline-block;
	margin-right: 10px;
	text-decoration: none !important;
	width: 40px;
	height: 40px;
}

a.radio-picture:hover {
	opacity:0.5;
	text-decoration: none !important;
}

a.radio-grptype, a.radio-grptype:hover {
	text-decoration: none !important;
} 

a.radio-grptype.selected {
	background-color: #226BC2;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

div.grouptypebtn.selected {
background-color: rgb(253, 223, 99);
}

a.selected {
	/*border: 2px solid #2C43C2;*/
	text-decoration: none !important;
	-webkit-box-shadow:  0px 0px 5px 2px #428BCA;
	-moz-box-shadow:  0px 0px 5px 2px #428BCA;
	box-shadow:  0px 0px 5px 2px #428BCA;
}

a#rouge {
	background: url("../images/bggroups/rouge50.jpg") no-repeat scroll 0 0 white;
}
a#jaune {
   	background: url("../images/bggroups/jaune50.jpg") no-repeat scroll 0 0 white;
}
a#vert {
   	background: url("../images/bggroups/vert50.jpg") no-repeat scroll 0 0 white;
}
a#bleu {
   	background: url("../images/bggroups/bleu50.jpg") no-repeat scroll 0 0 white;
}
a#violet {
   	background: url("../images/bggroups/violet50.jpg") no-repeat scroll 0 0 white;
}
.hidden {
	/*left: -10000px;
	position: absolute;
	top: -1000px;*/
}
/* FIN IMAGE PICKER GROUP FORM */

/* SINGLE GROUP PAGE */
.group-info {
    width: 100%;
    text-align: right;
    padding: 10px 0px 0px 0px;
}

.group-info h1 {
    margin: 0px !important;
}
/* FIN SINGLE GROUP PAGE */

.user-tache-list-container {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: -10px auto 0px;
    /* overflow-x: scroll; */
    position: absolute;
    left: 0px;
    top: 58px;
}

/* GROUP USERS LIST */
.group-users-container {
    display: block;
    max-width: 840px;
    margin: 80px auto 0px;
}

.group-users-container ul {
    display: inline-block;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.user-image {
    /*display: inline-block;*/
    zoom: 1;
    margin: 10px 10px 6px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.user-image img {
    margin-top: -10px;
}
/* FIN GROUP USERS LIST */

.row > div {
    padding: 0 5px;
}

.badge-container {
    /*width: 400px;*/
    margin: auto;
    text-align: center;
    padding: 10px 0px 10px 0px !important;
}

.badges-arit {
    display: inline-block;
    position: relative;
    width: 66px;
    font-size: 14px;
    margin: 2px 2px;
    text-align: center;
}

.badges-arit img.gradeimg {
    width: 60px;
}

.objactuel {
    font-size: 0.8em;
    color: #6e6e6e;
    font-style: oblique;
}

.widget-container {
    background-color: #d8d8d857; /* #c4d0e85e; */
    border: 1px solid #d2d7e0eb; /* #b7c3daeb; */
    border-radius: 2px;
    margin: 8px 2px 0px;
    padding: 10px;
    text-align: center;
}

.widget-container-titre {
	width: inherit;
    margin: 8px auto 0px;
    text-align: center;
}

.widget-infos {
    font-size: 12px;
    text-align: center;
}

.badge-arit-mode {
    width: 20px;
    height: 20px;
    border-radius: 20px 20px 20px 20px;
    position: absolute;
    top: 0px;
    left: 3px;
    padding: 3px 1px 0px 0px;
    color: #fff;
    font-size: 14px;
}

.badge-arit-mode.grade0 {
    background-color: #bcbdbf;
}
.badge-arit-mode.grade1 {
    background-color: #85c229;
}
.badge-arit-mode.grade2 {
    background-color: #36834a;
}
.badge-arit-mode.grade3 {
    background-color: #2d76b7;
}
.badge-arit-mode.grade4 {
    background-color: #864f97;
}
.badge-arit-mode.grade5 {
    background-color: #ffc703;
}

.infograde img {
    width: 44px;
}

div#deficonjug-container {
    background: #fff;
    border: none;
    margin-top: -8px;
}

.conjugtitre {
    font-size: 1em;
    color: #525252;
    font-family: 'Comfortaa';
    font-weight: 900;
    font-style: italic;
}

/* LEADERBOARD */

div#self {
    background-color: #396db5;
    color: #fff;
    padding: 0px;
    margin: 2px;
    position: relative;
    height: 77px;
}

#leaderboard-container {
    max-width: 300px;
    margin: auto;
}

.leaderboard > div {
    display: inline-block;
    margin: auto;
    position: absolute;
}

div.leaderboard.before-after {
    background-color: #879bb7;
    color: #fff;
    padding: 0px;
    margin: 0px auto 0px;
    position: relative;
    width: 230px;
    height: 52px;
}

.ranknb-old {
    font-size: 26px;
    position: absolute;
    margin: 20px 0px 0px 10px;
}

.ranknb {
    width: 36px;
    height: 36px;
    border-radius: 24px;
    font-size: 26px;
    position: absolute;
    margin: 20px 0px 0px 10px;
    padding: 1px 0px 0px 1px;
    background: #fff;
    left: -20px;
    top: 8px;
    color: #31578a;
}

div.leaderboard.before-after .ranknb {
    width: 36px;
    height: 36px;
    border-radius: 24px;
    font-size: 26px;
    position: absolute;
    margin: 20px 0px 0px 10px;
    padding: 3px 0px 0px 1px;
    background: #fff;
    left: -20px;
    top: 5px;
    color: #31578a;
}

.mugshot {
    width: 130px;
    height: 77px;
    left: 0px;
    overflow-y: hidden;
}

div.leaderboard.before-after .mugshot {
    width: 60px;
    height: 52px;
    left: 0px;
    overflow: hidden;
}

.mugshot img {
    margin-left: -40px;
    margin-top: -10px;
    width: 130px;
}

div.leaderboard.before-after .mugshot img {
    margin-left: -20px;
    margin-top: -10px;
    width: 100px;
    filter: grayscale(88%);
}

.level {
    font-size: 18px;
    border: 1px solid #fff;
    background: #396cb5;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    padding-top: 2px;
    position: absolute;
    top: 58px;
    left: 102px;
}

.leaderboard .username {
    left: 66px;
    width: 120px;
    font-size: 2em;
    text-align: center;
    line-height: 77px;
}

.leaderboard .xp {
    right: 6px;
    font-size: 1.25em;
    line-height: 83px;
}

.levelname {
    position: absolute;
    top: 50px;
    left: 114px;
    font-size: 1.5em;
    font-weight: 100;
}

div.leaderboard.before-after .level {
    font-size: 18px;
    border: 1px solid #fff;
    background: #396cb5;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    padding-top: 2px;
    position: absolute;
    top: 58px;
    left: 102px;
}

div.leaderboard.before-after .username {
    left: 44px;
    width: 120px;
    font-size: 1.75em;
    text-align: center;
    line-height: 55px;
}

div.leaderboard.before-after .xp {
    right: 6px;
    font-size: 1em;
    line-height: 59px;
}

div.leaderboard.before-after .levelname {
    position: absolute;
    top: 26px;
    left: 91px;
    font-size: 1em;
    font-weight: 100;
}

div.leaderboard.before-after .ranknb {
    font-size: 21px;
    position: absolute;
    margin: 4px 0px 0px 10px;
}

.user-info-div {
    /* height: 70px; */
    display: block;
    color: #000 !important;
}

.user-info-div div {
    display: inline-block;
    margin: 0px 10px;
}

.user-info-div .user-name {
	color: #000;
	width: 120px;
}

.user-info-div .user-uname {
    font-size: 0.75em;
    width: 120px;
}

.user-info-div .user-xp {
	width: 50px;
	margin: 0px;

}

.user-info-div .user-pos {
	width: 50px;
}


.user-info-div .user-lvl {
	width: 50px;
}

/* USERMENU */
.usermenu-container.is-visible {
    visibility: visible;
    opacity: 1;
}

.usermenu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 51, 70, 0.88);
    z-index: 3000;
    overflow-y: auto;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.usermenu {
    position: absolute;
    right: 50%;
    margin: 0px -27.5px;
    top: 188px;
    line-height: 60px;
    z-index: 100;
    color: #fff;
    padding: 10px 2px;
    text-align: center;
    font-size: 36px;
    border-radius: 30px;
	/*opacity: 0;*/
}

.usermenu.active {
	opacity: 1;
}

.usermenu,
.usermenuicon {
  webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.usermenuicon {
    margin: 7px 0px;
    opacity: 1;
    position: relative;
    top: 4px;
}

.usermenuicon.active {
    opacity: 1;
    top: -4px;
}

.usermenuicon.first {
    margin-top: 0px !important;
}

.usermenuicon.last {
    margin-bottom: 0px !important;
}

/*.usermenuicon img {
    border-radius: 100%;
    box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.4);
}*/

/* CONTROLLER */
div#controller-container {
    width: 100%;
    position: absolute;
    bottom: 6px;
}

/* Vertical controller 
div.controller {
    width: 78px;
    height: 150px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -88px;
    z-index: 100;
}
*/

/* Horizontal controller */
div.controller {
	width: 150px;
	height: 88px;
	margin: auto;
    position: relative;
}

div.controller img#btn1 {
    position: absolute;
    top: 33px;
    left: 0px;
}

.widget-div {
	width: 340px;
	height: auto;
	padding: 10px 10px;
	margin: 5px auto;
	display: inline-block;
	vertical-align: top;
}


.widget-div.narrow {
	width: 170px;
	padding: 10px 0px;
}

.neurones-sej div {
	display: inline-block;
	vertical-align: top;
}

.neurones-sej {
	text-align: center;
	display: inline-block;
}

.neurones-data {
	width: 80px;
	text-align: center;
	font-weight: bold;
	font-size: 22px; 
}

.neurones-image {
	width: 60px;
	text-align: center;
}

.oasix-login-container {
	position: relative;
	z-index: 10;
	margin-top: 30%;
}

.oasix-section {
    display: table-cell;
    width: 100%;
    height: 230px;
}

.oasix-section-bg-video {
	position: relative;
    overflow: hidden;
}

.oasix-section-wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.hv-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

div#profile-col {
    margin-top: 12px;
}


.spacer {
    margin-top: 40px; /* define margin as you see fit */
}


/* TABLE LIST USER TACHE */
table#tache-user-list {
    position: relative;
    font-size: 1em;
    color: #000000;
    table-layout: fixed; 
  	/*width: 100%;*/
  	*margin-left: -100px; /*ie7*/
  	border-collapse: separate; /* Don't collapse */
  	border-spacing: 0px;
}

table#tache-user-list thead th {
  	position: -webkit-sticky; /* for Safari */
  	position: sticky;
  	top: 48px;
  	padding: 3px 0px;
  	border-top: 1px solid #828282;
  	border-left: 1px dashed #bdbdbd;
  	border-bottom: 1px solid #828282;
 	height: 50px;
	line-height: 22px;
	background-color: #dcdcdc;
  	color: #000;
    z-index: 999;
}

table#tache-user-list thead th:first-child {
  left: 0;
  z-index: 1000;
}

table#tache-user-list td,
table#tache-user-list th {
    /*padding: 1px;*/
    width: 151px; /*212px;*/
    min-width: 151px;
    max-width: 151px;
}

table#tache-user-list .headcol {
    width: 150px !important;
}

table#tache-user-list input {
	width: 150px;
}

table#tache-user-list td {
    padding: 0px;
    border-bottom: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
}

table#tache-user-list tr:nth-child(odd) {
  background-color: #dcdcdc;
  color: #000;
}

td.headcol {
    position: sticky;
    left: 0px;
    background: rgba(255,255,255,0.55);
    border-bottom: 1px solid #828282 !important;
}

td#emptycell {
    /*border: none !important;*/
    background: none;
}

.colbtn {
    max-width: 110px;
    line-height: 16px;
    margin: auto;
}

.tch_title {
    font-size: 0.9em;
    font-weight: 100;
}

.user-uname {
	text-shadow: 0px 0px 5px rgba(255,255,255,1), 0px 0px 12px rgba(255,255,255,1), 0px 0px 4px rgba(255,255,255,1) ;
}

#first_cell_mask {
	position: sticky;
	width: 213px;
	height:  52px;
	top: 0px;
	left: 0px;
	background-color: #dcdcdc;
    border-top: 1px solid #828282;
    border-bottom: 1px solid #828282;
    border-right: 1px dashed #bdbdbd;
}

div#newTaskBtn {
    font-size: 1.7em;
    background: #fff;
    color: #2d66b9;
    border: 2px solid #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 20px;
    position: absolute;
    right: -16px;
    top: 8px;
}

div#newTaskBtn i.fas.fa-plus-circle {
    margin-left: -0.5px;
}

.successbox {
  	display: table;
    height: 100%;
    width: 100%;
    text-align: center;
    margin: auto;
    background: rgb(14 136 70 / 90%);
    z-index: 9999;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 32px;
}

.successbox span {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.successbox p {
    font-size: 0.5em;
}

.successbox p a:visited {
    color:  #ffffff !important;
}

.editTaskBtn {
    position: absolute;
    right: 1px;
    top: 4px;
    height: 25px;
    width: 25px;
}

.deleteTaskBtn {
    position: absolute;
    right: 1px;
    top: 30px; /*36px*/
    height: 25px;
    width: 25px;
    font-size: 0.7em;
    color: #980d0d7a;
}

.avertissement {
    color: #dd3444;
    font-size: 1.2em;
}

#delete-tch-title {
    color: #000;
    font-size: 1.5em;
}