.elementor-58533 .elementor-element.elementor-element-2d8712d > .elementor-element-populated{border-style:solid;border-width:0px 1px 0px 0px;border-color:#BDBDBD4D;padding:30px 0px 0px 0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-58533 .elementor-element.elementor-element-256c026{text-align:center;}.elementor-58533 .elementor-element.elementor-element-256c026 img{width:70%;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-58533 .elementor-element.elementor-element-ea2cbe0{--divider-border-style:solid;--divider-color:#BEBEBE3B;--divider-border-width:1px;}.elementor-58533 .elementor-element.elementor-element-ea2cbe0 .elementor-divider-separator{width:100%;}.elementor-58533 .elementor-element.elementor-element-ea2cbe0 .elementor-divider{padding-block-start:2px;padding-block-end:2px;}.elementor-58533 .elementor-element.elementor-element-3ca0172{width:var( --container-widget-width, 96.944% );max-width:96.944%;--container-widget-width:96.944%;--container-widget-flex-grow:0;}@media(min-width:768px){.elementor-58533 .elementor-element.elementor-element-2d8712d{width:17%;}.elementor-58533 .elementor-element.elementor-element-61582b7{width:83%;}}/* Start custom CSS for html, class: .elementor-element-25071cf */.sidebar {
  width: 310px;
  min-height: 100vh;
  padding: 36px 18px 28px;
  background: #fff;
  font-family: Arial, Roboto, sans-serif;
  color: #101828;
  display: flex;
  flex-direction: column;
}

.sidebar-header {
  padding: 0 20px 36px;
}

.sidebar-header h1 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 800;
}

.sidebar-header p {
  margin: 0;
  font-size: 15px;
  color: #344054;
}

.sidebar-section {
  margin-bottom: 42px;
}

.sidebar-section h2 {
  margin: 0 0 16px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #667085;
}

.sidebar-item {
  position: relative;
  min-height: 54px;
  padding: 0 14px 0 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 4px;
  color: #344054;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.sidebar-item .icon {
  width: 24px;
  font-size: 22px;
  color: #667085;
  text-align: center;
}

.sidebar-item.active {
  background: #fff1f0;
  color: #c21b17;
  font-weight: 800;
}

.sidebar-item.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 4px;
  height: 36px;
  border-radius: 0 4px 4px 0;
  background: #c21b17;
}

.sidebar-item.active .icon {
  color: #c21b17;
}

.sidebar-item em {
  margin-left: auto;
  padding: 7px 10px;
  border-radius: 7px;
  background: #f2f4f7;
  color: #667085;
  font-style: normal;
  font-size: 12px;
  white-space: nowrap;
}

.sidebar-item.disabled {
  cursor: not-allowed;
}

.sidebar-footer {
  margin-top: auto;
  padding: 0 20px;
  font-size: 13px;
  color: #667085;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ca0172 */:root {
  --health-red: #c21b17;
  --health-red-dark: #a91613;
  --health-soft-red: #fff1f0;

  --health-text: #101828;
  --health-muted: #667085;

  --health-border: #d9dee7;
  --health-input-border: #aeb7c5;

  --health-blue: #1769d2;
  --health-blue-soft: #eff6ff;
}


/* ==========================================
   STRUCTURE
========================================== */

.health-main {
  width: 80%;
  margin: 0 auto;
  padding: 28px 0 34px;
  font-family: Arial, Roboto, sans-serif;
  color: var(--health-text);
}


/* ==========================================
   STEPPER
========================================== */

.health-stepper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 34px;
}

.health-step {
  min-width: 90px;
  text-align: center;
}

.health-step span {
  width: 42px;
  height: 42px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #cfd6e2;
  border-radius: 50%;

  background: #fff;

  color: #344054;
  font-weight: 800;
}

.health-step.active span {
  border-color: var(--health-red);
  background: var(--health-red);
  color: #fff;
}

.health-step p {
  margin: 8px 0 0;

  color: #475467;

  font-size: 13px;
}

.health-step.active p {
  color: var(--health-red);
  font-weight: 800;
}

.health-line {
  width: 220px;

  margin-top: 21px;

  border-top: 2px dashed #cfd6e2;
}


/* ==========================================
   TITRE
========================================== */

.health-title {
  margin-bottom: 20px;
}

.health-title h1 {
  margin: 0 0 9px;

  color: var(--health-text);

  font-size: 27px;
  letter-spacing: -0.02em;
}

.health-title p {
  margin: 0;

  color: #475467;

  font-size: 15px;
}


/* ==========================================
   CARDS
========================================== */

.health-card {
  margin-bottom: 14px;

  padding: 18px;

  border: 1px solid var(--health-border);
  border-radius: 7px;

  background: #fff;
}

.health-card h2 {
  margin: 0 0 16px;

  color: var(--health-text);

  font-size: 17px;
}

.health-card h3 {
  color: var(--health-text);
}


/* ==========================================
   LABELS
========================================== */

.health-main label {
  display: block;

  margin-bottom: 9px;

  color: #000;

  font-size: 13px;
  font-weight: 800;
}

.health-main sup {
  color: var(--health-red);
}


/* ==========================================
   DATE
========================================== */

