#estimation4etapesWrapper {
  font-family: "Poppins", sans-serif;
  color: #262334;
  display: flex;
  flex-direction: row;
  min-height: 700px;
  box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
  #estimation4etapesWrapper {
    flex-direction: column;
    background: #f4f2fb;
    width: 100%;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
    min-height: 100vh;
  }
}

#estimation4etapesSidebar {
  width: 33.333%;
  min-width: 33.333%;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
  #estimation4etapesSidebar {
    display: none;
  }
}

.e4-sidebar-logo {
  margin-bottom: 24px;
}

.e4-logo-text {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #2500B8;
}

.e4-logo-dot {
  color: #82FF8F;
}

.e4-sidebar-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 130%;
  margin: 0 0 12px 0;
}
.e4-sidebar-title .stabilo {
  background: #82FF8F;
  padding: 0 6px;
  border-radius: 4px;
}

.e4-sidebar-desc {
  font-size: 14px;
  line-height: 150%;
  color: #000;
  margin: 0 0 40px 0 !important;
}

.e4-sidebar-steps {
  display: flex;
  flex-direction: column;
}

.e4-sidebar-step {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}
.e4-sidebar-step:last-child .e4-step-line {
  display: none;
}
.e4-sidebar-step .e4-step-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #B0B2BA;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  flex-shrink: 0;
}
.e4-sidebar-step .e4-step-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #B0B2BA;
}
.e4-sidebar-step .e4-step-check {
  display: none;
}
.e4-sidebar-step .e4-step-label {
  font-size: 18px;
  font-weight: 400;
  color: #787B89;
  padding-top: 2px;
}
.e4-sidebar-step.active .e4-step-circle {
  border-color: #2500B8;
  background: #2500B8;
}
.e4-sidebar-step.active .e4-step-dot {
  background: white;
}
.e4-sidebar-step.active .e4-step-label {
  color: #262334;
  font-weight: 600;
}
.e4-sidebar-step.active .e4-step-line {
  background: #2500B8;
}
.e4-sidebar-step.completed .e4-step-circle {
  border-color: #2500B8;
  background: #2500B8;
}
.e4-sidebar-step.completed .e4-step-dot {
  display: none;
}
.e4-sidebar-step.completed .e4-step-check {
  display: block;
}
.e4-sidebar-step.completed .e4-step-line {
  background: #2500B8;
}
.e4-sidebar-step.completed .e4-step-label {
  color: #262334;
}

.e4-step-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.e4-step-line {
  width: 2px;
  height: 65px;
  background: #B0B2BA;
}

#estimation4etapesContent {
  position: relative;
  min-height: 100vh;
  flex: 1;
  padding: 40px 60px;
  box-sizing: border-box;
  background: #f4f2fb;
}
#estimation4etapesContent::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 66.66vw;
  background: #f4f2fb;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  #estimation4etapesContent {
    padding: 0 16px 100px 16px;
    width: 100%;
    box-sizing: border-box;
  }
  #estimation4etapesContent::after {
    display: none;
  }
}

.e4-page {
  display: none;
}
.e4-page.active {
  display: block;
}
.e4-page.disable {
  display: none;
}

.e4-mobile-header {
  display: none;
}
@media only screen and (max-width: 992px) {
  .e4-mobile-header {
    background: #FFFFFF;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px 0 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
  }
  .e4-mobile-header .e4-logo-text {
    font-size: 18px;
  }
}

.e4-mobile-step-title {
  font-size: 20px;
  font-weight: 600;
  margin: 8px 0 12px 0;
}

.e4-mobile-progress {
  height: 6px;
  background: #E9E8EC;
  border-radius: 2px;
  overflow: hidden;
  margin-left: -16px;
  margin-right: -16px;
}

.e4-mobile-bar {
  height: 100%;
  background: #2500B8;
  border-radius: 2px;
  transition: width 0.3s;
}

