/* CoAbonnement public home v21.2.0 — finition globale desktop/mobile */
body.coab-public-home{background:#f7f8fa!important;color:#14171c!important;overflow-x:hidden!important}
body.coab-public-home main#content{display:block!important;max-width:none!important;width:100%!important;margin:0!important;padding:0!important;background:#f7f8fa!important}
body.coab-public-home .coabv8-wrap{max-width:none!important;width:100%!important;margin:0!important;padding:0!important;background:#f7f8fa!important}
body.coab-public-home .coab-safe-footer,
body.coab-public-home .coab-legal-footer,
body.coab-public-home .coab-lts-footer,
body.coab-public-home [data-coab-legal-footer],
body.coab-public-home .coab-legal-trustbar,
body.coab-public-home .coab-trust-footer,
body.coab-public-home [class*="coab-legal-footer"],
body.coab-public-home .ddbz-footer,
body.coab-public-home .site-footer,
body.coab-public-home:not(.logged-in) .ddbz-nav-bottom--member,
body.coab-public-home:not(.logged-in) .coab-bottom-nav,
body.coab-public-home:not(.logged-in) .ddbz-bottom-nav,
body.coab-public-home:not(.logged-in) .mobile-bottom-nav,
body.coab-public-home:not(.logged-in) .bottom-nav,
body.coab-public-home:not(.logged-in) .coab-mobile-nav{display:none!important}
body.coab-public-home.admin-bar .coabh-header{top:32px}
@media(max-width:782px){body.coab-public-home.admin-bar .coabh-header{top:46px}}
/* Masque l'ancien header/topbar/bandeau WhatsApp/footer d'origine
     uniquement sur la page d'accueil non connectée. wp_head()/wp_footer()
     et tous les scripts continuent de s'exécuter normalement (SEO, plugins). */
  body.home:not(.logged-in) .ddbz-topbar,
  body.home:not(.logged-in) .ddbz-header,
  body.home:not(.logged-in) .coab-whatsapp-growth,
  body.home:not(.logged-in) .ddbz-panel,
  body.home:not(.logged-in) .ddbz-backdrop,
  body.home:not(.logged-in) .coab-safe-footer { display: none !important; }

  .coabh-wrap, .coabm-wrap, .coabf-wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

  .coabh-header { background: rgba(255,255,255,0.92); backdrop-filter: saturate(180%) blur(10px); border-bottom: 1px solid #eaecf0; position: sticky; top: 0; z-index: 50;  }
  .coabh-bar { display: flex; align-items: center; gap: 22px; padding: 13px 24px; max-width: 1180px; margin: 0 auto; }
  .coabh-brand { display: flex; align-items: center; gap: 9px; text-decoration: none; flex-shrink: 0; }
  .coabh-logo { width: 32px; height: 32px; border-radius: 10px; overflow: hidden; flex-shrink: 0; }
  .coabh-logo img { width: 100%; height: 100%; object-fit: contain; }
  .coabh-brand-text { font-size: 15px; font-weight: 700; color: #14171c; white-space: nowrap; }
  .coabh-links { display: flex; align-items: center; gap: 2px; }
  .coabh-link { font-size: 13.5px; font-weight: 500; color: #5b6270; text-decoration: none; padding: 8px 13px; border-radius: 999px; white-space: nowrap; transition: background .15s ease, color .15s ease; }
  .coabh-link:hover, .coabh-link.is-active { background: #f0f2f5; color: #14171c; }
  .coabh-search-btn { width: 36px; height: 36px; border-radius: 50%; border: 1px solid #e4e6ea; background: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #5b6270; flex-shrink: 0; }
  .coabh-search-btn:hover { background: #f0f2f5; color: #14171c; }
  .coabh-right { display: flex; align-items: center; gap: 8px; margin-left: auto; flex-shrink: 0; }
  .coabh-currency { position: relative; }
  .coabh-currency select { appearance: none; font-size: 12.5px; font-weight: 600; color: #14171c; background: #f0f2f5; border: none; border-radius: 999px; padding: 8px 28px 8px 14px; cursor: pointer; }
  .coabh-currency::after { content: "▾"; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); font-size: 9px; color: #8a919e; pointer-events: none; }
  .coabh-btn { font-size: 13px; font-weight: 600; border-radius: 999px; padding: 9px 17px; cursor: pointer; white-space: nowrap; text-decoration: none; display: inline-flex; align-items: center; }
  .coabh-btn--ghost { background: none; color: #14171c; }
  .coabh-btn--ghost:hover { background: #f0f2f5; }
  .coabh-btn--primary { background: #14171c; color: #fff; }
  .coabh-btn--primary:hover { background: #000; }
  .coabh-burger { display: none; width: 38px; height: 38px; border-radius: 10px; border: 1px solid #e4e6ea; background: #fff; align-items: center; justify-content: center; cursor: pointer; }
  @media (max-width: 980px) {
    .coabh-links, .coabh-currency, .coabh-right .coabh-btn, .coabh-search-btn { display: none; }
    .coabh-burger { display: flex; }
  }
  .coabh-search-overlay { display: none; position: fixed; inset: 0; background: rgba(15,17,22,0.35); z-index: 9999; align-items: flex-start; justify-content: center; padding-top: 14vh; }
  .coabh-search-overlay.is-open { display: flex; }
  .coabh-search-box { background: #fff; border-radius: 18px; width: min(560px, 90vw); padding: 10px; box-shadow: 0 20px 60px rgba(15,23,42,.25); }
  .coabh-search-box form { display: flex; align-items: center; gap: 8px; background: #f2f3f5; border-radius: 12px; padding: 4px 4px 4px 16px; }
  .coabh-search-box input { flex: 1; border: none; background: none; outline: none; font-size: 15px; padding: 12px 0; }
  .coabh-search-box button { border: none; background: #14171c; color: #fff; border-radius: 10px; padding: 12px 18px; font-size: 13.5px; font-weight: 600; cursor: pointer; }
  .coabh-drawer-backdrop { display: none; position: fixed; inset: 0; background: rgba(15,17,22,0.4); z-index: 9998; }
  .coabh-drawer-backdrop.is-open { display: block; }
  .coabh-drawer { position: fixed; top: 0; right: -100%; width: min(340px, 88vw); height: 100%; background: #fff; z-index: 9999; transition: right .22s ease; overflow-y: auto; padding: 18px; }
  .coabh-drawer.is-open { right: 0; }
  .coabh-drawer-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
  .coabh-drawer-close { width: 34px; height: 34px; border-radius: 50%; border: 1px solid #e4e6ea; background: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; }
  .coabh-drawer-search { display: flex; align-items: center; background: #f2f3f5; border-radius: 999px; padding: 3px 3px 3px 14px; gap: 6px; margin-bottom: 20px; }
  .coabh-drawer-search input { flex: 1; border: none; background: none; outline: none; font-size: 14px; padding: 10px 0; }
  .coabh-drawer-search button { border: none; background: #14171c; color: #fff; width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; }
  .coabh-drawer-nav { display: flex; flex-direction: column; margin-bottom: 20px; }
  .coabh-drawer-nav a { font-size: 14.5px; font-weight: 500; color: #14171c; text-decoration: none; padding: 12px 4px; border-bottom: 1px solid #f0f1f3; }
  .coabh-drawer-auth { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
  .coabh-drawer-auth .coabh-btn { justify-content: center; width: 100%; padding: 12px; }
  .coabh-drawer-currency label { display: block; font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; color: #8a919e; margin-bottom: 8px; }
  .coabh-drawer-currency select { width: 100%; font-size: 14px; font-weight: 600; padding: 10px 14px; border-radius: 12px; border: 1px solid #e4e6ea; background: #f6f7f9; }

  .coabm-section { padding: 60px 0; }
  .coabm-section--tight { padding: 40px 0; }
  .coabm-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: #1b4fc4; margin: 0 0 10px; }
  .coabm-h2 { font-size: 27px; font-weight: 700; margin: 0 0 12px; letter-spacing: -0.015em; line-height: 1.25; }
  .coabm-lead { font-size: 14.5px; color: #5b6270; line-height: 1.65; margin: 0 0 28px; max-width: 650px; }
  .coabm-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 26px; }
  .coabm-section-link { font-size: 13.5px; font-weight: 600; color: #1b4fc4; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; white-space: nowrap; }
  .coabm-section-link:hover { text-decoration: underline; }
  .coabm-hero { padding: 44px 0 20px; background: #f7f8fa;  }
  .coabm-hero > .coabm-wrap { padding-top: 8px; padding-bottom: 40px; }
  .coabm-hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 44px; align-items: center; }
  .coabm-hero-title { font-size: 44px; font-weight: 700; line-height: 1.1; margin: 0 0 18px; letter-spacing: -0.02em; }
  .coabm-hero-title .accent { color: #2f6fed; }
  .coabm-hero-desc { font-size: 15px; color: #5b6270; line-height: 1.7; margin: 0 0 26px; max-width: 520px; }
  .coabm-hero-desc strong { color: #14171c; font-weight: 600; }
  .coabm-hero-ctas { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; }
  .coabm-btn { font-family: inherit; font-size: 14.5px; font-weight: 600; border-radius: 12px; padding: 14px 24px; cursor: pointer; border: none; white-space: nowrap; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
  .coabm-btn--primary { background: #2f6fed; color: #fff; }
  .coabm-btn--primary:hover { background: #1b4fc4; }
  .coabm-btn--dark { background: #14171c; color: #fff; }
  .coabm-btn--dark:hover { background: #000; }
  .coabm-btn--ghost { background: #ffffff; color: #14171c; box-shadow: inset 0 0 0 1px #dfe2e8; }
  .coabm-btn--ghost:hover { background: #f2f3f5; }
  .coabm-btn--onDark { background: rgba(255,255,255,0.16); color: #fff; }
  .coabm-btn--onDark:hover { background: rgba(255,255,255,0.26); }
  .coabm-btn--white { background: #ffffff; color: #14171c; }
  .coabm-btn--white:hover { background: #eef0f3; }
  .coabm-btn--outlineWhite { background: transparent; color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5); }
  .coabm-btn--outlineWhite:hover { background: rgba(255,255,255,0.12); }
  .coabm-pill-row { display: flex; flex-wrap: wrap; gap: 8px; }
  .coabm-pill { font-size: 12.5px; font-weight: 500; color: #5b6270; background: #ffffff; box-shadow: inset 0 0 0 1px #e7e9ee; border-radius: 999px; padding: 7px 14px; white-space: nowrap; }
  .coabm-pill--onDark { background: rgba(255,255,255,0.14); color: #fff; box-shadow: none; }
  .coabm-hero-card { background: #14171c; border-radius: 22px; padding: 28px; color: #fff; position: relative; overflow: hidden; }
  .coabm-hero-card-badge { display: inline-flex; font-size: 11.5px; font-weight: 700; color: #cfe0ff; background: rgba(255,255,255,0.1); padding: 6px 13px; border-radius: 999px; margin-bottom: 18px; }
  .coabm-hero-card-title { font-size: 19px; font-weight: 700; margin: 0 0 6px; line-height: 1.3; }
  .coabm-hero-card-sub { font-size: 13px; color: #97a1b8; margin: 0 0 16px; }
  .coabm-hero-card-meta { font-size: 12.5px; color: #d3d6db; line-height: 1.6; margin: 0 0 22px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .coabm-hero-card-note { font-size: 12.5px; color: #d3d6db; line-height: 1.6; }
  .coabm-hero-card-note strong { display: block; color: #fff; font-size: 14px; margin-bottom: 2px; }
  .coabm-hero-mascot { position: absolute; right: 6px; bottom: 6px; width: 110px; height: 110px; pointer-events: none; }
  .coabm-paths { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .coabm-path { border-radius: 18px; padding: 26px; color: #fff; }
  .coabm-path--blue { background: #2f6fed; }
  .coabm-path--purple { background: #6f3fd4; }
  .coabm-path--teal { background: #0f8f70; }
  .coabm-path-icon { width: 38px; height: 38px; border-radius: 11px; background: rgba(255,255,255,0.18); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
  .coabm-path-title { font-size: 17px; font-weight: 700; margin: 0 0 8px; }
  .coabm-path-desc { font-size: 13px; opacity: 0.92; line-height: 1.6; margin: 0 0 20px; }
  .coabm-chip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .coabm-chip-card { min-width:0;overflow:hidden;background: #ffffff; border-radius: 16px; padding: 18px; text-decoration: none; color: inherit; transition: transform .15s ease, box-shadow .15s ease; display: block; }
  .coabm-chip-card:hover { transform: translateY(-2px); box-shadow: 0 4px 14px rgba(15,23,42,.08); }
  .coabm-chip-icon { width: 36px; height: 36px; border-radius: 10px; color: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; font-size: 12px; font-weight: 700; }
  .coabm-chip-title { font-size: 14.5px; font-weight: 700; margin: 0 0 4px; }
  .coabm-chip-desc { font-size: 12.5px; color: #8a919e; margin: 0; line-height: 1.5; }
  .coabm-quotes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
  .coabm-quote-card { background: #ffffff; border-radius: 16px; padding: 20px; }
  .coabm-quote-card p { font-size: 13px; color: #14171c; line-height: 1.6; margin: 0 0 14px; }
  .coabm-quote-role { font-size: 11.5px; color: #8a919e; font-weight: 600; }
  .coabm-cards { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px; }
  .coabm-cards--subscriptions{grid-template-columns:repeat(5,minmax(0,1fr));}
  .coabm-cards--digital{grid-template-columns:repeat(4,minmax(0,1fr));}
  .coabm-card { min-width:0;min-height:100%;background: #ffffff; border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: transform .15s ease, box-shadow .15s ease; }
  .coabm-card:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(15,23,42,.09); }
  .coabm-card-media { height: 96px; display: flex; align-items: center; justify-content: center; color: #fff; flex-shrink: 0; overflow: hidden; background: #eaf1ff; }
  .coabm-card-media img { width: 100%; height: 100%; object-fit: cover; }
  .coabm-card-body { padding: 15px 16px 17px; flex: 1; display: flex; flex-direction: column; }
  .coabm-card-badge { align-self: flex-start; font-size: 10.5px; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; background: #eaf1ff; color: #1b4fc4; padding: 3px 9px; border-radius: 7px; margin-bottom: 9px; }
  .coabm-card-title { font-size: 13.5px; font-weight: 700; margin: 0 0 5px; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .coabm-card-desc { font-size: 11.5px; color: #8a919e; margin: 0 0 14px; line-height: 1.5; flex: 1; }
  .coabm-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
  .coabm-card-price-label { font-size: 10px; color: #8a919e; text-transform: uppercase; letter-spacing: 0.02em; margin: 0 0 2px; }
  .coabm-card-price-value { font-size: 13px; font-weight: 700; margin: 0; }
  .coabm-card-arrow { width: 30px; height: 30px; border-radius: 50%; background: #14171c; color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .coabm-empty-note { font-size: 13.5px; color: #8a919e; background: #fff; border-radius: 14px; padding: 20px; }
  .coabm-more-btn-wrap { text-align: center; margin-top: 22px; }
  .coabm-more-btn { display: inline-flex; align-items: center; gap: 6px; font-family: inherit; font-size: 13.5px; font-weight: 600; background: #ffffff; box-shadow: inset 0 0 0 1px #dfe2e8; border-radius: 999px; padding: 12px 24px; cursor: pointer; text-decoration: none; color: #14171c; }
  .coabm-more-btn:hover { background: #f2f3f5; }
  .coabm-sell-card { background: #14171c; border-radius: 22px; padding: 40px; color: #fff; display: grid; grid-template-columns: 1.3fr 1fr; gap: 30px; align-items: center; }
  .coabm-sell-card .coabm-h2 { color: #fff; }
  .coabm-sell-card p { font-size: 14px; color: #b8bcc4; line-height: 1.7; margin: 0 0 16px; }
  .coabm-sell-highlight { background: rgba(255,255,255,0.08); border-radius: 14px; padding: 16px 18px; font-size: 13.5px; color: #d3d6db; line-height: 1.6; margin-bottom: 22px; }
  .coabm-sell-highlight b { color: #6fe0a0; font-size: 15px; }
  .coabm-sell-tags { display: flex; flex-wrap: wrap; gap: 10px; }
  .coabm-sell-tag { font-size: 12.5px; color: #d3d6db; background: rgba(255,255,255,0.08); padding: 8px 14px; border-radius: 999px; }
  .coabm-opportunity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; }
  .coabm-opportunity-card { background: #eaf1ff; border-radius: 16px; padding: 22px; }
  .coabm-opportunity-card strong { display: block; font-size: 14.5px; margin-bottom: 8px; color: #14171c; }
  .coabm-opportunity-card p { font-size: 13px; color: #395590; line-height: 1.6; margin: 0; }

  .coabm-payment-panel{background:#fff;border-radius:22px;padding:34px;box-shadow:0 1px 2px rgba(15,23,42,.04),0 10px 28px rgba(15,23,42,.06);display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);align-items:center;gap:30px}
  .coabm-payment-copy .coabm-lead{margin-bottom:0}
  .coabm-payment-logos{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
  .coabm-payment-logo{min-width:0;min-height:74px;border-radius:14px;padding:13px 12px;display:flex;flex-direction:column;justify-content:center;gap:3px;background:#f4f6f9;color:#14171c;box-shadow:inset 0 0 0 1px rgba(15,23,42,.06)}
  .coabm-payment-logo b{font-size:13.5px;line-height:1.15;overflow-wrap:anywhere}
  .coabm-payment-logo small{font-size:10.5px;color:#6b7280;line-height:1.2}
  .coabm-payment-logo--wave{background:#e8f9ff;color:#087ca7}.coabm-payment-logo--orange{background:#fff1e7;color:#f26a00}.coabm-payment-logo--mtn{background:#fff7bf;color:#111}.coabm-payment-logo--moov{background:#e9f8ee;color:#168546}.coabm-payment-logo--card{background:#eef2ff;color:#263b8f}.coabm-payment-logo--paypal{background:#eaf3ff;color:#0b5aa6}.coabm-payment-logo--wallet{background:#edf7ff;color:#1b4fc4}
  .coabm-trust-banner { background: #14171c; border-radius: 22px; padding: 40px; color: #fff; }
  .coabm-trust-title { font-size: 25px; font-weight: 700; margin: 0 0 10px; }
  .coabm-trust-desc { font-size: 13.5px; color: #b8bcc4; line-height: 1.65; margin: 0 0 22px; max-width: 640px; }
  .coabm-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .coabm-testimonial { background: #ffffff; border-radius: 16px; padding: 22px; }
  .coabm-stars { color: #f5a524; font-size: 13px; margin-bottom: 10px; letter-spacing: 2px; }
  .coabm-quote-text { font-size: 13.5px; color: #14171c; line-height: 1.6; margin: 0 0 16px; }
  .coabm-author { display: flex; align-items: center; gap: 10px; }
  .coabm-author-avatar { width: 34px; height: 34px; border-radius: 50%; background: #eaf1ff; color: #1b4fc4; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .coabm-author-name { font-size: 13px; font-weight: 700; margin: 0; }
  .coabm-author-role { font-size: 11.5px; color: #8a919e; margin: 0; }
  .coabm-cta-banner { background: #2f6fed; border-radius: 22px; padding: 40px 44px; color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
  .coabm-cta-title { font-size: 23px; font-weight: 700; margin: 0 0 8px; }
  .coabm-cta-desc { font-size: 13.5px; color: #dce7fd; margin: 0; max-width: 480px; }
  .coabm-cta-actions { display: flex; gap: 10px; flex-wrap: wrap; flex-shrink: 0; }

  .coabf-footer { background: #14171c; color: #b8bcc4; padding: 54px 0 0; margin-top:24px; }
  .coabf-grid { display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:30px;padding:0 0 34px;border-bottom:1px solid rgba(255,255,255,.1);max-width:none;margin:0; }
  .coabf-brand-logo { display: inline-flex; align-items: center; justify-content: center; background: #fff; border-radius: 16px; padding: 8px 14px; margin-bottom: 16px; }
  .coabf-brand-logo img { max-width: 150px; max-height: 40px; display: block; }
  .coabf-tagline { font-size: 13px; line-height: 1.6; max-width: 280px; margin: 0; }
  .coabf-col-title { font-size: 12px; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; color: #fff; margin: 0 0 14px; }
  .coabf-link-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
  .coabf-link-list a { font-size: 13.5px; color: #b8bcc4; text-decoration: none; }
  .coabf-link-list a:hover { color: #fff; }
  .coabf-bottom { display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:22px 0;max-width:none;margin:0; }
  .coabf-copy { font-size: 12px; color: #8a919e; margin: 0; }
  .coabf-badges { display: flex; gap: 8px; flex-wrap: wrap; }
  .coabf-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: #d3d6db; background: rgba(255,255,255,0.06); padding: 6px 12px; border-radius: 999px; }
  .coabf-legal-row { display:flex;flex-wrap:wrap;gap:6px 16px;padding:18px 0;border-top:1px solid rgba(255,255,255,.1);max-width:none;margin:0; }
  .coabf-legal-row a { font-size: 12.5px; color: #8a919e; text-decoration: none; }
  .coabf-legal-row a:hover { color: #fff; }
  .coabf-powered { text-align: center; font-size: 12px; color: #6d7690; padding: 0 0 24px; }
  .coabf-powered a { color: #97a1b8; text-decoration: none; font-weight: 600; }
  .coabf-powered a:hover { color: #fff; }

  @media (max-width: 980px) {
    .coabm-hero-grid { grid-template-columns: 1fr; }
    .coabm-hero-title { font-size: 34px; }
    .coabm-paths { grid-template-columns: 1fr; }
    .coabm-chip-grid { grid-template-columns: repeat(2, 1fr); }
    .coabm-cards{grid-template-columns:repeat(2,minmax(0,1fr));}
    .coabm-cards--subscriptions{grid-template-columns:repeat(3,minmax(0,1fr));}
    .coabm-chip-grid--intro{grid-template-columns:1fr!important;}
    .coabm-payment-panel{grid-template-columns:1fr;}
    .coabm-payment-logos{grid-template-columns:repeat(4,minmax(0,1fr));}
    .coabm-quotes { grid-template-columns: repeat(2, 1fr); }
    .coabm-testimonials { grid-template-columns: 1fr; }
    .coabm-sell-card { grid-template-columns: 1fr; }
    .coabm-opportunity-grid { grid-template-columns: 1fr; }
    .coabf-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 620px) {
    html,body{overflow-x:hidden!important}
    .coabh-wrap,.coabm-wrap,.coabf-wrap{width:100%!important;max-width:none!important;padding-left:12px!important;padding-right:12px!important}
    .coabm-section{padding:36px 0}
    .coabm-section--tight{padding:26px 0}
    .coabm-hero{padding:30px 0 12px}
    .coabm-hero-grid{gap:24px}
    .coabm-hero-card,.coabm-path,.coabm-chip-card,.coabm-opportunity-card,.coabm-payment-panel,.coabm-cta-banner{width:100%;max-width:100%;min-width:0}
    .coabm-chip-grid,.coabm-chip-grid--intro,.coabm-opportunity-grid{grid-template-columns:1fr!important}
    .coabm-chip-grid>*{min-width:0;max-width:100%}
    .coabm-pill-row{max-width:100%;overflow:hidden}
    .coabm-pill{max-width:100%;white-space:normal;overflow-wrap:anywhere;line-height:1.25}
    .coabm-cards--subscriptions{grid-template-columns:repeat(2,minmax(0,1fr))!important}
    .coabm-cards--subscriptions>.coabm-card:nth-child(n+7){display:none!important}
    .coabm-card-body{padding:13px 12px 14px}
    .coabm-card-media{height:82px}
    .coabm-card-title{font-size:13px}
    .coabm-card-desc{font-size:11px;margin-bottom:10px}
    .coabm-card-price-value{font-size:12px}
    .coabm-mobile-clamp{display:-webkit-box!important;-webkit-box-orient:vertical;overflow:hidden}
    .coabm-mobile-clamp:not(.coabm-mobile-clamp--hero){-webkit-line-clamp:4}
    .coabm-mobile-clamp--hero{-webkit-line-clamp:5}
    .coabm-payment-panel{padding:20px 16px;gap:18px}
    .coabm-payment-logos{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px}
    .coabm-payment-logo{min-height:68px;padding:11px 10px}
    .coabm-section-head{align-items:flex-start;margin-bottom:18px}
    .coabm-section-link{font-size:12.5px}
    .coabf-footer{margin-top:12px}
    .coab-public-wa--bottom{width:calc(100% - 24px)!important;margin:8px 12px 22px!important}

    .coabm-hero-title { font-size: 28px; }
    .coabm-cards { grid-template-columns: 1fr 1fr; }
    .coabm-quotes { grid-template-columns: 1fr; }
    .coabf-grid { grid-template-columns: 1fr; text-align: left; }
    .coabm-cta-banner { flex-direction: column; align-items: flex-start; }
    .coabm-cta-actions { width: 100%; }
    .coabm-cta-actions .coabm-btn { flex: 1; justify-content: center; }
    .coabm-h2 { font-size: 22px; }
    .coabh-bar { padding:10px 12px; }
    .coabm-hero-mascot { width: 78px; height: 78px; }
    .coabf-bottom { flex-direction: column; align-items: flex-start; }
    .coabm-sell-card { padding: 26px; }
  }
/* Header identity and compact WhatsApp banner */
.coabh-logo{width:118px!important;height:44px!important;border-radius:0!important;overflow:visible!important;display:flex!important;align-items:center!important}
.coabh-logo img{width:100%!important;height:100%!important;object-fit:contain!important}
.coabh-brand-text{display:none!important}
.coab-public-wa{box-sizing:border-box;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:14px;width:min(1132px,calc(100% - 48px));margin:18px auto 0;padding:14px 16px;border-radius:20px;background:#203b95;color:#fff;box-shadow:0 16px 36px rgba(27,42,107,.14);position:relative;z-index:20;overflow:hidden}
.coab-public-wa:before{content:"";position:absolute;right:8%;top:-70px;width:190px;height:190px;border-radius:999px;background:rgba(255,255,255,.10)}
.coab-public-wa>*{position:relative;z-index:1}.coab-public-wa__icon{width:46px;height:46px;border-radius:14px;background:rgba(255,255,255,.12);display:grid;place-items:center;font-size:20px;border:1px solid rgba(255,255,255,.16)}
.coab-public-wa strong{display:block;font-size:15px;font-weight:800;line-height:1.15}.coab-public-wa span{display:block;margin-top:3px;color:rgba(255,255,255,.84);font-size:12.5px;line-height:1.35}
.coab-public-wa a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px;background:#fff;color:#132867!important;text-decoration:none;font-weight:800;white-space:nowrap}
.coab-public-wa__close{width:32px;height:32px;border:0;border-radius:999px;background:rgba(255,255,255,.15);color:#fff;font-size:19px;font-weight:800;line-height:1;cursor:pointer}
@media(max-width:1100px){.coabh-links{gap:0}.coabh-link{padding:8px 9px;font-size:12.5px}.coabh-bar{gap:12px}.coabh-logo{width:108px!important}}
@media(max-width:980px){.coabh-logo{width:116px!important;height:42px!important}.coab-public-wa{width:calc(100% - 28px)}}
@media(max-width:700px){.coab-public-wa{grid-template-columns:auto minmax(0,1fr) auto;padding:12px;border-radius:18px}.coab-public-wa a{grid-column:1/-1;width:100%;min-height:40px}.coab-public-wa__close{position:absolute;right:9px;top:9px}.coab-public-wa span{font-size:12px;padding-right:24px}}

/* Base héritée v21.1.2 : public-home fixes */
.coabm-section--wa-bottom{padding:8px 0 0}
.coab-public-wa--bottom{margin:8px auto 30px}
body.coab-public-home .ddbz-skip{display:none!important}


/* Base héritée v21.1.2 : rotation, footer plugin et WhatsApp */
body.coab-public-home .coab-lts-footer,
body.coab-public-home footer.coab-lts-footer,
body.coab-public-home [class~="coab-lts-footer"]{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}
.coabm-cards--subscriptions,.coabm-cards--digital{align-items:stretch;grid-auto-flow:row}
.coabm-cards--subscriptions .coabm-card,.coabm-cards--digital .coabm-card{height:100%}
@media(min-width:981px){
  .coabm-cards--subscriptions{grid-template-columns:repeat(5,minmax(0,1fr))!important}
  .coabm-cards--digital{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(max-width:700px){
  .coab-public-wa--bottom{display:grid!important;grid-template-columns:44px minmax(0,1fr)!important;gap:10px!important;width:calc(100% - 24px)!important;margin:10px 12px 22px!important;padding:13px!important;border-radius:18px!important}
  .coab-public-wa--bottom .coab-public-wa__icon{width:44px!important;height:44px!important}
  .coab-public-wa--bottom .coab-public-wa__text{min-width:0!important;padding-right:28px!important}
  .coab-public-wa--bottom strong{font-size:14px!important;line-height:1.2!important}
  .coab-public-wa--bottom span{font-size:11.8px!important;line-height:1.35!important;padding-right:0!important}
  .coab-public-wa--bottom a{grid-column:1/-1!important;width:100%!important;min-height:44px!important;margin-top:2px!important}
  .coab-public-wa--bottom .coab-public-wa__close{position:absolute!important;right:9px!important;top:9px!important}
}

/* =========================================================
   CoAbonnement public home v21.2.0 — global finishing pass
   ========================================================= */
body.coab-public-home-v2120{background:#f7f8fa!important}
body.coab-public-home-v2120 .ddbz-universal-mobile-dock,
body.coab-public-home-v2120 [data-ddbz-universal-mobile-dock],
body.coab-public-home-v2120 .ddbz-nav-bottom,
body.coab-public-home-v2120 .ddbz-nav-bottom--member,
body.coab-public-home-v2120 .ddbz-coab-mobile-bottom-nav,
body.coab-public-home-v2120 .coab-bottom-nav,
body.coab-public-home-v2120 .ddbz-bottom-nav,
body.coab-public-home-v2120 .mobile-bottom-nav,
body.coab-public-home-v2120 .bottom-nav,
body.coab-public-home-v2120 .coab-mobile-nav{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
body.coab-public-home-v2120{padding-bottom:0!important}
body.coab-public-home-v2120 main,
body.coab-public-home-v2120 #content{padding-bottom:0!important}

/* Header */
.coabh-header{box-shadow:0 8px 24px rgba(15,23,42,.035)}
.coabh-bar{min-height:64px}
.coabh-link{font-weight:600}
.coabh-drawer{width:100vw;max-width:none;right:-100vw;padding:18px 20px 34px;z-index:2147483646}
.coabh-drawer-backdrop{z-index:2147483645}
.coabh-drawer.is-open{right:0}
html.coabh-drawer-open,html.coabh-drawer-open body{overflow:hidden!important}
body.coab-public-home-v2120 .ddbz-universal-mobile-dock.is-drawer-hidden{display:none!important}

/* Hero */
.coabm-hero{padding-top:48px}
.coabm-hero-desc{max-width:585px;font-size:16px;line-height:1.72}
.coabm-pill-row--hero{gap:8px}
.coabm-pill-row--hero .coabm-pill{background:#fff;box-shadow:inset 0 0 0 1px #e4e7ec}
.coabm-hero-card{min-height:326px;display:flex;flex-direction:column;justify-content:center}
.coabm-hero-benefits{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:11px;max-width:310px}
.coabm-hero-benefits li{position:relative;padding-left:26px;color:#d9dde5;font-size:14px;line-height:1.45}
.coabm-hero-benefits li:before{content:"✓";position:absolute;left:0;top:0;color:#77a7ff;font-weight:900}

/* Global spacing and action hierarchy */
.coabm-section{padding:54px 0}
.coabm-section--tight{padding:34px 0}
.coabm-section-actions{align-items:center;margin-bottom:26px!important}
.coabm-text-link{display:inline-flex;align-items:center;min-height:44px;padding:0 4px;color:#1b4fc4!important;text-decoration:none;font-size:14px;font-weight:750}
.coabm-text-link:hover{text-decoration:underline}

/* Three paths */
.coabm-path{min-height:250px;display:flex;flex-direction:column;align-items:flex-start}
.coabm-path .coabm-btn{margin-top:auto}
.coabm-path-title{font-size:18px}
.coabm-path-desc{max-width:34ch}

/* Visibility cards with real SVG icons */
.coabm-chip-grid--visibility .coabm-chip-card{min-height:164px;position:relative;padding:20px 20px 18px;display:flex;flex-direction:column;align-items:flex-start}
.coabm-chip-grid--visibility .coabm-chip-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;color:#fff;margin-bottom:17px}
.coabm-chip-grid--visibility .coabm-chip-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.coabm-chip-icon--instagram{background:linear-gradient(135deg,#7c3aed,#e11d48,#f59e0b)}
.coabm-chip-icon--tiktok{background:#111318}
.coabm-chip-icon--youtube{background:#ef2b24}
.coabm-chip-icon--web{background:#15945c}
.coabm-chip-icon--google{background:#2f6fed}
.coabm-chip-icon--music{background:#7446d7}
.coabm-chip-grid--visibility .coabm-chip-title{font-size:15.5px}
.coabm-chip-grid--visibility .coabm-chip-desc{margin-bottom:14px;min-height:38px}
.coabm-chip-go{margin-top:auto;color:#1b4fc4;font-size:12px;font-weight:750;opacity:0;transform:translateY(3px);transition:.18s ease}
.coabm-chip-card:hover .coabm-chip-go,.coabm-chip-card:focus-visible .coabm-chip-go{opacity:1;transform:none}

/* Dynamic catalogue cards */
.coabm-cards{align-items:stretch}
.coabm-card{border:1px solid rgba(15,23,42,.045);box-shadow:0 8px 24px rgba(15,23,42,.035)}
.coabm-card-media{height:118px;background:#edf3fb}
.coabm-cards--digital .coabm-card-media img{object-fit:cover;object-position:center}
.coabm-cards--subscriptions .coabm-card-media img{object-fit:contain;padding:8px}
.coabm-card-body{min-height:184px}
.coabm-card-title{font-size:14px;min-height:38px}
.coabm-card-desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:35px;margin-bottom:12px}
.coabm-card-arrow{width:34px;height:34px;min-width:34px;min-height:34px}
.coabm-more-btn-wrap{margin-top:22px}

/* Seller block */
.coabm-sell-card{grid-template-columns:minmax(0,1.25fr) minmax(250px,.75fr);gap:40px}
.coabm-sell-tags{display:grid;grid-template-columns:1fr 1fr;align-content:center}
.coabm-sell-tag{display:flex;align-items:center;min-height:48px;border-radius:14px}
.coabm-sell-actions{align-items:center;margin:0!important}
.coabm-sell-link{color:#d9dde5!important;text-decoration:none;font-weight:700;font-size:14px;padding:12px 4px}
.coabm-sell-link:hover{color:#fff!important;text-decoration:underline}

/* Compact platform value section */
.coabm-value-section{padding-top:42px}
.coabm-value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.coabm-value-card{background:#fff;border-radius:18px;padding:24px;border:1px solid rgba(15,23,42,.05);box-shadow:0 8px 24px rgba(15,23,42,.035)}
.coabm-value-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#edf4ff;color:#245bcc;margin-bottom:18px}
.coabm-value-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.coabm-value-card h3{font-size:17px;margin:0 0 8px;color:#14171c}
.coabm-value-card p{font-size:13.5px;line-height:1.65;color:#687080;margin:0}

/* Payment + reviews */
.coabm-payment-logo{position:relative;overflow:hidden}
.coabm-payment-logo:after{content:"";position:absolute;right:-18px;bottom:-24px;width:60px;height:60px;border-radius:999px;background:rgba(255,255,255,.35)}
.coabm-testimonial{min-height:235px;display:flex;flex-direction:column}
.coabm-testimonial .coabm-author{margin-top:auto}

/* Footer: one footer, shorter on mobile */
.coabf-footer{margin-top:26px}
.coabf-grid{padding-bottom:28px}
.coabf-bottom{border-top:1px solid rgba(255,255,255,.1)}
.coabf-badges{justify-content:flex-end}
.coabf-legal-row,.coabf-powered{display:none!important}

@media (min-width:981px) and (max-width:1279px){
  .coabm-cards--subscriptions{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .coabm-cards--digital{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media (min-width:701px) and (max-width:980px){
  .coabm-cards--subscriptions{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .coabm-cards--digital{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .coabm-value-grid{grid-template-columns:1fr 1fr}
  .coabm-value-card:last-child{grid-column:1/-1}
}
@media (max-width:700px){
  .coabh-header{position:sticky;top:0}
  .coabh-drawer-top .coabh-logo{width:126px!important}
  .coabm-hero{padding-top:28px}
  .coabm-hero > .coabm-wrap{padding-bottom:22px}
  .coabm-hero-title{font-size:31px;line-height:1.08}
  .coabm-hero-desc{font-size:14px;line-height:1.62;margin-bottom:20px}
  .coabm-hero-ctas{width:100%;gap:8px}
  .coabm-hero-ctas .coabm-btn{flex:1;justify-content:center;padding-left:12px;padding-right:12px}
  .coabm-pill-row--hero .coabm-pill:nth-child(n+7){display:none}
  .coabm-hero-card{min-height:272px;padding:24px}
  .coabm-hero-benefits{gap:8px;margin-top:16px}
  .coabm-section{padding:34px 0}
  .coabm-section--tight{padding:24px 0}
  .coabm-path{min-height:220px;padding:24px}
  .coabm-chip-grid--visibility{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}
  .coabm-chip-grid--visibility .coabm-chip-card{min-height:154px;padding:16px 14px}
  .coabm-chip-grid--visibility .coabm-chip-icon{width:38px;height:38px;margin-bottom:13px}
  .coabm-chip-grid--visibility .coabm-chip-desc{font-size:11.5px;min-height:34px}
  .coabm-chip-go{display:none}
  .coabm-cards--subscriptions,.coabm-cards--digital{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}
  .coabm-cards--subscriptions>.coabm-card:nth-child(n+9),.coabm-cards--digital>.coabm-card:nth-child(n+9){display:none!important}
  .coabm-card{border-radius:16px}
  .coabm-card-media{height:92px}
  .coabm-card-body{min-height:164px;padding:12px 11px 13px}
  .coabm-card-title{font-size:12.5px;min-height:34px}
  .coabm-card-desc{font-size:10.5px;min-height:30px}
  .coabm-card-price-value{font-size:11.5px}
  .coabm-card-arrow{width:32px;height:32px;min-width:32px;min-height:32px}
  .coabm-sell-card{padding:24px 18px;gap:22px}
  .coabm-sell-card p{font-size:13px;line-height:1.6}
  .coabm-sell-highlight{padding:14px;font-size:12.5px}
  .coabm-sell-tags{grid-template-columns:1fr 1fr;gap:8px}
  .coabm-sell-tag{min-height:40px;padding:8px 10px;font-size:10.8px}
  .coabm-sell-actions .coabm-btn{flex:1 1 100%}
  .coabm-sell-link{width:100%;text-align:center;padding:8px 0}
  .coabm-value-grid{grid-template-columns:1fr;gap:10px}
  .coabm-value-card{padding:19px}
  .coabm-payment-panel{border-radius:18px}
  .coabm-testimonials{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;padding:2px 12px 12px;margin-left:-12px;margin-right:-12px;scrollbar-width:none}
  .coabm-testimonials::-webkit-scrollbar{display:none}
  .coabm-testimonial{flex:0 0 88%;min-height:226px;scroll-snap-align:start}
  .coabf-grid{grid-template-columns:1fr 1fr!important;gap:24px 18px;padding-top:36px}
  .coabf-grid>div:first-child{grid-column:1/-1}
  .coabf-grid>div:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:0 18px}
  .coabf-grid>div:last-child .coabf-col-title{grid-column:1/-1}
  .coabf-grid>div:last-child .coabf-link-list{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px}
  .coabf-bottom{align-items:flex-start;padding-bottom:28px}
  .coabf-badges{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:8px}
  .coabf-badge{justify-content:center;text-align:center;padding:8px 7px;font-size:10.5px}
  .coab-public-wa--bottom{margin-bottom:16px!important}
}
@media (max-width:370px){
  .coabm-chip-grid--visibility{grid-template-columns:1fr!important}
  .coabm-chip-grid--visibility .coabm-chip-card{min-height:138px}
  .coabm-hero-ctas .coabm-btn{flex-basis:100%}
}

/* =========================================================
   v21.5.0 — public mobile seller block + footer spacing fix
   ========================================================= */
body.coab-public-home-v2120 .coabm-section--wa-bottom{padding-bottom:0!important}
body.coab-public-home-v2120 .coabf-footer{margin-top:0!important}
body.coab-public-home-v2120 .coabf-footer>.coabf-wrap{padding-top:0!important}
@media(max-width:700px){
  body.coab-public-home-v2120 .coabm-sell-card{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    align-items:start!important;
    gap:18px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:22px 16px!important;
    overflow:hidden!important;
  }
  body.coab-public-home-v2120 .coabm-sell-card>div,
  body.coab-public-home-v2120 .coabm-sell-card .coabm-h2,
  body.coab-public-home-v2120 .coabm-sell-card p,
  body.coab-public-home-v2120 .coabm-sell-highlight,
  body.coab-public-home-v2120 .coabm-sell-actions,
  body.coab-public-home-v2120 .coabm-sell-tags{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  body.coab-public-home-v2120 .coabm-sell-card .coabm-h2,
  body.coab-public-home-v2120 .coabm-sell-card p,
  body.coab-public-home-v2120 .coabm-sell-highlight{
    overflow-wrap:normal!important;
    word-break:normal!important;
    hyphens:none!important;
  }
  body.coab-public-home-v2120 .coabm-sell-card .coabm-h2{
    font-size:24px!important;
    line-height:1.13!important;
    letter-spacing:-.035em!important;
  }
  body.coab-public-home-v2120 .coabm-sell-card p{font-size:13.5px!important;line-height:1.55!important}
  body.coab-public-home-v2120 .coabm-sell-highlight{margin-bottom:16px!important;padding:13px!important}
  body.coab-public-home-v2120 .coabm-sell-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
  body.coab-public-home-v2120 .coabm-sell-actions .coabm-btn,
  body.coab-public-home-v2120 .coabm-sell-link{width:100%!important;justify-content:center!important;text-align:center!important}
  body.coab-public-home-v2120 .coabm-sell-tags{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  body.coab-public-home-v2120 .coabm-sell-tag{min-width:0!important;white-space:normal!important;line-height:1.25!important}
  body.coab-public-home-v2120 .coabm-section--wa-bottom{padding-top:0!important}
}
@media(max-width:370px){
  body.coab-public-home-v2120 .coabm-sell-tags{grid-template-columns:1fr!important}
}


/* v21.5.1 — hard seller mobile fallback (also reinforced inline in front-page.php) */
@media(max-width:700px){
  #coab-vendre-digital .coabm-sell-card{display:flex!important;flex-direction:column!important;align-items:stretch!important;grid-template-columns:none!important;grid-template-rows:none!important;width:100%!important;max-width:100%!important;min-width:0!important;gap:18px!important;padding:22px 18px!important}
  #coab-vendre-digital .coabm-sell-copy,#coab-vendre-digital .coabm-sell-tags{position:static!important;float:none!important;grid-column:1/-1!important;width:100%!important;max-width:100%!important;min-width:0!important;columns:auto!important;writing-mode:horizontal-tb!important}
  #coab-vendre-digital .coabm-sell-copy>*{width:100%!important;max-width:100%!important;min-width:0!important;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important;hyphens:none!important}
  #coab-vendre-digital .coabm-sell-actions{display:grid!important;grid-template-columns:1fr!important;gap:9px!important}
  #coab-vendre-digital .coabm-sell-actions .coabm-btn,#coab-vendre-digital .coabm-sell-link{width:100%!important;justify-content:center!important;text-align:center!important}
  #coab-vendre-digital .coabm-sell-tags{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
}
@media(max-width:360px){#coab-vendre-digital .coabm-sell-tags{grid-template-columns:1fr!important}}