.health-field-half {
  width: 42%;
}

.health-date-input {
  height: 44px;

  display: grid;
  grid-template-columns: 1fr 44px;
  align-items: center;

  overflow: hidden;

  border: 1px solid var(--health-input-border);
  border-radius: 5px;

  background: #fff;
}

.health-date-input input {
  width: 100%;
  height: 100%;

  padding: 0 13px;

  border: 0;
  outline: 0;

  background: transparent;

  color: var(--health-text);

  font-size: 14px;
  font-weight: 700;
}

.health-field-icon {
  width: 44px;
  height: 100%;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: var(--health-red);

  background: #fff;
}

.health-field-icon svg {
  width: 19px;
  height: 19px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;

  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ==========================================
   AIDE
========================================== */

.health-help {
  margin: 9px 0 0;

  color: var(--health-muted);

  font-size: 12px;
}


/* ==========================================
   CHOIX
========================================== */

.health-choice-row {
  display: grid;
  gap: 16px;
}

.health-choice-row.two {
  grid-template-columns: repeat(2, 1fr);
}

.health-choice-row.three {
  grid-template-columns: repeat(3, 1fr);
}

.health-choice {
  min-height: 46px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 12px;

  padding: 10px 16px;

  border: 1px solid var(--health-border);
  border-radius: 5px;

  background: #fff;

  color: var(--health-text);

  font-weight: 800;

  cursor: pointer;
}

.health-choice.active {
  border-color: var(--health-red);

  background: var(--health-soft-red);

  color: var(--health-red);
}

.health-radio {
  width: 15px;
  height: 15px;

  flex: 0 0 15px;

  border: 1px solid #cfd6e2;
  border-radius: 50%;

  background: #fff;
}

.health-choice.active .health-radio {
  border: 4px solid var(--health-red);
}


/* ==========================================
   INFO
========================================== */

.health-info-box {
  display: flex;
  align-items: center;

  gap: 11px;

  margin-bottom: 16px;

  padding: 11px 14px;

  border: 1px solid #b8d7ff;
  border-radius: 5px;

  background: var(--health-blue-soft);

  color: #2465b5;

  font-size: 13px;
}

.health-info-icon {
  width: 20px;
  height: 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 20px;

  border-radius: 50%;

  background: var(--health-blue);

  color: #fff;

  font-size: 12px;
  font-weight: 800;
}


/* ==========================================
   ASSURÉS
========================================== */

.insured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  margin-top: 10px;
}

.insured-person {
  padding: 0 20px;
}

.insured-person:first-child {
  padding-left: 8px;
}

.insured-person + .insured-person {
  border-left: 1px solid var(--health-border);
}

.insured-person h3 {
  margin: 0 0 15px;

  font-size: 15px;
}

.insured-person label {
  font-weight: 700;
}


/* ==========================================
   AJOUTS
========================================== */

.insured-add-actions {
  margin-top: 12px;

  padding-left: 8px;
}

.health-add-btn {
  min-height: 37px;

  display: inline-flex;
  align-items: center;

  gap: 9px;

  padding: 0 16px;

  border: 1px solid #cfd6e2;
  border-radius: 5px;

  background: #fff;

  color: #475467;

  font-size: 13px;
  font-weight: 700;

  cursor: pointer;
}

.health-add-btn:hover {
  border-color: var(--health-red);

  color: var(--health-red);
}

.health-add-btn span {
  font-size: 20px;
  font-weight: 400;
}

.dependent-add {
  margin-top: 18px;
}

.dependent-add h3 {
  margin: 0 0 10px;

  font-size: 15px;
}


/* ==========================================
   ACTIONS
========================================== */

.health-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-top: 20px;
}

.health-ghost-btn {
  min-width: 190px;
  height: 44px;

  padding: 0 22px;

  border: 1px solid var(--health-border);
  border-radius: 5px;

  background: #fff;

  color: #344054;

  font-weight: 800;

  cursor: pointer;
}

.health-primary-btn {
  min-width: 240px;
  height: 44px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 16px;

  padding: 0 28px;

  border: 0;
  border-radius: 5px;

  background: linear-gradient(
    180deg,
    #df1712,
    var(--health-red-dark)
  );

  color: #fff;

  font-weight: 800;

  cursor: pointer;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 1200px) {

  .health-main {
    width: 92%;
  }

  .insured-grid {
    grid-template-columns: repeat(2, 1fr);

    gap: 24px 0;
  }

  .insured-person:nth-child(3) {
    border-left: 0;
  }

  .health-field-half {
    width: 60%;
  }

}


@media (max-width: 760px) {

  .health-line {
    width: 90px;
  }

  .health-choice-row.two,
  .health-choice-row.three,
  .insured-grid {
    grid-template-columns: 1fr;
  }

  .health-field-half {
    width: 100%;
  }

  .insured-person {
    padding: 18px 0;

    border-left: 0 !important;
    border-bottom: 1px solid var(--health-border);
  }

  .insured-person:last-child {
    border-bottom: 0;
  }

  .health-actions {
    align-items: stretch;
    flex-direction: column;

    gap: 12px;
  }

  .health-primary-btn,
  .health-ghost-btn {
    width: 100%;
  }

}/* End custom CSS */