/* Pressing Éclat - layout index */
    /* Header */
    .pe-header-logo a { display: inline-flex; align-items: center; line-height: 0; }
    .pe-header-logo img {
      height: 46px; width: auto; max-width: 200px; object-fit: contain; display: block;
    }
    .lonyo-menu-wrapper .pe-header-logo img { height: 40px; max-width: 170px; mix-blend-mode: normal; }
    @media (max-width: 991px) {
      .pe-header-logo img { height: 40px; max-width: 170px; }
    }
    @media (max-width: 575px) {
      .pe-header-logo img { height: 34px; max-width: 145px; }
    }
    .pe-header-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
    .pe-header-btn-login.lonyo-header-btn {
      color: #fff; background: transparent; border: 2px solid rgba(255,255,255,.9);
      padding: 10px 22px; z-index: 1;
    }
    .pe-header-btn-login.lonyo-header-btn::before,
    .pe-header-btn-login.lonyo-header-btn::after { display: none !important; }
    .pe-header-btn-login.lonyo-header-btn:hover {
      color: #142D6F; background: #fff; border-color: #fff;
    }
    @media (max-width: 1199px) {
      .pe-header-actions { gap: 8px; }
      .pe-header-btn-login.lonyo-header-btn,
      .pe-header-actions .lonyo-header-btn.btn2 { padding: 10px 16px; font-size: 15px; }
    }
    /* Hero */
    .pe-hero-split.lonyo-hero-section3 {
      padding: 120px 0 var(--pe-zone-overlap, 105px); text-align: left; overflow: visible;
    }
    .pe-hero-split .lonyo-hero-content3 { max-width: none; margin: 0; text-align: left; }
    .pe-hero-split .lonyo-hero-content3::before, .pe-hero-split .lonyo-hero-content3::after { display: none; }
    .pe-hero-split .hero-title { font-size: clamp(36px, 5vw, 56px); line-height: 1.15; margin-bottom: 24px; }
    .pe-hero-split .lonyo-hero-content3 .text {
      max-width: 520px; font-size: clamp(19px, 1.6vw, 22px); line-height: 1.65;
      text-align: left; margin: 0; padding-top: 20px;
    }
    .pe-hero-tag { display: inline-block; padding: 8px 16px; border-radius: 50px; font-size: 13px; font-weight: 600; margin-bottom: 24px; background: #fff; color: #142D6F; box-shadow: 0 4px 24px rgba(20,45,111,.1); letter-spacing: .02em; text-transform: uppercase; }
    /* Hero - galerie éditoriale */
    .pe-hero-gallery { position: relative; min-height: 480px; padding: 12px 8px 28px; }
    .pe-hero-gallery-bg {
      position: absolute; inset: 8% 0 12% 10%; z-index: 0; pointer-events: none;
      background: radial-gradient(ellipse 70% 80% at 35% 45%, rgba(163,189,255,.45) 0%, transparent 68%),
                  radial-gradient(ellipse 50% 55% at 85% 75%, rgba(246,244,239,.9) 0%, transparent 70%);
      border-radius: 50%;
      filter: blur(2px);
    }
    .pe-hero-gallery-bg::after {
      content: ""; position: absolute; right: -8%; top: 18%; width: 42%; height: 42%;
      border: 1px solid rgba(20,45,111,.08); border-radius: 50%;
    }
    .pe-hero-card {
      position: absolute; margin: 0; padding: 7px; background: #fff; border-radius: 22px;
      box-shadow: 0 4px 6px rgba(20,45,111,.04), 0 24px 56px rgba(20,45,111,.14);
      overflow: hidden; transition: transform .45s cubic-bezier(.22,1,.36,1), box-shadow .45s ease;
    }
    .pe-hero-card::before {
      content: ""; position: absolute; inset: 0; border-radius: 22px;
      padding: 1px; background: linear-gradient(135deg, rgba(255,255,255,.9) 0%, rgba(163,189,255,.35) 50%, rgba(20,45,111,.12) 100%);
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; z-index: 2;
    }
    .pe-hero-card img {
      width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 16px;
      transition: transform .6s cubic-bezier(.22,1,.36,1);
    }
    .pe-hero-card--main {
      left: 0; top: 0; width: 58%; height: 400px; z-index: 2;
    }
    .pe-hero-card--accent {
      right: 0; top: 4px; width: 44%; height: 248px; z-index: 4;
      transform: rotate(4deg);
      box-shadow: 0 8px 32px rgba(20,45,111,.18);
    }
    .pe-hero-card--secondary {
      right: 6%; bottom: 0; width: 40%; height: 210px; z-index: 5;
      transform: rotate(-3deg);
    }
    .pe-hero-gallery:hover .pe-hero-card--main { transform: translateY(-4px); box-shadow: 0 32px 64px rgba(20,45,111,.16); }
    .pe-hero-gallery:hover .pe-hero-card--accent { transform: rotate(2deg) translateY(-6px); }
    .pe-hero-gallery:hover .pe-hero-card--secondary { transform: rotate(-1deg) translateY(-8px); }
    .pe-hero-gallery:hover .pe-hero-card--main img { transform: scale(1.03); }
    .pe-hero-float {
      position: absolute; z-index: 6; display: flex; align-items: center; gap: 10px;
      padding: 12px 18px; border-radius: 14px; font-size: 14px; font-weight: 600; color: #142D6F;
      background: rgba(255,255,255,.88); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
      border: 1px solid rgba(255,255,255,.9);
      box-shadow: 0 12px 40px rgba(20,45,111,.12);
      animation: pe-hero-float 5s ease-in-out infinite;
    }
    .pe-hero-floats { position: static; }
    .pe-hero-float--rating { left: 6%; bottom: 14%; animation-delay: 0s; }
    .pe-hero-float--delay { right: 2%; top: 42%; flex-direction: column; align-items: flex-start; gap: 2px; padding: 14px 20px; animation-delay: -2.5s; }
    .pe-hero-float--delay strong { font-size: 22px; line-height: 1; letter-spacing: -.02em; }
    .pe-hero-float--delay span { font-size: 12px; font-weight: 500; color: #6b7a99; text-transform: uppercase; letter-spacing: .06em; }
    .pe-hero-stars { display: flex; gap: 2px; color: #f5b301; font-size: 13px; letter-spacing: 1px; }
    @keyframes pe-hero-float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-6px); }
    }
    @media (prefers-reduced-motion: reduce) {
      .pe-hero-float { animation: none; }
      .pe-hero-card, .pe-hero-card img { transition: none; }
    }
    .pe-hero-track-wrap {
      position: relative; z-index: 10;
      margin-top: calc(-1 * var(--pe-zone-overlap, 105px));
      padding-bottom: var(--pe-zone-overlap, 105px);
    }
    .pe-hero-track-wrap + .lonyo-section-padding { padding-top: 48px; }
    .pe-hero-track {
      background: #fff; border-radius: 20px; padding: 28px 32px 32px;
      box-shadow: 0 20px 56px rgba(20,45,111,.14); max-width: 820px; margin: 0 auto;
      border: 1px solid rgba(20,45,111,.08);
    }
    .pe-zone-check-badge {
      display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase;
      letter-spacing: .06em; color: #142D6F; background: #F6F4EF;
      padding: 6px 14px; border-radius: 50px; margin-bottom: 12px;
    }
    .pe-zone-check-title { font-size: clamp(20px, 2.5vw, 26px); color: #142D6F; margin: 0 0 10px; line-height: 1.25; }
    .pe-zone-check-desc { margin: 0 0 20px; font-size: 16px; line-height: 1.55; color: #6b7a99; }
    .pe-zone-check-form {
      display: flex; align-items: stretch; gap: 0;
      background: #F6F4EF; border-radius: 14px; padding: 6px;
      border: 1px solid rgba(20,45,111,.1);
    }
    .pe-zone-check-input-wrap {
      flex: 1; display: flex; align-items: center; gap: 12px;
      background: #fff; border-radius: 10px; padding: 0 16px; min-width: 0;
      border: 1px solid transparent; transition: border-color .2s, box-shadow .2s;
    }
    .pe-zone-check-form:focus-within .pe-zone-check-input-wrap {
      border-color: rgba(20,45,111,.25);
      box-shadow: 0 0 0 3px rgba(163,189,255,.35);
    }
    .pe-zone-check-icon {
      flex-shrink: 0; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
      border-radius: 10px; background: #F6F4EF; color: #142D6F; font-size: 22px; line-height: 1;
    }
    .pe-zone-check-icon i { display: block; font-size: inherit; color: inherit; }
    .pe-zone-check-form input {
      flex: 1; border: none; background: transparent; font-size: 17px; font-weight: 500;
      color: #142D6F; min-width: 0; padding: 16px 0; height: auto;
    }
    .pe-zone-check-form input::placeholder { color: #8a96ad; font-weight: 400; }
    .pe-zone-check-form input:focus { outline: none; }
    .pe-zone-check-btn {
      flex-shrink: 0; align-self: stretch; display: inline-flex; align-items: center; justify-content: center;
      gap: 8px; margin: 0; padding: 0 28px; border: none; border-radius: 10px;
      font-size: 16px; font-weight: 600; font-family: inherit; white-space: nowrap; cursor: pointer;
      color: #fff; background: #142D6F; transition: background .25s, transform .2s;
    }
    .pe-zone-check-btn:hover { background: #0f2459; color: #fff; transform: translateY(-1px); }
    .pe-zone-check-btn i { font-size: 18px; }
    .pe-zone-check-hint { margin: 12px 0 0; font-size: 13px; color: #8a96ad; display: flex; align-items: center; gap: 8px; }
    .pe-zone-check-hint i { color: #142D6F; font-size: 16px; }
    /* Pourquoi - comparateur avant / après */
    .pe-ba-compare { width: 100%; }
    .pe-ba-compare-hint {
      text-align: center; font-size: 12px; font-weight: 700; letter-spacing: .12em;
      text-transform: uppercase; color: #6b7a99; margin: 0 0 14px;
    }
    .pe-ba-compare-box {
      position: relative; width: 100%; border-radius: 20px; overflow: hidden;
      box-shadow: 0 20px 56px rgba(20,45,111,.14);
      border: 1px solid rgba(20,45,111,.08);
      aspect-ratio: 4 / 5; max-height: 550px; background: #f0f2f8;
      user-select: none; touch-action: none; cursor: ew-resize;
    }
    .pe-ba-img {
      position: absolute; inset: 0; width: 100%; height: 100%;
      object-fit: cover; object-position: center; display: block; pointer-events: none;
    }
    .pe-ba-clip {
      position: absolute; inset: 0; width: 50%; overflow: hidden; z-index: 2;
      border-right: 3px solid #fff;
    }
    .pe-ba-clip .pe-ba-img { left: 0; top: 0; height: 100%; max-width: none; object-fit: cover; object-position: center; }
    @supports not (aspect-ratio: 4 / 5) {
      .pe-ba-compare-box { height: 480px; }
    }
    .pe-ba-label {
      position: absolute; top: 16px; z-index: 4; padding: 8px 16px; border-radius: 50px;
      font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
      background: #fff; box-shadow: 0 4px 16px rgba(20,45,111,.12); pointer-events: none;
    }
    .pe-ba-label--avant { left: 16px; color: #d64545; }
    .pe-ba-label--apres { right: 16px; color: #1a9b5c; }
    .pe-ba-handle {
      position: absolute; top: 0; bottom: 0; left: 50%; z-index: 5;
      transform: translateX(-50%); display: flex; align-items: center; justify-content: center;
      pointer-events: none;
    }
    .pe-ba-handle-knob {
      width: 48px; height: 48px; border-radius: 50%; background: #142D6F; border: 3px solid #fff;
      box-shadow: 0 4px 20px rgba(20,45,111,.35);
      display: flex; align-items: center; justify-content: center; gap: 2px;
      color: #fff; font-size: 16px; line-height: 1;
    }
    .pe-ba-range {
      position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0;
      cursor: ew-resize; z-index: 6;
    }
    .pe-benefit-list { list-style: none; margin: 36px 0 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
    .pe-benefit-item {
      display: flex; gap: 22px; align-items: flex-start; padding: 26px 28px; margin: 0;
      border-radius: 20px;
      background: linear-gradient(145deg, rgba(163,189,255,.45) 0%, rgba(232,242,255,.98) 45%, #fff 100%);
      border: 1px solid rgba(255,255,255,.85);
      box-shadow: 0 10px 36px rgba(20,45,111,.09), inset 0 1px 0 rgba(255,255,255,.95);
      transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s ease;
    }
    .pe-benefit-item:hover {
      transform: translateY(-4px);
      box-shadow: 0 18px 48px rgba(20,45,111,.14), inset 0 1px 0 #fff;
    }
    .pe-benefit-icon {
      flex-shrink: 0; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center;
      border-radius: 16px; background: #fff;
      border: 1px solid rgba(163,189,255,.35);
      box-shadow: 0 6px 20px rgba(20,45,111,.1);
    }
    .pe-benefit-icon img { width: 36px; height: 36px; object-fit: contain; display: block; }
    .pe-benefit-item h4 { margin: 0 0 8px; font-size: 20px; font-weight: 600; color: #142D6F; letter-spacing: -.01em; }
    .pe-benefit-item p { margin: 0; font-size: 15px; line-height: 1.6; color: #5a6a85; }
    /* Prestations - onglets */
    .pe-services-tabs { background: linear-gradient(180deg, #fff 0%, rgba(163,189,255,.14) 55%, #F6F4EF 100%); }
    #prestations.lonyo-section-padding3 { padding-bottom: 48px; }
    #secteurs-pro.lonyo-section-padding { padding-top: 48px; padding-bottom: 100px; }
    .pe-svc-head { text-align: center; max-width: 820px; margin: 0 auto 40px; }
    .pe-svc-kicker {
      display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .1em;
      text-transform: uppercase; color: #142D6F; background: #fff; padding: 6px 14px;
      border-radius: 50px; margin-bottom: 14px; box-shadow: 0 4px 16px rgba(20,45,111,.08);
    }
    .pe-svc-head h2 { margin-bottom: 10px; color: #142D6F; line-height: 1.25; font-size: clamp(26px, 3.5vw, 40px); }
    .pe-svc-intro { margin: 0 auto; font-size: 17px; line-height: 1.45; color: #6b7a99; max-width: 720px; }
    .pe-svc-panel {
      background: #fff; border-radius: 24px; overflow: hidden;
      box-shadow: 0 24px 64px rgba(20,45,111,.1); border: 1px solid rgba(20,45,111,.08);
    }
    .pe-services-tabs .lonyo-tab-wrap { margin: 0; }
    .pe-services-tabs .pe-svc-tabs {
      display: flex; width: 100%; list-style: none; margin: 0; padding: 8px 8px 0;
      background: #A3BDFF; border-bottom: none; gap: 4px;
    }
    .pe-services-tabs .pe-svc-tabs li {
      flex: 1; display: flex; align-items: center; justify-content: center; gap: 12px;
      padding: 18px 20px; cursor: pointer; border: none; border-radius: 14px 14px 0 0;
      background: transparent; transition: background .25s ease, color .25s ease, box-shadow .25s ease;
      min-height: 68px;
    }
    .pe-services-tabs .pe-svc-tabs li:hover:not(.active-tab) { background: rgba(20,45,111,.1); }
    .pe-services-tabs .pe-svc-tabs li h4 {
      margin: 0; font-size: 17px; font-weight: 600; color: #142D6F;
      opacity: .88; transition: color .25s, opacity .25s;
    }
    .pe-services-tabs .pe-svc-tabs li img {
      width: 28px; height: 28px; object-fit: contain; flex-shrink: 0;
      transition: opacity .25s, transform .25s;
    }
    .pe-services-tabs .pe-svc-tabs li img.pe-svc-tab-icon { width: 32px; height: 32px; }
    .pe-services-tabs .pe-svc-tabs li.active-tab {
      background: #142D6F;
      box-shadow: 0 -4px 20px rgba(20,45,111,.15);
    }
    .pe-services-tabs .pe-svc-tabs li.active-tab h4 { color: #fff; opacity: 1; }
    .pe-services-tabs .pe-svc-tabs li.active-tab img { opacity: 1; }
    .pe-svc-body { padding: clamp(28px, 4vw, 48px); }
    .pe-svc-tab-content { margin: 0 !important; list-style: none; padding: 0; }
    .pe-svc-tab-content > li { display: none; }
    .pe-svc-tab-content > li.pe-svc-pane--show { display: block; animation: pe-svc-fade .35s ease; }
    @keyframes pe-svc-fade {
      from { opacity: 0; transform: translateY(8px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .pe-svc-tag {
      display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase;
      letter-spacing: .06em; color: #142D6F; background: #F6F4EF; padding: 6px 12px;
      border-radius: 8px; margin-bottom: 14px;
    }
    .pe-svc-copy h3 { font-size: clamp(26px, 3vw, 34px); margin-bottom: 14px; color: #142D6F; line-height: 1.2; }
    .pe-svc-copy .data { font-size: 17px; line-height: 1.65; color: #6b7a99; margin-bottom: 0; }
    .pe-svc-features {
      list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px;
    }
    .pe-svc-features li {
      display: flex; align-items: flex-start; gap: 12px; font-size: 16px; line-height: 1.45; color: #142D6F;
    }
    .pe-svc-features li i {
      flex-shrink: 0; width: 22px; height: 22px; display: flex; align-items: center; justify-content: center;
      border-radius: 50%; background: rgba(163,189,255,.35); color: #142D6F; font-size: 14px; margin-top: 2px;
    }
    .pe-svc-btns { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 32px; }
    .pe-svc-btn-outline {
      display: inline-flex; align-items: center; gap: 8px; padding: 14px 24px; border-radius: 6px;
      font-size: 16px; font-weight: 600; color: #142D6F; border: 2px solid rgba(20,45,111,.2);
      text-decoration: none; transition: background .2s, border-color .2s;
    }
    .pe-svc-btn-outline:hover { background: #F6F4EF; border-color: #142D6F; color: #142D6F; }
    .pe-svc-visual {
      position: relative; margin: 0; border-radius: 18px; overflow: hidden;
      box-shadow: 0 16px 48px rgba(20,45,111,.12); aspect-ratio: 4 / 3; background: #F6F4EF;
    }
    .pe-svc-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .pe-svc-visual-badge {
      position: absolute; left: 16px; bottom: 16px; padding: 10px 16px; border-radius: 12px;
      background: rgba(255,255,255,.95); font-size: 13px; font-weight: 600; color: #142D6F;
      box-shadow: 0 8px 24px rgba(20,45,111,.12);
    }
    a.pe-link { font-size: 17px; font-weight: 600; color: #142D6F; text-decoration: underline; text-underline-offset: 4px; }
    a.pe-link:hover { opacity: .75; }
    /* Secteurs professionnels */
    .pe-section-cream { background-color: #F6F4EF !important; }
    .pe-sectors-head { text-align: center; max-width: 780px; margin: 0 auto 48px; }
    .pe-sectors-kicker {
      display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .1em;
      text-transform: uppercase; color: #142D6F; background: #fff; padding: 6px 14px;
      border-radius: 50px; margin-bottom: 14px; box-shadow: 0 4px 16px rgba(20,45,111,.08);
    }
    .pe-sectors-head h2 { color: #142D6F; margin-bottom: 12px; font-size: clamp(28px, 4vw, 40px); line-height: 1.2; }
    .pe-sectors-head .data { font-size: 17px; line-height: 1.6; color: #6b7a99; margin: 0; }
    .pe-sector-card {
      height: 100%; background: #fff; border-radius: 20px; padding: 0; overflow: hidden;
      border: 1px solid rgba(20,45,111,.08); box-shadow: 0 8px 28px rgba(20,45,111,.06);
      transition: transform .25s, box-shadow .25s; display: flex; flex-direction: column;
    }
    .pe-sector-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(20,45,111,.14); }
    .pe-sector-card-img {
      position: relative; margin: 0; aspect-ratio: 4 / 3; overflow: hidden; background: #e8ecf4;
    }
    .pe-sector-card-img img {
      width: 100%; height: 100%; object-fit: cover; display: block;
      transition: transform .5s cubic-bezier(.22,1,.36,1);
    }
    .pe-sector-card:hover .pe-sector-card-img img { transform: scale(1.06); }
    .pe-sector-card-img::after {
      content: ""; position: absolute; inset: 0;
      background: linear-gradient(180deg, transparent 35%, rgba(20,45,111,.65) 100%);
    }
    .pe-sector-card-img h3 {
      position: absolute; left: 20px; bottom: 18px; z-index: 1; margin: 0;
      font-size: 22px; color: #fff; line-height: 1.2; text-shadow: 0 2px 12px rgba(0,0,0,.25);
    }
    .pe-sector-card-img h3 a {
      color: #fff;
      text-decoration: none;
    }
    .pe-sector-card-img h3 a:hover { text-decoration: underline; }
    .pe-sector-card-body { padding: 22px 24px 26px; flex: 1; display: flex; flex-direction: column; }
    .pe-sector-card-body p { margin: 0 0 16px; font-size: 15px; line-height: 1.55; color: #6b7a99; flex: 1; }
    .pe-sector-link {
      display: inline-flex; align-items: center; gap: 6px; font-size: 15px; font-weight: 600;
      color: #142D6F; text-decoration: none; margin-top: auto;
    }
    .pe-sector-link i { transition: transform .2s; }
    .pe-sector-card:hover .pe-sector-link i { transform: translateX(4px); }
    .pe-sector-tags { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
    .pe-sector-tags li {
      font-size: 12px; font-weight: 600; color: #142D6F; background: #F6F4EF;
      padding: 5px 10px; border-radius: 6px;
    }
    .pe-sectors-banner {
      margin-top: 48px; padding: 36px 40px; border-radius: 20px;
      background: linear-gradient(135deg, #142D6F 0%, #1e3d8f 100%);
      display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px;
    }
    .pe-sectors-banner h3 { color: #fff; margin: 0 0 8px; font-size: clamp(22px, 3vw, 28px); }
    .pe-sectors-banner p { margin: 0; color: rgba(255,255,255,.85); font-size: 16px; max-width: 520px; line-height: 1.5; }
    .pe-sectors-banner .lonyo-default-btn { background: #fff; color: #142D6F; border-color: #fff; flex-shrink: 0; }
    .pe-sectors-banner .lonyo-default-btn:hover { background: #F6F4EF; color: #142D6F; }
    .pe-sectors-banner .lonyo-default-btn i { margin-left: 6px; vertical-align: -2px; font-size: 18px; }
    @media (max-width: 767px) {
      .pe-sectors-banner { padding: 28px 24px; text-align: center; justify-content: center; }
      .pe-sectors-banner .lonyo-default-btn { width: 100%; justify-content: center; }
    }
    /* Blog */
    .pe-blog-section { background: linear-gradient(180deg, #fff 0%, rgba(163,189,255,.08) 100%); }
    .pe-blog-head { margin-bottom: 40px; }
    .pe-blog-head .row { align-items: flex-end; }
    .pe-blog-head h2 { color: #142D6F; margin-bottom: 8px; font-size: clamp(28px, 4vw, 40px); line-height: 1.2; }
    .pe-blog-head .pe-blog-lead { margin: 0; font-size: 17px; color: #6b7a99; max-width: 520px; }
    .pe-blog-head .blog-title-btn { flex-shrink: 0; }
    .pe-blog-cat {
      display: inline-block; font-size: 11px; font-weight: 700; color: #142D6F;
      text-transform: uppercase; letter-spacing: .08em; background: #F6F4EF;
      padding: 6px 12px; border-radius: 6px; margin-bottom: 14px;
    }
    .pe-blog-hero-card {
      display: block; height: 100%; background: #fff; border-radius: 20px; overflow: hidden;
      border: 1px solid rgba(20,45,111,.08); box-shadow: 0 16px 48px rgba(20,45,111,.1);
      text-decoration: none; color: inherit; transition: transform .25s, box-shadow .25s;
    }
    .pe-blog-hero-card:hover { transform: translateY(-4px); box-shadow: 0 24px 56px rgba(20,45,111,.14); color: inherit; }
    .pe-blog-hero-img { position: relative; margin: 0; aspect-ratio: 16 / 10; overflow: hidden; }
    .pe-blog-hero-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
    .pe-blog-hero-card:hover .pe-blog-hero-img img { transform: scale(1.04); }
    .pe-blog-hero-img::after {
      content: ""; position: absolute; inset: 0;
      background: linear-gradient(180deg, transparent 40%, rgba(20,45,111,.55) 100%);
    }
    .pe-blog-hero-body { padding: 28px 32px 32px; }
    .pe-blog-hero-body h3 { font-size: clamp(22px, 2.5vw, 28px); color: #142D6F; margin: 0 0 12px; line-height: 1.3; }
    .pe-blog-hero-body p { margin: 0 0 20px; font-size: 16px; line-height: 1.6; color: #6b7a99; }
    .pe-blog-meta { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 14px; font-size: 14px; color: #8a96ad; }
    .pe-blog-meta span { display: inline-flex; align-items: center; gap: 6px; }
    .pe-blog-meta img { width: 16px; opacity: .7; }
    .pe-blog-read {
      display: inline-flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 600; color: #142D6F;
    }
    .pe-blog-read i { font-size: 18px; transition: transform .2s; }
    .pe-blog-hero-card:hover .pe-blog-read i { transform: translateX(4px); }
    .pe-blog-aside {
      height: 100%; display: flex; flex-direction: column; gap: 16px; padding: 0;
      background: transparent; border: none; box-shadow: none;
    }
    .pe-blog-mini {
      display: flex; align-items: flex-start; gap: 16px; padding: 20px; border-radius: 18px;
      background: #fff; border: 1px solid rgba(20,45,111,.08);
      box-shadow: 0 8px 28px rgba(20,45,111,.08);
      text-decoration: none; color: inherit;
      transition: transform .25s, box-shadow .25s;
    }
    .pe-blog-mini:hover {
      transform: translateY(-4px); box-shadow: 0 16px 40px rgba(20,45,111,.14); color: inherit;
    }
    .pe-blog-mini-thumb { flex-shrink: 0; width: 100px; height: 96px; border-radius: 12px; overflow: hidden; }
    .pe-blog-mini-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .pe-blog-mini-body { min-width: 0; flex: 1; }
    .pe-blog-mini-cat { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: #142D6F; opacity: .7; margin-bottom: 6px; display: block; }
    .pe-blog-mini h4 { font-size: 16px; margin: 0 0 6px; line-height: 1.35; color: #142D6F; }
    .pe-blog-mini-excerpt {
      font-size: 14px; line-height: 1.5; color: #6b7a99; margin: 0 0 8px;
      display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
    }
    .pe-blog-mini .meta { font-size: 12px; color: #8a96ad; margin: 0; }
    @media (max-width: 991px) {
      .pe-blog-head .d-flex { justify-content: flex-start !important; margin-top: 20px; }
      .pe-blog-aside { margin-top: 8px; }
    }
    /* Partenaires */
    .pe-partners { text-align: center; padding: 80px 0; }
    .pe-partners h2 { color: #fff; margin-bottom: 48px; font-size: clamp(28px, 4vw, 40px); }
    .pe-partners-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 900px; margin: 0 auto 40px; }
    .pe-partner-card { background: #fff; border-radius: 12px; padding: 28px 24px; min-height: 90px; display: flex; align-items: center; justify-content: center; transition: transform .2s; }
    .pe-partner-card:hover { transform: translateY(-3px); }
    .pe-partner-card img { max-height: 40px; max-width: 120px; width: auto; }
    .pe-partners .lonyo-default-btn { background: #fff; color: #142D6F; border: 2px solid #fff; }
    .pe-partners .lonyo-default-btn:hover { background: transparent; color: #fff; }
    /* Footer */
    @media (max-width: 991px) {
      .pe-hero-split.lonyo-hero-section3 { padding: 100px 0 var(--pe-zone-overlap, 88px); }
      .pe-hero-track-wrap {
        margin-top: calc(-1 * var(--pe-zone-overlap, 88px));
        padding-bottom: var(--pe-zone-overlap, 88px);
      }
      .pe-hero-track-wrap + .lonyo-section-padding { padding-top: 36px; }
      .pe-hero-gallery { min-height: 400px; }
      .pe-hero-card--main { width: 56%; height: 300px; }
      .pe-hero-card--accent { width: 46%; height: 200px; }
      .pe-hero-card--secondary { width: 42%; height: 170px; right: 4%; }
      .pe-hero-float { padding: 10px 14px; font-size: 13px; }
      .pe-hero-float--delay strong { font-size: 18px; }
      .pe-hero-track { max-width: 100%; padding: 22px 20px 24px; }
      .pe-zone-check-form { flex-direction: column; padding: 8px; gap: 8px; }
      .pe-zone-check-btn { width: 100%; padding: 16px 24px; }
      .pe-partners-grid { grid-template-columns: repeat(2, 1fr); }
      #prestations.lonyo-section-padding3 { padding-bottom: 36px; }
      #secteurs-pro.lonyo-section-padding { padding-top: 36px; padding-bottom: 72px; }
      .pe-services-tabs .pe-svc-tabs li { padding: 16px 10px; min-height: 64px; gap: 8px; }
      .pe-services-tabs .pe-svc-tabs li h4 { font-size: 14px; }
      .pe-services-tabs .pe-svc-tabs li img { width: 22px; height: 22px; }
      .pe-svc-body { padding: 24px 20px; }
      .pe-svc-visual { margin-top: 28px; }
    }
    @media (max-width: 575px) {
      .pe-partners-grid { grid-template-columns: 1fr; }
      .pe-ba-compare-box { max-height: 420px; }
      .pe-ba-handle-knob { width: 42px; height: 42px; font-size: 14px; }
      .pe-hero-gallery { min-height: 0; padding-bottom: 12px; }
      .pe-hero-card { position: relative; width: 100% !important; height: auto !important; left: auto !important; right: auto !important; top: auto !important; bottom: auto !important; transform: none !important; margin-bottom: 14px; }
      .pe-hero-card img { height: 200px; }
      .pe-hero-card--main img { height: 220px; }
      .pe-hero-gallery:hover .pe-hero-card--main,
      .pe-hero-gallery:hover .pe-hero-card--accent,
      .pe-hero-gallery:hover .pe-hero-card--secondary { transform: none !important; }
      .pe-hero-floats { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
      .pe-hero-float { position: relative; left: auto !important; right: auto !important; top: auto !important; bottom: auto !important; animation: none; }
      .pe-hero-gallery-bg { display: none; }
    }
  
    .pe-page-hero {
      padding: 140px 0 72px; background: #142D6F; text-align: center;
    }
    .pe-page-hero .pe-hero-tag { background: rgba(255,255,255,.12); color: #A3BDFF; box-shadow: none; }
    .pe-page-hero h1 { color: #fff; font-size: clamp(32px, 5vw, 48px); line-height: 1.15; margin: 0 0 16px; }
    .pe-page-hero p { margin: 0 auto 28px; max-width: 640px; font-size: 18px; line-height: 1.6; color: rgba(255,255,255,.88); }
    .pe-svc-jump {
      display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 8px;
    }
    .pe-svc-jump a img { width: 18px; height: 18px; object-fit: contain; }
    .pe-svc-jump a {
      display: inline-flex; align-items: center; gap: 6px; padding: 10px 18px; border-radius: 50px;
      font-size: 14px; font-weight: 600; color: #142D6F; background: #fff; text-decoration: none;
      border: 1px solid rgba(20,45,111,.1); transition: background .2s, transform .2s;
    }
    .pe-svc-jump a:hover { background: #F6F4EF; transform: translateY(-1px); color: #142D6F; }
    .pe-process-grid {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
    }
    @media (max-width: 991px) { .pe-process-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 575px) { .pe-process-grid { grid-template-columns: 1fr; } }
    .pe-process-card {
      height: 100%; padding: 28px 24px; border-radius: 20px; background: #fff;
      border: 1px solid rgba(20,45,111,.08); box-shadow: 0 10px 36px rgba(20,45,111,.08);
      transition: transform .25s, box-shadow .25s;
    }
    .pe-process-card:hover { transform: translateY(-4px); box-shadow: 0 18px 48px rgba(20,45,111,.12); }
    .pe-process-num {
      width: 40px; height: 40px; border-radius: 50%; background: #142D6F; color: #fff;
      display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px; margin-bottom: 16px;
    }
    .pe-process-card h4 { margin: 0 0 8px; font-size: 18px; color: #142D6F; }
    .pe-process-card p { margin: 0; font-size: 15px; line-height: 1.55; color: #6b7a99; }
    .pe-combine-band {
      margin-top: 40px; padding: 32px 36px; border-radius: 20px;
      background: linear-gradient(135deg, rgba(163,189,255,.4) 0%, #fff 100%);
      border: 1px solid rgba(20,45,111,.1); text-align: center;
    }
    .pe-combine-band h3 { margin: 0 0 10px; font-size: clamp(20px, 2.5vw, 26px); color: #142D6F; }
    .pe-combine-band p { margin: 0 0 20px; color: #6b7a99; font-size: 16px; max-width: 560px; margin-left: auto; margin-right: auto; }
    .pe-combine-icons { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; margin-bottom: 20px; }
    .pe-combine-icons span { display: flex; align-items: center; gap: 8px; font-weight: 600; color: #142D6F; font-size: 15px; }
    .pe-combine-icons img { width: 32px; height: 32px; }
    .main-menu a.pe-nav-current { opacity: 1; text-decoration: underline; text-underline-offset: 6px; }
    .pe-services-page { padding-bottom: 0; }
    .pe-service-section {
      padding: clamp(72px, 9vw, 110px) 0;
      scroll-margin-top: 96px;
    }
    .pe-service-section--white { background: #fff; }
    .pe-service-section--cream { background: #F6F4EF; }
    .pe-service-section--gradient {
      background: linear-gradient(180deg, rgba(163,189,255,.18) 0%, #fff 55%, #F6F4EF 100%);
    }
    .pe-service-head {
      display: flex; flex-wrap: wrap; align-items: flex-start; gap: 20px 24px;
      margin-bottom: clamp(32px, 5vw, 48px);
    }
    .pe-service-head-icon {
      width: 76px; height: 76px; flex-shrink: 0; border-radius: 20px; background: #fff;
      border: 1px solid rgba(20,45,111,.1); box-shadow: 0 12px 36px rgba(20,45,111,.1);
      display: flex; align-items: center; justify-content: center;
    }
    .pe-service-section--cream .pe-service-head-icon {
      background: linear-gradient(145deg, rgba(163,189,255,.4) 0%, #fff 100%);
    }
    .pe-service-head-icon img { width: 42px; height: 42px; object-fit: contain; }
    .pe-service-head-text { flex: 1; min-width: 260px; }
    .pe-service-head-text h2 { margin: 0 0 10px; font-size: clamp(28px, 4vw, 42px); color: #142D6F; line-height: 1.15; }
    .pe-service-head-text > p { margin: 0; font-size: 17px; line-height: 1.6; color: #6b7a99; max-width: 680px; }
    .pe-service-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
    .pe-service-pill {
      font-size: 13px; font-weight: 600; color: #142D6F;
      background: rgba(163,189,255,.35); padding: 8px 14px; border-radius: 50px;
    }
    .pe-service-section--cream .pe-service-pill {
      background: #fff; border: 1px solid rgba(20,45,111,.08);
    }
    .pe-service-detail .pe-svc-copy h3 { margin-top: 0; }
    .pe-service-includes {
      margin-top: 28px; padding: 24px 28px; border-radius: 16px;
      background: rgba(255,255,255,.7); border: 1px solid rgba(20,45,111,.08);
    }
    .pe-service-section--white .pe-service-includes { background: #F6F4EF; }
    .pe-service-includes h4 {
      margin: 0 0 14px; font-size: 14px; font-weight: 700; text-transform: uppercase;
      letter-spacing: .06em; color: #142D6F;
    }
    .pe-service-includes ul {
      list-style: none; margin: 0; padding: 0;
      display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 8px 20px;
    }
    .pe-service-includes li {
      font-size: 14px; color: #6b7a99; padding-left: 18px; position: relative;
    }
    .pe-service-includes li::before {
      content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 6px;
      border-radius: 50%; background: #142D6F;
    }
    .pe-services-intro {
      text-align: center; max-width: 720px; margin: 0 auto;
      padding: 48px 0 0;
    }
    .pe-services-intro h2 { color: #142D6F; margin-bottom: 10px; font-size: clamp(24px, 3vw, 32px); }
    .pe-services-intro p { margin: 0; color: #6b7a99; font-size: 17px; line-height: 1.55; }

  
    .pe-contact-main { padding: clamp(56px, 8vw, 88px) 0; background: linear-gradient(180deg, #fff 0%, rgba(163,189,255,.1) 100%); }
    .pe-contact-info-card {
      height: 100%; padding: 28px 26px; border-radius: 20px; background: #fff;
      border: 1px solid rgba(20,45,111,.08); box-shadow: 0 12px 40px rgba(20,45,111,.08);
      transition: transform .25s, box-shadow .25s;
    }
    .pe-contact-info-card:hover { transform: translateY(-4px); box-shadow: 0 18px 48px rgba(20,45,111,.12); }
    .pe-contact-info-card .icon-wrap {
      width: 52px; height: 52px; border-radius: 14px; background: #F6F4EF;
      display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
    }
    .pe-contact-info-card .icon-wrap img { width: 26px; }
    .pe-contact-info-card h3 { margin: 0 0 6px; font-size: 18px; color: #142D6F; }
    .pe-contact-info-card p { margin: 0; font-size: 15px; line-height: 1.5; color: #6b7a99; }
    .pe-contact-info-card a { color: #142D6F; font-weight: 600; text-decoration: none; }
    .pe-contact-info-card a:hover { text-decoration: underline; }
    .pe-contact-form-card {
      padding: clamp(28px, 4vw, 40px); border-radius: 24px; background: #fff;
      border: 1px solid rgba(20,45,111,.08); box-shadow: 0 24px 64px rgba(20,45,111,.1);
    }
    .pe-contact-form-card h2 { margin: 0 0 8px; font-size: clamp(22px, 3vw, 28px); color: #142D6F; }
    .pe-contact-form-card .lead { margin: 0 0 28px; font-size: 16px; color: #6b7a99; line-height: 1.55; }
    .pe-contact-aside h2 { font-size: clamp(26px, 3.5vw, 36px); color: #142D6F; margin-bottom: 14px; line-height: 1.2; }
    .pe-contact-aside .intro { font-size: 17px; line-height: 1.65; color: #6b7a99; margin-bottom: 32px; }
    .pe-contact-hours {
      margin-top: 28px; padding: 22px 24px; border-radius: 16px; background: #F6F4EF;
      border: 1px solid rgba(20,45,111,.06);
    }
    .pe-contact-hours h4 { margin: 0 0 12px; font-size: 15px; font-weight: 700; color: #142D6F; }
    .pe-contact-hours ul { list-style: none; margin: 0; padding: 0; }
    .pe-contact-hours li {
      display: flex; justify-content: space-between; gap: 12px; padding: 8px 0;
      border-bottom: 1px solid rgba(20,45,111,.06); font-size: 14px; color: #6b7a99;
    }
    .pe-contact-hours li:last-child { border-bottom: none; }
    .pe-contact-hours li strong { color: #142D6F; font-weight: 600; }
    .pe-contact-quick {
      display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px;
    }
    .pe-contact-quick a {
      display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px;
      border-radius: 12px; font-size: 15px; font-weight: 600; text-decoration: none;
      color: #142D6F; background: #fff; border: 2px solid rgba(20,45,111,.15);
      transition: background .2s, border-color .2s;
    }
    .pe-contact-quick a:hover { background: #F6F4EF; border-color: #142D6F; }
    .pe-contact-quick a.is-primary { background: #142D6F; color: #fff; border-color: #142D6F; }
    .pe-contact-quick a.is-primary:hover { background: #0f2459; color: #fff; }
    .pe-contact-map {
      padding: 0 0 clamp(56px, 8vw, 80px);
    }
    .pe-contact-map iframe {
      display: block; width: 100%; height: 420px; border: none; border-radius: 20px;
      box-shadow: 0 16px 48px rgba(20,45,111,.12);
    }
    .pe-contact-map-cap {
      text-align: center; margin-top: 16px; font-size: 14px; color: #8a96ad;
    }
    .pe-devis-field { margin-bottom: 20px; }
    .pe-devis-field label { display: block; font-size: 14px; font-weight: 600; color: #142D6F; margin-bottom: 8px; }
    .pe-devis-field label .req { color: #c0392b; }
    .pe-devis-field input, .pe-devis-field select, .pe-devis-field textarea {
      width: 100%; border: 1px solid rgba(20,45,111,.15); border-radius: 12px;
      padding: 14px 16px; font-size: 16px; font-family: inherit; color: #142D6F; background: #fff;
      transition: border-color .2s, box-shadow .2s;
    }
    .pe-devis-field input:focus, .pe-devis-field select:focus, .pe-devis-field textarea:focus {
      outline: none; border-color: #142D6F; box-shadow: 0 0 0 3px rgba(163,189,255,.4);
    }
    .pe-devis-field textarea { min-height: 140px; resize: vertical; }
    .pe-contact-submit {
      width: 100%; border: none; border-radius: 12px; padding: 18px 28px;
      font-size: 17px; font-weight: 600; font-family: inherit; cursor: pointer;
      color: #fff; background: #142D6F; display: inline-flex; align-items: center;
      justify-content: center; gap: 10px; transition: background .25s, transform .2s;
    }
    .pe-contact-submit:hover { background: #0f2459; transform: translateY(-1px); color: #fff; }
    .pe-devis-check {
      display: flex; align-items: flex-start; gap: 12px; margin: 0 0 24px;
      font-size: 14px; line-height: 1.5; color: #6b7a99;
    }
    .pe-devis-check input { width: 18px; height: 18px; margin-top: 3px; flex-shrink: 0; accent-color: #142D6F; }
    .pe-devis-check a { color: #142D6F; font-weight: 600; }
