/*Sommaire
- Import font
- Reset html
- Raccourcis
- Header
- Menu latéral
- Main


*/
/*Import font*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
/*Reset html*/
html{font-family:'Open Sans',sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
*{box-sizing:border-box; padding:0;margin:0;}
body {
	font-size: 16px;
}
a {
	text-decoration: none;
	color: #428BCA
}
ul {
	list-style-type: none;
}

/*Raccourcis*/
.fr {float:right;}
.fl {float:left;}
.clear {clear:both;}


/*Header*/
header {
    background-color: #428BCA;
    min-height: 60px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

header .fl {
    width: 230px;
    min-height: 60px;
    padding: 14px 15px;
    float: left;
    border-right: 1px solid rgba(255,255,255,0.14);
    background-color: rgba(0,0,0,0.03);
    position: relative;
}
	header .fr a {
	    display: inline-block;
	    margin-top: 0.5em;
	    text-align: center;
	    background-color: rgba(0,0,0,0.1);
	    color: rgba(255,255,255,0.75);
	    border-radius: 50%;
	    line-height: 2em;
	    margin-right: 1em;
	    height: 33px;
	    width: 33px;
	    padding: 0;
	}
.logo img {
	    border-style: none;
    max-height: 32px;
    position: absolute;
}
.profil { padding: 1em}
.profil .img-wrap {
	display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
    border: 2px solid #428bca;
    border-radius: 50%;
    text-align: center;
    padding-top: 3px;   
}

	.profil  img{
		border-radius: 50%;
		width: 50px;
		height: 50px
	}
.profil span {
	display: inline-block;
	color: #333;
	font-weight: 600;
	margin:1em 0 0 0.5em;
}

/*Menu latéral*/
#menu_lat {
    width: 230px;
    position: fixed;
    top: 60px;
    left: 0;
}
	#menu_lat  li {
	    margin: 0 1px 0 0;
	    font-size: 14px;
	    font-weight: 500;
	    border-top: 1px solid #e7e7e7;
	    position: relative;
	    padding: 12px 15px;
	}
		#menu_lat  li:last-child {
		  border-bottom: 1px solid #e7e7e7;
		}
		#menu_lat  li:hover {
		    background-color: #eee;
		     cursor: pointer;
		}
		#menu_lat  .menu_courrant{
		background-color: #eee;
		}
		#menu_lat  li a {
		    color: #555;
		    font-weight: 600;		   	   
		}
		#menu_lat  li a i {
		    width: 16px;
		    margin-right: 5px;
		    color: #428bca;
		    font-size: 15px;
		    top: 1px;
		    position: relative;
		    text-align: center;
		}

.backoff-cont {
    margin-left: 230px;
}

/* rajout */ 
.btn_dac_js i {
    cursor: pointer;
    margin-right: 5px;
    width: 30px;
    height: 20px;
    color: #428bca;
}

/**/


/*Main*/
.main {
    position: relative;
    top: 60px;
}

	.main:before {
	    content: '';
	    height: 100%;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 230px;
	    border-right: 1px solid #e7e7e7;
	}

.main-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    height: 93px;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.03);
    box-shadow: 0 2px 3px rgba(0,0,0,0.03);
}
	.main-header h4 {
	    margin: -2px 0 0 0;
	    font-size: 28px;
	    font-weight: 600;
	    color: #2f363d;
	    line-height: normal;
	}
		.main-header h4 i{
		    color: #428bca;
		    font-size: 1.3em;
		    vertical-align: baseline;
		}
.main-content {
    position: relative;
    padding: 20px;
}

.texte {
	margin:1em auto 2em;
}
.btn {
	display: block;
    min-width: 100px;
    padding: 0.5em 1em;
    text-align: center;
    background-color: #007EC3;
    color: #fff;
    border-radius: 3px;
    margin-top: 0.5em;
    text-decoration: none;
    margin: 0 auto;
    cursor: pointer;
    border: none;
}
.btn:hover {
	background-color: #006da8
}
/*Menus*/
.menu-filtre {
	border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #222;
    padding: 0 0 1em;
}
	.menu-filtre div {
		display: inline-block;
		border-right: 1px solid #222;
		vertical-align: middle;
	}
	.menu-filtre a {
	    margin: 0 1em;
	    color: #636E7B;
	    display: inline-block;
	    padding: 0.3em;
	    border-radius: 3px;
	    vertical-align: top;
	}
	.menu-filtre a.active, .menu-filtre a:hover {
		background-color: #428bca;
		color: #fff
	}
	.menu-filtre div:first-child, .menu-filtre div:last-child {
	    border-right: none;
	}
.menu-filtre .menu-action {
	display: inline-block;
	padding: 0.5em 0 0 0
}

