body{
	background-color:#ECF0F5;
}
input{
	font-size:12px;
}

#main {
	background-color:#ECF0F5;
	margin-top:19px;
	padding-left:10px;
	padding-top:0px;
	padding-right:10px;
	padding-bottom:0px;
	border-left:1px solid #CCC;	
}
.ui-autocomplete
{
	z-index: 12000 !important;
}

.ui-autocomplete {
	max-height: 250px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}
.formLabel{
	text-align:right;
	font-weight:bold;
	width:150px;
}
.formValue{
	font-weight:normal;
}

.fin{
	clear:both;
	line-height:0;
	height:0;
	font-size:1px;
}

/* Navbar */
.navbar_top {
	height: 59px;
	width:100%;
	background-color: white;
	position:fixed;
	z-index:1000;
	padding:0px;	
}
#navbar_left {
	background-color:#fff;z-index:1000;padding:0px;height:59px;border-bottom:1px solid #CCC;
}
#navbar_right {
	background-color:#fff;z-index:1000;padding-top:0px;padding-left:0px;padding-bottom:0px;padding-right:0px;height:59px;border-bottom:1px solid #CCC;
}
.hide_menu {
	color:black;
	display: inline-block;
	height: 45px;
	width: 45px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.hide_menu > i {
	margin-top: 13px;
	font-size: 20px;
} 
.hide_menu:hover {
	background-color: #f7f7f7;
}

#navbar_right_button {
	/*display: inline-block;*/
}

.flex{
   display: flex;	
   flex-wrap: wrap;   
}
.flex .bstat{
   flex: 0 1 calc(25% - 10px);
   margin: 0 10px 10px 0;
   text-align: center;
   padding: 15px;
}
.flex .bstat.one{
	flex: 1 1;
}
.flex .bstat strong{ font-size: 20px; }
.flex .bstat.last{
	margin: 0 0 10px 0;
}

.marTB30{
	margin: 30px 0;
}

.round{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #4c9d2a;
	width: 100px;
	height: 100px;
	color: #FFF;
	font-size: 20px;
	line-height: 100px;
	text-align: center;
	margin: 0 auto;
	display: table;
}
.round.red{
	background: #1b4224;
}

.capitalRestant{
	background: #4c9d2a;
	color: #FFF;
	font-size: 26px;	
	text-align: center;
	margin: 0 0 15px 0;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	border-radius: 80px;	
	width: 150px;
	height: 150px;
	line-height: 150px;
	margin: 0 auto;
}
.capitalRestant.red{
	background: #b90000;
}
.capitalRestant.grey{
	color: #000;
	background: #EEE;
}

.hor span{
	display: inline-block;
	font-style: italic;
	text-align: center;
	padding: 10px 0 0 0;
	width: 100%;
	font-size: 12px;
	font-style: italic;
	color: #8e8e8e;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {




}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}

/* Listing */
.listing {
	border: 1px solid #f4f4f4;
	width: 100%;
	font-size: 16px;
}
.listing.min{ font-size: 13px; }

.listing > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.listing > tbody > tr:hover {
  background-color: #f5f5f9;
}

.listing > thead > tr > th,
.listing > tbody > tr > th,
.listing > tfoot > tr > th,
.listing > thead > tr > td,
.listing > tbody > tr > td,
.listing > tfoot > tr > td {
	border-top: 1px solid #f4f4f4;
	padding: 8px;
}
.listing.min > thead > tr > th,
.listing.min > tbody > tr > th,
.listing.min > tfoot > tr > th,
.listing.min > thead > tr > td,
.listing.min > tbody > tr > td,
.listing.min > tfoot > tr > td {
	border-top: 1px solid #f4f4f4;
	padding: 4px;
}

.listing > thead > tr > th {
	border-bottom: 2px solid #f4f4f4;
}

/* Bouton */
.btn_glyph {
	margin-right: 10px;
}

/* Boutons spéciaux */

/* Sauvegarder */
.btn_save {
	display: inline-block !important;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	display: block;
	padding: 10px 16px;
	line-height: 1.3333333;
	border-radius: 6px;
	color: white;
	border-color: #ddd;
	background-color: #00a65a;
	min-width:120px !important;
	font-size: 18px;
}

.btn_save:hover {
	background-color: #008d4c;
}

.btn_save.testip{
	display: block;
	cursor:pointer;
	text-align:center;
	font-size:14px;margin: 0 0 0 15px;
	padding: 5px 10px;
	text-decoration:none;
	cursor:pointer;	
	background: #f4f4f4;
	text-decoration: none;
	color: #000;
}
.btn_save.testip:hover{
	background: #f4f4f4;
}

