.node--type-graphe-eco2mix header{
  display: none;
}

.node--type-graphe-eco2mix #main-wrapper {
  padding-top: 0;
}

.header-graph {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  margin-bottom: 40px;
  margin-top: 16px;
  position: relative;
  height: 102px;
}

.header-graph .rte-logo {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 100px;
  width: 70px;
  height: 70px;
}

.header-graph .title-layout {
  position: absolute;
  top: 0;
  left: 200px;
  right: 200px;
  margin-top: 12px;
}

.header-graph h1 {
  font-family: NunitoSans;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.28;
  display: inline;
}

.header-graph .question-icon{
  vertical-align: top;
  margin-left: 10px;
  margin-top: 11px;
}

.header-graph .question-icon img{
  width: 25px;
  height: 25px;
}

.header-graph .previous-icon {
  position: absolute;
  left: 20px;
  top: 23px;
  cursor: pointer;
  width: 13px;
  height: 24px;
}

.header-graph .next-icon {
  position: absolute;
  right: 20px;
  top: 23px;
  cursor: pointer;
  width: 13px;
  height: 24px;
}

.header-graph .close-icon {
  position: absolute;
  right: 87px;
  top: 23px;
  cursor: pointer;
  width: 24.1px;
  height: 24px;
}

.graph-tooltip-icon img{
  vertical-align: sub;
}

/* Mobile */ 
@media only screen and (max-width: 768px) {
  .header-graph {
      height: auto;
  }

  .header-graph .rte-logo {
    margin-left: 3%;
  }

  .header-graph .next-icon {
    right: 3%;
  }
  
  .header-graph .rte-logo img {
    width: 45px;
    height: 45px;
  }

  .header-graph h1 {
    font-size: 26px;
  }

  .header-graph .title-layout {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    padding-top: 65px;
    margin-left: 3%;
    margin-right: 3%;
  }

  .header-graph .close-icon,
  .header-graph .previous-icon,
  .header-graph .next-icon {
    top: 14px;
  }

  .header-graph .close-icon {
    right: 13%;
  }

  .header-graph .previous-icon {
    left: auto;
    right: 27%;
  }

  .header-graph h1 {
    display: inline;
  }

  .header-graph .question-icon {
    vertical-align: inherit;
  }
}