.elementor-1330 .elementor-element.elementor-element-4882cdb{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--border-radius:20px 20px 20px 20px;--padding-top:3px;--padding-bottom:3px;--padding-left:3px;--padding-right:3px;}.elementor-1330 .elementor-element.elementor-element-e0c2f67{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:15px 15px 15px 15px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-1330 .elementor-element.elementor-element-e0c2f67:not(.elementor-motion-effects-element-type-background), .elementor-1330 .elementor-element.elementor-element-e0c2f67 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#147B4B1A;}#elementor-popup-modal-1330{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1330 .dialog-message{width:800px;height:auto;padding:10px 10px 10px 10px;}#elementor-popup-modal-1330 .dialog-close-button{display:flex;top:3%;}#elementor-popup-modal-1330 .dialog-widget-content{border-radius:12px 12px 12px 12px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}body:not(.rtl) #elementor-popup-modal-1330 .dialog-close-button{right:3%;}body.rtl #elementor-popup-modal-1330 .dialog-close-button{left:3%;}/* Start custom CSS for html, class: .elementor-element-0618f68 */.epf-wrap {
  font-family: 'Poppins', sans-serif;
  background: #e8f2e8;
  border-radius: 20px;
  padding: 2rem 2.5rem 2.5rem;
  max-width: 720px;
  margin: 0 auto;
}

/* Progress */
.epf-progress-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.epf-dashes { display: flex; gap: 6px; }
.epf-dash {
  width: 36px; height: 6px;
  border-radius: 3px;
  background: #c0d4c0;
  transition: background 0.3s;
}
.epf-dash.epf-active { background: #147B4B; }
.epf-step-label {
  font-size: 0.85rem;
  font-weight: 500;
  color: #4a6a4a;
}

/* Steps */
.epf-step { display: none; }
.epf-step.epf-active {
  display: block;
  animation: epfSlide 0.3s ease;
}
@keyframes epfSlide {
  from { opacity: 0; transform: translateX(16px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* Header étape */
.epf-step-icon {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: #d0e8d0;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  margin: 0 auto 1.1rem;
}
.epf-title {
  font-size: 1.8rem;
  font-weight: 800;
  text-align: center;
  color: #0f2b1a;
  margin: 0 0 0.4rem;
  letter-spacing: -0.02em;
}
.epf-subtitle {
  text-align: center;
  color: #5a7a5a;
  font-size: 0.92rem;
  font-weight: 400;
  margin: 0 0 1.8rem;
}

/* Grille de cartes */
.epf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  margin-bottom: 1.8rem;
}
.epf-card {
  background: white;
  border: 2px solid transparent;
  border-radius: 16px;
  padding: 1.2rem;
  cursor: pointer;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  font-family: 'Poppins', sans-serif;
}
/* Survol : uniquement bordure + ombre, pas de changement de fond */
.epf-card:hover {
  background: white;
  border-color: #147B4B;
  box-shadow: 0 4px 16px rgba(20,123,75,0.12);
}
.epf-card.epf-selected {
  background: white;
  border-color: #147B4B;
  box-shadow: 0 4px 20px rgba(20,123,75,0.15);
}
.epf-icon {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.epf-card strong {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f2b1a;
  display: block;
}
.epf-card span {
  font-size: 0.8rem;
  color: #7a9a7a;
  line-height: 1.4;
  display: block;
}

/* Footer navigation */
.epf-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.epf-btn-back {
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  color: #4a6a4a;
  padding: 0.5rem 0;
  transition: color 0.2s;
}
.epf-btn-back:hover { color: #147B4B; background: none; }
.epf-btn-next {
  background: #147B4B;
  color: white;
  border: none;
  border-radius: 12px;
  padding: 0.8rem 1.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.epf-btn-next:hover:not(:disabled) {
  background: #0f5c38;
  transform: translateY(-1px);
}
.epf-btn-next:disabled {
  background: #b0c8b0;
  cursor: not-allowed;
  transform: none;
}

/* Responsive popup */
@media (max-width: 520px) {
  .epf-wrap { padding: 1.5rem 1.2rem; }
  .epf-grid { grid-template-columns: 1fr; }
  .epf-title { font-size: 1.4rem; }
}


/* ============================================
   PAGE RÉSULTATS
   ============================================ */

.epr-wrap {
  font-family: 'Poppins', sans-serif;
  max-width: 960px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 4rem;
}

/* Bandeau résumé */
.epr-summary {
  background: #147B4B;
  border-radius: 16px;
  padding: 1.5rem 1.8rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.epr-summary-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.epr-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex: 1;
}
.epr-chip {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 999px;
  padding: 0.35rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: white;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.epr-chip-emoji { font-size: 0.95rem; }
.epr-btn-modify {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 10px;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0.5rem 1.1rem;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}
.epr-btn-modify:hover { background: rgba(255,255,255,0.2); }

/* Loading */
.epr-loading {
  text-align: center;
  padding: 4rem 2rem;
  color: #5a7a5a;
}
.epr-spinner {
  width: 40px; height: 40px;
  border: 3px solid #c0d4c0;
  border-top-color: #147B4B;
  border-radius: 50%;
  margin: 0 auto 1rem;
  animation: eprSpin 0.8s linear infinite;
}
@keyframes eprSpin { to { transform: rotate(360deg); } }

/* Compteur */
.epr-count {
  font-size: 0.82rem;
  font-weight: 600;
  color: #4a6a4a;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1.2rem;
}

/* Grille résultats */
.epr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
  gap: 1.1rem;
}
.epr-card {
  background: white;
  border-radius: 16px;
  border: 2px solid transparent;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  animation: eprCardIn 0.35s ease backwards;
}
@keyframes eprCardIn {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
/* Survol : uniquement bordure + ombre + légère élévation, pas de fond */
.epr-card:hover {
  background: white;
  border-color: #147B4B;
  box-shadow: 0 8px 24px rgba(20,123,75,0.12);
  transform: translateY(-3px);
}
.epr-card-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.epr-card-body {
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
}
.epr-tag {
  display: inline-block;
  background: #e8f5ee;
  color: #147B4B;
  border-radius: 6px;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  align-self: flex-start;
  margin-bottom: 0.2rem;
}
.epr-card-title {
  font-weight: 700;
  font-size: 0.97rem;
  color: #0f2b1a;
  line-height: 1.35;
}
.epr-card-org {
  font-size: 0.8rem;
  color: #7a9a7a;
}
.epr-card-desc {
  font-size: 0.82rem;
  color: #4a6a4a;
  line-height: 1.5;
  flex: 1;
}
.epr-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e8f0e8;
  padding-top: 0.85rem;
  margin-top: 0.5rem;
}
.epr-amount {
  font-weight: 800;
  font-size: 0.92rem;
  color: #147B4B;
}
.epr-cta {
  font-size: 0.8rem;
  font-weight: 600;
  color: #147B4B;
}

/* État vide */
.epr-empty {
  text-align: center;
  padding: 4rem 2rem;
}
.epr-empty-icon { font-size: 3rem; margin-bottom: 1rem; }
.epr-empty h2 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #0f2b1a;
  margin-bottom: 0.5rem;
}
.epr-empty p {
  color: #7a9a7a;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

/* Responsive résultats */
@media (max-width: 600px) {
  .epr-summary { flex-direction: column; align-items: flex-start; }
  .epr-grid { grid-template-columns: 1fr; }
}/* End custom CSS */