.simulator-heading {
  background-color: #8b8b8b;
  color: #fafafa;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.simulator-heading h3 {
  font-size: 19px;
}

.carousel-section {
  background-color: #14558f;
}

.carousel-data a {
  color: #333;
}
.carousel-data a:not(a) {
  text-decoration: underline;
}
.carousel-data .flash-data {
  color: #6ec422;
}
.carousel-data .flash-data i.fa.fa-star {
  color: #ffa500;
  font-size: 18px;
}
.carousel-data .technical-sheet {
  border-radius: 5px;
}
.carousel-data .technical-sheet i.fa.fa-info-circle {
  color: #14558f;
}
.carousel-data .order {
  background-color: #ffa500;
  color: #333;
  border-radius: 5px;
}

.consommation-bars .bar-consommation, .production-bars .bar-production {
  position: relative;
  background: #606060;
  box-shadow: 4px 5px 7px #333 inset;
  border-radius: 3px;
  height: 24px;
  box-sizing: inherit;
  border-top: 1px solid #3e3e3e;
  border-left: 1px solid #3e3e3e;
  border-right: 1px solid #3e3e3e;
  border-bottom: 1px solid #5b5b5b;
}

.consommation-bars .echelle, .production-bars .echelle {
  width: 100%;
  position: absolute;
  top: 29px;
  left: 0px;
  z-index: 3;
  box-sizing: border-box;
  transition: ease all 1s;
}

.consommation-bars ul.echelle li, .production-bars ul.echelle li {
  width: 40px;
  text-align: center;
  padding: 23px 0px 0px 0px;
  margin: 0;
  font-size: 9px;
  color: #4b4b4b;
  font-family: verdana;
  background: url("https://www.solaris-store.com/themes/tpl-solaris-store/templates/simulateur-v4/img/trait_echelle.png") center top no-repeat;
}

.production-bars {
  background-image: linear-gradient(135deg, #6a6a6a, #8b8b8b 30%, #8b8b8b);
  position: relative;
  height: 100px;
  padding: 0 20px;
}
.production-bars .cursor {
  position: absolute;
  height: 121px;
}
.production-bars .cursor .cursor-max {
  left: 98px;
  width: 40px;
  height: inherit;
  position: absolute;
  top: -1px;
  background: url("https://www.solaris-store.com/themes/tpl-solaris-store/templates/simulateur-v4/img/barre_cursor_ete.svg") left top no-repeat;
  z-index: 9;
}
.production-bars .cursor .cursor-min {
  left: 9px;
  width: 40px;
  height: inherit;
  top: -1px;
  position: absolute;
  background: url("https://www.solaris-store.com/themes/tpl-solaris-store/templates/simulateur-v4/img/barre_cursor_hiver.svg") left top no-repeat;
  z-index: 9;
}
.production-bars .barre-max {
  width: 120px;
  height: 23px;
  position: relative;
  background: url("https://www.solaris-store.com/themes/tpl-solaris-store/templates/simulateur-v4/img/barre_prod_ete.png") left top repeat-x;
  border-radius: 2px;
  box-sizing: content-box;
  z-index: 4;
}
.consommation-bars {
  background-image: linear-gradient(135deg, #6a6a6a, #8b8b8b 30%, #8b8b8b);
  position: relative;
  height: 100px;
  padding: 0 20px;
}
.bloc-device {
  background: #ddd4c2;
  background-image: linear-gradient(180deg, #cdbc9e, #ddd4c2 30%, #ddd4c2);
  border-radius: 0 0 20px 20px;
  padding-bottom: 20px;
}
.bloc-device a {
  cursor: pointer;
  width: 120px;
  height: 105px;
  padding: 5px 0px 0px;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  background-size: 105px auto;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  padding-top: 85px;
  font-size: 10px;
  text-align: center;
}
.bloc-device a:hover {
  border: 1px solid #eee;
  background-color: rgba(255, 255, 255, 0.15);
}
.bloc-device a:hover .add {
  display: block !important;
  position: absolute;
  top: 100px;
  right: 2px;
  border: 1px solid #eee;
  color: #333;
  font-size: 19px;
  font-size: 13px;
}
.bloc-device .message-consommation {
  border-radius: 10px;
}
.bloc-device .eclairage {
  background-image: url("https://www.solaris-store.com/images/appareils/_eclairage.png");
}
.bloc-device .television {
  background-image: url("https://www.solaris-store.com/images/appareils/_son-image.png");
}
.bloc-device .ordinateur {
  background-image: url("https://www.solaris-store.com/images/appareils/_informatique.png");
}
.bloc-device .electromenager {
  background-image: url("https://www.solaris-store.com/images/appareils/_electromenager.png");
}
.bloc-device .bricolage {
  background-image: url("https://www.solaris-store.com/images/appareils/_bricolage.png");
}
.bloc-device .pompage {
  background-image: url("https://www.solaris-store.com/images/appareils/_pompage.png");
}
.bloc-device .confort {
  background-image: url("https://www.solaris-store.com/images/appareils/_confort.png");
}
.bloc-device .mobilite {
  background-image: url("https://www.solaris-store.com/images/appareils/_mobilite.png");
}
.bloc-device .personnalise {
  background-image: url("https://www.solaris-store.com/images/appareils/_divers.png");
}

.section-video-1 span, .section-video-2 span {
  color: red;
}

.w_block {
  background-color: #ffa500;
}

.w_banner a {
  text-decoration: underline;
}
.w_banner a:not(.customer-opinion a) {
  color: #333;
}

.customer-opinion {
  width: 250px;
  position: relative;
  border-radius: 50%;
  background-color: #333;
  color: #fafafa;
}
.customer-opinion p:nth-child(1) {
  font-size: 35px;
}
.customer-opinion p:nth-child(4) {
  font-size: 18px;
}
.customer-opinion p:nth-child(4) span {
  color: #dc3545;
}
.customer-opinion i.fa.fa-star {
  color: #ffa500;
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  .w_banner {
    flex-direction: column;
    justify-content: center;
  }
  .customer-service-item, .delivery-item,
  .payment-item, .back-delivery-item {
    display: none;
  }
  .carousel-section .carousel-item .carousel-img img {
    width: 50px;
    height: 50px;
  }
  .carousel-data h3 a {
    font-size: 16px;
  }
  .carousel-data h3 small {
    font-size: 12px;
  }
  .section-video-1 h2, .section-video-2 h2 {
    font-size: 18px;
  }
}

/*# sourceMappingURL=style.css.map */