.e4-page-body h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  margin: 24px 0 12px 0;
}
@media only screen and (max-width: 992px) {
  .e4-page-body h4 {
    font-size: 18px;
  }
}
.e4-page-body h4:first-child {
  margin-top: 0;
}

.e4-alt {
  margin: -8px 0 8px 0 !important;
  font-size: 13px;
  color: #787B89;
}

.e4-address-box {
  background: #F5F5F7;
  border: 1px solid #E9E8EC;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 16px;
  color: #262334;
  margin-bottom: 40px;
  height: 56px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .e4-address-box {
    margin-bottom: 30px;
  }
}

.e4-hidden {
  display: none;
}

.e4-type-wrapper {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 40px;
}
.e4-type-wrapper.e4-type-error {
  outline: 2px solid #dc3545;
  border-radius: 10px;
}
@media only screen and (max-width: 992px) {
  .e4-type-wrapper {
    display: flex;
    gap: 8px;
    margin-bottom: 30px;
  }
  .e4-type-wrapper .e4-type-card {
    flex: 1 1 calc(50% - 4px);
    max-width: calc(50% - 4px);
  }
}

.e4-type-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 36px;
  border: 1.5px solid #B0B2BA;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
  color: black;
  min-width: 120px;
  background: #FFFFFF;
}
@media only screen and (max-width: 992px) {
  .e4-type-card h4 {
    font-size: 16px;
  }
}
.e4-type-card svg {
  fill: #787B89;
  margin-bottom: 8px;
}
.e4-type-card p {
  margin: 0;
  font-size: 16px;
}
.e4-type-card:hover {
  border-color: #2500B8;
  background: transparent;
}
@media only screen and (max-width: 992px) {
  .e4-type-card {
    padding: 20px 24px;
    min-width: 100px;
  }
  .e4-type-card svg {
    width: 36px;
    height: 36px;
  }
  .e4-type-card p {
    font-size: 14px;
  }
}

input.e4-hidden:checked + .e4-type-card {
  border-color: #2500B8;
  background: #E4E6F9;
  color: #2500B8;
}
input.e4-hidden:checked + .e4-type-card svg {
  fill: #2500B8;
}

.e4-surface-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 16px;
}
.e4-surface-row.disable {
  display: none;
}
.e4-surface-row.active {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .e4-surface-row {
    flex-direction: column;
    gap: 12px;
  }
}

.e4-input-group {
  flex: 1;
}
.e4-input-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #262334;
}

.e4-input-suffix {
  display: flex;
  align-items: center;
  height: 56px;
  border: 1.5px solid #B0B2BA;
  border-radius: 8px;
  overflow: hidden;
  background: #FFFFFF;
}
.e4-input-suffix.e4-input-error {
  border-color: #dc3545;
}
.e4-input-suffix input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 14px;
  font-size: 16px;
  height: 100%;
  font-family: "Poppins", sans-serif;
  background: transparent;
  -moz-appearance: textfield;
}
.e4-input-suffix input::-webkit-outer-spin-button, .e4-input-suffix input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.e4-input-suffix span {
  padding: 0 14px;
  background: #F5F5F7;
  font-size: 14px;
  color: #787B89;
  border-left: 1.5px solid #B0B2BA;
  height: 100%;
  display: flex;
  align-items: center;
}

.e4-input-error {
  border-color: #dc3545 !important;
}

.e4-counter-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media only screen and (max-width: 992px) {
  .e4-counter-row {
    grid-template-columns: 1fr;
  }
}

.e4-counter-group {
  flex: 1;
  max-width: 280px;
}
@media only screen and (max-width: 992px) {
  .e4-counter-group {
    max-width: 100% !important;
  }
}

.e4-counter {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  height: 56px;
}
.e4-counter span {
  flex: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1.5px solid #B0B2BA;
  border-bottom: 1.5px solid #B0B2BA;
  user-select: none;
}

.e4-counter-wide span {
  min-width: 100px;
}

