.elementor-980 .elementor-element.elementor-element-21938de{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS *//* FAQ VENDEURS – NG Transactions (Elementor page CSS) */
body.elementor-page-980 .ng-faq-wrap{
  --ng-blue:#0B5674;              /* adapte si besoin */
  --ng-blue-2:#0A3F56;
  --ng-ink:#0f172a;
  --ng-muted:#475569;
  --ng-bg:#f6f8fb;
  --ng-card:#ffffff;
  --ng-line:rgba(15,23,42,.10);
  --ng-accent:#ff5a5f;            /* bouton/puces */
  --ng-radius:22px;
  --ng-shadow:0 14px 34px rgba(2,8,23,.08);
  --ng-shadow-2:0 10px 26px rgba(2,8,23,.08);

  font-family: inherit;
  color: var(--ng-ink);
}

body.elementor-page-980 .ng-faq-hero{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  padding: 26px;
  border-radius: var(--ng-radius);
  background: linear-gradient(135deg, rgba(11,86,116,.08), rgba(255,90,95,.06));
  border: 1px solid var(--ng-line);
  box-shadow: var(--ng-shadow);
  margin-bottom: 22px;
}

body.elementor-page-980 .ng-kicker{
  letter-spacing:.18em;
  font-size: 12px;
  font-weight: 700;
  color: rgba(11,86,116,.90);
  margin: 0 0 8px 0;
}

body.elementor-page-980 .ng-title{
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.08;
  margin: 0 0 10px 0;
}

body.elementor-page-980 .ng-subtitle{
  margin: 0 0 14px 0;
  color: var(--ng-muted);
  font-size: 16px;
  line-height: 1.55;
  max-width: 62ch;
}

body.elementor-page-980 .ng-cta-row{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

body.elementor-page-980 .ng-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 14px;
  text-decoration:none !important;
  font-weight: 700;
  font-size: 14px;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  will-change: transform;
}

body.elementor-page-980 .ng-btn--primary{
  background: linear-gradient(135deg, var(--ng-blue), var(--ng-blue-2));
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(11,86,116,.22);
}

body.elementor-page-980 .ng-btn--ghost{
  background: #fff;
  color: var(--ng-blue) !important;
  border: 1px solid rgba(11,86,116,.20);
}

body.elementor-page-980 .ng-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(2,8,23,.10);
}

body.elementor-page-980 .ng-note{
  margin: 12px 0 0 0;
  font-size: 13px;
  color: rgba(71,85,105,.95);
}

body.elementor-page-980 .ng-faq-stats{
  display:flex;
  flex-direction: column;
  gap: 12px;
}

body.elementor-page-980 .ng-stat{
  display:flex;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.75);
  border: 1px solid var(--ng-line);
  box-shadow: var(--ng-shadow-2);
}

body.elementor-page-980 .ng-stat__icon{
  width: 40px;
  height: 40px;
  display:grid;
  place-items:center;
  border-radius: 14px;
  background: rgba(11,86,116,.10);
}

body.elementor-page-980 .ng-stat__label{
  margin: 0;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(71,85,105,.90);
  font-weight: 800;
}

body.elementor-page-980 .ng-stat__value{
  margin: 4px 0 0 0;
  font-weight: 800;
  color: var(--ng-ink);
  font-size: 14px;
}

/* GRID */
body.elementor-page-980 .ng-faq-grid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

body.elementor-page-980 .ng-faq-card{
  grid-column: span 6;
  background: var(--ng-card);
  border: 1px solid var(--ng-line);
  border-radius: var(--ng-radius);
  box-shadow: var(--ng-shadow);
  padding: 22px;
}

body.elementor-page-980 .ng-faq-card--wide{
  grid-column: span 12;
}

body.elementor-page-980 .ng-card-kicker{
  margin: 0 0 10px 0;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(71,85,105,.90);
  font-weight: 800;
}

body.elementor-page-980 .ng-card-title{
  margin: 0 0 12px 0;
  font-size: 20px;
  line-height: 1.2;
}

/* ACCORDION */
body.elementor-page-980 .ng-accordion{
  display:flex;
  flex-direction: column;
  gap: 10px;
}

body.elementor-page-980 details.ng-item{
  border-radius: 16px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(246,248,251,.65);
  overflow: hidden;
}

body.elementor-page-980 details.ng-item[open]{
  background: #fff;
  border-color: rgba(11,86,116,.22);
  box-shadow: 0 10px 24px rgba(2,8,23,.06);
}

body.elementor-page-980 details.ng-item summary{
  list-style: none;
  cursor: pointer;
  padding: 14px 14px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 14px;
}

body.elementor-page-980 details.ng-item summary::-webkit-details-marker{ display:none; }

body.elementor-page-980 .ng-q{
  font-weight: 800;
  font-size: 15px;
  line-height: 1.25;
  color: var(--ng-ink);
}

body.elementor-page-980 .ng-icon{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(11,86,116,.10);
  position: relative;
  flex: 0 0 auto;
}
body.elementor-page-980 .ng-icon:before,
body.elementor-page-980 .ng-icon:after{
  content:"";
  position:absolute;
  inset: 50% auto auto 50%;
  width: 14px;
  height: 2px;
  background: var(--ng-blue);
  transform: translate(-50%,-50%);
  border-radius: 2px;
}
body.elementor-page-980 .ng-icon:after{
  transform: translate(-50%,-50%) rotate(90deg);
}
body.elementor-page-980 details[open] .ng-icon{
  background: rgba(255,90,95,.12);
}
body.elementor-page-980 details[open] .ng-icon:before{
  background: var(--ng-accent);
}
body.elementor-page-980 details[open] .ng-icon:after{
  display:none;
}

body.elementor-page-980 .ng-a{
  padding: 0 14px 14px 14px;
  color: var(--ng-muted);
  font-size: 14px;
  line-height: 1.65;
  max-width: 90ch;
}

/* Footer CTA */
body.elementor-page-980 .ng-faq-footer{
  margin-top: 14px;
  border-top: 1px dashed rgba(15,23,42,.18);
  padding-top: 16px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

body.elementor-page-980 .ng-faq-footer__title{
  margin: 0;
  font-weight: 900;
  font-size: 16px;
}

body.elementor-page-980 .ng-faq-footer__text{
  margin: 4px 0 0 0;
  color: var(--ng-muted);
  font-size: 14px;
}

body.elementor-page-980 .ng-faq-footer__actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 1024px){
  body.elementor-page-980 .ng-faq-hero{ grid-template-columns: 1fr; }
  body.elementor-page-980 .ng-faq-card{ grid-column: span 12; }
}
@media (max-width: 767px){
  body.elementor-page-980 .ng-faq-hero{ padding: 18px; }
  body.elementor-page-980 .ng-faq-card{ padding: 18px; }
  body.elementor-page-980 .ng-title{ font-size: 28px; }
  body.elementor-page-980 .ng-btn{ width: 100%; }
  body.elementor-page-980 .ng-faq-footer{ flex-direction: column; align-items: stretch; }
  body.elementor-page-980 .ng-faq-footer__actions .ng-btn{ width: 100%; }
}/* End custom CSS */