@import url(dimensions.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


*{
	box-sizing:border-box;
}


body {
	line-height: 1.6em;
	__display:none;
}

.big_overlay{
	background: #fff;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 1000;
	overflow: hidden;	
}

.big_overlay img{
	position:absolute;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
}

ol, ul {
	list-style: none;
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body *:not(i){
	font-family: 'Poppins', sans-serif!important;
}


#navigation ul{
	display:none;
}

.clear{
	clear:both;
	overflow: :hidden;
}

.relative{
	position:relative;
}

.container{
	width:99%;
	margin:0 auto;
}

.container1300{
	width:96%;
	margin:0 auto;	
	padding-bottom: 100px;
}

a{
	text-decoration: none;
	color:#222;
	cursor:pointer;
}

.lire-suite{
	display:inline-block;
	padding-right: 20px;
	background:url(../img/more.png) no-repeat right center;
	font-size: 12px;
	text-align: left;
	margin-top: 20px;
}

.lire-suite:hover{
	text-decoration: underline;
	font-weight: bold;
}

.relative{
	position:relative;
}


body{
	font-size: 9pt;
	color:#555;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Roboto','Open Sans','Fjalla one','Raleway',sans-serif;
	_font-family: 'Raleway', sans-serif;
	_font-family: 'Fjalla One', sans-serif;

	/***********************************/
	
	/***********************************/
}

body.custom_body{
	background: url(../../img/bg-body.png) no-repeat top -50px center,#efefef;
	background-attachment: fixed;
}

img{
	vertical-align: bottom;
}

label b{
	font-weight: bold;
	font-size: 16px;
}

.top{
	border-radius:0px;
  	height:31px;
  	border:0px solid #ddd;
	border-bottom: 1px solid #bbb;
	position:relative;	
	padding-bottom: 5px;
}



.zone-logo{
	height: 68px;
    _background:linear-gradient( to top, #ddd, #FBFBFB, #fff);	
    position:relative;
}

.title{
	display:inline-block;
	position: absolute;
	top:5px;
	left:15px;
	color:#fff;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	_text-shadow: 1px 1px 0 #fff;
}

.titre-page{
	padding:12px;
	background: #222222;
	color:#fff;
}

.logo{
	display:inline-block;
	position:absolute;
	left:30px;
	top:20px;
	bottom:10px;
}

.acces-top{
	display:block;
	font-size: 14px;
	_background:  url(../img/skin_fond.png);#f8f8f8;#52F5F5;
	width:100%;
	padding: 5px 0;
	text-align: right;
	border-bottom: 1px solid #ddd;
}

.acces-top > li{
	display:inline-block;
	vertical-align: top;
	line-height: 25px;
	vertical-align: middle;
	border:1px solid #bbb;
	background: #fff;
	transition-duration:0.2s;
	border-radius: 3px;
}

.acces-top > li:hover{
	background: linear-gradient(to bottom,#5698D9,#3072B3);
	border-color:#3072B3;
	transition-duration:0.2s;
}

.acces-top > li a{
	display:block;
	vertical-align: top;
	padding-left: 25px;
	padding-right: 5px;
	min-height: 18px;
	line-height: 18px;
	vertical-align: middle;
}

.acces-top > li a:hover{
	color:#fff;
}

.heure{
	display:inline-block;
	background:;
	position: absolute;
	right:20px;
	bottom:15px;
	padding:3px 5px;
	padding-left: 20px;
}

.page-header h1{
	font-size: 2.2em;
	padding:15px 20px;
	color:#555;
	font-weight: 500;
	background: #fff;
	_font-family: 'Open Sans','Fjalla one','Raleway',sans-serif!important;
	_text-transform: uppercase;
}

.page-header h1 font{
	_font-family: 'Open Sans','Fjalla one','Raleway',sans-serif!important;
}

.page-header{
	margin-bottom: 15px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .08);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

.page-header .bouton{
	display:inline-block;
	vertical-align: middle!important;
	text-align: center;

}

.marg_tb{
	margin-top: 8px;
}

.bg_blanc{
	background: #fff;
	
}

hr {
  margin: 10px 0;
  border: 0;
  border-bottom: 1px solid #ddd;
}



.formRech{
	background: url(../img/Find_Search.png) no-repeat bottom 70px right 0px,#fff;
	background-size: 150px;
	padding:20px 10px;
	width:100%;
}

/**************************** MENU *********************************/
.menu_admin {
	width: auto;
	height: auto;
	/*-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);*/
}
.menu_admin > li > a {
	background-color: #616975;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(114, 122, 134)),to(rgb(80, 88, 100)));
	background-image: -webkit-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: -moz-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: -o-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: -ms-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#727a86', EndColorStr='#505864');*/
	border-bottom: 1px solid #33373d;
	-webkit-box-shadow: inset 0px 1px 0px 0px #878e98;
	-moz-box-shadow: inset 0px 1px 0px 0px #878e98;
	box-shadow: inset 0px 1px 0px 0px #878e98;
	width: 100%;
	height: auto;
	line-height: 2.75em;
	text-indent: 1.0em;
	display: block;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
	cursor:pointer;
	font-size: 14px;
	/*display:block;
	height:100%;
	background: url(../img/noise-diagonal.png), linear-gradient(#777, #444);
	border-left: 1px solid #555;
	border-right: 1px solid #777;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 #999;
	color: #fff;
	font-size: 14px;
  	font-weight: bold;
	padding: 10px 15px;
	position: relative;
	text-shadow: 0 1px 0 #000;	*/
}
.menu_admin ul li a {
	background: #fff;
	border-bottom: 1px solid #efeff0;
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 2.75em;
	display: block;
	position: relative;
	font-size: 0.923em;
	font-weight: 400;
	color: #878d95;
	cursor:pointer;
	font-size: 14px;
}
.menu_admin ul li:last-child a {
	border-bottom: 1px solid #33373d;
}
.menu_admin > li > a:hover, .menu_admin > li > a.active {
	background-color: #0076CC;#35afe3;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(69, 199, 235)),to(rgb(38, 152, 219)));
	background-image: -webkit-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: -moz-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: -o-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: -ms-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	background-image: linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#45c7eb', EndColorStr='#2698db');*/
	border-bottom: 1px solid #103c56;
	-webkit-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
	-moz-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
	box-shadow: inset 0px 1px 0px 0px #6ad2ef;
}
.menu_admin > li > a.active {
	border-bottom: 1px solid #1a638f;
}
.menu_admin > li > a:before {
	content: '';
	/*background-image: url(../images/sprite.png);*/
	background-repeat: no-repeat;
	font-size: 36px;
	height: 1em;
  	width: 1em;
	position: absolute;
  	left: 0px;
	top: 50%;
	margin: -.5em 0 0 0;
}
.item1 > a:before {
	background-position: 0 0;
}
.item2 > a:before {
	background-position: -38px 0;
}
.item3 > a:before {
	background-position: 0 -38px;
}
.item4 > a:before {
	background-position: -38px -38px;
}
.item5 > a:before {
	background-position: -76px 0;
}
.menu_admin > li > a span {
	font-size: 0.857em; 
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; 
	background: #48515c;
	line-height: 1em;
	height: 1em;
	padding: .4em .6em;
	margin: -.8em 0 0 0; 
	color: #fff;
	text-indent: 0;
	text-align: center;
	-webkit-border-radius: .769em;
	-moz-border-radius: .769em;
	border-radius: .769em;
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	-moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
	font-weight: 500;
}
.menu_admin > li > a:hover span, .menu_admin > li a.active span {
	background: #2173a1;
}

.menu_admin > li > ul li a{
	background:#fbfbfb;
}
.menu_admin > li > ul li a:before{
	-webkit-content: '▶';
	content: '▶';
	font-size: 8px;
	color: #bcbcbf;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
	left: -2.7em;
}

.menu_admin > li > ul li:hover a,
.menu_admin > li > ul li:hover a span,
.menu_admin > li > ul li:hover a:before {
	color: #32373D;
}


.menu_admin ul > li > a span {
	font-size: 0.857em; 
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; /
	background: #fff;
	border: 1px solid #d0d0d3;
	line-height: 1em;
	height: 1em;
	padding: .4em .7em;
	margin: -.9em 0 0 0; 
	color: #878d95;
	text-indent: 0;
	text-align: center;
	-webkit-border-radius: .769em;
	-moz-border-radius: 769em;
	border-radius: 769em;
	text-shadow: 0px 0px 0px rgba(255,255,255,.01));
}

.menu-action{
	background: ;
	min-height: 30px;
	font-size: 14px;
	text-align: right;
	margin-bottom: 15px;
}

.menu-action a{

}



#x-close{
  	display:inline-block;
  	padding:8px;
  	cursor:pointer;
  	_background:url(../img/remove-01.png) no-repeat;
  	position:absolute;
  	right:20px;
  	top:10px;
  	opacity: 0.6;
  }

#x-close:hover{
	opacity: 0.5;
}

