.elementor-3506 .elementor-element.elementor-element-1bee6e5{--display:flex;}.elementor-3506 .elementor-element.elementor-element-e8dee18{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-3506 .elementor-element.elementor-element-baf0e0f > .elementor-widget-container{padding:0px 0px 50px 0px;}/* Start custom CSS for html, class: .elementor-element-e8dee18 *//* Namespace total pbx- */

.pbx-wrap {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 90px;
  font-family: inherit;
  color: #0f172a;
}

.pbx-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Utilities */
.pbx-center { text-align: center; }
.pbx-lead { font-size: 1.05rem; line-height: 1.7; opacity: 0.95; }

/* Conclusion spacing (fix “collé”) */
.pbx-conclusion {
  margin-top: 34px;
  font-size: 1.02rem;
  line-height: 1.7;
  opacity: 0.92;
}

/* HERO */
.pbx-hero-band {
  background: linear-gradient(90deg, #c9b07e, #d8c18e);
  padding: 90px 0;
  color: #fff;
}

.pbx-hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 35px;
  align-items: center;
}

.pbx-eyebrow {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
  opacity: 0.9;
  margin-bottom: 10px;
}

.pbx-hero-band h1 {
  font-size: 2.7rem;
  line-height: 1.1;
  margin: 0;
}

.pbx-hero-sub {
  max-width: 700px;
  font-size: 1.15rem;
  margin-top: 14px;
  line-height: 1.6;
  opacity: 0.95;
}

.pbx-hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.pbx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .12s ease, opacity .12s ease, background .12s ease;
  white-space: nowrap;
}

.pbx-btn:active { transform: translateY(1px); }

.pbx-btn-primary {
  background: #0f172a;
  color: #fff;
}

.pbx-btn-primary:hover { opacity: 0.92; }

.pbx-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.pbx-badge {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.26);
  font-size: 0.92rem;
}

/* HERO CARD — more readable (fix ton sur ton) */
.pbx-hero-card {
  border-radius: 16px;
  padding: 18px;
}

.pbx-hero-card-readable {
  background: rgba(255,255,255,0.92);
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.22);
}

.pbx-hero-card-readable .pbx-card-title {
  color: #0f172a;
  font-size: 1.15rem;
  margin: 0 0 10px;
}

.pbx-hero-card-readable .pbx-card-text {
  margin: 0 0 10px;
  line-height: 1.6;
}

.pbx-hero-card-readable .pbx-card-note {
  margin: 0;
  opacity: 0.9;
  line-height: 1.6;
}

/* SECTIONS */
.pbx-section {
  padding: 80px 0;
}

.pbx-section h2 {
  font-size: 1.9rem;
  margin: 0 0 18px;
  line-height: 1.2;
}

.pbx-section p {
  line-height: 1.7;
  margin: 0 0 14px;
}

.pbx-surface {
  background: #f8fafc;
}

/* Grids */
.pbx-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.pbx-align-center { align-items: center; }

.pbx-media img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.14);
}

/* Cards */
.pbx-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.pbx-card-soft {
  background: #fff;
}

.pbx-cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 26px;
}

/* Lists */
.pbx-list {
  padding-left: 18px;
  margin: 0;
}

.pbx-list li {
  margin: 10px 0;
  line-height: 1.6;
}

/* Points (Pourquoi choisir) */
.pbx-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.pbx-point {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  padding: 18px 18px 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.pbx-point h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

/* Steps */
.pbx-steps {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 14px;
}

.pbx-step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.pbx-step-num {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  background: #0f172a;
  color: #fff;
}

.pbx-step-body p { margin: 8px 0 0; }

/* Testimonials */
.pbx-testimonials {
  background: #f1f5f9;
  padding: 80px 0;
}

.pbx-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 26px;
}

.pbx-quote {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  padding: 18px 18px 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  text-align: left;
}

.pbx-quote p { margin: 0; font-style: italic; line-height: 1.7; }
.pbx-quote cite { display: block; margin-top: 10px; font-weight: 800; font-style: normal; }

/* FAQ */
.pbx-faq {
  margin-top: 18px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  padding: 10px 18px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.pbx-faq details {
  border-bottom: 1px solid rgba(15, 23, 42, 0.10);
  padding: 14px 0;
}

.pbx-faq details:last-child { border-bottom: none; }

.pbx-faq summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.pbx-faq summary::-webkit-details-marker { display: none; }

.pbx-faq p {
  margin: 10px 0 0;
  line-height: 1.7;
  opacity: 0.95;
}

/* CTA */
.pbx-cta {
  background: #0f172a;
  color: #fff;
  text-align: center;
  padding: 54px 22px;
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.22);
}

.pbx-cta p { max-width: 820px; margin: 10px auto 0; opacity: 0.95; }
.pbx-cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 18px; }

/* Responsive */
@media (max-width: 980px) {
  .pbx-hero-grid { grid-template-columns: 1fr; }
  .pbx-grid-2 { grid-template-columns: 1fr; }
  .pbx-cards-3 { grid-template-columns: 1fr; }
  .pbx-testimonials-grid { grid-template-columns: 1fr; }
  .pbx-points { grid-template-columns: 1fr; }
  .pbx-hero-band h1 { font-size: 2.2rem; }
  .pbx-section { padding: 64px 0; }
  .pbx-conclusion { margin-top: 26px; }
}

/* === HERO CARD PREMIUM === */

.pbx-hero-card-premium {
  background: #ffffff;
  color: #0f172a;
  border-radius: 20px;
  padding: 22px 22px 20px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 20px 70px rgba(15, 23, 42, 0.25);
}

.pbx-hero-card-premium .pbx-card-title {
  margin: 0 0 14px;
  font-size: 1.2rem;
  line-height: 1.3;
}

.pbx-card-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.pbx-card-icon {
  font-size: 1.1rem;
  line-height: 1.4;
}

.pbx-card-text,
.pbx-card-note {
  margin: 0;
  line-height: 1.6;
  font-size: 0.95rem;
}

.pbx-card-separator {
  height: 1px;
  background: rgba(15, 23, 42, 0.12);
  margin: 14px 0;
}

.pbx-card-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
}

.pbx-link {
  font-weight: 700;
  color: #0f172a;
  text-decoration: none;
  font-size: 0.95rem;
}

.pbx-link:hover {
  text-decoration: underline;
}

/* === CTA OUTLINE BUTTON === */

.pbx-btn-outline {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.6);
}

.pbx-btn-outline:hover {
  opacity: 0.9;
}

/* Responsive hero card */
@media (max-width: 980px) {
  .pbx-hero-card-premium {
    margin-top: 20px;
  }
}/* End custom CSS */