.logoTitre {
	color: #3FBAE0;
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
}

.copyright {
	width:100%;
	text-align:center;
	padding-top: 20px;
	font-weight: bold;
	font-size: 10px;
}

#btnMajDonnees {
	padding:10px;	
}

#btnDetailParPeriode, #btnRetourBilanEnergetique {
	display: block;
	text-align: center;
}

#blocTableauBilanEnergetique {
	display: none;
}

#masque, #popinGraphiqueDetailConsoPeriphParJour {
	display:none;	
}
#masque, #masque .arrierePlan, #popinGraphiqueDetailConsoPeriphParJour, #popinGraphiqueDetailConsoPeriphParJour .arrierePlan {
	position : fixed;
	width:100%;
	height:100%;
	z-index: 10000;
	top: 0px;
	text-align:center;
}

#masque .arrierePlan, #popinGraphiqueDetailConsoPeriphParJour .arrierePlan {
	background-color:black;
	opacity: 0.5;
}

#masque .texte, #popinGraphiqueDetailConsoPeriphParJour .texte {
	position : fixed;
	width:100%;
	text-align:center;
	font-size: 30px;
	font-weight: bold;
	z-index: 10001;
}

#masque .texte {
	top: 50%;
}

#popinGraphiqueDetailConsoPeriphParJour .texte {
	top: calc((100% - 500px) / 2);
}

#popinGraphiqueDetailConsoPeriphParJour .texte h3 {
	text-align: left;
}

#boutonFermerPopinGraphiqueDetailConsoPeriphParJour {
	float:right;
	cursor: pointer;
}

.logoTitre img {
	height: 50px;	
}

/* MENU */

li.all {
	background-color: #2a9fd6;
	border-radius: 20px;
}

li.all label {
	padding: 5px 0px 5px 4px;	
	margin: 0px;
}

li.pieces {
	background-color: #3c3c3c;
	border-radius: 10px;
	margin-top:5px;
}

li.pieces .plierDeplier, li.all .plierDeplier {
	padding-left: 10px;
	float: left;
	padding-top: 2px;
	width: 19px;
}

li.all .plierDeplier {
	padding-top: 6px;
}

li.pieces label {
	padding: 2px 0px 2px 5px;
	margin: 0px;
}

li.peripheriques {
	width: 100%;
	background-color: #222222;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	font-size: 12px;
}

li.peripheriques label{
	padding: 0px 0px 0px 25px;
	margin: 0px;
	padding-bottom: 5px;
}

li.pieces, li.all {
	width: 100%;
	cursor: pointer;
	color: white;
	font-weight: bold;	
	font-size: 14px;
}

li.pieces , li.all , li.peripheriques {
	cursor: pointer;
	width: 100%;
	border-radius: 10px;
}

li.peripheriques label {
	cursor: pointer;
	width: calc(100% - 21px);
	border-radius: 10px;
}

li.pieces label, li.all label {
	width: calc(100% - 40px);
	cursor: pointer;
	border-radius: 10px;
}

li.pieces input, li.all input, li.peripheriques input{
	float: right;
	margin-right:10px;
	font-size: 10px;
	width: 14px; 
	height: 14px;
	position: absolute;
	vertical-align: middle;
	top: calc((100% - 22px) / 2);
}

