.elementor-13843 .elementor-element.elementor-element-5dad4b4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13843 .elementor-element.elementor-element-a3265ea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13843 .elementor-element.elementor-element-1b744ae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13843 .elementor-element.elementor-element-f2e3b6e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13843 .elementor-element.elementor-element-3b29f91{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13843 .elementor-element.elementor-element-de1b8e2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13843 .elementor-element.elementor-element-012f166{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13843 .elementor-element.elementor-element-85ecd5f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13843 .elementor-element.elementor-element-422bc7e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13843 .elementor-element.elementor-element-0715a25{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13843 .elementor-element.elementor-element-b341afd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-24cb6fb *//* ═══════════════════════════════════════════
   S1 — HERO · PAGE PRESTATION
   Breakpoints : 480 / 767 / 900 / 1100 / 1400
═══════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow:wght@300;400;500;600&display=swap');

/* ── Variables ── */
.sp-hero {
    --noir: #0D0D0D;
    --noir2: #080808;
    --vert: #84CC16;
    --blanc: #F8F8F4;
    --max: 1400px;
}

/* ── Wrapper ── */
.sp-hero {
    position: relative;
    height: 75vh;
    min-height: 520px;
    background: #080808;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* ── Image de fond ── */
.sp-hero .sp-hero-bg {
    position: absolute;
    inset: 0;
    background-color: #080808;
    background-size: cover;
    background-position: center;
    filter: brightness(.4) saturate(.7);
    transform: scale(1.05);
    transition: transform .6s ease;
}

/* ── Dégradé directionnel ── */
.sp-hero .sp-hero-ov {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(8,8,8,.92) 45%, rgba(8,8,8,.3) 100%);
}

/* ── Conteneur texte ── */
.sp-hero .sp-hero-c {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* ── Inner ── */
.sp-hero .sp-inner {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 48px;
}

/* ── Breadcrumb (manuel + RankMath) ── */
.sp-hero .sp-bc,
.sp-hero .rank-math-breadcrumb p {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .62rem;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(248,248,244,.35);
    margin-bottom: 24px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.sp-hero .sp-bc a,
.sp-hero .rank-math-breadcrumb a {
    color: rgba(248,248,244,.35);
    text-decoration: none;
    transition: color .2s;
}
.sp-hero .sp-bc a:hover,
.sp-hero .rank-math-breadcrumb a:hover { color: #84CC16; }
.sp-hero .sp-bc-sep,
.sp-hero .rank-math-breadcrumb .separator { color: rgba(248,248,244,.2); }
.sp-hero .sp-bc-cur,
.sp-hero .rank-math-breadcrumb .last { color: #84CC16; }

/* ── Kicker ── */
.sp-hero .sp-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: .62rem;
    font-weight: 500;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: #84CC16;
    margin-bottom: 16px;
}
.sp-hero .sp-kicker::before {
    content: '';
    width: 32px;
    height: 2px;
    background: #84CC16;
    flex-shrink: 0;
}

/* ── H1 ── */
.sp-hero .sp-h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(3rem, 7vw, 6.5rem);
    line-height: .92;
    letter-spacing: .03em;
    color: #F8F8F4;
    margin-bottom: 20px;
}
.sp-hero .sp-h1 span { color: #84CC16; }

/* ── Accroche ── */
.sp-hero .sp-hsub {
    font-size: 1rem;
    font-weight: 300;
    color: rgba(248,248,244,.6);
    line-height: 1.75;
    max-width: 560px;
    margin-bottom: 36px;
}

/* ── CTAs ── */
.sp-hero .sp-ctas {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.sp-hero .sp-btn-p {
    font-family: 'Bebas Neue', sans-serif;
    font-size: .8rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    background: #84CC16;
    color: #000;
    border: 1px solid #84CC16;
    padding: 13px 28px;
    border-radius: 2px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background .2s, color .2s, border-color .2s;
    white-space: nowrap;
}
.sp-hero .sp-btn-p:hover {
    background: #0D0D0D;
    color: #fff;
    border-color: #fff;
}

.sp-hero .sp-btn-o {
    font-family: 'Bebas Neue', sans-serif;
    font-size: .8rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    background: transparent;
    color: #F8F8F4;
    border: 1px solid rgba(255,255,255,.35);
    padding: 13px 28px;
    border-radius: 2px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background .2s, border-color .2s;
    white-space: nowrap;
}
.sp-hero .sp-btn-o:hover {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.7);
}

/* ── Stats ── */
.sp-hero .sp-hero-stats {
    display: flex;
    gap: 40px;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,.08);
    flex-wrap: wrap;
}
.sp-hero .sp-hero-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.sp-hero .sp-hero-stat-ico {
    width: 28px;
    height: 28px;
    margin-bottom: 6px;
    opacity: .6;
}
.sp-hero .sp-hero-stat-val {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    color: #84CC16;
    letter-spacing: .03em;
}
.sp-hero .sp-hero-stat-val span {
    font-size: 1.1rem;
    opacity: .7;
    margin-left: 2px;
}
.sp-hero .sp-hero-stat-lbl {
    font-size: .6rem;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(248,248,244,.35);
    line-height: 1.4;
    max-width: 120px;
}

/* ════════════════════════════════
   RESPONSIVE — du plus grand au plus petit
════════════════════════════════ */

/* ── > 1400px : grand écran ── */
@media (min-width: 1400px) {
    .sp-hero { height: 80vh; }
    .sp-hero .sp-h1 { font-size: 7rem; }
}

/* ── 1100–1400px : laptop standard ── */
@media (max-width: 1400px) and (min-width: 1100px) {
    .sp-hero .sp-inner { padding: 0 40px; }
}

/* ── < 1100px : petit laptop / grande tablette landscape ── */
@media (max-width: 1100px) {
    .sp-hero .sp-inner { padding: 0 32px; }
    .sp-hero .sp-hero-stats { gap: 28px; }
}

/* ── < 900px : tablette portrait ── */
@media (max-width: 900px) {
    .sp-hero { height: auto; min-height: 480px; padding: 100px 0 72px; }
    .sp-hero .sp-hero-ov {
        background: linear-gradient(160deg, rgba(8,8,8,.95) 50%, rgba(8,8,8,.5) 100%);
    }
    .sp-hero .sp-hsub { max-width: 100%; }
    .sp-hero .sp-hero-stats { gap: 20px; }
    .sp-hero .sp-hero-stat-val { font-size: 1.5rem; }
}

/* ── < 767px : mobile landscape + grand mobile portrait ── */
@media (max-width: 767px) {
    .sp-hero { padding: 88px 0 56px; min-height: 0; }
    .sp-hero .sp-inner { padding: 0 20px; }
    .sp-hero .sp-bc,
    .sp-hero .rank-math-breadcrumb p { margin-bottom: 16px; font-size: .58rem; }
    .sp-hero .sp-kicker { font-size: .58rem; letter-spacing: .2em; margin-bottom: 12px; }
    .sp-hero .sp-kicker::before { width: 20px; }
    .sp-hero .sp-h1 { font-size: clamp(2.8rem, 11vw, 4rem); margin-bottom: 16px; }
    .sp-hero .sp-hsub { font-size: .9rem; margin-bottom: 28px; }
    .sp-hero .sp-ctas { margin-bottom: 36px; }
    .sp-hero .sp-btn-p,
    .sp-hero .sp-btn-o { padding: 12px 22px; font-size: .75rem; }
    .sp-hero .sp-hero-stats { gap: 16px; padding-top: 24px; }
    .sp-hero .sp-hero-stat-val { font-size: 1.4rem; }
    .sp-hero .sp-hero-stat-lbl { font-size: .55rem; }
}

/* ── < 480px : petit mobile (iPhone SE, Galaxy A…) ── */
@media (max-width: 480px) {
    .sp-hero { padding: 72px 0 48px; }
    .sp-hero .sp-inner { padding: 0 16px; }
    .sp-hero .sp-h1 { font-size: clamp(2.4rem, 12vw, 3.2rem); }
    .sp-hero .sp-hsub { font-size: .85rem; line-height: 1.65; }
    .sp-hero .sp-ctas { flex-direction: column; align-items: flex-start; gap: 10px; }
    .sp-hero .sp-btn-p,
    .sp-hero .sp-btn-o { width: 100%; justify-content: center; }
    .sp-hero .sp-hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 12px; }
    .sp-hero .sp-hero-stat-lbl { max-width: none; }
}

/* ── < 380px : très petit mobile ── */
@media (max-width: 380px) {
    .sp-hero .sp-inner { padding: 0 14px; }
    .sp-hero .sp-h1 { font-size: 2.2rem; }
    .sp-hero .sp-hero-stats { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-ef1a78c *//* ═══════════════════════════════════════════
   S2 — DESCRIPTION · PAGE PRESTATION
   Breakpoints : 380 / 480 / 767 / 900 / 1100 / 1400
═══════════════════════════════════════════ */

/* ── Wrapper ── */
.sp-desc {
    background: #ffffff;
    padding: 80px 0;
}

/* ── Inner : grille 2 colonnes ── */
.sp-desc-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
}

/* ── Colonne texte ── */
.sp-desc-eyebrow {
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #84CC16;
    margin-bottom: 14px;
}

.sp-desc-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: .95;
    letter-spacing: .03em;
    color: #0D0D0D;
    margin-bottom: 28px;
}
.sp-desc-title span { color: #84CC16; }

.sp-desc-body {
    font-size: 15px;
    font-weight: 300;
    color: #555;
    line-height: 1.85;
    margin-bottom: 14px;
}
.sp-desc-body:last-child { margin-bottom: 0; }

/* ── Colonne image ── */
.sp-desc-col-img {
    position: relative;
    overflow: hidden;
}

.sp-desc-col-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

/* Placeholder si pas d'image */
.sp-desc-img-ph {
    width: 100%;
    height: 420px;
    background: #EBEBEB;
}

/* ── Badge ── */
.sp-desc-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: #84CC16;
    color: #000;
    font-family: 'Bebas Neue', sans-serif;
    font-size: .75rem;
    letter-spacing: .1em;
    padding: 7px 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
}
.sp-desc-badge-ico {
    display: flex;
    align-items: center;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */

/* ── > 1400px ── */
@media (min-width: 1400px) {
    .sp-desc { padding: 100px 0; }
    .sp-desc-inner { gap: 96px; }
    .sp-desc-col-img img,
    .sp-desc-img-ph { height: 480px; }
}

/* ── 1100–1400px ── */
@media (max-width: 1400px) and (min-width: 1100px) {
    .sp-desc-inner { padding: 0 40px; gap: 56px; }
}

/* ── < 1100px : petit laptop ── */
@media (max-width: 1100px) {
    .sp-desc-inner {
        padding: 0 32px;
        gap: 40px;
    }
    .sp-desc-col-img img,
    .sp-desc-img-ph { height: 380px; }
}

/* ── < 900px : tablette portrait → colonne unique, image en dessous ── */
@media (max-width: 900px) {
    .sp-desc { padding: 64px 0; }
    .sp-desc-inner {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 0 32px;
    }
    /* Image passe sous le texte */
    .sp-desc-col-img { order: 2; }
    .sp-desc-col-txt  { order: 1; }
    .sp-desc-col-img img,
    .sp-desc-img-ph { height: 340px; }
    .sp-desc-title { font-size: clamp(2rem, 5vw, 3rem); }
}

/* ── < 767px : mobile landscape ── */
@media (max-width: 767px) {
    .sp-desc { padding: 56px 0; }
    .sp-desc-inner { padding: 0 20px; gap: 28px; }
    .sp-desc-col-img img,
    .sp-desc-img-ph { height: 280px; }
    .sp-desc-body { font-size: 14px; }
    .sp-desc-badge { font-size: .7rem; padding: 6px 12px; }
}

/* ── < 480px : mobile portrait ── */
@media (max-width: 480px) {
    .sp-desc { padding: 48px 0; }
    .sp-desc-inner { padding: 0 16px; gap: 24px; }
    .sp-desc-col-img img,
    .sp-desc-img-ph { height: 240px; }
    .sp-desc-eyebrow { font-size: .58rem; }
    .sp-desc-body { font-size: 13.5px; line-height: 1.75; }
}

/* ── < 380px : très petit mobile ── */
@media (max-width: 380px) {
    .sp-desc-inner { padding: 0 14px; }
    .sp-desc-col-img img,
    .sp-desc-img-ph { height: 200px; }
    .sp-desc-badge { font-size: .65rem; left: 10px; bottom: 10px; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-048a2ae *//* ═══════════════════════════════════════════
   S3 — FORMULES / PACKS · PAGE PRESTATION
   Breakpoints : 380 / 480 / 767 / 900 / 1100 / 1400
═══════════════════════════════════════════ */

/* ── Wrapper ── */
.sp-packs {
    background: #0D0D0D;
    padding: 80px 0;
}

/* ── Inner ── */
.sp-packs-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px;
}

/* ── En-tête ── */
.sp-packs-eyebrow {
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #84CC16;
    margin-bottom: 14px;
}

.sp-packs-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: .95;
    letter-spacing: .03em;
    color: #F8F8F4;
    margin-bottom: 8px;
}
.sp-packs-title span { color: #84CC16; }

.sp-packs-intro {
    font-size: 14px;
    font-weight: 300;
    color: rgba(248,248,244,.5);
    line-height: 1.7;
    max-width: 600px;
    margin-bottom: 0;
}

/* ── Grille ── */
.sp-packs-grid {
    display: grid;
    grid-template-columns: repeat(var(--pack-count, 4), 1fr);
    gap: 1px;
    background: rgba(255,255,255,.08);
    margin-top: 48px;
}

/* ── Carte pack ── */
.sp-pack {
    background: #080808;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: background .2s;
    cursor: pointer;
}
.sp-pack:hover { background: #0f0f0f; }
.sp-pack.feat  { background: #111; }

/* ── Numéro fantôme ── */
.sp-pack-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.5rem;
    color: rgba(132,204,22,.08);
    line-height: 1;
    margin-bottom: -4px;
    user-select: none;
}
.sp-pack.feat .sp-pack-num { color: rgba(132,204,22,.15); }

/* ── Label populaire ── */
.sp-pack-popular {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: #84CC16;
    color: #000;
    padding: 3px 10px;
    margin-bottom: 8px;
    width: fit-content;
}

/* ── Titre ── */
.sp-pack-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.4rem;
    letter-spacing: .04em;
    color: #F8F8F4;
    line-height: 1.05;
    margin-bottom: 8px;
}

/* ── Description ── */
.sp-pack-desc {
    font-size: 12px;
    font-weight: 300;
    color: rgba(248,248,244,.45);
    line-height: 1.65;
    margin-bottom: 16px;
}

/* ── Toggle voir plus ── */
.sp-pack-more {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #84CC16;
    cursor: pointer;
    margin-bottom: 12px;
    user-select: none;
}
.sp-pack-more-ico {
    width: 14px;
    height: 14px;
    border: 1px solid #84CC16;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform .2s;
    color: #84CC16;
}
.sp-pack.open .sp-pack-more-ico { transform: rotate(45deg); }

/* ── Features (masquées par défaut) ── */
.sp-pack-feats {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    display: none;
    flex-direction: column;
    gap: 8px;
}
.sp-pack.open .sp-pack-feats { display: flex; }
.sp-pack-feats li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    font-weight: 300;
    color: rgba(248,248,244,.55);
    line-height: 1.4;
}
.sp-pack-feats li::before {
    content: '';
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin-top: 1px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpolyline points='2,7 5.5,10.5 12,3.5' stroke='%2384CC16' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* ── Options (tags) ── */
.sp-pack-opts {
    display: none;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
}
.sp-pack.open .sp-pack-opts { display: flex; }
.sp-pack-opt {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(248,248,244,.5);
    border: 1px dashed rgba(132,204,22,.3);
    padding: 4px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.sp-pack-opt::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #84CC16;
    border-radius: 50%;
    flex-shrink: 0;
}

/* ── Prix + CTA ── */
.sp-pack-price-wrap {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.07);
}
.sp-pack-price-lbl {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(248,248,244,.3);
    margin-bottom: 4px;
}
.sp-pack-price {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.4rem;
    color: #84CC16;
    line-height: 1;
    letter-spacing: .02em;
    margin-bottom: 4px;
}
.sp-pack-price-note {
    font-size: 10px;
    font-weight: 300;
    color: rgba(248,248,244,.25);
    margin-bottom: 16px;
}
.sp-pack-cta {
    font-family: 'Bebas Neue', sans-serif;
    font-size: .75rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 11px 20px;
    text-align: center;
    text-decoration: none;
    display: block;
    border: 1px solid rgba(255,255,255,.2);
    color: #F8F8F4;
    transition: background .2s, color .2s, border-color .2s;
}
.sp-pack-cta:hover        { background: #84CC16; color: #000; border-color: #84CC16; }
.sp-pack.feat .sp-pack-cta      { background: #84CC16; color: #000; border-color: #84CC16; }
.sp-pack.feat .sp-pack-cta:hover { background: #fff; border-color: #fff; color: #000; }

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */

/* ── > 1400px ── */
@media (min-width: 1400px) {
    .sp-packs { padding: 100px 0; }
    .sp-packs-inner { padding: 0 40px; }
}

/* ── < 1400px ── */
@media (max-width: 1400px) and (min-width: 1100px) {
    .sp-packs-inner { padding: 0 40px; }
}

/* ── < 1100px : 2 colonnes si 4 packs ── */
@media (max-width: 1100px) {
    .sp-packs-inner { padding: 0 32px; }
    .sp-packs-grid  { grid-template-columns: repeat(2, 1fr); }
}

/* ── < 900px ── */
@media (max-width: 900px) {
    .sp-packs { padding: 64px 0; }
    .sp-packs-grid { grid-template-columns: repeat(2, 1fr); }
    .sp-pack { padding: 24px 20px; }
}

/* ── < 767px : 1 colonne ── */
@media (max-width: 767px) {
    .sp-packs { padding: 56px 0; }
    .sp-packs-inner { padding: 0 20px; }
    .sp-packs-grid  { grid-template-columns: 1fr; }
    .sp-packs-title { font-size: clamp(2rem, 8vw, 2.8rem); }
    /* Sur mobile les features sont visibles d'emblée */
    .sp-pack-feats  { display: flex; }
    .sp-pack-opts   { display: flex; }
    .sp-pack-more   { display: none; }
}

/* ── < 480px ── */
@media (max-width: 480px) {
    .sp-packs-inner { padding: 0 16px; }
    .sp-pack { padding: 20px 16px; }
    .sp-pack-price  { font-size: 2rem; }
    .sp-pack-title  { font-size: 1.25rem; }
}

/* ── < 380px ── */
@media (max-width: 380px) {
    .sp-packs-inner { padding: 0 14px; }
    .sp-pack-price  { font-size: 1.8rem; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-37a154d *//* ═══════════════════════════════════════════
   S4 — AVANTAGES · PAGE PRESTATION
   Breakpoints : 380 / 480 / 767 / 900 / 1100 / 1400
═══════════════════════════════════════════ */

/* ── Wrapper ── */
.sp-avt {
    background: #EBEBEB;
    padding: 72px 0;
}

/* ── Inner ── */
.sp-avt-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px;
}

/* ── En-tête ── */
.sp-avt-eyebrow {
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #84CC16;
    margin-bottom: 14px;
}

.sp-avt-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: .95;
    letter-spacing: .03em;
    color: #0D0D0D;
    margin-bottom: 36px;
}
.sp-avt-title span { color: #84CC16; }

/* ── Grille ── */
.sp-avt-grid {
    display: grid;
    grid-template-columns: repeat(var(--avt-count, 6), 1fr);
    gap: 1px;
    background: #DDDDD8;
}

/* ── Carte avantage ── */
.sp-avt-item {
    background: #fff;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    overflow: hidden;
    transition: background .2s;
}
.sp-avt-item:hover { background: #fafff2; }

/* Trait vert en bas au hover */
.sp-avt-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #84CC16;
    transition: width .25s;
}
.sp-avt-item:hover::after { width: 100%; }

/* ── Icône ── */
.sp-avt-ico {
    width: 32px;
    height: 32px;
    background: rgba(132,204,22,.1);
    border: 1px solid rgba(132,204,22,.2);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.sp-avt-ico svg {
    width: 14px;
    height: 14px;
}

/* ── Titre ── */
.sp-avt-titre {
    font-family: 'Bebas Neue', sans-serif;
    font-size: .95rem;
    letter-spacing: .04em;
    color: #0D0D0D;
    line-height: 1.1;
}

/* ── Texte ── */
.sp-avt-texte {
    font-size: 11px;
    font-weight: 300;
    color: #888;
    line-height: 1.55;
}

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */

/* ── > 1400px ── */
@media (min-width: 1400px) {
    .sp-avt { padding: 88px 0; }
    .sp-avt-inner { padding: 0 40px; }
    .sp-avt-item { padding: 24px 20px; }
}

/* ── 1100–1400px ── */
@media (max-width: 1400px) and (min-width: 1100px) {
    .sp-avt-inner { padding: 0 40px; }
}

/* ── < 1100px : 3 colonnes ── */
@media (max-width: 1100px) {
    .sp-avt-inner { padding: 0 32px; }
    .sp-avt-grid  { grid-template-columns: repeat(3, 1fr); }
}

/* ── < 900px : tablette portrait → 3 colonnes maintenues ── */
@media (max-width: 900px) {
    .sp-avt { padding: 56px 0; }
    .sp-avt-grid { grid-template-columns: repeat(3, 1fr); }
    .sp-avt-titre { font-size: .9rem; }
    .sp-avt-texte { font-size: 11px; }
}

/* ── < 767px : 2 colonnes ── */
@media (max-width: 767px) {
    .sp-avt { padding: 48px 0; }
    .sp-avt-inner { padding: 0 20px; }
    .sp-avt-grid  { grid-template-columns: repeat(2, 1fr); }
    .sp-avt-title { font-size: clamp(1.8rem, 7vw, 2.6rem); margin-bottom: 28px; }
    .sp-avt-item  { padding: 18px 14px; }
}

/* ── < 480px : 2 colonnes serrées ── */
@media (max-width: 480px) {
    .sp-avt-inner { padding: 0 16px; }
    .sp-avt-grid  { grid-template-columns: repeat(2, 1fr); }
    .sp-avt-item  { padding: 16px 12px; gap: 6px; }
    .sp-avt-ico   { width: 28px; height: 28px; }
    .sp-avt-titre { font-size: .85rem; }
    .sp-avt-texte { font-size: 10.5px; }
}

/* ── < 380px : 1 colonne ── */
@media (max-width: 380px) {
    .sp-avt-inner { padding: 0 14px; }
    .sp-avt-grid  { grid-template-columns: 1fr; }
    .sp-avt-item  { flex-direction: row; align-items: flex-start; gap: 12px; }
    .sp-avt-ico   { flex-shrink: 0; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-ceb4d10 *//* ═══════════════════════════════════════════
   S5 — PROCESS · PAGE PRESTATION
   Breakpoints : 380 / 480 / 767 / 900 / 1100 / 1400
═══════════════════════════════════════════ */

/* ── Wrapper ── */
.sp-process {
    background: #0D0D0D;
    padding: 80px 0;
}

/* ── Inner ── */
.sp-process-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px;
}

/* ── En-tête ── */
.sp-process-eyebrow {
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #84CC16;
    margin-bottom: 14px;
}

.sp-process-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: .95;
    letter-spacing: .03em;
    color: #F8F8F4;
    margin-bottom: 0;
}
.sp-process-title span { color: #84CC16; }

/* ── Grille étapes ── */
.sp-steps {
    display: grid;
    grid-template-columns: repeat(var(--steps-count, 4), 1fr);
    gap: 0;
    margin-top: 48px;
    position: relative;
}

/* Ligne de connexion horizontale entre les numéros */
.sp-steps::before {
    content: '';
    position: absolute;
    top: 27px;
    left: calc((100% / var(--steps-count, 4)) / 2);
    right: calc((100% / var(--steps-count, 4)) / 2);
    height: 1px;
    background: rgba(132,204,22,.3);
    z-index: 0;
}

/* ── Étape ── */
.sp-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

/* ── Numéro ── */
.sp-step-n {
    width: 54px;
    height: 54px;
    background: #84CC16;
    color: #000;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

/* ── Titre étape ── */
.sp-step-t {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1rem;
    letter-spacing: .04em;
    color: #F8F8F4;
    margin-bottom: 8px;
    line-height: 1.1;
}

/* ── Description étape ── */
.sp-step-d {
    font-size: 12px;
    font-weight: 300;
    color: rgba(248,248,244,.4);
    line-height: 1.6;
}

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */

/* ── > 1400px ── */
@media (min-width: 1400px) {
    .sp-process { padding: 100px 0; }
    .sp-process-inner { padding: 0 40px; }
    .sp-step-n { width: 60px; height: 60px; font-size: 1.4rem; }
    .sp-step-t { font-size: 1.1rem; }
    .sp-step-d { font-size: 13px; }
}

/* ── 1100–1400px ── */
@media (max-width: 1400px) and (min-width: 1100px) {
    .sp-process-inner { padding: 0 40px; }
    .sp-step { padding: 0 16px; }
}

/* ── < 1100px ── */
@media (max-width: 1100px) {
    .sp-process-inner { padding: 0 32px; }
    .sp-step { padding: 0 16px; }
    .sp-step-n { width: 48px; height: 48px; font-size: 1.2rem; }
}

/* ── < 900px : 2 colonnes, ligne masquée ── */
@media (max-width: 900px) {
    .sp-process { padding: 64px 0; }
    .sp-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 24px;
    }
    .sp-steps::before { display: none; }
    .sp-step { padding: 0 12px; }
}

/* ── < 767px ── */
@media (max-width: 767px) {
    .sp-process { padding: 56px 0; }
    .sp-process-inner { padding: 0 20px; }
    .sp-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 16px;
        margin-top: 36px;
    }
    .sp-process-title { font-size: clamp(1.8rem, 7vw, 2.6rem); }
    .sp-step { padding: 0 8px; }
    .sp-step-n { width: 44px; height: 44px; font-size: 1.1rem; margin-bottom: 14px; }
    .sp-step-t { font-size: .9rem; }
    .sp-step-d { font-size: 11.5px; }
}

/* ── < 480px : 1 colonne avec layout horizontal ── */
@media (max-width: 480px) {
    .sp-process-inner { padding: 0 16px; }
    .sp-steps {
        grid-template-columns: 1fr;
        gap: 0;
    }
    /* Chaque étape en ligne : numéro à gauche, texte à droite */
    .sp-step {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        gap: 16px;
        padding: 20px 0;
        border-bottom: 1px solid rgba(255,255,255,.06);
    }
    .sp-step:last-child { border-bottom: none; }
    .sp-step-n {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    .sp-step-content { display: flex; flex-direction: column; gap: 4px; }
    .sp-step-t { margin-bottom: 0; font-size: .9rem; }
    .sp-step-d { font-size: 11px; }
}

/* ── < 380px ── */
@media (max-width: 380px) {
    .sp-process-inner { padding: 0 14px; }
    .sp-step-n { width: 36px; height: 36px; font-size: .95rem; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-d8bc805 *//* ═══════════════════════════════════════════
   S6 — GALERIE · PAGE PRESTATION
   Breakpoints : 380 / 480 / 767 / 900 / 1100 / 1400
═══════════════════════════════════════════ */

/* ── Wrapper ── */
.sp-gal {
    background: #F8F8F4;
    padding: 80px 0 0;
}

/* ── Inner (en-tête) ── */
.sp-gal-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px;
    margin-bottom: 40px;
}

/* ── En-tête ── */
.sp-gal-eyebrow {
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #84CC16;
    margin-bottom: 14px;
}

.sp-gal-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: .95;
    letter-spacing: .03em;
    color: #0D0D0D;
    margin-bottom: 0;
}
.sp-gal-title span { color: #84CC16; }

/* ── Wrap grille ── */
.sp-gal-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px;
    padding-bottom: 80px;
}

/* ── Grille ── */
.sp-gal-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 210px 210px;
    gap: 3px;
}

/* Première image occupe 2 lignes */
.sp-gal-item--main {
    grid-row: 1 / 3;
}

/* ── Item ── */
.sp-gal-item {
    overflow: hidden;
    background: #ddd;
    position: relative;
}

/* ── Lien ── */
.sp-gal-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

/* ── Image ── */
.sp-gal-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s, filter .4s;
    filter: saturate(.8);
}
.sp-gal-item:hover img {
    transform: scale(1.04);
    filter: saturate(1);
}

/* ── Overlay loupe ── */
.sp-gal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(8,8,8,.35);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s;
}
.sp-gal-item:hover .sp-gal-overlay { opacity: 1; }

/* ════════════════════════════════
   LIGHTBOX
════════════════════════════════ */

.sp-gal-lb {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s;
}
.sp-gal-lb.active {
    opacity: 1;
    pointer-events: all;
}

.sp-gal-lb-ov {
    position: absolute;
    inset: 0;
    background: rgba(8,8,8,.93);
}

.sp-gal-lb-img-wrap {
    position: relative;
    z-index: 1;
    max-width: 90vw;
    max-height: 88vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-gal-lb-img {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    display: block;
    border: 1px solid rgba(255,255,255,.08);
}

/* Boutons lightbox */
.sp-gal-lb-close,
.sp-gal-lb-prev,
.sp-gal-lb-next {
    position: absolute;
    z-index: 2;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, border-color .2s;
    padding: 0;
}
.sp-gal-lb-close:hover,
.sp-gal-lb-prev:hover,
.sp-gal-lb-next:hover {
    background: #84CC16;
    border-color: #84CC16;
    color: #000;
}
.sp-gal-lb-close:hover svg,
.sp-gal-lb-prev:hover svg,
.sp-gal-lb-next:hover svg { stroke: #000; }

.sp-gal-lb-close {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
}
.sp-gal-lb-prev {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
}
.sp-gal-lb-next {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
}

.sp-gal-lb-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    font-size: .65rem;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(255,255,255,.4);
}

/* ════════════════════════════════
   RESPONSIVE GALERIE
════════════════════════════════ */

/* ── > 1400px ── */
@media (min-width: 1400px) {
    .sp-gal { padding-top: 100px; }
    .sp-gal-inner  { padding: 0 40px; }
    .sp-gal-wrap   { padding: 0 40px 100px; }
    .sp-gal-grid   { grid-template-rows: 250px 250px; }
}

/* ── 1100–1400px ── */
@media (max-width: 1400px) and (min-width: 1100px) {
    .sp-gal-inner { padding: 0 40px; }
    .sp-gal-wrap  { padding: 0 40px 80px; }
}

/* ── < 1100px ── */
@media (max-width: 1100px) {
    .sp-gal-inner { padding: 0 32px; }
    .sp-gal-wrap  { padding: 0 32px 72px; }
    .sp-gal-grid  { grid-template-rows: 180px 180px; }
}

/* ── < 900px : grille 2 colonnes égales, main perd son span ── */
@media (max-width: 900px) {
    .sp-gal { padding-top: 64px; }
    .sp-gal-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, 180px);
    }
    .sp-gal-item--main { grid-row: auto; }
}

/* ── < 767px ── */
@media (max-width: 767px) {
    .sp-gal { padding-top: 56px; }
    .sp-gal-inner { padding: 0 20px; margin-bottom: 28px; }
    .sp-gal-wrap  { padding: 0 20px 56px; }
    .sp-gal-grid  {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, 160px);
        gap: 2px;
    }
    .sp-gal-title { font-size: clamp(1.8rem, 7vw, 2.6rem); }
    .sp-gal-lb-prev { left: 10px; }
    .sp-gal-lb-next { right: 10px; }
}

/* ── < 480px : 1 colonne ── */
@media (max-width: 480px) {
    .sp-gal-inner { padding: 0 16px; }
    .sp-gal-wrap  { padding: 0 16px 48px; }
    .sp-gal-grid  {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 200px);
        gap: 2px;
    }
    .sp-gal-lb-img { max-width: 96vw; }
}

/* ── < 380px ── */
@media (max-width: 380px) {
    .sp-gal-inner { padding: 0 14px; }
    .sp-gal-wrap  { padding: 0 14px 40px; }
    .sp-gal-grid  { grid-template-rows: repeat(5, 170px); }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-a8d1426 *//* ═══════════════════════════════════════════
   S7 — FAQ · PAGE PRESTATION
   Breakpoints : 380 / 480 / 767 / 900 / 1100 / 1400
═══════════════════════════════════════════ */

/* ── Wrapper ── */
.sp-faq {
    background: #EBEBEB;
    padding: 80px 0;
}

/* ── Inner ── */
.sp-faq-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px;
}

/* ── En-tête ── */
.sp-faq-eyebrow {
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #84CC16;
    margin-bottom: 14px;
}

.sp-faq-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: .95;
    letter-spacing: .03em;
    color: #0D0D0D;
    margin-bottom: 40px;
}
.sp-faq-title span { color: #84CC16; }

/* ── Layout 2 colonnes ── */
.sp-faq-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 56px;
    align-items: start;
}

/* ════════════════════════════════
   ACCORDÉON
════════════════════════════════ */

.sp-faq-list {
    display: flex;
    flex-direction: column;
}

.sp-faq-item {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.sp-faq-item:first-child {
    border-top: 1px solid rgba(0,0,0,.1);
}

/* ── Question ── */
.sp-faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0;
    font-size: 14px;
    font-weight: 500;
    color: #0D0D0D;
    cursor: pointer;
    user-select: none;
    line-height: 1.4;
    transition: color .2s;
}
.sp-faq-q:hover { color: #84CC16; }
.sp-faq-item.open .sp-faq-q { color: #0D0D0D; }

/* ── Icône +/− ── */
.sp-faq-ico {
    width: 22px;
    height: 22px;
    border: 1px solid rgba(0,0,0,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .2s, border-color .2s;
    color: #0D0D0D;
}
.sp-faq-item.open .sp-faq-ico {
    background: #84CC16;
    border-color: #84CC16;
    color: #000;
}

/* Barre verticale masquée quand ouvert */
.sp-faq-item.open .sp-faq-v {
    opacity: 0;
}

/* ── Réponse ── */
.sp-faq-a {
    font-size: 13px;
    font-weight: 300;
    color: #666;
    line-height: 1.8;
    padding-bottom: 18px;
    display: none;
    padding-right: 40px;
}
.sp-faq-a p { margin-bottom: 8px; }
.sp-faq-a p:last-child { margin-bottom: 0; }
.sp-faq-item.open .sp-faq-a { display: block; }

/* ════════════════════════════════
   BLOC CONTACT LATÉRAL
════════════════════════════════ */

.sp-faq-side {
    background: #0D0D0D;
    padding: 32px;
    position: sticky;
    top: 24px;
}

.sp-faq-side-t {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.7rem;
    letter-spacing: .04em;
    line-height: .95;
    color: #F8F8F4;
    margin-bottom: 12px;
}

.sp-faq-side-d {
    font-size: 13px;
    font-weight: 300;
    color: rgba(248,248,244,.45);
    line-height: 1.7;
    margin-bottom: 20px;
}

.sp-faq-phone {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    letter-spacing: .06em;
    color: #84CC16;
    margin-bottom: 14px;
    display: block;
    text-decoration: none;
    transition: color .2s;
}
.sp-faq-phone:hover { color: #fff; }

.sp-faq-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #84CC16;
    color: #000;
    font-family: 'Bebas Neue', sans-serif;
    font-size: .8rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 13px 20px;
    text-decoration: none;
    transition: background .2s, color .2s;
    margin-bottom: 24px;
}
.sp-faq-cta:hover { background: #fff; color: #000; }

/* ── Note Google ── */
.sp-faq-note {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.07);
}

.sp-faq-note-stars {
    color: #84CC16;
    font-size: .85rem;
    letter-spacing: .06em;
    flex-shrink: 0;
}

.sp-faq-note-txt {
    font-size: 11px;
    font-weight: 300;
    color: rgba(248,248,244,.4);
    line-height: 1.5;
}
.sp-faq-note-txt strong {
    color: #F8F8F4;
    font-weight: 600;
}
.sp-faq-note-txt span {
    display: block;
    font-size: 10px;
    color: rgba(248,248,244,.3);
}

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */

/* ── > 1400px ── */
@media (min-width: 1400px) {
    .sp-faq { padding: 100px 0; }
    .sp-faq-inner { padding: 0 40px; }
    .sp-faq-layout { grid-template-columns: 1fr 380px; gap: 72px; }
    .sp-faq-q { font-size: 15px; padding: 20px 0; }
    .sp-faq-a { font-size: 14px; }
}

/* ── 1100–1400px ── */
@media (max-width: 1400px) and (min-width: 1100px) {
    .sp-faq-inner { padding: 0 40px; }
    .sp-faq-layout { grid-template-columns: 1fr 300px; gap: 48px; }
}

/* ── < 1100px ── */
@media (max-width: 1100px) {
    .sp-faq-inner { padding: 0 32px; }
    .sp-faq-layout { grid-template-columns: 1fr 280px; gap: 36px; }
    .sp-faq-side { padding: 24px; }
}

/* ── < 900px : bloc latéral passe sous l'accordéon ── */
@media (max-width: 900px) {
    .sp-faq { padding: 64px 0; }
    .sp-faq-layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .sp-faq-side {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px 24px;
        align-items: start;
    }
    .sp-faq-side-t  { grid-column: 1 / -1; margin-bottom: 0; }
    .sp-faq-side-d  { grid-column: 1 / -1; margin-bottom: 0; }
    .sp-faq-phone   { margin-bottom: 0; }
    .sp-faq-cta     { margin-bottom: 0; }
    .sp-faq-note    { grid-column: 1 / -1; }
}

/* ── < 767px ── */
@media (max-width: 767px) {
    .sp-faq { padding: 56px 0; }
    .sp-faq-inner { padding: 0 20px; }
    .sp-faq-title { font-size: clamp(1.8rem, 7vw, 2.6rem); margin-bottom: 32px; }
    .sp-faq-q { font-size: 13px; padding: 16px 0; }
    .sp-faq-a { font-size: 12.5px; padding-right: 20px; }
    .sp-faq-side { grid-template-columns: 1fr; }
    .sp-faq-phone { font-size: 1.3rem; }
}

/* ── < 480px ── */
@media (max-width: 480px) {
    .sp-faq-inner { padding: 0 16px; }
    .sp-faq-q { font-size: 12.5px; gap: 12px; }
    .sp-faq-ico { width: 20px; height: 20px; flex-shrink: 0; }
    .sp-faq-a { font-size: 12px; padding-right: 0; }
    .sp-faq-side { padding: 20px 16px; }
    .sp-faq-side-t { font-size: 1.5rem; }
}

/* ── < 380px ── */
@media (max-width: 380px) {
    .sp-faq-inner { padding: 0 14px; }
    .sp-faq-q { font-size: 12px; }
    .sp-faq-side { padding: 18px 14px; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-b14e461 *//* ═══════════════════════════════════════════
   S8 — PRESTATIONS CONNEXES · PAGE PRESTATION
   Breakpoints : 380 / 480 / 767 / 900 / 1100 / 1400
═══════════════════════════════════════════ */

/* ── Wrapper ── */
.sp-rel {
    background: #0D0D0D;
    padding: 80px 0;
}

/* ── Inner ── */
.sp-rel-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px;
}

/* ── En-tête ── */
.sp-rel-eyebrow {
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #84CC16;
    margin-bottom: 14px;
}

.sp-rel-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: .95;
    letter-spacing: .03em;
    color: #F8F8F4;
    margin-bottom: 40px;
}
.sp-rel-title span { color: #84CC16; }

/* ── Grille ── */
.sp-rel-grid {
    display: grid;
    grid-template-columns: repeat(var(--rel-count, 4), 1fr);
    gap: 1px;
    background: rgba(255,255,255,.08);
}

/* ── Carte ── */
.sp-rel-card {
    position: relative;
    overflow: hidden;
    height: 280px;
    text-decoration: none;
    display: block;
}

/* ── Image fond ── */
.sp-rel-bg {
    position: absolute;
    inset: 0;
    background-color: #1a1a1a;
    background-size: cover;
    background-position: center;
    filter: brightness(.45) saturate(.7);
    transition: transform .4s, filter .4s;
}
.sp-rel-card:hover .sp-rel-bg {
    transform: scale(1.05);
    filter: brightness(.3) saturate(.6);
}

/* ── Dégradé bas ── */
.sp-rel-ov {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(8,8,8,.9) 0%, transparent 60%);
}

/* ── Contenu ── */
.sp-rel-c {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 1;
}

.sp-rel-tag {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #84CC16;
    margin-bottom: 6px;
}

.sp-rel-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.15rem;
    letter-spacing: .04em;
    color: #F8F8F4;
    line-height: 1.05;
    margin-bottom: 12px;
}

.sp-rel-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #000;
    background: #84CC16;
    padding: 6px 12px;
    transition: background .2s, color .2s;
}
.sp-rel-card:hover .sp-rel-btn {
    background: #fff;
    color: #000;
}

/* ── Lien "Voir tout" ── */
.sp-rel-all {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.sp-rel-all-a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: .8rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #F8F8F4;
    border: 1px solid rgba(255,255,255,.25);
    padding: 13px 32px;
    text-decoration: none;
    transition: background .2s, color .2s, border-color .2s;
}
.sp-rel-all-a:hover {
    background: #84CC16;
    color: #000;
    border-color: #84CC16;
}

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */

/* ── > 1400px ── */
@media (min-width: 1400px) {
    .sp-rel { padding: 100px 0; }
    .sp-rel-inner { padding: 0 40px; }
    .sp-rel-card { height: 320px; }
    .sp-rel-name { font-size: 1.25rem; }
}

/* ── 1100–1400px ── */
@media (max-width: 1400px) and (min-width: 1100px) {
    .sp-rel-inner { padding: 0 40px; }
    .sp-rel-card  { height: 260px; }
}

/* ── < 1100px : 2 colonnes ── */
@media (max-width: 1100px) {
    .sp-rel-inner { padding: 0 32px; }
    .sp-rel-grid  { grid-template-columns: repeat(2, 1fr); }
    .sp-rel-card  { height: 260px; }
}

/* ── < 900px ── */
@media (max-width: 900px) {
    .sp-rel { padding: 64px 0; }
    .sp-rel-grid { grid-template-columns: repeat(2, 1fr); }
    .sp-rel-card { height: 240px; }
}

/* ── < 767px ── */
@media (max-width: 767px) {
    .sp-rel { padding: 56px 0; }
    .sp-rel-inner { padding: 0 20px; }
    .sp-rel-title { font-size: clamp(1.8rem, 7vw, 2.6rem); margin-bottom: 28px; }
    .sp-rel-grid  { grid-template-columns: repeat(2, 1fr); }
    .sp-rel-card  { height: 220px; }
    .sp-rel-c     { padding: 16px; }
    .sp-rel-name  { font-size: 1rem; margin-bottom: 8px; }
}

/* ── < 480px : 1 colonne ── */
@media (max-width: 480px) {
    .sp-rel-inner { padding: 0 16px; }
    .sp-rel-grid  { grid-template-columns: 1fr; }
    .sp-rel-card  { height: 200px; }
    .sp-rel-all-a { padding: 12px 24px; font-size: .75rem; }
}

/* ── < 380px ── */
@media (max-width: 380px) {
    .sp-rel-inner { padding: 0 14px; }
    .sp-rel-card  { height: 180px; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-1d6b753 *//* ═══════════════════════════════════════════
   S9 — AVIS GOOGLE · PAGE PRESTATION
   Breakpoints : 380 / 480 / 767 / 900 / 1100 / 1400
═══════════════════════════════════════════ */

/* ── Wrapper ── */
.sp-avis {
    background: #ffffff;
    padding: 80px 0;
}

/* ── Inner ── */
.sp-avis-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px;
}

/* ── En-tête ── */
.sp-avis-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.sp-avis-eyebrow {
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #84CC16;
    margin-bottom: 14px;
}

.sp-avis-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: .95;
    letter-spacing: .03em;
    color: #0D0D0D;
    margin-bottom: 0;
}
.sp-avis-title span { color: #84CC16; }

/* ── Score Google ── */
.sp-avis-score {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    background: rgba(132,204,22,.06);
    border: 1px solid rgba(132,204,22,.2);
    flex-shrink: 0;
}

.sp-avis-score-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.sp-avis-score-n {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3rem;
    line-height: 1;
    color: #84CC16;
}

.sp-avis-score-s {
    color: #84CC16;
    font-size: .85rem;
    letter-spacing: .08em;
}

.sp-avis-score-right {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.sp-avis-score-label {
    font-size: 12px;
    font-weight: 500;
    color: #0D0D0D;
}

.sp-avis-score-count {
    font-size: 10px;
    font-weight: 300;
    color: #888;
}

.sp-avis-score-link {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #84CC16;
    text-decoration: none;
    margin-top: 4px;
    transition: color .2s;
}
.sp-avis-score-link:hover { color: #0D0D0D; }

/* ── Grille avis ── */
.sp-avis-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #EBEBEB;
}

/* ── Carte avis ── */
.sp-avis-card {
    background: #fff;
    padding: 24px;
    border: 1px solid #EBEBEB;
    transition: background .2s;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sp-avis-card:hover { background: #F8F8F4; }

/* ── Header carte ── */
.sp-avis-h {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ── Avatar initiales ── */
.sp-avis-av {
    width: 38px;
    height: 38px;
    background: rgba(132,204,22,.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: .95rem;
    color: #84CC16;
    flex-shrink: 0;
}

/* ── Meta ── */
.sp-avis-meta { flex: 1; }

.sp-avis-nom {
    font-size: 12px;
    font-weight: 500;
    color: #0D0D0D;
    line-height: 1.2;
}

.sp-avis-date {
    font-size: 10px;
    font-weight: 300;
    color: #888;
    margin-top: 2px;
}

/* ── Logo Google ── */
.sp-avis-google {
    margin-left: auto;
    flex-shrink: 0;
    opacity: .7;
}

/* ── Étoiles ── */
.sp-avis-stars {
    color: #84CC16;
    font-size: .8rem;
    letter-spacing: .1em;
}

/* ── Texte ── */
.sp-avis-txt {
    font-size: 13px;
    font-weight: 300;
    color: #555;
    line-height: 1.7;
    flex: 1;
}

/* ── Footer CTA ── */
.sp-avis-footer {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.sp-avis-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: .8rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #0D0D0D;
    border: 1px solid rgba(0,0,0,.2);
    padding: 13px 32px;
    text-decoration: none;
    transition: background .2s, color .2s, border-color .2s;
}
.sp-avis-all:hover {
    background: #84CC16;
    color: #000;
    border-color: #84CC16;
}

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */

/* ── > 1400px ── */
@media (min-width: 1400px) {
    .sp-avis { padding: 100px 0; }
    .sp-avis-inner { padding: 0 40px; }
    .sp-avis-card { padding: 28px; }
    .sp-avis-txt { font-size: 14px; }
}

/* ── 1100–1400px ── */
@media (max-width: 1400px) and (min-width: 1100px) {
    .sp-avis-inner { padding: 0 40px; }
}

/* ── < 1100px ── */
@media (max-width: 1100px) {
    .sp-avis-inner { padding: 0 32px; }
    .sp-avis-card  { padding: 20px; }
}

/* ── < 900px : 2 colonnes ── */
@media (max-width: 900px) {
    .sp-avis { padding: 64px 0; }
    .sp-avis-grid { grid-template-columns: repeat(2, 1fr); }
    /* 3e carte passe en pleine largeur */
    .sp-avis-card:nth-child(3) { grid-column: 1 / -1; }
    .sp-avis-head { align-items: flex-start; flex-direction: column; gap: 24px; }
    .sp-avis-score { width: 100%; }
}

/* ── < 767px ── */
@media (max-width: 767px) {
    .sp-avis { padding: 56px 0; }
    .sp-avis-inner { padding: 0 20px; }
    .sp-avis-title { font-size: clamp(1.8rem, 7vw, 2.6rem); }
    .sp-avis-grid  { grid-template-columns: 1fr; }
    .sp-avis-card:nth-child(3) { grid-column: auto; }
    .sp-avis-score { padding: 14px 18px; }
    .sp-avis-score-n { font-size: 2.4rem; }
}

/* ── < 480px ── */
@media (max-width: 480px) {
    .sp-avis-inner { padding: 0 16px; }
    .sp-avis-card  { padding: 18px 14px; }
    .sp-avis-txt   { font-size: 12.5px; }
    .sp-avis-all   { padding: 12px 24px; font-size: .75rem; width: 100%; justify-content: center; }
}

/* ── < 380px ── */
@media (max-width: 380px) {
    .sp-avis-inner { padding: 0 14px; }
    .sp-avis-score { flex-direction: column; align-items: flex-start; gap: 10px; }
    .sp-avis-score-left { flex-direction: row; align-items: center; gap: 8px; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5afc78c *//* ═══════════════════════════════════════════
   S11 — VIDÉOS · PAGE PRESTATION
   Breakpoints : 380 / 480 / 767 / 900 / 1100 / 1400
═══════════════════════════════════════════ */

/* ── Wrapper ── */
.sp-vid {
    background: #0D0D0D;
    padding: 80px 0;
}

/* ── Inner ── */
.sp-vid-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px;
}

/* ── En-tête ── */
.sp-vid-eyebrow {
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #84CC16;
    margin-bottom: 14px;
}

.sp-vid-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: .95;
    letter-spacing: .03em;
    color: #F8F8F4;
    margin-bottom: 0;
}
.sp-vid-title span { color: #84CC16; }

/* ── Grille ── */
.sp-vid-grid {
    display: grid;
    grid-template-columns: repeat(var(--vid-count, 3), 1fr);
    gap: 12px;
    margin-top: 40px;
}

/* ── Carte vidéo ── */
.sp-vid-card {
    background: #111;
    border: 1px solid rgba(255,255,255,.06);
    overflow: hidden;
    cursor: pointer;
    transition: border-color .2s;
}
.sp-vid-card:hover {
    border-color: rgba(132,204,22,.4);
}

/* ── Vignette : ratio 9/16 (format vertical réseaux) ── */
.sp-vid-thumb {
    aspect-ratio: 9 / 16;
    background: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.sp-vid-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(.75);
    transition: filter .3s, transform .4s;
}
.sp-vid-card:hover .sp-vid-thumb img {
    filter: brightness(.5);
    transform: scale(1.04);
}

/* ── Placeholder ── */
.sp-vid-ph {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 30px 16px;
    text-align: center;
    width: 100%;
    height: 100%;
}
.sp-vid-ph-ico {
    font-size: 32px;
    opacity: .15;
}
.sp-vid-ph-txt {
    font-size: 10px;
    font-weight: 300;
    color: rgba(248,248,244,.25);
    line-height: 1.5;
}

/* ── Bouton play ── */
.sp-vid-play {
    position: absolute;
    width: 48px;
    height: 48px;
    background: #84CC16;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .25s, background .2s;
    box-shadow: 0 4px 20px rgba(0,0,0,.4);
}
.sp-vid-card:hover .sp-vid-play {
    transform: scale(1.12);
    background: #fff;
}

/* ── Infos ── */
.sp-vid-info {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.sp-vid-src {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.sp-vid-titre {
    font-size: 12px;
    font-weight: 300;
    color: rgba(248,248,244,.5);
    line-height: 1.45;
}

/* ════════════════════════════════
   MODALE VIDÉO
════════════════════════════════ */

.sp-vid-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s;
}
.sp-vid-modal.active {
    opacity: 1;
    pointer-events: all;
}

.sp-vid-modal-ov {
    position: absolute;
    inset: 0;
    background: rgba(8,8,8,.95);
}

.sp-vid-modal-box {
    position: relative;
    z-index: 1;
    width: min(480px, 92vw);
    aspect-ratio: 9 / 16;
    background: #000;
}

.sp-vid-modal-embed {
    position: relative;
    width: 100%;
    height: 100%;
}

.sp-vid-modal-close {
    position: absolute;
    top: -44px;
    right: 0;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.2);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
    z-index: 2;
}
.sp-vid-modal-close:hover {
    background: #84CC16;
    border-color: #84CC16;
    color: #000;
}
.sp-vid-modal-close:hover svg { stroke: #000; }

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */

/* ── > 1400px ── */
@media (min-width: 1400px) {
    .sp-vid { padding: 100px 0; }
    .sp-vid-inner { padding: 0 40px; }
    .sp-vid-grid  { gap: 16px; }
    .sp-vid-play  { width: 56px; height: 56px; }
}

/* ── 1100–1400px ── */
@media (max-width: 1400px) and (min-width: 1100px) {
    .sp-vid-inner { padding: 0 40px; }
    .sp-vid-grid  { gap: 12px; }
}

/* ── < 1100px : 3 colonnes maintenues ── */
@media (max-width: 1100px) {
    .sp-vid-inner { padding: 0 32px; }
}

/* ── < 900px : 2 colonnes ── */
@media (max-width: 900px) {
    .sp-vid { padding: 64px 0; }
    .sp-vid-grid { grid-template-columns: repeat(2, 1fr); }
    /* 3e carte masquée en tablette portrait pour équilibre */
    .sp-vid-card:nth-child(3) { display: none; }
}

/* ── < 767px ── */
@media (max-width: 767px) {
    .sp-vid { padding: 56px 0; }
    .sp-vid-inner { padding: 0 20px; }
    .sp-vid-title { font-size: clamp(1.8rem, 7vw, 2.6rem); }
    .sp-vid-grid  {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .sp-vid-card:nth-child(3) { display: none; }
}

/* ── < 480px : 1 colonne ── */
@media (max-width: 480px) {
    .sp-vid-inner { padding: 0 16px; }
    .sp-vid-grid  {
        grid-template-columns: 1fr;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    .sp-vid-card:nth-child(3) { display: none; }
    .sp-vid-modal-box { width: 96vw; }
}

/* ── < 380px ── */
@media (max-width: 380px) {
    .sp-vid-inner { padding: 0 14px; }
    .sp-vid-grid  { max-width: 100%; }
    .sp-vid-play  { width: 40px; height: 40px; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-15191de *//* ═══════════════════════════════════════════
   S12 — TEXTE SEO · PAGE PRESTATION
   Breakpoints : 380 / 480 / 767 / 900 / 1100 / 1400
═══════════════════════════════════════════ */

/* ── Wrapper ── */
.sp-seo {
    background: #ffffff;
    padding: 72px 0;
    border-top: 1px solid #EBEBEB;
}

/* ── Inner ── */
.sp-seo-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px;
}

/* ── En-tête ── */
.sp-seo-eyebrow {
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #84CC16;
    margin-bottom: 14px;
}

.sp-seo-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: .95;
    letter-spacing: .03em;
    color: #0D0D0D;
    margin-bottom: 0;
}
.sp-seo-title span { color: #84CC16; }

/* ── Layout : onglets gauche + panneau droite ── */
.sp-seo-layout {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 0;
    margin-top: 40px;
    border: 1px solid #EBEBEB;
}

/* ════════════════════════════════
   ONGLETS VERTICAUX
════════════════════════════════ */

.sp-seo-tabs {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #EBEBEB;
}

.sp-seo-tab {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #888;
    padding: 20px 24px;
    cursor: pointer;
    border-bottom: 1px solid #EBEBEB;
    border-left: 3px solid transparent;
    transition: color .2s, border-color .2s, background .2s;
    user-select: none;
    line-height: 1.4;
    outline: none;
}
.sp-seo-tab:last-child { border-bottom: none; }
.sp-seo-tab:hover {
    background: #F8F8F4;
    color: #0D0D0D;
}
.sp-seo-tab.active {
    color: #0D0D0D;
    border-left-color: #84CC16;
    background: #F8F8F4;
    font-weight: 700;
}
.sp-seo-tab:focus-visible {
    outline: 2px solid #84CC16;
    outline-offset: -2px;
}

/* ════════════════════════════════
   PANNEAUX
════════════════════════════════ */

.sp-seo-panels { overflow: hidden; }

.sp-seo-panel {
    display: none;
    padding: 36px 40px;
    animation: sp-seo-fadein .2s ease;
}
.sp-seo-panel.active { display: block; }

@keyframes sp-seo-fadein {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Kicker interne ── */
.sp-seo-kicker {
    font-size: .6rem;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #84CC16;
    margin-bottom: 10px;
}

/* ── Titre interne ── */
.sp-seo-h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.6rem, 2.5vw, 2.4rem);
    letter-spacing: .04em;
    line-height: 1.05;
    color: #0D0D0D;
    margin-bottom: 16px;
}

/* ── Paragraphes ── */
.sp-seo-txt {
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 1.85;
    margin-bottom: 10px;
}
.sp-seo-txt:last-of-type { margin-bottom: 0; }

/* ── Liens internes ── */
.sp-seo-liens {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.sp-seo-lien {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 7px 14px;
    border: 1px solid #EBEBEB;
    color: #0D0D0D;
    text-decoration: none;
    transition: border-color .2s, color .2s, background .2s;
    white-space: nowrap;
}
.sp-seo-lien:hover {
    border-color: #84CC16;
    color: #84CC16;
}

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */

/* ── > 1400px ── */
@media (min-width: 1400px) {
    .sp-seo { padding: 88px 0; }
    .sp-seo-inner { padding: 0 40px; }
    .sp-seo-layout { grid-template-columns: 260px 1fr; }
    .sp-seo-tab  { padding: 22px 28px; font-size: 11.5px; }
    .sp-seo-panel { padding: 44px 48px; }
    .sp-seo-txt  { font-size: 15px; }
}

/* ── 1100–1400px ── */
@media (max-width: 1400px) and (min-width: 1100px) {
    .sp-seo-inner { padding: 0 40px; }
    .sp-seo-layout { grid-template-columns: 200px 1fr; }
}

/* ── < 1100px ── */
@media (max-width: 1100px) {
    .sp-seo-inner  { padding: 0 32px; }
    .sp-seo-layout { grid-template-columns: 180px 1fr; }
    .sp-seo-tab    { padding: 18px 18px; }
    .sp-seo-panel  { padding: 28px 28px; }
}

/* ── < 900px : onglets horizontaux en haut ── */
@media (max-width: 900px) {
    .sp-seo { padding: 56px 0; }
    .sp-seo-layout {
        grid-template-columns: 1fr;
    }
    .sp-seo-tabs {
        flex-direction: row;
        flex-wrap: wrap;
        border-right: none;
        border-bottom: 1px solid #EBEBEB;
    }
    .sp-seo-tab {
        border-bottom: 3px solid transparent;
        border-left: none;
        border-right: none;
        padding: 14px 18px;
        flex: 1;
        text-align: center;
        min-width: 120px;
    }
    .sp-seo-tab:last-child { border-bottom: 3px solid transparent; }
    .sp-seo-tab.active {
        border-bottom-color: #84CC16;
        border-left-color: transparent;
    }
    .sp-seo-panel { padding: 28px 24px; }
}

/* ── < 767px ── */
@media (max-width: 767px) {
    .sp-seo { padding: 48px 0; }
    .sp-seo-inner { padding: 0 20px; }
    .sp-seo-title { font-size: clamp(1.8rem, 7vw, 2.6rem); }
    .sp-seo-tabs  { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .sp-seo-tab   {
        white-space: nowrap;
        flex: 0 0 auto;
        padding: 12px 16px;
        font-size: 10px;
    }
    .sp-seo-panel { padding: 24px 20px; }
    .sp-seo-h2    { font-size: clamp(1.4rem, 5vw, 2rem); }
    .sp-seo-txt   { font-size: 13.5px; }
}

/* ── < 480px ── */
@media (max-width: 480px) {
    .sp-seo-inner  { padding: 0 16px; }
    .sp-seo-panel  { padding: 20px 16px; }
    .sp-seo-lien   { font-size: 9.5px; padding: 6px 12px; }
    .sp-seo-liens  { gap: 6px; }
    .sp-seo-txt    { font-size: 13px; line-height: 1.75; }
}

/* ── < 380px ── */
@media (max-width: 380px) {
    .sp-seo-inner { padding: 0 14px; }
    .sp-seo-tab   { padding: 11px 12px; font-size: 9.5px; }
    .sp-seo-panel { padding: 18px 14px; }
}/* End custom CSS */