.empty-result{
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}

.info-existe-image{
	color:#fff;
	background: #DA4536;
	padding:0 10px;
	border-radius: 10px;
}

/************************** PAGINATION ***********************************/

.pagination {
font:12px Arial, Helvetica, sans-serif;
/*margin:40px 0 0 90px;*/
text-align: center;
margin-bottom: 20px;
}
 
.pagination a {
border-radius: 0px;

background:#fff;
border:1px solid #000;
color:#000;
margin:2px;
padding:5px 10px;
text-decoration:none;



/*background: url(../img/noise-diagonal.png), linear-gradient(#777, #444);
border-left: 1px solid #555;
border-right: 1px solid #777;
border-top: 1px solid #555;
border-bottom: 1px solid #333;
box-shadow: inset 0 1px 0 #999;
color: #fff;
text-shadow: 0 1px 0 #000;*/
}
 
.pagination a:hover {
	border-radius: 0px;

background:#fff;
border:1px solid #dddddd;
color:#bd88fe
}
 
.pagination span.inactive {
border-radius: 0px;
background:#fff;
border:1px solid #f0f0ff;
color:#f0f0ff;
margin:2px;
padding:5px 10px;
}
 
.pagination span.active {
background:#000;
color:#fff;
font-weight:700;
margin:2px;
padding:5px 10px;
border:1px solid #000;
}

/*********************************************************************/

.bouton{
	vertical-align: top;
	background: #f77f00;linear-gradient(to bottom,#f7f7f7,#eaeaea,#dddddd);
	padding:7px 10px;
	color:#fff;
	border:0px solid #a2a2a2;
	margin-left:10px;
	min-width: 137px;
	display:inline-block;
	border-radius: 20px;
}

.bouton:hover{
	background: #444;linear-gradient(to bottom,#f7f7f7,#eaeaea,#dddddd);
	border:0px solid #777;
}

/*
.bouton{
	vertical-align: top;
	background: #222d36;
	padding:7px 10px;
	color:#fff;
	margin-left:10px;
	min-width: 137px;
	display:inline-block;
}

.bouton:hover{
	background: #367fa9;
}
 */

.statut{
	cursor:pointer;
}

.label{
	display: inline-block;
	vertical-align: top;
	border:0px solid #ddd;
	padding:3px 10px;
	color:#fff;
	border-radius: 15px;
	margin:2px;
	margin:2px;
}

.label-important{
	background:#B94A48;
}

.label-success{
	background:#468847;
}

.label-info{
	background:#104ecc;
}

/******************************** LOGIN ******************************************/

.wrap-login{
	width:360px;
	background: #fff;
	padding:20px;
	padding-top:61px;
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 10000000;
	_box-shadow: 0 0 3px rgba(0,0,0,0.2);
	border:1px solid #ddd;
}

.login_footer{
	position:relative;
}

.login_footer > a{
	display:inline-block;
	position:absolute;
	bottom:-60px;
	left:50%;
	transform: translateX(-50%);
	_text-decoration: underline;

	_text-shadow: 0px 0px 1px rgba(255,255,255,1);
    color: #444;
}

.formLogin > p{
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
	font-family: 'Open Sans';
	display:none;
}

.formLogin > div{
	position: relative;
	margin-bottom: 15px;
}

.formLogin > div i{
	position: absolute;
	right:0;
	z-index: 10;
	top:50%;
	margin-top: -13px;
	font-size: 16px;
	right: 10px;
	color:#777;
}

.formLogin > div i.fa-lock{
	font-size: 22px;
	margin-top: -15px;
	margin-right: 1px;
}

.wrap-login input{
	padding-right: 44px;
	outline: none;
	border:1px solid #d2d6de;
	border-radius: 0;
	width: 100%;
	height:35px;
	transition-duration: 0;
}

.wrap-login input:focus{
	box-shadow: none;
	transition-duration: 0;
}


h1.admin_login_title{
	position:absolute;
	color:#444;
	text-align: center;
	_transform: translateY(-50%) translateX(-50%);
	font-size: 40px;
	height:100px;
	line-height:1.6em;
	font-weight: bold;
	top:-170px;
	left:-100px;
	right:-100px;
	padding:10px;
	text-shadow: 0 0 5px rgba(0,0,0,0.9);
	color:#fff;
}


.wrap-login button{
	font-size: 12px;
	padding:10px;
	font-weight: normal;
	transition-duration:0.2s;
	vertical-align: middle;
	border:none;
    color: #fff;
    cursor: pointer;
    min-width: 100px;
    background: #3498db;
}

.wrap-login button:hover{
	border:none;
	background: #3498db;
}

.align_right{
	text-align: right;
}

/*********************************************************************************/
.confirm-box{
	width:500px;
	height: 200px;
	background:url(../img/login-bg.jpg);
	z-index: 50001;
	position:fixed;
	top:50%;
	left:50%;
	margin-top: -100px;
	margin-left: -250px;
	padding:20px;
}

.confirm-box h2{
	border-top: 1px solid rgba(255,255,255,0.2);;
	position: absolute;
	background: url(../img/login-block-top.jpg);
	padding: 8px 10px;
	height:38px;
	text-align: center;
	color:#fff;
	font-size: 14px;
	left:0px;
	top:-38px;
	right:0px;
	cursor:move;
}

.confirm-box h2 .x-close2{
	display:inline-block;
	vertical-align: top;
	width:20px;
	height:20px;
	border-radius: 20px;
	background: url(../img/Error16.png) no-repeat center center,#f5f5f5;
	background-size: 16px;
	position: absolute;
	right:10px;
}

.confirm-box .msgTitre{
	padding:10px;
	padding-left: 140px;
	margin-left: ;
	height:120px;
	position:relative;
	font-size: 12px;
}

.confirm-box img{
	position:absolute;
	left:0px;
	top:0px;
}