li.all:hover {
	background: linear-gradient( #C8E6F4, #2a9fd6);
}

li.pieces label:hover, li.pieces:hover {
	background: linear-gradient( #777, #3c3c3c);
}

li.peripheriques:hover, li.peripheriques label:hover{
	background: linear-gradient( #777, #222222);
}

.highcharts-button {
	cursor: pointer;	
}

.datePeriode {
	padding-top: 15px;	
}
.datePeriode input{
	background-color: #333;
	border: 1px solid #BDBDBD;
	color: #BDBDBD;
	width: 100px;
	height: 21px;
	text-align:center;
}

.titreRecapPeriode{
	width:100%;
	text-align:center;
	color:white;
	font-size:18px;
	fill:white;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	margin: 7px 0px 6px 0px;
}

.bilanEnergetique li {
	padding-top: 16px
}

/* TABLEAU */
.table tbody tr td, .table thead tr th {
	border: none;
}

.table-responsive .table {
	background: none;
	border: 4px solid #3c3c3c;
	border-collapse: separate;
	border-radius: 30px 30px 0px 0px;
}

/* ENTETE DU TABLEAU */
.table thead tr:first-child th:first-child {
	border-radius: 20px 0px 0px 0px;
}

.table thead tr:first-child th:last-child {
	border-radius: 0px 20px 0px 0px;
	border-right: none;
	border-left: 1px dashed #3c3c3c;
}
.table thead tr:first-child th {
	border-collapse : separate;
	background: #3c3c3c;
	text-align:center;
	border-right: 1px dashed #3c3c3c;
}

/* CORPS DU TABLEAU */
.table tbody tr td {
	border-collapse : separate;
	text-align:right;;
	border-right: 1px dashed #3c3c3c;
	border-bottom: 1px dashed #3c3c3c;
	border-top: none;
}

.table tbody tr td.peripherique {
	text-align:left;
	border-right: none;
	border-bottom : 4px solid #3c3c3c;
	vertical-align: middle;
}

.table tbody tr td.detail {
	text-align:center;
	border-bottom : 4px solid #3c3c3c;
	vertical-align: middle;
}

.table tbody tr.lastLigne td {
	border-bottom : 4px solid #3c3c3c;
}

.table tbody tr td:last-child {
	border-right: none;
	border-left: 1px dashed #3c3c3c;
}

.table tbody tr.impairNiveau1 {
	background-color: dimgrey;
	color : white;
}

.table tbody tr.impairNiveau2 {
	background-color: gray;
	color : white;
}

.table tbody tr.impairNiveau3 {
	background-color: dimgrey;
	color : white;
}

.table tbody tr.pairNiveau1 {
	background-color: gray;
	color : white;
}

.table tbody tr.pairNiveau2 {
	background-color: dimgrey;
	color : white;
}

.table tbody tr.pairNiveau3 {
	background-color: gray;
	color : white;
}

.table tbody tr td img {
	cursor: pointer;
}

.timeline .timeline-heading {
 	width: 100%;
 	display: inline-block;
 }
 
 .timeline li .timeline-heading h4 {
    float: left;
    width: auto;
    padding-left: 20px;
}

 .timeline li.timeline-inverted .timeline-heading h4 {
    float: right;
    padding-right: 20px;
}

.timeline li .timeline-heading span {
    float: right;
    display: block;
    padding-right: 20px;
    text-transform: capitalize;
}

 .timeline li.timeline-inverted .timeline-heading span {
    float: left;
    padding-left: 20px;
}

.timeline li .timeline-heading span i {
    padding: 0px 5px 0px 5px;
}

.timeline li .timeline-heading .imagePiece {
    float: left;
    width:50px
}

.timeline li .timeline-heading .imagePeriph {
    float: right;
    width: 50px;
}

.timeline li.timeline-inverted .timeline-heading .imagePiece {
    float: right;
}

.timeline li.timeline-inverted .timeline-heading .imagePeriph {
    float: left;
}

.timeline li .timeline-body .valeur{
    float: right;
    margin-right: 70px;
    margin-top: -25px;
}

.timeline li .timeline-body .piece{
    float: left;
    margin-left: 70px;
    margin-top: -25px;
}

.timeline li.timeline-inverted .timeline-body .valeur {
    float: left;
    margin-left: 70px;
    margin-top: -25px;
}

.timeline li.timeline-inverted .timeline-body .piece {
    float: right;
    margin-right: 70px;
    margin-top: -25px;
}

.timeline li {
	margin-bottom: 10px;
	margin-top: -40px;
}

.timeline li .timeline-panel {
	padding: 10px;
	width: 48%;
}

.timeline li .timeline-badge {
	color: #fff;
	width: 350px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -175px;
	background-color: #999999;
	z-index: 100;
	margin-bottom: 50px;
    text-transform: capitalize;
    border-radius: 20px;
	border: none;
}

.timeline li.changement-date {
	height: 100px;
	margin-top: 1px;
	margin-bottom: 30px;
}

.nav-tabs li a {
	background-color: #3c3c3c;
}

.tab-content .tab-pane {
	border: 1px solid #3c3c3c;
}

.tab-content .active {
	display: inline-block;
	width: 100%;
}

@media (max-width: 767px) {
	.colonneSemaineCourante, .colonneSemainePrecedente, 
	.colonneMoisCourant, .colonneMoisPrecedent,
	.colonneAnneeCourante, .colonneAnneePrecedente {
		display:none;
	}
}

@media (max-width: 991px) {
	.colonneSemaineCourante, .colonneSemainePrecedente,
	.colonneMoisCourant, .colonneMoisPrecedent,
	.colonneAnneeCourante, .colonneAnneePrecedente {
		display:none;
	}
}

@media (max-width: 1299px) {
	.colonneMoisPrecedent, .colonneAnneeCourante, .colonneAnneePrecedente {
		display:none;
	}
}

.miniature {
	width: 100%;
	height: 185px;
	cursor: pointer;
}