body.symbolMode {
	font-family: 'Open Sans', sans-serif;
}

.animate {
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

.animateSlow {
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

strong {
	font-weight: 700;
}
                           

/* Jeu de couleur */

.colorNumber.indice5,
ul#jauge li.sup100 {
	color: #a8957b
}

.colorNumber.indice4,
ul#jauge li.sup75 {
	color: #d3c1a7
}

.colorNumber.indice3,
ul#jauge li.sup50 {
	color: #d1e1e9
}

.colorNumber.indice2,
ul#jauge li.sup25 {
	color: #7eb2ce
}

.colorNumber.indice1,
ul#jauge li.sup0 {
	color: #669dba
}


/* HEADER */

a.switchButton {
	font-size: 0.75em;
	padding-left: 10px !important;
	position: relative;
}

a.switchButton.isON {
	background-color: #7eb2ce !important;
	color: #fff !important;
}

a.switchButton.isON:hover {
	background-color: #5590af !important;
}

a.switchButton.isOFF {
	background-color: #fff;
	color: #7eb2ce !important;
}

a.switchButton.isOFF:hover {
	background-color: #f0f0f0 !important;
}


/* ---------------- */


/* -- PAGE MAP SYMBOL  - */


/* ---------------- */

#mapSymbol {
	color: #fff;
	background-image: -moz-linear-gradient( -113deg, rgb(198, 178, 151) 0%, rgb(102, 157, 186) 100%);
	background-image: -webkit-linear-gradient( -113deg, rgb(198, 178, 151) 0%, rgb(102, 157, 186) 100%);
	background-image: -ms-linear-gradient( -113deg, rgb(198, 178, 151) 0%, rgb(102, 157, 186) 100%);
}

a.info {
	color: #fff;
	font-size: 0.75em;
	font-style: italic
}

#legend {
	padding: 20px;
}

#legend p.title {
	font-weight: 300;
	font-size: 1.300em;
	text-transform: uppercase;
}

#mapid {
	height: 400px;
}

.custom .leaflet-popup-tip,
.custom .leaflet-popup-content-wrapper {
	background: #fff;
	border-radius: 0;
	padding: 0;
	color: #959595;
	text-align: center;
}

.custom .leaflet-popup-content {
	margin: 0;
}

.custom .leaflet-popup-close-button {
	display: none
}

.custom .leaflet-popup-content span.titre {
	padding: 20px 20px 10px 20px;
	font-style: italic;
	font-size: 0.9em;
	display: block;
	color: #959595;
}

div.contentPin {
	padding: 0 20px;
}

.custom .leaflet-popup-content img {
	display: inline-block;
	vertical-align: middle;
}

.custom .leaflet-popup-content .colorNumber {
	margin-left: 10px;
	display: inline-block;
	font-size: 3em;
	font-weight: 700;
	vertical-align: middle;
}

.custom .leaflet-popup-content a.button {
	display: block;
	margin-top: 10px;
	padding: 10px;
	color: #fff;
	background-color: #7eb2ce;
}

.custom .leaflet-popup-content a.button:hover {
	text-decoration: none;
	background-color: #5590af;
}

ul#jauge {
	padding-left: 0;
	border-bottom: 1px dashed #fff;
	height: 73px;
}

ul#jauge li {
	font-weight: 700;
	font-size: 1em;
	list-style: none;
	min-width: 30px;
	background-image: url(../img/symbolic-mode/list-up.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0 0 68px 0;
	text-align: center;
	display: inline-block;
	float: right;
}

ul#jauge li.indiceOver {
	background-size: 40px 40px;
	min-width:40px;
	padding: 0 0 45px 0;
	margin: 28px -15px 0 -15px;
	;
	font-size: 1em;
	font-style: italic;
}

ul#jauge li.indiceOver.active {
	margin-top: 32px;
	margin-bottom: -25px;
	margin-left: 5px;
	margin-right: 5px;
}

ul#jauge li.indiceOver span {
	opacity: 0;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 3px;
}

ul#jauge li.indiceOver.active span {
	opacity: 1;
}

/* --------------- */
/* US EPA index */
/* --------------- */
ul#jauge li.us_epa300 {
	background-image: url(../img/symbolic-mode/us_epa/indice6.png);
}

ul#jauge li.us_epa200 {
	background-image: url(../img/symbolic-mode/us_epa/indice5.png);
}

ul#jauge li.us_epa150 {
	background-image: url(../img/symbolic-mode/us_epa/indice4.png);
}