.menu-action {
	padding:1em 0;
}
	.menu-action i {
	    padding: 0;
	    border-radius: 50%;
	    width: 35px;
	    height: 35px;
	    color: #428bca;
	    border: 2px solid #428bca;
	    line-height: 32px;
	    font-size: 19px;
	    text-align: center;
	}

	.menu-action div {
		display: inline-block;
	    padding: 0;
	    color: #428bca;
	    margin-right: 5px;
	    font-size: 19px;
	    border: none;
	    margin-right: 1em;
	}
	.menu-action a:hover {
		color: #006da8
	}

/*Listings*/

.listing li {
    border: 1px solid #eee;
    background-color: #fcfcfc;
    border-bottom: 0;
    padding: 15px 10px;
    margin: 0;
}
.listing span {
	display: inline-block;
	vertical-align: top;
	margin-left: 0.5em
}
.listing small {margin-right: 1em; margin-top: -18px;}

.listing input[type="checkbox"] {
    width: 23px;
    height: 23px;
    display: inline-block;
    border-radius: 2px;
    margin-left: 0.5em;
}
.listing .statut-rond {
    font-size: 30px;
    margin-top: 12px;
}

 .tag {
	background-color: #428BCA;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	border-radius: 3px;
	padding:0.1em 0.3em;
}

 .tag.green{
	background-color: #5cb85c;
}

.listing li span.img-wrap  {
	overflow: hidden;
    width: 100px;
    height: 75px;
    margin-right: 2em;
    margin-top: 0;
    position: relative;
 
}
.listing li span.img-wrap  img {
	    position: absolute;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    max-height: 150px;
    width: 100%
}
/*Dashboard*/

.panel {
    min-height: 365px;
    min-width: 200px;
    width: 18%;
    margin: 0 10px;
    padding: 18px 20px 20px 20px;
    position: relative;
    /* display: inline-block; */
    float: left;
    border-radius: 3px;
    background: #eee;
    margin-bottom: 1em;
}
	.panel h5 {
	    margin-bottom: 1em;
	    color: #444;
	    text-align: center;
	    font-weight: bold;
	    font-size: 16px;
	    text-transform: uppercase;
	}
		.panel h5 i {
		    color: #428bca;
		    margin-right: 0.5em;
		}
	.panel span {
	    margin: 5px auto 0 auto;
	    display: block;
	    border-radius: 3px;
	    background-color: #428bca;
	    color: #fff;
	    text-align: center;
	    font-size: 36px;
	    line-height: 80px;
	    font-weight: bold;
	}
	.panel hr {
	    margin-top: 2em;
	    border-style: none;
	    border-top: 1px solid #999;
	    opacity: 0.3;
	}
	.panel p {
	    margin-top: 20px;
	    font-size: 16px;
	    line-height: 25px;
	    color: #444;
	    font-size: 14px;
	    font-weight: 600;
	}
	.panel p a {
	    color: #428bca;
	    font-weight: 400;
	}

/*Formulaire */
.forms li {
    display: inline-block;
    width: 49%;
    text-align: left;
    padding: 0px 0px 20px 0px;
    vertical-align: top;
}
.forms li:nth-child(odd) {
   margin-right: 15px
}
.forms input[type="text"],.forms input[type="email"], .forms input[type="date"], .forms input[type="digit"], .forms input[type="password"], .forms input[type="date"], .forms input[type="number"], .forms input[type="email"], .forms input[type="url"], input[type="search"], .forms input[type="tel"],.forms textarea {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    margin-bottom: 14px;
    font-size: 1em;
    color: #5c6b80;
    border-radius: 3px;
    vertical-align: middle;
    box-shadow: none;
    border: 0;
    width: 100%;
    background-color: #eaedf2;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
    box-sizing: border-box;
}
.forms textarea {
	min-height: 240px;
	padding-top: 1em;
	line-height: 1.3em
}
.forms label {
    color: #444;
    display: block;
    font-weight: 600
}


.forms .file-up {
    max-width: 80%;
    display: inline-block!important;
}
.forms #dyn_img_s i {
    display: inline-block;
    height: 40px;
    min-width: 50px;
    padding: 10px;
    vertical-align: top;
}
.half {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}


.chk {
    line-height: 1.5em;
    margin-bottom: 0.4em;
}

.chk input[type="checkbox"], .projet input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 1em;
    margin-top: -3px;
    vertical-align: middle;
}




.specialite {
    font-weight: 800;
    color: #444;
    margin-top: 1em;
    margin-bottom: 2em
}


.statut {
	float: right;
    vertical-align: top;
    margin-top: -2em;
}
.statut span {
	display: inline-block;
    position: relative;
    vertical-align: top;
    margin-top: 0.4em;
    font-weight: 600;
    margin-right: 1em;
}
.tab a.active, .tab a:hover {
    color: #f26c13;
}
.tab a {
    display: inline-block;
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    padding: 0.5em 1em;
    border-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-right: 6px;
    font-weight: 800;
    color: #999;
    margin-bottom: 2em
}
.switch {
	display: inline-block;
}
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 70px!important;
  height: 35px;
  background-color: #dddddd;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 35px!important;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 40px;
}
/*pagination*/


