/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
 article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }
  Ope
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: 'Open Sans', 'sans-serif';
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: yellow;
  color: black; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 *  Copyright (c) 2014, Facebook, Inc.
 *  All rights reserved.
 *
 *  This source code is licensed under the BSD-style license found in the
 *  LICENSE file in the root directory of this source tree. An additional grant
 *  of patent rights can be found in the PATENTS file in the same directory.
 *
 */
.wheel-graph__note, .histogram__mouse-label, .background-axis-range-label {
  font-size: 9px;
  color: rgba(0, 0, 0, 0.7);
  position: absolute;
  text-shadow: 0 -1px 2px white;
  pointer-events: none; }

.icon, .icon--plus, .icon--close, .icon--info, .icon--down-arrow, .icon--up-arrow {
  text-indent: -9999px;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background: url('sprite.png') no-repeat 0 0; }

.icon--plus {
  background-position: 0 -25px; }

.icon--close {
  background-position: 0 0; }

.icon--info {
  background-position: 0 -50px;
  opacity: 0.2;
  width: 12px;
  height: 12px; }

.icon--down-arrow {
  background-position: 0 -75px;
  width: 13px;
  height: 9px;
  opacity: 0.25; }

.icon--up-arrow, .item-selected .metric-display-group .metric-display.current .metric-display__icon {
  background-position: 0 -100px;
  width: 13px;
  height: 9px;
  opacity: 0.5; }