ul#jauge li.us_epa100 {
	background-image: url(../img/symbolic-mode/us_epa/indice3.png);
}

ul#jauge li.us_epa50 {
	background-image: url(../img/symbolic-mode/us_epa/indice2.png);
}

ul#jauge li.us_epa0 {
	background-image: url(../img/symbolic-mode/us_epa/indice1.png);
}

/* --------------- */
/* CITEAIR index */
/* --------------- */
ul#jauge li.sup100 {
	background-image: url(../img/symbolic-mode/indice100@2x.png);
}

ul#jauge li.sup75 {
	background-image: url(../img/symbolic-mode/indice75@2x.png);
}

ul#jauge li.sup50 {
	background-image: url(../img/symbolic-mode/indice50@2x.png);
}

ul#jauge li.sup25 {
	background-image: url(../img/symbolic-mode/indice25@2x.png);
}

ul#jauge li.sup0 {
	background-image: url(../img/symbolic-mode/indice0@2x.png);
}

ul#jauge li span {
	padding: 40px 5px 10px 5px;
	background-size: 15px auto;
	background-position: center top 5px;
	background-repeat: no-repeat;
}

ul#jauge li.sup100 span {
	background-image: url(../img/symbolic-mode/picto/icon5_min.png);
}

ul#jauge li.sup75 span {
	background-image: url(../img/symbolic-mode/picto/icon4_min.png);
}

ul#jauge li.sup50 span {
	background-image: url(../img/symbolic-mode/picto/icon3_min.png);
}

ul#jauge li.sup25 span {
	background-image: url(../img/symbolic-mode/picto/icon2_min.png);
}

ul#jauge li.sup0 span {
	background-image: url(../img/symbolic-mode/picto/icon1_min.png);
}

.mentionLegende {
	clear: both;
}



/* 1) On supprime les smileys (EAQI + US_EPA) */
#zoneIndice.index-eaqi #zonePictoIndiceQA,
#zoneIndice.index-us_epa #zonePictoIndiceQA {
  background: none !important; /* au cas où les smileys sont en background */
}

#zoneIndice.index-eaqi #zonePictoIndiceQA *,
#zoneIndice.index-us_epa #zonePictoIndiceQA * {
  display: none !important;     /* tue tout ce qui est dedans */
}

/* 2) On comble le “trou” laissé par la zone smileys */
#zoneIndice.index-eaqi #zonePictoIndiceQA,
#zoneIndice.index-us_epa #zonePictoIndiceQA {
  min-height: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}


@media (min-width: 768px) {
  .row-history-meteo{
    margin-top: 30px; /* espace sous les widgets */
  }
}

/* ------------------------------ */


/* -- PAGE STATION INSTRUMENT  - */


/* ------------------------------ */

body.light #zoneIndice,
body.light #zoneDatas,
body.light #zoneHistogramme,
body.light #zoneMeteo,
body.light #encartPub {
	opacity: 0.2;
}


/* ZONE HEADER */

#zoneHeader {
	padding: 20px;
	margin-bottom: 20px;
	height: 254px;
	color: #fff
}

#zoneHeader {
	overflow: visible;
}

#zoneHeader.ecomsmart {
	background: #87b0cd url("../img/symbolic-mode/background-ecomsmart.jpg") no-repeat center center;
}

#zoneHeader.ecomzen {
	background: #87b0cd url("../img/symbolic-mode/background-ecomzen.jpg") no-repeat center center;
}

#zoneHeader a.backButton {
	color: #fff;
	font-size: 0.875em;
}

#zoneHeader .col-sm-4 {
	text-align: right
}

#zoneHeader #chevron-right {
	display: none;
}

#zoneHeader h1.instrument {
	line-height: 48px;
	background-image: url('../img/symbolic-mode/losange@2x.png');
	padding-left: 34px;
	background-size: 24px 24px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.4em;
	font-weight: 300;
}

#zoneHeader h1.instrument span.borderBottom {
	border-bottom: 1px solid #fff;
	line-height: 48px;
	display: block;
	white-space: nowrap;
}

#zoneHeader h1.instrument span.contentTexteTitre {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#zoneHeader h1.instrument span.borderBottom i {
	font-size: 20px;
	float: right;
	margin-top: 15px;
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

#zoneHeader #titreInstrument:hover span.borderBottom i {
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-webkit-transform: rotate(90deg);
	/* Chrome, Safari, Opera */
	transform: rotate(90deg);
}

