.pm-efp2-faq-section{width:100%;margin:24px 0 18px;}
.pm-efp2-faq__list{width:100%;}

/* Texte introductif sous le titre FAQ (centre, taille intermediaire, gris fonce) */
.pm-cfp-intro{
  max-width: 820px;
  margin: 0 auto 18px;
  text-align: center;
  font-size: 14px;
  line-height: 1.55;
  color: #495057;
}
.pm-cfp-intro p{margin: 0 0 .6rem;}
.pm-cfp-intro p:last-child{margin-bottom: 0;}

/* === Bouton CTA "Posez votre question" — meme style que slider home === */
.pm-cfp-ask-cta{
  text-align: center;
  margin: 32px auto 12px;
  padding: 0 16px;
}
.pm-cfp-ask-cta-sub{
  margin: 0 0 14px;
  font-size: 14px;
  color: #6c757d;
  font-style: italic;
}
.pm-cfp-ask-cta-btn{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 28px;
  background: #2fadce;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: none;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(47,173,206,.30);
  transition: background .2s, transform .15s, box-shadow .2s;
  font-family: inherit;
}
.pm-cfp-ask-cta-btn:hover{
  background: #258caa;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(47,173,206,.40);
}

/* === Modal popup === */
.pm-cfp-modal{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.pm-cfp-modal.show{ display: flex; animation: pmcfpFadeIn .2s ease; }
@keyframes pmcfpFadeIn{ from{opacity:0} to{opacity:1} }
.pm-cfp-modal-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(20,30,40,.55);
  backdrop-filter: blur(2px);
}
.pm-cfp-modal-content{
  position: relative;
  background: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 520px;
  max-height: 92vh;
  overflow-y: auto;
  padding: 32px;
  box-shadow: 0 12px 40px rgba(0,0,0,.25);
  animation: pmcfpSlideIn .25s ease;
}
@keyframes pmcfpSlideIn{ from{transform:translateY(20px);opacity:0} to{transform:none;opacity:1} }
.pm-cfp-modal-close{
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: #adb5bd;
  cursor: pointer;
  padding: 4px 8px;
  transition: color .15s;
}
.pm-cfp-modal-close:hover{ color: #495057; }
.pm-cfp-modal-head{ text-align: center; margin-bottom: 20px; }
.pm-cfp-modal-head h3{
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  font-family: Oswald, sans-serif;
  letter-spacing: -0.01em;
}
.pm-cfp-modal-head p{
  margin: 0;
  font-size: 13px;
  color: #6c757d;
}

/* Form inside modal */
.pm-cfp-ask-form{ width: 100%; }
.pm-cfp-ask-row{ margin-bottom: 14px; }
.pm-cfp-ask-label{
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c757d;
  margin-bottom: 6px;
}
.pm-cfp-ask-input,
.pm-cfp-ask-textarea{
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px;
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
  box-sizing: border-box;
}
.pm-cfp-ask-input:focus,
.pm-cfp-ask-textarea:focus{
  outline: none;
  border-color: #2fadce;
  box-shadow: 0 0 0 3px rgba(47, 173, 206, .15);
}
.pm-cfp-ask-textarea{ resize: vertical; min-height: 110px; line-height: 1.55; }
.pm-cfp-ask-actions{ text-align: center; margin-top: 18px; }
.pm-cfp-ask-btn{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 32px;
  background: #2fadce;
  color: #fff !important;
  border: none;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(47,173,206,.30);
  transition: background .2s, transform .15s;
}
.pm-cfp-ask-btn:hover:not(:disabled){
  background: #258caa;
  transform: translateY(-1px);
}
.pm-cfp-ask-btn:active:not(:disabled){ transform: scale(.98); }
.pm-cfp-ask-btn:disabled{ opacity: .5; cursor: wait; }
.pm-cfp-ask-status{
  margin: 14px 0 0;
  font-size: 13px;
  color: #6c757d;
  text-align: center;
  min-height: 18px;
}

/* === Bloc Personnalisation 2 colonnes (image + texte) ===
   Reproduit les styles utilises sur la home pour coherence visuelle */
#pm-cfp-faq .ccc-perso-block { padding: 30px 0; margin-bottom: 18px; }
/* Variante fond gris clair (idem home) */
#pm-cfp-faq .ccc-perso-block.ccc-section-alt { background: #fafafa; padding: 36px 0; border-radius: 8px; }
#pm-cfp-faq .ccc-perso-grid {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: 40px;
  align-items: stretch;
}
#pm-cfp-faq .ccc-perso-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  min-height: 100%;
  background: #f0f0f0;
}
#pm-cfp-faq .ccc-perso-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
#pm-cfp-faq .ccc-perso-image:hover img { transform: scale(1.04); }
#pm-cfp-faq .ccc-perso-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#pm-cfp-faq .ccc-perso-eyebrow {
  display: inline-block;
  color: #2fadce;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#pm-cfp-faq .ccc-perso-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 18px;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}
