{"product_id":"ethylotest-electronique-ethylec","title":"Electronic Breathalyzer ETHYLEC","description":"\u003cstyle\u003e\n\/* Variables CSS pour cohérence visuelle *\/\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\/* Reset et base *\/\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; }\n\n\/* Typographie moderne *\/\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\/* Paragraphe d'introduction 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::before { content: ''; position: absolute; top: 0; right: 0; width: 200px; height: 200px; background: radial-gradient(circle, rgba(254,75,9,0.05) 0%, transparent 70%); border-radius: 50%; transform: translate(50%, -50%); }\n.intro-hero p { position: relative; z-index: 1; margin: 0; font-size: 17px; }\n.intro-hero p:first-child { font-weight: 500; margin-bottom: 15px; }\n\n\/* Cards système *\/\n.info-card { background: var(--bg-white); padding: 28px; border-radius: var(--radius-md); border: 1px solid var(--border-color); box-shadow: var(--shadow-sm); margin-bottom: 20px; transition: var(--transition); }\n.info-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: var(--primary-color); }\n\n\/* Grille responsive moderne *\/\n.grid-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin: 30px 0; }\n\n\/* Badges et tags *\/\n.badge { display: inline-block; padding: 8px 16px; background: var(--bg-light); border: 1px solid var(--border-color); border-radius: 20px; font-size: 14px; font-weight: 500; color: var(--text-color); margin-right: 10px; margin-bottom: 10px; transition: var(--transition); }\n.badge:hover { background: var(--primary-color); color: white; border-color: var(--primary-color); }\n\n\/* Bloc alerte\/warning orange *\/\n.alert-critical { background: linear-gradient(135deg, #FE4B09 0%, #d63d00 100%); color: white !important; padding: 30px; border-radius: var(--radius-md); margin: 40px 0; box-shadow: 0 6px 20px rgba(254,75,9,0.25); position: relative; overflow: hidden; }\n.alert-critical::before { content: '⚠'; position: absolute; top: -20px; right: 20px; font-size: 120px; opacity: 0.1; line-height: 1; }\n.alert-critical h3 { color: white !important; margin-top: 0; font-size: 20px; margin-bottom: 15px; }\n.alert-critical p { color: white !important; margin-bottom: 12px; font-size: 15px; }\n.alert-critical p:last-child { margin-bottom: 0; }\n\n\/* Tableaux modernes *\/\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; font-size: 15px; color: white !important; }\n.modern-table tbody tr { background: white; transition: var(--transition); }\n.modern-table tbody tr:nth-child(even) { background: var(--bg-light); }\n.modern-table tbody tr:hover { background: #fff9f6; transform: scale(1.01); }\n.modern-table td { padding: 18px; border-bottom: 1px solid var(--border-color); }\n.modern-table td:first-child { font-weight: 600; color: var(--text-color); }\n\n\/* Listes stylisées *\/\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 italique *\/\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\n\/* Footer section *\/\n.footer-info { border-top: 2px solid var(--border-color); padding-top: 25px; margin-top: 50px; }\n.footer-info p { font-size: 13px; line-height: 1.6; color: var(--text-light); margin: 0; }\n\n\/* Badge certifications *\/\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\/* Responsive *\/\n@media (max-width: 768px) {\n  .product-section { padding: 0 16px; }\n  .grid-auto { grid-template-columns: 1fr; }\n}\n\n\/* Animation *\/\n@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }\n.product-section \u003e * { animation: fadeInUp 0.6s ease-out backwards; }\n.product-section \u003e *:nth-child(1) { animation-delay: 0.05s; }\n.product-section \u003e *:nth-child(2) { animation-delay: 0.1s; }\n\u003c\/style\u003e\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;\"\u003eThis \u003cstrong\u003eHigh Precision Electronic Breathalyzer\u003c\/strong\u003e is a control device compliant with the \u003cstrong\u003eNFX 20-704\u003c\/strong\u003e standard. It combines a respiratory pressure sensor and an advanced electrochemical cell to deliver fast and exemplary reliable results.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003eVersatile and compact, it stands out with its \u003cstrong\u003edual power supply\u003c\/strong\u003e (Battery + Cigarette Lighter Socket), making it the ideal tool for individuals and professionals looking to secure their journeys.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certifications\"\u003e\n\u003cspan class=\"cert-badge\"\u003e🔬 Electrochemical Technology\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003e⚖️ NFX 20-704 Standard\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003e🔋 Hybrid Battery\/12V\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003e✅ Certified Reliable\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003e🇫🇷 FR Manual\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2\u003eWhy choose this breathalyzer?\u003c\/h2\u003e\n\u003cdiv class=\"grid-auto\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eAdvanced Accuracy\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eEquipped with a latest-generation electrochemical sensor, it ensures stable measurements. Its \u003cstrong\u003epressure detection\u003c\/strong\u003e function verifies that the breath is continuous, guaranteeing no interruption distorts the result.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eTotal Versatility\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 10px;\"\u003eNever be caught off guard: the device works both independently (9V battery included) and plugged into your vehicle (12V socket included). Perfect for long trips.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eHygiene \u0026amp; Convenience\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eDelivered with \u003cstrong\u003e10 one-way valve mouthpieces\u003c\/strong\u003e (preventing any saliva backflow) and a sturdy carrying case, it is ready to use right out of the box.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eTechnical Highlights\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNFX 20-704 Compliance:\u003c\/strong\u003e Meets strict reliability and durability requirements.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eElectrochemical Sensor:\u003c\/strong\u003e Professional technology to avoid false positives.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSpeed:\u003c\/strong\u003e Preheating in just 15 seconds.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eActive Safety:\u003c\/strong\u003e Automatic audible alarm in case of exceeding the legal limit.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eComplete Accessories:\u003c\/strong\u003e Everything included (Batteries, Cables, Mouthpieces, Case).\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eDetailed Features\u003c\/h2\u003e\n\u003cp\u003eA device designed to last, with rigorous metrological follow-up.\u003c\/p\u003e\n\u003ctable style=\"width: 100%;\" class=\"modern-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 40%;\"\u003eFeature\u003c\/th\u003e\n\u003cth style=\"width: 60%;\"\u003eSpecification\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTechnology\u003c\/td\u003e\n\u003ctd\u003eElectrochemical Cell + Pressure Sensor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAccuracy\u003c\/td\u003e\n\u003ctd\u003e+\/- 0.025 mg\/L at 0.20 mg\/L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eResponse time\u003c\/td\u003e\n\u003ctd\u003eWarm-up 15s | Blow 7-8s (10L\/min)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower supply\u003c\/td\u003e\n\u003ctd\u003e9V Battery (Included) + DC 12V Car Adapter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAlarm threshold\u003c\/td\u003e\n\u003ctd\u003eAudible (Activation at the legal limit)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaintenance\u003c\/td\u003e\n\u003ctd\u003eCalibration recommended every 12 to 14 months\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"note-text\"\u003eTo maintain its accuracy, this device has a test counter with a recalibration alarm.\u003c\/p\u003e\n\u003cdiv class=\"alert-critical\"\u003e\n\u003ch3\u003e⚠️ Maintenance and Calibration\u003c\/h3\u003e\n\u003cp\u003eTo ensure the reliability of your measurements over time, the electrochemical sensor requires maintenance.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRecommendation:\u003c\/strong\u003e Calibration is recommended every \u003cstrong\u003e12 to 14 months\u003c\/strong\u003e. The built-in counter will alert you. Our technical service offers this certification service (Indicative price: €69 excl. tax).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eContents of the \"Ready to Drive\" Pack\u003c\/h2\u003e\n\u003cp\u003eYour breathalyzer is delivered complete with:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e1 Electronic Breathalyzer\u003c\/li\u003e\n\u003cli\u003e10 Hygienic mouthpieces (one-way valve)\u003c\/li\u003e\n\u003cli\u003e1 9V Alkaline Battery\u003c\/li\u003e\n\u003cli\u003e1 DC 12V Car Cigarette Lighter Adapter\u003c\/li\u003e\n\u003cli\u003e1 Storage pouch with wrist strap\u003c\/li\u003e\n\u003cli\u003e1 Multilingual user manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"footer-info\"\u003e\n\u003cp\u003e\u003cstrong\u003eLegal Notice:\u003c\/strong\u003e This device is a self-testing device. The results are provided for informational purposes only and cannot override measurements taken by law enforcement. If in doubt, do not drive.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Ethylec","offers":[{"title":"1 unit","offer_id":56439370383684,"sku":"01010B-01","price":225.37,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/Ethylotest_e57bdce6-1680-418a-90a1-c0beed38f71c.jpg?v=1751960136","url":"https:\/\/ama-prevention.fr\/en\/products\/electronic-breathalyzer-ethylec","provider":"AMA Prévention ","version":"1.0","type":"link"}