.elementor-3549 .elementor-element.elementor-element-d40acb8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2d81638 *//* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800&display=swap');

/* Namespace total pbx- */

.pbx-wrap {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 90px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1e293b;
}

.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;
  color: #fff;
}

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

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

.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: 500;
  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: #1e293b;
  color: #fff;
}

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

.pbx-btn-outline {
  background: rgba(255,255,255,0.25);
  color: #fff !important;
  border: 2px solid #fff;
  font-weight: 500;
}

.pbx-btn-outline:hover {
  background: rgba(255,255,255,0.35);
  border-color: #fff;
  opacity: 1;
}

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

.pbx-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.3);
  font-size: 0.92rem;
  color: #fff;
  font-weight: 500;
}

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

.pbx-section h2 {
  font-size: 1.9rem;
  margin: 0 0 18px;
  line-height: 1.2;
  color: #c9b07e;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.pbx-section h3 {
  font-size: 1.15rem;
  margin: 0 0 14px;
  line-height: 1.3;
  color: #1e293b;
  font-weight: 700;
}

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

.pbx-surface {
  background: #f8fafc;
}

/* Cards */
.pbx-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.pbx-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: #cbd5e1;
}

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

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

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

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

/* Card Icon */
.pbx-card-icon {
  font-size: 2.2rem;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b82f6;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border-radius: 12px;
  flex-shrink: 0;
}

/* Fallback si Font Awesome ne charge pas */
.pbx-card-icon i {
  font-style: normal;
}

.pbx-card-icon i:before {
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free', Arial, sans-serif;
}

.pbx-card h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  color: #1e293b;
  font-weight: 700;
}

.pbx-card p {
  margin: 0 0 14px;
  line-height: 1.6;
  color: #64748b;
  font-size: 0.95rem;
}

.pbx-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: #3b82f6;
  text-decoration: none;
  font-size: 0.92rem;
  transition: gap .2s ease, color .2s ease;
}

.pbx-card-link:hover {
  gap: 10px;
  color: #2563eb;
}

/* List inside cards */
.pbx-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}

.pbx-card ul li {
  padding-left: 22px;
  position: relative;
  margin: 8px 0;
  line-height: 1.5;
  font-size: 0.93rem;
}

.pbx-card ul li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: #3b82f6;
  font-weight: 700;
}

/* CTA */
.pbx-cta {
  background: #1e293b;
  color: #fff;
  text-align: center;
  padding: 54px 22px;
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(30, 41, 59, 0.22);
}

.pbx-cta h2 {
  color: #fff;
}

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

/* Breadcrumb */
.pbx-breadcrumb {
  padding: 20px 0;
  font-size: 0.9rem;
}

.pbx-breadcrumb a {
  color: #64748b;
  text-decoration: none;
}

.pbx-breadcrumb a:hover {
  color: #0f172a;
  text-decoration: underline;
}

.pbx-breadcrumb span {
  margin: 0 8px;
  color: #cbd5e1;
}

/* Category badge */
.pbx-category-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: linear-gradient(135deg, #f3efe7 0%, #e8dfd0 100%);
  color: #9c7f4f;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 6px;
  margin-bottom: 14px;
  border: 1px solid #d4c5ab;
}

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

@media (max-width: 640px) {
  .pbx-cards-4 { grid-template-columns: 1fr; }
  .pbx-table-responsive { overflow-x: auto; }
}/* End custom CSS */