svg, svg * {
  shape-rendering: geometricPrecision; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

h1, h2, h3, h4 {
  margin: 0; }

body {
  color: black;
  font-family: 'Open Sans', 'sans-serif';
  font-size: 13px;
  /* line-height: 1.5; */
  }

img {
  display: block; }

h4 {
  font-size: 12px;
  font-weight: normal; }

a {
  color: #3a5897;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

p, ul, ol {
  margin: 19.25px 0 0; }
  p:first-child, ul:first-child, ol:first-child {
    margin-top: 0; }

p, article ul, article h5 {
  color: #7f7f7f; }

article ul {
  padding-left: 1.2em; }

article li {
  margin-top: 0.6em; }
  article li:first-child {
    margin-top: 0; }

nav ul, nav ol {
  padding-left: 0;
  list-style: none;
  margin: 0; }

.container {
  width: 807px;
  overflow: hidden;
  padding-top: 16px;
  margin: 0 auto; }

.container__inner {
  margin: 0 auto; }

.divided-area-container {
  padding-bottom: 30px; }

.divided-area, .divided-area--faq, .divided-area--faq-footer {
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
  padding-top: 30px; }
  .divided-area:first-child:not(.override-first) {
    border-top: 0;
    margin-top: 0; }

.row {
  margin-left: -18px;
  margin-right: -0; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col--aux {
  width: 147px;
  margin-left: 18px;
  float: left; }

.col--main, .col--main--histograms {
  width: 642px;
  margin-left: 18px;
  float: left; }

.col--full {
  width: 807px;
  margin-left: 18px;
  float: left; }

.col--split {
  float: left;
  width: 50%; }

.page-header__title, .page-header__label {
  display: inline-block;
  vertical-align: baseline;
  margin-right: -4px; }

.item-label-note {
  color: rgba(0, 0, 0, 0.35); }

.large-chars {
  font-size: 68px;
  /*font-size: 48px;*/
  letter-spacing: -2px;
  line-height: 1.2;
  font-family: 'Open Sans', 'sans-serif';
  font-weight: bold;
  color:#4A4F62 ;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  .large-chars .percent {
    font-size: 29px;
    line-height: 1.5;
    vertical-align: top;
    margin-left: 3px; }

.block-link {
  color: inherit;
  text-decoration: none; }

.page-header {
  margin-left: -18px;
  margin-right: -0;
  margin-top: 3px; }
  .page-header:before, .page-header:after {
    content: " ";
    display: table; }
  .page-header:after {
    clear: both; }

.page-header__title {
  font-weight: normal;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -1px;
  width: 477px;
  margin-left: 18px; }

.page-header__label {
  width: 312px;
  margin-left: 18px;
  text-align: right; }

.hero-feature {
  border: 1px solid #e2e1d0;
  border-radius: 3px;
  padding: 15px 0;
  background: #eeeeff;
  margin-top: 20px; }
  .hero-feature:before, .hero-feature:after {
    content: " ";
    display: table; }
  .hero-feature:after {
    clear: both; }

.hero-feature__row, .hero-feature__row--boxout {
  margin-left: -19px;
  margin-right: -1px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .hero-feature__row:before, .hero-feature__row:after {
    content: " ";
    display: table; }
  .hero-feature__row:after {
    clear: both; }

.hero-feature__main {
  width: 477px;
  margin-left: 18px;
  float: left;
  min-height: 1px; }
  html.no-svg .hero-feature__main {
    display: none; }

.hero-feature__aux {
  width: 312px;
  margin-left: 18px;
  float: left; }
  html.no-svg .hero-feature__aux {
    width: 807px;
    margin-left: 18px;
    float: left;
    padding-left: 18px; }

.wheel-graph-container {
  width: 445px;
  margin: auto; }

.wheel-graph {
  height: 445px;
  position: relative;
  z-index: 1;
  pointer-events: none; }

.wheel-graph-event-cloak {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: inherit;
  margin: auto;
  z-index: 2; }

.wheel-graph__donut path {
  fill: white;
  stroke: #e2e1d0; }

.wheel-graph__donut--event {
  pointer-events: visibleFill;
  fill: none;
  stroke: none;
  visibility: visible; }

.wheel-graph__hour-stroke {
  stroke: #f6f6ed;
  stroke-width: 1px;
  stroke-linecap: round; }

.wheel-graph__line-group {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .wheel-graph__line-group.hidden {
    opacity: 0; }

.wheel-graph__line {
  fill: none;
  stroke: black;
  stroke-width: 2px;
  display: none; }
  .wheel-graph__line.humidity {
    stroke: #44D7B6; }
  .wheel-graph__line.consommation {
    stroke: #FC6A65; }
  .wheel-graph__line.pue {
    stroke: #e400ff; }
  .wheel-graph__line.temperature {
    stroke: #12EBFF; }
  .wheel-graph__line.cooling {
    stroke: #A637FF; }
  .wheel-graph__line.wue {
    stroke: #194ecb; }


.wheel-graph__line-trail {
  fill: none;
  stroke: black;
  stroke-linecap: round;
  stroke-linejoin: round; }
  .wheel-graph__line-trail.humidity {
    stroke: #44D7B6; }
  .wheel-graph__line-trail.consommation {
    stroke: #FC6A65; }
  .wheel-graph__line-trail.pue {
    stroke: #e400ff; }
  .wheel-graph__line-trail.temperature {
    stroke: #12EBFF; }
  .wheel-graph__line-trail.cooling {
    stroke: #A637FF; }
  .wheel-graph__line-trail.wue {
    stroke: #194ecb; }
  .wheel-graph__line-trail.hidden {
    opacity: 0; }

.wheel-graph__guideline {
  fill: none;
  stroke: #d2d2d2; }

.wheel-graph__handle {
  stroke-width: 5px;
  fill: white;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease; }
  .wheel-graph-container:hover .wheel-graph__handle, .histogram-group__event-cloak:hover ~ .histogram .wheel-graph__handle {
    opacity: 1; }
  .wheel-graph__handle.humidity {
    stroke: #44D7B6; }
  .wheel-graph__handle.consommation {
    stroke: #FC6A65; }
  .wheel-graph__handle.pue {
    stroke: #e400ff; }
  .wheel-graph__handle.temperature {
    stroke: #12EBFF; }
  .wheel-graph__handle.cooling {
    stroke: #A637FF; }
  .wheel-graph__handle.center-handle {
    fill: #7f7f7f;
    opacity: 1 !important; }
  .wheel-graph__handle.hidden {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    opacity: 0 !important; }

.wheel-graph__note {
  text-align: right;
  width: 200px;
  left: 50%;
  margin-left: -200px;
  padding-right: 5px;
  display: none; }
  .wheel-graph__note.outer {
    top: 5px; }
  .wheel-graph__note.inner {
    top: 137px; }
  .hero-feature .wheel-graph__note {
    opacity: 0;
    display: block;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  .hero-feature.item-selected .wheel-graph__note, .hero-feature.item-highlighted .wheel-graph__note {
    opacity: 1; }
  .wheel-graph__note.mouse {
    width: auto;
    margin-left: 10px;
    margin-top: -10px;
    padding-right: 0;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s ease; }
    .wheel-graph-event-cloak:hover ~ .wheel-graph .wheel-graph__note.mouse {
      opacity: 1; }

.delay-segment.hidden {
  opacity: 0; }

.delay-segment__arc {
  fill: #f7f7f7; }

.clock-display {
  position: absolute;
  width: 139px;
  height: 139px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  border: 3px solid #7f7f7f;
  border-radius: 999px; }

.clock-display__mid {
  display: table;
  height: 100%;
  width: 100%; }

.clock-display__inner {
  display: table-cell;
  vertical-align: middle; }

.clock-display__value {
  font-size: 40px;
  font-family: 'Open Sans', 'sans-serif';
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  color: #77766d;
  margin-top: 8px; }

.clock-display__aux {
  letter-spacing: -1px;
  color: #9b9a8f; }

.clock-display__context {
  text-transform: uppercase; }

.metric-display-group {
  margin-right: 16px;
  margin-top: -20px; }
  .metric-display-group .metric-display {
    margin-top: 20px; }
    html.no-svg .metric-display-group .metric-display {
      float: left;
      width: 50%;
      height: 224px; }
  .item-selected .metric-display-group .metric-display.current {
    height: 274px;
    background: white; }
    .item-selected .metric-display-group .metric-display.current .metric-display__text {
      opacity: 1; }
    .item-selected .metric-display-group .metric-display.current .metric-display__icon {
      opacity: 0.5; }
    .item-selected .metric-display-group .metric-display.current .metric-display__label .icon, .item-selected .metric-display-group .metric-display.current .metric-display__label .icon--plus, .item-selected .metric-display-group .metric-display.current .metric-display__label .icon--close, .item-selected .metric-display-group .metric-display.current .metric-display__label .icon--info, .item-selected .metric-display-group .metric-display.current .metric-display__label .icon--down-arrow, .item-selected .metric-display-group .metric-display.current .metric-display__label .icon--up-arrow {
      display: none; }
    .item-selected .metric-display-group .metric-display.current .metric-display__value {
      margin-bottom: 8px; }
    .item-selected .metric-display-group .metric-display.current .hide-on-select {
      display: none; }
  .item-selected .metric-display-group .metric-display:not(.current) {
    height: 42px; }
    .item-selected .metric-display-group .metric-display:not(.current) .metric-display__label {
      width: 100%; }
      .item-selected .metric-display-group .metric-display:not(.current) .metric-display__label h4, .item-selected .metric-display-group .metric-display:not(.current) .metric-display__label .item-label-note {
        display: inline; }
      .item-selected .metric-display-group .metric-display:not(.current) .metric-display__label .icon, .item-selected .metric-display-group .metric-display:not(.current) .metric-display__label .icon--plus, .item-selected .metric-display-group .metric-display:not(.current) .metric-display__label .icon--close, .item-selected .metric-display-group .metric-display:not(.current) .metric-display__label .icon--info, .item-selected .metric-display-group .metric-display:not(.current) .metric-display__label .icon--down-arrow, .item-selected .metric-display-group .metric-display:not(.current) .metric-display__label .icon--up-arrow {
        display: none; }
    .item-selected .metric-display-group .metric-display:not(.current) .metric-display__value {
      display: none; }

.metric-display {
  border-left: 5px solid #8e8e8e;
  height: 100px;
  padding: 16px;
  position: relative;
  -webkit-transition: background-color 0.5s ease, height 0.3s ease;
  -moz-transition: background-color 0.5s ease, height 0.3s ease;
  transition: background-color 0.5s ease, height 0.3s ease;
  overflow: hidden; }
  .metric-display:hover {
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer; }
    .metric-display:hover .metric-display__icon {
      opacity: 0.5; }
  .metric-display.pue {
    border-left-color: #e400ff; }
  .metric-display.consommation {
    border-left-color: #FC6A65;}
  .metric-display.humidity {
    border-left-color: #44D7B6; }
  .metric-display.temperature {
    border-left-color: #12EBFF; }
  .metric-display.cooling {
    border-left-color: #A637FF;}
  .metric-display.wue {
    border-left-color: #194ecb; }

.metric-display__icon {
  pointer-events: none;
  margin-left: 5px;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  html.no-svg .metric-display__icon {
    display: none !important; }

.metric-display__label {
  font-family: 'Open Sans';
  font-size: medium;
  color:#4A4F62;
  float: left;
  width: 90px;
  margin-top: -4px; }
  html.no-svg .metric-display__label {
    padding-bottom: 15px; }

.metric-display__value {
  font-family: 'Open Sans';
  font-weight: bold;
  color: #4A4F62;
  float: right;
  text-align: right;
  margin-top: -8px; }
  .metric-display__value .large-chars {
    line-height: 1; }
  .metric-display__value .item-label-note {
    position: absolute;
    color:#9B9B9B;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    bottom: 11px;
    right: 16px; }

.metric-display__text {
  font-size: 11px;
  font-family: "Asap";
  line-height: 18px;
  opacity: 0;
  overflow: auto;
  padding-right: 16px;
  clear: both;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  .metric-display__text p + p {
    margin-top: 8px; }
  html.no-svg .metric-display__text {
    opacity: 1; }

.corner-label-holder {
  position: relative;
  font-family: 'Asap';}

.corner-label, .corner-label--bottom {
  position: absolute;
  top: 0;
  left: 16px;
  color: rgba(0, 0, 0, 0.7); }

.corner-label--bottom {
  top: auto;
  bottom: -5px;
  color: rgba(0, 0, 0, 0.35); }

.hero-feature__row--boxout {
  margin-bottom: 0; }

.boxout {
  font-family: 'Asap';
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin: 0 18px 0 34px;
  overflow: hidden; }

.boxout__intro-col {
  font-family: 'Asap';
  width: 477px;
  margin-left: 18px;
  float: left;
  padding: 14px 14px 0 0;
  width: 481px; }
  .boxout__intro-col p {
    color: #9B9B9B; }
    .boxout__intro-col p strong {
      font-weight: normal;
      color: #4A4F62; }

.boxout__data-col {
  width: 147px;
  /* margin-left: 18px; */
  float: left;
  width: 146px;
  margin-left: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 14px 14px 0;
  margin-bottom: -100px;
  padding-bottom: 120px;
  }
  .boxout__data-col h4 {
    color: rgba(0, 0, 0, 0.35); }
  .boxout__data-col .large-chars {
    font-size: 50px;
    line-height: 1; }

  .ttmpue {
    color: rgb(69 15 15 / 35%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
  }


.date-range-nav li {
  border-bottom: 1px solid rgba(207, 207, 207, 0.5);
  position: relative;
  line-height: 45px; }
  .date-range-nav li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: rgba(207, 207, 207, 0.5); }
.date-range-nav a {
  display: block; }
  .date-range-nav a.current {
    background: #eeeeff;
    padding-left: 10px;
    border-right: 5px solid #c4c4b5;
    cursor: default;
    color: inherit; }
    .date-range-nav a.current:hover {
      text-decoration: none; }

.col--main--histograms {eeeddb
  width: 624px; }

.histogram-group {
  position: relative; }
  .histogram-group .histogram + .histogram {
    margin-top: 20px; }

.histogram-group__event-cloak {
  position: absolute;
  top: 0;
  right: -18px;
  bottom: 0;
  left: -18px;
  z-index: 1;
  background: rgba(0, 0, 0, 0); }

.event-cloak__listing {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 122px;
  background: rgba(0, 0, 0, 0); }
  .event-cloak__listing + .event-cloak__listing {
    top: 142px; }
    .event-cloak__listing + .event-cloak__listing + .event-cloak__listing {
      top: 284px; }
      .event-cloak__listing + .event-cloak__listing + .event-cloak__listing + .event-cloak__listing {
        top: 426px; }

.event-cloak__svg {
  position: absolute;
  top: 0;
  left: 0; }

.histogram-group__footer {
  margin-top: 20px;
  position: relative; }
  .histogram-group__footer:before {
    content: '';
    position: absolute;
    height: 5px;
    background: #e5e5e5;
    top: 0;
    right: 0;
    left: 0; }

.handle {
  display: none; }

.histogram {
  border-bottom: 2px solid #e5e5e5;
  border-left: 2px solid #e5e5e5;
  position: relative;
  pointer-events: none; }

.histogram__title {
  pointer-events: none;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 0 -1px 0 white;
  padding: 13px;
  line-height: 1;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease; }
  .histogram-group__event-cloak:hover ~ .histogram .histogram__title.dim {
    opacity: 0.1; }

.histogram__inner {
  height: 120px;
  margin: 0 -18px; }

.histogram__guideline {
  fill: none;
  stroke: #cccccc;
  stroke-width: 1px;
  shape-rendering: crispEdges !important;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease; }
  .histogram-group__event-cloak:hover ~ .histogram .histogram__guideline {
    opacity: 1; }

.histogram__value-label {
  text-shadow: 0 -1px 0 white;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 10px;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease; }
  .histogram-group__event-cloak:hover ~ .histogram .histogram__value-label {
    opacity: 1; }
  .histogram__value-label .small-unit {
    font-size: 8px; }
  .histogram__value-label.hidden {
    opacity: 0 !important;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }

.histogram__range-line {
  stroke: none;
  fill: black;
  opacity: 0.25; }
  .histogram__range-line:first-child {
    display: none; }
  .pue .histogram__range-line {
    fill: #e400ff; }
  .consommation .histogram__range-line {
    fill: #FC6A65; }
  .humidity .histogram__range-line {
    fill: #44D7B6; }
  .temperature .histogram__range-line {
    fill: #12EBFF; }
  .cooling .histogram__range-line {
    fill: #A637FF; }
  .wue .histogram__range-line {
    fill: #5175ca }


.histogram__data-line {
  fill: none;
  stroke: black;
  stroke-width: 1px; }
  .histogram__data-line.humidity {
    stroke: #44D7B6; }
  .histogram__data-line.consommation {
    stroke: #FC6A65; }
  .histogram__data-line.pue {
    stroke: #e400ff; }
  .histogram__data-line.temperature {
    stroke: #12EBFF; }
  .histogram__data-line.cooling {
    stroke: #A637FF; }
  .histogram__data-line.wue {
    stroke: #194ecb; }

.histogram__mouse-label {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease; }
  .histogram.hover .histogram__mouse-label {
    opacity: 1; }
  .histogram__mouse-label.hidden {
    opacity: 0 !important;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }

.footer-state {
  position: relative;
  height: 42px;
  line-height: 42px; }

.histogram-date-label {
  display: none;
  color: #7f7f7f; }
  .histogram-group__event-cloak:hover ~ .histogram-group__footer .histogram-date-label {
    display: block; }
    .histogram-group__event-cloak:hover ~ .histogram-group__footer .histogram-date-label + .histogram-split-labels {
      display: none; }

.histogram-date-label__inner {
  position: absolute;
  left: 0;
  top: 5px;
  padding-left: 15px;
  white-space: nowrap; }
  .histogram-date-label__inner.inverted {
    padding-left: 0;
    padding-right: 15px; }
    .histogram-date-label__inner.inverted .histogram-date-label__keyline {
      left: auto;
      right: 0; }

.histogram-date-label__keyline {
  position: absolute;
  left: 0;
  width: 1px;
  top: 0;
  bottom: 0;
  background: #cccccc; }

.histogram-split-labels__label {
  position: absolute;
  top: 0;
  border-left: 1px solid #dddddd;
  padding-left: 16px;
  color: #7f7f7f;
  font-size: 10px; }

.background-axis-line {
  stroke: #f2f2f2;
  shape-rendering: crispEdges !important; }

.background-axis-range-label {
  right: 0; }
  .background-axis-range-label.bottom {
    margin-top: -12px; }

#processing-msg {
  display: none; }

.interval-icon {
  margin-top: 10px; }

.interval-icon__arc {
  fill: black;
  opacity: 0.1; }

html.no-svg .svg-only {
  display: none; }

.support-message {
  margin: 16px;
  margin-top: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
  display: none; }
  html.no-svg .support-message {
    display: block; }

.divided-area--faq {
  border: 1px solid #e2e1d0;
  border-radius: 3px;
  padding: 15px;
  background: #eeeeff; }
  .divided-area--faq:first-child {
    margin-top: 20px; }
  .divided-area--faq .col--aux {
    width: 177px; }
  .divided-area--faq .col--main, .divided-area--faq .col--main--histograms {
    background: white;
    padding: 15px;
    border: 1px solid #e4e3d3;
    width: 580px; }
  .divided-area--faq .metric-display {
    cursor: default; }
    .divided-area--faq .metric-display:hover {
      background: transparent; }

.divided-area--faq-footer {
  text-align: center;
  padding-bottom: 16px; }
