{"product_id":"ethylotest-electronique-debloque-ethyway-v2","title":"Electronic Breathalyzer ETHYWAY V2","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: inter; }\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\/* Certifications Badges *\/\n.certifications { display: flex; flex-wrap: wrap; gap: 12px; margin: 25px 0; }\n.cert-badge { padding: 10px 18px; background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); border: 2px solid var(--border-color); border-radius: 25px; font-size: 13px; font-weight: 600; color: var(--text-color); display: inline-flex; align-items: center; gap: 8px; transition: var(--transition); }\n.cert-badge:hover { border-color: var(--primary-color); background: white; transform: translateY(-2px); box-shadow: var(--shadow-sm); }\n\n\/* Section Atouts - Lignes centrées *\/\n.educational-grid { display: flex; flex-direction: column; align-items: center; gap: 25px; margin: 40px 0; }\n.edu-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.edu-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }\n.edu-card h3 { margin-top: 0; margin-bottom: 12px; color: var(--secondary-color); font-size: 20px; }\n.edu-card p { font-size: 15px; margin-bottom: 0; color: var(--text-light); }\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; }\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 - CORRECTION FINALE *\/\n@media (max-width: 768px) {\n  .product-section { padding: 0 15px; }\n  .edu-card { padding: 25px; }\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    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\u003eThe \u003cstrong\u003eETHYWAY V2\u003c\/strong\u003e embodies the new generation of consumer electronic breathalyzers. Certified compliant with the strict \u003cstrong\u003eNF EN 16280\u003c\/strong\u003e standard and validated by the National Laboratory of Metrology and Testing (LNE), this device guarantees professional-level reliability. Its technological core is based on an \u003cstrong\u003e11 mm electrochemical sensor\u003c\/strong\u003e, ensuring exceptional measurement stability for uncompromising road safety.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eThe major advantages of the ETHYWAY V2\u003c\/h2\u003e\n\u003cdiv class=\"educational-grid\"\u003e\n\u003cdiv class=\"edu-card\"\u003e\n\u003ch3\u003eOfficial LNE Certification\u003c\/h3\u003e\n\u003cp\u003eThe ETHYWAY V2 meets the metrological requirements of the European standard NF EN 16280. Its certification by the LNE (National Laboratory of Metrology and Testing) attests to its accuracy, offering a reliability guarantee comparable to institutional standards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"edu-card\"\u003e\n\u003ch3\u003eHigh Precision 11mm Technology\u003c\/h3\u003e\n\u003cp\u003eEquipped with a large electrochemical cell (11 mm), this device offers increased responsiveness and avoids false positives. The integrated pressure sensor analyzes the breath to confirm that the air volume is sufficient for an indisputable measurement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"edu-card\"\u003e\n\u003ch3\u003eVersatility \u0026amp; Memory\u003c\/h3\u003e\n\u003cp\u003eWith its built-in memory of the last 10 tests and two display modes, the ETHYWAY V2 allows precise monitoring of blood alcohol levels. Its ergonomic design and carrying case make it the ideal safety companion for individuals and businesses.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eWhy choose the ETHYWAY V2?\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNF \u0026amp; LNE Standard:\u003c\/strong\u003e Absolute guarantee of quality and safety validated by competent authorities.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e11mm Electrochemical Sensor:\u003c\/strong\u003e Advanced technology for precise and stable measurement.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBreath Control:\u003c\/strong\u003e Automatic pressure detection to ensure test integrity.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBuilt-in Memory:\u003c\/strong\u003e Quick recording and review of the last 10 results.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSound Alarm:\u003c\/strong\u003e Automatic warning as soon as the 0.25 mg\/L threshold is reached.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompact Design:\u003c\/strong\u003e Ergonomics designed for easy handling and discreet storage.\u003c\/li\u003e\n\u003c\/ul\u003e\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\u003c\/td\u003e\n\u003ctd data-label=\"Spécification\"\u003e11 mm Electrochemical Cell (High Technology)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Caractéristique\"\u003eDisplay modes\u003c\/td\u003e\n\u003ctd data-label=\"Spécification\"\u003eMode 1: up to 0.24 mg\/L | Mode 2: up to 0.49 mg\/L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Caractéristique\"\u003eAlert threshold\u003c\/td\u003e\n\u003ctd data-label=\"Spécification\"\u003eAutomatic sound alarm at 0.25 mg\/L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Caractéristique\"\u003eBreath Accuracy\u003c\/td\u003e\n\u003ctd data-label=\"Spécification\"\u003eBuilt-in pressure and breath interruption sensor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Caractéristique\"\u003eMemory\u003c\/td\u003e\n\u003ctd data-label=\"Spécification\"\u003eInternal history of the last 10 tests\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 AAA 1.5V alkaline batteries (Included)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Caractéristique\"\u003eMaintenance\u003c\/td\u003e\n\u003ctd data-label=\"Spécification\"\u003eBuilt-in test counter (Calibration every 12 months)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"note-text\"\u003eThe device clearly displays results on its LCD screen and guides the user with intuitive sound signals.\u003c\/p\u003e\n\u003cdiv class=\"alert-critical\"\u003e\n\u003ch3\u003eMaintenance and Calibration: Accuracy Guarantee\u003c\/h3\u003e\n\u003cp\u003eTo maintain the validity of its NF certification and the sensor's reliability, the ETHYWAY V2 requires annual metrological monitoring.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eManufacturer Recommendation:\u003c\/strong\u003e Calibration is recommended every 12 months. The device has a built-in test counter to facilitate this technical follow-up.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eComplete Set Contents\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 Electronic Breathalyzer \u003cstrong\u003eEthyway V2\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e5 Individual mouthpieces (with hygienic non-return valve)\u003c\/li\u003e\n\u003cli\u003e1 Protective fabric pouch\u003c\/li\u003e\n\u003cli\u003e2 AAA 1.5V Alkaline batteries for immediate use\u003c\/li\u003e\n\u003cli\u003e1 Detailed user manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"footer-info\"\u003e\n\u003cp\u003e\u003cstrong\u003eAMA Prevention Commitment:\u003c\/strong\u003e The ETHYWAY V2 is a certified self-testing device. Although it offers high-precision measurements, we remind you that only a blood test is legally valid. It fully supports a comprehensive approach to road safety and responsible prevention.\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":56439370744132,"sku":null,"price":139.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/ethyway-v2.jpg?v=1770041786","url":"https:\/\/ama-prevention.fr\/en\/products\/electronic-breathalyzer-unlocked-ethyway-v2","provider":"AMA Prévention ","version":"1.0","type":"link"}