#zoneHeader h2.groupName {
	font-size: 1.2em;
	margin-bottom: 0;
	margin-top: 110px;
	padding-left: 34px;
	font-style: italic;
	font-weight: 300
}

#zoneHeader ul.choixInstrument {
	opacity: 0;
	height: 0;
	overflow: hidden;
	top: 10px;
	position: relative;
	z-index: 10;
	background-color: #fff;
	margin-left: 34px;
	box-shadow: 0px 3px 9px 0px rgba(166, 166, 166, 0.7);
	width: auto;
	padding: 0;
}

#zoneHeader ul.choixInstrument.visible {
	opacity: 1;
	height: auto;
	top: 0;
}

#zoneHeader ul.choixInstrument li {
	list-style: none;
}

#zoneHeader ul.choixInstrument li a {
	color: #7eb2ce;
	padding: 20px 20px 20px 55px;
	display: block;
	background-color: #ffffff;
	font-size: 1em;
	background-image: url('../img/symbolic-mode/losange-blue.png');
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 24px 24px;
}

#zoneHeader ul.choixInstrument li a:hover {
	background-color: #f0f0f0;
	text-decoration: none;
}

#zoneHeader #currentDate {
	text-transform: uppercase;
	font-size: 1.5em;
	margin-top: 50px;
}

#zoneHeader #renameSensorContainer {
	padding-left: 34px;
}

/* PIE STATS */

#zoneDatas {
	opacity: 0;
	position: relative;
	top: 0
}

#zoneDatas.presentable {
	opacity: 1;
}

.zoneStats .col-sm-3 {}

.zoneStats .infoGraph {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
}

.zoneStats .infoGraph p {
	margin-bottom: 5px;
}

.zoneStats .infoGraph .value {
	font-size: 3.1em;
	font-weight: 300;
	padding-top: 25px;
	margin-bottom: 0;
	line-height: 50px;
}

.zoneStats .infoGraph .unite {
	color: #d0d0d0;
	font-size: 0.75em;
}

.zoneStats .infoGraph .title {
	color: #6f6f6f;
	font-size: 1.4em;
	font-style: italic;
	font-weight: 300;
}

.zoneStats .infoGraph img {
	margin-top: 20px;
	opacity: 0;
}

.zoneStats .infoGraph img.bottom {
	margin-top: 20px;
	opacity: 1;
}

.zoneStats .singleStat {
	margin-bottom: 70px;
}

figure circle.pie {
	fill: #f1f1f1;
	stroke: #b9b9b9;
	stroke-width: 70;
	stroke-dasharray: 5 220;
}

figure circle.cache {
	fill: #fff;
	z-index: 10;
	position: relative;
}

figure svg {
	margin: 0 auto;
	transform: rotate(-90deg);
	background: #f1f1f1;
	border-radius: 50%;
	display: block;
}

figcaption {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}


/* carousel mode */

.carousel-control:focus,
.carousel-control:hover,
.carousel-control {
	background-image: inherit !important;
	color: #aaa;
	text-shadow: inherit;
}


/*
div#hr{width:75%;height:1px;margin:0 auto;position:relative;z-index:-1;top:172px;background-color:#e6e6e6;}
*/


/* INDICE DE LA QUALITÉ DE L'AIR */

#whiteback {
	background-color: #fff;
	position: relative;
	opacity: 0;
	margin-right:-15px;
	margin-left:-15px;
}

#whiteback.presentable {
	opacity: 1;
}

#zoneIndice {
	text-align: center;
	background-color: #305f79;
	color: #fff;
	min-height: 300px;
	opacity: 1;
}

#zonePictoIndiceQA {
	margin-top: 20px;
	min-height: 120px;
	background-image: url('../img/symbolic-mode/pictosIndiceFond.png');
	background-position: center center;
	background-size: 65% auto;
	background-repeat: no-repeat;
}

#zonePictoIndiceQA.position1 {
	background-position: 100% center;
}

#zonePictoIndiceQA.position2 {
	background-position: 80% center;
}

#zonePictoIndiceQA.position3 {
	background-position: center center;
}

#zonePictoIndiceQA.position4 {
	background-position: 20% center;
}

#zonePictoIndiceQA.position5 {
	background-position: 0% center;
}

#mainPicto {
	border-radius: 50%;
	width: 130px;
	height: 130px;
	background-color: #fff;
	display: inline-block;
	background-position: center center;
	background-size: 50px auto;
	background-repeat: no-repeat;
	opacity: 0;
}

