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

html,
body {
  background-color: #e5eaeb;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  font-family: roboto, Helvetica, Arial, sans-serif;
}

h2 {
  font-family: roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
}

h3 {
  font-family: roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}

p {
  font-family: roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lien {
  font-family: roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
}


/*
VIZ
*/

#viz {
  background-color: #e7ebee;
  position: absolute;
  left: 250px;
  right: 0;
  top: 0px;
  bottom: 0;
  margin: 0;
  padding: 0;
  /*background-image:radial-gradient(#25272b, #131314);*/
}

#partenaire {
  position: absolute;
  display: block;
  bottom: 10px;
  right: 10px;
}

#partenaire img {
  width: 100px;
}


/*
MENU
*/

#menu {
  text-align: center;
  position: absolute;
  display: block;
  background-color: #252d3a;
  width: 250px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

#menu .lien {
  color: #fff;
}

.btn {
  height: 50px;
  width: 50px;
  padding: 0;
  margin: 0;
  background-color: #252d3a;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.btn:hover {
  background-color: #1a9fde;
}

#btn_expand {
  margin-top: 10px;
  position: absolute;
  left: 553px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

#outils {
  position: absolute;
  right: 10px;
  top: 10px;
}

#recherche {
  display: inline-block;
  margin: 20px 20px;
  padding: 0;
  vertical-align: top;
  margin-right: 20px;
  border-top: solid 1px #cac8c6;
  width: 200px;
}

#outils a {
  padding: 0;
  margin-top: 0px;
  margin-left: 5px;
  display: inline-block;
}


/*SLIDER*/

#filtre {
  width: 200px;
  margin-left: 20px;
  margin-top: 25px;
  padding-top: 10px;
  border-top: solid 1px #cac8c6;
}

#filtre h3 {
  color: #fff;
}

.slider {
  margin-top: 10px;
  margin-left: 25px;
  width: 150px;
}

.slider a {
  cursor: pointer;
}

.slider-value-min {
  color: #fff;
  margin: 0;
  padding: 0;
  position: absolute;
  margin-top: 9px;
  margin-left: -15px;
  width: 30px;
  text-align: center;
}

.slider-value-max {
  color: #fff;
  margin: 0;
  padding: 0;
  position: absolute;
  margin-top: -17px;
  margin-left: 190px;
  width: 30px;
  text-align: center;
}


/*DETAILS*/

.selected_node {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 20px;
  padding-top: 10px;
  border-top: solid 1px #fff;
  margin-left: 20px;
  margin-right: 30px;
}

.selected_node h3 {
  color: #fff;
}

#noeuds {
  position: relative;
  padding: 0;
  font-family: roboto, arial, helvetica, sans-serif;
  font-size: 16px;
  margin-top: 0px;
}

#noeuds h1 {
  padding-left: 10px;
  padding-right: 10px;
}

#noeuds h3 {
  padding-left: 10px;
  padding-right: 10px;
}

#noeuds p {
  margin-bottom: 0px;
}

#details {
  position: relative;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: roboto, arial, helvetica, sans-serif;
  font-size: 13px;
}

#details img {
  width: 300px;
  margin-top: 20px;
}

#details p {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-family: roboto, arial, helvetica, sans-serif;
  font-size: 12px;
}

#details a {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #1a9fde;
  font-family: roboto, arial, helvetica, sans-serif;
  font-size: 12px;
}

#details h3 {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #23272d;
  font-family: roboto, arial, helvetica, sans-serif;
  font-size: 14px;
}


/*WIDGETS*/

.widgets {
  width: 300px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  display: block;
  margin-left: 250px;
  box-shadow: 2px 1px 5px #aaa inset;
  border-right: solid 3px #252d3a;
  overflow-x: hidden;
  overflow-y: auto;
}

.widget {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin-top: 30px;
}

.widget h2 {
  padding-left: 10px;
  padding-top: 5px;
}

.widget .widget_legende {
  padding-left: 10px;
  padding-top: 0px;
  margin-top: 0px;
  color: rgb(211, 214, 217);
  font-size: 10px;
}

#element_detail {
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 62px;
  text-align: left;
}

#element_detail img {
  position: absolute;
}

#element_detail p {
  font-family: roboto, arial, helvetica, sans-serif;
  font-size: 13px;
  color: #23272d;
  text-align: left;
  margin-left: 60px;
  margin-top: 10px;
  display: inline-block;
}

#element_legende {
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 5px;
  width: 190px;
  height: 25px;
  font-family: roboto, arial, helvetica, sans-serif;
  font-size: 16px;
  vertical-align: middle;
  line-height: 30px;
  text-align: left;
}

#rond_legende {
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0;
  float: left;
  margin-top: 0px;
  margin-right: 10px;
  background-color: #d4d2c5;
  border-radius: 10px;
  display: inline-block;
}

#element_legende a {
  font-family: roboto, arial, helvetica, sans-serif;
  font-size: 13px;
  vertical-align: middle;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: 160px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#element_legende .selected {
  text-decoration: underline;
}

#element_legende a:hover {
  text-decoration: underline;
}

#legende {
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  max-height: 50%;
  overflow-y: auto;
  width: 250px;
}

#legende p {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #2d2d2d;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
}


/*Recherche*/