.confirm-msg a{
	display:inline-block;
	vertical-align: top;
	padding: 7px 10px;
	border:1px solid #bbb;
	margin-right:10px;
	background: #fff;
	outline: none;
}

.confirm-box b{
	font-weight: bold;
	color:#646464;
}

.confirm-msg a:hover{
	background: #f5f5f5;
}

.confirm-msg a:first-child:hover{
	border-color: #468847;
	box-shadow: 0 0 3px rgba(70, 136, 71, 0.5);	
	background: rgba(70, 136, 71, 0.5);
	color:#fff;
}

.confirm-msg a:first-child:hover b{
	color:#468847;	
}

.confirm-msg a:last-child:hover{
	border-color: #B94A48;
	box-shadow: 0 0 3px rgba(185, 74, 72, 0.5);
	background: rgba(185, 74, 72, 0.5);
	color:#fff;
}

.confirm-msg a:last-child:hover b{
	color:#B94A48;	
}

.zone-notif{
	background:#000;
	position:fixed;
	top:5px;
	left:20px;
	right:20px;
	z-index: 100000;
}

.zone-notif > div{
	height: 50px;
	border-radius: 10px;
}

.succes{
	border:1px solid #468847;
	background: rgba(70, 136, 71, 0.4);
}

.alert{
	position:relative;
	padding:10px;
	border-radius: 5px;
	color:#fff;
	font-weight: _bold;
	min-height: 40px;
	font-size: 14px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1.5);
	margin-bottom: 20px;
	cursor:pointer;
}

.alert.alert-success{
	border: 1px solid rgba(39, 174, 96,1);
	background: linear-gradient(to bottom,rgba(46, 204, 113,1),rgba(39, 174, 96,1));
}

.alert.alert-error{
	border: 1px solid rgba(192, 57, 43,1.0);
	background: linear-gradient(to bottom,rgba(231, 76, 60,1.0),rgba(192, 57, 43,1.0));
}

.alert.alert-warning{
	border: 1px solid rgba(243, 156, 18,1.0);
	background: linear-gradient(to bottom,rgba(241, 196, 15,1.0),rgba(243, 156, 18,1.0));
}

.alert.alert-information{
	border: 1px solid rgba(41, 128, 185,1.0);
	background: linear-gradient(to bottom,rgba(52, 152, 219,1.0),rgba(41, 128, 185,1.0));
}

#del_img{
	display:inline-block;
	position:absolute;
	top:0;
	right:0;
}

.cursor-move{
	cursor: move;
}

.actions i{
	font-size: 16px;
	margin:0 7px;
	color:#444;
}

.have_file_converted{
	color:#468847;
}

.have_file_converted i{
	color:#468847;
	font-size: 35px;
}














































































































































/*******************************************/
/******** Checkbox carré *******************/
/*******************************************/

.squareCheckbox {
	width: 25px;
	height: 25px;
	background: #fcfff4;
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.squareName{
	display:inline-block;
	vertical-align: middle;
	line-height: 25px;
	margin-left: 10px;
}

.squareCheckbox label {
	cursor: pointer;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squareCheckbox label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	background: #00bf00;

	background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: linear-gradient(top, #00bf00 0%, #009400 100%);

	top: 2px;
	left: 2px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.squareCheckbox label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squareCheckbox input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}


.squareCheckbox input[type=checkbox] {
	visibility: hidden;
}

.zone-choix-multiple{
	margin:10px 0;
}

.zone-choix-multiple > ul > li{
	display:inline-block;
	vertical-align: top;
	width:178px;
	margin-bottom: 13px;
	font-size: 11px;
}

.zone-choix-multiple > h2{
	margin-bottom: 10px;
}

/*********************************************************/
/* SLIDE THREE */
.slideCheckBox {
	width: 80px;
	height: 26px;
	background: #333;
	margin: 20px 0;
	display:inline-block;
	margin-right: 10px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}


.slideCheckBox:after {
	content: 'OFF';
	font: 12px/26px Arial, sans-serif;
	color: red;
	position: absolute;
	right: 10px;
	z-index: 0;
	top:1px;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

.slideCheckBox:before {
	content: 'ON';
	font: 12px/26px Arial, sans-serif;
	color: #00bf00;
	position: absolute;
	left: 10px;
	top:1px;
	z-index: 0;
	font-weight: bold;
}

.slideCheckBox > span {
	display: block;
	width: 34px;
	height: 20px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.slideCheckBox input[type=checkbox]:checked + span{
	left: 43px;
}

.slideCheckBox input{
	visibility:hidden;
}

.slideCheckBox label{
}

/**********************************************************/
/*********************************************************/
/* SLIDE THREE */
.slideCheckBoxSquare {
	width: 74px;
	height: 26px;
	background: #333;
	margin: 20px 0;
	display:inline-block;
	margin-right: 10px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}


.slideCheckBoxSquare:after {
	content: '';
	font: 12px/26px Arial, sans-serif;
	color: red;
	position: absolute;
	right: 10px;
	z-index: 0;
	top:1px;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

.slideCheckBoxSquare:before {
	content: '';
	font: 12px/26px Arial, sans-serif;
	color: #00bf00;
	position: absolute;
	left: 10px;
	top:1px;
	z-index: 0;
	font-weight: bold;
}

.slideCheckBoxSquare > span {
	display: block;
	width: 34px;
	height: 20px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: linear-gradient(to bottom,#e74c3c,#c0392b);
}

.slideCheckBoxSquare input[type=checkbox]:checked + span{
	left: 37px;
	background: linear-gradient(to bottom,#2ecc71,#27ae60);
}

.slideCheckBoxSquare input{
	visibility:hidden;
}

.slideCheckBoxSquare label{
}

/*********************************************************/

.slideCheckBoxSquare_mini {
	width: 46px;
	height: 18px;
	background: #fff;
	margin: 20px 0;
	display:inline-block;
	border-radius: 5px;
	position: relative;
	border:1px solid #aaa;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	margin-right: 10px;
}


.slideCheckBoxSquare_mini:after {
	content: '';
	font: 12px/26px Arial, sans-serif;
	color: red;
	position: absolute;
	right: 10px;
	z-index: 0;
	top:1px;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

.slideCheckBoxSquare_mini:before {
	content: '';
	font: 12px/26px Arial, sans-serif;
	color: #00bf00;
	position: absolute;
	left: 10px;
	top:1px;
	z-index: 0;
	font-weight: bold;
}

.slideCheckBoxSquare_mini > span {
	display: block;
	width: 28px;
	border-radius: 30px;	
	transition: all .3s ease;
	cursor: pointer;
	position: absolute;
	top: -6px;
	bottom: -6px;
	left: -6px;
	z-index: 1;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: linear-gradient(to bottom,#e74c3c,#c0392b);
}

.slideCheckBoxSquare_mini input[type=checkbox]:checked + span{
	left: 23px;
	background: linear-gradient(to bottom,#2ecc71,#27ae60);
}

.slideCheckBoxSquare_mini input{
	visibility:hidden;
}

/***************************/



















#cssmenu {
  position: relative;
  margin: 0;
  line-height: 1;
}
.align-right {
  float: right;
}
#cssmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#cssmenu ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu ul li a {
  text-decoration: none;
  cursor: pointer;
}
#cssmenu > ul > li > a {
  color: #dddddd;
  text-transform: uppercase;
  display: block;
  padding: 20px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  background: #222222;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  position: relative;
}
#cssmenu > ul > li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu > ul > li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom: 1px solid #000000;
}

#cssmenu > ul > li:last-child > ul{
	border-bottom: 5px solid #222222;
	border-bottom-left-radius: 3px;
  	border-bottom-right-radius: 3px;
}


#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.open > a,
#cssmenu > ul > li.active > a {
  background: #151515;
  color: #ffffff;
}
#cssmenu ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid #000000;
  border-bottom: 13px solid transparent;
  border-left: 125px solid transparent;
  border-right: 125px solid transparent;
  left: 0;
  bottom: -13px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu ul > li.has-sub > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid #151515;
  border-bottom: 13px solid transparent;
  border-left: 125px solid transparent;
  border-right: 125px solid transparent;
  left: 0;
  bottom: -12px;
  bottom: -1px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu ul > li.has-sub::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #dddddd;
  z-index: 2;
  right: 20px;
  top: 24.5px;
  pointer-events: none;
}
#cssmenu ul > li:hover::after,
#cssmenu ul > li.active::after,
#cssmenu ul > li.open::after {
  border-top-color: #ffffff;
}


#cssmenu ul ul {
  display: none;
}
#cssmenu ul ul li {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#cssmenu ul ul li a {
  background: #f1f1f1;
  display: block;
  position: relative;
  font-size: 15px;
  padding: 14px 20px;
  border-bottom: 1px solid #dddddd;
  color: #777777;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
#cssmenu ul ul li:first-child > a {
  padding-top: 18px;
}
#cssmenu ul ul ul li {
  border: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #e4e4e4;
  color: #666666;
}
#cssmenu ul ul > li.has-sub > a::after {
  border-top: 13px solid #dddddd;
}
#cssmenu ul ul > li.has-sub > a::before {
  border-top: 13px solid #e4e4e4;
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu ul ul > li.has-sub::after {
  top: 18.5px;
  border-width: 6px;
  border-top-color: #777777;
}
#cssmenu ul ul > li:hover::after,
#cssmenu ul ul > li.active::after,
#cssmenu ul ul > li.open::after {
  border-top-color: #666666;
}

