{"product_id":"ethylotest-electronique-debloque-alco-sensor-fst","title":"Unlocked Professional Breathalyzer Alco-Sensor FST","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 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 { 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; \/* Autorise le texte à passer à la ligne *\/\n    word-break: break-word !important; \/* Empêche les coupures brutales *\/\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  \/* L'en-tête bleu prend 100% de la largeur sans texte coupé *\/\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\u003eAlco-Sensor FST electronic breathalyzer\u003c\/strong\u003e is the absolute reference device for professional breath alcohol testing. Designed by Intoximeters and certified compliant with the \u003cstrong\u003eNF EN 15964\u003c\/strong\u003e standard, this device is used daily by law enforcement for official road checks. Its fuel cell sensor technology offers unmatched judicial precision and robustness suited to the most extreme field conditions.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eMain uses of the Alco-Sensor FST\u003c\/h2\u003e\n    \u003cdiv class=\"educational-grid\"\u003e\n      \u003cdiv class=\"edu-card\"\u003e\n        \u003ch3\u003eSecurity Checks \u0026amp; Police\u003c\/h3\u003e\n        \u003cp\u003eThe Alco-Sensor FST is the standard tool for law enforcement. Its compliance with the NF EN 15964 standard guarantees measurements with perfect metrological accuracy. It is designed for rapid consecutive tests with ambidextrous ergonomic management and optimal sanitary safety for the operator.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"edu-card\"\u003e\n        \u003ch3\u003eBusinesses \u0026amp; Prevention\u003c\/h3\u003e\n        \u003cp\u003eIn critical sectors, the FST offers undeniable result assurance for safety managers. Its ability to detect alcohol without a mouthpiece (passive mode) allows quick screening of a line of employees at shift start, perfectly fitting institutional prevention protocols.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"edu-card\"\u003e\n        \u003ch3\u003eLiquid Detection \u0026amp; Healthcare Environment\u003c\/h3\u003e\n        \u003cp\u003eIt is one of the few breathalyzers capable of analyzing the contents of a glass or suspicious drink thanks to its specific collector. This feature is crucial for emergency services or addiction specialists to clear doubts without direct contact with the subject.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eWhy choose Alco-Sensor FST technology?\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePremium Fuel Cell:\u003c\/strong\u003e Judicial-grade electrochemical sensor ensuring high alcohol selectivity.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCertified NF EN 15964:\u003c\/strong\u003e The most demanding European standard for professional screening equipment.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eTriple Detection Mode:\u003c\/strong\u003e Allows classic mouth test, passive mode (ambient air), and direct beverage analysis.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAll-Terrain Durability:\u003c\/strong\u003e IP 54 protection rating against dust and accidental water splashes.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eExtended Thermal Range:\u003c\/strong\u003e Operational reliability guaranteed from -5°C to +50°C for permanent outdoor use.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eTactical Hygiene:\u003c\/strong\u003e Automatic mouthpiece ejection system to avoid any manual contact with biological waste.\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\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003eSpecific Alcohol Electrochemical Cell (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 2.00 mg\/L of exhaled air\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± 0.01 mg\/L (NF EN 15964 Compliance)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Caractéristique\"\u003eTest Modes\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003eStandard (mouthpiece), Passive (ambient), and Drink\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Caractéristique\"\u003eOperating Temperature\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003e-5°C to +50°C (Real field conditions)\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 Alkaline Batteries (Approximately 1000 measurements autonomy)\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\"\u003e124 x 70 x 42 mm \/ Approximately 190g with batteries\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003cp class=\"note-text\"\u003eThe device features a high-visibility backlit LCD screen ensuring optimal readability day and night.\u003c\/p\u003e\n\n    \u003cdiv class=\"alert-critical\"\u003e\n      \u003ch3\u003eMaintenance and Calibration: Accuracy Guarantee\u003c\/h3\u003e\n      \u003cp\u003eTo maintain its certification and forensic accuracy, the Alco-Sensor FST requires regular metrological maintenance.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eRecommendation:\u003c\/strong\u003e Calibration must be performed every \u003cstrong\u003e12 months\u003c\/strong\u003e in our specialized laboratory. An uncalibrated device loses its technical proof value during preventive checks.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eProfessional Kit Contents\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003e1 Certified electronic breathalyzer \u003cstrong\u003eAlco-Sensor FST\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e1 High-resistance rigid carrying case\u003c\/li\u003e\n      \u003cli\u003e25 Individual single-use mouthpieces\u003c\/li\u003e\n      \u003cli\u003e2 Passive screening cones (breath)\u003c\/li\u003e\n      \u003cli\u003e1 Collector for detecting alcohol in drinks\u003c\/li\u003e\n      \u003cli\u003e1 Soft, non-slip, magnetic protective case\u003c\/li\u003e\n      \u003cli\u003e2 AA Alkaline Batteries and 1 wrist strap\u003c\/li\u003e\n      \u003cli\u003e1 Detailed user manual in French\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"footer-info\"\u003e\n      \u003cp\u003e\u003cstrong\u003eAMA Prevention Commitment:\u003c\/strong\u003e The Alco-Sensor FST is a highly reliable screening tool. Although institutionally certified, we remind you that only a blood test performed in a medical laboratory is legally valid. Its use is part of a responsible, caring, and professional safety approach.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n","brand":"Intoximeters","offers":[{"title":"1 unit","offer_id":56439370940740,"sku":null,"price":1612.0,"currency_code":"USD","in_stock":true},{"title":"Pack of 5","offer_id":56439370973508,"sku":null,"price":8060.0,"currency_code":"USD","in_stock":true},{"title":"Pack of 10","offer_id":56439371006276,"sku":null,"price":14508.0,"currency_code":"USD","in_stock":true},{"title":"Pack of 25","offer_id":56439371039044,"sku":null,"price":34254.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/fst.jpg?v=1770042582","url":"https:\/\/ama-prevention.com\/products\/electronic-breathalyzer-unlocked-alco-sensor-fst","provider":"AMA Prévention ","version":"1.0","type":"link"}