.gas-calculator-value-title {
  font-size: 24px;
  padding-bottom: 25px;
}
.gas-calculator-value-icon {
  padding-bottom: 25px;
}
.gas-calculator-value-icon svg {
  width: 45px;
  height: 45px;
  margin: 0 0;
  margin-bottom: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.gas-calculator-value-icon svg:first-child {
  margin-left: 0px;
}
.gas-calculator-value-icon svg:last-child {
  margin-right: 0px;
}
.gas-calculator-value .setActive rect {
  fill: #ee7d00;
}
.gas-calculator-value .setActive path {
  fill: #ffffff;
}
.gas-calculator-value input[type=range] {
  -webkit-appearance: none;
  margin: 25px 0px;
  width: 100%;
  height: 8px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
  cursor: pointer;
}
.gas-calculator-value input[type=range]::-webkit-slider-thumb,
.gas-calculator-value input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-color: #ee7d00;
  background: #ee7d00;
  cursor: pointer;
  box-shadow: 0 0 2px 0 rgb(238, 125, 0);
  opacity: 1;
  cursor: pointer;
}
.gas-calculator-value input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  background: #d3d3d3;
  cursor: pointer;
}
@media (min-width: 576px) {
.gas-calculator-value-icon svg {
    margin: 0 5px;
}
.gas-calculator-value-icon svg:first-child {
    margin-left: 0px;
}
.gas-calculator-value-icon svg:last-child {
    margin-right: 0px;
}
}
@media (min-width: 768px) {
.gas-calculator-value-icon svg {
    width: 55px;
    height: 55px;
}
}
@media (min-width: 1550px) {
.gas-calculator-value-icon svg {
    width: 65px;
    height: 65px;
}
}.tarif-value[data-v-fd1f570e] {
  margin: 12.5px 0;
  text-align: left;
}
.tarif-value-radio-wrap[data-v-fd1f570e] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.tarif-value-radio[data-v-fd1f570e] {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.tarif-value strong[data-v-fd1f570e] {
  color: var(--bs-dark);
}
label[data-v-fd1f570e] {
  font-size: 16px;
  cursor: pointer;
  color: var(--bs-dark);
}
.wrap-rate[data-v-fd1f570e] {
  word-break: break-word;
  margin: 25px 0px;
}
.wrap-rate label[data-v-fd1f570e] {
  width: auto;
  margin-bottom: 5px;
}
.wrap-rate .input-wrap[data-v-fd1f570e] {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  cursor: pointer;
}
.wrap-rate input[type=number][data-v-fd1f570e] {
  font-size: 20px;
  border: 1px black solid;
  border-radius: 5px;
  border-right: none;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  height: 35px;
  width: 60%;
}
.wrap-rate .unit[data-v-fd1f570e] {
  width: auto;
  height: 35px;
  border: 1px black solid;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: lightgrey;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.wrap-rate .unit p[data-v-fd1f570e] {
  margin-bottom: 0px;
  width: 45px;
  text-align: center;
}
input[type=radio][data-v-fd1f570e] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  border: 2px solid #999;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
input[type=radio][data-v-fd1f570e]:checked {
  border-color: #ee7d00;
  background-color: #ee7d00;
}
input[type=radio][data-v-fd1f570e]:checked::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}
input[type=number][data-v-fd1f570e]:focus,
input[type=number][data-v-fd1f570e]:focus-visible {
  box-shadow: none;
  border: none;
  outline: none;
  border-top: 2px solid #ee7d00;
  border-left: 2px solid #ee7d00;
  border-bottom: 2px solid #ee7d00;
}
.input-wrap:focus-within .unit[data-v-fd1f570e] {
  box-shadow: none;
  border-top: 2px solid #ee7d00;
  border-right: 2px solid #ee7d00;
  border-bottom: 2px solid #ee7d00;
}
input[data-v-fd1f570e]::-webkit-outer-spin-button,
input[data-v-fd1f570e]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number][data-v-fd1f570e] {
  -moz-appearance: textfield;
}
@media (min-width: 350px) {
label[data-v-fd1f570e] {
    font-size: 20px;
}
}
@media (min-width: 576px) {
.tarif-value[data-v-fd1f570e] {
    margin: 25px 0;
}
}
@media (min-width: 768px) {
.tarif-value-radio-wrap[data-v-fd1f570e]:nth-child(2) {
    margin: 10px 0;
}
.tarif-value-radio[data-v-fd1f570e] {
    justify-content: center;
}
.wrap-rate .input-wrap[data-v-fd1f570e] {
    width: 55%;
    justify-content: end;
}
}
@media (min-width: 992px) {
.wrap-rate label[data-v-fd1f570e] {
    width: 50%;
}
}.price-preview-total-Tax[data-v-147dbdce],
.price-preview-total[data-v-147dbdce] {
  font-size: 16px;
}
.price-preview-total-Tax .result[data-v-147dbdce],
.price-preview-total .result[data-v-147dbdce] {
  font-size: 22px;
}
.price-preview-total[data-v-147dbdce] {
  display: none;
}
@media (min-width: 992px) {
.price-preview-total[data-v-147dbdce] {
    display: inline-block;
}
}.table[data-v-2633df78] {
  border-color: black;
}
@media screen and (max-width: 767px) {
.table[data-v-2633df78] {
    font-size: 16px;
}
}
.table thead th[data-v-2633df78] {
  border-bottom: 1px black solid;
}
.table thead th[data-v-2633df78]:first-child {
  max-width: 125px;
}
.table thead th[data-v-2633df78]:last-child {
  background-color: #d9d9d9;
}
@media screen and (max-width: 767px) {
.table tbody td[data-v-2633df78]:first-child {
    max-width: 125px;
    -webkit-hyphens: auto;
            hyphens: auto;
    font-size: 14px;
}
}
.table tbody td[data-v-2633df78]:last-child {
  background-color: #d9d9d9;
}.open-modal-btn {
  background-color: #d9d9d9;
  border: none;
  padding: 15px 0;
  font-size: 14px !important;
  font-weight: 700;
  color: black;
  margin: 0 0 !important;
}
.open-modal-btn p {
  margin-bottom: 0px;
}
.open-modal-btn:hover {
  background-color: #afaeae;
}
.modal-body {
  overflow: scroll;
}
[data-pc-section=mask] {
  background-color: rgba(105, 89, 89, 0.6);
}
.power-calc-result-modal p {
  margin-bottom: 0px;
}
.power-calc-result-modal[data-pc-name=dialog] {
  background: white;
  border-radius: 5px;
  opacity: 1;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 25px 25px;
  width: 95% !important;
}
.power-calc-result-modal [data-pc-section=header] {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
}
.power-calc-result-modal [data-pc-name=pcclosebutton] {
  background-color: transparent;
  border: none;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.power-calc-result-modal [data-pc-name=pcclosebutton] [data-pc-section=label] {
  display: none;
}
.power-calc-result-modal [data-pc-name=pcclosebutton]:hover {
  color: white;
  background-color: #ee7d00;
}
.power-calc-result-modal [data-pc-name=pcclosebutton]:focus-visible {
  outline: none;
}
.power-calc-result-modal .close-modal-btn button {
  border: 1px #ee7d00 solid;
  min-width: 150px;
  padding: 5px 15px;
  background-color: #ee7d00;
  color: white;
  transition: all 0.5s ease;
}
.power-calc-result-modal .close-modal-btn button:hover {
  transform: scale(1.1);
}
@media (min-width: 576px) {
.modal-body {
    overflow: unset;
}
}
@media (min-width: 992px) {
button.open-modal-btn {
    font-size: 16px !important;
}
.power-calc-result-modal[data-pc-name=dialog] {
    width: 55% !important;
}
}.gas-calculator-result-list[data-v-0a77be9f] {
  list-style-type: none;
  margin: 0 0;
  padding: 0 0;
  height: 100%;
}
.gas-calculator-result-list li[data-v-0a77be9f] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  padding-top: 0px !important;
  margin-bottom: 1.5rem;
}
.gas-calculator-result-list li .card[data-v-0a77be9f] {
  border-radius: 5px;
  width: 100%;
}
.gas-calculator-result-list li .card-body[data-v-0a77be9f] {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.gas-calculator-result-list li .card-body p[data-v-0a77be9f] {
  color: var(--bs-dark) !important;
}
.gas-calculator-result-list li .card-body strong[data-v-0a77be9f] {
  color: var(--bs-dark) !important;
}
.gas-calculator-result-list li .card-title[data-v-0a77be9f] {
  font-size: 28px;
  height: 80px;
  color: var(--bs-dark);
}
.gas-calculator-result-list li .card-sub-title[data-v-0a77be9f] {
  display: none;
  height: 100px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.gas-calculator-result-list li .card-img-top[data-v-0a77be9f] {
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 25px;
}
.gas-calculator-result-list li a[data-v-0a77be9f] {
  width: 175px;
  cursor: pointer;
  margin: 25px 0;
  text-decoration: none;
  color: black;
  background-color: transparent;
  border-radius: 5px;
  font-size: 20px;
  padding: 5px 10px;
  border: 1px black solid;
}
.gas-calculator-result-list li a[data-v-0a77be9f]:hover {
  background-color: lightgrey;
}
@media (min-width: 768px) {
.gas-calculator-result-list li[data-v-0a77be9f] {
    margin: 10px 10px;
    width: 45%;
}
}
@media (min-width: 992px) {
.gas-calculator-result-list li[data-v-0a77be9f] {
    margin: 0 0;
    width: 24%;
}
}
@media (min-width: 1200px) {
.gas-calculator-result-list li .card-sub-title[data-v-0a77be9f] {
    display: inline-block;
}
}.gas-calculator-period[data-v-e0864ba6] {
  background-color: lightgrey;
  border-radius: 5px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.gas-calculator-period button[data-v-e0864ba6] {
  width: 50%;
  height: 100%;
  border: none;
  background-color: transparent;
  font-size: 16px;
  padding: 5px 0;
  margin: 0 0;
  color: white;
  font-weight: 700;
}
.gas-calculator-period button[data-v-e0864ba6]:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.gas-calculator-period button[data-v-e0864ba6]:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.gas-calculator-period .isActive[data-v-e0864ba6] {
  background-color: #ee7d00;
}
.gas-calculator-back[data-v-e0864ba6] {
  width: 200px;
  cursor: pointer;
  margin: 25px 0;
  background-color: transparent;
  border-radius: 5px;
  font-size: 20px;
  padding: 5px 10px;
  border: 1px black solid;
}
.gas-calculator-back p[data-v-e0864ba6] {
  margin-bottom: 0px;
}
.gas-calculator-back[data-v-e0864ba6]:hover {
  background-color: lightgrey;
}
@media (min-width: 767px) {
.gas-calculator-period[data-v-e0864ba6] {
    width: 30%;
}
}.fade-enter-active, .fade-leave-active {
  transition: opacity 1s ease;
}
.fade-enter-from, .fade-leave-to {
  opacity: 0;
}
.fade-enter-to, .fade-leave-from {
  opacity: 1;
}
.bg-light .card {
  background-color: white !important;
}
.card {
  background-color: #f2f2f2;
}
.gas-calculator {
  position: relative;
  margin: 25px 25px;
}
.gas-calculator .result-wrap {
  position: relative;
}
.gas-calculator .card {
  border-radius: 8px;
}
.gas-calculator .card .card-content {
  padding: 5% 9%;
}
.gas-calculator .error-message {
  color: red;
  font-size: 16px;
}
.gas-calculator p {
  margin-bottom: 0px;
  color: var(--bs-dark);
}
.gas-calculator button {
  margin: 25px 0;
  font-size: 16px;
}
.gas-calculator .btn.btn-primary {
  color: var(--bs-dark);
  border-color: var(--bs-dark);
}
@media (min-width: 992px) {
.gas-calculator {
    min-height: 800px;
}
.gas-calculator .result-wrap {
    position: absolute;
}
.gas-calculator button {
    font-size: 20px;
}
}