/**************************************************************************/



#navigation{
    background: #222d32;
    position:absolute;
    left:0;
    top:49px;
    bottom:-20px;
    width: 230px;
    padding-bottom: 100px;
}

.toggleSubMenu{
	background: #222d32;
	background: #fff;
}

.toggleSubMenu:last-child{
	padding-bottom: 100px;
}

.toggleSubMenu > a{
    color: #222;
	color: #625f6e;
    text-transform: uppercase;
    display: block;
    padding: 20px;
    background: #222d32;
    background: #fff;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 300;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    position: relative;
    border-left: 3px solid transparent;
	font-weight: bold;
	_font-family: 'Open Sans','Fjalla one','Raleway',sans-serif!important;
}

.toggleSubMenu.open > a{
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.03);
	background: #1e282c;
    border-left: 3px solid #222d36;
}

.toggleSubMenu:not(.closed) > a{
	background-color: #f77f00;
	color:#fff;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 5px;
}

        
.toggleSubMenu > a::after {
  content: "";
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #ecf0f5;
  z-index: 2;
  top: 25px;
  right: 0px;
  pointer-events: none;
  transform:rotate(0deg);
  transition-duration:.2s;
}

.toggleSubMenu.open > a::after { 
	_display:block; 
	_top:25px;
	_transform:rotate(90deg);
	_transition-duration:.2s;
}

