.elementor-kit-6{--e-global-color-primary:#147B4B;--e-global-color-secondary:#059669;--e-global-color-text:#153727;--e-global-color-accent:#FFCC00;--e-global-color-591f8e8:#FFFFFF;--e-global-color-d7cb911:#059669;--e-global-color-8f22351:#F45525;--e-global-color-82aeeb0:#F43F5E;--e-global-color-d0e3c36:#FFCC00;--e-global-color-eb42761:#F59E0B;--e-global-color-2c8807e:#0F172A;--e-global-color-b922f42:#020617;--e-global-color-578ac06:#FCFCFC;--e-global-color-c74f7d5:#747474;--e-global-color-6988742:#A16207;--e-global-color-9a8e33b:#F455251A;--e-global-color-6f39a4f:#FFCC001A;--e-global-color-bc9b14f:#147B4B1A;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-bc9b14f );color:var( --e-global-color-secondary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{color:var( --e-global-color-primary );padding:12px 12px 12px 12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*
=======================================================
  FICHIER 2 — CSS COMPLET (popup + page résultats)
  À coller dans : Elementor → Réglages du site → CSS personnalisé
=======================================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* ============================================
   POPUP — FORMULAIRE
   ============================================ */

.epf-wrap {
  font-family: 'Poppins', sans-serif;
  background: #e8f2e8;
  border-radius: 20px;
  padding: 2rem 2.5rem 2.5rem;
  max-width: 720px;
  margin: 0 auto;
}

.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;
}

.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); }
}

.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;
}

.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;
}
.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-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex-shrink: 0;
  margin-bottom: 0.2rem;
}
.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;
}

.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: white;
  color: #147B4B;
  border: 2px solid #147B4B;
  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, color 0.2s, transform 0.15s;
  opacity: 0.5;
}
.epf-btn-next:not(:disabled) {
  background: #147B4B;
  color: white;
  opacity: 1;
}
.epf-btn-next:hover:not(:disabled) {
  background: #0f5c38;
  transform: translateY(-1px);
}
.epf-btn-next:disabled {
  background: white;
  color: #147B4B;
  cursor: not-allowed;
  transform: none;
}

@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 — BANDEAU PROFIL
   ============================================ */

.epr-summary {
  background: none;
  border: none;
  border-radius: 0;
  padding: 1rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 2.5rem;
}
.epr-summary-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #628474;
  white-space: nowrap;
  text-transform: none;
  letter-spacing: 0;
}
.epr-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}
.epr-chip {
  background: #FFCC00;
  border-radius: 999px;
  padding: 0.45rem 1.1rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #153727;
  display: flex;
  align-items: center;
}
.epr-chip-emoji { display: none; }
.epr-btn-modify {
  background: none;
  border: none;
  color: #147B4B;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0.3rem 0;
  cursor: pointer;
  transition: opacity 0.2s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.epr-btn-modify::before { content: '↻'; font-size: 1.1rem; }
.epr-btn-modify:hover { opacity: 0.7; }


/* ============================================
   PAGE RÉSULTATS — CARTES
   ============================================ */

.epr-wrap {
  font-family: 'Poppins', sans-serif;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 1.5rem 5rem;
  background: #ffffff;
}

/* Loading */
.epr-loading {
  text-align: center;
  padding: 4rem 2rem;
  color: #6b7b6b;
  font-size: 0.92rem;
  font-family: 'Poppins', sans-serif;
}
.epr-spinner {
  width: 38px; height: 38px;
  border: 3px solid #d0ead9;
  border-top-color: #147B4B;
  border-radius: 50%;
  margin: 0 auto 1rem;
  animation: eprSpin 0.75s linear infinite;
}
@keyframes eprSpin { to { transform: rotate(360deg); } }

/* Compteur */
.epr-count {
  font-size: 0.78rem;
  font-weight: 700;
  color: #4a6a4a;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 1.4rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e8ede8;
  font-family: 'Poppins', sans-serif;
}

/* Grille */
.epr-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1.4rem;
}

@media (max-width: 900px) {
  .epr-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 580px) {
  .epr-grid { grid-template-columns: 1fr !important; }
}

/* Carte — contour gris arrondi comme la capture */
.epr-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #d0d0d0;
  box-shadow: none;
  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;
  text-decoration: none;
  color: inherit;
}
@keyframes eprCardIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}
.epr-card:hover {
  background: #ffffff;
  border-color: #147B4B;
  box-shadow: 0 6px 20px rgba(20,123,75,0.10);
  transform: translateY(-2px);
}

/* Image */
.epr-card-img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

/* Corps */
.epr-card-body {
  padding: 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 1;
}

