{"product_id":"borne-ethylotest-prevention","title":"Electronic Breathalyzer Terminal Ethyloborne®","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 (Gardé au cas où, mais moins utilisé ici) *\/\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 h3, .alert-critical p, .alert-critical li { color: white !important; }\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\/* Responsive *\/\n@media (max-width: 768px) {\n  .product-section { padding: 0 16px; }\n  .grid-auto { grid-template-columns: 1fr; }\n\n  \/* CORRECTIF TABLEAU MOBILE *\/\n  .modern-table {\n    display: block;       \n    width: 100%;\n    overflow-x: auto;     \n    white-space: normal;  \n    -webkit-overflow-scrolling: touch;\n  }\n  .modern-table th,\n  .modern-table td {\n    min-width: 130px; \n    padding: 12px 10px;\n  }\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;\"\u003eSecure your events and venues with \u003cstrong\u003eEthyloborne®\u003c\/strong\u003e, the next-generation electronic breathalyzer terminal certified \u003cstrong\u003eEN 16280\u003c\/strong\u003e. Designed for intensive use, it provides precise, fast, and hygienic screening thanks to its biodegradable straws.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003eVersatile and educational, this terminal can be installed anywhere (wall, table, tripod) to ensure the safety of your customers, employees, and guests. As the \u003cstrong\u003eofficial distributor\u003c\/strong\u003e, AMA Prévention offers this device for sale or rent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eThe all-terrain prevention solution\u003c\/h2\u003e\n\u003cdiv class=\"grid-auto\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003ePublic \u0026 Festive Venues\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eEssential for nightclubs, bars, and restaurants. It allows customers to self-test before driving, enhancing your establishment's responsible image.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eEvents\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 10px;\"\u003eWeddings, festivals, seminars... The terminal handles large crowds thanks to its speed. Its large screen broadcasts clear prevention messages to raise guest awareness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eBusinesses\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eIdeal for safety days or occupational risk prevention. Durable, it supports up to 10,000 tests before recalibration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eWhy choose Ethyloborne®?\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eProfessional Accuracy:\u003c\/strong\u003e Equipped with a professional-grade electrochemical sensor, similar to those used by law enforcement.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGiant Display:\u003c\/strong\u003e 12-inch LED screen for instant reading and educational messages.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEco-friendly:\u003c\/strong\u003e Works with biodegradable cardboard straws (hygiene guaranteed).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlexible Installation:\u003c\/strong\u003e Delivered with wall kit and adjustable tripod for total mobility.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHigh Capacity:\u003c\/strong\u003e Designed to perform 10,000 tests without intermediate maintenance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cp\u003eRobust equipment designed to last and secure high traffic.\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\u003eSensor Technology\u003c\/td\u003e\n\u003ctd\u003eElectrochemical Cell (Fuel Cell)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStandard\u003c\/td\u003e\n\u003ctd\u003eCompliant with EN 16280 (European Standard)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eScreen\u003c\/td\u003e\n\u003ctd\u003e12-inch LED Panel (High Visibility)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSpeed\u003c\/td\u003e\n\u003ctd\u003eResult in under 10 seconds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e10,000 tests before recalibration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMounting\u003c\/td\u003e\n\u003ctd\u003eWall-mounted, Tabletop or Tripod (Included)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConsumables\u003c\/td\u003e\n\u003ctd\u003eStandard Biodegradable Straws\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch2\u003e📅 Event Rental Offer\u003c\/h2\u003e\n\u003cp\u003eNeed a terminal for a one-time event? AMA Prevention offers you \"Turnkey\" rental packages.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e12-Hour Package:\u003c\/strong\u003e €230 excl. VAT\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e24-Hour Package:\u003c\/strong\u003e €460 excl. VAT\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHost Option:\u003c\/strong\u003e €125 excl. VAT (5 hours of presence to guide your guests)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"note-text\"\u003e\u003cem\u003eContact us directly via the \"Request a Quote\" button to book your date.\u003c\/em\u003e\u003c\/p\u003e\n\u003ch2\u003eComplete Pack Contents\u003c\/h2\u003e\n\u003cp\u003eL'Ethyloborne® is delivered ready to use with all its accessories:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e1 Electronic Breathalyzer Terminal\u003c\/li\u003e\n\u003cli\u003e1 Robust Adjustable Tripod\u003c\/li\u003e\n\u003cli\u003e1 Wall Mounting Kit\u003c\/li\u003e\n\u003cli\u003e1 Set of Biodegradable Straws\u003c\/li\u003e\n\u003cli\u003e1 Secure Carrying Case\u003c\/li\u003e\n\u003cli\u003e1 User Manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"footer-info\"\u003e\n\u003cp\u003e\u003cstrong\u003eLegal Notice:\u003c\/strong\u003e L'Ethyloborne® is a prevention device. The results provided are reliable but indicative. They do not replace the individual responsibility of the driver. In case of exceeding the legal limit, the terminal will display a clear alert message.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Ethyloborne","offers":[{"title":"Default Title","offer_id":48754702549316,"sku":"","price":4390.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/ethyloborne-depistage-alcoolemie-rapide-en16280.jpg?v=1751960137","url":"https:\/\/ama-prevention.fr\/en\/products\/breathalyzer-station-prevention","provider":"AMA Prévention ","version":"1.0","type":"link"}