.pagination {
    text-align: center;
    margin-top: 2em
}

	.pagination li {
	    display: inline-block;
	    margin-left: 5px;
	    float: left;
	}

	.pagination a  {
	    margin: 0px;
	    display: inline-block;
	    padding-left: 0px;
	    list-style-type: disc;
	    background-color:#fff;
	    color:#428bca;
	    width: 30px;
	    height: 30px;
	    border-radius: 50%;
	    line-height: 2em
	}

	.pagination .active a{
	color:#fff;
	background-color:#428bca;
	}
.wrap-960 {
	width: 960px
}

.menu-action form input[type="text"], .menu-action select  {
	padding:5px;
	border-radius: 3px;
	border:1px solid #e7e7e7;
	font-size: 16px

}


.dib {
	display: inline-block;
}

.listing li .dib {
	max-width: 70%
}

.main-header .btn {
	margin-left: 1em;
	margin-top: -30px
}

.main-header .btn.cat {
    background-color: #fff;
    color: #428bca;
    border: 1px solid #428bca
}

.main-header .btn.cat:hover {
    background-color: #428bca;
    color: #fff;
    border: 1px solid #428bca
}

.bg-gris {
	background: #eee
}

.half.img-wrap img {
width: 100%;
padding-right: 2em
}

.profils {
margin-top: 2em
}
.half h3  {
	margin-bottom: 2em
}

.profils li{
line-height: 45px;
border-bottom: 1px solid #eee;
width: 90%
}

.profils li input{
height: 30px;
padding:0 7px;
width: 40px;
margin: 0 2em;
display: inline-block;	
}

.profils li a:first-child {
	width: 35%;
	display: inline-block;
}
.search  {
	margin-bottom: 1em;
}
.search .btn {
	display: inline-block;
}

.search input {
	height: 30px;
	padding:0 0.5em ;
	width:350px!important;
	display: inline-block!important;
}

.search.a {
  margin-bottom: 0.5em
}
.search.a .btn{
  height:40px;
  vertical-align: top; 
  margin-bottom: 0.5em;
  line-height: 22px;
}

.profils li i, .half li i{
font-size: 1.5em;
margin-left: 1em
}

ul.listing-produits li {
    border-bottom: 1px solid #eee;
    padding: 20px 15px;
}

 .listing-produits .img-wrap {
    width: 65px;
    height: 50px;
        margin-right: 1em;
    margin-top: 0;
    position: relative;
        overflow: hidden;
}

.listing-produits .img-wrap img {
    position: absolute;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    max-height: 150px;
    width: 150px;
}

 .listing-produits div {
    display: inline-block;
    vertical-align: top;
}
 .listing-produits h3 {
    margin-top: 0;
}

 .listing-produits .product {
    width: 70%
}

.produits input {
	width: 50px;
	display: block;
}
.arbo h3 {

	margin: 2em 0
}

.arbo .arbo-noeud {
	border: 1px solid #999;
	padding : 5px 10px;

}

.arbo .arbo-noeud i {
	font-size: 1.2em;
	padding: 0 3px
}

.arborescence .half:nth-child(2) {
padding: 0 1em
}


.question {
    overflow: auto;
    margin: 10px auto 10px auto;
    border-radius: 3px;
    background-color: #eee;
    padding: 2em;
}

.question .numero {
    position: absolute;
    height: 30px;
    width: 30px;
    color: white;
    background-color: #428BCA;
    text-align: center;
    border-radius: 3px;
    line-height: 30px
}

.question .titre  {
    width: 81%;
    display: inline-block;
    font-weight: bold;
    margin-left: 3em;
}

.question .reponse-wrap {
    float: left;
    width: 47%;
    background-color: white;
    margin: 1%;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
}

.boutons{
    float: right;
    min-height: 35px;
}

.boutons i {
    cursor: pointer;
    margin-right: 5px;
    width: 30px;
    height: 20px;
    color: #428bca;
    font-size: 1.5em
}

.reponse {
    margin: 5%;
    min-height: 25px;
    background-color: #eee;
}

.profil-reponse {
    overflow: auto;
    width: 100%;
    margin: 5%;
}

.profil-point {
    float: right;
    width: 20%;
}

.profil-point input {
    width: 40px;
    height: 40px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.question .titre input[type="text"], .question .reponse input[type="text"] {
	overflow: visible;
    height: 40px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 0 10px;
}
.question form {
margin: 1em 0
}

.question form input[type="radio"]{
	display: inline;	
}

.questions .btn {
	padding: 2em 1em
}

.half.profils-lies {
	padding-left:2em 
}
.reponse {
	position: relative;
}
.reponse i {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size:1.3em;
	cursor: pointer;
	color: #007EC3
}

#recommandator .lightbox li {
	line-height: 30px;
	border-bottom: 1px solid #eee
}
#recommandator .lightbox ul {
		margin-top: 1em
}
#recommandator .lightbox li a i {
		font-size: 1.5em;
		margin-left:1em;
}