
/* ============================================================
   Code_actu - Grille de codes de parrainage
   Design epure, sobre, inspire de codes-parrain.
   ============================================================ */

/* --- Rendu pleine largeur sur l'accueil --- */
body.home #content,
body.page-template-default #content { background: transparent; }
body.home { background-color: #0b1020; }
body.home .site, body.home #page, body.home #content, body.home #primary { background-color: transparent !important; }
body.home .site-content, body.home .ast-container, body.home #primary, body.home .entry-content { max-width: 100% !important; padding: 0 !important; margin: 0 !important; }
body.home .entry-header, body.home .ast-single-post .entry-title, body.home .page-title { display: none !important; }

/* Header sombre sobre */
body.home .site-header, body.home .ast-primary-header-bar {
    background-color: #0d1224 !important;
    border-bottom: 1px solid rgba(255,255,255,.06);
}
body.home .site-title a, body.home .main-header-menu a, body.home .ast-builder-menu a { color: #eef0f7 !important; }

/* ============================================================
   WRAPPER
   ============================================================ */
.ca-wrap {
    --violet:  #1171d2;
    --violet-2:#176abd;
    --bg:      #0b1020;
    --panel:   #151b30;
    --line:    rgba(255,255,255,.07);
    --ink:     #eef1f8;
    --muted:   #9098b0;
    max-width: 1240px; margin: 0 auto; padding: 8px 20px 80px;
    color: var(--ink);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    position: relative;
}
/* (ancienne couche de fond .ca-wrap::before supprimee : remplacee par le fond signature global) */


/* ============================================================
   HERO
   ============================================================ */
.ca-hero { text-align: center; padding: 48px 16px 8px; }
.ca-hero-badge {
    display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
    color: #93c5f6;
    background: rgba(7,119,232,.12);
    border: 1px solid rgba(7,119,232,.28);
    padding: 6px 15px; border-radius: 999px; margin-bottom: 22px;
}
.ca-hero-title {
    font-size: clamp(2.4rem, 6vw, 4rem); font-weight: 800; line-height: 1.05; margin: 0 0 10px;
    background: linear-gradient(90deg, #1c8eff, #389cff);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.ca-hero-sub { font-size: clamp(1.3rem, 3vw, 2rem); font-weight: 800; color: var(--ink); margin: 0 0 18px; }
.ca-hero-desc { max-width: 720px; margin: 0 auto; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }

/* ============================================================
   TOOLBAR
   ============================================================ */
.ca-toolbar {
    background: rgba(21,27,48,.5);
    border: 1px solid var(--line); border-radius: 18px; padding: 26px 22px; margin: 40px 0 34px;
}
.ca-search-box { position: relative; max-width: 560px; margin: 0 auto 20px; }
.ca-search-ico { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); color: var(--muted); font-size: 18px; }
input.ca-search {
    width: 100%; box-sizing: border-box; padding: 15px 18px 15px 46px;
    background: #0e1424; border: 1px solid var(--line); border-radius: 12px;
    color: var(--ink); font-size: 15px; outline: none; transition: border-color .2s;
}
.ca-search::placeholder { color: #6b7288; }
input.ca-search:focus { border-color: var(--violet); }

.ca-chips { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; }
/* ==== FILTRES PAR CATEGORIE : pastilles Code actu ==== */
.ca-chip {
    --cc: #a78bfa;
    --ic: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272.1%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><circle cx=%2712%27 cy=%2712%27 r=%274.4%27 fill=%27%23000%27 stroke=%27none%27/></svg>");
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 17px 10px 14px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: var(--cc);
    background: color-mix(in srgb, var(--cc) 13%, transparent);
    border: 1px solid color-mix(in srgb, var(--cc) 24%, transparent);
    transition: background .16s, color .16s, border-color .16s, box-shadow .16s, transform .16s;
}
.ca-chip:not(.ca-chip--sub)::before {
    content: "";
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    background-color: currentColor;
    mask: var(--ic) center / contain no-repeat;
}
.ca-chip:not(.is-active):hover {
    background: color-mix(in srgb, var(--cc) 24%, transparent);
    border-color: color-mix(in srgb, var(--cc) 42%, transparent);
    box-shadow: 0 0 12px -4px color-mix(in srgb, var(--cc) 55%, transparent);
    transform: translateY(-1px) scale(1.02);
}

/* Categorie selectionnee : aplat de couleur, halo doux et leger relief */
.ca-chip.is-active {
    color: #0d1526;
    background: var(--cf, var(--cc));
    border-color: transparent;
    box-shadow:
      0 0 15px -2px color-mix(in srgb, var(--cc) 46%, transparent),
      0 2px 7px -3px rgba(6, 10, 22, .55);
    transform: translateY(-1px) scale(1.035);
}

/* Teintes profondes : aplat legerement plus dense et ecriture blanche */
.ca-chip[data-cat="all"].is-active { --cf: #8a4cfe; }
.ca-chip[data-cat="assurance"].is-active { --cf: #e02b2a; }
.ca-chip[data-cat="banque"].is-active { --cf: #2d6cf4; }
.ca-chip[data-cat="investissement"].is-active { --cf: #0172e4; }
.ca-chip[data-cat="shopping"].is-active { --cf: #da2677; }
.ca-chip[data-cat="wallets-services"].is-active { --cf: #9d41f6; }
.ca-chip[data-cat="all"].is-active,
.ca-chip[data-cat="assurance"].is-active,
.ca-chip[data-cat="banque"].is-active,
.ca-chip[data-cat="investissement"].is-active,
.ca-chip[data-cat="shopping"].is-active,
.ca-chip[data-cat="wallets-services"].is-active { color: #ffffff; }

.ca-chip.is-active:hover { transform: translateY(-2px) scale(1.05); }

/* Pictogrammes de categorie */
.ca-chip[data-cat="all"] { --ic: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272.1%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><rect x=%273%27 y=%273%27 width=%277%27 height=%277%27 rx=%272%27/><rect x=%2714%27 y=%273%27 width=%277%27 height=%277%27 rx=%272%27/><rect x=%273%27 y=%2714%27 width=%277%27 height=%277%27 rx=%272%27/><rect x=%2714%27 y=%2714%27 width=%277%27 height=%277%27 rx=%272%27/></svg>"); }
.ca-chip[data-cat="assurance"] { --ic: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272.1%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><path d=%27M12 2.5l8 3v6c0 5-3.6 8.6-8 11-4.4-2.4-8-6-8-11v-6z%27/><path d=%27M9 12l2.2 2.2L15.5 10%27/></svg>"); }
.ca-chip[data-cat="banque"] { --ic: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272.1%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><rect x=%272.5%27 y=%275%27 width=%2719%27 height=%2714%27 rx=%272.5%27/><path d=%27M2.5 10h19%27/><path d=%27M6.5 14.5h3%27/></svg>"); }
.ca-chip[data-cat="crypto"] { --ic: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272.1%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><circle cx=%2712%27 cy=%2712%27 r=%278.8%27/><path d=%27M9.6 7.4v9.2%27/><path d=%27M11.8 5.9v1.5M11.8 16.6v1.5%27/><path d=%27M9.6 7.4h3.9a2.3 2.3 0 010 4.6H9.6h4.2a2.3 2.3 0 010 4.6H9.6%27/></svg>"); }
.ca-chip[data-cat="food"] { --ic: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272.1%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><path d=%27M4.2 2.6v6.2a3 3 0 003 3 3 3 0 003-3V2.6%27/><path d=%27M7.2 11.8v9.6%27/><path d=%27M19.4 2.6c-2.2 1.3-3.4 3.9-3.4 6.6 0 2.2 1.2 3.4 3.4 3.4%27/><path d=%27M19.4 2.6v18.8%27/></svg>"); }
.ca-chip[data-cat="investissement"] { --ic: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272.1%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><path d=%27M3 17.5l6-6 4 4 7.5-7.5%27/><path d=%27M15 8h5.5v5.5%27/></svg>"); }
.ca-chip[data-cat="maison"] { --ic: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272.1%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><path d=%27M3 11l9-7.5 9 7.5%27/><path d=%27M5.8 9.8V20h12.4V9.8%27/><path d=%27M10 20v-5h4v5%27/></svg>"); }
.ca-chip[data-cat="sante-bien-etre"] { --ic: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272.1%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><path d=%27M12 20.2s-7.4-4.6-7.4-9.6a4.2 4.2 0 017.4-2.7 4.2 4.2 0 017.4 2.7c0 5-7.4 9.6-7.4 9.6z%27/></svg>"); }
.ca-chip[data-cat="shopping"] { --ic: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272.1%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><path d=%27M6.4 2.9 3.5 6.7v12.9a1.9 1.9 0 001.9 1.9h13.2a1.9 1.9 0 001.9-1.9V6.7l-2.9-3.8z%27/><path d=%27M3.5 6.7h17%27/><path d=%27M15.7 10.5a3.7 3.7 0 01-7.4 0%27/></svg>"); }
.ca-chip[data-cat="sport"] { --ic: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272.1%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><path d=%27M6.6 3.4h10.8v5.1a5.4 5.4 0 01-10.8 0z%27/><path d=%27M6.6 5.3H4.4a2.3 2.3 0 000 4.6h2.2M17.4 5.3h2.2a2.3 2.3 0 010 4.6h-2.2%27/><path d=%27M12 13.9v3.5%27/><path d=%27M9.7 17.4h4.6v3.2H9.7z%27/><path d=%27M7.6 20.6h8.8%27/></svg>"); }
.ca-chip[data-cat="tech"] { --ic: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272.1%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><rect x=%278%27 y=%278%27 width=%278%27 height=%278%27 rx=%271.4%27/><path d=%27M10 3.4v4.6M14 3.4v4.6M10 16v4.6M14 16v4.6M3.4 10H8M3.4 14H8M16 10h4.6M16 14h4.6%27/></svg>"); }
.ca-chip[data-cat="telecom"] { --ic: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272.1%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><rect x=%276.8%27 y=%272.5%27 width=%2710.4%27 height=%2719%27 rx=%272.4%27/><path d=%27M10.8 18.4h2.4%27/></svg>"); }
.ca-chip[data-cat="voyage"] { --ic: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272.1%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><path d=%27M21.6 3.2L2.8 10.4l7.2 2.8 2.8 7.2z%27/><path d=%27M21.6 3.2L10 13%27/></svg>"); }

.ca-count { text-align: center; margin-top: 20px; color: var(--muted); font-size: 15px; }
.ca-count strong { color: var(--ink); font-size: 17px; }

/* ============================================================
   GRID + CARDS (epurees)
   ============================================================ */
.ca-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ca-card {
    --cc: var(--violet);
    display: flex; flex-direction: column;
    background: var(--panel);
    border: 1px solid var(--line); border-radius: 16px; padding: 22px;
    transition: border-color .2s, transform .2s;
}
.ca-card:hover { border-color: rgba(255,255,255,.16); transform: translateY(-3px); }
.ca-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.ca-logo {
    position: relative;
    width: 50px; height: 50px; border-radius: 13px; display: grid; place-items: center;
    background: #f4f5fb; border: 1px solid rgba(255,255,255,.10);
    overflow: hidden; flex-shrink: 0;
}
.ca-logo img { width: 100%; height: 100%; object-fit: contain; display: block; }
.ca-logo-ini {
    display: none;
    font-size: 21px; font-weight: 800; color: #2a2f4a;
}
.ca-logo--fallback { background: #1e2540; border-color: rgba(255,255,255,.06); }
.ca-logo--fallback .ca-logo-ini { display: block; color: #d9dcff; }
/* Badge de categorie : pastille pleine, point lumineux, leger relief */
.ca-cat {
    position: relative; display: inline-flex; align-items: center; gap: 7px;
    font-size: 12px; font-weight: 700; letter-spacing: .015em; line-height: 1;
    color: color-mix(in srgb, var(--cc) 80%, #ffffff);
    background: linear-gradient(180deg, color-mix(in srgb, var(--cc) 24%, transparent), color-mix(in srgb, var(--cc) 10%, transparent));
    border: 1px solid color-mix(in srgb, var(--cc) 58%, transparent);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 4px 14px -9px color-mix(in srgb, var(--cc) 95%, transparent);
    text-shadow: 0 1px 2px rgba(5,7,15,.45);
    padding: 6px 13px 6px 10px; border-radius: 999px;
    transition: border-color .18s, box-shadow .18s, background .18s;
}
.ca-cat::before {
    content: ""; flex: 0 0 auto; width: 6px; height: 6px; border-radius: 50%;
    background: var(--cc);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--cc) 20%, transparent), 0 0 9px color-mix(in srgb, var(--cc) 85%, transparent);
}
.ca-card:hover .ca-cat {
    border-color: color-mix(in srgb, var(--cc) 72%, transparent);
    background: linear-gradient(180deg, color-mix(in srgb, var(--cc) 40%, transparent), color-mix(in srgb, var(--cc) 18%, transparent));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 7px 20px -9px color-mix(in srgb, var(--cc) 100%, transparent);
}
.ca-brand { font-size: 1.2rem; font-weight: 800; margin: 0 0 6px; color: var(--ink); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.ca-official {
    font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: #a9f0cf;
    background: rgba(34,197,143,.12); border: 1px solid rgba(34,197,143,.3);
    padding: 3px 8px; border-radius: 5px;
}
.ca-desc { color: var(--muted); font-size: .92rem; line-height: 1.55; margin: 0 0 14px; 
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:2.6em;
}
.ca-bonus {
    display: flex; align-items: flex-start; gap: 8px;
    background: rgba(7,119,232,.1); border: 1px solid rgba(7,119,232,.22);
    color: #9acaf9; font-weight: 600; font-size: .92rem; line-height: 1.45; padding: 12px 14px; border-radius: 10px; margin-bottom: 14px;
}
.ca-gift { font-size: 16px; }

.ca-code-row {
    display: flex; align-items: center; gap: 8px;
    background: #0e1424; border: 1px solid var(--line); border-radius: 10px; padding: 9px 12px; margin-bottom: 14px;
}
.ca-code-label { font-size: .8rem; color: var(--muted); }
.ca-code { flex: 1; font-family: "SFMono-Regular", Consolas, monospace; font-size: .95rem; font-weight: 700; color: #dfe2f5; letter-spacing: .02em; overflow-wrap: anywhere; }
.ca-copy {
    flex-shrink: 0; cursor: pointer; font-size: 12px; font-weight: 600; color: #93c5f6;
    background: rgba(7,119,232,.14); border: 1px solid rgba(7,119,232,.32);
    padding: 7px 12px; border-radius: 8px; transition: background .18s, color .18s;
}
.ca-copy:hover { background: rgba(7,119,232,.28); color: #fff; }
.ca-copy.is-copied { background: rgba(34,197,143,.85); border-color: transparent; color: #04231a; }

.ca-btn {
    margin-top: auto; text-align: center; text-decoration: none; display: block; padding: 12px 16px; border-radius: 10px;
    font-weight: 700; font-size: .95rem; color: #fff;
    background: var(--violet);
    transition: background .18s, transform .15s;
}
.ca-btn:hover { background: var(--violet-2); transform: translateY(-1px); color: #fff; }
.ca-btn-soon { background: #1a2138; color: #7f879f; border: 1px solid var(--line); cursor: default; }
.ca-btn-soon:hover { transform: none; background: #1a2138; }

.ca-empty { text-align: center; color: var(--muted); padding: 40px 0; font-size: 1.05rem; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) { .ca-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px)  { .ca-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px)  {
    .ca-grid { grid-template-columns: 1fr; gap: 16px; }
    .ca-wrap { padding: 4px 14px 60px; }
    .ca-hero { padding: 30px 6px 4px; }
    .ca-toolbar { padding: 20px 14px; margin: 26px 0; }
    .ca-chips { gap: 8px; }
    .ca-chip { padding: 8px 13px; font-size: 13px; }
}

/* ==== PREMIUM FINITIONS ==== */

/* Titre hero : plus de presence, tracking soigne */
.ca-hero-title { letter-spacing: -.02em; }
.ca-hero-sub { letter-spacing: -.01em; }

/* Toolbar : leger effet verre + ombre douce */
.ca-toolbar {
    box-shadow: 0 24px 60px -30px rgba(0,0,0,.7), inset 0 1px 0 rgba(255,255,255,.04);
    backdrop-filter: blur(8px);
}

/* Cartes : profondeur, transition fluide, liseret lumineux au survol */
.ca-card {
    box-shadow: 0 1px 0 rgba(255,255,255,.03) inset, 0 10px 30px -20px rgba(0,0,0,.8);
    transition: transform .28s cubic-bezier(.2,.7,.2,1), border-color .28s, box-shadow .28s;
    will-change: transform;
}
.ca-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px -30px rgba(0,0,0,.85), 0 0 0 1px rgba(7,119,232,.22);
}
/* Fin liseret degrade tres discret en haut de carte, revele au survol */
.ca-card::before {
    content: ""; position: absolute; inset: 0 0 auto 0; height: 1px; border-radius: 16px 16px 0 0;
    background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--cc) 60%, transparent), transparent);
    opacity: 0; transition: opacity .28s;
}
.ca-card:hover::before { opacity: 1; }

/* Logo : ombre portee subtile + zoom doux au survol de la carte */
.ca-logo {
    box-shadow: 0 4px 12px -4px rgba(0,0,0,.5);
    transition: transform .28s cubic-bezier(.2,.7,.2,1);
}
.ca-card:hover .ca-logo { transform: scale(1.06); }

/* Bouton CTA : leger reflet et transition douce */
.ca-btn {
    box-shadow: 0 8px 24px -10px rgba(7,119,232,.7);
    transition: background .2s, transform .2s cubic-bezier(.2,.7,.2,1), box-shadow .2s;
}
.ca-btn:hover { box-shadow: 0 12px 30px -8px rgba(7,119,232,.85); }

/* (regle fusionnee dans le bloc CHIP ACTIF plus haut) */

/* Compteur : la valeur en accent violet */
.ca-count strong { color: #74baff; }

/* Badge OFFICIEL : plus raffine */
.ca-official { box-shadow: 0 2px 8px -3px rgba(34,197,143,.6); }

/* Header du theme : sticky + fin liseret bas pour un rendu app premium */
body.home .site-header, body.home .ast-primary-header-bar {
    position: sticky; top: 0; z-index: 99;
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 0 rgba(255,255,255,.05), 0 10px 30px -20px rgba(0,0,0,.8);
}

/* Scrollbar discrete facon app moderne (webkit) */
body.home::-webkit-scrollbar { width: 10px; }
body.home::-webkit-scrollbar-track { background: #0a0e1c; }
body.home::-webkit-scrollbar-thumb { background: #262e4a; border-radius: 8px; border: 2px solid #0a0e1c; }
body.home::-webkit-scrollbar-thumb:hover { background: #34406a; }

/* Focus visible accessible sur les elements interactifs */
.ca-chip:focus-visible, .ca-copy:focus-visible, .ca-btn:focus-visible, .ca-search:focus-visible {
    outline: 2px solid #1c8eff; outline-offset: 2px;
}

/* Animation d'apparition douce des cartes au chargement */
@keyframes caFadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.ca-grid .ca-card { animation: caFadeUp .5s ease both; }
.ca-grid .ca-card:nth-child(1){animation-delay:.02s}
.ca-grid .ca-card:nth-child(2){animation-delay:.05s}
.ca-grid .ca-card:nth-child(3){animation-delay:.08s}
.ca-grid .ca-card:nth-child(4){animation-delay:.11s}
.ca-grid .ca-card:nth-child(5){animation-delay:.14s}
.ca-grid .ca-card:nth-child(6){animation-delay:.17s}
.ca-grid .ca-card:nth-child(7){animation-delay:.2s}
.ca-grid .ca-card:nth-child(8){animation-delay:.23s}
@media (prefers-reduced-motion: reduce) { .ca-grid .ca-card { animation: none; } }

/* ================================================================
   FOND SIGNATURE CODE ACTU 2026
   Identite propre : nuit profonde + halos froids + "arcs de
   diffusion" (signal), grille fine, matrice de points, grain.
   4 couches fixes, aucun filtre blur, une seule animation transform.
   ================================================================ */

/* Base : le fond du site vient de html, une seule fois, pour tout le site */
html {
  background-color: #070b18;
  background-image: linear-gradient(177deg, #101a3d 0%, #0b1128 40%, #06080f 100%);
  background-attachment: fixed;
}
html.ca-light {
  background-color: #f2f5fd;
  background-image: linear-gradient(177deg, #fbfcff 0%, #ebf1ff 38%, #dbe6f9 100%);
  background-attachment: fixed;
}

/* Conteneurs structurels transparents : rien ne masque le fond */
html body, html #page, html #content, html #primary, html .site, html .site-content { background-color: transparent !important; }
html.ca-light body, html.ca-light #page, html.ca-light #content, html.ca-light #primary, html.ca-light .site, html.ca-light .site-content { background-color: transparent !important; }

/* Couche 1 : matrice de points, apparait vers le bas de page */
html::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  transform: translateZ(0);
  background-image: radial-gradient(circle, rgba(162,184,255,.26) 1px, transparent 1.6px);
  background-size: 30px 30px;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, transparent 34%, rgba(0,0,0,.75) 78%, #000 100%);
  mask-image: linear-gradient(180deg, transparent 0%, transparent 34%, rgba(0,0,0,.75) 78%, #000 100%);
}
html.ca-light::before { background-image: radial-gradient(circle, rgba(35,78,122,.30) 1px, transparent 1.6px); }

/* Couche 2 : halos de couleur, derive tres lente (transform seul) */
body::before {
  content: ""; position: fixed; inset: -14vmax; z-index: -1; pointer-events: none;
  background:
    radial-gradient(44vmax 38vmax at 10% 6%, rgba(116,98,255,.55), transparent 66%),
    radial-gradient(46vmax 40vmax at 93% 8%, rgba(40,146,255,.46), transparent 68%),
    radial-gradient(34vmax 26vmax at 60% -6%, rgba(178,102,255,.30), transparent 70%),
    radial-gradient(40vmax 34vmax at 14% 94%, rgba(24,214,190,.28), transparent 70%),
    radial-gradient(36vmax 30vmax at 92% 86%, rgba(92,86,246,.36), transparent 70%);
  animation: caDerive 38s ease-in-out infinite alternate;
  will-change: transform;
}
html.ca-light body::before {
  background:
    radial-gradient(46vmax 40vmax at 8% 2%, rgba(104,94,255,.40), transparent 66%),
    radial-gradient(48vmax 42vmax at 95% 4%, rgba(34,140,255,.34), transparent 68%),
    radial-gradient(34vmax 26vmax at 58% -8%, rgba(184,112,255,.24), transparent 70%),
    radial-gradient(42vmax 36vmax at 10% 97%, rgba(18,200,178,.26), transparent 70%),
    radial-gradient(38vmax 32vmax at 95% 90%, rgba(98,92,248,.26), transparent 70%);
}

/* Couche 3 : trame signature = arcs de diffusion (signal) + grille fine */
body::after {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  transform: translateZ(0);
  background-image:
    radial-gradient(circle at 50% -18%, transparent 0 452px, rgba(150,175,255,.30) 452px 454px, transparent 454px),
    repeating-radial-gradient(circle at 50% -18%, transparent 0 112px, rgba(150,175,255,.13) 112px 113px),
    linear-gradient(to right, rgba(150,175,255,.07) 0 1px, transparent 1px 100%),
    linear-gradient(to bottom, rgba(150,175,255,.07) 0 1px, transparent 1px 100%);
  background-size: 100% 100%, 100% 100%, 66px 66px, 66px 66px;
  -webkit-mask-image: radial-gradient(128% 96% at 50% 0%, #000 0%, rgba(0,0,0,.55) 46%, transparent 84%);
  mask-image: radial-gradient(128% 96% at 50% 0%, #000 0%, rgba(0,0,0,.55) 46%, transparent 84%);
}
html.ca-light body::after {
  background-image:
    radial-gradient(circle at 50% -18%, transparent 0 452px, rgba(34,76,119,.34) 452px 454px, transparent 454px),
    repeating-radial-gradient(circle at 50% -18%, transparent 0 112px, rgba(34,76,119,.17) 112px 113px),
    linear-gradient(to right, rgba(34,76,119,.10) 0 1px, transparent 1px 100%),
    linear-gradient(to bottom, rgba(34,76,119,.10) 0 1px, transparent 1px 100%);
}

/* Couche 4 : grain fin, texture premium et anti banding */
html::after {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  transform: translateZ(0);
  opacity: .45; mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27140%27 height=%27140%27%3E%3Cfilter id=%27g%27%3E%3CfeTurbulence type=%27fractalNoise%27 baseFrequency=%27.85%27 numOctaves=%273%27 stitchTiles=%27stitch%27/%3E%3C/filter%3E%3Crect width=%27140%27 height=%27140%27 filter=%27url(%23g)%27/%3E%3C/svg%3E");
  background-size: 140px 140px;
}
html.ca-light::after { opacity: .28; mix-blend-mode: multiply; }

@keyframes caDerive {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  50%  { transform: translate3d(1.8%, -1.4%, 0) scale(1.05); }
  100% { transform: translate3d(-1.5%, 1.2%, 0) scale(1.03); }
}

/* Mobile : on garde le fond mais on allege (pas de grain, pas d animation) */
@media (max-width: 782px) {
  html::after { display: none; }
  html::before { background-size: 26px 26px; }
  body::before { animation: none; inset: -8vmax; }
  body::after { background-size: 100% 100%, 100% 100%, 52px 52px, 52px 52px; }
}
@media (prefers-reduced-motion: reduce) { body::before { animation: none; } }

/* Fiches : plus de fond opaque, le fond signature passe partout */
body.single-codeactu_code { color: #eef1f8 !important; }

/* En-tete et pied de page : une definition unique valable sur tout le site
   (corrige les pages categorie ou Astra imposait un bandeau blanc) */
html:not(.ca-light) .ast-primary-header-bar,
html:not(.ca-light) .site-below-footer-wrap,
html:not(.ca-light) .site-primary-footer-wrap { background-color: #0c1226 !important; }
html:not(.ca-light) .ast-primary-header-bar { border-bottom: 1px solid rgba(255,255,255,.07) !important; }
html:not(.ca-light) .site-below-footer-wrap,
html:not(.ca-light) .site-primary-footer-wrap { border-top: 1px solid rgba(255,255,255,.07) !important; color: #9098b0 !important; }
html.ca-light .ast-primary-header-bar,
html.ca-light .site-below-footer-wrap,
html.ca-light .site-primary-footer-wrap { background-color: #ffffff !important; }
html.ca-light .ast-primary-header-bar { border-bottom: 1px solid rgba(23,31,56,.10) !important; }

body.single-codeactu_code .site,
body.single-codeactu_code #page,
body.single-codeactu_code #content,
body.single-codeactu_code #primary,
body.single-codeactu_code .site-content,
body.single-codeactu_code .ast-container,
body.single-codeactu_code .entry-content,
body.single-codeactu_code .site-main > article,
body.single-codeactu_code .ast-article-single { background:transparent !important; box-shadow:none !important; }
body.single-codeactu_code .site-header,
body.single-codeactu_code header.site-header,
body.single-codeactu_code .ast-primary-header-bar { background:#0d1224 !important; border-bottom:1px solid rgba(255,255,255,.07) !important; }
body.single-codeactu_code .site-title a,
body.single-codeactu_code .site-header a,
body.single-codeactu_code .main-header-menu a,
body.single-codeactu_code .ast-builder-menu a { color:#eef1f8 !important; }
body.single-codeactu_code .entry-header,
body.single-codeactu_code .ast-single-post .entry-header,
body.single-codeactu_code .entry-title,
body.single-codeactu_code .entry-meta { display:none !important; }
body.single-codeactu_code h1,
body.single-codeactu_code h2,
body.single-codeactu_code h3,
body.single-codeactu_code h4 { color:#eef1f8 !important; }
body.single-codeactu_code p,
body.single-codeactu_code li,
body.single-codeactu_code td { color:#c9cfe0 !important; }
html:not(.ca-light) body.single-codeactu_code a:where(:not([class*="btn"],[class*="cta"],[class*="-go"],[class*="ca-navmob"],[class*="ca-mnu"])) { color:#58acff; }
html.ca-light body.single-codeactu_code a:where(:not([class*="btn"],[class*="cta"],[class*="-go"],[class*="ca-navmob"],[class*="ca-mnu"])) { color:#235384; }
body.single-codeactu_code .cad-panel,
body.single-codeactu_code .cad-offer,
body.single-codeactu_code .cad-card,
body.single-codeactu_code .cad-section,
body.single-codeactu_code .cad-related-card { background:#151b30 !important; border-color:rgba(255,255,255,.07) !important; color:#eef1f8 !important; }
body.single-codeactu_code .cad-muted,
body.single-codeactu_code .cad-breadcrumb,
body.single-codeactu_code .cad-breadcrumb a { color:#9098b0 !important; }
body.single-codeactu_code .site-footer,
body.single-codeactu_code footer.site-footer { background:#0d1224 !important; color:#9098b0 !important; border-top:1px solid rgba(255,255,255,.07) !important; }


/* CAD bouton En savoir + sur les cartes */
.ca-card .ca-btn-more {
  display:block;
  text-align:center;
  margin-top:10px;
  padding:10px 14px;
  border-radius:12px;
  font-weight:600;
  font-size:14px;
  text-decoration:none;
  color:var(--cc, #0777e8);
  background:transparent;
  border:1px solid var(--cc, #0777e8);
  opacity:.85;
  transition:opacity .15s ease, background .15s ease;
}
.ca-card .ca-btn-more:hover { opacity:1; background:rgba(255,255,255,.04); }

/* ===== FAQ SEO (pages detail) ===== */
.cad-faq { margin-top:6px; }
.ca-faq-list { display:flex; flex-direction:column; gap:10px; margin-top:6px; }
.ca-faq-item {
  background:#151b30;
  border:1px solid rgba(255,255,255,.07);
  border-radius:12px;
  overflow:hidden;
}
.ca-faq-item[open] { border-color:rgba(7,119,232,.45); }
.ca-faq-q {
  list-style:none;
  cursor:pointer;
  padding:14px 44px 14px 16px;
  font-weight:600;
  color:#eef1f8;
  position:relative;
  user-select:none;
}
.ca-faq-q::-webkit-details-marker { display:none; }
.ca-faq-q::after {
  content:"+";
  position:absolute;
  right:16px; top:50%;
  transform:translateY(-50%);
  font-size:20px;
  color:#0777e8;
  transition:transform .2s ease;
}
.ca-faq-item[open] .ca-faq-q::after { content:"−"; }
.ca-faq-q:hover { color:#fff; }
.ca-faq-a {
  padding:0 16px 15px 16px;
  color:#9098b0;
  line-height:1.6;
}
.ca-faq-a strong { color:#eef1f8; }

/* ===== FAQ Accueil ===== */
.ca-home-faq { padding:10px 0 40px; }
.ca-home-faq .ca-wrap { max-width:1180px; margin:0 auto; padding:0 20px; }
.ca-home-faq-title {
  color:#eef1f8;
  font-size:26px;
  text-align:center;
  margin:10px 0 22px;
}
.ca-home-faq .ca-faq-list { max-width:820px; margin:0 auto; }

/* ===== Pages categories (archive codeactu_cat) ===== */
.tax-codeactu_cat body, body.tax-codeactu_cat { background-color:#0b1020; }
body.tax-codeactu_cat #content,
body.tax-codeactu_cat .site-content { background:transparent; }
.ca-cat-page { color:#eef1f8; }
.ca-cat-intro { padding:30px 0 6px; text-align:center; }
.ca-cat-intro .ca-wrap { max-width:820px; margin:0 auto; padding:0 20px; }
.ca-cat-h1 { color:#eef1f8; font-size:30px; margin:0 0 12px; }
.ca-cat-desc { color:#9098b0; font-size:16px; line-height:1.6; }



/* Liens categories discrets (maillage interne SEO, bas de page) */
.ca-cat-links { max-width:1100px; margin:36px auto 10px; padding:24px 20px 4px; border-top:1px solid rgba(255,255,255,.07); }
.ca-cat-links-title { color:#9098b0; font-size:15px; font-weight:600; text-align:center; margin:0 0 16px; text-transform:none; letter-spacing:.2px; }
.ca-cat-links-row { display:flex; flex-wrap:wrap; justify-content:center; gap:10px; }
.ca-cat-link { display:inline-flex; align-items:center; gap:6px; padding:6px 13px; border-radius:999px; font-size:13.5px; color:#c7cddd; text-decoration:none; border:1px solid rgba(255,255,255,.10); background:transparent; transition:color .15s ease, border-color .15s ease, background .15s ease; }
.ca-cat-link:hover { color:var(--cc,#eef1f8); border-color:var(--cc,#0777e8); background:rgba(255,255,255,.03); }
.ca-cat-link-n { font-size:11.5px; color:#727a94; }

/* ===== Header personnalise : boutons + toggle theme ===== */
.ca-header-actions { display:flex; align-items:center; gap:10px; margin-left:auto; }
.ca-hbtn { display:inline-flex; align-items:center; gap:7px; padding:8px 16px; border-radius:999px; font-size:14.5px; font-weight:600; text-decoration:none; color:#eef1f8; border:1px solid rgba(255,255,255,.14); background:transparent; transition:all .16s ease; line-height:1; }
.ca-hbtn:hover { border-color:#0777e8; color:#fff; background:rgba(7,119,232,.12); }
.ca-hbtn-primary { background:#0777e8; border-color:#0777e8; color:#fff; box-shadow:0 4px 14px rgba(7,119,232,.35); }
.ca-hbtn-primary:hover { background:#0d69c6; border-color:#0d69c6; color:#fff; }
.ca-hbtn-ico { font-size:14px; line-height:1; }
.ca-theme-toggle { display:inline-flex; align-items:center; justify-content:center; width:40px; height:40px; border-radius:999px; border:1px solid rgba(255,255,255,.14); background:transparent; color:#eef1f8; cursor:pointer; font-size:18px; transition:all .16s ease; }
.ca-theme-toggle:hover { border-color:#0777e8; background:rgba(7,119,232,.12); }
@media (max-width:768px){
  .ca-header-actions { gap:6px; }
  .ca-hbtn { padding:7px 12px; font-size:13px; }
  .ca-hbtn span:not(.ca-hbtn-ico){ display:inline; }
}

/* ============ MODE CLAIR (toggle jour/nuit) ============ */
html.ca-light body,
html.ca-light .site,
html.ca-light .site-content,
html.ca-light #page { background: transparent !important; color:#1c2333 !important; }
html.ca-light .ast-container,
html.ca-light .site-primary-header-wrap { background:transparent !important; }
/* Header clair */
html.ca-light .site-header,
html.ca-light .ast-primary-header-bar,
html.ca-light .main-header-bar { background:#ffffff !important; border-bottom:1px solid #e6e9f2 !important; }
html.ca-light .site-title a,
html.ca-light .site-title { color:#1c2333 !important; }
html.ca-light .main-header-menu a,
html.ca-light .ast-builder-menu a { color:#1c2333 !important; }
html.ca-light .ca-hbtn { color:#1c2333; border-color:#d6dbe8; }
html.ca-light .ca-hbtn:hover { background:rgba(7,119,232,.10); border-color:#0777e8; color:#1a5692; }
html.ca-light .ca-hbtn-primary { color:#fff; }
html.ca-light .ca-theme-toggle { color:#1c2333; border-color:#d6dbe8; }
/* Titres et textes generaux */
html.ca-light h1, html.ca-light h2, html.ca-light h3, html.ca-light p:where(:not(.ca-nl-msg,.ca-share-flash,.ca-sig-msg)) { color:#1c2333 !important; }
/* Cartes */
html.ca-light .ca-card { background:#ffffff !important; border-color:#e6e9f2 !important; box-shadow:0 4px 16px rgba(20,30,60,.06) !important; }
html.ca-light .ca-card * { color:#1c2333; }
html.ca-light .ca-card .ca-muted, html.ca-light .ca-card small { color:#6b7488 !important; }
/* Recherche + wrap + hero panels */
/* .ca-wrap et .ca-hero restent transparents : le fond signature doit passer */
html.ca-light .ca-wrap,
html.ca-light .ca-hero { background:transparent !important; border-color:#e6e9f2 !important; }
html.ca-light .ca-search-wrap { background:#ffffff !important; border-color:#e6e9f2 !important; }

/* FAQ clair */
html.ca-light .ca-faq-item,
html.ca-light .cad-faq-item { background:#ffffff !important; border-color:#e6e9f2 !important; }
html.ca-light .ca-faq-q, html.ca-light .ca-faq-a { color:#1c2333 !important; }
html.ca-light .ca-home-faq-title { color:#1c2333 !important; }
/* Liens categories bas de page */
html.ca-light .ca-cat-links { border-top-color:#e6e9f2 !important; }
html.ca-light .ca-cat-links-title { color:#6b7488 !important; }
html.ca-light .ca-cat-link { color:#41496a; border-color:#d6dbe8; }
/* Categorie intro (pages archive) */
html.ca-light .ca-cat-h1, html.ca-light .ca-cat-desc { color:#1c2333 !important; }

/* Mode clair - sous-elements cartes */
html.ca-light .ca-hero { background:transparent !important; }
html.ca-light .ca-hero-badge, html.ca-light .ca-badge { background:#e6e6fc !important; color:#2060a1 !important; }
html.ca-light .ca-code-row { background:#f1f3fa !important; border-color:#d6dbe8 !important; }
html.ca-light .ca-code-label { color:#6b7488 !important; }
html.ca-light .ca-code { color:#1c2333 !important; }
html.ca-light .ca-gift { background:#f1f3fa !important; border-color:#e6e9f2 !important; }
html.ca-light .ca-gift, html.ca-light .ca-gift * { color:#1c2333 !important; }
html.ca-light .ca-btn:not(.ca-btn-copy):not(.ca-btn-more) { background:#eceefb !important; color:#41496a !important; border-color:#d6dbe8 !important; }
html.ca-light .ca-btn-copy { color:#fff !important; }
/* Mode clair : badges de categorie et filtres, meme energie, contraste tenu */
html.ca-light .ca-cat, html.ca-light .ca-card-top .ca-cat {
  color: color-mix(in srgb, var(--cc) 50%, #0c1230) !important;
  background: linear-gradient(180deg, color-mix(in srgb, var(--cc) 17%, #ffffff), color-mix(in srgb, var(--cc) 8%, #ffffff)) !important;
  border-color: color-mix(in srgb, var(--cc) 36%, #ffffff) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 3px 10px -7px color-mix(in srgb, var(--cc) 80%, transparent) !important;
  text-shadow: none !important;
}
html.ca-light .ca-card:hover .ca-cat {
  border-color: color-mix(in srgb, var(--cc) 55%, #ffffff) !important;
  box-shadow: 0 6px 16px -9px color-mix(in srgb, var(--cc) 85%, transparent) !important;
}
html.ca-light .ca-chip:not(.is-active) {
  color: oklch(from var(--cc) .43 calc(c * 1.12) h);
  background: color-mix(in srgb, var(--cc) 12%, #ffffff);
  border-color: color-mix(in srgb, var(--cc) 30%, #ffffff);
}
html.ca-light .ca-chip:not(.is-active):hover {
  background: color-mix(in srgb, var(--cc) 22%, #ffffff);
  border-color: color-mix(in srgb, var(--cc) 44%, #ffffff);
}
html.ca-light .ca-search { background:#ffffff !important; }
html.ca-light input.ca-search { background:#ffffff; color:#1c2333; border-color:#d6dbe8; }
html.ca-light .ca-count, html.ca-light .ca-offers-count { color:#41496a !important; }

/* hide-default-menu : retirer le menu texte 'Codes de parrainage 2026' du header (boutons custom conserves) */
.ast-builder-menu-1, #primary-site-navigation, .main-header-menu { display:none !important; }

/* light mode : panneau filtres/recherche */
html.ca-light .ca-toolbar { background:#ffffff !important; border:1px solid #e6e9f2 !important; box-shadow:0 4px 20px rgba(30,40,80,.06) !important; }
html.ca-light .ca-toolbar .ca-count, html.ca-light .ca-toolbar { color:#41496a !important; }

/* blog-hide-meta : masquer email/date sur blog et articles */ body.blog .entry-meta, body.single-post .entry-meta, body.archive.category .entry-meta{display:none!important;}

/* blog-dark-theme : appliquer le theme sombre aux pages blog et articles */ html:not(.ca-light) body.blog, html:not(.ca-light) body.single-post, html:not(.ca-light) body.archive.category, html:not(.ca-light) body.archive.tag{ background-color:#0b1020 !important; color:#eef1f8 !important; } html:not(.ca-light) body.blog .site-header, html:not(.ca-light) body.single-post .site-header, html:not(.ca-light) body.archive.category .site-header, html:not(.ca-light) body.blog .ast-primary-header-bar, html:not(.ca-light) body.single-post .ast-primary-header-bar, html:not(.ca-light) body.archive.category .ast-primary-header-bar{ background:#0d1224 !important; border-bottom:1px solid rgba(255,255,255,.06) !important; } html:not(.ca-light) body.blog .site-footer, html:not(.ca-light) body.single-post .site-footer, html:not(.ca-light) body.archive.category .site-footer{ background:#0d1224 !important; color:#9098b0 !important; } html:not(.ca-light) body.blog article.post, html:not(.ca-light) body.archive.category article.post{ background:#151b30 !important; border:1px solid rgba(255,255,255,.06) !important; border-radius:16px !important; } html:not(.ca-light) body.blog article.post .entry-title a, html:not(.ca-light) body.archive.category article.post .entry-title a, html:not(.ca-light) body.blog article.post .ast-blog-single-element a{ color:#eef1f8 !important; } html:not(.ca-light) body.blog article.post .entry-content, html:not(.ca-light) body.blog article.post p, html:not(.ca-light) body.archive.category article.post p{ color:#c3c9de !important; } html:not(.ca-light) body.blog .ast-blog-featured-section .ast-loader, html:not(.ca-light) body.blog .cat-links a, html:not(.ca-light) body.blog .blog-category a{ color:#0777e8 !important; } html:not(.ca-light) body.single-post .entry-title, html:not(.ca-light) body.single-post h1, html:not(.ca-light) body.single-post h2, html:not(.ca-light) body.single-post h3{ color:#eef1f8 !important; } html:not(.ca-light) body.single-post .entry-content, html:not(.ca-light) body.single-post p, html:not(.ca-light) body.single-post li{ color:#c3c9de !important; } html:not(.ca-light) body.blog a.read-more, html:not(.ca-light) body.blog .ast-button{ color:#0777e8 !important; } html:not(.ca-light) body.blog h1.page-title, html:not(.ca-light) body.blog .ast-archive-description .ast-archive-title, html:not(.ca-light) body.blog .page-title{ color:#eef1f8 !important; }

/* blog-card-inner : fond sombre des cartes internes du blog */ html:not(.ca-light) body.blog .ast-article-inner, html:not(.ca-light) body.archive.category .ast-article-inner, html:not(.ca-light) body.blog .ast-article-post, html:not(.ca-light) body.archive .ast-article-post{background:#151b30 !important; border:1px solid rgba(255,255,255,.06) !important; border-radius:16px !important;} html:not(.ca-light) body.blog .entry-title a, html:not(.ca-light) body.archive .entry-title a{color:#ffffff !important;} html:not(.ca-light) body.blog .entry-title a:hover, html:not(.ca-light) body.archive .entry-title a:hover{color:#58acff !important;} html:not(.ca-light) body.blog .ast-excerpt-container, html:not(.ca-light) body.blog .ast-excerpt-container p, html:not(.ca-light) body.archive .ast-excerpt-container p{color:#c3c9de !important;} html:not(.ca-light) body.blog .blog-layout-4, html:not(.ca-light) body.archive .blog-layout-4{background:transparent !important;}

/* single-post-inner : carte article sombre + titres lisibles */ html:not(.ca-light) body.single-post .ast-article-inner, html:not(.ca-light) body.single-post .ast-article-single, html:not(.ca-light) body.single-post article.post{background:#151b30 !important; border:1px solid rgba(255,255,255,.06) !important; border-radius:16px !important;} html:not(.ca-light) body.single-post .entry-title, html:not(.ca-light) body.single-post h1, html:not(.ca-light) body.single-post h2, html:not(.ca-light) body.single-post h3, html:not(.ca-light) body.single-post h4{color:#ffffff !important;} html:not(.ca-light) body.single-post .entry-content p:where(:not(.ca-nl-msg,.ca-share-flash,.ca-sig-msg)), html:not(.ca-light) body.single-post .entry-content li, html:not(.ca-light) body.single-post .entry-content{color:#c3c9de !important;} html:not(.ca-light) body.single-post .entry-content a:not([class*="btn"]):not([class*="cta"]){color:#58acff !important;}

/* header-btn-protect : preserver le texte des boutons header sur toutes les pages */
html body .ca-header-actions .ca-hbtn-primary, html body .ca-header-actions .ca-hbtn-primary span{color:#ffffff !important;}
html body .ca-header-actions .ca-hbtn, html body .ca-header-actions .ca-hbtn span{color:#eef1f8 !important;}
html.ca-light body .ca-header-actions .ca-hbtn, html.ca-light body .ca-header-actions .ca-hbtn span{color:#1c2333 !important;}
html.ca-light body .ca-header-actions .ca-hbtn-primary, html.ca-light body .ca-header-actions .ca-hbtn-primary span{color:#ffffff !important;}


/* ca-footer-legal */
/* masquer le copyright Astra par defaut */
.ast-footer-copyright{display:none!important;}
/* Footer personnalise - dark par defaut */
.ca-footer{background:#0d1224;border-top:1px solid rgba(255,255,255,.06);padding:44px 20px 40px;margin-top:40px;}
.ca-footer-wrap{max-width:1160px;margin:0 auto;text-align:center;}
.ca-footer-brand{font-size:26px;font-weight:800;background:linear-gradient(90deg,#0777e8,#58acff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:6px;}
.ca-footer-copy{color:#9098b0;font-size:14px;margin-bottom:20px;}
.ca-footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 26px;margin-bottom:22px;}
.ca-footer-nav a{color:#c3c9de;text-decoration:none;font-size:14px;font-weight:500;transition:color .15s;}
.ca-footer-nav a:hover{color:#58acff;}
.ca-footer-note{color:#8992a8;font-size:12px;line-height:1.6;max-width:760px;margin:0 auto;}
/* Footer - light mode */
html.ca-light .ca-footer{background:#ffffff;border-top:1px solid #e6e9f2;}
html.ca-light .ca-footer-copy{color:#6b7488;}
html.ca-light .ca-footer-nav a{color:#41496a;}
html.ca-light .ca-footer-nav a:hover{color:#0777e8;}
html.ca-light .ca-footer-note{color:#8891a8;}


/* ca-footer-hide-astra-wrap */
.site-below-footer-wrap{display:none!important;}


/* ca-legal-dark-pages */
/* Thème dark pour pages standards (legal, a propos) - light mode respecte via html.ca-light */
body.page:not(.home):not(.blog):not(.page-id-47){background:#0b1020!important;}
body.page:not(.home):not(.blog):not(.page-id-47) .site-content, body.page:not(.home):not(.blog):not(.page-id-47) #content{background:#0b1020!important;}
body.page:not(.home):not(.blog):not(.page-id-47) .site-header, body.page:not(.home):not(.blog):not(.page-id-47) #masthead{background:#0d1224!important;}
body.page:not(.home):not(.blog):not(.page-id-47) .entry-title, body.page:not(.home):not(.blog):not(.page-id-47) h1, body.page:not(.home):not(.blog):not(.page-id-47) h2, body.page:not(.home):not(.blog):not(.page-id-47) h3{color:#eef1f8!important;}
body.page:not(.home):not(.blog):not(.page-id-47) .entry-content, body.page:not(.home):not(.blog):not(.page-id-47) .entry-content p:where(:not(.ca-nl-msg,.ca-share-flash,.ca-sig-msg)), body.page:not(.home):not(.blog):not(.page-id-47) .entry-content li{color:#c3c9de!important;}
body.page:not(.home):not(.blog):not(.page-id-47) .entry-content strong{color:#eef1f8!important;}
body.page:not(.home):not(.blog):not(.page-id-47) .entry-content a:where(:not([class*="btn"],[class*="cta"],[class*="-go"])){color:#58acff!important;}
body.page:not(.home):not(.blog):not(.page-id-47) .ast-article-single{background:transparent!important;}
/* light mode : on repasse en clair */
html.ca-light body.page:not(.home):not(.blog):not(.page-id-47){background:transparent!important;}
html.ca-light body.page:not(.home):not(.blog):not(.page-id-47) .site-content, html.ca-light body.page:not(.home):not(.blog):not(.page-id-47) #content{background:transparent!important;}
html.ca-light body.page:not(.home):not(.blog):not(.page-id-47) .site-header, html.ca-light body.page:not(.home):not(.blog):not(.page-id-47) #masthead{background:#ffffff!important;}
html.ca-light body.page:not(.home):not(.blog):not(.page-id-47) .entry-title, html.ca-light body.page:not(.home):not(.blog):not(.page-id-47) h1, html.ca-light body.page:not(.home):not(.blog):not(.page-id-47) h2, html.ca-light body.page:not(.home):not(.blog):not(.page-id-47) h3{color:#1c2333!important;}
html.ca-light body.page:not(.home):not(.blog):not(.page-id-47) .entry-content, html.ca-light body.page:not(.home):not(.blog):not(.page-id-47) .entry-content p:where(:not(.ca-nl-msg,.ca-share-flash,.ca-sig-msg)), html.ca-light body.page:not(.home):not(.blog):not(.page-id-47) .entry-content li{color:#41496a!important;}
html.ca-light body.page:not(.home):not(.blog):not(.page-id-47) .entry-content strong{color:#1c2333!important;}
html.ca-light body.page:not(.home):not(.blog):not(.page-id-47) .entry-content a:where(:not([class*="btn"],[class*="cta"],[class*="-go"])){color:#1171d2!important;}


/* ca-legal-header-bar */
body.page:not(.home):not(.blog):not(.page-id-47) .ast-primary-header-bar, body.page:not(.home):not(.blog):not(.page-id-47) .main-header-bar, body.page:not(.home):not(.blog):not(.page-id-47) .site-primary-header-wrap{background:#0d1224!important;}
body.page:not(.home):not(.blog):not(.page-id-47) .site-title a, body.page:not(.home):not(.blog):not(.page-id-47) .site-title{color:#eef1f8!important;}
html.ca-light body.page:not(.home):not(.blog):not(.page-id-47) .ast-primary-header-bar, html.ca-light body.page:not(.home):not(.blog):not(.page-id-47) .main-header-bar, html.ca-light body.page:not(.home):not(.blog):not(.page-id-47) .site-primary-header-wrap{background:#ffffff!important;}
html.ca-light body.page:not(.home):not(.blog):not(.page-id-47) .site-title a, html.ca-light body.page:not(.home):not(.blog):not(.page-id-47) .site-title{color:#1c2333!important;}


/* ca-legal-cards-design */
/* ===== Pages legales : design premium (dark aurora) ===== */
.ca-legal-page{max-width:920px;margin:0 auto;padding:10px 0 30px;}
/* Hero */
.ca-legal-hero{text-align:center;padding:38px 24px 30px;margin-bottom:34px;border-radius:22px;
  background:radial-gradient(120% 140% at 50% 0%, rgba(7,119,232,.22), rgba(21,27,48,0) 60%), #10152b;
  border:1px solid rgba(88,172,255,.18);box-shadow:0 20px 50px -30px rgba(7,119,232,.6);}
.ca-legal-hero-ico{color:#fff;font-size:40px;line-height:1;margin-bottom:12px;display:inline-flex;width:74px;height:74px;align-items:center;justify-content:center;border-radius:20px;
  background:linear-gradient(135deg,#0777e8,#1f8cf8);box-shadow:0 10px 28px -8px rgba(7,119,232,.8);}
.ca-legal-hero h1{margin:6px 0 8px!important;font-size:34px!important;font-weight:800!important;
  background:linear-gradient(90deg,#9acdff,#ffffff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;}
.ca-legal-hero-sub{color:#9098b0!important;font-size:15px!important;max-width:620px;margin:0 auto!important;}
/* Cards */
.ca-legal-card{background:#151b30;border:1px solid rgba(255,255,255,.06);border-radius:18px;padding:24px 26px;margin-bottom:18px;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;}
.ca-legal-card:hover{transform:translateY(-2px);border-color:rgba(88,172,255,.35);box-shadow:0 18px 40px -26px rgba(7,119,232,.7);}
.ca-legal-card-head{display:flex;align-items:center;gap:14px;margin-bottom:12px;}
.ca-legal-ico{flex:0 0 auto;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;font-size:22px;border-radius:12px;
  background:rgba(7,119,232,.14);border:1px solid rgba(7,119,232,.28);}
.ca-legal-card-head h2{margin:0!important;font-size:19px!important;font-weight:700!important;color:#eef1f8!important;}
.ca-legal-card-body{color:#c3c9de!important;font-size:15px;line-height:1.7;}
.ca-legal-card-body p{color:#c3c9de!important;margin:0 0 10px;}
.ca-legal-card-body p:last-child{margin-bottom:0;}
.ca-legal-card-body strong{color:#eef1f8!important;}
.ca-legal-card-body a:where(:not([class*="btn"],[class*="cta"])){color:#58acff!important;text-decoration:underline;}
.ca-legal-list{list-style:none;margin:0;padding:0;}
.ca-legal-list li{padding:9px 0;border-bottom:1px solid rgba(255,255,255,.05);color:#c3c9de;}
.ca-legal-list li:last-child{border-bottom:none;}
/* ===== Light mode ===== */
html.ca-light .ca-legal-hero{background:radial-gradient(120% 140% at 50% 0%, rgba(7,119,232,.14), rgba(255,255,255,0) 60%), #ffffff;border:1px solid #e6e9f2;box-shadow:0 18px 44px -30px rgba(7,119,232,.5);}
html.ca-light .ca-legal-hero h1{background:linear-gradient(90deg,#0777e8,#1c2333);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;}
html.ca-light .ca-legal-hero-sub{color:#6b7488!important;}
html.ca-light .ca-legal-card{background:#ffffff;border:1px solid #e6e9f2;}
html.ca-light .ca-legal-card:hover{border-color:rgba(7,119,232,.35);box-shadow:0 18px 40px -28px rgba(7,119,232,.45);}
html.ca-light .ca-legal-card-head h2{color:#1c2333!important;}
html.ca-light .ca-legal-card-body,html.ca-light .ca-legal-card-body p{color:#41496a!important;}
html.ca-light .ca-legal-card-body strong{color:#1c2333!important;}
html.ca-light .ca-legal-card-body a:where(:not([class*="btn"],[class*="cta"])){color:#0777e8!important;}
html.ca-light .ca-legal-ico{background:rgba(7,119,232,.1);border-color:rgba(7,119,232,.22);}
html.ca-light .ca-legal-list li{border-bottom:1px solid #eef0f6;color:#41496a;}


/* ca-legal-hide-wp-title */
body.page-id-114 .entry-title, body.page-id-3 .entry-title, body.page-id-116 .entry-title, body.page-id-117 .entry-title, body.page-id-118 .entry-title,
body.page-id-114 .ast-single-post-order, body.page-id-3 .ast-single-post-order, body.page-id-116 .ast-single-post-order, body.page-id-117 .ast-single-post-order, body.page-id-118 .ast-single-post-order{display:none!important;}
body.page-id-114 .ca-legal-page, body.page-id-3 .ca-legal-page, body.page-id-116 .ca-legal-page, body.page-id-117 .ca-legal-page, body.page-id-118 .ca-legal-page{padding-top:20px;}


/* ca-blog-modern-2026 */
/* ===== BLOG 2026 : hero ===== */
.ca-blog-hero{text-align:center;max-width:820px;margin:6px auto 40px;padding:44px 26px 40px;border-radius:26px;position:relative;overflow:hidden;
  background:radial-gradient(130% 150% at 50% 0%, rgba(7,119,232,.28), rgba(21,27,48,0) 62%), #10152b;
  border:1px solid rgba(88,172,255,.18);box-shadow:0 24px 60px -34px rgba(7,119,232,.7);}
.ca-blog-hero-badge{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#9acdff;
  background:rgba(7,119,232,.16);border:1px solid rgba(7,119,232,.34);padding:6px 16px;border-radius:999px;margin-bottom:16px;}
.ca-blog-hero-title{font-size:38px!important;font-weight:800!important;margin:0 0 12px!important;line-height:1.15!important;
  background:linear-gradient(90deg,#9acdff,#ffffff 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;}
.ca-blog-hero-sub{color:#a7aec6!important;font-size:16px!important;margin:0 auto!important;max-width:600px;}
/* ===== BLOG 2026 : grille de cartes ===== */ body.blog .site-main .ast-row, body.blog #primary .ast-row{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:26px!important;}
@media(max-width:880px){ html:not(.ca-light) body.blog .site-main .ast-row{grid-template-columns:1fr!important;}} body.blog article.ast-article-post{width:auto!important;max-width:none!important;margin:0!important;padding:0!important;} html:not(.ca-light) body.blog .ast-article-inner{position:relative;background:#151b30!important;border:1px solid rgba(255,255,255,.07)!important;border-radius:20px!important;
  padding:26px 26px 24px!important;overflow:hidden;height:100%;display:flex;flex-direction:column;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;} html:not(.ca-light) body.blog .ast-article-inner::before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#0777e8,#58acff,#6ce0ff);} html:not(.ca-light) body.blog .ast-article-inner:hover{transform:translateY(-4px);border-color:rgba(88,172,255,.4)!important;box-shadow:0 26px 54px -30px rgba(7,119,232,.85)!important;}
/* Badge catgorie */ html:not(.ca-light) body.blog .ast-article-inner .cat-links, html:not(.ca-light) body.blog .ast-article-inner .ast-terms-link{display:inline-block;font-size:11px!important;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
  color:#9acdff!important;background:rgba(7,119,232,.15);border:1px solid rgba(7,119,232,.3);padding:4px 12px;border-radius:999px;margin-bottom:14px;width:fit-content;} html:not(.ca-light) body.blog .ast-article-inner .cat-links a, html:not(.ca-light) body.blog .ast-article-inner .ast-terms-link a{color:#9acdff!important;text-decoration:none!important;}
/* Titre */ body.blog .entry-title{font-size:22px!important;line-height:1.3!important;margin:0 0 12px!important;} html:not(.ca-light) body.blog .entry-title a{color:#eef1f8!important;text-decoration:none!important;transition:color .15s;} html:not(.ca-light) body.blog .entry-title a:hover{color:#58acff!important;}
/* Extrait */ html:not(.ca-light) body.blog .ast-excerpt-container{color:#9098b0!important;font-size:14.5px!important;line-height:1.65!important;flex:1;} html:not(.ca-light) body.blog .ast-excerpt-container p{color:#9098b0!important;}
/* Bouton lire */ body.blog .read-more, body.blog .ast-blog-single-element.read-more{margin-top:16px!important;} html:not(.ca-light) body.blog .read-more a, html:not(.ca-light) body.blog a.button, html:not(.ca-light) body.blog .read-more{display:inline-flex;align-items:center;gap:6px;
  color:#eef1f8!important;background:linear-gradient(135deg,#1171d2,#105faf)!important;text-decoration:none!important;
  font-weight:600;font-size:14px;padding:9px 18px;border-radius:999px;width:fit-content;transition:transform .15s, box-shadow .15s;} html:not(.ca-light) body.blog .read-more a:hover{transform:translateY(-1px);box-shadow:0 10px 24px -8px rgba(7,119,232,.9);}
/* ===== LIGHT MODE ===== */
html.ca-light .ca-blog-hero{background:radial-gradient(130% 150% at 50% 0%, rgba(7,119,232,.16), rgba(255,255,255,0) 62%), #ffffff;border:1px solid #e6e9f2;}
html.ca-light .ca-blog-hero-title{background:linear-gradient(90deg,#0777e8,#1c2333 60%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;}
html.ca-light .ca-blog-hero-sub{color:#6b7488!important;}
html.ca-light body.blog .ast-article-inner{background:#ffffff!important;border:1px solid #e6e9f2!important;}
html.ca-light body.blog .entry-title a{color:#1c2333!important;}
html.ca-light body.blog .ast-excerpt-container,html.ca-light body.blog .ast-excerpt-container p{color:#6b7488!important;}


/* ca-single-post-2026 */
/* ===== ARTICLE 2026 ===== */ html:not(.ca-light) body.single-post .ast-article-single{background:#151b30!important;border:1px solid rgba(255,255,255,.07)!important;border-radius:22px!important;
  padding:40px 44px!important;position:relative;overflow:clip;} body.single-post .ast-article-single::before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#0777e8,#58acff,#6ce0ff);} body.single-post .entry-header{margin-bottom:26px;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.08);} html:not(.ca-light) body.single-post .entry-title{font-size:34px!important;line-height:1.2!important;font-weight:800!important;
  background:linear-gradient(90deg,#ffffff,#9acdff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0!important;} html:not(.ca-light) body.single-post .entry-content{color:#c3c9de!important;font-size:16.5px!important;line-height:1.8!important;} html:not(.ca-light) body.single-post .entry-content p:where(:not(.ca-nl-msg,.ca-share-flash,.ca-sig-msg)){color:#c3c9de!important;margin:0 0 18px;} html:not(.ca-light) body.single-post .entry-content strong{color:#eef1f8!important;} html:not(.ca-light) body.single-post .entry-content a:not([class*="btn"]):not([class*="cta"]){color:#58acff!important;} html:not(.ca-light) body.single-post .entry-content h2{font-size:24px!important;font-weight:700!important;color:#eef1f8!important;margin:34px 0 14px!important;padding-left:16px;position:relative;} body.single-post .entry-content h2::before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:4px;border-radius:4px;background:linear-gradient(180deg,#0777e8,#58acff);} html:not(.ca-light) body.single-post .entry-content h3{font-size:19px!important;font-weight:700!important;color:#eef1f8!important;margin:24px 0 10px!important;} html:not(.ca-light) body.single-post .entry-content ul, html:not(.ca-light) body.single-post .entry-content ol{color:#c3c9de!important;padding-left:22px;margin:0 0 18px;} body.single-post .entry-content li{margin:6px 0;} html:not(.ca-light) body.single-post .entry-content blockquote{border-left:4px solid #0777e8;background:rgba(7,119,232,.08);border-radius:0 12px 12px 0;padding:14px 20px;margin:20px 0;color:#9acdff!important;}
/* Bouton retour au blog */
.ca-back-blog{display:inline-flex;align-items:center;gap:8px;margin-bottom:24px;color:#dfe0ff!important;text-decoration:none!important;font-weight:600;font-size:14px;
  background:rgba(7,119,232,.12);border:1px solid rgba(7,119,232,.3);padding:8px 16px;border-radius:999px;transition:all .15s;}
.ca-back-blog:hover{background:rgba(7,119,232,.22);transform:translateX(-2px);}
/* light mode */
html.ca-light body.single-post .ast-article-single{background:#ffffff!important;border:1px solid #e6e9f2!important;}
html.ca-light body.single-post .entry-title{background:linear-gradient(90deg,#1c2333,#0777e8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;}
html.ca-light body.single-post .entry-content,html.ca-light body.single-post .entry-content p:where(:not(.ca-nl-msg,.ca-share-flash,.ca-sig-msg)){color:#41496a!important;}
html.ca-light body.single-post .entry-content h2,html.ca-light body.single-post .entry-content h3,html.ca-light body.single-post .entry-content strong{color:#1c2333!important;}
html.ca-light .ca-back-blog{color:#235282!important;}


/* ca-single-post-width */
/* Largeur des articles et mesure de lecture : voir le snippet "Comparatifs : mise en page large (2 colonnes)". */


/* ca-tldr-geo */
/* Bloc "En bref" (TL;DR) - optimise GEO/IA */
.ca-tldr{background:linear-gradient(135deg, rgba(7,119,232,.14), rgba(108,224,255,.06));border:1px solid rgba(7,119,232,.32);border-radius:16px;padding:18px 22px;margin:0 0 28px;}
.ca-tldr-head{display:flex;align-items:center;gap:10px;margin-bottom:8px;flex-wrap:wrap;}
.ca-tldr-ico{font-size:18px;}
.ca-tldr-label{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#9acdff;}
.ca-tldr-date{margin-left:auto;font-size:12px;color:#9098b0;}
.ca-tldr-text{margin:0!important;color:#dfe3f2!important;font-size:15.5px!important;line-height:1.65!important;}
html.ca-light .ca-tldr{background:linear-gradient(135deg, rgba(7,119,232,.08), rgba(108,224,255,.04));border:1px solid rgba(7,119,232,.25);}
html.ca-light .ca-tldr-label{color:#235282;}
html.ca-light .ca-tldr-text{color:#41496a!important;}
html.ca-light .ca-tldr-date{color:#525b70;}


/* ca-faq-article-geo */
/* FAQ article (accordeon) - optimise GEO */
.ca-faq{margin-top:36px;padding-top:28px;border-top:1px solid rgba(255,255,255,.08);}
.ca-faq-title{font-size:24px!important;font-weight:800!important;color:#eef1f8!important;margin:0 0 18px!important;}
.ca-faq-item{background:#0e1424;border:1px solid rgba(255,255,255,.07);border-radius:14px;margin-bottom:12px;overflow:hidden;transition:border-color .15s;}
.ca-faq-item[open]{border-color:rgba(7,119,232,.4);}
.ca-faq-q{cursor:pointer;list-style:none;padding:16px 20px;font-weight:700;color:#eef1f8;font-size:16px;position:relative;padding-right:44px;}
.ca-faq-q::-webkit-details-marker{display:none;}
.ca-faq-q::after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:22px;color:#58acff;transition:transform .2s;}
.ca-faq-item[open] .ca-faq-q::after{content:"\2212";}
.ca-faq-a{padding:0 20px 18px;color:#c3c9de;font-size:15px;line-height:1.7;}
.ca-faq-a p{margin:0;color:#c3c9de!important;}
html.ca-light .ca-faq-title{color:#1c2333!important;}
html.ca-light .ca-faq-item{background:#f5f7fb;border:1px solid #e6e9f2;}
html.ca-light .ca-faq-q{color:#1c2333;}
html.ca-light .ca-faq-a,html.ca-light .ca-faq-a p{color:#41496a!important;}


/* ca-hide-comments */ body.single-post .comments-area, body.single-post #comments, body.single-post #respond{display:none!important;}

/* ca-reviews-geo */
.ca-reviews{margin:2.5rem 0 1rem;padding:1.75rem;border-radius:20px;background:linear-gradient(180deg,rgba(25,26,62,.55),rgba(14,15,40,.55));border:1px solid rgba(0,106,213,.22);backdrop-filter:blur(10px);position:relative;overflow:hidden}
.ca-reviews::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#006ad5,#1a6fd0,#1a6fd0)}
.ca-reviews-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}
.ca-reviews-title{font-size:1.55rem;font-weight:800;background:linear-gradient(90deg,#80c0ff,#7dd3fc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.ca-reviews-summary{display:flex;align-items:center;gap:.6rem;font-weight:700;color:#e6e7ff}
.ca-reviews-summary.ca-empty{font-weight:500;color:#b1b2db;font-size:.95rem}
.ca-reviews-avg{font-size:2rem;font-weight:900;color:#fff;line-height:1}
.ca-reviews-count{font-size:.9rem;color:#8baac8;font-weight:600}
.ca-stars{display:inline-flex;gap:2px;color:#333563}
.ca-stars .ca-star.on{color:#fbbf24}
.ca-star{font-size:1.15rem;line-height:1}
.ca-reviews-list{display:grid;gap:.85rem;margin-bottom:1.75rem}
.ca-review{padding:1rem 1.15rem;border-radius:14px;background:rgba(255,255,255,.04);border:1px solid rgba(0,106,213,.15)}
.ca-review-top{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap;margin-bottom:.4rem}
.ca-review-author{font-weight:800;color:#e6e7ff}
.ca-review-date{font-size:.8rem;color:#8788b3;margin-left:auto}
.ca-review-body{margin:0;color:#c7c8ea;line-height:1.6;font-size:.97rem}
.ca-review-form-wrap{padding-top:1.25rem;border-top:1px solid rgba(0,106,213,.18)}
.ca-review-form-title{font-size:1.15rem;font-weight:800;color:#fff;margin-bottom:.9rem}
.ca-rating-field{display:flex;align-items:center;gap:.6rem;margin-bottom:.9rem}
.ca-rating-label{font-weight:700;color:#c7c8ea}
.ca-rating-stars{display:inline-flex;gap:3px}
.ca-rate{background:none;border:none;cursor:pointer;font-size:1.7rem;line-height:1;color:#333563;padding:0;transition:color .12s,transform .12s}
.ca-rate:hover{transform:scale(1.15)}
.ca-rate.on{color:#fbbf24}
.ca-reviews textarea,.ca-reviews input[type=text],.ca-reviews input[type=email]{width:100%;background:rgba(9,9,29,.6);border:1px solid rgba(0,106,213,.28);border-radius:12px;padding:.7rem .9rem;color:#eeefff;font-size:.95rem;margin-top:.3rem}
.ca-reviews textarea:focus,.ca-reviews input:focus{outline:none;border-color:#006ad5;box-shadow:0 0 0 3px rgba(0,106,213,.2)}
.ca-reviews label{font-weight:600;color:#b1b2db;font-size:.9rem}
.ca-reviews .comment-form-author,.ca-reviews .comment-form-email{display:inline-block;width:calc(50% - .5rem)}
.ca-reviews .comment-form-email{margin-left:.9rem}
.ca-reviews .comment-form-comment{margin-top:.9rem}
.ca-reviews .form-submit{margin-top:1rem}
.ca-review-submit,.ca-reviews input[type=submit]{background:linear-gradient(90deg,#006ad5,#1a6fd0)!important;color:#fff!important;border:none!important;border-radius:12px!important;padding:.75rem 1.6rem!important;font-weight:800!important;cursor:pointer;font-size:1rem!important;box-shadow:0 6px 20px rgba(0,106,213,.35);transition:transform .15s,box-shadow .15s}
.ca-review-submit:hover,.ca-reviews input[type=submit]:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(14,165,233,.4)}
.ca-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.ca-reviews .comment-form-cookies-consent{display:none}
/* mode clair */
html.ca-light .ca-reviews,html[data-theme="light"] .ca-reviews{background:linear-gradient(180deg,#ffffff,#f5f5ff);border-color:rgba(0,106,213,.18);box-shadow:0 8px 30px rgba(43,101,160,.08)}
html.ca-light .ca-reviews-avg,html[data-theme="light"] .ca-reviews-avg{color:#191a3c}
html.ca-light .ca-review,html[data-theme="light"] .ca-review{background:#f9f9ff;border-color:rgba(0,106,213,.14)}
html.ca-light .ca-review-author,html[data-theme="light"] .ca-review-author{color:#191a3c}
html.ca-light .ca-review-body,html[data-theme="light"] .ca-review-body{color:#43456b}
html.ca-light .ca-reviews textarea,html.ca-light .ca-reviews input[type=text],html.ca-light .ca-reviews input[type=email],html[data-theme="light"] .ca-reviews textarea{background:#fff;color:#191a3c;border-color:rgba(0,106,213,.22)}
html.ca-light .ca-review-form-title,html[data-theme="light"] .ca-review-form-title{color:#191a3c}

/* ca-hide-native-comments-code */
body.single-codeactu_code #comments.comments-area{display:none!important}
body.single-codeactu_code .ca-reviews #comments,body.single-codeactu_code .ca-reviews .comments-area{display:block!important}

/* ca-dashboard-geo */
.ca-dash{max-width:960px;margin:1rem auto 2rem;display:grid;gap:1.25rem}
.ca-dash-hero{display:flex;align-items:center;gap:1.1rem;padding:1.6rem;border-radius:22px;background:linear-gradient(120deg,rgba(0,106,213,.22),rgba(14,165,233,.14),rgba(6,182,212,.12));border:1px solid rgba(0,106,213,.28);position:relative;overflow:hidden}
.ca-dash-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(600px 200px at 80% -20%,rgba(0,106,213,.35),transparent);pointer-events:none}
.ca-dash-avatar{width:72px;height:72px;border-radius:50%;border:3px solid rgba(255,255,255,.25);object-fit:cover;flex:0 0 auto}
.ca-dash-hi{flex:1;min-width:0}
.ca-dash-welcome{font-size:1.5rem;font-weight:800;color:#fff}
.ca-dash-welcome span{background:linear-gradient(90deg,#80c0ff,#7dd3fc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.ca-dash-meta{color:#c7c8ea;font-size:.9rem;margin-top:.25rem}
.ca-dash-badge{display:inline-block;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);padding:.15rem .6rem;border-radius:999px;font-weight:700;color:#fff}
.ca-dash-cta{flex:0 0 auto;background:linear-gradient(90deg,#006ad5,#1a6fd0);color:#fff!important;padding:.7rem 1.2rem;border-radius:12px;font-weight:800;text-decoration:none;box-shadow:0 6px 20px rgba(0,106,213,.4);transition:transform .15s}
.ca-dash-cta:hover{transform:translateY(-2px)}
.ca-dash-progress{padding:1.1rem 1.3rem;border-radius:16px;background:rgba(25,26,62,.5);border:1px solid rgba(0,106,213,.2)}
.ca-dash-progress-top{display:flex;justify-content:space-between;font-size:.85rem;color:#b1b2db;font-weight:600;margin-bottom:.5rem}
.ca-dash-bar{height:10px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}
.ca-dash-bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#006ad5,#1a6fd0,#1a6fd0);transition:width .8s ease}
.ca-dash-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem}
.ca-stat{padding:1.2rem 1rem;border-radius:16px;background:linear-gradient(180deg,rgba(25,26,62,.55),rgba(14,15,40,.55));border:1px solid rgba(0,106,213,.2);text-align:center;transition:transform .18s,border-color .18s}
.ca-stat:hover{transform:translateY(-4px);border-color:rgba(14,165,233,.4)}
.ca-stat-num{font-size:2rem;font-weight:900;background:linear-gradient(90deg,#80c0ff,#7dd3fc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1}
.ca-stat-lbl{font-size:.82rem;color:#8baac8;margin-top:.4rem;font-weight:600}
.ca-dash-section{padding:1.4rem;border-radius:18px;background:rgba(19,20,50,.5);border:1px solid rgba(0,106,213,.18)}
.ca-dash-sec-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}
.ca-dash-sec-head h3{margin:0;font-size:1.2rem;font-weight:800;color:#fff}
.ca-dash-sec-head a{color:#80c0ff;font-weight:700;font-size:.9rem;text-decoration:none}
.ca-dash-codes{display:grid;gap:.6rem}
.ca-dash-code{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1rem;border-radius:12px;background:rgba(255,255,255,.04);border:1px solid rgba(0,106,213,.15);text-decoration:none;transition:background .15s}
.ca-dash-code:hover{background:rgba(0,106,213,.12)}
.ca-dash-code-name{font-weight:700;color:#e6e7ff}
.ca-dash-code-st{font-size:.75rem;font-weight:700;padding:.15rem .55rem;border-radius:999px}
.ca-st-publish{background:rgba(16,185,129,.2);color:#6ee7b7}
.ca-st-pending{background:rgba(251,191,36,.2);color:#fcd34d}
.ca-st-draft{background:rgba(148,163,184,.2);color:#cbd5e1}
.ca-dash-reviews{display:grid;gap:.6rem}
.ca-dash-rev{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;padding:.7rem 1rem;border-radius:12px;background:rgba(255,255,255,.04);border:1px solid rgba(0,106,213,.15);text-decoration:none}
.ca-dash-rev-code{font-weight:800;color:#e6e7ff}
.ca-dash-rev-stars{color:#fbbf24;font-size:.85rem}
.ca-dash-rev-txt{color:#b1b2db;font-size:.88rem;width:100%}
.ca-dash-empty{color:#b1b2db;font-size:.95rem}
.ca-dash-empty a{color:#80c0ff;font-weight:700}
.ca-dash-links{display:flex;flex-wrap:wrap;gap:.6rem}
.ca-dash-links a{padding:.6rem 1rem;border-radius:10px;background:rgba(255,255,255,.05);border:1px solid rgba(0,106,213,.2);color:#d6d7f7!important;text-decoration:none;font-weight:600;transition:background .15s}
.ca-dash-links a:hover{background:rgba(0,106,213,.15)}
.ca-dash-logout{margin-left:auto;color:#fca5a5!important;border-color:rgba(248,113,113,.3)!important}
/* Invité */
.ca-dash-guest{max-width:800px;margin:2rem auto;text-align:center;padding:2.5rem 1.8rem;border-radius:22px;background:linear-gradient(180deg,rgba(25,26,62,.6),rgba(14,15,40,.6));border:1px solid rgba(0,106,213,.25)}
.ca-dash-guest-ico{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;margin:0 auto .9rem;border-radius:18px;color:#fff;background:linear-gradient(135deg,#006ad5,#1a6fd0);box-shadow:0 10px 26px rgba(0,106,213,.38)}
.ca-dash-guest h2{color:#fff;font-weight:800;margin:.3rem 0 .6rem}
.ca-dash-guest p{color:#c7c8ea;line-height:1.6}
.ca-dash-guest-btns{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap;margin:1.4rem 0}
.ca-btn-primary{background:linear-gradient(90deg,#006ad5,#1a6fd0);color:#fff!important;padding:.75rem 1.6rem;border-radius:12px;font-weight:800;text-decoration:none;box-shadow:0 6px 20px rgba(0,106,213,.4)}
.ca-btn-ghost{background:transparent;border:1px solid rgba(0,106,213,.5);color:#d6d7f7!important;padding:.75rem 1.6rem;border-radius:12px;font-weight:800;text-decoration:none}
/* ca-dash-atouts v1 */.ca-dash-atouts{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem;margin:1.6rem 0 0;text-align:left}.ca-dash-atout{padding:1rem .95rem;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(0,106,213,.22);transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.ca-dash-atout:hover{transform:translateY(-2px);border-color:rgba(0,106,213,.45);box-shadow:0 10px 24px rgba(0,106,213,.18)}.ca-dash-atout-ico{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin-bottom:.55rem;border-radius:11px;color:#fff;background:linear-gradient(135deg,#006ad5,#1a6fd0);box-shadow:0 6px 16px rgba(0,106,213,.32)}.ca-dash-atout-eco .ca-dash-atout-ico{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 6px 16px rgba(16,185,129,.30)}.ca-dash-atout-gain .ca-dash-atout-ico{background:linear-gradient(135deg,#f59e0b,#f97316);box-shadow:0 6px 16px rgba(245,158,11,.34)}.ca-dash-atout strong{display:block;color:#fff;font-size:.98rem;font-weight:800;margin-bottom:.25rem;line-height:1.3}.ca-dash-atout-d{display:block;color:#b8bade;font-size:.88rem;line-height:1.5}@media(max-width:760px){.ca-dash-atouts{grid-template-columns:1fr}}
html.ca-light .ca-dash-guest,html[data-theme="light"] .ca-dash-guest{background:linear-gradient(180deg,#ffffff,#f6f7ff);border-color:rgba(0,106,213,.18);box-shadow:0 10px 30px rgba(25,26,62,.07)}html.ca-light .ca-dash-guest h2,html[data-theme="light"] .ca-dash-guest h2{color:#191a3c}html.ca-light .ca-dash-guest p,html[data-theme="light"] .ca-dash-guest p{color:#494c73}html.ca-light .ca-dash-atout,html[data-theme="light"] .ca-dash-atout{background:#fff;border-color:rgba(0,106,213,.16)}html.ca-light .ca-dash-atout strong,html[data-theme="light"] .ca-dash-atout strong{color:#191a3c}html.ca-light .ca-dash-atout-d,html[data-theme="light"] .ca-dash-atout-d{color:#4d5170}html.ca-light .ca-btn-ghost,html[data-theme="light"] .ca-btn-ghost{color:#26265c!important;border-color:rgba(0,106,213,.45)}html.ca-light .ca-btn-ghost:hover,html[data-theme="light"] .ca-btn-ghost:hover{background:rgba(0,106,213,.08)}
@media(max-width:600px){.ca-dash-stats{grid-template-columns:repeat(2,1fr)}.ca-dash-hero{flex-wrap:wrap}.ca-dash-cta{width:100%;text-align:center}}
/* mode clair */
html.ca-light .ca-dash-welcome,html[data-theme="light"] .ca-dash-welcome{color:#191a3c}
html.ca-light .ca-dash-section,html[data-theme="light"] .ca-dash-section{background:#f9f9ff;border-color:rgba(0,106,213,.14)}
html.ca-light .ca-stat,html[data-theme="light"] .ca-stat{background:#fff}
html.ca-light .ca-dash-sec-head h3,html[data-theme="light"] .ca-dash-sec-head h3{color:#191a3c}
html.ca-light .ca-dash-code-name,html[data-theme="light"] .ca-dash-code-name{color:#191a3c}

/* ca-dash-hide-title */
body.page-id-152 .entry-title,body.page-id-152 .ast-single-post .entry-header,body.page-id-152 .page-title{display:none!important}
body.page-id-152 .site-content .ast-container{padding-top:1.5rem}

/* ca-member-features */
.ca-dash-flash{padding:.8rem 1.1rem;border-radius:12px;font-weight:700}
.ca-dash-flash.ok{background:rgba(16,185,129,.15);border:1px solid rgba(16,185,129,.4);color:#6ee7b7}
.ca-dash-flash.warn{background:rgba(251,191,36,.12);border:1px solid rgba(251,191,36,.4);color:#fcd34d}
.ca-dash-bio{margin-top:.5rem;color:#c7c8ea;font-size:.9rem;font-style:italic}
.ca-premium-badge{background:linear-gradient(90deg,#f59e0b,#fbbf24)!important;color:#3a2600!important;border:none!important}
/* Missions */
.ca-missions{display:grid;gap:.55rem}
.ca-mission{display:flex;align-items:center;gap:.75rem;padding:.7rem 1rem;border-radius:12px;background:rgba(255,255,255,.04);border:1px solid rgba(0,106,213,.15)}
.ca-mission.done{background:rgba(16,185,129,.08);border-color:rgba(16,185,129,.3)}
.ca-mission-check{width:24px;height:24px;flex:0 0 auto;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);color:transparent;font-weight:900}
.ca-mission.done .ca-mission-check{background:linear-gradient(90deg,#10b981,#34d399);color:#04231a}
.ca-mission-lbl{flex:1;color:#e6e7ff;font-weight:600}
.ca-mission.done .ca-mission-lbl{color:#a7f3d0}
.ca-mission-pts{font-size:.8rem;font-weight:800;color:#80c0ff;background:rgba(0,106,213,.15);padding:.1rem .5rem;border-radius:999px}
/* Bump */
.ca-bump-info{font-size:.85rem;color:#b1b2db;margin-bottom:.8rem}
.ca-premium-link{color:#fbbf24;font-weight:700}
.ca-dash-code{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap;padding:.8rem 1rem;border-radius:12px;background:rgba(255,255,255,.04);border:1px solid rgba(0,106,213,.15)}
.ca-dash-code .ca-dash-code-name{flex:1;font-weight:700;color:#e6e7ff;text-decoration:none;min-width:120px}
.ca-bump-btn{background:linear-gradient(90deg,#006ad5,#1a6fd0);color:#fff!important;padding:.35rem .8rem;border-radius:999px;font-size:.8rem;font-weight:800;text-decoration:none;transition:transform .15s}
.ca-bump-btn:hover{transform:translateY(-2px)}
.ca-bump-btn.disabled{background:rgba(255,255,255,.08);color:#8788b3!important;cursor:not-allowed;pointer-events:none}
/* Profil form */
.ca-profile-form{display:grid;gap:1rem}
.ca-pf-avatar{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}
.ca-pf-avatar img{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid rgba(0,106,213,.4)}
.ca-pf-file{background:rgba(0,106,213,.15);border:1px solid rgba(0,106,213,.4);color:#d6d7f7;padding:.5rem 1rem;border-radius:10px;font-weight:700;cursor:pointer;font-size:.9rem}
.ca-pf-file input{display:none}
.ca-pf-hint{font-size:.78rem;color:#8788b3}
.ca-pf-lbl{display:grid;gap:.35rem;color:#b1b2db;font-weight:600;font-size:.9rem}
.ca-pf-lbl input,.ca-pf-lbl textarea{background:rgba(9,9,29,.6);border:1px solid rgba(0,106,213,.28);border-radius:10px;padding:.6rem .85rem;color:#eeefff;font-size:.95rem}
.ca-pf-lbl input:focus,.ca-pf-lbl textarea:focus{outline:none;border-color:#006ad5;box-shadow:0 0 0 3px rgba(0,106,213,.2)}
.ca-pf-submit{justify-self:start;background:linear-gradient(90deg,#006ad5,#1a6fd0);color:#fff;border:none;padding:.65rem 1.4rem;border-radius:12px;font-weight:800;cursor:pointer}
/* Premium promo */
.ca-premium-promo{background:linear-gradient(120deg,rgba(245,158,11,.14),rgba(14,165,233,.1))!important;border-color:rgba(245,158,11,.35)!important}
.ca-premium-promo-in{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.ca-premium-promo h3{margin:0 0 .3rem;color:#fff}
.ca-premium-promo p{margin:0;color:#e6e7ff;font-size:.92rem}
/* Encart contribution */
.ca-contrib{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin:2rem 0 1rem;padding:1.3rem 1.5rem;border-radius:18px;background:linear-gradient(120deg,rgba(0,106,213,.16),rgba(6,182,212,.1));border:1px solid rgba(0,106,213,.28)}
.ca-contrib-ico{font-size:2rem}
.ca-contrib-txt{flex:1;min-width:180px;display:grid;gap:.2rem}
.ca-contrib-txt strong{color:#fff;font-size:1.1rem}
.ca-contrib-txt span{color:#c7c8ea;font-size:.92rem}
.ca-contrib-btns{display:flex;gap:.6rem;flex-wrap:wrap}
/* Social login slot */
.ca-social-slot{margin:1.2rem 0}
.ca-social-sep{display:flex;align-items:center;gap:.8rem;color:#8788b3;font-size:.85rem;margin:.8rem 0}
.ca-social-sep::before,.ca-social-sep::after{content:"";flex:1;height:1px;background:rgba(255,255,255,.12)}
.ca-social-hint{font-size:.78rem;color:#8788b3;text-align:center;margin-top:.5rem}
/* mode clair */
html.ca-light .ca-mission-lbl,html[data-theme="light"] .ca-mission-lbl{color:#191a3c}
html.ca-light .ca-pf-lbl input,html[data-theme="light"] .ca-pf-lbl input,html.ca-light .ca-pf-lbl textarea{background:#fff;color:#191a3c}
html.ca-light .ca-contrib-txt strong,html[data-theme="light"] .ca-contrib-txt strong{color:#191a3c}

/* ca-dash-grid-layout */
.ca-dash-grid{display:grid;grid-template-columns:340px 1fr;gap:1.25rem;align-items:start}
.ca-dash-col{display:grid;gap:1.25rem;align-content:start}
.ca-dash-foot{margin-top:0}
@media(max-width:820px){.ca-dash-grid{grid-template-columns:1fr}}

/* ca-dash-profile-tighten */
.ca-profile-form{margin-top:.25rem}
.ca-dash-col-side .ca-dash-sec-head{margin-bottom:.9rem}
.ca-profile-form .ca-pf-avatar{margin-top:0}

/* ca-pf-namelock */
.ca-pf-lbl input:disabled{opacity:.5;cursor:not-allowed;background:rgba(255,255,255,.03);color:#9293be}
.ca-pf-locked{font-size:.78rem;color:#8788b3;margin-top:.15rem;display:block}
.ca-pf-lbl .ca-pf-hint{font-size:.75rem;color:#8788b3;margin-top:.15rem;display:block}
html.ca-light .ca-pf-lbl input:disabled,html[data-theme="light"] .ca-pf-lbl input:disabled{background:#eee;color:#999}


/* ca-brand-link-clickable */
.ca-card .ca-brand{ margin:0; }
.ca-card .ca-brand-link{
  color:inherit;
  text-decoration:none !important;
  cursor:pointer;
  background-image:linear-gradient(90deg,#2e97ff,#38bdf8);
  background-repeat:no-repeat;
  background-position:0 100%;
  background-size:0% 2px;
  transition:background-size .3s cubic-bezier(.4,0,.2,1), color .2s ease;
  padding-bottom:3px;
}
.ca-card .ca-brand-link:hover,
.ca-card .ca-brand-link:focus-visible{
  background-size:100% 2px;
  color:#80c0ff;
  outline:none;
}
/* toute la zone titre survolable indique la redirection */
.ca-card:hover .ca-brand-link{ color:#d7d5ff; }


/* ca-statsband-geo */
.ca-statsband{
  display:flex;flex-wrap:wrap;justify-content:center;gap:14px;
  max-width:1100px;margin:6px auto 30px;padding:0 16px;
}
.ca-statsband .ca-stat{
  flex:1 1 150px;min-width:130px;max-width:210px;
  background:linear-gradient(160deg,rgba(46,151,255,.10),rgba(56,189,248,.06));
  border:1px solid rgba(46,151,255,.22);
  border-radius:16px;padding:18px 14px;text-align:center;
  backdrop-filter:blur(6px);
  box-shadow:0 8px 26px rgba(0,0,0,.25);
  transition:transform .2s ease, border-color .2s ease;
}
.ca-statsband .ca-stat:hover{ transform:translateY(-3px); border-color:rgba(56,189,248,.5); }
.ca-statsband .ca-stat-num{
  display:block;font-size:30px;font-weight:800;line-height:1;
  background:linear-gradient(90deg,#2e97ff,#38bdf8);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.ca-statsband .ca-stat-star{ color:#fbbf24;-webkit-text-fill-color:#fbbf24;font-size:22px;margin-left:2px; }
.ca-statsband .ca-stat-lbl{
  display:block;margin-top:8px;font-size:12.5px;letter-spacing:.02em;
  color:var(--ca-muted,#9aa3b2);text-transform:uppercase;
}
@media (max-width:640px){
  .ca-statsband .ca-stat{ flex:1 1 40%;min-width:120px;padding:14px 8px; }
  .ca-statsband .ca-stat-num{ font-size:24px; }
}
/* variante claire */
html.ca-light .ca-statsband .ca-stat{
  background:linear-gradient(160deg,rgba(46,151,255,.10),rgba(56,189,248,.08));
  border-color:rgba(46,151,255,.3);
  box-shadow:0 6px 18px rgba(0,0,0,.08);
}
html.ca-light .ca-statsband .ca-stat-lbl{ color:#6b7280; }


/* ca-share-form-geo */
.ca-share-form{
  max-width:640px;margin:24px auto;padding:26px 24px;
  background:linear-gradient(160deg,rgba(18,20,45,.9),rgba(18,18,52,.85));
  border:1px solid rgba(46,151,255,.25);border-radius:18px;
  box-shadow:0 18px 50px rgba(0,0,0,.35);
}
.ca-share-form .ca-share-row{ margin-bottom:16px;display:flex;flex-direction:column; }
.ca-share-grid2{ display:grid;grid-template-columns:1fr 1fr;gap:14px; }
.ca-share-form label{ font-size:13px;font-weight:600;color:#80c0ff;margin-bottom:6px; }
.ca-share-form input[type=text],
.ca-share-form input[type=url],
.ca-share-form input[type=email],
.ca-share-form input[type=number],
.ca-share-form input[type=tel],
.ca-share-form select,
.ca-share-form textarea{
  background:#0d0e24;border:1px solid rgba(46,151,255,.3);color:#e8e9f6;
  border-radius:10px;padding:12px 14px;font-size:14px;width:100%;box-sizing:border-box;
  transition:border-color .2s, box-shadow .2s;
}
.ca-share-form input:focus,.ca-share-form select:focus,.ca-share-form textarea:focus{
  outline:none;border-color:#2e97ff;box-shadow:0 0 0 3px rgba(46,151,255,.25);
}
.ca-share-form textarea{ resize:vertical;min-height:70px; }
.ca-share-hint{ font-size:11.5px;color:#8b93a5;margin-top:5px; }
.ca-share-btn{
  width:100%;margin-top:6px;padding:14px;border:none;border-radius:12px;cursor:pointer;
  font-size:15px;font-weight:700;color:#fff;
  background:linear-gradient(90deg,#1171d2,#1a6fd0);
  box-shadow:0 8px 24px rgba(46,151,255,.4);
  transition:transform .15s, box-shadow .15s;
}
.ca-share-btn:hover{ transform:translateY(-2px);box-shadow:0 12px 30px rgba(56,189,248,.5); }
.ca-share-flash{ max-width:640px;margin:16px auto;padding:14px 18px;border-radius:12px;font-size:14px; }
.ca-share-flash.ok{ background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.4);color:#86efac; }
.ca-share-flash.err{ background:rgba(244,63,94,.12);border:1px solid rgba(244,63,94,.4);color:#fda4af; }
.ca-share-guest{ max-width:640px;margin:20px auto;text-align:center;padding:26px;
  background:rgba(18,20,45,.7);border:1px dashed rgba(46,151,255,.35);border-radius:16px;color:#c8c9d7; }
.ca-share-guest .ca-btn{ display:inline-block;margin-top:12px; }
@media (max-width:560px){ .ca-share-grid2{ grid-template-columns:1fr; } }
html.ca-light .ca-share-form{ background:#fff;border-color:rgba(46,151,255,.35);box-shadow:0 10px 30px rgba(0,0,0,.08); }
html.ca-light .ca-share-form label{ color:#0455a7; }
html.ca-light .ca-share-form input,html.ca-light .ca-share-form select,html.ca-light .ca-share-form textarea{ background:#f7f7fb;color:#1f2430; }


/* ca-community-geo */
.ca-community{
  margin:44px 0 16px;padding:30px 26px;border-radius:22px;
  background:linear-gradient(150deg,rgba(46,151,255,.14),rgba(56,189,248,.08));
  border:1px solid rgba(46,151,255,.35);
  box-shadow:0 0 0 1px rgba(255,255,255,.03) inset, 0 18px 50px rgba(28,80,133,.18);
  position:relative;overflow:hidden;
}
.ca-community:before{
  content:"";position:absolute;top:0;left:0;right:0;height:4px;
  background:linear-gradient(90deg,#2e97ff,#38bdf8,#22d3ee);
}
.ca-community-head{ text-align:center;margin-bottom:20px; }
.ca-community-title{
  font-size:22px;font-weight:800;margin:0 0 6px;line-height:1.25;
  background:linear-gradient(90deg,#80c0ff,#7dd3fc);-webkit-background-clip:text;background-clip:text;color:transparent;
}
.ca-community-sub{ font-size:14px;color:#b8b9cd;margin:0; }
.ca-community-grid{ display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px; }
.ca-community-card{
  background:rgba(12,13,31,.72);border:1px solid rgba(46,151,255,.25);
  border-radius:16px;padding:16px;transition:transform .18s, border-color .18s, box-shadow .18s;
}
.ca-community-card:hover{ transform:translateY(-3px);border-color:rgba(56,189,248,.55);box-shadow:0 12px 30px rgba(0,0,0,.35); }
.ca-cc-head{ display:flex;align-items:center;gap:10px;margin-bottom:10px; }
.ca-cc-av{ width:38px;height:38px;border-radius:50%;object-fit:cover;flex:0 0 auto; }
.ca-cc-av-ph{ display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;
  background:linear-gradient(135deg,#1171d2,#1a6fd0);font-size:16px; }
.ca-cc-meta{ display:flex;flex-direction:column;line-height:1.2;flex:1 1 auto;min-width:0; }
.ca-cc-author{ font-weight:700;color:#e8e9f6;font-size:14px; }
.ca-cc-time{ font-size:11.5px;color:#8b93a5; }
.ca-cc-badge{ font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;
  color:#80c0ff;background:rgba(46,151,255,.16);border:1px solid rgba(46,151,255,.4);
  padding:3px 8px;border-radius:20px;flex:0 0 auto; }
.ca-cc-bonus{ font-size:14px;color:#fbbf24;font-weight:600;margin-bottom:8px; }
.ca-cc-desc{ font-size:13px;color:#c8c9d7;margin:0 0 12px;line-height:1.5; }
.ca-cc-codebox{ display:flex;align-items:stretch;gap:0;border-radius:10px;overflow:hidden;border:1px dashed rgba(46,151,255,.5); }
.ca-cc-code{ flex:1 1 auto;background:#fff;color:#1f2430;font-weight:700;font-family:monospace;
  display:flex;align-items:center;justify-content:center;padding:10px;letter-spacing:.05em; }
.ca-cc-copy{ flex:0 0 auto;border:none;cursor:pointer;color:#fff;font-weight:700;padding:0 16px;
  background:linear-gradient(90deg,#1171d2,#1a6fd0);transition:filter .15s; }
.ca-cc-copy:hover{ filter:brightness(1.1); }
.ca-community-empty{ text-align:center;padding:20px;color:#c8c9d7; }
.ca-community-foot{ text-align:center;margin-top:20px; }
.ca-community-cta{
  display:inline-block;padding:13px 26px;border-radius:12px;font-weight:700;color:#fff;text-decoration:none;
  background:linear-gradient(90deg,#1171d2,#1a6fd0);box-shadow:0 8px 24px rgba(46,151,255,.4);
  transition:transform .15s, box-shadow .15s;
}
.ca-community-cta:hover{ transform:translateY(-2px);box-shadow:0 12px 30px rgba(56,189,248,.5);color:#fff; }
/* variante claire */
html.ca-light .ca-community{ background:linear-gradient(150deg,rgba(46,151,255,.1),rgba(56,189,248,.07));border-color:rgba(46,151,255,.4); }
html.ca-light .ca-community-card{ background:#fff;border-color:rgba(46,151,255,.3); }
html.ca-light .ca-cc-author{ color:#1f2430; }
html.ca-light .ca-cc-desc{ color:#4b5563; }

/* ca-presence-online */
.ca-cc-avwrap{position:relative;display:inline-block;line-height:0;flex:0 0 auto}
.ca-dot{position:absolute;right:-1px;bottom:-1px;width:12px;height:12px;border-radius:50%;border:2px solid #11121d;box-sizing:border-box}
.ca-dot.ca-on{background:#22c55e;box-shadow:0 0 0 2px rgba(34,197,94,.25)}
.ca-dot.ca-off{background:#6b7280}
.ca-cc-status{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px;margin-left:6px;vertical-align:middle;line-height:1.4}
.ca-cc-status::before{content:"";width:7px;height:7px;border-radius:50%;display:inline-block}
.ca-cc-status.ca-on{color:#4ade80;background:rgba(34,197,94,.12)}
.ca-cc-status.ca-on::before{background:#22c55e;box-shadow:0 0 6px #22c55e}
.ca-cc-status.ca-off{color:#9ca3af;background:rgba(107,114,128,.12)}
.ca-cc-status.ca-off::before{background:#6b7280}
/* remonte visuellement le bloc communaute quand il est repositionne pres du code officiel */
.cad-offer + .ca-community{margin-top:22px}

/* ca-authority-geo */
.ca-authority{max-width:1120px;margin:46px auto 8px;padding:0 20px}
.ca-authority-inner{position:relative;background:linear-gradient(160deg,rgba(25,26,57,.7),rgba(17,18,29,.6));border:1px solid rgba(46,151,255,.18);border-radius:22px;padding:36px 34px;overflow:hidden}
.ca-authority-inner::before{content:"";position:absolute;top:-60px;right:-60px;width:220px;height:220px;background:radial-gradient(circle,rgba(46,151,255,.22),transparent 70%);pointer-events:none}
.ca-authority-inner::after{content:"";position:absolute;bottom:-70px;left:-50px;width:220px;height:220px;background:radial-gradient(circle,rgba(56,189,248,.16),transparent 70%);pointer-events:none}
.ca-authority-eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#80c0ff;background:rgba(46,151,255,.12);border:1px solid rgba(46,151,255,.25);padding:5px 14px;border-radius:999px;margin-bottom:14px}
.ca-authority-title{font-size:1.9rem;line-height:1.2;font-weight:800;margin:0 0 14px;background:linear-gradient(90deg,#fff,#80c0ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;position:relative;z-index:1}
.ca-authority-lead{color:#c7cad6;font-size:1.05rem;line-height:1.7;max-width:820px;margin:0 0 28px;position:relative;z-index:1}
.ca-authority-lead strong{color:#d7d5ff}
.ca-authority-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;position:relative;z-index:1}
.ca-authority-card{background:rgba(17,18,29,.55);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:20px 18px;transition:transform .25s ease,border-color .25s ease}
.ca-authority-card:hover{transform:translateY(-4px);border-color:rgba(46,151,255,.35)}
.ca-authority-ico{font-size:1.6rem;display:block;margin-bottom:10px}
.ca-authority-h{font-size:1rem;font-weight:700;color:#f3f4f8;margin:0 0 6px}
.ca-authority-d{font-size:.9rem;line-height:1.55;color:#a7abba;margin:0}
.ca-authority-foot{margin:26px 0 0;font-size:.98rem;color:#c7cad6;position:relative;z-index:1}
.ca-authority-foot a{color:#80c0ff;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(128,192,255,.4)}
.ca-authority-foot a:hover{color:#38bdf8;border-color:#38bdf8}
@media(max-width:900px){.ca-authority-grid{grid-template-columns:repeat(2,1fr)}.ca-authority-title{font-size:1.55rem}}
@media(max-width:520px){.ca-authority-grid{grid-template-columns:1fr}.ca-authority-inner{padding:26px 20px}}

/* ca-compare-geo */
.ca-compare{max-width:1120px;margin:40px auto 8px;padding:0 20px}
.ca-compare-head{text-align:center;margin-bottom:24px}
.ca-compare-eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#5eead4;background:rgba(45,212,191,.1);border:1px solid rgba(45,212,191,.25);padding:5px 14px;border-radius:999px;margin-bottom:12px}
.ca-compare-title{font-size:1.8rem;line-height:1.2;font-weight:800;margin:0 0 10px;color:#f3f4f8}
.ca-compare-sub{color:#a7abba;font-size:1rem;max-width:640px;margin:0 auto}
.ca-compare-tablewrap{border:1px solid rgba(46,151,255,.16);border-radius:18px;overflow:hidden;background:linear-gradient(160deg,rgba(25,26,57,.55),rgba(17,18,29,.5))}
.ca-compare-table{width:100%;border-collapse:collapse;font-size:.98rem}
.ca-compare-table thead th{text-align:left;padding:15px 18px;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#80c0ff;background:rgba(46,151,255,.08);border-bottom:1px solid rgba(46,151,255,.16)}
.ca-compare-table td{padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.05);color:#d5d8e2;vertical-align:middle}
.ca-compare-table tbody tr:last-child td{border-bottom:none}
.ca-compare-table tbody tr{transition:background .2s ease}
.ca-compare-table tbody tr:hover{background:rgba(46,151,255,.06)}
.ca-td-brand{display:flex;align-items:center;gap:12px;font-weight:700;color:#f3f4f8}
.ca-compare-logo{width:38px;height:38px;border-radius:10px;object-fit:cover;background:#fff;flex:0 0 auto}
.ca-compare-logo-ph{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1171d2,#1a6fd0);color:#fff;font-weight:800}
.ca-compare-code{background:rgba(17,18,29,.7);border:1px dashed rgba(128,192,255,.5);border-radius:8px;padding:4px 10px;font-family:monospace;font-weight:700;color:#d7d5ff;letter-spacing:.04em}
.ca-muted{color:#8b91a6;font-style:italic}
.ca-th-action,.ca-td-action{text-align:right}
.ca-compare-btn{display:inline-block;background:linear-gradient(90deg,#1861ab,#0369a1);color:#fff;font-weight:700;font-size:.9rem;padding:9px 18px;border-radius:10px;text-decoration:none;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease}
.ca-compare-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(46,151,255,.35);color:#fff}
.ca-compare-note{text-align:center;font-size:.82rem;color:#71768a;margin:14px 0 0}
@media(max-width:760px){
  .ca-compare-table thead{position:absolute;left:-9999px}
  .ca-compare-table,.ca-compare-table tbody,.ca-compare-table tr,.ca-compare-table td{display:block;width:100%}
  .ca-compare-table tr{border-bottom:1px solid rgba(46,151,255,.16);padding:8px 0}
  .ca-compare-table td{border:none;padding:8px 18px;display:flex;justify-content:space-between;align-items:center;gap:12px}
  .ca-compare-table td::before{content:attr(data-label);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#8b8fa3;font-weight:700}
  .ca-td-brand{justify-content:flex-start}
  .ca-td-brand::before{display:none}
  .ca-td-action{justify-content:flex-end}
}


/* ===== Code actu : identite bleu indigo (2026) ===== */
:root{--ca-indigo-100:#e0e7ff;--ca-indigo-300:#7ebdfb;--ca-indigo-400:#3d99f4;--ca-indigo-500:#0777e8;--ca-indigo-600:#1861ab;--ca-indigo-700:#235384}
/* Logo du header (nouveau logo indigo natif, plus de filtre) */
.custom-logo,.ast-site-identity img{border-radius:22%}
/* Titre principal : degrade indigo electrique */
.ca-hero-title{background-image:linear-gradient(96deg,#bcddff 0%,#42a1ff 42%,#0c72d9 100%)!important}


/* ===== Code actu : largeur & densite (2026) ===== */
.ca-wrap{max-width:1440px!important}
.ca-home-faq .ca-wrap{max-width:1200px!important}
.ca-cat-links,.ca-statsband,.ca-authority,.ca-compare,.ca-footer-wrap{max-width:1320px!important}
/* Fiches : aligner tous les blocs sur la meme colonne */
.cad-wrap{max-width:1320px!important;margin-left:auto;margin-right:auto}
.ca-community,.ca-contrib,.ca-reviews,.cafl-legal{max-width:1320px!important;margin-left:auto;margin-right:auto}
@media (min-width:1400px){.ca-grid{grid-template-columns:repeat(5,1fr)}}
/* Soulignement des titres de cartes : degrade indigo */
.ca-card .ca-brand-link{background-image:linear-gradient(90deg,#0777e8,#38bdf8)!important}

/* ===== Code actu : sous-categories crypto (CEX / DEX Perps) 2026 ===== */
.ca-chip.ca-chip--sub{font-size:13px;padding:6px 13px;letter-spacing:.01em}
.ca-chip.ca-chip--sub::before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:currentColor;margin-right:8px;opacity:.8;vertical-align:middle}

.ca-cat-link.ca-cat-link--sub{font-size:13.5px;border-style:dashed}
.ca-cat-link.ca-cat-link--sub::before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:currentColor;margin-right:8px;opacity:.75;vertical-align:middle}
.caf-chip.caf-chip-sub{background:linear-gradient(90deg,rgba(7,119,232,.18),rgba(56,189,248,.18));border:1px solid rgba(56,189,248,.4);color:#cfe6ff}
html.ca-light .caf-chip.caf-chip-sub{color:#0b4a72;border-color:rgba(14,165,233,.45)}
.ca-cat-parent{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#58acff;text-decoration:none;margin-bottom:10px}
.ca-cat-parent:hover{color:#38bdf8}
html.ca-light .ca-cat-parent{color:#1861ab}

/* ===== Code actu : menu deroulant des sous-categories 2026 ===== */
.ca-chips{overflow:visible}
.ca-chips .ca-chip-group{position:relative;display:inline-flex}
.ca-chip.ca-chip--has-sub{display:inline-flex;align-items:center;gap:8px}
.ca-chip-caret{width:6px;height:6px;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;transform:rotate(45deg) translateY(-2px);opacity:.65;transition:transform .18s ease,opacity .18s ease}
.ca-chip-group.is-open .ca-chip-caret,.ca-chip-group:hover .ca-chip-caret{opacity:1}
.ca-chip-group.is-open .ca-chip-caret{transform:rotate(225deg) translateY(1px)}
.ca-chip-sublist{position:absolute;top:calc(100% + 9px);left:50%;transform:translate(-50%,-6px);display:flex;flex-direction:column;gap:6px;padding:9px;border-radius:14px;z-index:40;background:rgba(13,15,38,.97);border:1px solid rgba(7,119,232,.32);box-shadow:0 18px 42px rgba(4,6,24,.55);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease,transform .16s ease,visibility .16s}
.ca-chip-sublist::before{content:"";position:absolute;bottom:100%;left:0;right:0;height:11px}
.ca-chip-group:hover .ca-chip-sublist,.ca-chip-group:focus-within .ca-chip-sublist,.ca-chip-group.is-open .ca-chip-sublist{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.ca-chip-sublist .ca-chip--sub{white-space:nowrap;justify-content:flex-start;width:100%}
.ca-chip-group.has-active-sub .ca-chip--has-sub{border-style:solid;border-color:color-mix(in srgb, var(--cc) 48%, transparent)}
.ca-chip-active-sub:not(:empty){font-weight:800;opacity:.95;white-space:nowrap}
html.ca-light .ca-chip-sublist{background:#fff;border-color:rgba(24,97,171,.18);box-shadow:0 18px 42px rgba(30,41,59,.16)}
@media (max-width:640px){
  .ca-chips .ca-chip-group{flex-direction:column;align-items:center;gap:6px}
  .ca-chip-sublist{position:static;transform:none;opacity:1;visibility:visible;pointer-events:auto;display:none;flex-direction:row;flex-wrap:wrap;justify-content:center;background:none;border:0;box-shadow:none;padding:0}
  .ca-chip-group.is-open .ca-chip-sublist,.ca-chip-group.has-active-sub .ca-chip-sublist{display:flex}
  .ca-chip-sublist .ca-chip--sub{width:auto}
}

/* ===== Code actu : communaute, profils publics et partage 2026 ===== */
.ca-prof-bc{display:flex;flex-wrap:wrap;align-items:center;gap:7px;font-size:13px;color:#a9adcf;margin:0 0 18px}
.ca-prof-bc a{color:#7ebdfb;text-decoration:none}
.ca-prof-bc a:hover{color:#38bdf8;text-decoration:underline}
.ca-prof-bc span{opacity:.45}
.ca-prof-bc strong{color:#e8e9f6;font-weight:700}
.ca-prof,.ca-hub{display:flex;flex-direction:column;gap:26px}
.ca-prof-own{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:14px;background:linear-gradient(90deg,rgba(7,119,232,.18),rgba(14,165,233,.14));border:1px solid rgba(46,151,255,.34);font-size:14px;color:#dfe2f6}
.ca-prof-own a{flex:none;color:#fff;background:linear-gradient(90deg,#0068d0,#1a6fd0);padding:8px 15px;border-radius:999px;font-weight:700;font-size:13px;text-decoration:none}
.ca-prof-hero{display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center;padding:22px;border-radius:20px;background:linear-gradient(135deg,rgba(30,32,86,.72),rgba(12,13,31,.72));border:1px solid rgba(46,151,255,.24)}
.ca-prof-avwrap{position:relative;display:inline-block;line-height:0}
.ca-prof-av{width:104px;height:104px;border-radius:50%;object-fit:cover;border:2px solid rgba(46,151,255,.5);background:#0d0f26}
.ca-prof-avwrap .ca-dot{position:absolute;right:4px;bottom:4px;width:15px;height:15px;border-radius:50%;border:2px solid #0d0f26}
.ca-prof-h1{margin:0 0 8px;font-size:clamp(22px,3.4vw,34px);line-height:1.15;font-weight:800;color:#fff}
.ca-prof-h1 span{background:linear-gradient(90deg,#2e97ff,#38bdf8);-webkit-background-clip:text;background-clip:text;color:transparent}
.ca-prof-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-size:13px;color:#a9adcf}
.ca-prof-badge{padding:4px 11px;border-radius:999px;background:rgba(7,119,232,.2);border:1px solid rgba(46,151,255,.36);color:#dfe2f6;font-weight:700}
.ca-prof-pres{font-weight:600}
.ca-prof-pres.ca-on{color:#3ee08a}
.ca-prof-pres.ca-off{color:#8d92b4}
.ca-prof-bio{margin:10px 0 0;font-size:14.5px;color:#c8cbe6;font-style:italic}
.ca-prof-nums{display:flex;gap:12px}
.ca-prof-num{display:flex;flex-direction:column;align-items:center;min-width:84px;padding:11px 8px;border-radius:14px;background:rgba(12,13,31,.6);border:1px solid rgba(46,151,255,.2)}
.ca-prof-num strong{font-size:22px;font-weight:800;background:linear-gradient(90deg,#2e97ff,#38bdf8);-webkit-background-clip:text;background-clip:text;color:transparent}
.ca-prof-num em{font-style:normal;font-size:11.5px;color:#a9adcf;text-align:center}
.ca-prof-share,.ca-dash-public{padding:20px;border-radius:18px;background:rgba(19,20,50,.5);border:1px solid rgba(0,106,213,.22)}
.ca-prof-share h2{margin:0 0 6px;font-size:1.2rem;font-weight:800;color:#fff}
.ca-prof-share-sub,.ca-dpub-sub{margin:0 0 14px;font-size:14px;color:#a9adcf}
.ca-prof-link,.ca-dpub-link{display:flex;gap:8px;margin-bottom:12px}
.ca-prof-link input,.ca-dpub-link input{flex:1;min-width:0;padding:10px 13px;border-radius:11px;border:1px solid rgba(46,151,255,.3);background:rgba(8,9,24,.8);color:#e8e9f6;font-size:13.5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
.ca-prof-link button,.ca-dpub-link button{flex:none}
.ca-shb{display:flex;flex-wrap:wrap;gap:8px}
.ca-shb-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 13px;border-radius:999px;border:1px solid rgba(46,151,255,.3);background:rgba(12,13,31,.7);color:#dfe2f6;font-size:13px;font-weight:600;line-height:1;text-decoration:none;cursor:pointer;transition:border-color .16s,background .16s,transform .16s}
.ca-shb-btn:hover{border-color:rgba(56,189,248,.6);background:rgba(14,165,233,.14);color:#fff;transform:translateY(-1px)}
.ca-shb-btn.is-ok{border-color:#3ee08a;color:#3ee08a}
.ca-shb-wa:hover{border-color:#25d366;background:rgba(37,211,102,.14)}
.ca-shb-lg .ca-shb-btn{padding:10px 16px;font-size:13.5px}
.ca-shb-sm .ca-shb-btn{padding:6px 11px;font-size:12px}
.ca-shb-native{background:linear-gradient(90deg,#0068d0,#1a6fd0);border-color:transparent;color:#fff}
.ca-mgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:16px}
.ca-mcard{display:flex;flex-direction:column;gap:10px;padding:16px;border-radius:16px;background:rgba(12,13,31,.72);border:1px solid rgba(46,151,255,.25);transition:transform .18s,border-color .18s,box-shadow .18s;scroll-margin-top:110px}
.ca-mcard:hover{transform:translateY(-3px);border-color:rgba(56,189,248,.55);box-shadow:0 12px 30px rgba(8,10,30,.5)}
.ca-mcard.is-target{border-color:#38bdf8;box-shadow:0 0 0 3px rgba(56,189,248,.22)}
.ca-mcard-top{display:flex;align-items:center;gap:11px}
.ca-mcard-logo{flex:none;line-height:0}
.ca-mcard-id{display:flex;flex-direction:column;min-width:0}
.ca-mcard-brand{font-size:16px;font-weight:800;color:#fff;text-decoration:none}
.ca-mcard-brand:hover{color:#38bdf8}
.ca-mcard-when{font-size:11.5px;color:#8d92b4}
.ca-mcard-auth{margin-left:auto;flex:none;font-size:12px;font-weight:700;color:#7ebdfb;text-decoration:none;padding:4px 10px;border-radius:999px;border:1px solid rgba(46,151,255,.3)}
.ca-mcard-auth:hover{color:#fff;border-color:rgba(56,189,248,.6);background:rgba(14,165,233,.14)}
.ca-mcard-bonus{margin:0;font-size:13.5px;font-weight:700;color:#ffd166}
.ca-mcard-desc{margin:0;font-size:13.5px;line-height:1.5;color:#b9bdd8}
.ca-mcard-code{display:flex;align-items:center;gap:8px;padding:9px 11px;border-radius:12px;background:rgba(8,9,24,.8);border:1px dashed rgba(46,151,255,.4)}
.ca-mcard-val{flex:1;min-width:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:15px;font-weight:800;letter-spacing:.06em;color:#fff;word-break:break-all}
.ca-copy-code{flex:none;padding:7px 13px;border-radius:999px;border:0;background:linear-gradient(90deg,#0068d0,#1a6fd0);color:#fff;font-size:12.5px;font-weight:700;cursor:pointer}
.ca-copy-code.is-ok{background:#3ee08a;color:#08210f}
.ca-mcard-acts{display:flex;flex-wrap:wrap;gap:8px}
.ca-mcard-go{flex:1;min-width:140px;text-align:center;padding:10px 14px;border-radius:999px;background:linear-gradient(90deg,#0068d0,#1a6fd0);color:#fff;font-weight:700;font-size:13.5px;text-decoration:none}
.ca-mcard-more{padding:10px 14px;border-radius:999px;border:1px solid rgba(46,151,255,.3);color:#dfe2f6;font-size:13px;font-weight:600;text-decoration:none}
.ca-mcard-more:hover{border-color:rgba(56,189,248,.6);color:#fff}
.ca-mcard .ca-shb{padding-top:9px;border-top:1px solid rgba(46,151,255,.14)}
.ca-prof-how,.ca-hub-how,.ca-hub-faq{padding:20px;border-radius:18px;background:rgba(19,20,50,.42);border:1px solid rgba(0,106,213,.16)}
.ca-prof-how h2,.ca-hub-how h2,.ca-hub-faq h2,.ca-prof-codes h2,.ca-hub-codes h2,.ca-hub-top h2{margin:0 0 12px;font-size:1.25rem;font-weight:800;color:#fff}
.ca-hub-how h2+h2{margin-top:18px}
.ca-prof-steps{margin:0;padding-left:22px;display:flex;flex-direction:column;gap:9px;font-size:14.5px;color:#c8cbe6;line-height:1.55}
.ca-prof-steps strong{color:#fff}
.ca-prof-note{margin:14px 0 0;font-size:13px;color:#9aa0c4;line-height:1.55}
.ca-hub-how p{font-size:14.5px;color:#c8cbe6;line-height:1.6}
.ca-hub-how a,.ca-prof-note a{color:#7ebdfb}
.ca-faq-item{padding:12px 0;border-top:1px solid rgba(46,151,255,.14)}
.ca-faq-item:first-of-type{border-top:0}
.ca-faq-item h3{margin:0 0 5px;font-size:15px;font-weight:700;color:#e8e9f6}
.ca-faq-item p{margin:0;font-size:14px;color:#b9bdd8;line-height:1.55}
.ca-prof-foot,.ca-hub-cta{display:flex;flex-wrap:wrap;align-items:center;gap:12px}
.ca-prof-cta{display:inline-flex;align-items:center;padding:12px 20px;border-radius:999px;background:linear-gradient(90deg,#0068d0,#1a6fd0);color:#fff;font-weight:800;font-size:14.5px;text-decoration:none;box-shadow:0 6px 20px rgba(14,165,233,.3)}
.ca-prof-cta:hover{color:#fff}
.ca-prof-link2{color:#7ebdfb;font-size:14px;font-weight:600;text-decoration:none;border-bottom:1px dashed rgba(126,189,251,.5)}
.ca-prof-link2:hover{color:#38bdf8}
.ca-prof-empty,.ca-hub-empty{padding:22px;border-radius:18px;background:rgba(19,20,50,.42);border:1px dashed rgba(46,151,255,.3);text-align:center;color:#c8cbe6;font-size:14.5px;display:flex;flex-direction:column;align-items:center;gap:14px}
.ca-hub-hero{padding:24px;border-radius:20px;background:linear-gradient(135deg,rgba(30,32,86,.72),rgba(12,13,31,.72));border:1px solid rgba(46,151,255,.24)}
.ca-hub-h1{margin:0 0 12px;font-size:clamp(23px,3.6vw,36px);line-height:1.14;font-weight:800;color:#fff}
.ca-hub-intro{margin:0 0 18px;font-size:15.5px;line-height:1.62;color:#c8cbe6;max-width:74ch}
.ca-hub-intro strong{color:#fff}
.ca-hub-stats{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:18px}
.ca-hub-stat{display:flex;flex-direction:column;min-width:120px;padding:12px 16px;border-radius:14px;background:rgba(8,9,24,.55);border:1px solid rgba(46,151,255,.2)}
.ca-hub-stat strong{font-size:24px;font-weight:800;background:linear-gradient(90deg,#2e97ff,#38bdf8);-webkit-background-clip:text;background-clip:text;color:transparent}
.ca-hub-stat em{font-style:normal;font-size:12px;color:#a9adcf}
.ca-hub-sub{margin:-6px 0 12px;font-size:13.5px;color:#a9adcf}
.ca-hubfilter{display:flex;flex-wrap:wrap;gap:8px}
.ca-hubfilter button{padding:7px 14px;border-radius:999px;border:1px solid rgba(46,151,255,.28);background:rgba(12,13,31,.7);color:#c8cbe6;font-size:13px;font-weight:600;cursor:pointer;transition:.16s}
.ca-hubfilter button:hover{border-color:rgba(56,189,248,.6);color:#fff}
.ca-hubfilter button.is-on{background:linear-gradient(90deg,#0068d0,#1a6fd0);border-color:transparent;color:#fff}
.ca-mbgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(196px,1fr));gap:12px}
.ca-mbcard{display:flex;align-items:center;gap:11px;padding:11px 14px;border-radius:14px;background:rgba(12,13,31,.72);border:1px solid rgba(46,151,255,.22);text-decoration:none;transition:.16s}
.ca-mbcard:hover{border-color:rgba(56,189,248,.55);transform:translateY(-2px)}
.ca-mbcard img{width:46px;height:46px;border-radius:50%;object-fit:cover;flex:none;background:#0d0f26}
.ca-mbname{font-size:14.5px;font-weight:700;color:#fff;line-height:1.2}
.ca-mbn{margin-left:auto;font-size:12px;color:#7ebdfb;white-space:nowrap}
.ca-dpub-see{font-size:13px;font-weight:700;color:#7ebdfb;text-decoration:none;padding:6px 12px;border-radius:999px;border:1px solid rgba(46,151,255,.3)}
.ca-dpub-see:hover{color:#fff;border-color:rgba(56,189,248,.6)}
.ca-dash-mycodes{display:flex;flex-direction:column;gap:12px}
.ca-myc{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:start;padding:14px;border-radius:15px;background:rgba(12,13,31,.62);border:1px solid rgba(46,151,255,.2)}
.ca-myc:hover{border-color:rgba(56,189,248,.42)}
.ca-myc-logo{line-height:0;flex:none}
.ca-myc-body{min-width:0;display:flex;flex-direction:column;gap:7px}
.ca-myc-l1{display:flex;flex-wrap:wrap;align-items:center;gap:9px}
.ca-myc-brand{font-size:15.5px;font-weight:800;color:#fff;text-decoration:none}
.ca-myc-brand:hover{color:#38bdf8}
.ca-myc-bonus{font-size:13px;font-weight:700;color:#ffd166}
.ca-myc-l2{display:flex;flex-wrap:wrap;align-items:center;gap:9px}
.ca-myc-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14px;font-weight:800;letter-spacing:.05em;color:#fff;padding:5px 10px;border-radius:9px;background:rgba(8,9,24,.8);border:1px dashed rgba(46,151,255,.4)}
.ca-myc-cp{padding:5px 11px;font-size:12px}
.ca-myc-kpi{font-size:12px;color:#8d92b4}
.ca-myc-share{display:flex;flex-wrap:wrap;align-items:center;gap:9px;padding-top:8px;border-top:1px solid rgba(46,151,255,.14)}
.ca-myc-share-lbl{font-size:12px;color:#8d92b4}
.ca-myc-acts{display:flex;flex-direction:column;align-items:flex-end;gap:7px}
.ca-myc-see{font-size:12.5px;font-weight:700;color:#7ebdfb;text-decoration:none;white-space:nowrap}
.ca-myc-see:hover{color:#38bdf8}
.ca-cc-authlink{color:inherit;text-decoration:none;border-bottom:1px dotted rgba(126,189,251,.55)}
.ca-cc-authlink:hover{color:#38bdf8;border-bottom-color:#38bdf8}
.ca-community-more{margin-left:14px;font-size:13.5px;font-weight:600;color:#7ebdfb;text-decoration:none;border-bottom:1px dashed rgba(126,189,251,.5)}
.ca-community-more:hover{color:#38bdf8}
html.ca-light .ca-prof-hero,html.ca-light .ca-hub-hero{background:linear-gradient(135deg,#eef2ff,#f8fafc);border-color:#b1d8fe}
html.ca-light .ca-prof-h1,html.ca-light .ca-hub-h1,html.ca-light .ca-mcard-brand,html.ca-light .ca-myc-brand,html.ca-light .ca-mbname,html.ca-light .ca-prof-share h2,html.ca-light .ca-prof-how h2,html.ca-light .ca-hub-how h2,html.ca-light .ca-hub-faq h2,html.ca-light .ca-prof-codes h2,html.ca-light .ca-hub-codes h2,html.ca-light .ca-hub-top h2{color:#161a33}
html.ca-light .ca-hub-intro,html.ca-light .ca-prof-bio,html.ca-light .ca-mcard-desc,html.ca-light .ca-hub-how p,html.ca-light .ca-prof-steps,html.ca-light .ca-faq-item p{color:#3f4666}
html.ca-light .ca-mcard,html.ca-light .ca-mbcard,html.ca-light .ca-myc,html.ca-light .ca-hub-stat{background:#fff;border-color:#dbe1f5}
html.ca-light .ca-prof-share,html.ca-light .ca-dash-public,html.ca-light .ca-prof-how,html.ca-light .ca-hub-how,html.ca-light .ca-hub-faq,html.ca-light .ca-prof-empty,html.ca-light .ca-hub-empty{background:#f6f7fd;border-color:#dbe1f5}
html.ca-light .ca-shb-btn,html.ca-light .ca-hubfilter button{background:#fff;border-color:#d3daf2;color:#31375a}
html.ca-light .ca-mcard-code,html.ca-light .ca-myc-code,html.ca-light .ca-prof-link input,html.ca-light .ca-dpub-link input{background:#f1f3fc;border-color:#b1d8fe;color:#161a33}
html.ca-light .ca-mcard-val{color:#161a33}
html.ca-light .ca-mcard-when,html.ca-light .ca-myc-kpi,html.ca-light .ca-prof-note,html.ca-light .ca-hub-stat em,html.ca-light .ca-prof-meta,html.ca-light .ca-prof-share-sub,html.ca-light .ca-dpub-sub,html.ca-light .ca-hub-sub,html.ca-light .ca-myc-share-lbl{color:#52667b}
html.ca-light .ca-mcard-bonus,html.ca-light .ca-myc-bonus{color:#b45309}
html.ca-light .ca-prof-bc{color:#52667b}
html.ca-light .ca-prof-bc strong{color:#161a33}
html.ca-light .ca-prof-own{background:linear-gradient(90deg,#e0e7ff,#e0f2fe);border-color:#b1d8fe;color:#31375a}
html.ca-light .ca-faq-item{border-top-color:#e3e7f7}
html.ca-light .ca-mcard .ca-shb,html.ca-light .ca-myc-share{border-top-color:#e3e7f7}
html.ca-light .ca-prof-num{background:#fff;border-color:#dbe1f5}
html.ca-light .ca-prof-badge{background:#e0e7ff;border-color:#b1d8fe;color:#31375a}
@media (max-width:781px){
.ca-prof-hero{grid-template-columns:auto 1fr;gap:14px;padding:16px}
.ca-prof-nums{grid-column:1/-1;width:100%}
.ca-prof-num{flex:1}
.ca-prof-av{width:76px;height:76px}
.ca-myc{grid-template-columns:auto 1fr}
.ca-myc-acts{grid-column:1/-1;flex-direction:row;justify-content:space-between;align-items:center;width:100%}
.ca-mgrid{grid-template-columns:1fr}
.ca-hub-hero{padding:18px}
.ca-prof-link,.ca-dpub-link{flex-direction:column}
.ca-prof-link button,.ca-dpub-link button{width:100%}
}

/* ===== Code actu : communaute, correctifs de liens 2026 ===== */
.ca-prof a.ca-shb-btn,.ca-hub a.ca-shb-btn,.ca-dash a.ca-shb-btn,.ca-shb a.ca-shb-btn{text-decoration:none}
.ca-prof a.ca-mcard-brand,.ca-hub a.ca-mcard-brand,.ca-mcard a.ca-mcard-more,.ca-mcard a.ca-mcard-go,.ca-mcard a.ca-mcard-auth{text-decoration:none}
.ca-prof a.ca-prof-cta,.ca-hub a.ca-prof-cta,.ca-prof a.ca-prof-link2,.ca-hub a.ca-prof-link2{text-decoration:none}
.ca-mbgrid a.ca-mbcard{text-decoration:none}
.ca-dash a.ca-dpub-see,.ca-dash a.ca-myc-see,.ca-dash a.ca-myc-brand{text-decoration:none}
.ca-prof-bc a{text-decoration:none}
.ca-mcard a.ca-mcard-brand:hover,.ca-mcard a.ca-mcard-more:hover{text-decoration:none}
.ca-mcard-more{text-align:center}

/* ===== Code actu : communaute, couleurs de liens 2026 ===== */
.ca-hub-intro{max-width:96ch}
.ca-prof a.ca-prof-cta,.ca-hub a.ca-prof-cta,.ca-dash a.ca-prof-cta,.ca-mcard a.ca-mcard-go,.ca-prof-own a{color:#fff!important}
.ca-mcard a.ca-mcard-brand,.ca-myc a.ca-myc-brand,.ca-mbcard .ca-mbname{color:#fff!important}
.ca-mcard a.ca-mcard-brand:hover,.ca-myc a.ca-myc-brand:hover{color:#38bdf8!important}
.ca-shb a.ca-shb-btn{color:#dfe2f6!important}
.ca-shb a.ca-shb-btn:hover{color:#fff!important}
.ca-shb a.ca-shb-native{color:#fff!important}
.ca-mcard a.ca-mcard-more{color:#dfe2f6!important}
.ca-mcard a.ca-mcard-auth,.ca-dash a.ca-myc-see,.ca-dash a.ca-dpub-see,.ca-prof a.ca-prof-link2,.ca-hub a.ca-prof-link2{color:#7ebdfb!important}
.ca-mcard a.ca-mcard-auth:hover,.ca-dash a.ca-myc-see:hover,.ca-dash a.ca-dpub-see:hover,.ca-prof a.ca-prof-link2:hover,.ca-hub a.ca-prof-link2:hover{color:#38bdf8!important}
.ca-prof-bc a{color:#7ebdfb!important}
.ca-mbcard .ca-mbn{color:#7ebdfb!important}
html.ca-light .ca-mcard a.ca-mcard-brand,html.ca-light .ca-myc a.ca-myc-brand,html.ca-light .ca-mbcard .ca-mbname{color:#161a33!important}
html.ca-light .ca-shb a.ca-shb-btn{color:#31375a!important}
html.ca-light .ca-shb a.ca-shb-native{color:#fff!important}
html.ca-light .ca-mcard a.ca-mcard-more{color:#31375a!important}
html.ca-light .ca-prof-bc a,html.ca-light .ca-mcard a.ca-mcard-auth{color:#235384!important}

/* ===== Code actu : communaute, priorite sur les couleurs de page 2026 ===== */
body:not(.home):not(.blog):not(.error404) .entry-content .ca-mcard a.ca-mcard-brand,body:not(.home):not(.blog):not(.error404) .entry-content .ca-myc a.ca-myc-brand,body:not(.home):not(.blog):not(.error404) .entry-content .ca-mbcard .ca-mbname,body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-h1,body:not(.home):not(.blog):not(.error404) .entry-content .ca-hub-h1,body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-steps strong,body:not(.home):not(.blog):not(.error404) .entry-content .ca-hub-intro strong{color:#fff!important}
body:not(.home):not(.blog):not(.error404) .entry-content .ca-mcard a.ca-mcard-brand:hover,body:not(.home):not(.blog):not(.error404) .entry-content .ca-myc a.ca-myc-brand:hover{color:#38bdf8!important}
body:not(.home):not(.blog):not(.error404) .entry-content a.ca-prof-cta,body:not(.home):not(.blog):not(.error404) .entry-content .ca-mcard a.ca-mcard-go,body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-own a{color:#fff!important}
body:not(.home):not(.blog):not(.error404) .entry-content .ca-mcard-bonus,body:not(.home):not(.blog):not(.error404) .entry-content .ca-myc-bonus{color:#ffd166!important}
body:not(.home):not(.blog):not(.error404) .entry-content .ca-shb a.ca-shb-btn,body:not(.home):not(.blog):not(.error404) .entry-content .ca-mcard a.ca-mcard-more{color:#dfe2f6!important}
body:not(.home):not(.blog):not(.error404) .entry-content .ca-shb a.ca-shb-btn:hover,body:not(.home):not(.blog):not(.error404) .entry-content .ca-mcard a.ca-mcard-more:hover,body:not(.home):not(.blog):not(.error404) .entry-content .ca-shb a.ca-shb-native{color:#fff!important}
body:not(.home):not(.blog):not(.error404) .entry-content .ca-mcard a.ca-mcard-auth,body:not(.home):not(.blog):not(.error404) .entry-content a.ca-myc-see,body:not(.home):not(.blog):not(.error404) .entry-content a.ca-dpub-see,body:not(.home):not(.blog):not(.error404) .entry-content a.ca-prof-link2,body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-bc a,body:not(.home):not(.blog):not(.error404) .entry-content .ca-mbcard .ca-mbn{color:#7ebdfb!important}
body:not(.home):not(.blog):not(.error404) .entry-content .ca-mcard a.ca-mcard-auth:hover,body:not(.home):not(.blog):not(.error404) .entry-content a.ca-myc-see:hover,body:not(.home):not(.blog):not(.error404) .entry-content a.ca-dpub-see:hover,body:not(.home):not(.blog):not(.error404) .entry-content a.ca-prof-link2:hover,body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-bc a:hover{color:#38bdf8!important}
body:not(.home):not(.blog):not(.error404) .entry-content .ca-mcard-when,body:not(.home):not(.blog):not(.error404) .entry-content .ca-myc-kpi,body:not(.home):not(.blog):not(.error404) .entry-content .ca-myc-share-lbl{color:#8d92b4!important}
body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-note,body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-meta{color:#9aa0c4!important}
body:not(.home):not(.blog):not(.error404) .entry-content .ca-hub-stat em,body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-num em,body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-share-sub,body:not(.home):not(.blog):not(.error404) .entry-content .ca-dpub-sub,body:not(.home):not(.blog):not(.error404) .entry-content .ca-hub-sub{color:#a9adcf!important}
body:not(.home):not(.blog):not(.error404) .entry-content .ca-mcard-desc,body:not(.home):not(.blog):not(.error404) .entry-content .ca-faq-item p{color:#b9bdd8!important}
body:not(.home):not(.blog):not(.error404) .entry-content .ca-hub-intro,body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-bio,body:not(.home):not(.blog):not(.error404) .entry-content .ca-hub-how p,body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-steps,body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-steps li,body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-empty,body:not(.home):not(.blog):not(.error404) .entry-content .ca-hub-empty{color:#c8cbe6!important}
body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-badge,body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-own{color:#dfe2f6!important}
body:not(.home):not(.blog):not(.error404) .entry-content .ca-faq-item h3{color:#e8e9f6!important}
body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-bc strong{color:#e8e9f6!important}
body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-h1 span,body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-num strong,body:not(.home):not(.blog):not(.error404) .entry-content .ca-hub-stat strong{color:transparent!important;background:linear-gradient(90deg,#2e97ff,#38bdf8);-webkit-background-clip:text;background-clip:text}
html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-mcard a.ca-mcard-brand,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-myc a.ca-myc-brand,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-mbcard .ca-mbname,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-h1,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-hub-h1,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-faq-item h3,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-bc strong,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-steps strong,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-hub-intro strong{color:#161a33!important}
html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-hub-intro,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-bio,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-mcard-desc,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-hub-how p,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-steps,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-steps li,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-faq-item p,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-empty,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-hub-empty{color:#3f4666!important}
html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-shb a.ca-shb-btn,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-mcard a.ca-mcard-more,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-badge,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-own{color:#31375a!important}
html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-mcard-when,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-myc-kpi,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-myc-share-lbl,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-note,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-meta,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-hub-stat em,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-num em,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-share-sub,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-dpub-sub,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-hub-sub{color:#52667b!important}
html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-mcard-bonus,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-myc-bonus{color:#b45309!important}
html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-bc a,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-mcard a.ca-mcard-auth,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content a.ca-myc-see,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content a.ca-dpub-see,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content a.ca-prof-link2,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-mbcard .ca-mbn{color:#235384!important}
html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content a.ca-prof-cta,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-mcard a.ca-mcard-go,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-shb a.ca-shb-native,html.ca-light body:not(.home):not(.blog):not(.error404) .entry-content .ca-prof-own a{color:#fff!important}

/* ===== Code actu : communaute, paragraphes et listes 2026 ===== */
html body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content p:where(:not(.ca-nl-msg,.ca-share-flash,.ca-sig-msg)).ca-mcard-bonus,html body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content div.ca-myc-bonus{color:#ffd166!important}
html body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content p:where(:not(.ca-nl-msg,.ca-share-flash,.ca-sig-msg)).ca-mcard-desc,html body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content .ca-faq-item p{color:#b9bdd8!important}
html body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content p:where(:not(.ca-nl-msg,.ca-share-flash,.ca-sig-msg)).ca-hub-intro,html body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content p:where(:not(.ca-nl-msg,.ca-share-flash,.ca-sig-msg)).ca-prof-bio,html body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content .ca-hub-how p,html body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content .ca-prof-steps li,html body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content .ca-prof-empty p,html body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content .ca-hub-empty p{color:#c8cbe6!important}
html body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content p:where(:not(.ca-nl-msg,.ca-share-flash,.ca-sig-msg)).ca-prof-note,html body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content p:where(:not(.ca-nl-msg,.ca-share-flash,.ca-sig-msg)).ca-prof-share-sub,html body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content p:where(:not(.ca-nl-msg,.ca-share-flash,.ca-sig-msg)).ca-dpub-sub,html body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content p:where(:not(.ca-nl-msg,.ca-share-flash,.ca-sig-msg)).ca-hub-sub{color:#a9adcf!important}
html.ca-light body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content p:where(:not(.ca-nl-msg,.ca-share-flash,.ca-sig-msg)).ca-mcard-bonus,html.ca-light body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content div.ca-myc-bonus{color:#b45309!important}
html.ca-light body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content p:where(:not(.ca-nl-msg,.ca-share-flash,.ca-sig-msg)).ca-mcard-desc,html.ca-light body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content .ca-faq-item p,html.ca-light body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content p:where(:not(.ca-nl-msg,.ca-share-flash,.ca-sig-msg)).ca-hub-intro,html.ca-light body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content p:where(:not(.ca-nl-msg,.ca-share-flash,.ca-sig-msg)).ca-prof-bio,html.ca-light body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content .ca-hub-how p,html.ca-light body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content .ca-prof-steps li,html.ca-light body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content .ca-prof-empty p,html.ca-light body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content .ca-hub-empty p{color:#3f4666!important}
html.ca-light body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content p:where(:not(.ca-nl-msg,.ca-share-flash,.ca-sig-msg)).ca-prof-note,html.ca-light body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content p:where(:not(.ca-nl-msg,.ca-share-flash,.ca-sig-msg)).ca-prof-share-sub,html.ca-light body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content p:where(:not(.ca-nl-msg,.ca-share-flash,.ca-sig-msg)).ca-dpub-sub,html.ca-light body:not(.home):not(.blog):not(.error404):not(.search):not(.archive) .entry-content p:where(:not(.ca-nl-msg,.ca-share-flash,.ca-sig-msg)).ca-hub-sub{color:#52667b!important}

/* ===== Code actu : tableau de bord, soulignements 2026 ===== */
html body:not(.home):not(.blog) .entry-content a.ca-dash-cta,
html body:not(.home):not(.blog) .entry-content a.ca-bump-btn,
html body:not(.home):not(.blog) .entry-content a.ca-dash-rev,
html body:not(.home):not(.blog) .entry-content a.ca-dash-logout{text-decoration:none !important;}
html body:not(.home):not(.blog) .entry-content a.ca-dash-cta:hover,
html body:not(.home):not(.blog) .entry-content a.ca-bump-btn:hover,
html body:not(.home):not(.blog) .entry-content a.ca-dash-logout:hover{text-decoration:none !important;}
html body:not(.home):not(.blog) .entry-content a.ca-dash-rev:hover{text-decoration:underline !important;text-decoration-color:rgba(61,153,244,.55) !important;text-underline-offset:3px;}

/* ===== Code actu : bloc communaute sur fiche, liens 2026 ===== */
html body:not(.home):not(.blog) .ca-cc-authlink{color:#7ebdfb !important;text-decoration:none !important;font-weight:700;}
html body:not(.home):not(.blog) .ca-cc-authlink:hover,html body:not(.home):not(.blog) .ca-cc-authlink:focus-visible{color:#b1d8fe !important;text-decoration:underline !important;text-decoration-color:rgba(126,189,251,.6) !important;text-underline-offset:3px;}
html.ca-light body:not(.home):not(.blog) .ca-community-more{color:#1d4ed8 !important;text-decoration:none !important;}
html:not(.ca-light) body:not(.home):not(.blog) .ca-community-more{color:#7dd3fc !important;text-decoration:none !important;font-weight:600;border-bottom:1px solid rgba(125,211,252,.35);padding-bottom:2px;}
html body:not(.home):not(.blog) .ca-community-more:hover,html body:not(.home):not(.blog) .ca-community-more:focus-visible{color:#bae6fd !important;border-bottom-color:rgba(186,230,253,.8);text-decoration:none !important;}

/* ===== Code actu : alignement des cartes membres 2026 ===== */
html body:not(.home):not(.blog) .entry-content .ca-mcard{flex-direction:column;}
html body:not(.home):not(.blog) .entry-content .ca-mcard .ca-mcard-desc{flex:1 1 auto;}
html body:not(.home):not(.blog) .entry-content .ca-mcard .ca-mcard-code{margin-top:auto;}
html body:not(.home):not(.blog) .entry-content .ca-mcard .ca-shb-sm{flex-wrap:wrap;row-gap:8px;}

/* ===== Code actu : en-tete lisible en mode sombre, quel que soit le type de page ===== */
html:not(.ca-light) .site-title a,
html:not(.ca-light) .site-title,
html:not(.ca-light) .main-header-menu a,
html:not(.ca-light) .ast-builder-menu a { color:#eef1f8 !important; }

/* ===== Code actu : derniers ecarts de contraste ===== */
html.ca-light .ca-muted { color:#5c6478; }
.ca-hbtn-primary { background:#1861ab !important; }
.ca-hbtn-primary span { color:#ffffff !important; }

/* ca-aa-labels */
html:not(.ca-light) label,
html:not(.ca-light) legend { color:#dfe3f5; }
html:not(.ca-light) .cad-crumb span { color:#98a2bd; }
html:not(.ca-light) .ast-post-nav,
html:not(.ca-light) .post-navigation .nav-links a { color:#c3c9de; }
html:not(.ca-light) .logged-in-as { color:#c3c9de; }
html:not(.ca-light) .logged-in-as a { color:#58acff; }

/* Etats focus des boutons maison : Astra remplace le fond par du bleu et
   supprime le contour au focus, ce qui faisait disparaitre le repere clavier. */
.ca-hs-go:hover, .ca-hs-go:focus { background:#1861ab; color:#ffffff; }
.ca-nl-btn:hover, .ca-nl-btn:focus { background:#1861ab; color:#ffffff; }
.ca-copy-btn:hover, .ca-copy-btn:focus { background:rgba(7,119,232,.20); color:#ffffff; }
.ca-theme-toggle:hover, .ca-theme-toggle:focus { background:rgba(255,255,255,.10); color:#ffffff; }
.ca-hs-go:focus-visible, .ca-nl-btn:focus-visible, .ca-copy-btn:focus-visible,
.ca-theme-toggle:focus-visible, .ca-cta-offer:focus-visible, .ca-cta-primary:focus-visible,
.ca-cta-ghost:focus-visible, .ca-chip:focus-visible, .ca-sort:focus-visible {
  outline:2px solid #a78bfa; outline-offset:2px;
}
html.ca-light .ca-copy-btn:hover, html.ca-light .ca-copy-btn:focus { background:rgba(24,97,171,.14); color:#1b2136; }
html.ca-light .ca-theme-toggle:hover, html.ca-light .ca-theme-toggle:focus { background:rgba(15,23,42,.08); color:#141a2c; }
html.ca-light .ca-hs-go:focus-visible, html.ca-light .ca-nl-btn:focus-visible, html.ca-light .ca-copy-btn:focus-visible,
html.ca-light .ca-theme-toggle:focus-visible, html.ca-light .ca-cta-offer:focus-visible, html.ca-light .ca-cta-primary:focus-visible,
html.ca-light .ca-cta-ghost:focus-visible, html.ca-light .ca-chip:focus-visible, html.ca-light .ca-sort:focus-visible {
  outline-color:#1861ab;
}

/* Astra souligne tous les liens de .entry-content. Les liens qui sont en
   realite des boutons (inscription, En profiter, laisser un avis...) ne
   doivent pas etre soulignes. */
.ast-single-post .entry-content a:where([class*="btn"],[class*="cta"],[class*="-primary"],[class*="-ghost"],[class*="ca-h-"]),
.entry-content a:where([class*="btn"],[class*="cta"],[class*="-primary"],[class*="-ghost"],[class*="ca-h-"]) {
  text-decoration:none;
}

/* Messages d etat des formulaires. Les regles de lisibilite des pages
   interieures excluent desormais ces paragraphes, leur couleur semantique
   s applique donc sans avoir a forcer quoi que ce soit. */
.ca-nl-msg.ok { color:#5ee696; }
.ca-nl-msg.ko { color:#ffb0b8; }
.ca-sig-msg { color:#5ee696; }
html.ca-light .ca-nl-msg.ok { color:#15803d; }
html.ca-light .ca-nl-msg.ko { color:#b3261e; }
html.ca-light .ca-sig-msg { color:#15803d; }
html.ca-light .ca-share-flash.ok { color:#15803d; }
html.ca-light .ca-share-flash.err { color:#b3261e; }

/* CA-ROW-POP */
/* ------------------------------------------------------------------
   Cartes d annonces membres (.ca-row)
   Surface surelevee + lisere gauche, pour que le bloc membre accroche
   l oeil pendant le scroll. Le panneau .ca-community reste translucide.
   Specificite volontairement > au CSS du snippet 73 (rendu partage).
   ------------------------------------------------------------------ */
html body:not(.home):not(.blog):not(.error404):not(.search):not(.ca-zz) .entry-content .ca-rows{ gap:14px; }
html body:not(.home):not(.blog):not(.error404):not(.search):not(.ca-zz) .entry-content .ca-row{
  position:relative;
  background:radial-gradient(130% 150% at 0% 0%,rgba(57,156,255,.18) 0%,rgba(57,156,255,0) 58%),linear-gradient(180deg,#262d58 0%,#1d2348 100%);
  border:1px solid rgba(80,168,255,.34);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 12px 30px rgba(4,6,20,.5);
  /* pas de transition sur background : un degrade ne s interpole pas,
     ce qui provoquait un flash semi-transparent en mode clair. */
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
html body:not(.home):not(.blog):not(.error404):not(.search):not(.ca-zz) .entry-content .ca-row::before{
  content:"";position:absolute;left:0;top:0;bottom:0;width:4px;pointer-events:none;
  border-radius:16px 0 0 16px;
  background:linear-gradient(180deg,#2e97ff 0%,#38bdf8 100%);opacity:.85;
}
html body:not(.home):not(.blog):not(.error404):not(.search):not(.ca-zz) .entry-content .ca-row:hover{
  transform:translateY(-2px);
  background:radial-gradient(130% 150% at 0% 0%,rgba(57,156,255,.24) 0%,rgba(57,156,255,0) 58%),linear-gradient(180deg,#2c3466 0%,#232a53 100%);
  border-color:rgba(125,211,252,.55);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10), 0 18px 40px rgba(4,6,20,.6);
}
html body:not(.home):not(.blog):not(.error404):not(.search):not(.ca-zz) .entry-content .ca-row:hover::before{ opacity:1;width:5px; }
/* Variante claire */
html.ca-light body:not(.home):not(.blog):not(.error404):not(.search):not(.ca-zz) .entry-content .ca-row{
  background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%);
  border:1px solid #d9e0f5;
  box-shadow:0 10px 24px rgba(28,33,74,.10);
}
html.ca-light body:not(.home):not(.blog):not(.error404):not(.search):not(.ca-zz) .entry-content .ca-row::before{ background:linear-gradient(180deg,#1171d2 0%,#38bdf8 100%);opacity:.9; }
html.ca-light body:not(.home):not(.blog):not(.error404):not(.search):not(.ca-zz) .entry-content .ca-row:hover{ background:linear-gradient(180deg,#ffffff 0%,#ffffff 100%);border-color:#b9c6f7;box-shadow:0 16px 34px rgba(28,33,74,.16); }
@media (prefers-reduced-motion:reduce){
  html body:not(.home):not(.blog):not(.error404):not(.search):not(.ca-zz) .entry-content .ca-row{ transition:none; }
  html body:not(.home):not(.blog):not(.error404):not(.search):not(.ca-zz) .entry-content .ca-row:hover{ transform:none; }
}
/* /CA-ROW-POP */
