.dpe {
  background-color: white;
  width: 100% !important;
  margin-top: 20px;
  @media screen and (min-width: 1630px) {
    display: flex !important;
  }
}
  .dpe .dpe-energy .good,
  .dpe .dpe-energy .bad,
  .dpe .dpe-ges .good,
  .dpe .dpe-ges .bad {
    font-weight: bold;
    font-size: 10px;
    margin: 0; }
  .dpe .dpe-energy ul,
  .dpe .dpe-ges ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .dpe .dpe-energy ul li,
    .dpe .dpe-ges ul li {
      position: relative;
      display: block;
      font-size: 18px;
      height: 25px;
      margin-top: 0;
    }
    .dpe .dpe-energy ul li .color-indicator,
    .dpe .dpe-ges ul li .color-indicator {
      color: white; }
    .dpe .dpe-energy ul li:not(:last-child) {
      margin-bottom: 3px;
    }
    .dpe .dpe-ges ul li:not(:last-child) {
      margin-bottom: 1px;
    }
  .dpe .dpe-energy {
    position: relative; }
    .dpe .dpe-energy .good,
    .dpe .dpe-energy .bad {
      padding: 2px 0 2px 145px;
      box-sizing: content-box;
      line-height: 14px;
    }
    .dpe .dpe-energy .good {
      color: #5b9a12; }
    .dpe .dpe-energy .bad {
      color: #d0011b;
      margin-top: 7px;
    }
    .dpe .dpe-energy .passoire {
      position: absolute;
      bottom: -1px;
      transform: translateX(calc(-100% - 4px));
      display: flex;
      align-items: center;
      padding: 0 10px;
      height: 54px;
      border-right: solid 2px #A3A3A3; }
      .dpe .dpe-energy .passoire p {
        font-size: 10px;
        font-weight: bold;
        color: #A3A3A3;
        text-align: right;
        margin: 0; }
    .dpe .dpe-energy .color-indicator {
      position: relative;
      display: flex;
      align-items: center;
      padding-left: 2px;
      height: 25px; }
    .dpe .dpe-energy .color-indicator p {
        margin: 0;
        color: #ffffff;
    }
    .dpe .dpe-energy .color-indicator p span{
      float: none !important;
    }
    .dpe .dpe-energy ul li .color-indicator:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: -10px;
      border-top: solid 13px transparent;
      border-bottom: solid 13px transparent; }
    .dpe .dpe-energy li {
      padding-left: 150px !important;
      position: relative !important; }
      .dpe .dpe-energy li.active {
        height: 57px; }
        .dpe .dpe-energy li.active .color-indicator {
          height: 57px; }
          .dpe .dpe-energy li.active .color-indicator:after {
            border-top: solid 29px transparent;
            border-bottom: solid 29px transparent; }
    .dpe .dpe-energy li .indicator {
      position: absolute;
      transform: translateX(-100%);
      display: flex;
      border-width: 3px;
      border-style: solid;
      border-radius: 5px 0 0 5px;
      padding: 3px 0px;
      height: 45px;
      box-sizing: content-box;
      width: 154px;
      @media screen and (min-width: 1630px) {
        width: 150px;
      }
    }
      .dpe .dpe-energy li .indicator > div {
        box-sizing: content-box;
      }
      .dpe .dpe-energy li .indicator > div:first-child {
        padding-right: 5px;
        margin-right: 0px;
        border-right: solid 1px black; }
      .dpe .dpe-energy li .indicator p {
        margin: 0;
        text-align: center;
        padding: 0px 5px;
        line-height: inherit; }
        .dpe .dpe-energy li .indicator p span {
          display: block;
          width: 100%;
        }
        .dpe .dpe-energy li .indicator p .value {
          font-size: 25px;
          height: 32px;
          vertical-align: bottom; }
        .dpe .dpe-energy li .indicator p .sub {
          position: relative;
          font-size: 10px;
          height: 20px;
          vertical-align: bottom; }
  .dpe .dpe-ges {
    @media screen and (min-width: 1630px) {
      margin-left: 50px;
    }
  }
    /* .dpe .dpe-ges .good,
    .dpe .dpe-ges .bad {
      box-sizing: content-box;
      line-height: 14px;
      height: 16px;
      padding: 2px 0px 2px 0px;
      vertical-align: bottom;
    } */
    .dpe .dpe-ges .good,
    .dpe .dpe-ges .bad {
      position: relative;
      padding: 2px 0 2px 0px;
      box-sizing: content-box;
      line-height: 14px;
    }
    .dpe .dpe-ges .good {
      color: #BEE1F6;
    }

    .dpe .dpe-ges .good sup {
      position: absolute;
      top: 0;
      /* display: none; */
    }
    .dpe .dpe-ges .bad {
      color: #514A5C; }
    .dpe .dpe-ges .asterisk {
      font-weight: bold;
      font-size: 12px;
      margin: 0; }
    .dpe .dpe-ges ul {
      margin-top: 2px;
    }
    .dpe .dpe-ges ul li {
      display: flex;
      color: white;
      align-items: center; }
    .dpe .dpe-ges .ges-indicator {
      position: relative;
      color: #0E4142;
      margin-left: 20px; }
      .dpe .dpe-ges .ges-indicator:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -2px;
        width: 15px;
        height: 2px;
        background-color: #0E4142;
        transform: translateX(-100%); }
      .dpe .dpe-ges .ges-indicator p {
        white-space: nowrap;
        margin: 0;
      }
      .dpe .dpe-ges .ges-indicator .sub {
        position: relative;
        font-size: 10px;
        height: 20px;
        vertical-align: bottom; }
  .dpe .dpe-energy ul li:nth-child(1) .indicator {
    border-color: #5b9a12; }
  .dpe .dpe-energy ul li:nth-child(1) .color-indicator {
    width: calc(18px * 1 + 35px);
    background-color: #5b9a12;
    border-bottom: solid 1px #5b9a12; }
    .dpe .dpe-energy ul li:nth-child(1) .color-indicator:after {
      border-left: solid 10px #5b9a12; }
  .dpe .dpe-ges ul li:nth-child(1) .color-indicator {
    width: calc(18px * 1 + 35px);
    background-color: #BEE1F6;
    border-radius: 0 12px 12px 0; }
  .dpe .dpe-energy ul li:nth-child(2) .indicator {
    border-color: #84d42b; }
  .dpe .dpe-energy ul li:nth-child(2) .color-indicator {
    width: calc(18px * 2 + 35px);
    background-color: #84d42b;
    border-bottom: solid 1px #84d42b; }
    .dpe .dpe-energy ul li:nth-child(2) .color-indicator:after {
      border-left: solid 10px #84d42b; }
  .dpe .dpe-ges ul li:nth-child(2) .color-indicator {
    width: calc(18px * 2 + 35px);
    background-color: #A9C2D9;
    border-radius: 0 12px 12px 0; }
  .dpe .dpe-energy ul li:nth-child(3) .indicator {
    border-color: #b4ff62; }
  .dpe .dpe-energy ul li:nth-child(3) .color-indicator {
    width: calc(18px * 3 + 35px);
    background-color: #b4ff62;
    border-bottom: solid 1px #b4ff62; }
    .dpe .dpe-energy ul li:nth-child(3) .color-indicator:after {
      border-left: solid 10px #b4ff62; }
  .dpe .dpe-ges ul li:nth-child(3) .color-indicator {
    width: calc(18px * 3 + 35px);
    background-color: #96A8BF;
    border-radius: 0 12px 12px 0; }
  .dpe .dpe-energy ul li:nth-child(4) .indicator {
    border-color: #f7e71b; }
  .dpe .dpe-energy ul li:nth-child(4) .color-indicator {
    width: calc(18px * 4 + 35px);
    background-color: #f7e71b;
    border-bottom: solid 1px #f7e71b; }
    .dpe .dpe-energy ul li:nth-child(4) .color-indicator:after {
      border-left: solid 10px #f7e71b; }
  .dpe .dpe-ges ul li:nth-child(4) .color-indicator {
    width: calc(18px * 4 + 35px);
    background-color: #828CA3;
    border-radius: 0 12px 12px 0; }
  .dpe .dpe-energy ul li:nth-child(5) .indicator {
    border-color: #f7cf1b; }
  .dpe .dpe-energy ul li:nth-child(5) .color-indicator {
    width: calc(18px * 5 + 35px);
    background-color: #f7cf1b;
    border-bottom: solid 1px #f7cf1b; }
    .dpe .dpe-energy ul li:nth-child(5) .color-indicator:after {
      border-left: solid 10px #f7cf1b; }
  .dpe .dpe-ges ul li:nth-child(5) .color-indicator {
    width: calc(18px * 5 + 35px);
    background-color: #71758B;
    border-radius: 0 12px 12px 0; }
  .dpe .dpe-energy ul li:nth-child(6) .indicator {
    border-color: #f79a1b; }
  .dpe .dpe-energy ul li:nth-child(6) .color-indicator {
    width: calc(18px * 6 + 35px);
    background-color: #f79a1b;
    border-bottom: solid 1px #f79a1b; }
    .dpe .dpe-energy ul li:nth-child(6) .color-indicator:after {
      border-left: solid 10px #f79a1b; }
  .dpe .dpe-ges ul li:nth-child(6) .color-indicator {
    width: calc(18px * 6 + 35px);
    background-color: #5F5E72;
    border-radius: 0 12px 12px 0; }
  .dpe .dpe-energy ul li:nth-child(7) .indicator {
    border-color: #d0011b; }
  .dpe .dpe-energy ul li:nth-child(7) .color-indicator {
    width: calc(18px * 7 + 35px);
    background-color: #d0011b;
    border-bottom: solid 1px #d0011b; }
    .dpe .dpe-energy ul li:nth-child(7) .color-indicator:after {
      border-left: solid 10px #d0011b; }
  .dpe .dpe-ges ul li:nth-child(7) .color-indicator {
    width: calc(18px * 7 + 35px);
    background-color: #514A5C;
    border-radius: 0 12px 12px 0; }