/* Supprimer */
.btn_delete {
	display: inline-block !important;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	display: block;
	padding: 10px 16px;
	line-height: 1.3333333;
	border-radius: 6px;
	color: white;
	border-color: #ddd;
	background-color: #dd4b39;
	min-width:120px !important;
	font-size: 18px;
}

.btn_delete:hover {
	background-color: #d73925;
}

/* Retour */
.btn_return {
	display: inline-block !important;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	display: block;
	padding: 10px 16px;
	line-height: 1.3333333;
	border-radius: 6px;
	color: white;
	border-color: #ddd;
	background-color: #3c8dbc;
	min-width:120px !important;
	font-size: 18px;
}

.btn_return:hover {
	background-color: #367fa9;
}

/* Info */
.btn_info {
	display: inline-block !important;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	display: block;
	padding: 10px 16px;
	line-height: 1.3333333;
	border-radius: 6px;
	color: white;
	border-color: #ddd;
	background-color: #00c0ef;
	min-width:120px !important;
	font-size: 18px;
}

.btn_info:hover {
	background-color: #00acd6;
}

/* Annulé */
.btn_default {
	display: inline-block !important;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	display: block;
	padding: 10px 16px;
	line-height: 1.3333333;
	border-radius: 6px;
	color: black;
	border-color: #ddd;
	background-color: #f4f4f4;
	min-width:120px !important;
	font-size: 18px;
}

.btn_default:hover {
	background-color: #dddddd;
}

/* Attention */
.btn_attention {
	display: inline-block !important;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	display: block;
	padding: 10px 16px;
	line-height: 1.3333333;
	border-radius: 6px;
	color: white;
	border-color: #ddd;
	background-color: #f39c12;
	min-width:120px !important;
	font-size: 18px;
}

.btn_attention:hover {
	background-color: #e08e0b;
}


/* Boutons icônes spéciaux */

/* Sauvegarder */
.icon {
	border-radius: 3px;
	position: relative;	
	padding: 7px 10px 7px 10px;
	min-width: 50px;
	height: 40px;
	text-align: center;
	color: #666;
	border: 1px solid #ddd;
	background-color: #f4f4f4;
	font-size: 20px;	
}

.icon:hover {
	background: #f4f4f4;
	color: #444;
	border-color: #aaa;
	cursor: pointer;
}

.icon:active,
.icon:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.icon > .fa {
	width: 20px;
	height: 20px;
}

/* Box */

.field {
	position: relative;
	border-radius: 3px;
	background: #ffffff;
	border-top: 3px solid #00447b;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.search{
	width: 100%;
	height: 30px;
	text-indent: 10px;
}

/* Modal */

.mod {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background: rgba(0, 0, 0, 0.3);
}

.mod-content {
	position: relative;
	width: auto;
	margin: 10px;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
	border: 0;	

	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);	
}

.mod-header {
	border-bottom-color: #f4f4f4;
	min-height: 16.42857143px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;  
}

.mod-header .close {
	margin-top: -2px;
}

.mod-title {
	margin: 0;
	line-height: 1.42857143;
}

.mod-body {
	position: relative;
	padding: 15px;
	overflow: auto;
	height: 650px;
}

.mod-footer {
	border-top-color: #f4f4f4;
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
	.mod-content {
		width: 70%;
		margin: 30px auto;

		-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;		
	}
}

/* CHAMPS FORMULAIRE */

.input_group_icon {
	position: relative;
	display: table;
	border-collapse: separate;
	display: inline-table;
	vertical-align: middle;
}


.input_icon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;

	border-radius: 0px;
	border-color: #d2d6de;
	background-color: #fff;
	/*width: auto;*/
	display: table-cell;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	border-right: 0px;
}

.input {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

	border-radius: 0px !important;
	box-shadow: none;
	border-color: #d2d6de;   

	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;	     

	display: table-cell;  
}