.e4-counter-btn {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border: 1.5px solid #2500B8 !important;
  background: #FFFFFF !important;
  font-size: 22px !important;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  color: #2500B8;
}
.e4-counter-btn:first-child {
  border-radius: 8px 0 0 8px;
}
.e4-counter-btn:last-child {
  border-radius: 0 8px 8px 0;
}
.e4-counter-btn:hover {
  background: #F5F5F7;
}
.e4-counter-btn.btnDisable {
  color: #B0B2BA;
  cursor: not-allowed;
  pointer-events: none;
}
.e4-counter-btn.btnActive {
  color: #2500B8;
  border-color: #2500B8;
}

.disable {
  display: none !important;
}

.e4-surface-row.active,
#e4NiveauxContainer.active,
#e4EtagesContainer.active {
  display: block !important;
}

.e4-surface-row.active {
  display: flex !important;
}

#e4NiveauxContainer.active .e4-counter,
#e4EtagesContainer.active .e4-counter {
  display: flex;
}

.e4-checkboxes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media only screen and (max-width: 992px) {
  .e4-checkboxes-grid {
    grid-template-columns: 1fr;
  }
}

.e4-checkbox-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  height: 56px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s;
  user-select: none;
  background: white;
}
.e4-checkbox-item input {
  display: none;
}
.e4-checkbox-item .e4-cb-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 2px solid #B0B2BA;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.e4-checkbox-item .e4-cb-icon::after {
  content: "";
  display: none;
}
.e4-checkbox-item:hover {
  border-color: #2500B8;
}
.e4-checkbox-item.checked {
  border: 1px solid #2500B8;
  background: #E4E6F9;
  color: #2500B8;
}
.e4-checkbox-item.checked .e4-cb-icon {
  border-color: #2500B8;
  background: #2500B8;
}
.e4-checkbox-item.checked .e4-cb-icon::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-top: -2px;
}

.e4-radio-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.e4-radio-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 56px;
  border: 1.5px solid #B0B2BA;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s;
  user-select: none;
  background-color: white;
}
.e4-radio-card input {
  display: none;
}
.e4-radio-card span {
  white-space: nowrap;
}
.e4-radio-card:hover {
  border-color: #2500B8;
}
.e4-radio-card.selected {
  border-color: #2500B8;
  background: #E4E6F9;
  color: #2500B8;
  font-weight: 500;
  background-color: transparent;
}
.e4-radio-card.disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media only screen and (max-width: 992px) {
  .e4-radio-card {
    flex: 1;
    min-width: calc(50% - 8px);
    justify-content: center;
  }
}

