{"id":3902,"date":"2026-06-11T14:43:01","date_gmt":"2026-06-11T12:43:01","guid":{"rendered":"https:\/\/hepatoscope.com\/3902-2\/"},"modified":"2026-07-02T16:56:58","modified_gmt":"2026-07-02T14:56:58","slug":"3902-2","status":"publish","type":"page","link":"https:\/\/hepatoscope.com\/fr\/3902-2\/","title":{"rendered":""},"content":{"rendered":"\n<style>\n  \/* 1. ISOLATION DES RESETS DE MARGE\/PADDING\n     Nous ciblons UNIQUEMENT les \u00e9l\u00e9ments structurels centraux de votre contenu.\n     Nous ne faisons PAS de reset global sur '*', ce qui sauve votre header\/footer.\n  *\/\n  #my-exclusive-brief-container h1,\n  #my-exclusive-brief-container h2,\n  #my-exclusive-brief-container p,\n  #my-exclusive-brief-container ul,\n  #my-exclusive-brief-container table,\n  #my-exclusive-brief-container hr {\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* 2. GESTION DES VARIABLES ET COULEURS\n  *\/\n  #my-exclusive-brief-container {\n    --teal:    #00B5AD;\n    --teal-dk: #008F89;\n    --navy:    #1A2B3C;\n    --ink:     #1D2D3A;\n    --mid:     #5A6A75;\n    --light:   #9AABB5;\n    --rule:    #DDE4E8;\n    --bg:      #F4F7F9;\n    --white:   #FFFFFF;\n    --green:   #27AE60;\n  }\n\n  \/* 3. CONTENEUR PRINCIPAL DE LA PAGE (.page)\n     - Fontes et couleurs limit\u00e9es \u00e0 ce conteneur.\n     - Largeur FLUIDE (Responsive) : plus de fixed-width restreignant !\n  *\/\n  #my-exclusive-brief-container .page {\n    font-family: -apple-system, BlinkMacSystemFont, \"Helvetica Neue\", Arial, sans-serif;\n    background: var(--white);\n    color: var(--ink);\n    -webkit-font-smoothing: antialiased;\n    font-size: 14px;\n    line-height: 1.5;\n    \n    \/* GESTION RESPONSIVE DE LA LARGEUR *\/\n    width: 100%;             \/* S'\u00e9tale sur toute la largeur disponible *\/\n    padding: 40px 10px;      \/* Petit padding mobile pour pas que \u00e7a touche les bords *\/\n  }\n\n  \/* Ajoutons une largeur max pour les GRANDS \u00c9CRANS pour la lisibilit\u00e9\n     Mais on laisse le Header\/Footer de Elementor libres de s'\u00e9taler.\n  *\/\n  @media (min-width: 1024px) {\n    #my-exclusive-brief-container .page {\n      max-width: 1400px; \/* Plus large, mais pas infini *\/\n      margin: 0 auto;     \/* Centrer le bloc de contenu *\/\n      padding: 40px 30px; \/* Plus grand padding desktop *\/\n    }\n  }\n\n  \/* 4. CSS D\u00c9DI\u00c9 AUX \u00c9L\u00c9MENTS DE VOTRE CONTENU (H\u00e9ro, Cartes, Tables, etc.)\n     Toutes les r\u00e8gles sont maintenant pr\u00e9fix\u00e9es par l'ID d'isolation.\n  *\/\n  \n  \/* BOX SIZING ISOL\u00c9 *\/\n  #my-exclusive-brief-container *, \n  #my-exclusive-brief-container *::before, \n  #my-exclusive-brief-container *::after { box-sizing: border-box; }\n\n  \/* HERO *\/\n  #my-exclusive-brief-container .hero { background: var(--navy); border-radius: 16px; padding: 40px 48px; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; margin-bottom: 28px; }\n  #my-exclusive-brief-container .hero-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); margin-bottom: 10px; }\n  #my-exclusive-brief-container .hero h1 { font-size: 28px; font-weight: 700; color: var(--white); letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 12px; }\n  #my-exclusive-brief-container .hero-sub { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.6; max-width: 480px; }\n  #my-exclusive-brief-container .hero-badges { display: flex; flex-direction: column; gap: 8px; flex-shrink: 0; }\n  #my-exclusive-brief-container .badge { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 8px; padding: 8px 14px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.8); text-align: center; white-space: nowrap; }\n  #my-exclusive-brief-container .badge span { display: block; font-size: 10px; font-weight: 400; color: rgba(255,255,255,0.4); margin-top: 2px; }\n\n  \/* STAT ROW *\/\n  #my-exclusive-brief-container .stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 28px; }\n  #my-exclusive-brief-container .stat-card { background: var(--bg); border-radius: 12px; padding: 20px 22px; }\n  #my-exclusive-brief-container .stat-num { font-size: 34px; font-weight: 700; letter-spacing: -0.03em; color: var(--teal); line-height: 1; }\n  #my-exclusive-brief-container .stat-label { font-size: 12px; color: var(--mid); margin-top: 5px; line-height: 1.4; }\n\n  \/* SECTION *\/\n  #my-exclusive-brief-container .section-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); margin-bottom: 14px; }\n  #my-exclusive-brief-container h2 { font-size: 18px; font-weight: 700; color: var(--ink); letter-spacing: -0.015em; margin-bottom: 12px; }\n\n  \/* TWO COL GRID *\/\n  #my-exclusive-brief-container .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 28px; }\n  #my-exclusive-brief-container .card { background: var(--bg); border-radius: 12px; padding: 22px 24px; }\n\n  \/* COMPARISON TABLE *\/\n  #my-exclusive-brief-container .vs-wrap { margin-bottom: 28px; }\n  #my-exclusive-brief-container .vs-table { width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; }\n  #my-exclusive-brief-container .vs-table thead tr { background: var(--navy); }\n  #my-exclusive-brief-container .vs-table thead th { padding: 12px 18px; text-align: left; font-size: 11px; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: rgba(255,255,255,0.4); }\n  #my-exclusive-brief-container .vs-table thead th.hl { color: var(--white); }\n  #my-exclusive-brief-container .vs-table tbody tr { border-bottom: 1px solid var(--rule); background: var(--white); }\n  #my-exclusive-brief-container .vs-table tbody tr:hover { background: var(--bg); }\n  #my-exclusive-brief-container .vs-table td { padding: 11px 18px; font-size: 13px; color: var(--mid); vertical-align: middle; }\n  #my-exclusive-brief-container .vs-table td.feat { font-weight: 500; color: var(--ink); }\n  #my-exclusive-brief-container .vs-table td.pos { color: var(--teal); font-weight: 500; }\n  #my-exclusive-brief-container .vs-table td.neg { color: var(--light); }\n  #my-exclusive-brief-container .vs-table td.hepa { border-left: 2px solid var(--teal); }\n  #my-exclusive-brief-container .ck { color: var(--green); }\n  #my-exclusive-brief-container .xx { color: var(--rule); }\n\n  \/* INDICATIONS *\/\n  #my-exclusive-brief-container .pills { display: flex; flex-wrap: wrap; gap: 8px; }\n  #my-exclusive-brief-container .pill { background: var(--bg); border-radius: 20px; padding: 6px 14px; font-size: 13px; font-weight: 500; color: var(--ink); border: 1px solid var(--rule); }\n\n  \/* CPT TABLE *\/\n  #my-exclusive-brief-container .cpt-table { width: 100%; border-collapse: collapse; }\n  #my-exclusive-brief-container .cpt-table tr { border-bottom: 1px solid var(--rule); }\n  #my-exclusive-brief-container .cpt-table tr:last-child { border-bottom: none; background: #EAF7F6; }\n  #my-exclusive-brief-container .cpt-table td { padding: 10px 14px; font-size: 13px; }\n  #my-exclusive-brief-container .cpt-table td:last-child { text-align: right; font-weight: 600; color: var(--teal-dk); }\n  #my-exclusive-brief-container .cpt-code { font-weight: 600; color: var(--ink); }\n  #my-exclusive-brief-container .cpt-desc { color: var(--mid); font-size: 12px; margin-top: 1px; }\n  #my-exclusive-brief-container .cpt-table tr:last-child td { font-weight: 700; color: var(--navy); }\n  #my-exclusive-brief-container .cpt-table tr:last-child td:last-child { color: var(--teal-dk); font-size: 15px; }\n\n  \/* BENEFIT LISTS *\/\n  #my-exclusive-brief-container .b-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }\n  #my-exclusive-brief-container .b-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--ink); line-height: 1.5; }\n  #my-exclusive-brief-container .b-dot { width: 18px; height: 18px; border-radius: 5px; flex-shrink: 0; background: #E6F7F6; color: var(--teal); font-size: 10px; display: flex; align-items: center; justify-content: center; margin-top: 1px; font-weight: 700; }\n  #my-exclusive-brief-container .b-dot.g { background: #E8F8EE; color: var(--green); }\n\n  \/* QUOTES *\/\n  #my-exclusive-brief-container .quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 28px; }\n  #my-exclusive-brief-container .quote-card { background: var(--bg); border-radius: 12px; padding: 18px 20px; }\n  #my-exclusive-brief-container .qtext { font-size: 13px; color: var(--ink); line-height: 1.55; margin-bottom: 12px; font-style: italic; }\n  #my-exclusive-brief-container .qauthor { font-size: 12px; font-weight: 600; color: var(--ink); }\n  #my-exclusive-brief-container .qrole { font-size: 11px; color: var(--mid); margin-top: 2px; }\n\n  \/* DIVIDER *\/\n  #my-exclusive-brief-container .divider { border: none; border-top: 1px solid var(--rule); margin: 28px 0; }\n\n  \/* REVEAL ISOL\u00c9 *\/\n  #my-exclusive-brief-container .reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.5s ease, transform 0.5s ease; }\n  #my-exclusive-brief-container .reveal.visible { opacity: 1; transform: none; }\n\n  \/* MEDIA QUERIES RESPONSIVE (Isol\u00e9es aussi) *\/\n  @media (max-width: 680px) {\n    #my-exclusive-brief-container .hero { grid-template-columns: 1fr; }\n    #my-exclusive-brief-container .hero-badges { flex-direction: row; flex-wrap: wrap; }\n    #my-exclusive-brief-container .stat-row, \n    #my-exclusive-brief-container .two-col, \n    #my-exclusive-brief-container .quote-grid { grid-template-columns: 1fr; }\n    #my-exclusive-brief-container .vs-table td.feat { display: none; }\n    #my-exclusive-brief-container .vs-table thead th:first-child { display: none; }\n    \n    \/* G\u00e9rer le d\u00e9filement horizontal des tables sur mobile *\/\n    #my-exclusive-brief-container table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    #my-exclusive-brief-container .reveal { opacity: 1; transform: none; transition: none; }\n  }\n\n  \/* NOUVEAUX STYLES POUR LES RESSOURCES ET CONTACTS *\/\n  #my-exclusive-brief-container .contact-table { width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; margin-top: 16px; background: var(--white); border: 1px solid var(--rule); }\n  #my-exclusive-brief-container .contact-table thead tr { background: var(--navy); }\n  #my-exclusive-brief-container .contact-table thead th { padding: 14px 18px; text-align: left; font-size: 12px; font-weight: 600; color: var(--white); }\n  #my-exclusive-brief-container .contact-table tbody tr { border-bottom: 1px solid var(--rule); }\n  #my-exclusive-brief-container .contact-table tbody tr:last-child { border-bottom: none; }\n  #my-exclusive-brief-container .contact-table td { padding: 14px 18px; font-size: 13px; color: var(--ink); }\n  #my-exclusive-brief-container .contact-table td a { color: var(--teal-dk); text-decoration: none; font-weight: 500; }\n  #my-exclusive-brief-container .contact-table td a:hover { text-decoration: underline; }\n  \n  #my-exclusive-brief-container .resource-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: 28px; }\n  @media (min-width: 680px) { #my-exclusive-brief-container .resource-grid { grid-template-columns: 1fr 1fr; } }\n  #my-exclusive-brief-container .res-card { background: var(--bg); border: 1px solid var(--rule); border-radius: 12px; padding: 24px; display: flex; flex-direction: column; }\n  #my-exclusive-brief-container .res-title { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }\n  #my-exclusive-brief-container .res-summary { font-size: 13px; color: var(--mid); margin-bottom: 16px; line-height: 1.5; flex-grow: 1; }\n  #my-exclusive-brief-container .res-actions { display: flex; gap: 10px; }\n  #my-exclusive-brief-container .btn { background: var(--teal); color: var(--white); padding: 8px 16px; border-radius: 6px; font-size: 12px; font-weight: 600; text-decoration: none; text-align: center; border: 1px solid var(--teal); transition: opacity 0.2s; }\n  #my-exclusive-brief-container .btn:hover { opacity: 0.9; }\n  #my-exclusive-brief-container .btn-outline { background: transparent; color: var(--teal-dk); border: 1px solid var(--teal); padding: 8px 16px; border-radius: 6px; font-size: 12px; font-weight: 600; text-decoration: none; text-align: center; transition: background 0.2s; }\n  #my-exclusive-brief-container .btn-outline:hover { background: #EAF7F6; }\n  \n  #my-exclusive-brief-container .alert-banner { background: #FFF4E5; border: 1px solid #FFE0B2; border-radius: 8px; padding: 12px 16px; margin-bottom: 24px; font-size: 13px; color: #E65100; font-weight: 500; display: flex; align-items: center; gap: 8px; }\n  \n  #my-exclusive-brief-container .video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; border-radius: 12px; border: 1px solid var(--rule); margin-bottom: 16px; }\n  #my-exclusive-brief-container .video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }\n  \n  \/* ANIMATION CSS 1DTE vs 2DTE *\/\n  #my-exclusive-brief-container .anim-wrapper { display: flex; gap: 20px; margin: 20px 0 32px; justify-content: center; flex-wrap: wrap; }\n  #my-exclusive-brief-container .anim-col { display: flex; flex-direction: column; align-items: center; width: 48%; min-width: 250px; }\n  #my-exclusive-brief-container .anim-title { font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 30px; letter-spacing: -0.02em; }\n  #my-exclusive-brief-container .anim-title span { color: #1e3a8a; } \n  #my-exclusive-brief-container .us-screen { width: 100%; max-width: 300px; height: 220px; background: #000; border-top: 3px solid #64748b; position: relative; display: flex; justify-content: center; overflow: hidden; border-radius: 0 0 8px 8px; box-shadow: 0 8px 24px rgba(0,0,0,0.15); }\n  \n  \/* SCHEMA ECHOGRAPHIE CSS (Am\u00e9lior\u00e9 fa\u00e7on \"vrai foie\") *\/\n  #my-exclusive-brief-container .us-fan {\n    position: absolute;\n    top: -30px;\n    width: 320px;\n    height: 270px;\n    border-radius: 0 0 50% 50%; \/* Arrondi du bas du secteur *\/\n    clip-path: polygon(35% 15%, 65% 15%, 100% 100%, 0% 100%); \/* Forme du c\u00f4ne *\/\n    background-color: #334155;\n    \/* Construction de l'image de foie par couches superpos\u00e9es *\/\n    background-image:\n      \/* 1. Diaphragme (ligne hyper\u00e9chog\u00e8ne blanche courbe en bas) *\/\n      radial-gradient(circle at 50% -10%, transparent 66%, rgba(255, 255, 255, 0.45) 69%, transparent 72%),\n      \/* 2. Veines h\u00e9patiques \/ portes (structures an\u00e9chog\u00e8nes noires ovales et rondes) *\/\n      radial-gradient(ellipse 20px 6px  at 40% 45%, #050505 20%, transparent 60%),\n      radial-gradient(ellipse 14px 5px  at 58% 35%, #050505 20%, transparent 60%),\n      radial-gradient(ellipse 28px 8px  at 70% 55%, #050505 20%, transparent 60%),\n      radial-gradient(circle 5px        at 45% 60%, #050505 20%, transparent 60%),\n      radial-gradient(circle 7px        at 52% 70%, #050505 20%, transparent 60%),\n      \/* 3. Texture granuleuse typique de l'\u00e9chographie (filtre SVG inline de Bruit Fractal) *\/\n      url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='3'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'\/%3E%3C\/svg%3E\"),\n      \/* 4. Att\u00e9nuation en profondeur (sombre en bas, clair en haut) *\/\n      radial-gradient(circle at 50% 15%, #64748b 0%, #334155 40%, #020617 95%);\n    z-index: 1;\n  }\n  \n  #my-exclusive-brief-container .probe-svg { position: absolute; top: -30px; z-index: 10; filter: drop-shadow(0 4px 6px rgba(0,0,0,0.4)); }\n  #my-exclusive-brief-container .dte1-beam { position: absolute; top: 40px; width: 6px; height: 150px; background: linear-gradient(to bottom, #fff 0%, #ef4444 30%, #3b82f6 60%, #fff 100%); animation: scan1D 3s infinite ease-in-out; border-radius: 3px; box-shadow: 0 0 8px rgba(255,255,255,0.5); z-index: 5; }\n  #my-exclusive-brief-container .dte2-beam { position: absolute; top: 45px; width: 120px; height: 120px; overflow: hidden; animation: showBox 3s infinite ease-in-out; border: 1px solid rgba(255,255,255,0.4); box-shadow: 0 0 12px rgba(255,255,255,0.2); z-index: 5; }\n  #my-exclusive-brief-container .dte2-wave { width: 100%; height: 300%; background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, #3b82f6 25%, #ef4444 50%, #3b82f6 75%, rgba(255,255,255,0.1) 100%); background-size: 100% 50%; animation: wavePropagate 3s infinite linear; }\n  \n  @keyframes scan1D { 0% { clip-path: inset(0 0 100% 0); opacity: 0; } 20% { clip-path: inset(0 0 0 0); opacity: 1; } 80% { opacity: 1; } 100% { opacity: 0; } }\n  @keyframes showBox { 0% { clip-path: inset(0 0 100% 0); opacity: 0; } 20% { clip-path: inset(0 0 0 0); opacity: 1; } 80% { opacity: 1; } 100% { opacity: 0; } }\n  @keyframes wavePropagate { 0% { transform: translateY(-50%); } 100% { transform: translateY(0%); } }\n<\/style>\n\n<!-- Voici l'ID d'isolation qui englobe TOUT votre contenu HTML -->\n<div id=\"my-exclusive-brief-container\">\n<div class=\"page\">\n  \n  <!-- ALERT -->\n  <div class=\"alert-banner reveal\">\n    \u26a0\ufe0f <strong>Internal Use Only:<\/strong> This content is reserved for Madrigal representatives and is not accessible to clinical customers or the general public.\n  <\/div>\n\n  <!-- HERO -->  \n  <div class=\"hero reveal\" style=\"padding: 32px 40px;\">    \n    <div>      \n      <div class=\"hero-eyebrow\">Madrigal Rep Reference Portal<\/div>      \n      <h1 style=\"font-size: 24px; margin-bottom: 8px;\">Hepatoscope Field Resource Hub<\/h1>      \n      <p class=\"hero-sub\">Key materials, clinical publications, and contact details for fielding NIT and Hepatoscope questions during customer visits.<\/p>    \n    <\/div>  \n  <\/div>\n  \n  <!-- CLINICAL PUBLICATIONS -->\n  <div class=\"reveal\">\n    <div class=\"section-label\">Evidence &#038; Literature<\/div>\n    <h2>Clinical Publications<\/h2>\n    <p style=\"font-size:13px; color:var(--mid); margin-bottom: 16px;\">Key publications with a summary of the key findings to help explain value to customers.<\/p>\n    <div class=\"resource-grid\">\n      \n      <div class=\"res-card\">\n        <div class=\"res-title\" style=\"font-size: 14px;\">Use of Hepatoscope 2DTE for non-invasive assessment of liver stiffness among Mexican immigrant adults<\/div>\n        <div style=\"font-size: 11px; color: var(--teal); margin-bottom: 8px; font-weight: 600;\">Villavicencio et al. \u00b7 Clin Res Hepatol Gastroenterol (2025)<\/div>\n        <div class=\"res-summary\">Demonstrates that Hepatoscope strongly correlates with FibroScan VCTE. It successfully identifies at-risk patients, proving its utility for point-of-care risk stratification in community-based settings.<\/div>\n        <div class=\"res-actions\">\n          <a href=\"https:\/\/www.sciencedirect.com\/science\/article\/abs\/pii\/S2210740125000610?via%3Dihub\" target=\"_blank\" class=\"btn\">Full publication here<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"res-card\">\n        <div class=\"res-title\" style=\"font-size: 14px;\">Quantitative ultrasound for steatosis assessment using Hepatoscope: Confounding technical factors<\/div>\n        <div style=\"font-size: 11px; color: var(--teal); margin-bottom: 8px; font-weight: 600;\">Besson et al. \u00b7 WFUMB Ultrasound Open (2024)<\/div>\n        <div class=\"res-summary\">Evaluates the impact of ROI size and depth on QUS parameters. Concludes that using large ROIs and averaging consecutive measurements significantly improves system reliability and clinical applicability for steatosis grading.<\/div>\n        <div class=\"res-actions\">\n          <a href=\"#\" target=\"_blank\" class=\"btn\">Full publication here<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"res-card\">\n        <div class=\"res-title\" style=\"font-size: 14px;\">Hepatoscope 2DTE Repeatability for Liver Stiffness Measurement<\/div>\n        <div style=\"font-size: 11px; color: var(--teal); margin-bottom: 8px; font-weight: 600;\">Serdjebi et al. \u00b7 Clin Res Hepatol Gastroenterol (2025)<\/div>\n        <div class=\"res-summary\">Assesses the intra- and inter-operator reliability of Hepatoscope&rsquo;s 2DTE technology. Highlights excellent reproducibility, reinforcing the device&rsquo;s consistency for monitoring liver stiffness in everyday clinical practice.<\/div>\n        <div class=\"res-actions\">\n          <a href=\"https:\/\/www.sciencedirect.com\/science\/article\/abs\/pii\/S2210740125000129?via%3Dihub\" target=\"_blank\" class=\"btn\">Full publication here<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"res-card\">\n        <div class=\"res-title\" style=\"font-size: 14px;\">Ultraportable QUS for Hepatic Steatosis Assessment<\/div>\n        <div style=\"font-size: 11px; color: var(--teal); margin-bottom: 8px; font-weight: 600;\">H\u00e9riard-Dubreuil et al. \u00b7 Ultrasound in Medicine &#038; Biology (2024)<\/div>\n        <div class=\"res-summary\">Investigates the diagnostic performance of the ultraportable Hepatoscope device using quantitative ultrasound (QUS). Emphasizes its accuracy and strong potential as a scalable, point-of-care tool for mass screening of fatty liver disease.<\/div>\n        <div class=\"res-actions\">\n          <a href=\"https:\/\/www.umbjournal.org\/article\/S0301-5629(24)00316-8\/abstract\" target=\"_blank\" class=\"btn\">Full publication here<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"res-card\">\n        <div class=\"res-title\" style=\"font-size: 14px;\">[New Publication Title]<\/div>\n        <div style=\"font-size: 11px; color: var(--teal); margin-bottom: 8px; font-weight: 600;\">[Author] et al. \u00b7 [Journal] (2026)<\/div>\n        <div class=\"res-summary\">[Placeholder summary: Please provide the title and short summary for this 5th publication so it matches the others in style.]<\/div>\n        <div class=\"res-actions\">\n          <a href=\"https:\/\/www.sciencedirect.com\/science\/article\/pii\/S1262363626000455\" target=\"_blank\" class=\"btn\">Full publication here<\/a>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <hr class=\"divider\"\/>\n  \n  <!-- VS TABLE -->  \n  <div class=\"vs-wrap reveal\">    \n    <div class=\"section-label\">Technology comparison<\/div>    \n\n    <!-- ANIMATION 1DTE vs 2DTE (100% CSS\/HTML) -->\n    <div class=\"anim-wrapper\">\n      \n      <!-- Colonne 1DTE -->\n      <div class=\"anim-col\">\n        <div class=\"anim-title\"><span>1<\/span>DTE<\/div>\n        <div class=\"us-screen\">\n          <!-- Fond type \u00e9chographie g\u00e9n\u00e9r\u00e9 en CSS -->\n          <div class=\"us-fan\"><\/div>\n          <!-- Dessin Sonde Type Stylo -->\n          <svg class=\"probe-svg\" width=\"30\" height=\"70\" viewbox=\"0 0 30 70\">\n            <rect x=\"10\" y=\"0\" width=\"10\" height=\"40\" rx=\"4\" fill=\"#e2e8f0\" stroke=\"#64748b\" stroke-width=\"2\"><\/rect>\n            <polygon points=\"10,40 20,40 18,55 12,55\" fill=\"#cbd5e1\" stroke=\"#64748b\" stroke-width=\"2\"><\/polygon>\n            <circle cx=\"15\" cy=\"15\" r=\"2\" fill=\"#3b82f6\"><\/circle>\n          <\/svg>\n          <!-- Faisceau 1D -->\n          <div class=\"dte1-beam\"><\/div>\n        <\/div>\n      <\/div>\n      \n      <!-- Colonne 2DTE -->\n      <div class=\"anim-col\">\n        <div class=\"anim-title\"><span>2<\/span>DTE<\/div>\n        <div class=\"us-screen\">\n          <!-- Fond type \u00e9chographie g\u00e9n\u00e9r\u00e9 en CSS -->\n          <div class=\"us-fan\"><\/div>\n          <!-- Dessin Sonde Type Hepatoscope -->\n          <svg class=\"probe-svg\" width=\"50\" height=\"70\" viewbox=\"0 0 50 70\">\n            <path d=\"M10,0 L40,0 Q48,15 48,35 L48,45 Q48,55 40,55 L10,55 Q2,55 2,45 L2,35 Q2,15 10,0 Z\" fill=\"#e2e8f0\" stroke=\"#64748b\" stroke-width=\"2\"><\/path>\n            <path d=\"M5,55 Q25,68 45,55\" fill=\"none\" stroke=\"#94a3b8\" stroke-width=\"5\"><\/path>\n          <\/svg>\n          <!-- Zone Cartographie 2D -->\n          <div class=\"dte2-beam\">\n            <div class=\"dte2-wave\"><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      \n    <\/div>\n  \n  <\/div>\n\n  <hr class=\"divider\"\/>\n\n  <!-- MARKETING MATERIALS -->\n  <div class=\"reveal\">\n    <div class=\"section-label\">Customer Assets<\/div>\n    <h2>Marketing Materials<\/h2>\n    <p style=\"font-size:13px; color:var(--mid); margin-bottom: 16px;\">Marketing materials cleared to be shared with customers.<\/p>\n    <div class=\"resource-grid\">\n      <div class=\"res-card\">\n        <div class=\"res-title\">Hepatoscope Patient &#038; Product Brochure<\/div>\n        <div class=\"res-summary\">Comprehensive overview of the device, technical specifications, and key patient benefits. Approved for external distribution.<\/div>\n        <div class=\"res-actions\">\n          <a href=\"#\" class=\"btn\">Download Brochure<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <hr class=\"divider\"\/>\n\n  <!-- VIDEO RESOURCE -->\n  <div class=\"reveal\">\n    <div class=\"section-label\">Media<\/div>\n    <h2>Product &#038; Training Video<\/h2>\n    <p style=\"font-size:13px; color:var(--mid); margin-bottom: 16px;\">Quick overview video of the Hepatoscope to use as a refresher or to show to interested clinicians.<\/p>\n    <div class=\"video-container\">\n      <iframe src=\"https:\/\/www.youtube.com\/embed\/SGFi2iFr7ho\" title=\"Hepatoscope Overview Video\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen=\"\"><\/iframe>\n    <\/div>\n  <\/div>\n\n  <hr class=\"divider\"\/>\n\n  <!-- CONTACTS -->\n  <div class=\"reveal\">\n    <div class=\"section-label\">Support<\/div>\n    <h2>Contact Details<\/h2>\n    <p style=\"font-size:13px; color:var(--mid); margin-bottom: 16px;\">The following members of the E-Scopics team can be contacted, with specific areas of expertise noted below:<\/p>\n    \n    <table class=\"contact-table\">\n      <thead>\n        <tr>\n          <th>Topic<\/th>\n          <th>Contact<\/th>\n          <th>Email<\/th>\n          <th>Phone Number<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr>\n          <td><strong>Clinical<\/strong><\/td>\n          <td>Cindy Serdjebi<\/td>\n          <td><a href=\"mailto:cindy.serdjebi@e-scopics.com\">cindy.serdjebi@e-scopics.com<\/a><\/td>\n          <td><a href=\"tel:+33770020093\">+33 770 020 093<\/a><\/td>\n        <\/tr>\n        <tr>\n          <td><strong>Sales\/Marketing<\/strong><\/td>\n          <td>Jim Howard<\/td>\n          <td><a href=\"mailto:jim.howard@e-scopics.com\">jim.howard@e-scopics.com<\/a><\/td>\n          <td><a href=\"tel:+13143697477\">+1 (314) 369-7477<\/a><\/td>\n        <\/tr>\n        <tr>\n          <td><strong>Training<\/strong><\/td>\n          <td>Joel Gay<\/td>\n          <td><a href=\"mailto:joel.gay@e-scopics.com\">joel.gay@e-scopics.com<\/a><\/td>\n          <td><a href=\"tel:+33616803567\">+33 616 803 567<\/a><\/td>\n        <\/tr>\n        <tr>\n          <td><strong>Other<\/strong><\/td>\n          <td>Motty Klots<\/td>\n          <td><a href=\"mailto:motty.klots@e-scopics.com\">motty.klots@e-scopics.com<\/a><\/td>\n          <td><a href=\"tel:+19174055801\">+1 (917) 405-5801<\/a><\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table>\n  <\/div>\n\n<\/div>\n<\/div> <!-- FIN DE L'ID D'ISOLATION -->\n\n<script>\n  \/\/ Script JavaScript de reveal Isol\u00e9 aussi\n  (() => {\n    const briefContainer = document.getElementById('my-exclusive-brief-container');\n    if (!briefContainer) return;\n    \n    const obs = new IntersectionObserver(entries => {\n      entries.forEach(e => {\n        if (e.isIntersecting) {\n          e.target.classList.add('visible');\n          obs.unobserve(e.target);\n        }\n      });\n    }, { threshold: 0.08 });\n    \n    \/\/ On cherche les \u00e9l\u00e9ments reveal UNIQUEMENT dans notre conteneur isol\u00e9\n    briefContainer.querySelectorAll('.reveal').forEach(el => obs.observe(el));\n  })();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>\u26a0\ufe0f Internal Use Only: This content is reserved for Madrigal representatives and is not accessible to clinical customers or the general public. Madrigal Rep Reference Portal Hepatoscope Field Resource Hub Key materials, clinical publications, and contact details for fielding NIT and Hepatoscope questions during customer visits. Evidence &#038; Literature Clinical Publications Key publications with a [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"class_list":["post-3902","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/hepatoscope.com\/fr\/wp-json\/wp\/v2\/pages\/3902","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hepatoscope.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hepatoscope.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hepatoscope.com\/fr\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/hepatoscope.com\/fr\/wp-json\/wp\/v2\/comments?post=3902"}],"version-history":[{"count":10,"href":"https:\/\/hepatoscope.com\/fr\/wp-json\/wp\/v2\/pages\/3902\/revisions"}],"predecessor-version":[{"id":4053,"href":"https:\/\/hepatoscope.com\/fr\/wp-json\/wp\/v2\/pages\/3902\/revisions\/4053"}],"wp:attachment":[{"href":"https:\/\/hepatoscope.com\/fr\/wp-json\/wp\/v2\/media?parent=3902"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}