{"product_id":"ethylotest-electronique-alert-j4x","title":"Professional Electronic Breathalyzer Alert J4X","description":"\u003cstyle\u003e\n\/* Variables CSS AMA Prévention *\/\n.product-section {\n  --primary-color: #FE4B09;\n  --primary-dark: #d63d00;\n  --secondary-color: #004C96;\n  --text-color: #004C96;\n  --text-light: #666;\n  --border-color: #e5e5e5;\n  --bg-light: #f9fafb;\n  --bg-white: #ffffff;\n  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);\n  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);\n  --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);\n  --radius-sm: 6px;\n  --radius-md: 10px;\n  --radius-lg: 14px;\n  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n\/* Base et Typographie *\/\n.product-section * { box-sizing: border-box; }\n.product-section { color: var(--text-color); line-height: 1.7; max-width: 1200px; margin: 0 auto; padding: 0 20px; font-family: sans-serif; }\n\n.product-section h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 700; color: var(--secondary-color); margin: 50px 0 25px 0; padding-bottom: 12px; border-bottom: 3px solid var(--primary-color); position: relative; }\n.product-section h2::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 80px; height: 3px; background: var(--primary-dark); }\n.product-section h3 { font-size: clamp(18px, 3vw, 22px); font-weight: 600; color: var(--text-color); margin: 30px 0 15px 0; }\n.product-section p { font-size: 16px; line-height: 1.8; margin-bottom: 18px; color: var(--text-color); }\n\n\/* Intro Hero *\/\n.intro-hero { background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); padding: 35px; border-radius: var(--radius-lg); border-left: 5px solid var(--primary-color); box-shadow: var(--shadow-md); margin-bottom: 40px; position: relative; overflow: hidden; }\n.intro-hero p { position: relative; z-index: 1; margin: 0; font-size: 17px; }\n\n\/* Section Atouts - Lignes centrées *\/\n.educational-grid { display: flex; flex-direction: column; align-items: center; gap: 25px; margin: 40px 0; }\n.info-card { width: 100%; max-width: 850px; background: var(--bg-white); padding: 30px; border-radius: var(--radius-md); border-left: 5px solid var(--secondary-color); box-shadow: var(--shadow-sm); transition: var(--transition); }\n.info-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: var(--primary-color); }\n.grid-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin: 30px 0; }\n\n\/* Tableaux (Desktop) *\/\n.modern-table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 30px 0; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); font-size: 15px; }\n.modern-table thead tr { background: linear-gradient(135deg, var(--secondary-color) 0%, #003d7a 100%); color: white; }\n.modern-table th { padding: 18px; text-align: left; font-weight: 600; color: white !important; }\n.modern-table td { padding: 18px; border-bottom: 1px solid var(--border-color); background: white; }\n.modern-table td:first-child { font-weight: 600; color: var(--text-color); width: 40%; }\n\n\/* Bloc Alerte *\/\n.alert-critical { background: linear-gradient(135deg, #FE4B09 0%, #d63d00 100%); color: white !important; padding: 30px; border-radius: var(--radius-md); margin: 40px 0; }\n.alert-critical h3, .alert-critical p { color: white !important; }\n\n\/* Listes ✓ *\/\n.product-section ul { list-style: none; padding-left: 0; margin: 25px 0; }\n.product-section ul li { padding-left: 32px; margin-bottom: 14px; position: relative; font-size: 15px; line-height: 1.7; }\n.product-section ul li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 22px; height: 22px; background: var(--primary-color); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; }\n\n\/* Note et Footer *\/\n.note-text { font-size: 14px; line-height: 1.6; color: var(--text-light); font-style: italic; padding: 15px; background: var(--bg-light); border-radius: var(--radius-sm); margin: 20px 0; }\n.footer-info { border-top: 2px solid var(--border-color); padding-top: 25px; margin-top: 50px; font-size: 13px; color: var(--text-light); }\n\n\/* RESPONSIVE MOBILE - TABLEAU OPTIMISÉ *\/\n@media (max-width: 768px) {\n  .product-section { padding: 0 15px; }\n  .grid-auto { grid-template-columns: 1fr; }\n\n  .modern-table, .modern-table thead, .modern-table tbody, .modern-table tr, .modern-table td { \n    display: block !important; \n    width: 100% !important; \n  }\n  .modern-table thead { display: none !important; }\n  .modern-table tr { \n    margin-bottom: 30px !important; \n    border: 1px solid var(--border-color) !important; \n    border-radius: var(--radius-md) !important; \n    overflow: hidden !important; \n    box-shadow: var(--shadow-md) !important; \n  }\n  \n  .modern-table td { \n    display: block !important; \n    padding: 15px 20px !important; \n    border-bottom: 1px solid var(--border-color) !important;\n    color: var(--text-light) !important;\n    white-space: normal !important;\n    word-break: break-word !important;\n    overflow-wrap: break-word !important;\n    height: auto !important;\n  }\n  \n  .modern-table td:last-child { border-bottom: none !important; }\n\n  .modern-table td::before { \n    content: attr(data-label) !important; \n    text-align: left !important;\n    font-weight: 700 !important; \n    color: var(--secondary-color) !important; \n    font-size: 13px !important;\n    text-transform: uppercase !important;\n    margin-bottom: 6px !important;\n    display: block !important;\n    width: 100% !important;\n    white-space: normal !important;\n  }\n  \n  .modern-table td:first-child { \n    background: linear-gradient(135deg, var(--secondary-color) 0%, #003d7a 100%) !important; \n    color: white !important; \n    text-align: center !important; \n    font-size: 18px !important;\n    padding: 18px 20px !important;\n    border-bottom: none !important;\n    white-space: normal !important;\n    width: 100% !important;\n  }\n  .modern-table td:first-child::before { display: none !important; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-section\"\u003e\n  \u003cdiv class=\"rich-text\"\u003e\n    \u003cdiv class=\"intro-hero\"\u003e\n      \u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003eThe \u003cstrong\u003eALERT J4X\u003c\/strong\u003e is a next-generation electronic breathalyzer, designed to be fast, compact, and extremely efficient. Exclusively intended for intensive use, it is the reference tool for law enforcement, security professionals, and the healthcare sector.\u003c\/p\u003e\n      \u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003eIts technological core relies on a fuel cell sensor ensuring the highest quality results. Compliant with the strict \u003cstrong\u003eEN 15964\u003c\/strong\u003e standard, the ALERT J4X provides precise and instant screening to protect your staff and the public.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eThe major strengths of the ALERT J4X\u003c\/h2\u003e\n    \u003cdiv class=\"grid-auto\"\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eAdvanced Electrochemical Technology\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eEquipped with a state-of-the-art fuel cell sensor, the ALERT J4X guarantees extremely precise measurement. The device does not react to ketones or hydrocarbons, thus eliminating false positive risks.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eUnmatched Response Speed\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 10px;\"\u003eTime is crucial during mass checks. The ALERT J4X offers a very fast initial test (5 seconds) and a reset time of less than 90 seconds.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eB2B Ergonomics and Durability\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eDesigned for the field, it features a compact format and a featherweight of 115 g. Its backlit LCD screen ensures perfect readability day and night.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eWhy equip your teams with the ALERT J4X?\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eInstitutional Compliance:\u003c\/strong\u003e Meets the European standard EN 15964, required for law enforcement equipment.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAlcohol Selectivity:\u003c\/strong\u003e Absolute reliability thanks to insensitivity to ketones and hydrocarbons.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eTraceability:\u003c\/strong\u003e Recall function of the last test performed for better monitoring.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eUniversal Reading:\u003c\/strong\u003e Clear display of BrAC results in mg\/L.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eControlled Hygiene:\u003c\/strong\u003e Use of disposable mouthpieces securing the sanitary protocol.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003eDetailed Technical Specifications\u003c\/h2\u003e\n    \u003ctable class=\"modern-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eFeature\u003c\/th\u003e\n          \u003cth\u003eSpecification\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Caractéristique\"\u003eSensor type\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003eElectrochemical (fuel cell)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Caractéristique\"\u003eMeasurement range\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003e0 to 500 mg% (0% to 0.5% BrAC)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Caractéristique\"\u003eAccuracy\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003e± 5% at 0.5 mg\/L\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Caractéristique\"\u003eBreath sample\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003e5 seconds\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Caractéristique\"\u003eDisplay\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003eLCD screen with LED backlight\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Caractéristique\"\u003ePower Supply\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003e2 AA batteries\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Caractéristique\"\u003eDimensions \u0026 Weight\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003e135 x 59 x 30 mm \/ 115 g\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Caractéristique\"\u003eStorage\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003eFrom -20°C to 50°C\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003cdiv class=\"alert-critical\"\u003e\n      \u003ch3\u003eProfessional Maintenance and Calibration\u003c\/h3\u003e\n      \u003cp\u003eTo ensure metrological validity and maintain the EN 15964 standard, rigorous maintenance is essential.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eRecommendation:\u003c\/strong\u003e The device must be calibrated every 12 months. Our experts provide technical support for your breathalyzer fleets.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"footer-info\"\u003e\n      \u003cp\u003e\u003cstrong\u003eAMA Prevention Commitment:\u003c\/strong\u003e The ALERT J4X is a highly reliable professional screening tool. It fully fits into a comprehensive public health and workplace safety approach.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n","brand":"Ethyway","offers":[{"title":"1 unit","offer_id":56439371104580,"sku":null,"price":875.36,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/AlertJ4X-2-20101111-no-shadow_mgL-500x500.jpg?v=1771841263","url":"https:\/\/ama-prevention.fr\/en\/products\/electronic-breathalyzer-alert-j4x","provider":"AMA Prévention ","version":"1.0","type":"link"}