.toggleSubMenu2 > a{
    display: block;
    position: relative;
    font-size: 14px;
    padding: 14px 20px;
    color: #777777;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}        

.toggleSubMenu2:last-child{
    border-bottom: none;
}


.toggleSubMenu.closed > ul{
	display: none !important;
	transition-duration: .3s;
}

.toggleSubMenu > ul{
	background: #f9f9f9;
	transition-duration: .3s;
}

.toggleSubMenu.open:last-child > a{
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.toggleSubMenu.open:last-child > ul{
}

.toggleSubMenu2 > ul > li{
	background: #2c3b41;
}

.toggleSubMenu2 > ul > li > a{
    display:block;
    font-size: 13px;
    color:#ddd;
    padding:0 20px;
    padding-left:25px;
    height:35px;
    line-height: 35px;
    position:relative;
    margin: 0 10px;
}

.toggleSubMenu2 > ul > li > a:after{
	_content:'';
	display:inline-block;
	width:7px;
	height: 7px;
	background: linear-gradient(#777, #444) repeat scroll 0 0 rgba(0, 0, 0, 0);
	position: absolute;
	left:20px;
	top:50%;
	margin-top: -3.5px;
}

.gras{
	font-weight: bold;
}

.grand{
	font-size: 18px;
}



.uppercase{
	text-transform: uppercase;
}

.tableau-liste tbody tr.marked_row{
	background: url(../img/skin_fond.png);
}

.bg_drag{
	background: url(../img/handle.png) no-repeat center top,url(../img/handle.png) no-repeat center bottom;
}

/*********************************************************/
/********************COULEURS*****************************/
/*********************************************************/
.orange{color:#f18608;}
.bleu{color:#0076cc;}
.rouge{color:#ff0000;}
.vert{color:green;}

.noir{color:#000;}

.cader{
	background: ;
	height:40px;
	display: block;
	border:3px dashed #1987C6;
	margin:10px 0;
}

td img{
	position:relative;
}

td img:after{
	position:absolute;
	content:'';
	display:inline-block;
	width:100%;
	height:100%;
	z-index: 1;
}

.msg_menu_vide{
	text-align: center;
	font-weight: ;
	font-size: 12px;
	padding: 0;
}

.msg_menu_vide *{
	display:inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.msg_menu_vide img{
	width: 30px;
}

.msg_menu_vide.big_menu_vide{
	text-align: center;
	font-weight: ;
	font-size: 16px;
	padding: 60px 0;
}

.msg_menu_vide.big_menu_vide *{
	display:inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.msg_menu_vide.big_menu_vide img{
	width: 50px;
}

.tab_title{
	display:inline-block;
	vertical-align: top;
	padding:7px 20px;
	border:1px solid #aaa;
	font-weight: bold;
	text-transform: uppercase;
	background:#fff;
	text-align: center;
	width:150px;
	cursor:pointer;
	border-radius: 2px;
}

.tab_title:hover,.tab_title.active{
	background:#0053A0;
	color:#fff;
}

.hidden_block{	
	background:#eee;
	padding: 0 20px;
}

.block_title{
	padding:10px 0;
	cursor:pointer;
}

.block_title i{
	font-size: 20px;
	margin-right: 30px;	
}

.block_content{
	padding:20px 0;
	display:none;
}

.block_content.open{
	border-top: 1px solid #777;
}

h2,h1{
}

.wrap_file *{
	display:inline-block;
	vertical-align: top;
}

.wrap_file input[type=text]{
	display:inline-block;
	border:1px solid #aaa;
	height:40px;
}

.wrap_file a{
	display:inline-block;
	background:linear-gradient(to bottom,#fcfcfc,#f2f2f2,#e7e7e7);
	border:1px solid #aaa;
	height:40px;
	line-height: 40px;
	padding:0 10px;
	color:#444;
	_border-radius: 0 4px 4px 0;
	border-left: none;
	font-weight: bold;
}

.inline_block{
	display:inline-block;
	vertical-align: top;
}

.input_fields_wrap input{
	display:inline-block;
	vertical-align:top;
	margin-right: 10px;
}

.input_fields_wrap > button{
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:4px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	margin-bottom: 10px;
}

.padding{
	padding: 20px;
}

.padding10{
	padding: 10px;
}

.blanc{
	background:#fff;
}

.left,.float-left{
	float:left;
}

.italic{
	font-style: italic;
}

.plan_de_taf{
	background: #fff;
	padding:10px;
}

.plan_de_taf h2{
	font-size: 16px;
	font-weight: bold;
}

.calques_wrap{
	margin-top: 10px;
	_background: #eee;
	min-height: 150px;
	padding:10px 0;
	border-top: 1px solid #ddd;
}

.left{
	float:left;
}

.btn-claque{
	margin-bottom: 10px;
	font-size: 14px;
}

.tpl_calque input{
	display:inline-block;
	vertical-align: top;
	margin-left: 3px;
}

.tpl_calque div{
	display:inline-block;
	vertical-align: top;
	margin-right: 3px;
}

.option input[type=text]{
	display:block;
}

.tpl_calque{
	margin-bottom: 10px;
	border:#eee;
	background: #f7f9f8;
	padding:10px;
	position: relative;
}

.option div{
	width:90px;
	display:inline-block;
	vertical-align: top;
}

.option div label{
	display:inline-block;
}

.option div label b{
	font-size: 8px;
}

.option .style{
	display:block;
	width:100%;
}

.option input[type=text]{
	display:block;
	width:100%;
}

.tpl_calque .remove_calque{
	position: absolute;
	top:10px;
	right:10px;
	font-size: 20px;
}

/************************/

.wrap_question{
	margin-bottom: 10px;
	background: #eee;
	padding:10px;
	position: relative;
	display: block;
	width:600px;
	margin-top: 10px;
	border:1px solid #eee;
}

.wrap_question > input[type=text]{
	display:inline-block;
	vertical-align: top;
}

.wrap_reponse{
	_background: #fff;
	padding:10px;
}

.wrap_question .remove_field_question{
	position: absolute;
	top:10px;
	right:10px;
	font-size: 30px;
}

button{
	padding:5px;
}

.wrap_reponse input{
	display:inline-block;
	vertical-align: top;
	margin-bottom: 0;
}

.wrap_reponse input[type=checkbox]{
	transform: scale(3.4);
	margin-left: 20px;
	margin-top: 15px;
}

.item_reponse{
	margin-top: 10px;
	padding:0 10px;
	position:relative;
	width:550px;
	margin-left:50px;
}

.item_reponse .remove_field_reponse{
	position: absolute;
	top:0px;
	right:90px;
	font-size: 25px;
}

/******************* TABLE ************************/

.tableau-liste{
	border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    width:100%;
}

.right{
	text-align: right;
}

/*
.tableau-liste thead th{    
	_border-left: 1px solid #555;
	_border-right: 1px solid #777;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #000;#fff;
	font-size: 12px;
  	_font-weight: bold;
	padding: 10px ;
	text-align: center;
	position: relative;
}

.tableau-liste thead tr{
	background: #eee;#2c3b41;
}


#datatable_filter label{
	display:inline-block;
	vertical-align: top;
}

#datatable_filter input[type=search]{
	display:inline-block;
	vertical-align: middle;
}

.tableau-liste td{
	border: 0px solid #fff;
	vertical-align: middle;
	padding:5px;
	height: 40px;
	border-bottom: 1px solid #eee;
	border: 1px solid #eee;
}

.tableau-liste tbody tr{
	background: #fff;	
	border: 1px solid #eee;
	min-height: 50px;
}

.tableau-liste tbody tr:nth-child(2n+2){
	background: #f9f9f9;
}

.tableau-liste tbody tr:hover{
	background: rgba(60,141,168,0.2);rgba(238, 132, 123, 0.15);
}

.count{
	text-align: center;
	padding:20px 0;
}

.compte{
	display:inline-block;
	width:30px;
	font-size: 11px;
	left:0;
	position:absolute;
	color:#f00;
	z-index: 100;
}
*/



table {
	margin: 0 0 40px 0;
	width: 100%;
	_box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	font-size: 14px;
	color: #3b3b3b;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Open Sans','Fjalla one','Raleway',sans-serif,'Roboto';
}


.tableau-liste tbody tr {
	background: #f9f9f9;
	_border-bottom: 1px solid #ddd;
}

.tableau-liste thead tr {
	font-weight: bold;
	color: #222;
	background: #fff;#222d36;
}

.tableau-liste thead {
	position: relative;
	_z-index: 10;
	_box-shadow: 0px 10px 20px rgba(0, 0, 0, .5);
}

.tableau-liste thead tr th {
	
	border-bottom:2px solid #aaa;
	
}

.tableau-liste tbody tr:nth-of-type(odd){
	background: #fff;
}

td {
	vertical-align: middle;
	padding: 6px 12px;
	height: 40px;
	border:1px solid #ddd;
}

th {
	vertical-align: middle;
	padding: 6px 12px;
	border:1px solid #aaa;
}

.tableau-liste tr td:first-of-type, .tableau-liste tr th:first-of-type{
	_border-left: none;
}

.tableau-liste tr td:last-of-type, .tableau-liste tr th:last-of-type{
	_border-right: none;
}

.tableau-liste tr td{
	_height:30px;
}


/**********************************************************/



body{
	background: #ecf0f5;
	position:relative;
}

body.login_body{
	background: #ecf0f5;
}

.top_header{
	height:50px;
	background: #f77f00;
	border-bottom: 1px solid #ddd;
	padding: 7px 0;
	position: sticky;
	top:0;
	box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	z-index: 100;
}

.bloc_wrap_logo{
	position: sticky;
	top:0;
	z-index: 10;
	background: #fff;
}

.top_header > div:first-child img{
}

.top_actions a{
	color:#fff;
	font-size: 14px;
}

.action_right{
	text-align: right;
}

.action_right li{
	display:inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.action_right a{
	display:block;
	padding:10px 15px;
	border-radius: 15px;
}

.action_right a:hover, .action_left a:hover{
	background: #fff;
	color:#000;
}

.bloc_menu{
	width:230px;
	_height:auto;
	background: #222d32;
	background: #fff;
	display:inline-block;
	vertical-align: top;
	position: relative;
    _box-shadow: 0 0 20px rgba(0, 0, 0, .08);

}

.zone_menu_admin{
	background-color: #fff;
	_position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding-bottom: 20px;
	_overflow: hidden;
	_height:100%;
}

/***Masque pour le cas ou la zone contenu est plus haute que la zone du menu */
body.admin_body:after{
	display:block;
	content:'';
	width:230px;
	background: #222d32;
	background: #fff;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	z-index: -1;
}
/******************************************************************************/

.bloc_principal{
	padding:20px 15px;
	background: #ecf0f5;
	width: calc(100% - 230px);
	display:inline-block;
	vertical-align: top;
	padding-top: 0;
}

.inner_zone_centre .container{
}

.wrap_form{
	background: #fff;	
	border-top: 3px solid #222d36;
	box-shadow: 0 0 20px rgba(0, 0, 0, .08);
	border-radius: 10px;
}

.box_shadow{	
	box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}

.border_radius10{	
	border-radius: 10px;
}

.titre{
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 20px;
}


.titreh{
	font-size: 25px;
	font-weight: bold;
	color:#000;
	margin-bottom: 20px;
}

.bg_gris{
	background-color: #f5f5f5!important;
}

/**************************** FORMULAIRE *********************************/
label{
	display:block;
}

input[type=text],input[type=search],input[type=email],input[type=password],input[type=file],input[type=number], select{
	height:40px;
	padding:0 5px;
	border:1px solid #aaa;
	transition-duration:0.3s;
	margin-bottom: 10px;
	color:#777;
	font-size: 14px;
	outline: none;

	color:#888;
	font-weight: bold;
	font-size: 18px;
}

input:placeholder-shown {
  
}

.mini_champ{
	margin-left: 10px;
}

.mini_champ input, .mini_champ select{
	height:20px;
	font-size: 12px;
}

.mini_champ label, .mini_champ label b{
	display:inline-block;
	font-size: 11px;
	width:100%;
}

input[type=file]{
	border: none;
	cursor:pointer;
	padding:0;
}

select{
	height:40px;
	color:#555;
	font-size: 14px;
	transition-duration:0.3s;
	outline:none;
	margin-bottom: 10px;
	margin-right: 10px;

	color:#888;
	font-weight: bold;
	font-size: 18px;
}

input[type=date], input[type=datetime-local] {
    display: block;
    vertical-align: top;
    height: 40px;
    padding: 5px 10px;
    color: #888;
    font-weight: bold;
    font-size: 18px;
}

input[type=time] {
    display: block;
    vertical-align: top;
    height: 40px;
    padding: 5px 10px;
    color: #888;
    font-weight: bold;
    font-size: 18px;
}

textarea{
	color:#555;
	font-size: 14px;
	border:1px solid #aaa;
	transition-duration:0.3s;
	padding:10px;
	outline:none;

	color:#888;
	font-weight: bold;
	font-size: 18px;
}

input[type=text]:focus,input[type=search]:focus,input[type=email]:focus,input[type=password]:focus,select:focus,textarea:focus{
	_transition-duration:0.3s;
	border-color:#3498db;
}

button[type=submit].btn-bleu,button[type=reset].btn-bleu,button.btn_reset, a.btn_reset{
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-size:14px;
	padding:13px 0;
	text-decoration:none;
}




input[type=submit],input[type=reset]{

}


input.small, button.small{
	height:30px;
	font-size: 12px;
	font-weight: normal;
}

.form-actions{
	text-align: right;
	margin-top: 20px;
	border-top:1px solid #ccc;
	padding: 20px;

}

.form-actions button{
	margin-left: 20px;
}

.formRech button{
	_height:35px;
}

.formRech button[type=submit]{
	margin-right:5px;
}

/**********************CHECKBOX*************************/
.check label{}
  
  
  /*p, p a { 
    color: #aaa;
    text-decoration: none;
  }*/
  
  /*p+p { color: #bbb; margin-top: 3em;}*/
  .check { margin: 15px 0px 15px 0px;color: #000; }
  .check span{color:#aaa;}


  /*
    Demo CSS code
  */
  
  .check [type="checkbox"]:not(:checked),
  .check [type="checkbox"]:checked {
    display:none;
    /*position: absolute;
    left: -9999px;*/
  }
  .check [type="checkbox"]:not(:checked) + label,
  .check [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 80px;
    cursor: pointer;
  }
  .check [type="checkbox"]:not(:checked) + label:before,
  .check [type="checkbox"]:checked + label:before,
  .check [type="checkbox"]:not(:checked) + label:after,
  .check [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
  }
  .check [type="checkbox"]:not(:checked) + label:before,
  .check [type="checkbox"]:checked + label:before {
    left:0; top: -3px;
    width: 75px; height: 30px;
    background:#B94A48; #DDDDDD;
    border-radius: 15px;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    transition: background-color .2s;
  }
  .check [type="checkbox"]:not(:checked) + label:after,
  .check [type="checkbox"]:checked + label:after {
    width: 22px; height: 22px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    border-radius: 50%;
    background: #fff;
    top: 1px; left: 4px;
  }

  /* on checked */
  .check [type="checkbox"]:checked + label:before {
    background:#468847;#34495E; 
  }
  .check [type="checkbox"]:checked + label:after {
    background: #fff;#39D2B4;
    top: 1px; left: 49px;
  }

  .check [type="checkbox"]:checked + label .ui,
  .check [type="checkbox"]:not(:checked) + label .ui:before,
  .check [type="checkbox"]:checked + label .ui:after {
    position: absolute;
    left: 6px;
    width: 65px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
  }
  .check [type="checkbox"]:not(:checked) + label .ui:before {
    padding:1px;
    content: "NON";
    color: #fff;
    left: 32px
  }
  .check [type="checkbox"]:checked + label .ui:after {
    padding:1px;
    content: "OUI";
    color: #fff;#39D2B4;
  }
  .check [type="checkbox"]:focus + label:before {
    /*border: 1px dashed #777;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -1px;
  }


.content-in{
	_padding:20px;
    _border:1px solid #ddd;	
	box-shadow: 0 0 20px rgba(0, 0, 0, .08);
	border-radius: 10px;
	overflow: hidden;
}

.content-2{
	padding:20px;
}

#datatable_filter label{
	display:inline-block;
	vertical-align: top;
}

#datatable_filter input[type=search]{
	display:inline-block;
	vertical-align: middle;
}



.count{
	text-align: center;
	padding:20px 0;
}

.compte{
	display:inline-block;
	width:30px;
	font-size: 11px;
	left:0;
	position:absolute;
	color:#f00;
	z-index: 100;
}

.inner_td_add_border{
	border-bottom: 1px solid #ddd;
	padding:5px 0;
}

.inner_td_add_border:last-child{
	border-bottom: none;
}
/*********************************************************/

#ajax-loading{
	background:linear-gradient(to bottom,#fff,#fff);
	display:inline-block;
	position:fixed;
	bottom:60px;
	z-index:1000;
	text-align:center;
	font-size:14px;
	left:50%;
	transform: translateX(-50%);
	padding:10px 100px;
	box-shadow: 0 0 50px rgba(5,5,5,0.6);
	_border:1px solid #bbb;
	border-left:0px solid #bbb;
	border-right:0px solid #bbb;
}

#_ajax-loading:before{
	content:'';
	display:block;
	height:20px;
	position:absolute;
	left:0;
	right:0;
	top:-20px;
	background: url(../img/ombre.png) no-repeat top center;
	background-size: 100% 20px;
	z-index: 0;
	transform:rotate(180deg);
}

#_ajax-loading:after{
	content:'';
	display:block;
	height:20px;
	position:absolute;
	left:0;
	right:0;
	bottom:-20px;
	background: url(../img/ombre.png) no-repeat bottom center;
	background-size: 100% 20px;
}

#ajax-loading span{
	display:inline-block;
	width:16px;
	height:16px;
	background:url(../img/remove-01.png) no-repeat center center;
	position:absolute;
	right:20px;
	top:20px;
	display:none;
	cursor:pointer;
}

/******************************/
._btn_slide{
	display:inline-block;
	vertical-align: top;
	border:1px solid #bbb;
	border-radius: 3px;
	width:40px;
	height:22px;
	position:relative;
	box-shadow: 0 0 1px #fff;
	background: #fff;
	cursor:pointer;
	/*box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);*/
}

._btn_slide > span.inner_disk{
	display:inline-block;
	position:absolute;
	top:1px;
	bottom:1px;
	left:1px;
	width:18px;
	background: linear-gradient(to bottom,#e74c3c,#c0392b);
	border-radius: 3px;
	transition-duration: 0.2s;
}

._btn_slide.active > span.inner_disk{
	margin-left: 18px;
	background: linear-gradient(to bottom,#2ecc71,#27ae60);
	transition-duration: 0.2s;
}

/****************************************************/
/******************************/
.btn_slide{
	display:inline-block;
	vertical-align: top;
	border:1px solid #bbb;
	border-radius: 10px;
	width:40px;
	height:21px;
	position:relative;
	box-shadow: 0 0 1px #fff;
	background: #fff;
	cursor:pointer;
	/*box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);*/
}

.btn_slide > span.inner_disk{
	display:inline-block;
	position:absolute;
	top:1px;
	bottom:1px;
	left:1px;
	width:18px;
	background: linear-gradient(to bottom,#e74c3c,#c0392b);
	border-radius: 9px;
	transition-duration: 0.1s;
}

.btn_slide.active > span.inner_disk{
	margin-left: 18px;
	background: linear-gradient(to bottom,#2ecc71,#27ae60);
	transition-duration: 0.2s;
}

/****************************************************/



.item_permission{
	background: #f5f5f5;
	padding:20px;
	margin-bottom: 10px;
}

.item_permission h2{
	text-transform: uppercase;
	font-weight: bold;
}

.item_name{
	vertical-align: top;
	padding:5px 0;
	margin-top: 15px;
	font-size: 14px;
}

html {
  height: 100%;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

.scroll_top{
	display:inline-block;
	background: red;
	position:fixed;
	left:115px;
	margin-left: -20px;
	bottom:-5px;
	padding:10px;
	padding-top: 5px;
	padding-bottom: 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	height:25px;
	display:none;
}

.fake_bash{
	padding:150px 0;
}

.fake_bash h1{
	margin-top: 50px;
	font-weight: bold;
	font-size: 35px;
}

.item_top{
	display:inline-block;
	vertical-align: top;
	float: left;
	height:130px;
	width:25%;	
	margin-bottom: 20px;
	padding:0 10px;
}

.inner_top{
	_background: #bada55;
	height:100%;
	_border-radius: 2px;
	position:relative;
	_box-shadow: 0 0 3px rgba(0,0,0,0.3);
	position:relative;
	transition-duration: 0.1s;
}

.inner_top:hover{
	transform:scale(1.02);
	transition-duration: 0.1s;
}

.inner_top > div{
	padding:15px;
	color:#fff;
}

.inner_top i{
	font-size: 50px;
}

.inner_top b{
	font-size: 30px;
	display:inline-block;
	text-align: right;
	width:65%;
}

.inner_top span{
	font-size: 15px;
	display:inline-block;
	text-align: center;
	margin-top: 10px;
}

.inner_top a{
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background: rgba(0,0,0,0.1);
	text-align: center;
	padding:8px;
	color:#eee;
	font-size:13px;
}

.recap_top{
	margin-top: 10px;
}

.recap_top:after{
	content:'';
	display:table;
	clear:both;
}

/**/
.bg_aqua	{background: #00c0ef !important;}    
.bg_vert	{background: #00a65a !important;}    
.bg_orange	{background: #f39c12 !important;}
.bg_rouge	{background: #dd4b39 !important;}  

.bloc_get_agents{
	border:1px solid #aaa;
	min-height: 300px;
	overflow-y: scroll;
	padding:20px;
}

.bloc_get_agents label{
	padding: 0 3px;
	font-size: 14px;
	margin-bottom: 5px;
}

body *.hidden{
	display:none;
}

.select2-selection.select2-selection--single{
	height:40px;
	border-radius:0;	
	position:relative;
	_top:-2px;
}

.select2-selection__rendered{
	line-height: 38px!important;
	height:40px;
}

.select2-hidden-accessible{
	height:0px!important;
}

.select2.select2-container.select2-container--default.select2-container--focus{
	position:relative;
}

.add_relais{
	display:inline-block;
	vertical-align:top;
	padding:5px 10px;
	background-color: buttonface;
	border:1px solid #bbb;
}

.remove_relais{
	display:inline-block;
	vertical-align:top;
	background-color: buttonface;
	border:1px solid #bbb;
	height:40px;
	width:40px;
	text-align: center;
	line-height: 38px;
	color:#f00;
}

.select2.select2-container.select2-container--default{
	display:block;
	min-width:200px!important; 
	__width:500px;
	width:100%!important;
}

font {
	color: #000!important;
	font-weight: bold!important;
}

button[type=submit]{
	background:#000!important;
	border:1px solid #000;
	color:#fff!important;
	border-radius: 10px;
}

button[type=reset], button[type=cancel], button.btn_reset, a.btn_reset{
	background:#8a0606!important;
	border:1px solid #000;
	color:#fff!important;
	border-radius: 10px;
	text-align: center;
	margin-left: 10px;
}

.select2-dropdown.select2-dropdown--above{
	_width:auto!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 7px;
    right: 1px;
    width: 20px;
}

.btn_default{
	height:40px;
	border-radius: 0;
	border:none;
	background: #f77f00;
	color:#fff;
	cursor:pointer;
	display:inline-block;
}

.btn_small{
	border-radius: 0;
	border:none;
	background: #f77f00;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	text-align: center;
	padding:5px 10px;
	font-size: 11px!important;
}

.form_recherche{
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.wrapper{
	background: #fff;
	padding:20px;
}

.no_datatable{
	height:40px;
}

.btn_red{
	background: #ac0a0a!important;
}

.btn_green{
	background: #367b05!important;
}

.btn_blue{
	background: #052e80!important;
}

.btn_blanc{
	background: #fff;
	display:inline-block;
	vertical-align: top;
	border:1px solid #bbb;
	padding:7px 15px;
	text-align: center;
	font-weight: bold;
	margin-bottom: -1px;
	position: relative;
}

.btn_blanc:after{
	display:inline-block;
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	border-bottom: 1px solid #bbb;
	height:1px;
}

.border_none{
	border:none!important;
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}

.modal.modal_large{
	_max-width:1000px!important;
}

.bloc_middle{
	width:50%;
	height:100%!important;
	background: #fff;
	display:inline-block;
	vertical-align: top;
	margin-right: -2px;
}

.bloc_left{
	position:relative;
}

.bloc_left .inner_bloc_left{
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	font-size: 40px;
}

.inner_bloc_left h1{
	padding-bottom: 10px;
}

.bloc_right{
	position:relative;
	background-color: #f5f5f5;
	_background-color: #D09C74;
}

.wrap_form_login{
	position:absolute;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	width:500px;
	border:2px solid rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	padding:50px;
}

.inner_wrap_form_title{
	text-align: center;
	padding:30px;
}

.wrap_form_login input{
	border:none;
	height:45px;
}

.wrap_form_login button{
	cursor:pointer;
}

.dataTables_wrapper {
	border-top: none;
}

table tr td{
	font-size: 12px;
}

.formLogin input{
	border-radius: 30px;
	background-color: #fff;
	padding: 0 10px;
	border:1px solid #ddd;
}

.bg_white{
	background: #fff;
}

.card{
	padding:10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	padding-bottom: 15px;
	color:#000;
}

.wrap_card{
	padding:10px;
}



.value{
	font-size: 40px;
	font-weight: bold;
	display:block;
	margin-top: 20px;
}

.icone1 i{
	font-size: 40px;
}

.stat_membres b{
	font-weight: bold;
	color:#000;
	font-size: 20px;
}

.p10{
	padding:10px;
}

.p20{
	padding:20px;
}

.card table{
	margin-bottom: 0;
}

.icone1{
	padding:10px;
	background: #eee;
	border:1px solid #ddd;
	border-radius: 50%;
}

.table_striped tr:nth-child(even) {
	background-color: #f2f2f2;
}

.table_striped th{
	background:#444;
	color:#fff;
}

.super_big_font{
	font-size: 70px;
	padding:16px 30px;
}

table.table_mini tr td {
    padding: 5px;
	height:auto;
}

table.table_mini{
	margin-bottom: 10px;
}

.page-numbers li{
	display:inline-block;
	vertical-align: top;
}

.page-numbers li.active a{
	background: #f77f00;
	color:#fff;
	border:1px solid #f77f00;
}

.relative{
	position:relative;
}

#notifs_bloc{
	opacity:0;
}

#notifs_bloc.bul_count{
	opacity:1;
	background: red;
	color:#fff;
	text-align: center;
	height:16px;
	min-width: 16px;
	padding:3px;
	box-sizing: border-box;
	vertical-align: middle;
	border-radius: 10px;
	display:inline-block;
	position:absolute;
	top:5px;
	left:-3px;
	font-size: .9em;
}

.one_notf_box{
	padding:10px;
	border-radius: 10px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .06);
	margin-top: 10px;
	transition-duration: .3s;
	background: rgba(255, 255, 255, .7);
}

.one_notf_box:hover{
	box-shadow: 0 10px 15px rgba(0, 0, 0, .16);
	transition-duration: .3s;
	background: rgba(255, 255, 255, 1);
}

.one_notf_box_green{
	background: rgba(166,250,201,.5);
}

.one_notf_box_green .one_notf_box:hover{
	background: rgba(255, 255, 255, 1);
}

.one_notf_box_red{
	background: rgb(250, 173, 166,.5);
}

.one_notf_box_red .one_notf_box:hover{
	background: rgba(255, 255, 255, 1);
}

.one_notf_box_yellow{
	background: rgba(252, 247, 168, 0.5);
}

.one_notf_box_yellow .one_notf_box:hover{
	background: rgba(255, 255, 255, 1);
}

.one_notf_box_blue{
	background: rgba(168, 220, 252, 0.5);
}

.one_notf_box_blue .one_notf_box:hover{
	background: rgba(255, 255, 255, 1);
}

.one_notf_box_violet{
	background: rgba(168, 6, 186, 0.2);
}

.one_notf_box_violet .one_notf_box:hover{
	background: rgba(255, 255, 255, 1);
}

.one_notf_box_orange{
	background: rgba(9, 211, 233, 0.6);
}

.one_notf_box_orange .one_notf_box:hover{
	background: rgba(255, 255, 255, 1);
}

.one_notf_box_orange_1{
	background: rgba(255, 165, 0, 0.6);
}

.one_notf_box_orange_1 .one_notf_box:hover{
	background: rgba(255, 140, 0, 1);
}


table.tableau-liste tbody tr.one_notf_box_red{
	background: rgba(252, 23, 3, 0.03);
}

.one_notf_box h3{
	border-bottom: 1px dotted #ddd;
	padding-bottom:5px;
	margin-bottom:10px;
}

.clignoter  {
	animation-duration: 1s;
	animation-name: clignoter;
	animation-iteration-count: infinite;
	transition: none;
 }
 @keyframes clignoter {
   0%   { opacity:1; }
   40%   {opacity:0; }
   100% { opacity:1; }
 }

a.btn_god_view{
	margin:0;
	font-size: .9em;
	min-width: 50px;
	height:30px;
	display:inline-block;
	text-align: center;
	padding:5px 13px;
}

.bloc_infos_riders{
	height:550px;
	overflow-y: scroll;
	margin-top: 20px;
}

.table_info_gd_riders{
	margin-bottom: 0;
}

.table_info_gd_riders td{
	height:auto;
	border:none;
}

.table_info_gd_riders tr:first-of-type{
	border-bottom: 1px solid #ddd;
}
.table_info_gd_riders tr:last-of-type{
	border-top: 1px solid #444;
}

.gd_rider{
	border: 1px solid #ddd;
	margin-right: 10px;
	margin-bottom: 10px;
	box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
	background-color: #fff;#f5f5f5;
	border-radius: 10px;
	transition-duration: .3s;
}


.gd_rider:hover{	
	box-shadow: 5px 5px 8px rgba(0, 0, 0, .2);
	background-color:#f5f5f5;
	transition-duration: .3s;
}

.bloc_infos_riders a.active .gd_rider{
	border:2px solid #000;
	background-color:#f5f5f5;
}

/****************************************************/
.input_small{
	height:30px!important;
	font-size: 12px!important;
}

.input_small .select2-selection__rendered {
    line-height: 38px !important;
    height: 30px;
}

.input_small .select2-selection.select2-selection--single {
    height: 30px;
    border-radius: 0;
    position: relative;
}

.input_small .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    right: 1px;
    width: 20px;
}

.input_small .select2-selection__rendered {
    line-height: 30px!important;
    height: 30px;
}

.table_kpi td{
	font-size: 1.6em;
	padding-top: 20px;
	padding-bottom: 20px;
}

.table_kpi .titre{
	background: #222;
	color:#fff;
	padding-top: 25px;
	font-size: ;
}

.table_kpi td[colspan="2"]{
	font-weight: bold;
}

.table_kpi h2 a{
	color:#fff!important;
}

/****************************************************/
.sparks {
	text-rendering: optimizeLegibility;
	font-variant-ligatures: contextual;
	font-feature-settings: "calt" 1, "kern" 1;
	font-kerning: normal;
	-webkit-font-feature-settings: "calt", "kern";
	-moz-font-feature-settings: "calt=1", "kern=1";
  }
  
  .dotline-extrathin  {font-family: Sparks-Dotline-Extrathin!important;}
  .dotline-thin       {font-family: Sparks-Dotline-Thin!important;}
  .dotline-medium     {font-family: Sparks-Dotline-Medium!important;}
  .dotline-thick      {font-family: Sparks-Dotline-thick!important;}
  .dotline-extrathick {font-family: Sparks-Dotline-Extrathick!important;}
  
  .dot-extrasmall     {font-family: Sparks-Dot-Extrasmall!important;}
  .dot-small          {font-family: Sparks-Dot-Small!important;}
  .dot-medium         {font-family: Sparks-Dot-Medium!important;}
  .dot-large          {font-family: Sparks-Dot-Large!important;}
  .dot-extralarge     {font-family: Sparks-Dot-Extralarge!important;}
  
  .bar-extranarrow    {font-family: Sparks-Bar-Extranarrow!important;}
  .bar-narrow         {font-family: Sparks-Bar-Narrow!important;}
  .bar-medium         {font-family: Sparks-Bar-Medium!important;}
  .bar-wide           {font-family: Sparks-Bar-Wide!important;}
  .bar-extrawide      {font-family: Sparks-Bar-Extrawide!important;}