#pm-cfp-faq .ccc-perso-desc {
  color: #555;
  font-size: 14.5px;
  line-height: 1.65;
}
#pm-cfp-faq .ccc-perso-desc p { margin: 0 0 14px; }
#pm-cfp-faq .ccc-perso-desc p:last-child { margin-bottom: 0; }
#pm-cfp-faq .ccc-perso-desc strong { color: #2fadce; font-weight: 600; }
#pm-cfp-faq .ccc-perso-desc a { color: #2fadce; text-decoration: none; border-bottom: 1px dotted transparent; }
#pm-cfp-faq .ccc-perso-desc a:hover { border-bottom-color: #2fadce; }

@media (max-width: 991px) {
  #pm-cfp-faq .ccc-perso-grid { gap: 25px; }
  #pm-cfp-faq .ccc-perso-title { font-size: 26px; }
}
@media (max-width: 767px) {
  #pm-cfp-faq .ccc-perso-grid { grid-template-columns: 1fr; gap: 14px; }
  #pm-cfp-faq .ccc-perso-image { min-height: 180px; max-height: 240px; }
  #pm-cfp-faq .ccc-perso-title { font-size: 22px; }
}
/* Variante image a droite */
@media (min-width: 768px) {
  #pm-cfp-faq .ccc-perso-block--reverse .ccc-perso-grid { grid-template-columns: 6fr 5fr; }
  #pm-cfp-faq .ccc-perso-block--reverse .ccc-perso-image { order: 2; }
  #pm-cfp-faq .ccc-perso-block--reverse .ccc-perso-text  { order: 1; }
}

/* Reproduit le style du titre "Poteaux a sangle" de la home (ccc-section + barres deco)
   meme si le CSS specifique a la home n est pas charge sur la page categorie */
.pm-efp2-faq-section .ccc-section-head{
  position: relative;
  text-align: center;
  margin-bottom: 14px;
}
.pm-efp2-faq-section .products-section-title{
  margin: 0 0 8px;
  text-align: center;
  position: relative;
  z-index: 1;
}
/* Forcer l affichage des barres decoratives (overrride .h1::before/after du theme) */
.pm-efp2-faq-section .products-section-title.h1::before,
.pm-efp2-faq-section .products-section-title.h1::after,
.pm-efp2-faq-section h2.h1::before,
.pm-efp2-faq-section h2.h1::after{
  display: inline-block !important;
}

.pm-efp2-faq__item{
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 10px;
  margin: 10px 0;
  background: #fff;
  overflow: hidden;
}

.pm-efp2-faq__q{
  list-style: none;
  cursor: pointer;
  padding: 12px 14px;
  display:flex;
  justify-content: space-between;
  gap: 10px;
  font-weight: 700;
  transition: background-color .15s ease, color .15s ease;
}

/* Hover gris clair sur la question */
.pm-efp2-faq__q:hover{
  background-color: #f3f4f6;
  color: #1a1a1a;
}

/* Petit feedback visuel quand la FAQ est ouverte */
.pm-efp2-faq__item[open] > .pm-efp2-faq__q{
  background-color: #f8f9fa;
}

/* Reponse : padding plus genereux a l interieur pour aerer le texte */
.pm-efp2-faq__a{ padding: 14px 22px 22px; line-height: 1.65; }
.pm-efp2-faq__a p{ margin: 0 0 .8rem; }
.pm-efp2-faq__a p:last-child{ margin-bottom: 0; }

/* === Bullet lists inside answers — styles personnalises CCC === */
.pm-efp2-faq__a ul,
.pm-efp2-faq__a ol{
  margin: 0.6rem 0 0.8rem 0;
  padding-left: 1.5rem;
  list-style: none; /* reset, on remet une puce custom */
}
.pm-efp2-faq__a ul li,
.pm-efp2-faq__a ol li{
  position: relative;
  margin: 0.35rem 0;
  padding-left: 1.4rem;
  line-height: 1.6;
}
/* UL : puce cyan en forme de carre arrondi avec coche */
.pm-efp2-faq__a ul > li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  background: #2fadce;
  border-radius: 2px;
  box-shadow: 0 0 0 2px rgba(47,173,206,.15);
}
/* OL : numero cyan en gras */
.pm-efp2-faq__a ol{ counter-reset: faq-ol; }
.pm-efp2-faq__a ol > li{ counter-increment: faq-ol; padding-left: 1.8rem; }
.pm-efp2-faq__a ol > li::before{
  content: counter(faq-ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #2fadce;
  font-size: 0.95em;
  min-width: 1.4rem;
}
/* Listes imbriquees (niveau 2) : carre creux plus petit */
.pm-efp2-faq__a ul ul,
.pm-efp2-faq__a ol ul{
  margin: 0.3rem 0 0.4rem 0;
}
.pm-efp2-faq__a ul ul > li::before{
  background: transparent;
  border: 2px solid #2fadce;
  width: 7px;
  height: 7px;
  box-shadow: none;
}
.pm-efp2-faq__a li > strong:first-child{ color: #1a1a1a; }
.pm-efp2-faq__a li > p{ margin: 0.2rem 0; }
