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

/* --- css/service.css --- */
.cjs{
    --cjs-violet: #8f15ff;
    --cjs-violet-deep: #7211cc;
    --cjs-violet-wash: #f4eaff;
    --cjs-ink: #0e0e13;
    --cjs-ink-2: #3a3646;
    --cjs-ink-3: #7d7789;
    --cjs-line: #e6e3ee;
    --cjs-paper: #fff;
    --cjs-wash: #f7f6fa;
    --cjs-vert: #0d6b52;
    --cjs-vert-wash: #e6f4ef;
    --cjs-or: #b8860b;

    color: var(--cjs-ink);
}
.cjs,
.cjs *,
.cjs *::before,
.cjs *::after{
    box-sizing: border-box;
}
.cjs-large{
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 18px;
}
.cjs-entete{
    padding: 30px 0 34px;
    background: var(--cjs-wash);
    border-bottom: 1px solid var(--cjs-line);
}
.cjs-entete-grille{
    display: grid;
    gap: 26px;
    align-items: center;
}
@media (min-width: 900px){
.cjs-entete-grille{
        grid-template-columns: minmax(0, 1fr) minmax(0, 440px);
        gap: 44px;
    }
.cjs-entete-grille.cjs-entete-seule{
        grid-template-columns: minmax(0, 780px);
    }
}
.cjs .cjs-surtitre{
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--cjs-violet-deep);
}
.cjs .cjs-avant{
    margin: 0 0 2px;
    font-size: clamp(24px, 3.6vw, 34px);
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: -.02em;
    color: var(--cjs-ink-3);
}
.cjs .cjs-entete-mot .cjs-titre{
    margin: 0 0 14px !important;
    font-size: clamp(27px, 4.2vw, 40px);
    line-height: 1.16;
    font-weight: 700;
    letter-spacing: -.02em;
    color: var(--cjs-ink);
    text-wrap: balance;
}
.cjs .cjs-chapeau{
    margin: 0 0 16px;
    max-width: 60ch;
    font-size: 17px;
    line-height: 1.6;
    color: var(--cjs-ink-2);
}
.cjs .cjs-prix{
    display: inline-block;
    margin: 0 0 18px;
    padding: 6px 14px;
    border-radius: 20px;
    background: var(--cjs-paper);
    border: 1px solid var(--cjs-line);
    font-size: 15px;
    font-weight: 600;
    color: var(--cjs-ink);
    font-variant-numeric: tabular-nums;
}
.cjs-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}
.cjs .cjs-bouton{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 47px;
    padding: 0 22px;
    border: 1px solid var(--cjs-violet);
    border-radius: 10px;
    background: var(--cjs-violet);
    color: #fff;
    font-size: 15.5px;
    font-weight: 600;
    text-decoration: none;
    transition: background .15s ease;
}
.cjs .cjs-bouton:hover,
.cjs .cjs-bouton:focus-visible{
    background: var(--cjs-violet-deep);
    border-color: var(--cjs-violet-deep);
    color: #fff;
}
.cjs .cjs-bouton-clair{
    background: var(--cjs-paper);
    color: var(--cjs-violet-deep);
}
.cjs .cjs-bouton-clair:hover,
.cjs .cjs-bouton-clair:focus-visible{
    background: var(--cjs-violet-wash);
    color: var(--cjs-violet-deep);
}
.cjs-entete-visuel img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.cjs .cjs-atouts{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 28px;
    margin: 0;
    padding: 16px 0;
    list-style: none;
    border-bottom: 1px solid var(--cjs-line);
}
.cjs .cjs-atouts li{
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 14.5px;
    color: var(--cjs-ink-2);
}
.cjs .cjs-atouts li::before{
    content: "✓";
    color: var(--cjs-vert);
    font-weight: 700;
    flex: none;
}
.cjs-corps{
    padding: 34px 0 44px;
}
.cjs-grille{
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    align-items: start;
}
.cjs-grille > *{
    min-width: 0;
}
@media (min-width: 1000px){
.cjs-grille{
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 48px;
    }
.cjs-cote{
        position: sticky;
        top: 22px;
    }
}
.cjs-sommaire{
    padding: 18px 20px;
    background: var(--cjs-paper);
    border: 1px solid var(--cjs-line);
    border-radius: 13px;
}
.cjs .cjs-sommaire-titre{
    margin: 0 0 11px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--cjs-ink-3);
}
.cjs .cjs-sommaire ol{
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: cjs;
}
.cjs .cjs-sommaire li{
    margin: 0 0 8px;
    counter-increment: cjs;
    font-size: 14px;
    line-height: 1.45;
}
.cjs .cjs-sommaire li:last-child{
    margin-bottom: 0;
}
.cjs .cjs-sommaire a{
    display: block;
    color: var(--cjs-ink-2);
    text-decoration: none;
    border-left: 2px solid var(--cjs-line);
    padding-left: 11px;
    transition: border-color .15s ease, color .15s ease;
}
.cjs .cjs-sommaire a:hover,
.cjs .cjs-sommaire a:focus-visible{
    color: var(--cjs-violet-deep);
    border-left-color: var(--cjs-violet);
}
.cjs-aide{
    margin-top: 16px;
    padding: 18px 20px;
    background: var(--cjs-violet-wash);
    border-radius: 13px;
}
.cjs .cjs-aide-titre{
    margin: 0 0 6px;
    font-size: 15.5px;
    font-weight: 700;
    color: var(--cjs-ink);
}
.cjs .cjs-aide-texte{
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--cjs-ink-2);
}
.cjs .cjs-aide-tel{
    display: block;
    margin: 0 0 12px;
    font-size: 21px;
    font-weight: 700;
    color: var(--cjs-violet-deep);
    text-decoration: none;
    font-variant-numeric: tabular-nums;
}
.cjs .cjs-aide .cjs-bouton{
    width: 100%;
}
.cjs-texte{
    max-width: 72ch;
    font-size: 17px;
    line-height: 1.72;
    color: var(--cjs-ink-2);
}
.cjs .cjs-texte p{
    margin: 0 0 18px;
}
.cjs .cjs-texte p > br{ display: none; }
.cjs .cjs-texte p > strong + br,
.cjs .cjs-texte p > b + br{ display: inline; }
.cjs .cjs-texte h2{
    margin: 38px 0 14px !important;
    font-size: clamp(20px, 2.6vw, 24px);
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -.012em;
    color: var(--cjs-ink);
    scroll-margin-top: 90px;
    text-wrap: balance;
}
.cjs .cjs-texte h2:first-child{
    margin-top: 0 !important;
}
.cjs .cjs-texte h3{
    margin: 26px 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: var(--cjs-ink);
}
.cjs .cjs-texte ul,
.cjs .cjs-texte ol{
    margin: 0 0 18px;
    padding-left: 22px;
}
.cjs .cjs-texte li{
    margin: 0 0 8px;
}
.cjs .cjs-texte a{
    color: var(--cjs-violet-deep);
    text-underline-offset: 2px;
}
.cjs .cjs-texte strong{
    color: var(--cjs-ink);
    font-weight: 600;
}
.cjs .cjs-texte img{
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}
.cjs .cjs-texte table{
    width: 100% !important;
    margin: 0 0 22px;
    border: 1px solid var(--cjs-line) !important;
    border-radius: 12px;
    border-collapse: separate !important;
    border-spacing: 0;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.55;
}
.cjs .cjs-texte thead tr,
.cjs .cjs-texte thead th{
    background: var(--cjs-wash) !important;
}
.cjs .cjs-texte th,
.cjs .cjs-texte td{
    padding: 12px 14px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--cjs-line) !important;
    text-align: left !important;
    vertical-align: top;
    color: var(--cjs-ink-2) !important;
}
.cjs .cjs-texte th{
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .03em;
    color: var(--cjs-ink) !important;
}
.cjs .cjs-texte tbody tr:nth-child(even){
    background: var(--cjs-wash) !important;
}
.cjs .cjs-texte tbody tr:last-child td{
    border-bottom: 0 !important;
}
.cjs-tableau{
    overflow-x: auto;
    margin: 0 0 22px;
    -webkit-overflow-scrolling: touch;
}
.cjs-tableau table{
    min-width: 520px;
    margin-bottom: 0 !important;
}
.cjc-caisse .cjs-tableau,
.cjm .cjs-tableau{
    overflow-x: visible;
}
.cjc-caisse .cjs-tableau table,
.cjm .cjs-tableau table{
    min-width: 0;
}
.cjs .cjs-texte .cj-case{
    margin: 0 0 22px;
    padding: 20px 22px !important;
    background: var(--cjs-vert-wash) !important;
    border: 0 !important;
    border-left: 3px solid var(--cjs-vert) !important;
    border-radius: 12px !important;
    font-size: 15.5px;
    line-height: 1.65;
}
.cjs .cjs-texte .cj-case strong{
    display: block;
    margin-top: 10px;
    color: var(--cjs-vert);
    font-weight: 700;
}
.cjs .cjs-texte .cj-case strong:first-child{
    margin-top: 0;
}
.cjs .cjs-texte .cj-reviews{
    display: grid;
    gap: 12px;
    margin: 0 0 22px;
}
@media (min-width: 700px){
.cjs .cjs-texte .cj-reviews{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.cjs .cjs-texte .cj-review{
    padding: 16px 18px !important;
    background: var(--cjs-paper) !important;
    border: 1px solid var(--cjs-line) !important;
    border-radius: 12px !important;
    font-size: 15px;
    line-height: 1.6;
}
.cjs .cjs-texte .cj-review span{
    display: block;
    margin-bottom: 6px;
    color: var(--cjs-or) !important;
    letter-spacing: .08em;
}
.cjs .cjs-texte .cj-review strong{
    display: block;
    margin-top: 9px;
    font-size: 14px;
    color: var(--cjs-ink-3);
    font-weight: 600;
}
.cjs .cjs-texte .cj-faq{
    margin: 0 0 22px;
    padding: 0;
    border: 1px solid var(--cjs-line);
    border-radius: 12px;
    overflow: hidden;
}
.cjs .cjs-texte .cj-faq dt{
    margin: 0;
    padding: 15px 18px 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--cjs-ink);
}
.cjs .cjs-texte .cj-faq dt strong{
    font-weight: inherit;
}
.cjs .cjs-texte .cj-faq dd{
    margin: 0;
    padding: 7px 18px 15px;
    border-bottom: 1px solid var(--cjs-line);
    font-size: 15.5px;
    line-height: 1.65;
}
.cjs .cjs-texte .cj-faq dd:last-child{
    border-bottom: 0;
}
.cjs-choix{
    padding: 34px 0 6px;
}
.cjs .cjs-choix-titre{
    margin: 0 0 20px !important;
    font-size: clamp(20px, 2.6vw, 25px);
    font-weight: 700;
    letter-spacing: -.014em;
    color: var(--cjs-ink);
}
.cjs-choix-grille{
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
}
@media (min-width: 620px){
.cjs-choix-grille{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.cjs .cjs-carte{
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    background: var(--cjs-paper);
    border: 1px solid var(--cjs-line);
    border-radius: 14px;
    text-decoration: none;
    transition: border-color .15s ease, transform .15s ease;
}
.cjs .cjs-carte:hover,
.cjs .cjs-carte:focus-visible{
    border-color: var(--cjs-violet);
    transform: translateY(-2px);
}
.cjs .cjs-carte-signe{
    flex: none;
    font-size: 30px;
    line-height: 1;
}
.cjs .cjs-carte-nom{
    display: block;
    font-size: 16.5px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--cjs-ink);
}
.cjs .cjs-carte-note{
    display: block;
    margin-top: 3px;
    font-size: 14px;
    color: var(--cjs-ink-3);
}
.cjs-estim{
    margin: 20px 0 0;
    padding: 20px;
    background: var(--cjs-paper);
    border: 1px solid var(--cjs-line);
    border-radius: 14px;
    max-width: 520px;
}
.cjs .cjs-estim-titre{
    margin: 0 0 6px;
    font-size: 15.5px;
    font-weight: 700;
    color: var(--cjs-ink);
}
.cjs .cjs-estim-note{
    margin: 0 0 14px;
    font-size: 14px;
    color: var(--cjs-ink-3);
}
.cjs-estim-champ{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.cjs .cjs-estim-champ input{
    flex: 1 1 220px;
    min-width: 0;
    height: 48px;
    padding: 0 14px;
    border: 1px solid var(--cjs-line);
    border-radius: 10px;
    background: var(--cjs-paper);
    color: var(--cjs-ink);
    font-size: 15.5px;
    font-family: inherit;
}
.cjs .cjs-estim-champ input:focus{
    outline: 0;
    border-color: var(--cjs-violet);
    box-shadow: 0 0 0 3px var(--cjs-violet-wash);
}
.cjs .cjs-estim-champ button{
    flex: none;
    min-height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 10px;
    background: var(--cjs-violet);
    color: #fff;
    font-size: 15.5px;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s ease;
}
.cjs .cjs-estim-champ button:hover{
    background: var(--cjs-violet-deep);
}
.cjs .screen-reader-text{
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}
@media (prefers-reduced-motion: reduce){
.cjs *{
        transition: none !important;
    }
}
.cjs-grille-seule{
    grid-template-columns: minmax(0, 1fr) !important;
}
.cjs-grille-seule .cjs-texte{
    margin: 0 auto;
}
.cjs .cjs-pagination .current{
    background: var(--cjs-violet);
    border-color: var(--cjs-violet);
    color: #fff;
}
.cjs .cjs-section-titre{
    margin: 0 0 22px !important;
    font-size: clamp(21px, 2.8vw, 26px);
    font-weight: 700;
    letter-spacing: -.014em;
    color: var(--cjs-ink);
}
.cjs .cjs-etapes-liste{
    display: grid;
    gap: 14px;
    margin: 0 0 34px;
    padding: 0;
    list-style: none;
}
.cjs .cjs-etape-carte{
    display: grid;
    grid-template-columns: 40px 99px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 18px 20px;
    background: var(--cjs-paper);
    border: 1px solid var(--cjs-line);
    border-radius: 14px;
}
@media (max-width: 600px){
.cjs .cjs-etape-carte{
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 12px 14px;
    }
.cjs .cjs-etape-carte img{
        grid-column: 1 / -1;
        justify-self: start;
    }
}
.cjs .cjs-etape-rang{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--cjs-violet);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}
.cjs .cjs-etape-carte img{
    display: block;
    width: 99px;
    height: auto;
    border-radius: 10px;
}
.cjs .cjs-etape-titre-carte{
    margin: 0 0 4px;
    font-size: 16.5px;
    font-weight: 700;
    color: var(--cjs-ink);
}
.cjs .cjs-etape-texte{
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: var(--cjs-ink-2);
}
.cjs .cjs-envois-ligne{
    margin: 0;
    padding: 0;
    list-style: none;
}
.cjs-envois{
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}
@media (min-width: 700px){
.cjs-envois{
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        gap: 18px;
    }
}
.cjs .cjs-ou{
    justify-self: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    color: var(--cjs-ink-3);
}
.cjs-envoi-carte{
    padding: 22px;
    text-align: center;
    background: var(--cjs-wash);
    border: 1px solid var(--cjs-line);
    border-radius: 14px;
}
.cjs .cjs-envoi-carte img{
    display: block;
    max-width: 140px;
    height: auto;
    margin: 0 auto 14px;
    border-radius: 10px;
}
.cjs .cjs-envoi-titre{
    margin: 0 0 6px;
    font-size: 16.5px;
    font-weight: 700;
    color: var(--cjs-ink);
}
.cjs .cjs-envoi-texte{
    margin: 0 0 12px;
    font-size: 14.5px;
    line-height: 1.55;
    color: var(--cjs-ink-2);
}
.cjs .cjs-envoi-prix{
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--cjs-violet-deep);
    font-variant-numeric: tabular-nums;
}
.cjs-final{
    padding: 30px 26px;
    margin: 0 0 34px;
    text-align: center;
    background: var(--cjs-violet-wash);
    border-radius: 14px;
}
.cjs .cjs-final h2{
    margin: 0 0 16px !important;
    font-size: 22px;
    font-weight: 700;
    color: var(--cjs-ink);
}
.cjs .cjs-fiche-titre{
    margin: 0 0 12px !important;
    font-size: 17px;
    font-weight: 700;
    color: var(--cjs-ink);
}
.cjs .cjs-plan-texte ul{
    columns: 2;
    column-gap: 34px;
    padding-left: 20px;
}
@media (max-width: 700px){
.cjs .cjs-plan-texte ul{
        columns: 1;
    }
}
.cjs .cjs-plan-texte li{
    break-inside: avoid;
    margin-bottom: 5px;
}
.cjs .cjs-plan-texte ul ul{
    columns: 1;
    margin: 5px 0 10px;
}
.cjs .cjs-plan-texte h3{
    margin: 22px 0 8px;
    font-size: 16.5px;
    color: var(--cjs-ink-2);
}
.cjs-boutique-fiche .cjs-titre{
    margin: 0 0 12px !important;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    font-size: clamp(27px, 4.2vw, 40px);
    line-height: 1.16;
    font-weight: 700;
    letter-spacing: -.02em;
    color: var(--cjs-ink);
    text-wrap: balance;
}
.cjs-boutique-fiche .cjb-etat{
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 14px 0 0;
    padding: 7px 14px 7px 11px;
    border-radius: 999px;
    font-size: 14.5px;
    line-height: 1.3;
    color: var(--cjs-ink-2);
    background: var(--cjs-paper);
    border: 1px solid var(--cjs-line);
}
.cjs-boutique-fiche .cjb-etat b{
    color: var(--cjs-ink);
    font-weight: 600;
}
.cjs-boutique-fiche .cjb-pastille{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex: none;
    background: #b3261e;
    box-shadow: 0 0 0 3px rgba(179, 38, 30, .13);
}
.cjs-boutique-fiche .est-ouvert .cjb-pastille{
    background: #1a7f4b;
    box-shadow: 0 0 0 3px rgba(26, 127, 75, .15);
}
.cjb-corps{
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}
@media (min-width: 940px){
.cjb-corps{
        /* La devanture prend la place ; la carte pratique garde une largeur
           fixe, celle d'une colonne de lecture courte. */
        grid-template-columns: minmax(0, 1fr) 336px;
        gap: 40px;
    }
.cjb-pratique{
        position: sticky;
        top: 22px;
    }
}
.cjs-boutique-fiche .cjb-photo{
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    background: var(--cjs-wash);
    border: 1px solid var(--cjs-line);
}
.cjs-boutique-fiche .cjb-photo img{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}
.cjs-boutique-fiche .cjb-photo figcaption{
    padding: 12px 18px 14px;
    font-size: 13.5px;
    line-height: 1.45;
    color: var(--cjs-ink-3);
    background: var(--cjs-paper);
    border-top: 1px solid var(--cjs-line);
}
.cjb-pratique{
    background: var(--cjs-paper);
    border: 1px solid var(--cjs-line);
    border-radius: 18px;
    overflow: hidden;
}
.cjb-bloc{
    padding: 18px 20px;
    border-bottom: 1px solid var(--cjs-line);
}
.cjb-bloc:last-child{
    border-bottom: 0;
}
.cjs-boutique-fiche .cjb-label{
    margin: 0 0 7px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--cjs-ink-3);
}
.cjs-boutique-fiche .cjb-valeur{
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: var(--cjs-ink);
}
.cjs-boutique-fiche .cjb-tel{
    color: var(--cjs-ink);
    text-decoration: none;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}