#mainPicto.opaque {
	opacity: 1;
}

#mainPicto:after {
	position: relative;
	top: 125px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: 20px;
	font-weight: 400;
	line-height: 1;
	content: "\e252";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#Indicepollution {
	font-size: 6em;
}

#zoneIndice.index-us_epa #zonePictoIndiceQA {
  background-image: none;
}

#zoneIndice #encartConseil h4:before {
	position: relative;
	top: 0;
	display: block;
	margin-bottom: 20px;
	font-family: 'Glyphicons Halflings';
	font-style: 30px !important;
	font-weight: 400;
	line-height: 1;
	color: #7eb2ce;
	content: "\e252";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#zoneIndice h3 {
	margin-top: 0;
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: 700;
}

#zoneIndice #encartConseil {
	padding: 0 20px 20px 20px;
	opacity: 0;
	position: relative;
}

#zoneIndice #encartConseil.bottom {
	opacity: 1;
}

#zoneIndice #encartConseil h4 {
	text-align: center;
	color: #7eb2ce;
	margin-bottom: 20px;
	font-size: 0.9em;
	text-transform: uppercase;
}

#zoneIndice #encartConseil {
	text-align: left;
}

#zoneIndice .conseilSingle {
	padding-left: 60px;
	font-size: 0.75em;
	color: #dfeaf0;
	display: block;
	background-position: left top;
	background-size: 42px 30px;
	background-repeat: no-repeat;
}

.conseilSingle.indiceNiveau1 {
	background-image: url('../img/symbolic-mode/conseil_indice/conseil_indice_1.png');
}

.conseilSingle.indiceNiveau2 {
	background-image: url('../img/symbolic-mode/conseil_indice/conseil_indice_2.png');
}

.conseilSingle.indiceNiveau3 {
	background-image: url('../img/symbolic-mode/conseil_indice/conseil_indice_3.png');
}

.conseilSingle.indiceNiveau4 {
	background-image: url('../img/symbolic-mode/conseil_indice/conseil_indice_4.png');
}

.conseilSingle.indiceNiveau5 {
	background-image: url('../img/symbolic-mode/conseil_indice/conseil_indice_5.png');
}

#zoneIndice .wordingInProgress {
	font-size: 0.75em;
	color: #7eb2ce;
	display: block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background-position: left top;
	background-size: 42px 30px;
	background-repeat: no-repeat;
	background-image: url('../img/symbolic-mode/conseil_indice/conseil_indice_1.png');
}

#zoneIndice .wordingInProgress2 {
	font-size: 0.75em;
	color: #7eb2ce;
	display: block;
	text-align: center;
}

p.mentions {
	margin-bottom: 0;
	margin-top: 30px;
	text-align: right;
	font-size: 1em;
	font-style: italic;
}

p.mentions a {
	color: #7eb2ce;
}

p.mentions a:hover {
	color: #fff;
}


/* HISTORIQUE * GRAPH */

#zoneHistogramme {
	position: relative;
	opacity: 0;
	/*margin-top: 20px;*/
	clear: both;
	;
}

#zoneHistogramme.presentable {
	opacity: 1;
}

@media (min-width: 992px) {
  .row-history-meteo #zoneHistogramme{
    margin-top: 0 !important;
  }
}

#zoneHistogramme h3 {
	margin-top: 0;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 20px;
}

#zoneHistogramme canvas{
  display: none !important;   
  opacity: 0;
  height: 110px;
}

#zoneHistogramme canvas.active{
  display: block !important;
  opacity: 1 !important;
}


/* ZONE METEO */

#zoneMeteo {
	opacity: 0;
	text-align: center;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

#zoneMeteo.presentable {
	opacity: 1;
}

#iconMeteo {
	vertical-align: middle;
}

#temperature {
	color: #c8c8c8;
	font-size: 3.1em;
	font-weight: 300;
	line-height: 80px;
	height: 80px;
	vertical-align: middle;
}

.precisionSingle {
	min-width: 100px;
	margin-top: 40px;
}

.precisionValue {
	display: block;
	margin-bottom: 1px;
	color: #3695c8;
	font-size: 3.1em;
	font-weight: 300;
}

.precisionUnite {
	font-style: italic;
	color: #6f6f6f;
	font-size: 1em;
}

@media (min-width: 992px) {
  .row-history-meteo{
    display: flex;
    align-items: flex-start;
  }
  .row-history-meteo #zoneHistogramme{
    margin-top: 0 !important; 
  }
}