/* Badge besoin — rebords très arrondis, 1ère lettre majuscule, 12px, icône */
.epr-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #e8f5ee;
  color: #147B4B;
  border-radius: 999px;
  padding: 0.3rem 0.85rem;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  align-self: flex-start;
  margin-bottom: 0.2rem;
}
.epr-badge-icon { font-size: 13px; }

/* Titre */
.epr-card-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #153727;
  line-height: 1.3;
}

/* Acteur */
.epr-card-acteur {
  font-size: 0.78rem;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Description */
.epr-card-desc {
  font-size: 0.88rem;
  color: #444;
  line-height: 1.6;
  flex: 1;
}

/* Chips taxonomie jaunes (profil + secteur) */
.epr-tax-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.3rem;
}
.epr-tax-chip {
  background: #FFCC00;
  color: #153727;
  border-radius: 999px;
  padding: 0.3rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
}

/* Footer */
.epr-card-footer {
  border-top: none;
}

/* Montant */
.epr-montant {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 0.75rem;
}
.epr-montant-icon { font-size: 0.9rem; }

/* CTA */
.epr-cta {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: #147B4B;
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  border-top: 1px solid #efefef;
  padding-top: 0.85rem;
  margin-top: 0.2rem;
  transition: gap 0.2s;
}
.epr-cta:hover { gap: 0.55rem; color: #147B4B; }
.epr-cta-arrow {
  font-size: 1.1rem;
  font-weight: 700;
}

/* État vide */
.epr-empty {
  text-align: center;
  padding: 5rem 2rem;
  background: #f9fdf9;
  border-radius: 12px;
  border: 1px dashed #c0dac8;
  font-family: 'Poppins', sans-serif;
}
.epr-empty-icon { font-size: 3rem; margin-bottom: 1rem; }
.epr-empty h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f2b1a;
  margin-bottom: 0.5rem;
}
.epr-empty p {
  color: #6b7b6b;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  line-height: 1.65;
}

/* Responsive */
@media (max-width: 640px) {
  .epr-summary { flex-direction: column; align-items: center; }
  .epr-grid { grid-template-columns: 1fr; }
  .epr-wrap { padding: 1.5rem 1rem 3rem; }
}


/* ============================================
   SIDEBAR FILTRES (3C)
   ============================================ */

.esf-sidebar {
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 16px;
  padding: 1.4rem 1.4rem;
  position: sticky;
  top: 100px;
}

/* Header */
.esf-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.4rem;
}
.esf-header-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #153727;
}
.esf-reset {
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  color: #147B4B;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0;
  transition: opacity 0.2s;
}
.esf-reset:hover { opacity: 0.7; }
.esf-reset-icon { font-size: 1rem; }

/* Sections accordéon */
.esf-section { margin-bottom: 0.2rem; }

.esf-section-toggle {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #153727;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 0;
  text-align: left;
}
.esf-chevron {
  font-size: 0.85rem;
  color: #666;
  font-style: normal;
}

.esf-section-body {
  padding-bottom: 0.8rem;
}

/* Divider */
.esf-divider {
  height: 1px;
  background: #ebebeb;
  margin: 0.4rem 0 0.6rem;
}

/* Lignes checkbox */
.esf-checkbox-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.45rem 0;
  cursor: pointer;
  position: relative;
}

/* Masquer la checkbox native */
.esf-checkbox {
  position: absolute;
  opacity: 0;
  width: 0; height: 0;
}

/* Checkbox custom */
.esf-check-custom {
  width: 22px; height: 22px;
  border-radius: 50%;
  border: 2px solid #c0c0c0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, background 0.2s;
}

.esf-checkbox:checked + .esf-check-custom {
  background: #147B4B;
  border-color: #147B4B;
}

.esf-checkbox:checked + .esf-check-custom::after {
  content: '✓';
  color: white;
  font-size: 0.65rem;
  font-weight: 600;
}

.esf-check-label {
  font-size: 0.78rem;
  color: #444;
  flex: 1;
  transition: color 0.2s;
}

.esf-checkbox:checked ~ .esf-check-label {
  color: #153727;
  font-weight: 600;
}

.esf-check-count {
  font-size: 0.78rem;
  color: #aaa;
  margin-left: auto;
}

.esf-empty-terms {
  font-size: 0.82rem;
  color: #aaa;
  padding: 0.5rem 0;
}

/* Slider montant */
.esf-slider-wrap { padding: 0.5rem 0 0.3rem; }

input[type=range]#esf-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  background: linear-gradient(to right, #147B4B 0%, #147B4B 100%, #d0d0d0 100%, #d0d0d0 100%);
}

input[type=range]#esf-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: #147B4B;
  border: 3px solid white;
  box-shadow: 0 1px 6px rgba(20,123,75,0.35);
  cursor: pointer;
}

.esf-slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
  font-size: 0.75rem;
  color: #999;
}/* End custom CSS */