.cjs-boutique-fiche .cjb-tel:hover{
    color: var(--cjs-violet-deep);
}
.cjs-boutique-fiche .cjb-lien{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 9px 0 0;
    font-size: 14.5px;
    font-weight: 500;
    color: var(--cjs-violet-deep);
    text-decoration: none;
}
.cjs-boutique-fiche .cjb-lien:hover,
.cjs-boutique-fiche .cjb-lien:focus-visible{
    text-decoration: underline;
}
.cjs-boutique-fiche .cjb-jour{
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    font-size: 16px;
    color: var(--cjs-ink-2);
}
.cjs-boutique-fiche .cjb-jour b{
    color: var(--cjs-ink);
    font-weight: 600;
}
.cjs-boutique-fiche .cjb-jour-plage{
    margin: 5px 0 0 18px;
    font-size: 14.5px;
    color: var(--cjs-ink-2);
    font-variant-numeric: tabular-nums;
}
.cjs-boutique-fiche .cjb-repli{
    margin: 12px 0 0;
}
.cjs-boutique-fiche .cjb-repli > summary{
    display: inline-flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--cjs-violet-deep);
}
.cjs-boutique-fiche .cjb-repli > summary::-webkit-details-marker{
    display: none;
}
.cjs-boutique-fiche .cjb-repli > summary::after{
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translate(-2px, -2px);
    transition: transform .18s ease;
}
.cjs-boutique-fiche .cjb-repli[open] > summary::after{
    transform: rotate(225deg) translate(-2px, -2px);
}
.cjs-boutique-fiche .cjb-repli > summary:focus-visible{
    outline: 2px solid var(--cjs-violet);
    outline-offset: 3px;
    border-radius: 3px;
}
.cjs-boutique-fiche .cjb-semaine{
    width: 100%;
    margin: 12px 0 0;
    border-collapse: collapse;
    font-size: 14.5px;
}
.cjs-boutique-fiche .cjb-semaine th,
.cjs-boutique-fiche .cjb-semaine td{
    padding: 7px 0;
    border-bottom: 1px solid var(--cjs-line);
    color: var(--cjs-ink-2);
    font-weight: 400;
    text-align: left;
}
.cjs-boutique-fiche .cjb-semaine td{
    text-align: right;
    font-variant-numeric: tabular-nums;
}
.cjs-boutique-fiche .cjb-semaine tr:last-child th,
.cjs-boutique-fiche .cjb-semaine tr:last-child td{
    border-bottom: 0;
}
.cjs-boutique-fiche .cjb-semaine tr.est-aujourdhui th,
.cjs-boutique-fiche .cjb-semaine tr.est-aujourdhui td{
    color: var(--cjs-ink);
    font-weight: 600;
}
.cjs-boutique-fiche .cjb-semaine tr.est-aujourdhui th{
    position: relative;
    padding-left: 13px;
}
.cjs-boutique-fiche .cjb-semaine tr.est-aujourdhui th::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 15px;
    border-radius: 2px;
    background: var(--cjs-violet);
}
.cjs-boutique-fiche .cjb-semaine .cjb-ferme{
    color: var(--cjs-ink-3);
}
.cjb-metro{
    display: flex;
    justify-content: center;
    padding: 12px;
    border-radius: 12px;
    background: var(--cjs-wash);
}
.cjs-boutique-fiche .cjb-metro img{
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}
.cjs-boutique-fiche .cjb-autre{
    margin: 34px 0 0;
    padding: 22px 24px;
    border: 1px solid var(--cjs-line);
    border-radius: 18px;
    background: var(--cjs-wash);
}
.cjs-boutique-fiche .cjb-autre .cjs-fiche-titre,
.cjs-boutique-fiche .cjb-autre-titre{
    margin: 0 0 14px;
    font-size: 17px;
    font-weight: 600;
    color: var(--cjs-ink);
}
.cjs-boutique-fiche .cjb-autre-liste{
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 16px;
}
.cjs-boutique-fiche .cjb-autre-liste li{
    display: grid;
    gap: 3px;
}
.cjs-boutique-fiche .cjb-autre-liste a{
    font-weight: 600;
    font-size: 16.5px;
    color: var(--cjs-ink);
    text-decoration: none;
}
.cjs-boutique-fiche .cjb-autre-liste a:hover,
.cjs-boutique-fiche .cjb-autre-liste a:focus-visible{
    color: var(--cjs-violet-deep);
    text-decoration: underline;
}
.cjs-boutique-fiche .cjb-autre-liste sup{
    font-size: .68em;
}
.cjs-boutique-fiche .cjb-autre-adresse{
    font-size: 14.5px;
    color: var(--cjs-ink-2);
}
.cjs-boutique-fiche .cjb-autre-etat{
    font-size: 13.5px;
    color: var(--cjs-ink-3);
}
.cjs-boutique-fiche .cjb-autre-etat.est-ouvert{
    color: var(--cjs-vert);
    font-weight: 600;
}
@media (prefers-reduced-motion: reduce){
.cjs-boutique-fiche .cjb-repli > summary::after{
        transition: none;
    }
}
.cjs-plan .cjs-texte{ max-width: none; }
.cjs-plan .cjs-texte h2{
    margin-top: 34px !important;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--cjs-line);
}
.cjs-plan .cjs-texte ul{
    columns: 2;
    column-gap: 28px;
    margin: 0 0 8px;
    padding-left: 18px;
    font-size: 14.5px;
    line-height: 1.45;
}
.cjs-plan .cjs-texte ul ul{
    columns: auto;
    margin-top: 4px;
    padding-left: 16px;
}
.cjs-plan .cjs-texte li{ margin: 0 0 5px; }
.cjs-plan .cjs-texte li::marker{ color: var(--cjs-line); }
.cjs-plan .cjs-texte a{ text-decoration: none; }
.cjs-plan .cjs-texte a:hover{ text-decoration: underline; }
@media (min-width: 900px){
.cjs-plan .cjs-texte ul{ columns: 3; }
}
@media (min-width: 1200px){
.cjs-plan .cjs-texte ul{ columns: 4; }
}

