        /* ===== WRAPPER PREMIUM ===== */
        .batik-hero-wrapper {
          background: #ffffff;
          padding: 26px 20px;
          font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
        }

        .batik-hero-box {
          border-radius: 38px;
          overflow: hidden;
          box-shadow: 0 32px 90px rgba(15, 23, 42, .22);
        }

        /* ===== HERO Bat'ik ===== */
        .batik-hero {
          --alt-blue: #264f8f;
          --alt-blue2: #1f427b;
          --alt-text: #ffffff;
          --alt-muted: rgba(255, 255, 255, .88);
          --alt-cta: #f36b3b;

          background:
            radial-gradient(1200px 600px at 20% 20%, rgba(255, 255, 255, .12), transparent 55%),
            linear-gradient(135deg, var(--alt-blue2), var(--alt-blue));
        }

        .batik-hero * {
          box-sizing: border-box;
        }

        .batik-hero h1,
        .batik-hero p {
          margin: 0;
        }

        .batik-hero .wrap {
          max-width: 1200px;
          margin: 0 auto;
          padding: 72px 20px;
          display: grid;
          grid-template-columns: 1.1fr 0.9fr;
          gap: 28px;
          align-items: center;
          min-height: 520px;
        }

        /* ===== Texte ===== */
        .batik-hero .copy {
          display: flex;
          flex-direction: column;
          gap: 18px;
        }

        .batik-hero h1 {
          color: var(--alt-text);
          font-weight: 900;
          font-size: clamp(30px, 4.2vw, 66px);
          line-height: 1.05;
          letter-spacing: -0.02em;
        }

        .batik-hero .desc {
          color: var(--alt-muted);
          font-size: 16px;
          line-height: 1.7;
          max-width: 600px;
          font-weight: 600;
        }

        .batik-hero .desc strong {
          color: #fff;
          font-weight: 900;
        }

        /* Badges Transparent Premium */
        .batik-hero .badges {
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
          margin-top: 6px;
        }

        .batik-hero .badge {
          background: rgba(255, 255, 255, .1);
          border: 1px solid rgba(255, 255, 255, .15);
          color: #fff;
          padding: 10px 16px;
          border-radius: 999px;
          font-weight: 800;
          font-size: 13px;
          backdrop-filter: blur(8px);
          /* Effet verre plus prononcé */
          -webkit-backdrop-filter: blur(8px);
        }

        /* CTA */
        .batik-hero .cta {
          margin-top: 14px;
          width: 100%;
          display: flex;
          gap: 15px;
        }

        .batik-hero .cta a {
          background: var(--alt-cta);
          color: #fff;
          text-decoration: none;
          font-weight: 900;
          padding: 16px 30px;
          border-radius: 999px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          gap: 10px;
          box-shadow: 0 16px 30px rgba(243, 107, 59, .25);
          transition: all 0.2s ease;
        }

        .batik-hero .cta a.btn-devis {
          background: #ffffff;
          color: var(--alt-blue2);
          box-shadow: 0 16px 30px rgba(0, 0, 0, .1);
        }

        /* ===== Image ===== */
        .batik-hero .media {
          display: flex;
          justify-content: flex-end;
        }

        .batik-hero .img {
          width: 100%;
          max-width: 440px;
          border-radius: 28px;
          overflow: hidden;
          border: 1px solid rgba(255, 255, 255, .14);
          box-shadow: 0 22px 50px rgba(0, 0, 0, .25);
        }

        .batik-hero .img img {
          width: 100%;
          height: 560px;
          object-fit: cover;
          display: block;
        }

        /* ===== MOBILE FULL PREMIUM CENTRÉ ===== */
        @media (max-width: 980px) {
          .batik-hero-wrapper {
            padding: 15px 12px;
          }

          .batik-hero-box {
            border-radius: 32px;
          }

          .batik-hero .wrap {
            grid-template-columns: 1fr;
            padding: 35px 20px 45px 20px;
            gap: 30px;
          }

          .batik-hero .media {
            order: 1;
            justify-content: center;
          }

          .batik-hero .img {
            max-width: 100%;
            border-radius: 24px;
          }

          .batik-hero .img img {
            height: 260px;
          }

          .batik-hero .copy {
            order: 2;
            text-align: center;
            /* Centrage du texte */
            align-items: center;
            /* Centrage des blocs */
          }

          .batik-hero h1 {
            font-size: 28px;
            line-height: 1.15;
          }

          .batik-hero .desc {
            font-size: 15px;
            line-height: 1.65;
          }

          .batik-hero .badges {
            justify-content: center;
            /* Centrage des badges */
            gap: 8px;
          }

          .batik-hero .badge {
            font-size: 12px;
            padding: 8px 14px;
            text-align: center;
            width: auto;
          }

          .batik-hero .cta {
            flex-direction: column;
            width: 100%;
            gap: 12px;
            align-items: center;
          }

          .batik-hero .cta a {
            width: 100%;
            max-width: 320px;
            /* Évite que les boutons soient trop larges sur tablettes */
            padding: 18px 20px;
            font-size: 16px;
          }
        }
        /* ===== WRAPPER PREMIUM ===== */
        .batik-bath-wrapper {
          background: #ffffff;
          padding: 26px 20px;
          font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
        }

        .batik-bath-box {
          border-radius: 38px;
          overflow: hidden;
          box-shadow: 0 32px 90px rgba(15, 23, 42, .22);
        }

        /* ===== SERVICES SALLE DE BAIN ===== */
        .batik-bath-services {
          --blue: #264f8f;
          --blue2: #1f427b;
          --text: #ffffff;
          --muted: rgba(255, 255, 255, .9);
          --check: #2ecc71;
          --cta: #f36b3b;

          background: linear-gradient(135deg, var(--blue2), var(--blue));
          padding: 90px 20px;
          color: var(--text);
        }

        .batik-bath-services * {
          box-sizing: border-box;
        }

        .batik-bath-services h2,
        .batik-bath-services h3,
        .batik-bath-services p {
          margin: 0;
        }

        .batik-bath-services .container {
          max-width: 1200px;
          margin: 0 auto;
        }

        /* TITRE */
        .batik-bath-services .title {
          text-align: center;
          margin-bottom: 70px;
        }

        .batik-bath-services .title span {
          display: block;
          color: rgba(255, 255, 255, .75);
          font-weight: 800;
          letter-spacing: .18em;
          text-transform: uppercase;
          font-size: 13px;
          margin-bottom: 10px;
        }

        .batik-bath-services .title h2 {
          color: #fff;
          font-size: clamp(28px, 3.6vw, 48px);
          font-weight: 900;
          line-height: 1.15;
        }

        /* BLOCS */
        .batik-bath-block {
          display: grid;
          grid-template-columns: 1.1fr 0.9fr;
          gap: 46px;
          align-items: center;
          margin-bottom: 90px;
        }

        .batik-bath-block:last-of-type {
          margin-bottom: 0;
        }

        /* TEXTE */
        .batik-bath-block h3 {
          color: #fff;
          font-size: clamp(22px, 2.6vw, 34px);
          font-weight: 900;
          margin-bottom: 16px;
        }

        .batik-bath-block p {
          color: var(--muted);
          font-size: 16px;
          line-height: 1.75;
          margin-bottom: 18px;
        }

        .batik-bath-block p strong {
          color: #fff;
          font-weight: 900;
        }

        /* LISTE PMR */
        .batik-bath-list {
          margin-top: 18px;
          display: grid;
          gap: 12px;
        }

        .batik-bath-item {
          display: flex;
          gap: 12px;
          align-items: flex-start;
          min-width: 0;
        }

        .batik-bath-item p {
          margin: 0;
          word-break: normal;
          overflow-wrap: break-word;
          hyphens: auto;
        }

        .batik-bath-icon {
          width: 22px;
          height: 22px;
          border-radius: 50%;
          background: rgba(46, 204, 113, .15);
          border: 1px solid rgba(46, 204, 113, .4);
          color: var(--check);
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 900;
          flex: 0 0 22px;
          margin-top: 3px;
          backdrop-filter: blur(4px);
        }

        /* IMAGE */
        .batik-bath-media {
          display: flex;
          justify-content: center;
          align-items: center;
        }

        .batik-bath-img {
          width: 100%;
          max-width: 460px;
          border-radius: 34px;
          overflow: hidden;
          border: 1px solid rgba(255, 255, 255, .15);
          box-shadow: 0 28px 60px rgba(0, 0, 0, .3);
        }

        .batik-bath-img img {
          width: 100%;
          height: 420px;
          object-fit: cover;
          display: block;
        }

        /* CTA */
        .batik-bath-cta {
          margin-top: 24px;
          display: flex;
          justify-content: center;
          gap: 15px;
        }

        .batik-bath-cta a {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          gap: 10px;
          background: var(--cta);
          color: #fff;
          text-decoration: none;
          font-weight: 900;
          padding: 16px 30px;
          border-radius: 999px;
          box-shadow: 0 16px 32px rgba(243, 107, 59, .3);
          transition: all 0.2s ease;
        }

        .batik-bath-cta a.btn-devis {
          background: #ffffff;
          color: var(--blue2);
          box-shadow: 0 16px 32px rgba(0, 0, 0, .1);
        }

        /* ===== MOBILE FULL PREMIUM CENTRÉ ===== */
        @media (max-width: 980px) {
          .batik-bath-wrapper {
            padding: 15px 12px;
          }

          .batik-bath-box {
            border-radius: 32px;
          }

          .batik-bath-services {
            padding: 50px 20px;
          }

          .batik-bath-services .title {
            margin-bottom: 40px;
          }

          .batik-bath-block {
            grid-template-columns: 1fr;
            text-align: center;
            /* Tout centrer sur mobile */
            gap: 35px;
          }

          .batik-bath-block.reverse-mobile {
            display: flex;
            flex-direction: column;
          }

          /* L'image passe au dessus du texte pour un meilleur look */
          .batik-bath-block .batik-bath-media {
            order: 1;
          }

          .batik-bath-block div:not(.batik-bath-media) {
            order: 2;
          }

          .batik-bath-item {
            justify-content: center;
            /* Centrer les items de la liste */
            text-align: left;
            /* Garder le texte à gauche du check pour la lisibilité */
          }

          .batik-bath-img {
            border-radius: 24px;
          }

          .batik-bath-img img {
            height: 280px;
          }

          .batik-bath-cta {
            flex-direction: column;
            width: 100%;
            align-items: center;
            gap: 12px;
          }

          .batik-bath-cta a {
            width: 100%;
            max-width: 320px;
            padding: 18px 20px;
          }
        }
        /* ===== WRAPPER PREMIUM ===== */
        .batik-problems-wrapper {
          background: #ffffff;
          padding: 26px 20px;
        }

        .batik-problems-box {
          border-radius: 38px;
          overflow: hidden;
          box-shadow: 0 32px 90px rgba(15, 23, 42, .22);
        }

        /* ===== PROBLÈMES SALLE DE BAIN ===== */
        .batik-problems {
          --blue: #264f8f;
          --blue2: #1f427b;
          --text: #ffffff;
          --muted: rgba(255, 255, 255, .9);
          --check: #2ecc71;

          background: linear-gradient(135deg, var(--blue2), var(--blue));
          padding: 90px 20px;
          font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
        }

        .batik-problems * {
          box-sizing: border-box;
        }

        .batik-problems h2,
        .batik-problems h3,
        .batik-problems p {
          margin: 0;
        }

        .batik-problems .container {
          max-width: 1200px;
          margin: 0 auto;
        }

        /* TITRE */
        .batik-problems .title {
          text-align: center;
          margin-bottom: 70px;
        }

        .batik-problems .title span {
          display: block;
          color: rgba(255, 255, 255, .75);
          font-weight: 800;
          letter-spacing: .18em;
          text-transform: uppercase;
          font-size: 13px;
          margin-bottom: 10px;
        }

        .batik-problems .title h2 {
          color: #fff;
          font-size: clamp(28px, 3.6vw, 48px);
          font-weight: 900;
          line-height: 1.15;
        }

        /* LAYOUT */
        .batik-problems-grid {
          display: grid;
          grid-template-columns: 0.9fr 1.1fr;
          gap: 46px;
          align-items: flex-start;
          /* Aligné en haut pour éviter les décalages si les textes sont longs */
        }

        /* IMAGE */
        .batik-problems-img {
          width: 100%;
          max-width: 420px;
          border-radius: 34px;
          overflow: hidden;
          border: 1px solid rgba(255, 255, 255, .15);
          box-shadow: 0 28px 60px rgba(0, 0, 0, .3);
          margin: auto;
          position: sticky;
          top: 140px;
          /* Suit le défilement si le texte est très long */
        }

        .batik-problems-img img {
          width: 100%;
          height: 480px;
          object-fit: cover;
          display: block;
        }

        /* CARDS / ACCORDÉONS */
        .batik-problems-card {
          background: rgba(255, 255, 255, .08);
          border: 1px solid rgba(255, 255, 255, .15);
          border-radius: 22px;
          padding: 22px 24px;
          margin-bottom: 18px;
          transition: transform 0.2s ease, background 0.2s ease;
        }

        .batik-problems-card:hover {
          background: rgba(255, 255, 255, .12);
        }

        .batik-problems-card h3 {
          color: #fff;
          font-size: 18px;
          font-weight: 900;
          margin-bottom: 12px;
        }

        .batik-problems-card p {
          color: var(--muted);
          font-size: 15.5px;
          line-height: 1.7;
          margin-bottom: 10px;
        }

        .batik-problems-list {
          display: grid;
          gap: 10px;
          margin-top: 10px;
        }

        .batik-problems-item {
          display: flex;
          gap: 10px;
          align-items: flex-start;
        }

        .batik-problems-icon {
          width: 20px;
          height: 20px;
          border-radius: 50%;
          background: rgba(46, 204, 113, .2);
          border: 1px solid rgba(46, 204, 113, .5);
          color: var(--check);
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 900;
          font-size: 11px;
          flex: 0 0 20px;
          margin-top: 3px;
        }

        /* RESPONSIVE */
        @media (max-width: 980px) {
          .batik-problems-wrapper {
            padding: 18px 14px;
          }

          .batik-problems-box {
            border-radius: 28px;
          }

          .batik-problems-grid {
            grid-template-columns: 1fr;
          }

          .batik-problems-img {
            position: static;
            order: 2;
            margin-top: 20px;
          }

          .batik-problems-img img {
            height: 320px;
          }
        }
          /* Wrapper premium (bords arrondis) */
          #batik-reno-douche-recap {
            font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
            background: #ffffff;
            padding: 26px 20px;
            color: #0b1f33;
          }

          #batik-reno-douche-recap * {
            box-sizing: border-box;
          }

          #batik-reno-douche-recap .box {
            border-radius: 38px;
            overflow: hidden;
            box-shadow: 0 32px 90px rgba(15, 23, 42, .22);
            border: 1px solid rgba(15, 23, 42, .06);
            background: radial-gradient(1100px 520px at 15% 15%, rgba(11, 58, 120, .10), transparent 55%),
              linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
          }

          #batik-reno-douche-recap .wrap {
            max-width: 1100px;
            margin: 0 auto;
            padding: 70px 22px;
          }

          /* Header */
          #batik-reno-douche-recap .head {
            text-align: center;
            margin-bottom: 26px;
          }

          #batik-reno-douche-recap .kicker {
            font-size: 12px;
            letter-spacing: .18em;
            text-transform: uppercase;
            color: #0b3a78;
            font-weight: 900;
            margin-bottom: 8px;
          }

          #batik-reno-douche-recap h2 {
            margin: 0 0 10px;
            font-size: clamp(26px, 3.4vw, 42px);
            color: #0b2748;
            font-weight: 900;
            line-height: 1.12;
          }

          #batik-reno-douche-recap .intro {
            max-width: 920px;
            margin: 0 auto;
            font-size: 14.5px;
            line-height: 1.75;
            color: #4b5563;
          }

          #batik-reno-douche-recap .intro strong {
            color: #0b2748;
            font-weight: 900;
          }

          /* Cards recap */
          #batik-reno-douche-recap .grid {
            margin-top: 22px;
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 12px;
          }

          #batik-reno-douche-recap .card {
            background: #ffffff;
            border: 1px solid #e6ebff;
            border-radius: 18px;
            padding: 16px 14px;
            box-shadow: 0 10px 26px rgba(15, 23, 42, .08);
            display: flex;
            flex-direction: column;
            gap: 8px;
            min-height: 142px;
            transition: transform 0.2s ease;
          }

          #batik-reno-douche-recap .card:hover {
            transform: translateY(-3px);
          }

          #batik-reno-douche-recap .icon {
            width: 36px;
            height: 36px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #0b3a78;
            color: #fff;
            font-size: 16px;
            font-weight: 900;
          }

          #batik-reno-douche-recap .card strong {
            color: #0b2748;
            font-size: 13.5px;
            line-height: 1.25;
          }

          #batik-reno-douche-recap .card p {
            margin: 0;
            color: #4b5563;
            font-size: 12.8px;
            line-height: 1.55;
          }

          /* Bandeau prix */
          #batik-reno-douche-recap .price {
            margin-top: 28px;
            background: linear-gradient(180deg, rgba(11, 58, 120, .06), rgba(11, 58, 120, .03));
            border: 1px solid #dbe3ff;
            border-radius: 22px;
            padding: 24px;
            box-shadow: 0 10px 26px rgba(15, 23, 42, .08);
          }

          #batik-reno-douche-recap .price h3 {
            margin: 0 0 10px;
            font-size: 18px;
            font-weight: 900;
            color: #0b2748;
            text-align: center;
          }

          #batik-reno-douche-recap .price .txt {
            max-width: 900px;
            margin: 0 auto 14px;
            font-size: 14px;
            line-height: 1.7;
            color: #4b5563;
            text-align: center;
          }

          #batik-reno-douche-recap .ranges {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
            margin-top: 10px;
          }

          #batik-reno-douche-recap .range {
            background: #ffffff;
            border: 1px solid #e6ebff;
            border-radius: 18px;
            padding: 16px;
            box-shadow: 0 10px 22px rgba(15, 23, 42, .06);
          }

          #batik-reno-douche-recap .rhead {
            display: flex;
            gap: 12px;
            align-items: flex-start;
          }

          #batik-reno-douche-recap .check {
            width: 22px;
            height: 22px;
            border-radius: 999px;
            background: rgba(46, 204, 113, .18);
            border: 1px solid rgba(46, 204, 113, .45);
            color: #2ecc71;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 900;
            font-size: 11px;
            flex: 0 0 22px;
            margin-top: 2px;
          }

          #batik-reno-douche-recap .range strong {
            color: #0b2748;
            font-weight: 900;
            font-size: 14px;
            line-height: 1.25;
            display: block;
            margin-bottom: 4px;
          }

          #batik-reno-douche-recap .range p {
            margin: 0;
            color: #4b5563;
            font-size: 13px;
            line-height: 1.55;
          }

          #batik-reno-douche-recap .note {
            margin-top: 16px;
            text-align: center;
            font-size: 13px;
            color: #4b5563;
            line-height: 1.6;
            font-style: italic;
          }

          /* Bon à savoir */
          #batik-reno-douche-recap .know {
            margin-top: 32px;
            background: #ffffff;
            border: 1px solid #ffe0d6;
            border-radius: 22px;
            padding: 24px 18px;
            box-shadow: 0 10px 22px rgba(15, 23, 42, .06);
            position: relative;
          }

          #batik-reno-douche-recap .know:before,
          #batik-reno-douche-recap .know:after {
            content: "";
            display: block;
            height: 2px;
            background: #f36b3b;
            border-radius: 999px;
            opacity: .8;
            max-width: 300px;
            margin: 0 auto;
          }

          #batik-reno-douche-recap .know:before {
            margin-bottom: 18px;
          }

          #batik-reno-douche-recap .know:after {
            margin-top: 18px;
          }

          #batik-reno-douche-recap .bulb {
            width: 44px;
            height: 44px;
            border-radius: 999px;
            margin: -44px auto 10px;
            background: #ffffff;
            border: 1px solid #ffe0d6;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 22px rgba(15, 23, 42, .06);
            font-size: 20px;
            color: #f36b3b;
            font-weight: 900;
          }

          #batik-reno-douche-recap .know h3 {
            margin: 0 0 8px;
            text-align: center;
            color: #f36b3b;
            font-weight: 900;
            font-size: 20px;
          }

          #batik-reno-douche-recap .know p {
            margin: 0;
            text-align: center;
            color: #4b5563;
            line-height: 1.75;
            font-size: 14.5px;
          }

          #batik-reno-douche-recap .know p strong {
            color: #0b2748;
            font-weight: 900;
          }

          /* CTA */
          #batik-reno-douche-recap .cta {
            margin-top: 24px;
            display: flex;
            justify-content: center;
            gap: 14px;
            flex-wrap: wrap;
          }

          #batik-reno-douche-recap .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 14px 24px;
            border-radius: 999px;
            background: #f36b3b;
            color: #ffffff;
            font-weight: 900;
            font-size: 14.5px;
            text-decoration: none;
            box-shadow: 0 14px 36px rgba(243, 107, 59, .25);
            white-space: nowrap;
            transition: transform 0.2s ease;
          }

          #batik-reno-douche-recap .btn:hover {
            transform: translateY(-2px);
            filter: brightness(1.05);
          }

          #batik-reno-douche-recap .btn.secondary {
            background: #0b3a78;
          color: white;
            box-shadow: 0 14px 36px rgba(11, 58, 120, .2);
          }

          /* Responsive */
          @media (max-width: 1024px) {
            #batik-reno-douche-recap .grid {
              grid-template-columns: repeat(3, 1fr);
            }

            #batik-reno-douche-recap .ranges {
              grid-template-columns: 1fr;
            }
          }

          @media (max-width: 640px) {
            #batik-reno-douche-recap {
              padding: 18px 14px;
            }

            #batik-reno-douche-recap .box {
              border-radius: 28px;
            }

            #batik-reno-douche-recap .wrap {
              padding: 50px 18px;
            }

            #batik-reno-douche-recap .grid {
              grid-template-columns: 1fr;
            }

            #batik-reno-douche-recap .btn {
              width: 100%;
            }

            #batik-reno-douche-recap .head h2 {
              font-size: 26px;
            }
          }
          #faq-salle-de-bain {
            padding: 80px 20px;
            background: #ffffff;
            font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
            color: #0b1f33;
          }

          #faq-salle-de-bain .wrap {
            max-width: 850px;
            margin: 0 auto;
          }

          #faq-salle-de-bain h2 {
            font-size: clamp(26px, 4vw, 32px);
            margin: 0 0 15px;
            font-weight: 900;
            color: #0b2748;
            text-align: center;
            line-height: 1.2;
          }

          #faq-salle-de-bain .intro {
            text-align: center;
            max-width: 720px;
            margin: 0 auto 45px;
            font-size: 15px;
            line-height: 1.7;
            color: #4b5563;
          }

          #faq-salle-de-bain .intro strong {
            color: #0b2748;
          }

          /* Accordéons Premium */
          #faq-salle-de-bain details {
            background: #f7f9ff;
            border: 1px solid #e6ebff;
            border-radius: 18px;
            margin-bottom: 16px;
            transition: all 0.3s ease;
            overflow: hidden;
          }

          #faq-salle-de-bain details:hover {
            background: #ffffff;
            border-color: #0b3a78;
            box-shadow: 0 10px 30px rgba(11, 58, 120, 0.08);
            transform: translateY(-2px);
          }

          #faq-salle-de-bain summary {
            cursor: pointer;
            list-style: none;
            font-weight: 800;
            font-size: 16.5px;
            color: #0b2748;
            padding: 20px 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 15px;
            user-select: none;
          }

          #faq-salle-de-bain summary::-webkit-details-marker {
            display: none;
          }

          /* Icône personnalisée */
          #faq-salle-de-bain summary::after {
            content: "";
            width: 24px;
            height: 24px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230b3a78' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 4.5v15m7.5-7.5h-15'/%3E%3C/svg%3E") no-repeat center;
            transition: transform 0.3s ease;
            flex-shrink: 0;
          }

          #faq-salle-de-bain details[open] summary::after {
            transform: rotate(45deg);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23f36b3b' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 4.5v15m7.5-7.5h-15'/%3E%3C/svg%3E");
          }

          #faq-salle-de-bain details[open] {
            background: #ffffff;
            border-color: #dbe3ff;
            box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
          }

          #faq-salle-de-bain details[open] summary {
            color: #0b3a78;
            border-bottom: 1px solid #f0f4ff;
          }

          #faq-salle-de-bain .content {
            padding: 20px 24px;
            font-size: 14.5px;
            line-height: 1.8;
            color: #4b5563;
            background: #ffffff;
          }

          #faq-salle-de-bain .content strong {
            color: #0b2748;
            font-weight: 700;
          }

          @media (max-width: 640px) {
            #faq-salle-de-bain {
              padding: 60px 15px;
            }

            #faq-salle-de-bain summary {
              font-size: 15px;
              padding: 18px;
            }

            #faq-salle-de-bain .content {
              padding: 18px;
            }
          }
