/* FAMILLE « panne »
 *
 * Fichier CONSTRUIT par outils/construire-css.js — ne pas modifier à la
 * main : la prochaine construction écraserait la modification. Les sources
 * sont css/panne.css, css/boutique.css.
 *
 * Construit le 2026-09-10.
 */

/* --- css/panne.css --- */
.cjp-hero,
.cjp-choices,
.cjp-contacts,
.cjp-edito,
.cjd-edito{
    --cjp-violet: #8f15ff;
    --cjp-violet-deep: #7211cc;
    --cjp-violet-wash: #f4eaff;
    --cjp-ink: #0e0e13;
    --cjp-ink-2: #3a3646;
    --cjp-ink-3: #7d7789;
    --cjp-line: #e6e3ee;
    --cjp-paper: #fff;
    --cjp-wash: #f6f5f9;
}
#top-banner.cjp-hero{
    background: linear-gradient(120deg, #faf7ff, #fff);
    padding: 24px 0 28px;
}
.cjp-hero-grid{
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    align-items: center;
}
@media (min-width: 768px){
.cjp-hero-grid{ grid-template-columns: minmax(0, 300px) minmax(0, 1fr); gap: 32px; }
}
@media (min-width: 1200px){
.cjp-hero-grid{ grid-template-columns: minmax(0, 340px) minmax(0, 1fr); gap: 44px; }
}
.cjp-hero-shot{ display: flex; justify-content: center; }
.cjp-hero-shot img{
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: contain;
}
@media (min-width: 768px){
.cjp-hero-shot img{ max-height: 260px; }
}
@media (min-width: 1200px){
.cjp-hero-shot img{ max-height: 320px; }
}
.cjp-hero .cjp-eyebrow{
    margin: 0 0 6px;
    color: var(--cjp-violet);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .02em;
}
#top-banner.cjp-hero h1{
    margin: 0;
    /* style.css impose « h1 { text-align:center; padding:.5rem } » a tous les
       h1 du site : le titre se retrouvait centre pendant que l eyebrow, le
       prix, les boutons et les chips restaient a gauche. */
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: clamp(1.55rem, 1.1rem + 1.9vw, 2.6rem);
    line-height: 1.14;
    font-weight: 700;
    letter-spacing: -.025em;
    color: var(--cjp-ink);
    text-wrap: balance;
}
.cjp-hero .cjp-meta{
    margin: 12px 0 0;
    font-size: 14px;
    color: var(--cjp-ink-2);
}
.cjp-hero .cjp-meta b{ color: var(--cjp-violet); font-size: 1.08em; font-weight: 700; }
.cjp-hero .cjp-dot{ color: var(--cjp-ink-3); margin: 0 4px; }
.cjp-cta{ display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }
#top-banner.cjp-hero .cjp-btn{
    /* #top-banner a impose display:block et margin-top:10px dans style.css */
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: background .16s, border-color .16s;
}
#top-banner.cjp-hero .cjp-btn-pri{ background: var(--cjp-violet); color: #fff; }
#top-banner.cjp-hero .cjp-btn-pri:hover{ background: var(--cjp-violet-deep); color: #fff; }
#top-banner.cjp-hero .cjp-btn-sec{
    background: var(--cjp-paper);
    border: 1px solid var(--cjp-line);
    color: var(--cjp-ink);
}
#top-banner.cjp-hero .cjp-btn-sec:hover{ border-color: var(--cjp-violet); color: var(--cjp-ink); }
.cjp-trust{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}
.cjp-trust li{
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 13px;
    border: 1px solid var(--cjp-line);
    border-radius: 999px;
    background: var(--cjp-paper);
    font-size: 12.5px;
    font-weight: 600;
    color: var(--cjp-ink-2);
}
.cjp-trust .cjc-i,
.cjp-trust .cjm-i{ color: var(--cjp-violet); }
#issues.cjp-choices,
#modeles.cjp-choices{ padding: 30px 0 34px; background: var(--cjp-paper); }
.cjp-choices-head{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}
.cjp-choices h2{
    margin: 0;
    font-size: clamp(1.15rem, 1rem + .55vw, 1.55rem);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    color: var(--cjp-ink);
}
.cjp-choices .cjp-count{ margin: 3px 0 0; font-size: 13.5px; color: var(--cjp-ink-3); }
.cjp-filter{
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 260px;
    padding: 10px 13px;
    border: 1px solid var(--cjp-line);
    border-radius: 10px;
    background: var(--cjp-wash);
}
.cjp-filter:focus-within{ border-color: var(--cjp-violet); }
.cjp-filter .cjc-i, .cjp-filter .cjm-i{ color: var(--cjp-ink-3); }
.cjp-filter input{
    flex: 1;
    min-width: 0;
    border: 0;
    background: none;
    outline: none;
    font: inherit;
    font-size: 14px;
    color: var(--cjp-ink);
}
.cjp-filter input::-webkit-search-cancel-button{ cursor: pointer; }
.cjp-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
@media (min-width: 700px){
.cjp-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
}
@media (min-width: 1000px){
.cjp-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
#issues.cjp-choices .cjp-card,
#modeles.cjp-choices .cjp-card{
    display: flex;
    flex-direction: column;
    border: 1px solid var(--cjp-line);
    border-radius: 12px;
    overflow: hidden;
    background: var(--cjp-paper);
    color: var(--cjp-ink);
    text-decoration: none;
    transition: border-color .16s, transform .16s, box-shadow .16s;
}
#issues.cjp-choices .cjp-card:hover,
#modeles.cjp-choices .cjp-card:hover{
    border-color: var(--cjp-violet);
    transform: translateY(-2px);
    box-shadow: 0 10px 22px -16px rgba(14, 14, 19, .45);
    color: var(--cjp-ink);
}
@media (prefers-reduced-motion: reduce){
#issues.cjp-choices .cjp-card{ transition: none; }
#issues.cjp-choices .cjp-card:hover{ transform: none; }
}
.cjp-card-shot{
    display: grid;
    place-items: center;
    aspect-ratio: 4 / 3;
    background: linear-gradient(150deg, #efe9fc, #f8f6fd);
    overflow: hidden;
}
.cjp-card-shot img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}
#modeles.cjp-choices .cjp-grid.cjp-dessin .cjp-card-shot,
#issues.cjp-choices .cjp-grid.cjp-dessin .cjp-card-shot{
    position: relative;
    background: linear-gradient(150deg, #ece6f8, #fbfaff);
}
.cjp-silhouette{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    height: var(--cjp-h, 74%);
    max-width: 84%;
}
.cjp-forme{
    height: 100%;
    width: auto;
    max-width: 100%;
    display: block;
    overflow: visible;
}
.cjp-f-trait{
    fill: none;
    stroke: #cfc6e4;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.cjp-f-ecran{ fill: #fff; opacity: .72; }
.cjp-jeton{
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1;
    color: var(--cjp-violet-deep, #7211cc);
    font-variant-numeric: tabular-nums;
    pointer-events: none;
    padding: 0 8px;
    text-align: center;
}
.cjp-jeton-s{ font-size: 15px; letter-spacing: 0; }
@media (min-width: 700px){
.cjp-jeton{ font-size: 21px; }
.cjp-jeton-s{ font-size: 16.5px; }
}
.cjp-card-shot .cjm-i,
.cjp-card-shot .cjc-i{ width: 30px; height: 30px; color: var(--cjp-violet); }
.cjp-card-body{
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
    padding: 11px 12px 13px;
}
.cjp-card-name{ font-size: 13px; font-weight: 500; line-height: 1.32; }
.cjp-card-price{
    margin-top: auto;
    font-size: 14.5px;
    font-weight: 700;
    color: var(--cjp-violet);
    font-variant-numeric: tabular-nums;
}
#issues.cjp-choices .cjp-grid.is-replie .cjp-au-dela,
#modeles.cjp-choices .cjp-grid.is-replie .cjp-au-dela{ display: none; }
#issues.cjp-choices .cjp-grid.is-recherche .cjp-au-dela,
#modeles.cjp-choices .cjp-grid.is-recherche .cjp-au-dela{ display: flex; }
#issues.cjp-choices .cjp-card[hidden],
#modeles.cjp-choices .cjp-card[hidden]{ display: none !important; }
.cjp-plus{ margin: 18px 0 0; text-align: center; }
.cjp-choices .cjp-plus-btn{
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    color: var(--cjp-violet-deep);
    background: var(--cjp-paper);
    border: 1px solid var(--cjp-line);
    border-radius: 999px;
    padding: 11px 22px;
    min-height: 46px;
    cursor: pointer;
    transition: border-color .16s, background .16s;
}
.cjp-choices .cjp-plus-btn:hover{ border-color: var(--cjp-violet); background: var(--cjp-violet-wash); }
#modeles.cjp-choices + #issues.cjp-choices{ padding-top: 0; }
.cjp-empty{
    margin: 18px 0 0;
    padding: 16px;
    border: 1px dashed var(--cjp-line);
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    color: var(--cjp-ink-2);
}
#issues.cjp-choices .cjp-empty a,
#modeles.cjp-choices .cjp-empty a{ color: var(--cjp-violet-deep); font-weight: 600; }
#edito-white.cjp-edito,
#edito-grey.cjp-edito{
    padding: 52px 0 !important;
}
#edito-white.cjp-edito{ border-top: 1px solid var(--cjp-line); }
#edito-grey.cjp-edito{ background: var(--cjp-wash); }
.cjp-edito #edito-text{
    max-width: 1000px;
    margin: 0 auto;
    /* La règle style.css « #edito-white #edito-text { columns: 2 } » */
    columns: auto !important;
    column-count: 1 !important;
    font-size: 16.5px;
    line-height: 1.7;
    color: var(--cjp-ink-2);
}
.cjp-edito #edito-text h1,
.cjp-edito #edito-text h2,
.cjp-edito #edito-text h3,
.cjp-edito #edito-text h4,
.cjp-edito #edito-text p,
.cjp-edito #edito-text ul,
.cjp-edito #edito-text ol,
.cjp-edito #edito-text dl,
.cjp-edito #edito-text blockquote{
    max-width: 74ch;
}
.cjp-edito #edito-text h1,
.cjp-edito #edito-text h2{
    margin: 0 0 14px !important;
    /* style.css donne 8 px de retrait a gauche aux h1 : le titre etait
       decale par rapport au texte. */
    padding: 30px 0 0;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.015em;
    color: var(--cjp-ink);
    text-align: left !important;
    text-wrap: balance;
}
.cjp-edito #edito-text h1{ font-size: 27px; }
.cjp-edito #edito-text > h1:first-child,
.cjp-edito #edito-text > h2:first-child,
.cjp-edito #edito-text > section:first-child > h2:first-child{ padding-top: 0; }
.cjp-edito #edito-text h3{
    margin: 22px 0 8px;
    font-size: 18px;
    font-weight: 700;
    color: var(--cjp-violet-deep);
}
.cjp-edito #edito-text p{ margin: 0 0 16px; }
.cjp-edito #edito-text strong,
.cjp-edito #edito-text b{ color: var(--cjp-ink); }
.cjp-edito #edito-text a{
    color: var(--cjp-violet-deep);
    text-decoration: underline;
    text-decoration-color: rgba(143, 21, 255, .35);
    text-underline-offset: 3px;
}
.cjp-edito #edito-text a:hover{ text-decoration-color: currentColor; }
.cjp-edito #edito-text p > br,
.cjp-edito #edito-text dd > br{ display: none; }
.cjp-edito #edito-text p > strong + br,
.cjp-edito #edito-text p > b + br{ display: inline; }
.cjp-edito #edito-text ul,
.cjp-edito #edito-text ol{ margin: 0 0 18px; padding-left: 22px; }
.cjp-edito #edito-text li{ margin-bottom: 7px; }
.cjp-edito #edito-text li::marker{ color: var(--cjp-violet); }
.cjp-edito #edito-text .cjs-tableau,
.cjd-edito .cjs-tableau{ margin: 6px 0 26px; }
.cjp-edito #edito-text .cjs-tableau table,
.cjd-edito .cjs-tableau table{
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0;
    border: 1px solid var(--cjp-line);
    border-radius: 12px;
    overflow: hidden;
    background: var(--cjp-paper);
    font-size: 14.5px !important;
    line-height: 1.5;
}
.cjp-edito #edito-text .cjs-tableau th,
.cjp-edito #edito-text .cjs-tableau td,
.cjd-edito .cjs-tableau th,
.cjd-edito .cjs-tableau td{
    border: 0 !important;
    border-bottom: 1px solid var(--cjp-line) !important;
    padding: 11px 14px !important;
    text-align: left;
    vertical-align: top;
}
.cjp-edito #edito-text .cjs-tableau th,
.cjd-edito .cjs-tableau th{
    background: var(--cjp-wash);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--cjp-ink-3);
}
.cjp-edito #edito-text .cjs-tableau tbody tr:nth-child(even) td,
.cjd-edito .cjs-tableau tbody tr:nth-child(even) td{ background: #fbfafd; }
.cjp-edito #edito-text .cjs-tableau tbody tr:last-child td,
.cjd-edito .cjs-tableau tbody tr:last-child td{ border-bottom: 0 !important; }
.cjp-edito #edito-text .cjs-tableau td:first-child,
.cjd-edito .cjs-tableau td:first-child{ font-weight: 600; color: var(--cjp-ink); }
.cjp-edito #edito-text .cj-faq,
.cjd-edito .cj-faq{
    margin: 0 0 22px;
    padding: 0;
    border: 1px solid var(--cjp-line);
    border-radius: 12px;
    overflow: hidden;
    background: var(--cjp-paper);
}
.cjp-edito #edito-text .cj-faq dt,
.cjd-edito .cj-faq dt{
    margin: 0;
    padding: 15px 18px 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--cjp-ink);
}
.cjp-edito #edito-text .cj-faq dt strong,
.cjd-edito .cj-faq dt strong{ font-weight: inherit; }
.cjp-edito #edito-text .cj-faq dd,
.cjd-edito .cj-faq dd{
    margin: 0;
    padding: 7px 18px 15px;
    border-bottom: 1px solid var(--cjp-line);
    font-size: 15.5px;
    line-height: 1.65;
}
.cjp-edito #edito-text .cj-faq dd:last-child,
.cjd-edito .cj-faq dd:last-child{ border-bottom: 0; }
.cjp-edito #edito-text img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 6px auto 22px;
    border-radius: 14px;
}
@media (max-width: 760px){
#edito-white.cjp-edito,
    #edito-grey.cjp-edito{ padding: 36px 0 !important; }
.cjp-edito #edito-text{ font-size: 15.5px; line-height: 1.65; }
.cjp-edito #edito-text h1,
    .cjp-edito #edito-text h2{ padding-top: 22px; font-size: 20px; }
.cjp-edito #edito-text h1{ font-size: 23px; }
.cjp-edito #edito-text .cjs-tableau th,
    .cjp-edito #edito-text .cjs-tableau td,
    .cjd-edito .cjs-tableau th,
    .cjd-edito .cjs-tableau td{ padding: 9px 11px !important; }
}
.cjs-tableau{
    overflow-x: auto;
    margin: 0 0 22px;
    -webkit-overflow-scrolling: touch;
}
.cjs-tableau table{
    min-width: 520px;
    margin-bottom: 0 !important;
}
@media (max-width: 760px){
.cjs-tableau{
        background:
            linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0)),
            linear-gradient(to right, rgba(255, 255, 255, 0), #fff 70%) 100% 0,
            radial-gradient(farthest-side at 0 50%, rgba(14, 14, 19, .16), rgba(14, 14, 19, 0)),
            radial-gradient(farthest-side at 100% 50%, rgba(14, 14, 19, .16), rgba(14, 14, 19, 0)) 100% 0;
        background-repeat: no-repeat;
        background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
        background-attachment: local, local, scroll, scroll;
    }
}
.cjp-hero .cjp-accroche,
.cjp-hero .cjp-titre-avant{
    margin: 0;
    font-size: clamp(1.55rem, 1.1rem + 1.9vw, 2.6rem);
    line-height: 1.14;
    font-weight: 700;
    letter-spacing: -.025em;
    color: var(--cjp-ink);
    text-wrap: balance;
}
.cjp-hero .cjp-accroche{
    margin-bottom: .35em;
}
.cjp-hero .cjp-titre-avant + h1{
    margin-top: 0;
}
.cjp-card-emoji{
    font-size: clamp(28px, 7vw, 40px);
    line-height: 1;
    /* Les emojis n'ont pas tous la même hauteur de glyphe ; le centrage
       optique compte plus ici que le centrage géométrique. */
    transform: translateY(-2%);
    /* Sur les systèmes sans police d'emoji couleur, une pile explicite évite
       le carré vide. */
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji",
                 "Android Emoji", "EmojiSymbols", sans-serif;
}