/* GOOGLE ADSENSE */

#encartPub {
	opacity: 0;
	position: relative;
	margin-top: 30px;
	text-align: center;
}

#encartPub img {
	margin: 0 auto;
}

#encartPub.presentable {
	opacity: 1;
}


/* ---------------- */


/* -- POP UP -- */


/* ---------------- * /

/* The Modal (background) */

.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 9999;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(14, 45, 61);
	/* Fallback color */
	background-color: rgba(14, 45, 61, 0.75);
	/* Black w/ opacity */
}


/* Modal Content/Box */

.modal-content {
	background-color: #fff;
	margin: 15% auto;
	/* 15% from the top and centered */
	padding: 40px 0;
	border: 0;
	max-width: 410px;
	/* Could be more or less, depending on screen size */
	border-radius: 0 !important;
	color: #5690af;
	text-align: center
}

.modal-content div.text {
	padding: 0 40px;
}

.modal-content h3 {
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 700;
	padding: 0 40px;
}

.modal-content p {
	font-size: 0.875em;
	padding: 20px;
}

.modal-content a {
	font-size: 0.75em;
	padding: 10px;
}

.modal-content a.button {
	background-color: #7eb2ce;
	color: #fff;
	font-size: 0.75em;
}

.modal-content a.button:hover {
	background-color: #5590af;
	text-decoration: none;
}


/* The Close Button */

span.close,
span.closeWelcome {
	color: #aaa;
	float: right;
	margin-right: 20px;
	margin-top: -20px;
	font-size: 28px;
	font-weight: bold;
}

span.close:hover,
span.close:focus,
span.closeWelcome:hover,
span.closeWelcome:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

#myModalWelcome {
	opacity: 0;
}

#arrowTuto {
	opacity: 0;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: 400px;
}

#arrowTuto.active {
	opacity: 1;
	top: 90px;
}


/* ---------------- */


/* -- RESPONSIVE  - */


/* ---------------- */

@media (max-width: 480px) {
	.modal-content {
		max-width: 90%;
	}
}