/* --- 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/service-v2.css --- */
body.cjx-g .cjs .cjs-entete{
    position: relative;
    isolation: isolate;
    width: calc(100% - 32px);
    max-width: 1440px;
    margin: 14px auto 0;
    padding: 44px 0 42px;
    overflow: hidden;
    border: 1px solid var(--cjx-filet);
    border-radius: 32px;
    background: var(--cjx-scene);
}
body.cjx-g .cjs .cjs-entete::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: var(--cjx-pcb);
    background-size: 180px 180px;
    opacity: .14;
    -webkit-mask-image: radial-gradient(60% 100% at 100% 0%, #000 10%, transparent 70%);
    mask-image: radial-gradient(60% 100% at 100% 0%, #000 10%, transparent 70%);
}
body.cjx-g .cjs .cjs-surtitre{
    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: 12px;
}
body.cjx-g .cjs .cjs-avant{ color: var(--cjx-texte-2); letter-spacing: -.03em; }
body.cjx-g .cjs .cjs-entete-mot .cjs-titre,
body.cjx-g .cjs.cjs-boutique-fiche .cjs-titre{
    font-size: clamp(30px, 1rem + 2.6vw, 56px);
    line-height: 1.05;
    letter-spacing: -.035em;
    color: var(--cjx-encre);
}
body.cjx-g .cjs .cjs-entete-mot{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
body.cjx-g .cjs .cjs-entete-grille.cjs-entete-seule{ justify-content: center; }
body.cjx-g .cjs .cjs-entete-seule .cjs-entete-mot{ margin-inline: auto; }
body.cjx-g .cjs .cjs-entete-mot .cjs-titre,
body.cjx-g .cjs .cjs-entete-grille:not(.cjs-entete-seule) .cjs-entete-mot .cjs-titre{
    text-align: center;
    text-wrap: balance;
}
body.cjx-g .cjs .cjs-entete-mot .cjs-actions{ justify-content: center; }
body.cjx-g .cjs .cjs-chapeau{ color: var(--cjx-texte-2); }
body.cjx-g .cjs .cjs-prix{
    border-color: var(--cjx-violet-20);
    border-radius: 999px;
    color: var(--cjx-violet-fonce);
}
body.cjx-g .cjs .cjs-entete-visuel img,
body.cjx-g .cjs .cjs-bande img{
    border-radius: 24px;
}
@media (max-width: 767px){
body.cjx-g .cjs .cjs-entete{
        width: calc(100% - 16px);
        margin-top: 10px;
        padding: 28px 0 26px;
        border-radius: 24px;
    }
}
body.cjx-g .cjs .cjs-bouton{
    min-height: 52px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 16px 32px -18px rgba(143, 21, 255, .95);
    transition: background .2s, transform .2s, box-shadow .2s;
}
body.cjx-g .cjs .cjs-bouton:hover{ transform: translateY(-2px); }
body.cjx-g .cjs .cjs-bouton-clair{
    border: 1px solid var(--cjx-filet);
    box-shadow: none;
}
body.cjx-g .cjs :is(.cjs-estim-champ, .cjs-cherche, .cjs-formulaire) button,
body.cjx-g .cjs .cjs-pro-connexion input[type="submit"],
body.cjx-g .cjs .cjs-volet-corps .wpcf7-submit,
body.cjx-g .cjs .cjs-partage a{ border-radius: 999px; }
body.cjx-g .cjs .cjs-cherche input{ border-radius: 999px; padding-left: 18px; }
body.cjx-g .cjs .cjs-grille-seule .cjs-texte{ width: 100%; }
body.cjx-g .cjs ul.cjs-atouts li::before{ color: var(--cjx-violet); }
body.cjx-g .cjs .cjs-texte h2{
    position: relative;
    padding-top: 18px;
    letter-spacing: -.02em;
    color: var(--cjx-encre);
}
body.cjx-g .cjs .cjs-texte h2::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 4px;
    border-radius: 2px;
    background: var(--cjx-violet);
}
body.cjx-g .cjs .cjs-texte h2:empty{ display: none; }
body.cjx-g .cjs .cjs-texte h3{ color: var(--cjx-violet-fonce); }
body.cjx-g .cjs .cjs-texte table{ border-radius: 18px !important; }
body.cjx-g .cjs .cjs-texte .cj-faq{ border-radius: 18px; }
body.cjx-g .cjs .cjs-texte img{ border-radius: 18px; }
body.cjx-g .cjs .cj-case,
body.cjx-g .cjs .cj-review{ border-radius: 20px !important; }
body.cjx-g .cjs :is(.cjs-section-titre, .cjs-choix-titre, .cjs-fiche-titre){ letter-spacing: -.025em; color: var(--cjx-encre); }
body.cjx-g .cjs nav.cjs-sommaire{
    border-color: var(--cjx-filet);
    border-radius: 24px;
    background: var(--cjx-fond);
}
body.cjx-g .cjs .cjs-aide{
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: 24px;
    background:
        radial-gradient(60% 80% at 100% 0%, rgba(143, 21, 255, .16), transparent 70%),
        var(--cjx-violet-10);
}
body.cjx-g .cjs :is(.cjs-carte, .cjs-etape-carte, .cjs-envoi-carte, .cjs-boutique, .cjs-formulaire, .cjs-carte-zone, .cjs-fiche-infos, .cjs-pro-creation, .cjs-pro-references, .cjs-vide-bloc){
    border-radius: 24px;
}
body.cjx-g .cjs form.cjs-estim{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 520px);
    align-items: center;
    column-gap: 44px;
    row-gap: 6px;
    max-width: none;
    /* 24 px sous la bande : la ligne « Garantie 1 an… » la touchait, il n'y
       avait pas un pixel entre les deux. */
    margin: 26px 0 24px;
    padding: 34px 40px;
    border: 0;
    border-radius: 28px;
    background:
        linear-gradient(rgba(12, 7, 22, .55), rgba(12, 7, 22, .55)),
        var(--cjx-pcb),
        radial-gradient(90% 140% at 12% 0%, rgba(168, 85, 247, .3), transparent 62%),
        linear-gradient(135deg, var(--cjx-nuit), #2a0f52);
    box-shadow: 0 34px 60px -38px rgba(143, 21, 255, .9);
}
body.cjx-g .cjs form.cjs-estim .cjs-estim-titre{
    grid-column: 1;
    margin: 0;
    font-size: clamp(22px, 1rem + 1.1vw, 30px);
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #fff;
}
body.cjx-g .cjs form.cjs-estim .cjs-estim-note{
    grid-column: 1;
    margin: 0;
    font-size: 14.5px;
    color: rgba(255, 255, 255, .72);
}
body.cjx-g .cjs form.cjs-estim .cjs-estim-note span{ color: #fff; }
body.cjx-g .cjs form.cjs-estim .cjs-estim-champ{
    grid-column: 2;
    grid-row: 1 / span 2;
    gap: 12px;
}
body.cjx-g .cjs form.cjs-estim .cjs-estim-champ input{
    height: 56px;
    border-color: rgba(255, 255, 255, .32);
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
    color: #fff;
    font-size: 16px;
}
body.cjx-g .cjs form.cjs-estim .cjs-estim-champ input::placeholder{
    color: rgba(255, 255, 255, .84);
    opacity: 1;   /* Firefox baisse l'opacité des invites par défaut. */
}
body.cjx-g .cjs form.cjs-estim .cjs-estim-champ input:focus{
    border-color: #fff;
    background: rgba(255, 255, 255, .16);
    box-shadow: 0 0 0 4px rgba(168, 85, 247, .35);
}
body.cjx-g .cjs form.cjs-estim .cjs-estim-champ button{
    min-height: 56px;
    padding: 0 30px;
    border-radius: 999px;
    background: #fff;
    color: var(--cjx-violet-fonce);
    font-size: 16px;
    font-weight: 700;
}
body.cjx-g .cjs form.cjs-estim .cjs-estim-champ button:hover{
    background: var(--cjx-violet-10);
    color: var(--cjx-nuit);
}
@media (max-width: 991px){
body.cjx-g .cjs form.cjs-estim{
        grid-template-columns: minmax(0, 1fr);
        row-gap: 14px;
        padding: 26px 22px;
    }
body.cjx-g .cjs form.cjs-estim .cjs-estim-champ{ grid-column: 1; grid-row: auto; }
}
body.cjx-g .cjs :is(.cjs-carte, .cjs-etape-carte, .cjs-boutique){
    transition: transform .25s, box-shadow .25s, border-color .25s;
}
body.cjx-g .cjs :is(.cjs-carte, .cjs-etape-carte, .cjs-boutique):hover{
    transform: translateY(-4px);
    box-shadow: 0 26px 44px -30px rgba(143, 21, 255, .5);
}
body.cjx-g .cjs .cjs-tuiles .box{ border-radius: 22px; }
body.cjx-g .cjs :is(.cjs-resultat-visuel, .cjs-offre, .cjs-avis, .cjs-video, .cjs-boutique-carte, .cjs-fiche-plan, .cjs-volet){ border-radius: 20px; }
body.cjx-g .cjs .cjs-etape-rang{
    background: var(--cjx-violet);
    color: #fff;
    box-shadow: 0 10px 20px -10px rgba(143, 21, 255, .9);
}
body.cjx-g .cjs .cjs-champ input{ border-radius: 14px; }
body.cjx-g .cjs .cjs-final{
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: 28px;
    background:
        radial-gradient(50% 90% at 100% 0%, rgba(143, 21, 255, .42), transparent 70%),
        radial-gradient(40% 80% at 0% 100%, rgba(143, 21, 255, .2), transparent 70%),
        var(--cjx-nuit);
    color: #d8cfee;
}
body.cjx-g .cjs .cjs-final::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: var(--cjx-pcb);
    background-size: 180px 180px;
    opacity: .25;
    -webkit-mask-image: radial-gradient(70% 100% at 100% 50%, #000 10%, transparent 70%);
    mask-image: radial-gradient(70% 100% at 100% 50%, #000 10%, transparent 70%);
}
body.cjx-g .cjs .cjs-final h2{ color: #fff; }
body.cjx-g .cjs .cjs-final a:not(.cjs-bouton){ color: #d9b8ff; }
body.cjx-g .cjs .cjb-photo{ border-radius: 28px; }
body.cjx-g .cjs aside.cjb-pratique{
    border-color: var(--cjx-filet);
    border-radius: 26px;
    box-shadow: 0 30px 60px -44px rgba(40, 10, 80, .5);
}
body.cjx-g .cjs .cjb-metro{ border-radius: 16px; }
body.cjx-g .cjs .cjb-autre{
    border-radius: 26px;
    background: var(--cjx-scene);
}
body.cjx-g .cjs .cjs-vide-titre{
    font-size: clamp(30px, 1rem + 2.4vw, 54px);
    letter-spacing: -.035em;
    color: var(--cjx-encre);
}
body.cjx-g .cjs .cjs-vide-bloc{
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: var(--cjx-scene);
}
body.cjx-g .cjs .cjs-resultats > a.cjs-resultat-item,
body.cjx-g .cjs .cjs-pistes > a.cjs-piste{
    border-color: var(--cjx-filet);
    border-radius: 22px;
    transition: transform .22s, box-shadow .22s, border-color .22s;
}
body.cjx-g .cjs .cjs-resultats > a.cjs-resultat-item:hover,
body.cjx-g .cjs .cjs-pistes > a.cjs-piste:hover{
    transform: translateY(-4px);
    border-color: var(--cjx-violet-20);
    box-shadow: 0 24px 40px -28px rgba(143, 21, 255, .55);
}
body.cjx-g .cjs .cjs-resultat-type{ border-radius: 999px; }
body.cjx-g .cjs .cjs-pagination :is(a, span){ border-radius: 999px; min-width: 44px; }
body.cjx-g .cjs .cjs-fil a{
    padding: 5px 12px;
    border: 1px solid var(--cjx-filet);
    border-radius: 999px;
    background: #fff;
    color: var(--cjx-violet-fonce);
    font-weight: 600;
    text-decoration: none;
}

/* Accroche des pages de service : lignes d'appel plus grandes, alignements
   hérités remis au centre — voir service-v2.css. */
body.cjx-g .cjs-avant{ font-size: clamp(26px, 3.1vw, 44px); line-height: 1.12; }
body.cjx-g .cjs-texte p[style*="text-align: right"],
body.cjx-g .cjs-texte div[style*="text-align: right"],
body.cjx-g .cjs-texte p[style*="text-align:right"],
body.cjx-g .cjs-texte div[style*="text-align:right"]{ text-align: center !important; }

/* Les deux adresses de /a-propos : l'ancienne mise en colonnes laissait la
   première à gauche et la seconde à droite. Les paragraphes d'adresse sont
   les seuls de la page à ne contenir que du <strong> — on les centre, comme
   le téléphone juste en dessous. */
body.page-id-1149 .cjs-texte p:has(> strong) { text-align: center; }

/* Informations sur la livraison, à la charte — voir service-v2.css. */
body.page-id-66 .cjs-texte p.p1 {
margin: 0 0 6px;
font-size: 13px;
font-weight: 700;
letter-spacing: .08em;
text-transform: uppercase;
color: var(--cjx-violet);
}
body.page-id-66 .cjs-texte p.p1 b { font-weight: inherit; }
body.page-id-66 .cjs-texte p.p3:has(> b) {
margin: 30px 0 0;
font-size: 19px;
font-weight: 700;
color: var(--cjx-encre);
}
body.page-id-66 .cjs-texte p.p3 > b { font-weight: inherit; }
body.page-id-66 .cjs-texte ul.ul1 {
display: grid;
gap: 12px;
margin: 16px 0 0;
padding: 22px 24px;
border: 1px solid var(--cjx-filet);
border-radius: 18px;
background: var(--cjx-violet-10);
list-style: none;
}
body.page-id-66 .cjs-texte ul.ul1 li {
display: flex;
align-items: flex-start;
gap: 12px;
margin: 0;
font-size: 16px;
line-height: 1.55;
}
body.page-id-66 .cjs-texte ul.ul1 li b { font-weight: 600; }
body.page-id-66 .cjs-texte ul.ul1 li::before {
content: "✓";
flex: none;
display: grid;
place-items: center;
width: 24px;
height: 24px;
margin-top: 2px;
border-radius: 50%;
background: #fff;
color: var(--cjx-violet);
font-size: 13px;
font-weight: 700;
box-shadow: inset 0 0 0 1px var(--cjx-violet-20);
}
body.page-id-66 .cjs-texte p.p2:has(img) {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 20px;
margin: 24px 0 0;
padding: 18px 22px;
border: 1px solid var(--cjx-filet);
border-radius: 18px;
background: #fff;
}
body.page-id-66 .cjs-texte p.p2:has(img) img {
width: auto !important;
height: 44px !important;
margin: 0;
}
body.page-id-66 .cjs-texte p.p2:not(:has(img)) {
text-align: center;
font-size: 15px;
color: var(--cjx-texte-2);
}

/* L'introduction de la page Contact (posée en base le 24/09/2026) : une
   phrase d'accroche un peu plus grande que le corps, comme sur les autres
   pages de service. */
body.cjx-g .cjs-texte .cjs-intro-contact {
    font-size: 18px;
    line-height: 1.6;
    color: var(--cjx-encre);
}

/* Le formulaire de contact — voir service-v2.css. */
.contact-wrap {
background:
linear-gradient(rgba(12, 7, 22, .55), rgba(12, 7, 22, .55)),
var(--cjx-pcb, none),
radial-gradient(85% 130% at 10% 0%, rgba(168, 85, 247, .32), transparent 60%),
linear-gradient(135deg, var(--cjx-nuit, #0c0716), #2a0f52) !important;
border-radius: 28px;
}
.contact-wrap .wpcf7 input[type="text"],
.contact-wrap .wpcf7 input[type="email"],
.contact-wrap .wpcf7 input[type="tel"],
.contact-wrap .wpcf7 textarea,
.contact-wrap .wpcf7 select {
width: 100%;
height: 54px;
padding: 0 18px;
border: 1px solid rgba(255, 255, 255, .28) !important;
border-radius: 14px !important;
background: rgba(255, 255, 255, .10) !important;
color: #fff !important;
font-size: 16px !important;
transition: border-color .2s, background .2s;
}
.contact-wrap .wpcf7 textarea {
height: 150px;
padding: 14px 18px;
line-height: 1.55;
resize: vertical;
}
.contact-wrap .wpcf7 ::placeholder { color: rgba(255, 255, 255, .62); opacity: 1; }
.contact-wrap .wpcf7 input:focus,
.contact-wrap .wpcf7 textarea:focus,
.contact-wrap .wpcf7 select:focus {
outline: none;
border-color: #fff !important;
background: rgba(255, 255, 255, .18) !important;
}
.contact-wrap .wpcf7 select {
-webkit-appearance: none;
appearance: none;
padding-right: 44px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 1l6 6 6-6'/%3E%3C/svg%3E") !important;
background-repeat: no-repeat !important;
background-position: right 18px center !important;
background-size: 14px 9px !important;
background-color: rgba(255, 255, 255, .10) !important;
}
.contact-wrap .wpcf7 select option { color: #140d22; background: #fff; }
.contact-wrap .wpcf7 input[type="submit"] {
height: 54px !important;
padding: 0 32px;
border-radius: 999px !important;
background: #fff !important;
color: var(--cjx-violet-fonce, #6a0fd1) !important;
font-size: 16px !important;
font-weight: 700 !important;
cursor: pointer;
}
.contact-wrap .wpcf7 input[type="submit"]:hover { background: var(--cjx-violet-10, #f4eeff) !important; }
@media (prefers-reduced-motion: reduce) {
.contact-wrap .wpcf7 input,
.contact-wrap .wpcf7 textarea,
.contact-wrap .wpcf7 select { transition: none; }
}

/* La page FAQ, version définitive — voir service-v2.css. */
body.cjx-g .cjfaq { margin: 0; padding: 0; background: transparent; }
body.cjx-g .cjfaq-titre {
margin: 0 0 22px;
font-size: clamp(24px, 1rem + 1.4vw, 34px);
font-weight: 700;
letter-spacing: -.02em;
line-height: 1.15;
color: var(--cjx-encre);
text-align: center;
text-wrap: balance;
}
body.cjx-g .cjfaq-grille {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
}
body.cjx-g .cjfaq-carte {
display: grid;
grid-template-columns: 42px minmax(0, 1fr) 12px;
align-items: center;
gap: 14px;
height: 100%;
padding: 16px 18px;
border: 1px solid var(--cjx-filet);
border-radius: 16px;
background: #fff;
color: var(--cjx-encre);
text-decoration: none;
transition: transform .2s, box-shadow .2s, border-color .2s;
}
body.cjx-g .cjfaq-carte-simple { grid-template-columns: minmax(0, 1fr) 12px; }
body.cjx-g .cjfaq-carte:hover,
body.cjx-g .cjfaq-carte:focus-visible {
transform: translateY(-2px);
border-color: var(--cjx-violet-20);
box-shadow: 0 16px 30px -22px rgba(143, 21, 255, .5);
}
body.cjx-g .cjfaq-ic {
display: grid;
place-items: center;
width: 42px;
height: 42px;
border-radius: 12px;
background: var(--cjx-violet-10);
font-size: 20px;
line-height: 1;
}
body.cjx-g .cjfaq-mots { display: grid; gap: 2px; min-width: 0; }
body.cjx-g .cjfaq-theme { font-size: 15px; font-weight: 700; line-height: 1.3; color: var(--cjx-encre); }
body.cjx-g .cjfaq-question { font-size: 13.5px; line-height: 1.45; color: var(--cjx-texte-2); }
body.cjx-g .cjfaq-chev { font-size: 20px; line-height: 1; color: var(--cjx-violet); }
@media (prefers-reduced-motion: reduce) {
body.cjx-g .cjfaq-carte { transition: none; }
body.cjx-g .cjfaq-carte:hover { transform: none; }
}
@media (max-width: 767px) {
body.cjx-g .cjfaq-grille { grid-template-columns: minmax(0, 1fr); }
}

/* Le fond gris hérité vient d'une règle à identifiant — voir service-v2.css. */
body.cjx-g #issues.cjfaq{ background: transparent; padding: 0; }

/* Page À propos — boutiques, vidéo, alignement. Voir service-v2.css. */
body.cjx-g .cjs-boutiques{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin: 0 0 48px; }
body.cjx-g .cjs-boutique{ display: flex; flex-direction: column; gap: 14px; padding: 18px; background: #fff; border: 1px solid var(--cjx-filet, #e7dff5); border-radius: 22px; }
body.cjx-g .cjs-boutique-photo{ width: 100%; height: auto; border-radius: 16px; }
body.cjx-g .cjs-boutique-adresse{ margin: 0; font-size: 1.0625rem; line-height: 1.45; color: var(--cjx-encre, #140d22); }
body.cjx-g .cjs-boutique-acces{ width: auto; max-width: 100%; height: auto; margin: 0 auto 0 0; border-radius: 0; }
body.cjx-g .cjs-boutique-carte{ margin-top: auto; overflow: hidden; border-radius: 16px; }
body.cjx-g .cjs-boutique-carte iframe{ display: block; width: 100%; height: 260px; border: 0; }
body.cjx-g .cjs-video{ position: relative; width: 100%; max-width: 720px; aspect-ratio: 16 / 9; margin: 0 0 28px; overflow: hidden; }
body.cjx-g .cjs-video iframe{ position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media (max-width: 860px) {
body.cjx-g .cjs-boutiques{ grid-template-columns: minmax(0, 1fr); gap: 20px; }
body.cjx-g .cjs-boutique-carte iframe{ height: 220px; }
}