/* --- css/boutique.css --- */
.woocommerce,
.woocommerce-page{
    --cjb-violet: #8f15ff;
    --cjb-violet-deep: #7211cc;
    --cjb-violet-wash: #f4eaff;
    --cjb-ink: #0e0e13;
    --cjb-ink-2: #3a3646;
    --cjb-ink-3: #7d7789;
    --cjb-line: #e6e3ee;
    --cjb-paper: #fff;
    --cjb-wash: #f7f6fa;
    --cjb-vert: #0d6b52;
    --cjb-vert-wash: #e6f4ef;
    --cjb-rouge: #a11228;
}
.woocommerce .woocommerce-info.woocommerce-no-products-found{
    margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
    background: var(--cjb-violet);
    border-color: var(--cjb-violet);
    color: #fff;
}
.woocommerce ul.cart_list li .quantity{
    grid-column: 2;
    font-size: 13.5px;
    color: var(--cjb-ink-3);
    font-variant-numeric: tabular-nums;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews{
    margin: 0 0 18px;
    padding: 13px 16px 13px 18px;
    border: 1px solid #e6e3ee;
    border-left: 3px solid #8f15ff;
    border-radius: 10px;
    background: #fff;
    color: #3a3646;
    font-size: 14.5px;
    line-height: 1.55;
    list-style: none;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before{
    content: none;
}
.woocommerce-message{
    border-left-color: #0d6b52;
    background: #e6f4ef;
    color: #0d6b52;
}
.woocommerce-error{
    border-left-color: #a11228;
    background: #fdecee;
    color: #a11228;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li{
    margin: 0 0 5px;
}
.woocommerce-error li:last-child,
.woocommerce-message li:last-child{
    margin-bottom: 0;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a{
    color: inherit;
    font-weight: 600;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button{
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-left: 10px;
    padding: 0 14px;
    border: 1px solid currentColor;
    border-radius: 8px;
    background: transparent;
    color: inherit;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
}

/* --- css/commun-v2.css --- */
body.cjx-g{
    --cjx-violet: #8f15ff;
    --cjx-violet-fonce: #6a0fd1;
    --cjx-violet-10: #f4eeff;
    --cjx-violet-20: #e9ddff;
    --cjx-encre: #140d22;
    --cjx-texte: #1c1629;
    --cjx-texte-2: #5b5470;
    --cjx-filet: #e7dff5;
    --cjx-fond: #f7f5fb;
    --cjx-nuit: #0c0716;
    --cjx-colle: 100px;
    --cjx-scene:
        radial-gradient(45% 90% at 100% 0%, rgba(143, 21, 255, .14), transparent 70%),
        radial-gradient(40% 70% at 0% 100%, rgba(143, 21, 255, .08), transparent 70%),
        linear-gradient(180deg, #f6f1ff 0%, #fbf9fe 100%);
    --cjx-pcb: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180' fill='none' stroke='%23b98cff' stroke-width='1.3' stroke-linecap='round'%3E%3Cpath d='M0 40h40l20 20h50l15-15h55M0 120h30l25-25h35M90 95v40l20 20h70M60 0v25l-15 15M140 0v30l20 20v60M20 180v-30l30-30h40M120 180v-20'/%3E%3Cg fill='%23b98cff' stroke='none'%3E%3Ccircle cx='40' cy='40' r='3'/%3E%3Ccircle cx='110' cy='60' r='3'/%3E%3Ccircle cx='90' cy='95' r='3.5'/%3E%3Ccircle cx='160' cy='110' r='3'/%3E%3Ccircle cx='50' cy='120' r='3'/%3E%3Ccircle cx='120' cy='160' r='3'/%3E%3C/g%3E%3Cg stroke-width='1.6'%3E%3Crect x='128' y='70' width='18' height='12' rx='2'/%3E%3Crect x='66' y='140' width='14' height='10' rx='2'/%3E%3C/g%3E%3C/svg%3E");
}
body.cjx-g #main-content > .row{ margin-left: 0; margin-right: 0; }
body.cjx-g #main-content img:hover{ box-shadow: none !important; }
@media (min-width: 1560px){
body.cjx-g #main-content > section > .container,
    body.cjx-g #main-content > div > .container{ max-width: 1440px; }
}
@media (min-width: 1000px){
body.cjx-g .cjs-cote{ top: var(--cjx-colle); }
}
@media (min-width: 940px){
body.cjx-g .cjb-pratique{ top: var(--cjx-colle); }
}
@media (min-width: 900px){
body.cjx-g .cjf-visuels{ top: var(--cjx-colle); }
body.cjx-g .cjm-menu{ top: var(--cjx-colle); }
}
@media (min-width: 980px){
body.cjx-g .cjc-cote{ top: var(--cjx-colle); }
}
body.cjx-g .cjo-agencement .cjo-filtres{
    top: var(--cjx-colle);
    max-height: calc(100vh - var(--cjx-colle) - 16px);
}
body.cjx-g :is(.cjs, .cjp, .cjo, .cjd, .cjf, .cjc, .cjm, .cjr) :is(h2, h3)[id]{
    scroll-margin-top: calc(var(--cjx-colle) + 12px);
}
body.cjx-g #main-content .btn-primary,
body.cjx-g #main-content a.button,
body.cjx-g #main-content button.button,
body.cjx-g #main-content input.button{
    border-radius: 999px !important;
    transition: background .2s, transform .2s, box-shadow .2s;
}
body.cjx-g #main-content .btn-primary:hover,
body.cjx-g #main-content a.button:hover,
body.cjx-g #main-content button.button:hover{
    background: var(--cjx-violet-fonce) !important;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px -16px rgba(143, 21, 255, .9);
}
body.cjx-g #main-content .woocommerce-breadcrumb a{
    color: var(--cjx-violet-fonce);
    font-weight: 600;
    text-decoration: none;
}
body.cjx-g #main-content .woocommerce-breadcrumb a:hover{ text-decoration: underline; text-underline-offset: 3px; }
body.cjx-g .woocommerce-message,
body.cjx-g .woocommerce-info,
body.cjx-g .woocommerce-error{
    border-radius: 18px;
    border-top-width: 0 !important;
    box-shadow: inset 4px 0 0 var(--cjx-violet);
    background: var(--cjx-violet-10);
}
body.cjx-g .woocommerce-error{ box-shadow: inset 4px 0 0 #c0264a; background: #fdecee; }
body.cjx-g #solutions.cjc-contacts{
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 72px 0;
    background: var(--cjx-nuit);
}
body.cjx-g #solutions.cjc-contacts::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: var(--cjx-pcb);
    background-size: 180px 180px;
    opacity: .3;
    -webkit-mask-image: radial-gradient(90% 100% at 20% 0%, #000 15%, transparent 75%);
    mask-image: radial-gradient(90% 100% at 20% 0%, #000 15%, transparent 75%);
}
body.cjx-g #solutions.cjc-contacts::after{
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(45% 70% at 12% 0%, rgba(143, 21, 255, .36), transparent 70%),
        radial-gradient(40% 60% at 95% 100%, rgba(143, 21, 255, .24), transparent 70%);
}
body.cjx-g #solutions .cjc-contacts-grid{ gap: 16px; }
body.cjx-g #solutions .cjc-contact-carte{
    gap: 16px;
    padding: 30px 18px 26px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
    box-shadow: none;
    color: #cfc5e4;
    font-size: 15px;
    line-height: 1.55;
    transition: transform .3s, border-color .3s, box-shadow .3s;
}
body.cjx-g #solutions .cjc-contact-carte:hover{
    transform: translateY(-6px);
    border-color: rgba(168, 85, 247, .7);
    box-shadow: 0 30px 60px -30px rgba(143, 21, 255, .8);
}
body.cjx-g #solutions .cjc-contact-ic{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--cjx-violet);
    color: #fff;
    box-shadow: 0 0 0 6px rgba(143, 21, 255, .18), 0 14px 28px -12px rgba(143, 21, 255, .9);
}
body.cjx-g #solutions.cjc-contacts .cjc-contact-carte a{
    display: inline-flex;
    margin-top: 10px;
    padding: 7px 16px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s, border-color .2s;
}
body.cjx-g #solutions.cjc-contacts .cjc-contact-carte a:hover,
body.cjx-g #solutions.cjc-contacts .cjc-contact-carte a:focus-visible{
    background: var(--cjx-violet);
    border-color: var(--cjx-violet);
}
@media (max-width: 560px){
body.cjx-g #solutions.cjc-contacts{ padding: 48px 0; }
body.cjx-g #solutions .cjc-contacts-grid{ gap: 10px; }
body.cjx-g #solutions .cjc-contact-carte{ padding: 22px 10px 18px; border-radius: 20px; font-size: 13px; gap: 12px; }
body.cjx-g #solutions .cjc-contact-ic{ width: 48px; height: 48px; }
body.cjx-g #solutions.cjc-contacts .cjc-contact-carte a{ padding: 6px 12px; }
}
body.cjx-g #stores{
    padding: 56px 0 48px !important;
    background: #fff !important;
}
body.cjx-g #stores .row{ row-gap: 20px; }
body.cjx-g #stores .col-lg-6 img{
    display: block;
    width: 100%;
    border-radius: 26px;
}
body.cjx-g #stores .col-lg-6 .overlay{
    left: calc(var(--bs-gutter-x, 1.5rem) * .5);
    right: calc(var(--bs-gutter-x, 1.5rem) * .5);
    border-radius: 26px;
    background: linear-gradient(90deg, rgba(12, 7, 22, 0) 22%, rgba(12, 7, 22, .78) 48%, rgba(12, 7, 22, .92) 100%);
}
body.cjx-g #stores .col-lg-6 .h2{ font-size: 22px; font-weight: 700; line-height: 1.2; }
body.cjx-g #stores .col-lg-6 p{ color: #d8cfee; font-size: 14px; line-height: 1.55; }
body.cjx-g #stores .col-lg-6 a{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--cjx-violet);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: background .2s, transform .2s;
}
body.cjx-g #stores .col-lg-6 a:hover{ background: var(--cjx-violet-fonce); transform: translateY(-2px); }
body.cjx-g #stores .col-lg-6 a i{ top: 0; font-size: 18px; line-height: 1; }
@media (max-width: 1400px){
body.cjx-g #stores .col-lg-6 .h2{ font-size: 18px; }
body.cjx-g #stores .col-lg-6 p{ font-size: 13px; }
}
@media (max-width: 767px){
body.cjx-g #stores .col-lg-6{ margin-bottom: 0; }
body.cjx-g #stores .col-lg-6 img{ min-height: 220px; object-fit: cover; border-radius: 22px; }
body.cjx-g #stores .col-lg-6 .overlay{
        align-items: flex-end;
        border-radius: 22px;
        background: linear-gradient(180deg, rgba(12, 7, 22, 0) 0%, rgba(12, 7, 22, .35) 35%, rgba(12, 7, 22, .9) 80%);
    }