.loader {
	border: 5px solid #FFF; /* Light grey */
	border-top: 5px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: spin 2s linear infinite;
	margin: 0 auto;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


.input:focus {
	border-color: #3c8dbc !important;
	box-shadow: none;
}

.input::-moz-placeholder {
	color: #bbb;
	opacity: 1;
}

.input:-ms-input-placeholder {
	color: #bbb;
}

.input::-webkit-input-placeholder {
	color: #bbb;
}

.input:not(select) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.input[disabled] {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}

.input_label {

}


/* Champs avec bouton intégrer à droite */

.input_right_icon {
	position: relative;
	display: table;
	border-collapse: separate;
	display: inline-table;
	vertical-align: middle;
}

.button_right_icon {
	width: auto;
	display: table-cell;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;

	position: relative;
	font-size: 0;

	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn_right {
	border-left: 0px;

	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-width: 1px;

	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;

	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;

	padding: 6px 12px;
	font-size: 14px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	color: white;
	background-color: #00a65a;
	border-color: #008d4c;
}

.btn_right:hover {
	background-color: #008d4c;
}


.button_exit {
	display: inline-block;
	height: 59px;
	width: 59px;
	text-align: center;
	vertical-align: middle;
	line-height: 59px;
	cursor: pointer;
	background-color: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: 'Glyphicons Halflings';
	font-weight:bold;
}

.button_exit:hover {
	background-color: #f7f7f7;
}

.button_exit:before {
	color: black;
	font-size: 25px;
	margin-top: 12px;
	content: "\e017";
}

.button_synchro {
	display: inline-block;
	height: 59px;
	width: 59px;
	text-align: center;
	vertical-align: middle;
	line-height: 59px;
	cursor: pointer;
	background-color: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: 'FontAwesome';
	font-weight:bold;
}

.button_synchro:hover {
	background-color: #f7f7f7;
}

.button_synchro:before {
	color: black;
	font-size: 25px;
	margin-top: 12px;
	content:"\f1eb";
}

.button_exit_2 {
	display: inline-block;
	height: 59px;
	width: 59px;
	text-align: center;
	vertical-align: middle;
	line-height: 59px;
	cursor: pointer;
	background-color: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: 'Glyphicons Halflings';
	font-weight:bold;
	background-color: #066835;
}

.button_exit_2:hover {
	background-color: #38AA39;
}

.button_exit_2:before {
	color: white;
	font-size: 25px;
	margin-top: 12px;
	content: "\e017";
}

.button_synchro_2 {
	display: inline-block;
	height: 59px;
	width: 59px;
	text-align: center;
	vertical-align: middle;
	line-height: 59px;
	cursor: pointer;
	background-color: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: 'FontAwesome';
	font-weight:bold;
	background-color: #066835;
}

.button_synchro_2:hover {
	background-color: #38AA39;
}

.button_synchro_2:before {
	color: white;
	font-weight: normal;
	font-size: 25px;
	margin-top: 12px;
	content:"\f1eb";
}

.button_actualite {
	display: inline-block;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	vertical-align: middle;
	cursor: pointer;
	background-color: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: 'Glyphicons Halflings';
	font-weight:bold;
	
}

/* Onglet */

.onglet_titre {
	margin-left: 15px;
	margin-bottom: 20px;
}

.onglet {
	border-bottom: 3px solid #14579b;
}

.onglet > li {
	float: left;
}

.onglet > li > a {
	margin-right: 5px;
	border-radius: 4px 4px 0 0;
	background-color: #14579b;
	border: 1px solid #14579b;
	color: white
}

.onglet > li > a:hover,
.onglet > li > a:hover,
.onglet > li > a:focus {
	background-color: #0f4076;
}

.onglet > li.onglet_on > a,
.onglet > li.onglet_on > a:hover,
.onglet > li.onglet_on > a:focus {
	background-color: #0f4076;
	cursor: default;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

/* Content */

.content_page {
	padding-left: 15px;
	padding-right: 15px;
}

/*
 * Component: Info Box
 * -------------------
 */
.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box small {
  font-size: 14px;
}
.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.info-box .progress,
.info-box .progress .progress-bar {
  border-radius: 0;
}
.info-box .progress .progress-bar {
  background: #fff;
}
.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
.info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.progress-description,
.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-box-text {
  text-transform: uppercase;
}
.info-box-more {
  display: block;
}
.progress-description {
  margin: 0;
}

#stocks tr th{ font-size: 14px; }
#stocks tr td{ font-size: 12px; padding: 4px; }


/** Machine **/
.machine.attente{background: url('/images/phone-sms.png') center top no-repeat;}

.contMachine .machine{
	width:25%; 
	float:left;
	display:block;
	position:relative;
	padding: 0px;
	margin: 0 0 30px 0;
	text-decoration: none;
}
.contMachine .machine strong{
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 150px 0;
	display:block;
	text-align:center;
	background-size: auto 130px;
	background-image: url('/images/washing-machine-none.png');
	background-position:center bottom ;	
	background-repeat:no-repeat;
	background-attachment:inherit;	
}

.machine.attente strong{	background-image: url('/images/washing-machine-attente.png') ; color: #0650f7;}
.machine.libre strong{ background-image: url('/images/washing-machine-libre.png'); color: #22cc0a;}
.machine.occupee strong{	background-image: url('/images/washing-machine-occupe.png') ; color: #cc0d36;}

.machine a{
	display: block;
	text-align: center;
	padding: 5px 10px;
}

.contentPicto{
	background: #f4faff;
}

.contMachine .machine cite{
	color: #000;
	font-size: 45px;
	font-weight: normal;
	padding: 2px 0;
	font-style:normal;
	display:block;
	text-align:center;
	position:absolute;
	top:23%;
	left:50%;
	transform: translatex(-50%);	
}
.contMachine .machine span{
	color: #1abc9c;
	font-size: 16px;
	font-weight: normal;
	display:block;
	text-align:center;
	padding:10px 0 0 0;
}
.contMachine .machine.attente cite,
.contMachine .machine.attente span{ color: #0650f7;}
.contMachine .machine.libre cite,
.contMachine .machine.libre span{	color: #22cc0a;}
.contMachine .machine.occupee cite,
.contMachine .machine.occupee span{ color: #cc0d36;}

.form-group-new{
	position: relative;
	border: solid 1px #39a53a;
	padding: 20px;
	-moz-box-shadow: 0px 5px 10px 0px #dfdfdf;
	-webkit-box-shadow: 0px 5px 10px 0px #dfdfdf;
	-o-box-shadow: 0px 5px 10px 0px #dfdfdf;
	box-shadow: 0px 5px 10px 0px #dfdfdf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#dfdfdf, Direction=180, Strength=10);		
}
.form-group-new.pLeft{
	padding-left: 70px;
}
.form-group-new.pTop{
	padding-top: 70px;
}
.form-group-new label.spec{
	font-size: 12px;
	font-style: italic;
	color: #8e8e8e;
	margin: 0 0 10px 0;
}
.form-group-new label{
	text-transform: uppercase;
	color: #000;
	font-style: normal;
	display: inline-block;
	font-size: 14px;
	padding: 0 15px 0 0;
	font-weight: normal;
}
.form-group-new label img{
	width: 70%;
	margin: 0 0 10px 0;
}
.form-group-new.spec .form-control{
	width: 65%;
	display: inline-block;
}
.form-group-new.spec .form-control.big{
	width: 100%;
}

.form-group-new .picto{ 
	position: absolute; 
	width: 80px; 
	height: 80px; 
	border: solid 1px #39a53a;
	display: inline-block;
	left: 50%;
	margin-left: -40px;
	top: -40px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-moz-box-shadow: 0px 5px 10px 0px #dfdfdf;
	-webkit-box-shadow: 0px 5px 10px 0px #dfdfdf;
	-o-box-shadow: 0px 5px 10px 0px #dfdfdf;
	box-shadow: 0px 5px 10px 0px #dfdfdf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#dfdfdf, Direction=180, Strength=10);		
}
.form-group-new.pLeft .picto{
	left: 0%;
	top: 50%;
	margin-top: -40px;
}
.form-group-new.pTop .picto{
	left: 50%;
	top: -50px;
	margin-right: -50px;
	width: 100px;
	height: 100px;
}
.form-group-new .picto.picto1{
	background: #FFF url('/images/Groupe_56@2x.png') center no-repeat;
}
.form-group-new .picto.picto2{
	background: #FFF url('/images/Groupe_57@2x.png') center no-repeat;
}
.form-group-new .picto.picto3{
	background: #FFF url('/images/Groupe_58@2x.png') center no-repeat;
	background-size: 50%;
}
.form-group-new .picto.picto4{
	background: #FFF url('/images/Groupe_59@2x.png') center no-repeat;
	background-size: 50%;
}
.form-group-new .picto.picto5{
	background: #FFF url('/images/Groupe_60@2x.png') center no-repeat;
	background-size: 50%;
}
.form-group-new .picto.picto6{
	background: #FFF url('/images/Groupe_61@2x.png') center no-repeat;
	background-size: 50%;
}

.pad40{	padding: 40px; }
.padT50{ padding: 50px 0 0 0; }
.marB70{ margin: 0 0 70px 0; }

.form-group-new .form-control{
	border: none;
	background: #f5f5f5;
}

h2.jour{
	padding: 10px 0;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	background: #4c9d2a;
}

.fh_heures{
	float: right;
	width: 70%;
}

progress {
  border-radius: 7px; 
  width: 50%;
  height: 15px;
  box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.2 );
}
progress::-webkit-progress-bar {
  background-color: yellow;
  border-radius: 7px;
}
progress::-webkit-progress-value {
  background-color: blue;
  border-radius: 7px;
  box-shadow: 1px 1px 5px 3px rgba( 255, 0, 0, 0.8 );
}
progress::-moz-progress-bar {
  /* style rules */
}

@media screen and (max-width: 880px)
{
	.pad40{
		padding: 0px;		
	}
	
	.container-fluid{
		padding: 0px;
	}
	
	.form-group-new .picto{
		display: none;
	}
	
	.form-group-new.pLeft,
	.form-group-new.pTop
	{	
		padding: 20px;
	}
	
	.form-group-new{
		margin-bottom: 30px;
	}
	
	.form-group-new label{
		text-align: center;
	}
	
	.fh_heures{
		float: none;
		width: 100%;
	}
}
