@charset "UTF-8";
@font-face {
  font-family: "terasolarIco";
  src: url("/assets/fonts/terasolarIco.eot?z6jpeu");
  src: url("/assets/fonts/terasolarIco.eot?z6jpeu#iefix") format("embedded-opentype"), url("/assets/fonts/terasolarIco.woff2?z6jpeu") format("woff2"), url("/assets/fonts/terasolarIco.ttf?z6jpeu") format("truetype"), url("/assets/fonts/terasolarIco.woff?z6jpeu") format("woff"), url("/assets/fonts/terasolarIco.svg?z6jpeu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*$fp-terasolar: "../../fonts/terasolarIco" !default;
$ff-terasolar: "terasolarIco" !default;
@include font-face($fp-terasolar, $ff-terasolar, normal, normal, woff2 woff ttf, "?z6jpeu");*/
[class^=icon-], [class*=" icon-"] {
  font-family: "terasolarIco" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-], [class*=" icon-"] {
  font-size: 48px;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.2s;
}

.icon-air_conditionne:before {
  content: "ꀁ";
}

.icon-ballon_electrique:before {
  content: "ꀂ";
}

.icon-borne_recharge:before {
  content: "ꀃ";
}

.icon-chauffage_Piscine_Jacuzzi:before {
  content: "ꀄ";
}

.icon-check:before {
  content: "ꀅ";
}

.icon-CO2:before {
  content: "ꀆ";
}

.icon-date:before {
  content: "ꀇ";
}

.icon-economies:before {
  content: "ꀈ";
}

.icon-fleche-haut:before {
  content: "ꀉ";
}

.icon-layer:before {
  content: "ꀐ";
}

.icon-lieu:before {
  content: "ꀑ";
}

.icon-locataire:before {
  content: "ꀒ";
}

.icon-marker:before {
  content: "ꀓ";
}

.icon-optimiseur:before {
  content: "ꀔ";
}

.icon-pin:before {
  content: "ꀕ";
}

.icon-piscine:before {
  content: "ꀖ";
}

.icon-pompe_a_chaleur_air_air:before {
  content: "ꀗ";
}

.icon-pompe_chaleur_air_eau:before {
  content: "ꀘ";
}

.icon-proprietaire:before {
  content: "ꀙ";
}

.icon-puissance:before {
  content: "ꀠ";
}

.icon-puissance_PV:before {
  content: "ꀡ";
}

.icon-puissance_totale_AC:before {
  content: "ꀢ";
}

.icon-Puissance_unitaire_Wc:before {
  content: "ꀣ";
}

.icon-radiateur_electrique:before {
  content: "ꀤ";
}

.icon-surface:before {
  content: "ꀥ";
}

.icon-type_batiment:before {
  content: "ꀦ";
}

.icon-type_installation:before {
  content: "ꀧ";
}

.icon-Type_onduleur:before {
  content: "ꀨ";
}

.icon-type_panneaux:before {
  content: "ꀩ";
}

.calculateur-container {
  display: flex;
  gap: 50px;
  min-height: 500px;
  padding-top: 100px;
}
@media screen and (max-width: 1150px) {
  .calculateur-container {
    padding-top: 0px;
    flex-direction: column-reverse;
    gap: 10px;
    row-gap: 25px;
  }
}
.calculateur-container .calculateur-gauche {
  width: 50%;
}
@media screen and (max-width: 1750px) {
  .calculateur-container .calculateur-gauche {
    width: 50%;
  }
}
@media screen and (max-width: 1150px) {
  .calculateur-container .calculateur-gauche {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .calculateur-container .calculateur-gauche .ct {
    max-width: 100%;
  }
}
.calculateur-container .calculateur-droite {
  width: 50%;
}
@media screen and (max-width: 1750px) {
  .calculateur-container .calculateur-droite {
    width: 50%;
  }
}
@media screen and (max-width: 1150px) {
  .calculateur-container .calculateur-droite {
    width: 100%;
  }
}
.calculateur-container .calculateur-guide {
  background: transparent;
  border-radius: 16px;
  overflow: hidden;
  width: 586px;
  box-shadow: none;
  height: 780px;
}
@media screen and (max-width: 1750px) {
  .calculateur-container .calculateur-guide {
    width: 100%;
    height: 550px;
  }
}
@media screen and (max-width: 1150px) {
  .calculateur-container .calculateur-guide {
    height: 450px;
  }
}
@media screen and (max-width: 960px) {
  .calculateur-container .calculateur-guide {
    width: 100%;
    height: 350px;
  }
}
.calculateur-container .calculateur-guide .calculateur-guide-img {
  position: relative;
  height: 100%;
  width: 100%;
}
.calculateur-container .calculateur-guide .calculateur-guide-img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.calculateur-container .calculateur-guide .calculateur-guide-img .calculateur-guide-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px 24px 24px 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  border-radius: 0 0 16px 16px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.calculateur-container .calculateur-guide .calculateur-guide-img .calculateur-guide-overlay .btn {
  display: flex;
  align-items: center;
}
.calculateur-container .calculateur-guide .calculateur-guide-img .calculateur-guide-overlay .btn::before {
  margin-right: 10px;
  content: "";
  background: url("/assets/images/terasolar/upload.svg") no-repeat center;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.calculateur-container .calculateur-guide .calculateur-guide-title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.calculateur-container .calculateur-guide .calculateur-guide-desc {
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 18px;
}
.calculateur-container .calculateur-guide .btn-guide {
  background: #ffffff;
  color: #222;
  border-radius: 24px;
  font-weight: 600;
  font-size: 1rem;
  padding: 10px 22px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1333333333);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.calculateur-container .calculateur-guide .btn-guide::before {
  content: "💾";
  font-size: 1.2em;
  margin-right: 8px;
  display: inline-block;
}
.calculateur-container .calculateur-guide .btn-guide:hover {
  background: #f3f4f6;
  color: #111;
}
@media screen and (max-width: 1750px) {
  .calculateur-container .calculateur-droite {
    width: 50%;
  }
}
@media screen and (max-width: 1150px) {
  .calculateur-container .calculateur-droite {
    width: 100%;
  }
}
.calculateur-container .calculateur-etapes {
  width: 100%;
  margin: 0 auto 10px auto;
  padding-top: 32px;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .calculateur-container .calculateur-etapes {
    width: 100%;
  }
}
.calculateur-container .calculateur-etapes-inner {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 1;
}
.calculateur-container .calculateur-etapes .calculateur-etapes-progress {
  position: absolute;
  left: 0;
  right: 0;
  top: 38px;
  height: 4px;
  background: #cbd5e1;
  z-index: 0;
  border-radius: 2px;
  overflow: hidden;
}
.calculateur-container .calculateur-etapes .calculateur-etapes-progress-active {
  /*width: 25%; dynamique */
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #121E3A;
  border-radius: 2px;
  z-index: 1;
  transition: width 0.3s;
}
.calculateur-container .calculateur-etapes .calculateur-etape-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*flex: 1 1 0;*/
  min-width: 0;
  position: relative;
  z-index: 2;
}
.calculateur-container .calculateur-etapes .calculateur-etape-group .calculateur-etape-label {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #121E3A;
  letter-spacing: 0.02em;
}
.calculateur-container .calculateur-etapes .calculateur-etape-group .calculateur-etape {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #121E3A;
  border: none;
  margin: 0;
  position: relative;
  z-index: 2;
  transition: background 0.2s;
  box-shadow: 0 0 0 0 transparent;
}
@media screen and (max-width: 640px) {
  .calculateur-container .calculateur-etapes .calculateur-etape-group .calculateur-etape {
    grid-template-columns: repeat(2, 1fr);
  }
}
.calculateur-container .calculateur-etapes .calculateur-etape-group.success:not(.inactive) .calculateur-etape {
  height: 29px;
  width: 29px;
  position: absolute;
  top: 80%;
}
.calculateur-container .calculateur-etapes .calculateur-etape-group.success:not(.inactive) .calculateur-etape::before {
  content: "ꀅ";
  font-family: "terasolarIco" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 13px;
}
.calculateur-container .calculateur-etapes .calculateur-etape-group.inactive .calculateur-etape-label {
  color: #6E82AF;
  margin-bottom: 16px;
}
.calculateur-container .calculateur-etapes .calculateur-etape-group.inactive .calculateur-etape {
  width: 10px;
  height: 10px;
  color: #6E82AF;
  font-weight: 500;
  background: #7F90B8;
}
.calculateur-container .calculateur-etapes .calculateur-etape-group.inactive[data-etape="1"] .calculateur-etape-label {
  margin-bottom: 12px;
}
.calculateur-container .calculateur-etapes .calculateur-etape-group.inactive[data-etape="1"] .calculateur-etape {
  width: 20px;
  height: 20px;
}
.calculateur-container .calculateur-temps {
  margin-bottom: 16px;
  color: #64748b;
  font-weight: 600;
}
.calculateur-container .calculateur-titre {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: left;
}
.calculateur-container .calculateur-soustitre {
  font-size: 1.2rem;
  color: #64748b;
  margin-bottom: 32px;
}
.calculateur-container .calculateur-step {
  padding-top: 50px;
}
.calculateur-container .calculateur-step .calculateur-step-num {
  color: #6E82AF;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}
.calculateur-container .calculateur-step .calculateur-step-num strong {
  color: #121E3A;
}
.calculateur-container .calculateur-step .calculateur-step-title {
  color: #121E3A;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 32px;
  line-height: 1.1;
  font-family: "PoppinsBold";
}
@media screen and (max-width: 640px) {
  .calculateur-container .calculateur-step .calculateur-step-title {
    font-size: 30px;
  }
}
.calculateur-container .calculateur-step .calculateur-equipements {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1350px) {
  .calculateur-container .calculateur-step .calculateur-equipements {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .calculateur-container .calculateur-step .calculateur-equipements {
    grid-template-columns: repeat(2, 1fr);
  }
}
.calculateur-container .calculateur-step-adresse {
  color: #121E3A;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 18px;
  margin-top: -18px;
}
@media screen and (max-width: 640px) {
  .calculateur-container .calculateur-step-adresse {
    font-size: 14px;
  }
}
.calculateur-container .calculateur-step-instruction {
  font-size: 1.1rem;
  color: #121E3A;
  font-weight: 400;
  margin-bottom: 12px;
  margin-top: 40px;
}
.calculateur-container .calculateur-step-instruction strong {
  color: #121E3A;
  font-weight: 700;
}
.calculateur-container .calculateur-step-map {
  position: relative;
  width: 100%;
  margin: 0 auto 36px auto;
  border-radius: 18px;
  overflow: hidden;
}
.calculateur-container .calculateur-step-map .map {
  width: 100%;
  height: 370px;
  border-radius: 10px;
  display: block;
  background: #f3f4f6;
  box-shadow: 0 2px 12px #121E3A;
  /*border: 1px solid #e5e9f2;*/
}
.calculateur-container .calculateur-step-map .ol-popup {
  position: absolute;
  background: white;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  bottom: 12px;
  left: -50px;
  min-width: 200px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 20;
}
.calculateur-container .calculateur-step-map .ol-popup:after,
.calculateur-container .calculateur-step-map .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.calculateur-container .calculateur-step-map .ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.calculateur-container .calculateur-step-map .ol-popup:before {
  border-top-color: #ccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.calculateur-container .calculateur-adresse-form {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 32px;
  margin-top: 24px;
  max-width: 80%;
}
@media screen and (max-width: 1350px) {
  .calculateur-container .calculateur-adresse-form {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .calculateur-container .calculateur-adresse-form {
    max-width: 100%;
    flex-direction: column;
  }
}
.calculateur-container .calculateur-adresse-form .adresse-input-group {
  position: relative;
  flex: 1 1 0;
  display: flex;
  align-items: center;
  position: relative;
}
.calculateur-container .calculateur-adresse-form .adresse-input-group:before {
  content: "ꀓ";
  font-family: "terasolarIco" !important;
  position: absolute;
  color: #6E82AF;
  font-size: 1.5rem;
  z-index: 12;
  left: 2%;
}
.calculateur-container .calculateur-adresse-form .adresse-input-group .adresse-input {
  width: 100%;
  padding: 14px 18px 14px 48px;
  border-radius: 32px;
  border: none;
  background: #ffffff;
  font-size: 1.15rem;
  color: #222;
  box-shadow: 0 2px 8px rgba(18, 30, 58, 0.1);
  transition: box-shadow 0.2s, border 0.2s;
  outline: none;
  position: relative;
  z-index: 11;
}
.calculateur-container .calculateur-adresse-form .adresse-input-group .adresse-input::-webkit-input-placeholder {
  color: #6E82AF;
  opacity: 1;
  font-weight: 500;
}
.calculateur-container .calculateur-adresse-form .adresse-input-group .adresse-input::-moz-placeholder {
  color: #6E82AF;
  opacity: 1;
  font-weight: 500;
}
.calculateur-container .calculateur-adresse-form .adresse-input-group .adresse-input::-ms-input-placeholder {
  color: #6E82AF;
  opacity: 1;
  font-weight: 500;
}
.calculateur-container .calculateur-adresse-form .adresse-input-group .adresse-input::placeholder {
  color: #6E82AF;
  opacity: 1;
  font-weight: 500;
}
.calculateur-container .calculateur-adresse-form .adresse-input-group .adresse-input:focus {
  box-shadow: 0 -4px 16px rgba(18, 30, 58, 0.1);
}
.calculateur-container .calculateur-adresse-form .adresse-input-group .autocomplete-items {
  border-radius: 10px;
  padding-top: 25px;
  position: absolute;
  top: 23px;
  left: 0;
  right: 0;
  background: #fff;
  border: initial !important;
  z-index: 10;
  max-height: 250px;
  overflow-y: auto;
}
.calculateur-container .calculateur-adresse-form .adresse-input-group .autocomplete-items div {
  padding: 8px 12px;
  cursor: pointer;
}
.calculateur-container .calculateur-adresse-form .adresse-input-group .autocomplete-items div:hover {
  background: #e6f7ff;
}
.calculateur-container .calculateur-adresse-form .btn-adresse-valider {
  background: linear-gradient(90deg, #E62D2A 0%, #E8752E 100%);
  color: #ffffff;
  border: none;
  border-radius: 24px;
  font-weight: 700;
  font-size: 1rem;
  padding: 13px 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(18, 30, 58, 0.1);
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
}
.calculateur-container .calculateur-adresse-form .btn-adresse-valider .arrow {
  font-size: 1.1em;
  position: relative;
}
.calculateur-container .calculateur-adresse-form .btn-adresse-valider .arrow::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/assets/images/terasolar/fleche-droite.svg") no-repeat center/contain;
}
.calculateur-container .calculateur-adresse-form .btn-adresse-valider .arrow::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/assets/images/terasolar/sep.svg") no-repeat center/contain;
}
.calculateur-container .calculateur-adresse-form .btn-adresse-valider:hover, .calculateur-container .calculateur-adresse-form .btn-adresse-valider:focus {
  background: linear-gradient(90deg, #ff3a36 0%, #ff9a3c 100%);
  box-shadow: 0 6px 24px rgba(18, 30, 58, 0.18);
  transform: translateY(-2px) scale(1.03);
  color: #ffffff;
}
.calculateur-container .calculateur-coordonnees-form {
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 32px;
  max-width: 100%;
}
.calculateur-container .calculateur-coordonnees-form .condition {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.calculateur-container .calculateur-coordonnees-form .calculateur-coordonnees-row {
  display: flex;
  gap: 24px;
}
.calculateur-container .calculateur-coordonnees-form .calculateur-coordonnees-row:not(:first-child) {
  margin-top: 0;
}
.calculateur-container .calculateur-coordonnees-form .calculateur-coordonnees-row:nth-child(n+2) {
  flex-direction: column;
  gap: 0;
}
.calculateur-container .calculateur-coordonnees-form .calculateur-coordonnees-row .txtTelephone.is-focus {
  border: none !important;
}
.calculateur-container .calculateur-coordonnees-form .calculateur-coordonnees-row .txtTelephone .iti {
  width: 100% !important;
}
.calculateur-container .calculateur-coordonnees-form .calculateur-coordonnees-row .txtTelephone .iti input.iti__tel-input,
.calculateur-container .calculateur-coordonnees-form .calculateur-coordonnees-row .txtTelephone .iti input.iti__tel-input[type=text],
.calculateur-container .calculateur-coordonnees-form .calculateur-coordonnees-row .txtTelephone .iti input.iti__tel-input[type=tel] {
  background: #ffffff !important;
  color: #121E3A !important;
}
.calculateur-container .calculateur-coordonnees-form .calculateur-coordonnees-row .txtTelephone .iti .iti__country-container button[type=button]:hover {
  border: none !important;
  background: #ffffff !important;
  border-radius: 20px;
}
.calculateur-container .calculateur-coordonnees-form .calculateur-coordonnees-row .txtTelephone .iti .iti__country-container button[type=button] .iti__selected-country-primary:hover {
  border: none !important;
  background: none !important;
  border-radius: 20px;
}
.calculateur-container .calculateur-coordonnees-form .calculateur-input {
  flex: 1 1 0;
  padding: 18px 28px;
  border-radius: 32px;
  border: none;
  background: #ffffff;
  font-size: 15px;
  color: #121E3A;
  outline: none;
  font-family: "PoppinsRegular";
}
.calculateur-container .calculateur-coordonnees-form .calculateur-input::-webkit-input-placeholder {
  color: #6E82AF;
  opacity: 1;
  font-weight: 500;
}
.calculateur-container .calculateur-coordonnees-form .calculateur-input::-moz-placeholder {
  color: #6E82AF;
  opacity: 1;
  font-weight: 500;
}
.calculateur-container .calculateur-coordonnees-form .calculateur-input::-ms-input-placeholder {
  color: #6E82AF;
  opacity: 1;
  font-weight: 500;
}
.calculateur-container .calculateur-coordonnees-form .calculateur-input::placeholder {
  color: #6E82AF;
  opacity: 1;
  font-weight: 500;
}
.calculateur-container .calculateur-coordonnees-form .calculateur-input:focus {
  box-shadow: 0 4px 16px rgba(18, 30, 58, 0.1);
  /*border: 1.5px solid $blue-dark;*/
}
.calculateur-container .calculateur-coordonnees-form .condition .Form-field label, .calculateur-container .calculateur-coordonnees-form .condition .Form-field a, .calculateur-container .calculateur-coordonnees-form .condition .Form-field span {
  color: #121E3A !important;
  font-size: 14px;
}
.calculateur-container .calculateur-coordonnees-form .condition .Form-field label::before, .calculateur-container .calculateur-coordonnees-form .condition .Form-field label::after {
  border: initial !important;
  background: #ffffff;
}
.calculateur-container .calculateur-coordonnees-form .condition .Form-field input[type=checkbox]:checked + label:after {
  font-family: "boonIco";
  content: "\e978";
  color: #292929;
  background: none;
  font-size: 1.2rem;
  top: -12px;
  left: 1px;
}

.equip-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 160px;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s, box-shadow 0.2s;
  border-radius: 10px;
}
.equip-card-picto {
  margin-bottom: 12px;
  color: #E62D2A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  line-height: 1;
}
.equip-card-picto img {
  width: 48px;
  height: 48px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  -webkit-filter: linear-gradient(90deg, #E62D2A 0%, #E8752E 100%);
          filter: linear-gradient(90deg, #E62D2A 0%, #E8752E 100%);
}
.equip-card-picto:hover, .equip-card-picto.selected {
  box-shadow: 0 4px 16px rgba(18, 30, 58, 0.18);
}
.equip-card .equip-card-picto {
  background: #F1F2F7;
  width: 100%;
  max-height: 150px;
  height: 150px;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .equip-card .equip-card-picto {
    height: 120px;
  }
}
.equip-card:hover, .equip-card.selected .equip-card-picto {
  color: #343434;
}
.equip-card:hover .choix-ico::before, .equip-card.selected .equip-card-picto .choix-ico::before {
  background: linear-gradient(90deg, #E62D2A 0%, #E8752E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.equip-card:not(.selected) .equip-card-picto {
  color: #121E3A;
}
.equip-card .equip-card-label {
  color: #121E3A;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: auto;
  margin-right: auto;
}
.equip-card .equip-card-check {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e5e9f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #f43f5e;
  transition: background 0.2s, color 0.2s;
}
@media screen and (max-width: 640px) {
  .equip-card .equip-card-check {
    width: 15px;
    height: 15px;
  }
}
.equip-card .equip-card-check::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("/assets/images/terasolar/check.svg") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.2s;
}
.equip-card.selected .equip-card-check {
  background: linear-gradient(90deg, #E62D2A 0%, #E8752E 100%);
  color: #ffffff;
}
.equip-card.selected .equip-card-check::after {
  opacity: 1;
}

.calculateur-facture-options {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 32px;
}

.facture-option {
  background: #ffffff;
  border: 2px solid #e5e9f2;
  border-radius: 14px;
  padding: 22px 28px 18px 28px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.0666666667);
  outline: none;
  opacity: 0.8;
}
.facture-option .facture-option-title {
  color: #121E3A;
  font-size: 16px;
  margin-bottom: 2px;
  font-family: "PoppinsBold";
}
.facture-option .facture-option-desc {
  color: #6E82AF;
  font-size: 1rem;
  font-weight: 500;
}
.facture-option .facture-option-check {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #e5e9f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #E62D2A;
  transition: background 0.2s, color 0.2s;
}
.facture-option .facture-option-check::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("/assets/images/terasolar/check.svg") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.2s;
}
.facture-option:hover, .facture-option:focus {
  border-color: #E62D2A;
  background: #f9fafb;
}
.facture-option.selected {
  border-color: #E62D2A;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(244, 63, 94, 0.1333333333);
  opacity: 1;
}
.facture-option.selected .facture-option-check {
  background: linear-gradient(90deg, #E62D2A 0%, #E8752E 100%);
  color: #ffffff;
}
.facture-option.selected .facture-option-check::after {
  opacity: 1;
}

.btn {
  display: inline-block;
  background: #ffffff !important;
  color: #000000 !important;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: 0.3s all ease-out;
}
.btn:hover {
  background: #E5E9F2;
  color: #222;
}

.btn-commencer,
input[type=submit].btn-commencer {
  background: linear-gradient(90deg, #E62D2A 0%, #E8752E 100%) !important;
  color: #ffffff !important;
  padding: 12px 32px !important;
  cursor: pointer !important;
  border: none !important;
  border-radius: 24px !important;
  font-weight: bold !important;
  font-size: 1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.btn-commencer:hover, .btn-commencer:focus,
input[type=submit].btn-commencer:hover,
input[type=submit].btn-commencer:focus {
  color: #ffffff;
}
.btn-commencer .arrow,
input[type=submit].btn-commencer .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
}
.btn-commencer .arrow::after,
input[type=submit].btn-commencer .arrow::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/assets/images/terasolar/fleche-droite.svg") no-repeat center/contain;
}
.btn-commencer .arrow::before,
input[type=submit].btn-commencer .arrow::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/assets/images/terasolar/sep.svg") no-repeat center/contain;
  margin-left: 8px;
}

.calculateur-step#etape-fin, .calculateur-step#batt-etape-fin {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.calculateur-step#etape-fin .calculateur-fin-container, .calculateur-step#batt-etape-fin .calculateur-fin-container {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(18, 30, 58, 0.08);
  padding: 48px 48px 32px 48px;
  width: 100%;
  margin: 0 auto 32px auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 600px) {
  .calculateur-step#etape-fin .calculateur-fin-container, .calculateur-step#batt-etape-fin .calculateur-fin-container {
    flex-direction: column;
    padding: 32px 12px;
    gap: 16px;
  }
}
.calculateur-step#etape-fin .calculateur-fin-check, .calculateur-step#batt-etape-fin .calculateur-fin-check {
  position: absolute;
  top: -32px;
  left: -32px;
  background: transparent;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calculateur-step#etape-fin .calculateur-fin-check svg, .calculateur-step#batt-etape-fin .calculateur-fin-check svg {
  display: block;
}
.calculateur-step#etape-fin .calculateur-fin-check svg circle, .calculateur-step#batt-etape-fin .calculateur-fin-check svg circle {
  fill: #7A86D0;
}
.calculateur-step#etape-fin .calculateur-fin-content, .calculateur-step#batt-etape-fin .calculateur-fin-content {
  margin-left: 80px;
}
@media (max-width: 600px) {
  .calculateur-step#etape-fin .calculateur-fin-content, .calculateur-step#batt-etape-fin .calculateur-fin-content {
    margin-left: 0;
  }
}
.calculateur-step#etape-fin .calculateur-fin-title, .calculateur-step#batt-etape-fin .calculateur-fin-title {
  color: #121E3A;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 18px;
  line-height: 1.1;
}
.calculateur-step#etape-fin .calculateur-fin-desc, .calculateur-step#batt-etape-fin .calculateur-fin-desc {
  color: #222;
  font-size: 1.25rem;
  margin-bottom: 18px;
}
.calculateur-step#etape-fin .calculateur-fin-desc strong, .calculateur-step#batt-etape-fin .calculateur-fin-desc strong {
  color: #121E3A;
  font-weight: 700;
}
.calculateur-step#etape-fin .calculateur-fin-signature, .calculateur-step#batt-etape-fin .calculateur-fin-signature {
  color: #6E82AF;
  font-size: 1.1rem;
  margin-bottom: 0;
  font-style: italic;
}
.calculateur-step#etape-fin .btn-retour-site, .calculateur-step#batt-etape-fin .btn-retour-site {
  text-decoration: none;
  text-align: center;
  background: linear-gradient(90deg, #E62D2A 0%, #E8752E 100%);
  color: #ffffff;
  display: inline-block;
  padding: 10px 25px;
  transition: 0.3s all ease-out;
  border: 0px;
  font-size: 14px;
  border: 1px solid linear-gradient(90deg, #E62D2A 0%, #E8752E 100%);
  border-radius: 50px;
  font-family: "PoppinsBold";
  cursor: pointer;
  display: flex;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.calculateur-step#etape-fin .btn-retour-site:hover, .calculateur-step#batt-etape-fin .btn-retour-site:hover {
  background: linear-gradient(90deg, #C62828 0%, #FF8A65 100%);
}
.calculateur-step#etape-fin .btn-retour-site .arrow-top, .calculateur-step#batt-etape-fin .btn-retour-site .arrow-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.calculateur-step#etape-fin .btn-retour-site .arrow-top::after, .calculateur-step#batt-etape-fin .btn-retour-site .arrow-top::after {
  content: "ꀉ";
  font-family: "terasolarIco" !important;
  display: inline-block;
  font-size: 10px;
}
.calculateur-step#etape-fin .btn-retour-site .arrow-top::before, .calculateur-step#batt-etape-fin .btn-retour-site .arrow-top::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/assets/images/terasolar/sep.svg") no-repeat center/contain;
  margin-left: 8px;
}

.map-loader {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(18, 30, 58, 0.92);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* display: flex;*/
}

.map-loader-title {
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 16px;
  text-align: center;
}

.map-loader-bar-container {
  width: 200px;
  height: 16px;
  background: #eee;
  border-radius: 8px;
  overflow: hidden;
}

.map-loader-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #E62D2A 0%, #E8752E 100%);
  transition: width 0.2s;
}

.map-loader-percent {
  color: #ffffff;
  margin-top: 12px;
  font-size: 1.2rem;
}