body.cjx-g #stores .col-lg-6 .h2{ font-size: 17px; }
}
body.cjx-g :is(#edito-text, .cjf-description-corps, .cjx-prose){
    max-width: 820px;
    margin-inline: auto;
}
body.cjx-g :is(#edito-text, .cjd-edito, .cjf-description-corps, .cjs-texte, .cjx-prose){
    overflow-wrap: break-word;
}
body.cjx-g :is(#edito-white, #edito-grey).cjp-edito #edito-text{
    padding: 34px 38px;
    border: 1px solid var(--cjx-filet);
    border-radius: 28px;
    background: var(--cjx-fond);
}
body.cjx-g #edito-grey.cjp-edito #edito-text{ background: #fff; }
body.cjx-g :is(#edito-text, .cjd-edito, .cjf-description-corps, .cjs-texte, .cjx-prose) :is(p, li){
    max-width: 68ch;
}
body.cjx-g :is(#edito-text, .cjd-edito, .cjf-description-corps, .cjs-texte, .cjx-prose) :is(h2, h3, h4){
    max-width: 34ch;
    text-wrap: balance;
}
body.cjx-g :is(#edito-text, .cjd-edito, .cjf-description-corps, .cjs-texte, .cjx-prose) table{
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
body.cjx-g :is(#edito-text, .cjd-edito, .cjf-description-corps, .cjs-texte, .cjx-prose) .cjs-tableau table{
    display: table;
}
body.cjx-g :is(#edito-text, .cjd-edito, .cjf-description-corps, .cjs-texte, .cjx-prose) .cjs-tableau{
    max-width: 100%;
    overflow-x: auto;
}
body.cjx-g :is(#edito-text, .cjd-edito, .cjf-description-corps, .cjs-texte, .cjx-prose) :is(img, svg, video, iframe, embed, object){
    max-width: 100% !important;
    height: auto;
}
body.cjx-g :is(#edito-text, .cjd-edito, .cjf-description-corps, .cjs-texte, .cjx-prose) :is(pre, code){
    max-width: 100%;
    overflow-x: auto;
    white-space: pre-wrap;
}
@media (max-width: 767px){
body.cjx-g :is(#edito-white, #edito-grey).cjp-edito #edito-text{
        padding: 22px 18px;
        border-radius: 22px;
    }
body.cjx-g :is(#edito-text, .cjd-edito, .cjf-description-corps, .cjs-texte, .cjx-prose) :is(p, li){
        max-width: none;
    }
}
body.cjx-g #top-banner.cjp-hero .cjp-hero-txt{
    align-items: center;
    text-align: center;
}
body.cjx-g #top-banner.cjp-hero .cjp-hero-txt h1{ text-wrap: balance; }
body.cjx-g #top-banner.cjp-hero .cjp-hero-txt :is(.cjp-cta, .cjp-trust){
    justify-content: center;
}
@media (prefers-reduced-motion: reduce){
body.cjx-g #main-content *{ transition: none !important; }
body.cjx-g #main-content *:hover{ transform: none !important; }
}