@media (max-width: 767px) {
	#arrowTuto {
		display: none
	}
	#zoneHeader .col-sm-4 {
		top: 50px;
		position: absolute;
		text-align: left;
		font-size: 0.9em !important;
	}
	#zoneHeader #currentDate {
		margin: 0;
	}
	#zoneHeader h2.groupName {
		font-size: 0.9em;
	}
	.firstBlocStats {
		clear: both;
		padding-top: 20px;
	}
	#zoneIndice #encartConseil h4:before {
		display: none;
	}
	#zoneIndice #encartConseil h4 {
		border-radius: 3px;
		background-color: #1c465d;
		text-align: left;
		padding: 10px 20px;
	}
	#zoneIndice #encartConseil h4:after {
		position: relative;
		top: 0;
		display: inline-block;
		font-family: 'Glyphicons Halflings';
		font-style: 30px !important;
		margin-left: 1px;
		font-weight: 400;
		float: right;
		color: #7eb2ce;
		content: "\002b";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	#zoneIndice #encartConseil h4.open:after {
		content: "\2212";
	}
	.smartAccordion {
		height: 0;
		overflow: hidden;
	}
	.smartAccordion.open {
		height: auto;
	}
	.nav-pills>li>a {
		font-size: 0.9em;
		padding: 5px 10px;
	}
	.nav-pills {
		margin-bottom: 10px;
	}
	#zoneMeteo {
		padding: 10px 0 0 0;
		border: 1px solid #eee;
	}
	.precisionSingle {
		margin: 10px 5px;
	}
	#encartPub {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {

	.container {
    padding-left: 3px;
	}
	.shadowed {
		box-shadow: 0px 3px 9px 0px rgba(166, 166, 166, 0.7);
	}
	#arrowTuto {
		margin-left: 200px;
	}
	#mapid {
		float: right !important;
		height: 670px;
	}
	#legend p.title {
		padding-right: 60px;
	}
	#legend {
		padding: 60px 0 0 60px;
	}
	ul#jauge {
		height: auto;
		padding: 75px 0 50px 0;
		border-left: 1px dashed #fff;
		border-bottom: 0;
	}
	ul#jauge.open {
		padding: 25px 0 50px 0
	}
	ul#jauge li {
		float: inherit;
		text-align: left;
		font-size: 1.125em;
		line-height: 30px;
		margin: -15px 0 0 -15px;
		min-height: 30px;
		padding: 0 0 0 100px;
		background-position: left center;
		display: block;
		background-image: url(../img/symbolic-mode/list.png);
	}
	ul#jauge li.indiceOver {
		background-size: 60px 60px;
		min-height: 60px;
		line-height: 60px;
		margin: -15px 0 0 -30px;
		padding: 0 0 0 80px;
		font-size: 1.950em;
		font-style: italic;
	}
	ul#jauge li.indiceOver.active {
		margin-top: 10px;
		margin-bottom: 25px;
		margin-left: -30px;
		margin-right: 0;
	}
	ul#jauge li span {
		padding: 2px 10px 2px 40px;
		background-size: 20px auto;
		background-position: 20% center;
		background-repeat: no-repeat;
	}
	#zoneHeader h2.groupName {
		padding-left: 58px;
	}
	#zoneHeader #titreInstrument {
		width: 355px;
	}
	#zoneHeader h1.instrument span.borderBottom {
		width: 355px;
	}
	#zoneHeader ul.choixInstrument {
		width: 355px;
	}
	#zoneHeader #renameSensorContainer {
		padding-left: 58px;
	}
	#zoneHeader h1.instrument {
		padding-left: 58px;
		background-size: 48px 48px;
		font-size: 2.2em;
	}
	#zoneHeader ul.choixInstrument {
		margin-left: 58px;
	}
	#zoneHeader ul.choixInstrument li a {
		padding: 20px 20px 20px 65px;
		font-size: 1.2em;
		background-position: left 20px center;
	}
	#zoneDatas.presentable {
		top: 20px;
	}
	.firstBlocStats {
		float: left !important;
	}
	.secondBlocStats {
		float: right !important;
	}
	#whiteback {
		top: -130px;
		margin-bottom: -100px;
	}
	#whiteback.presentable {
		top: -120px;
	}
	#zoneHistogramme {
		padding: 0 26px;
	}
	body.numberStats2 #zoneHistogramme,
	body.numberStats3 #zoneHistogramme,
	body.numberStats4 #zoneHistogramme {
		margin-top: 30px;
	}
	body.numberStats3 #encartPub,
	body.numberStats4 #encartPub {
		margin-top: -80px;
	}
	#zoneHistogramme h3 {
		float: left;
		margin-bottom: 40px;
	}
	#zoneHistogramme .shadowed {
		padding: 20px;
	}
	#zoneHistogramme ul.nav-pills {
		font-size: 0.7em;
		border-radius: 5px;
		float: right;
		background-color: #f2f2f2;
		box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
	}
	#zoneHistogramme ul.nav-pills li.active a {
		color: #fff;
		border-radius: 5px !important;
		text-shadow: 0 0 0 rgba(255, 255, 255, 1);
		background-image: -moz-linear-gradient( 90deg, rgb(57, 115, 210) 0%, rgb(102, 157, 186) 100%);
		background-image: -webkit-linear-gradient( 90deg, rgb(57, 115, 210) 0%, rgb(102, 157, 186) 100%);
		background-image: -ms-linear-gradient( 90deg, rgb(57, 115, 210) 0%, rgb(102, 157, 186) 100%);
	}
	#zoneHistogramme ul.nav-pills li {
		border-right: 1px solid #a3a3a3;
	}
	#zoneHistogramme ul.nav-pills li.active,
	#zoneHistogramme ul.nav-pills li:last-child {
		border-right: 0;
	}
	#zoneHistogramme ul.nav-pills li a {
		cursor: pointer;
		border-radius: 0 !important;
		color: #a3a3a3;
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
	}
	#zoneHistogramme ul.nav-pills li:hover a {
		background-color: #e1e1e1;
	}
	#zoneHistogramme ul.nav-pills>li+li {
		margin-left: 0;
	}
}


/* Au-dela de 992px de largeur d'ecran */

@media (min-width: 992px) {
	#arrowTuto {
		margin-left: 300px;
	}
	.zoneStats .singleStat.format5:nth-child(4) {
		margin-left: 13%;
		width: 37%
	}
	.zoneStats .singleStat.format5:last-child {
		width: 37%
	}
}


/* Au-dela de 1200px de largeur d'ecran */

@media (min-width: 1200px) {
	#arrowTuto {
		margin-left: 400px;
	}
}

#footer{
  left: 0;
  right: 0;
  width: auto;   /* important : évite le width:100% qui déborde quand c’est décalé */
}