.elementor-58546 .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-58546 .elementor-element.elementor-element-256c026{text-align:center;}.elementor-58546 .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-58546 .elementor-element.elementor-element-ea2cbe0{--divider-border-style:solid;--divider-color:#BEBEBE3B;--divider-border-width:1px;}.elementor-58546 .elementor-element.elementor-element-ea2cbe0 .elementor-divider-separator{width:100%;}.elementor-58546 .elementor-element.elementor-element-ea2cbe0 .elementor-divider{padding-block-start:2px;padding-block-end:2px;}.elementor-58546 .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-58546 .elementor-element.elementor-element-2d8712d{width:17%;}.elementor-58546 .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 {
  --red: #c21b17;
  --dark-red: #a91613;
  --soft-red: #fff1f0;

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

  --border: #d9dee7;
  --light-border: #eaecf0;
}


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

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


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

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

.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.done span {
  border-color: var(--red);
  color: var(--red);
}

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

.health-step p {
  margin: 8px 0 0;
  color: #475467;
  font-size: 13px;
}

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

.health-line {
  width: 220px;
  margin-top: 21px;
  border-top: 2px solid #d0d5dd;
}


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

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

.health-result-title > span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 14px;
  font-weight: 800;
}

.health-result-title h1 {
  margin: 0 0 8px;
  font-size: 30px;
}

.health-result-title p {
  margin: 0;
  color: #475467;
  font-size: 15px;
}


/* ===============================
   RÉCAP
================================ */

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

  margin-bottom: 24px;

  overflow: hidden;

  border: 1px solid var(--border);
  border-radius: 8px;

  background: #fff;
}

.summary-item {
  min-height: 86px;

  display: grid;
  grid-template-columns: 44px 1fr;

  gap: 12px;

  align-items: center;

  padding: 18px 20px;

  border-right: 1px solid var(--border);
}

.summary-item:last-child {
  border-right: 0;
}

.summary-icon {
  width: 40px;
  height: 40px;

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

  color: var(--red);
  background: #fff;
}

.summary-icon svg {
  width: 25px;
  height: 25px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.summary-item > div > span {
  display: block;

  margin-bottom: 5px;

  color: var(--muted);

  font-size: 12px;
}

.summary-item strong {
  color: var(--text);
  font-size: 14px;
}


/* ===============================
   HEADINGS
================================ */

.section-heading {
  margin-bottom: 14px;
}

.section-heading h2 {
  margin: 0 0 4px;
  font-size: 22px;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}


/* ===============================
   FORMULES
================================ */

.formulas-section {
  margin-bottom: 20px;
}

.formula-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.formula-card {
  min-height: 400px;

  display: flex;
  flex-direction: column;

  padding: 24px 18px 18px;

  border: 1px solid var(--border);
  border-radius: 9px;

  background: #fff;
}

.formula-card.selected {
  border-color: var(--red);
  background: #fffafa;
}

/* PAS D'ICÔNES DANS LES FORMULES */

.formula-card h3 {
  margin: 6px 0 6px;

  color: var(--text);

  text-align: center;

  font-size: 18px;
}

.formula-subtitle {
  min-height: 34px;

  margin: 0 0 18px;

  color: var(--muted);

  text-align: center;

  font-size: 12px;
  line-height: 1.4;
}

.formula-price {
  margin-bottom: 20px;
  text-align: center;
}

.formula-price > span {
  display: block;

  margin-bottom: 4px;

  color: var(--muted);

  font-size: 12px;
}

.formula-price strong {
  color: var(--red);
  font-size: 34px;
}

.formula-price small {
  margin-left: 4px;

  color: var(--red);

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

.formula-card ul {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.formula-card li {
  position: relative;

  margin-bottom: 10px;

  padding-left: 22px;

  color: #344054;

  font-size: 12px;
  line-height: 1.4;
}

.formula-card li::before {
  content: "✓";

  position: absolute;
  left: 0;

  color: var(--red);

  font-weight: 900;
}

.formula-select {
  width: 100%;
  min-height: 44px;

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

  gap: 10px;

  margin-top: auto;

  border: 0;
  background: transparent;

  color: var(--text);

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

  cursor: pointer;
}

.formula-select.active {
  color: var(--red);
}

.formula-radio {
  width: 17px;
  height: 17px;

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

  background: #fff;
}

.formula-select.active .formula-radio {
  border: 5px solid var(--red);
}


/* ===============================
   OPTIONS
================================ */

.options-section {
  padding: 18px;

  border: 1px solid var(--border);
  border-radius: 9px;

  background: #fff;
}

.options-list {
  overflow: hidden;

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

.option-row {
  min-height: 68px;

  display: grid;

  grid-template-columns:
    48px
    minmax(330px, 1.3fr)
    minmax(280px, .8fr);

  gap: 16px;

  align-items: center;

  padding: 12px 18px;

  border-bottom: 1px solid var(--light-border);
}

.option-row:last-child {
  border-bottom: 0;
}

.option-icon {
  width: 42px;
  height: 42px;

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

  border: 1px solid #f0d0ce;
  border-radius: 8px;

  background: #fff;

  color: var(--red);
}

.option-icon svg {
  width: 25px;
  height: 25px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.option-copy strong {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
}

.option-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.option-control {
  display: flex;
  align-items: center;
  gap: 14px;

  cursor: pointer;
}

.option-control input {
  position: absolute;
  opacity: 0;
}

.custom-checkbox {
  width: 20px;
  height: 20px;

  flex: 0 0 20px;

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

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

  background: #fff;
}

.option-control input:checked + .custom-checkbox {
  border-color: var(--red);
  background: var(--red);
}

.option-control input:checked + .custom-checkbox::after {
  content: "✓";
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.option-note {
  color: var(--muted);
  font-size: 12px;
}


/* Verrouillées */

.option-row.locked {
  background: #fafafa;
}

.locked-control {
  cursor: default;
}

.locked-box {
  border-color: #98a2b3;
  background: #98a2b3;
}

.locked-box::after {
  content: "✓";

  color: #fff;

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


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

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

  margin-top: 24px;
}

.back-link {
  color: var(--red);
  font-size: 14px;
  font-weight: 800;
}

.health-primary-btn {
  min-width: 260px;
  height: 48px;

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

  gap: 16px;

  border: 0;
  border-radius: 6px;

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

  color: #fff;

  font-size: 15px;
  font-weight: 800;

  cursor: pointer;
}/* End custom CSS */