.e4-radio-fullwidth {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
.e4-radio-fullwidth .e4-radio-card {
  flex: 1;
  justify-content: center;
}

.e4-projet-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media only screen and (max-width: 992px) {
  .e4-projet-row {
    grid-template-columns: 1fr;
  }
  .e4-projet-row .e4-radio-card {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 992px) {
  .e4-radio-fullwidth,
  .e4-radio-row {
    flex-wrap: wrap;
  }
  .e4-radio-fullwidth .e4-radio-card,
  .e4-radio-row .e4-radio-card {
    flex: 0 1 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}

.e4-civilite-row {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}
.e4-civilite-row .e4-radio-card {
  min-width: 120px;
}

.e4-coord-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .e4-coord-grid {
    grid-template-columns: 1fr;
  }
}

.e4-input, [type=text] {
  border: 1.5px solid #DDD !important;
  border-radius: 8px;
  padding: 0 14px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
  box-sizing: border-box;
  height: 56px;
}
.e4-input:focus, [type=text]:focus {
  border-color: #2500B8;
}
.e4-input.e4-input-error, [type=text].e4-input-error {
  border-color: #dc3545;
}

.e4-check-doc {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  align-items: flex-start;
}
.e4-check-doc label {
  font-size: 11px;
  line-height: 150%;
  color: #787B89;
}
.e4-check-doc a {
  color: #2500B8;
  text-decoration: underline;
}

.e4-checkbox-rgpd {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  accent-color: #2500B8;
}

.e4-btn-container {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 32px;
  justify-content: flex-start;
}
.e4-btn-container.e4-btn-right {
  justify-content: flex-end;
}
.e4-btn-container.e4-btn-spread {
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .e4-btn-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    background: #FFFFFF;
    border-top: 1px solid #B0B2BA;
    padding: 12px 16px;
    margin: 0;
    z-index: 500;
    box-sizing: border-box;
  }
  .e4-btn-container button {
    font-size: 16px !important;
    padding: 12px 14px !important;
  }
  .e4-btn-container.e4-btn-right {
    background-color: #FFFFFF;
  }
  .e4-btn-container.e4-btn-right, .e4-btn-container.e4-btn-spread {
    justify-content: center;
  }
}

.e4-btn-prev,
.e4-btn-next,
.e4-btn-disabled {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  padding: 12px 40px;
  cursor: pointer;
  transition: all 0.2s;
  border: 1.5px solid #B0B2BA;
  white-space: nowrap;
}
@media only screen and (max-width: 992px) {
  .e4-btn-prev,
  .e4-btn-next,
  .e4-btn-disabled {
    padding: 12px 24px;
    font-size: 15px;
  }
}

.e4-btn-prev {
  background: #FFFFFF !important;
  color: #2500B8 !important;
  border-color: #2500B8 !important;
}
.e4-btn-prev:hover, .e4-btn-prev:focus {
  background: #E4E6F9 !important;
  color: #2500B8 !important;
}

.e4-btn-next {
  background: #2500B8;
  color: #FFFFFF;
  border-color: #2500B8;
}
.e4-btn-next:hover, .e4-btn-next:focus {
  background-color: #FFFFFF !important;
  color: #2500B8;
}

.e4-btn-disabled {
  background: #E9E8EC;
  color: #B0B2BA;
  border-color: #B0B2BA;
  cursor: not-allowed;
}

.e4-btn-submit {
  background: #2500B8;
  color: #FFFFFF;
}

.e4-error-msg {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b00020;
  border-radius: 4px;
  padding: 10px 14px;
  font-size: 14px;
  margin-top: 16px;
  text-align: center;
}

.container4etapes {
  display: none;
}

body.estimation-4etapes-active html, body.estimation-4etapes-active body {
  height: 100%;
}
body.estimation-4etapes-active .container4etapes {
  display: flex;
}
body.estimation-4etapes-active .FormComplet, body.estimation-4etapes-active header {
  display: none !important;
}
body.estimation-4etapes-active .e-parent {
  max-width: 1140px;
  margin: 0 auto;
}
body.estimation-4etapes-active .bg-green:before {
  width: 84px;
  height: 46px;
}
body.estimation-4etapes-active .e4-counter span {
  background: white;
  border-top: 0;
  border-bottom: 0;
}
body.estimation-4etapes-active button:focus,
body.estimation-4etapes-active button:hover,
body.estimation-4etapes-active [type=button]:focus,
body.estimation-4etapes-active [type=button]:hover,
body.estimation-4etapes-active [type=submit]:focus,
body.estimation-4etapes-active [type=submit]:hover {
  background-color: inherit;
}
body.estimation-4etapes-active label[for] {
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  body.estimation-4etapes-active .container4etapes {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}
body.estimation-4etapes-active #e4BtnSubmit {
  background: #82FF8F !important;
  border-color: #82FF8F !important;
  color: black;
  font-weight: 600;
}
body.estimation-4etapes-active #e4BtnSubmit:hover {
  background: #00E553 !important;
  border-color: #00E553 !important;
}
body.estimation-4etapes-active .e4-input.e4-input-error {
  border-color: red !important;
}
body.estimation-4etapes-active .iti .e4-input.e4-input-error[type=tel] {
  border-color: red !important;
}

/*# sourceMappingURL=estimation4etapes.css.map */
