{"product_id":"ethylotest-electronique-ethylec-plus","title":"Unlocked Electronic Breathalyzer ETHYLEC+","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', sans-serif; }\n\n.product-section h2 { font-family: 'Manrope', sans-serif; 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-family: 'Manrope', sans-serif; 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 Utilisations - 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 { font-family: 'Manrope', sans-serif; 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; font-family: 'Manrope', sans-serif; }\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 - 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    font-family: 'Manrope', sans-serif;\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    font-family: 'Manrope', sans-serif;\n  }\n  .modern-table td:first-child::before { display: none !important; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"rich-text\"\u003e\n\u003cdiv class=\"intro-hero\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eEthylec+\u003c\/strong\u003e is a versatile electronic breathalyzer, specifically designed for salespeople and SMEs. It combines a standard electrochemical cell with a breath pressure sensor to guarantee reliable results during each screening.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eUses \u0026 Versatility\u003c\/h2\u003e\n\u003cdiv class=\"educational-grid\"\u003e\n\u003cdiv class=\"edu-card\"\u003e\n\u003ch3\u003eVehicle Fleets \u0026 Commercial Use\u003c\/h3\u003e\n\u003cp\u003eThanks to its included car cigarette lighter adapter, the Ethylec+ is the ideal tool for road professionals. It allows regular testing directly in the vehicle, ensuring optimal safety before each trip.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"edu-card\"\u003e\n\u003ch3\u003eSME Prevention Management\u003c\/h3\u003e\n\u003cp\u003eThis model offers an excellent balance between accuracy and affordability for small and medium-sized businesses wishing to implement workplace alcohol prevention.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"edu-card\"\u003e\n\u003ch3\u003eElectrochemical Reliability\u003c\/h3\u003e\n\u003cp\u003eIts standard electrochemical sensor technology ensures high measurement stability and excellent alcohol selectivity, thus avoiding false positives related to other exhaled substances.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eEthylec+ Advantages\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eElectrochemical Technology:\u003c\/strong\u003e Standard sensor offering durable and reliable accuracy.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDual Power Supply:\u003c\/strong\u003e Usable with 9V battery or via 12V car cigarette lighter socket.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePressure Sensor:\u003c\/strong\u003e Integrated system to validate airflow and ensure breath integrity.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eComplete Pack:\u003c\/strong\u003e Delivered in a rigid carrying case with essential accessories.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEase of Use:\u003c\/strong\u003e Clear LCD screen for immediate reading of the digital result.\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 Type\u003c\/td\u003e\n\u003ctd data-label=\"Spécification\"\u003eStandard Electrochemical (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.00 to 1.00 mg\/L (or 0 to 2.00 ‰)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Caractéristique\"\u003eBlow Time\u003c\/td\u003e\n\u003ctd data-label=\"Spécification\"\u003eAbout 7 to 8 seconds (deep sample)\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\"\u003e9V alkaline battery or 12V DC car cigarette lighter adapter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Caractéristique\"\u003eTest Counter\u003c\/td\u003e\n\u003ctd data-label=\"Spécification\"\u003eIntegrated for maintenance tracking\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Caractéristique\"\u003eDimensions \/ Weight\u003c\/td\u003e\n\u003ctd data-label=\"Spécification\"\u003e115 x 60 x 23 mm \/ 105g (without battery)\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\"\u003eCalibration recommended every 12 to 14 months\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"alert-critical\"\u003e\n\u003ch3\u003eMetrological Maintenance\u003c\/h3\u003e\n\u003cp\u003eTo maintain the accuracy of the electrochemical cell, regular calibration is essential.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRecommendation:\u003c\/strong\u003e Perform calibration every 12 to 14 months. Our partner laboratory provides this service to ensure the reliability of your safety protocols.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eCarrying Case Contents\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 Electronic breathalyzer \u003cstrong\u003eEthylec+\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e10 Individual mouthpieces with one-way valve\u003c\/li\u003e\n\u003cli\u003e1 12V car cigarette lighter adapter\u003c\/li\u003e\n\u003cli\u003e1 9V alkaline battery\u003c\/li\u003e\n\u003cli\u003e1 Rigid ABS carrying case\u003c\/li\u003e\n\u003cli\u003e1 User manual in French\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"footer-info\"\u003e\n\u003cp\u003e\u003cstrong\u003eAMA Prevention Commitment:\u003c\/strong\u003e The Ethylec+ is a serious screening tool. It is part of a responsible road safety and workplace prevention approach. Reminder: only a blood test is legally valid.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n","brand":"Ethylec","offers":[{"title":"1 unit","offer_id":56439370580292,"sku":null,"price":249.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/ethylecplus.jpg?v=1770040689","url":"https:\/\/ama-prevention.fr\/en\/products\/electronic-breathalyzer-ethylec-plus","provider":"AMA Prévention ","version":"1.0","type":"link"}