#auto-suggest {
  width: 200px;
  margin: 0 auto;
  text-align: left;
}

#auto-suggest .search {
  width: 200px;
  height: 40px;
  margin-top: 20px;
  padding: 0;
  padding-left: 20px;
  border: none;
  border-bottom: 1px solid #d8d6d5;
  color: #433a30;
  background-color: #fff;
  font-family: roboto, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#auto-suggest .search:focus {
  color: #1a9fde;
  border-bottom-color: #d8d6d5;
}

#auto-suggest .suggestions {
  width: 190px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  margin-top: -6px;
  margin-left: 5px;
  padding: 0;
  list-style-type: none;
  background: #e7ebee;
  font-family: roboto, Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #1a9fde;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

#auto-suggest .suggestions li {
  height: 25px;
  padding: 0 10px;
  line-height: 25px;
  cursor: pointer;
  border-top: 1px solid #cac8c6;
  width: 170px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#auto-suggest .suggestions li:hover {
  background-color: #1a9fde;
  color: #000;
}

#auto-suggest .suggestions li:first-child {
  border: none;
}


/*
NODES EDGES
*/

.circle {
  stroke: #242526;
  stroke-width: 0;
}

.circle:hover {
  stroke: #242526;
  stroke-width: 2;
}

.circle_back {
  /*pointer-events:none;*/
}

.text {
  fill: #252d3a;
  font-family: roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  /*cursor:pointer;*/
  pointer-events: none;
}

.link {
  fill: none;
  stroke: #252d3a;
  stroke-opacity: 0.2;
  stroke-linecap: round;
  pointer-events: none;
}


/*HISTOGRAMME*/

.histogramme {
  display: block;
  height: auto;
}

.histogramme .axis path,
.histogramme .axis bar {
  fill: none;
  stroke: #002843;
  stroke-width: 1;
  shape-rendering: crispEdges;
  font-size: 12px;
}

.histogramme .axis text {
  font-family: roboto, Helvetica, Arial, sans-serif;
  font-size: 10px !important;
}

.histogramme .bar {
  cursor: pointer;
}

.histogramme .bar:hover {
  /*stroke: #002843;
            stroke-width: 1;
            shape-rendering: crispEdges;*/
}

.histogramme .y text {
  font-size: 15px;
  fill: #252d3a;
  font-weight: 800;
  pointer-events: none;
}

.histogramme .y.value text {
  fill: #fff;
}


/*TYPE*/

.type {
  display: block;
  height: auto;
}

.type path.slice {
  stroke: #ffffff;
  stroke-width: 0;
  cursor: pointer;
}

.type path.slice:hover {
  stroke: #002843;
  stroke-width: 1;
  shape-rendering: crispEdges;
}

.type polyline {
  opacity: .3;
  stroke: black;
  stroke-width: 2px;
  fill: none;
}

.type text {
  font-family: roboto, Helvetica, Arial, sans-serif;
  font-size: 10px;
  pointer-events: none;
}


/*HISTOGRAMME*/

.dates {
  display: block;
  height: auto;
}

.dates .axis path,
.dates .axis bar {
  fill: none;
  stroke: #002843;
  stroke-width: 1;
  shape-rendering: crispEdges;
  font-size: 12px;
}

.dates .axis text {
  font-family: roboto, Helvetica, Arial, sans-serif;
  font-size: 10px !important;
}

.dates .bar {
  cursor: pointer;
}

.dates .bar:hover {
  /*stroke: #002843;
            stroke-width: 1;
            shape-rendering: crispEdges;*/
}

.dates .y text {
  font-size: 15px;
  fill: #252d3a;
  font-weight: 800;
  pointer-events: none;
}

.dates .y.value text {
  fill: #fff;
}


/*HISTOGRAMME2*/

.histogramme2 {
  display: block;
  height: auto;
}

.histogramme2 .axis path,
.histogramme2 .axis bar {
  fill: none;
  stroke: #002843;
  stroke-width: 1;
  shape-rendering: crispEdges;
  font-size: 12px;
}

.histogramme2 .axis text {
  font-family: roboto, Helvetica, Arial, sans-serif;
  font-size: 10px !important;
}

.histogramme2 .bar {
  cursor: pointer;
}

.histogramme2 .bar:hover {
  stroke: #002843;
  stroke-width: 1;
  shape-rendering: crispEdges;
}

.histogramme2 .y text {
  font-size: 15px;
  fill: #252d3a;
  font-weight: 800;
  pointer-events: none;
}

.histogramme2 .y.value text {
  fill: #fff;
}


/*TIMELINE*/

#timeline {
  height: auto;
  top: 100px;
  bottom: 150px;
  right: 26px;
  position: absolute;
  display: block;
}

#timeline a {
  cursor: pointer;
}

.timeline-value-min {
  bottom: 110px;
  right: 5px;
  position: absolute;
  display: block;
  width: 60px;
  text-align: center;
}

.timeline-value-max {
  top: 58px;
  right: 5px;
  position: absolute;
  display: block;
  width: 60px;
  text-align: center;
}


/* Webkit override Scrollbar with CSS3 */

::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background: #242526;
}

::-webkit-scrollbar-thumb {
  background: rgba(67, 181, 188, 0.4);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(67, 181, 188, 0.4);