/* --- css/panne-v2.css --- */
body.cjx-g #top-banner.cjp-hero{
    position: relative;
    isolation: isolate;
    width: calc(100% - 32px);
    max-width: 1440px;
    margin: 14px auto 0;
    padding: 40px 0 38px;
    overflow: hidden;
    border: 1px solid var(--cjx-filet);
    border-radius: 32px;
    background: var(--cjx-scene);
}
body.cjx-g #top-banner.cjp-hero::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: var(--cjx-pcb);
    background-size: 180px 180px;
    opacity: .16;
    -webkit-mask-image: radial-gradient(60% 90% at 100% 0%, #000 10%, transparent 70%);
    mask-image: radial-gradient(60% 90% at 100% 0%, #000 10%, transparent 70%);
}
body.cjx-g #top-banner.cjp-hero .cjp-hero-shot img{ mix-blend-mode: multiply; }
body.cjx-g #top-banner.cjp-hero .cjp-eyebrow{
    display: inline-flex;
    padding: 5px 12px;
    border: 1px solid var(--cjx-violet-20);
    border-radius: 999px;
    background: rgba(255, 255, 255, .85);
    color: var(--cjx-violet-fonce);
    font-size: 12.5px;
}
body.cjx-g #top-banner.cjp-hero h1{
    font-size: clamp(30px, 1rem + 2.4vw, 54px);
    line-height: 1.06;
    letter-spacing: -.035em;
    color: var(--cjx-encre);
}
body.cjx-g #top-banner.cjp-hero .cjp-lead{ font-size: 16px; color: var(--cjx-texte-2); }
body.cjx-g #top-banner.cjp-hero .cjp-meta b{ color: var(--cjx-violet-fonce); }
body.cjx-g #top-banner.cjp-hero .cjp-btn{
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 700;
    transition: background .2s, transform .2s, box-shadow .2s, border-color .2s;
}
body.cjx-g #top-banner.cjp-hero .cjp-btn-pri{
    background: var(--cjx-violet);
    box-shadow: 0 16px 32px -18px rgba(143, 21, 255, .95);
}
body.cjx-g #top-banner.cjp-hero .cjp-btn-pri:hover{ background: var(--cjx-violet-fonce); transform: translateY(-2px); }
body.cjx-g #top-banner.cjp-hero .cjp-btn-sec{ border-color: var(--cjx-filet); background: #fff; }
body.cjx-g #top-banner.cjp-hero .cjp-btn-sec:hover{ border-color: var(--cjx-violet); transform: translateY(-2px); }
body.cjx-g #top-banner.cjp-hero .cjp-trust li{
    border-color: var(--cjx-violet-20);
    background: rgba(255, 255, 255, .85);
}
@media (max-width: 767px){
body.cjx-g #top-banner.cjp-hero{
        width: calc(100% - 16px);
        margin-top: 10px;
        padding: 26px 0 24px;
        border-radius: 24px;
    }
}
body.cjx-g :is(#issues, #modeles).cjp-choices{ padding-top: 48px; }
body.cjx-g .cjp-choices h2{
    font-size: clamp(24px, 1rem + 1.2vw, 34px);
    font-weight: 700;
    letter-spacing: -.025em;
    color: var(--cjx-encre);
}
body.cjx-g .cjp-grid{ gap: 14px; }
body.cjx-g :is(#issues, #modeles).cjp-choices .cjp-card{
    padding: 8px;
    border-color: var(--cjx-filet);
    border-radius: 22px;
    transition: transform .25s, box-shadow .25s, border-color .25s;
}
body.cjx-g :is(#issues, #modeles).cjp-choices .cjp-card:hover{
    transform: translateY(-5px);
    border-color: var(--cjx-violet-20);
    box-shadow: 0 28px 48px -32px rgba(143, 21, 255, .55);
}
body.cjx-g .cjp-card-shot{
    border-radius: 16px;
    background: linear-gradient(150deg, #f1eaff, #faf8fe);
}
body.cjx-g .cjp-card-body{ padding: 12px 8px 6px; }
body.cjx-g .cjp-card-name{ font-size: 14px; font-weight: 600; color: var(--cjx-encre); }
body.cjx-g .cjp-card-price{ color: var(--cjx-violet-fonce); }
body.cjx-g .cjp-filter{
    border-color: var(--cjx-filet);
    border-radius: 999px;
    background: var(--cjx-fond);
}
body.cjx-g .cjp-filter:focus-within{
    border-color: var(--cjx-violet);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(143, 21, 255, .12);
}
body.cjx-g .cjp-empty{ border-radius: 20px; }
body.cjx-g :is(#edito-white, #edito-grey).cjp-edito #edito-text .cjs-tableau table,
body.cjx-g .cjd-edito .cjs-tableau table{ border-radius: 18px; }
body.cjx-g :is(#edito-white, #edito-grey).cjp-edito #edito-text .cj-faq{ border-radius: 18px; }
body.cjx-g :is(#edito-white, #edito-grey).cjp-edito #edito-text img{ border-radius: 20px; }
body.cjx-g #edito-grey.cjp-edito{ background: var(--cjx-fond); }
body.cjx-g #solutions.cjp-contacts .cjp-contact{ border-radius: 20px; }


/* La FAQ légère — voir panne-v2.css. */
body.cjx-g #edito-text .cj-faq {
margin: 0 0 26px;
padding: 0;
border: 1px solid var(--cjx-filet);
border-radius: 16px;
overflow: hidden;
background: #fff;
}
body.cjx-g #edito-text .cj-faq dt {
margin: 0;
padding: 16px 20px 0;
font-size: 17px;
font-weight: 700;
line-height: 1.4;
color: var(--cjx-encre);
}
body.cjx-g #edito-text .cj-faq dt strong { font-weight: inherit; }
body.cjx-g #edito-text .cj-faq dd {
margin: 0;
padding: 8px 20px 16px;
border-bottom: 1px solid var(--cjx-filet);
font-size: 16px;
line-height: 1.7;
color: var(--cjx-texte-2);
}
body.cjx-g #edito-text .cj-faq dd:last-child { border-bottom: 0; }
body.cjx-g #edito-text .cj-faq dd > :first-child { margin-top: 0; }
body.cjx-g #edito-text .cj-faq dd > :last-child { margin-bottom: 0; }
@media (max-width: 767px) {
body.cjx-g #edito-text .cj-faq { border-radius: 14px; }
body.cjx-g #edito-text .cj-faq dt { padding: 14px 15px 0; font-size: 16px; }
body.cjx-g #edito-text .cj-faq dd { padding: 7px 15px 14px; font-size: 15.5px; }
}

/* Le titre du bandeau, centré comme le reste — voir panne-v2.css. */
body.cjx-g #top-banner.cjp-hero .cjp-hero-txt h1{ text-align: inherit; padding-left: 0; }

/* Héros sans visuel : le texte prenait 340 px sur 1116. Voir panne.css. */
.cjp-hero-grid > .cjp-hero-txt:only-child{ grid-column: 1 / -1; max-width: 760px; text-align: left; }
#top-banner.cjp-hero .cjp-hero-txt:only-child .cjp-cta,
#top-banner.cjp-hero .cjp-hero-txt:only-child .cjp-trust{ justify-content: flex-start !important; }

/* Vignettes de modèle entières dans leur cadre 4/3. Voir panne.css. */
body.cjx-g .cjp-card-shot{ position: relative; }
body.cjx-g .cjp-card-shot img{ position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; aspect-ratio: auto !important; object-fit: contain !important; object-position: center; padding: 10px !important; box-sizing: border-box !important; }
