{"product_id":"test-salivaire-6-drogues","title":"6-Drug Saliva Test Drugdiag® Saliva 6+","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 \u0026 Fix Tableaux Mobile *\/\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;       \/* Transforme le tableau en bloc pour permettre le scroll *\/\n    width: 100%;\n    overflow-x: auto;     \/* Active le scroll horizontal *\/\n    white-space: normal;  \/* Autorise le texte à revenir à la ligne *\/\n    -webkit-overflow-scrolling: touch; \/* Scroll fluide *\/\n  }\n\n  .modern-table th,\n  .modern-table td {\n    min-width: 130px; \/* Force une largeur minimale pour éviter l'écrasement *\/\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;\"\u003eThe \u003cstrong\u003eDrugdiag Saliva 6+ Saliva Test\u003c\/strong\u003e from Toda Pharma laboratory is the most comprehensive screening device in our saliva range. In addition to the 5 classic narcotics (Cannabis, Cocaine, Heroin, Amphetamines, Ecstasy), it specifically detects \u003cstrong\u003eBenzodiazepines\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003eWidely used by law enforcement and occupational health services, this test meets the increased safety needs against risks of drowsiness while driving (related to medications) and chemical submission situations. It is available individually or in an economical box of 25 tests.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eExtended protection for your safety\u003c\/h2\u003e\n\u003cdiv class=\"grid-auto\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eComplete Road Safety\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eA driver is not only dangerous under the influence of alcohol or cannabis. This test verifies the absence of psychotropic medications (anxiolytics, sleeping pills) incompatible with driving.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eWorkplace Prevention\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 10px;\"\u003eIdeal for security posts. Screening for benzodiazepines helps prevent serious accidents related to loss of alertness or drug interactions at the workplace.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eAgainst Chemical Submission\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eBenzodiazepines are often misused for criminal purposes (\"date rape drug\"). This test allows quick verification in case of doubt after an evening out (reliable detection at 30 ng\/mL).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eWhy choose this 6-drug test?\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eWide Spectrum:\u003c\/strong\u003e Detects 6 substance families in a single saliva sample.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eToda Pharma Expertise:\u003c\/strong\u003e Designed by the No.1 in rapid diagnostics, French Manufacturer.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBenzodiazepines Focus:\u003c\/strong\u003e Detection of molecules often missed by standard tests.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSimplicity:\u003c\/strong\u003e All-in-one test, hygienic and fast (results in minutes).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlexibility:\u003c\/strong\u003e Sold individually (for individuals) or by box of 25 (screening campaigns).\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003ePrecise detection thresholds\u003c\/h2\u003e\n\u003cp\u003eThis table details the 6 detected substances and their cut-off thresholds:\u003c\/p\u003e\n\u003ctable class=\"modern-table\" style=\"width: 100%;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 40%;\"\u003eSubstance\u003c\/th\u003e\n\u003cth style=\"width: 60%;\"\u003eDetection threshold (ng\/mL)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cstrong\u003eTHC\u003c\/strong\u003e (Cannabis)\u003c\/td\u003e\n\u003ctd\u003e15 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cstrong\u003eCOC\u003c\/strong\u003e (Cocaine)\u003c\/td\u003e\n\u003ctd\u003e20 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cstrong\u003eAMP\u003c\/strong\u003e (Amphetamines)\u003c\/td\u003e\n\u003ctd\u003e50 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cstrong\u003eMET\u003c\/strong\u003e (Methamphetamines)\u003c\/td\u003e\n\u003ctd\u003e50 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cstrong\u003eMDMA\u003c\/strong\u003e (Ecstasy)\u003c\/td\u003e\n\u003ctd\u003e50 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"color: #d9534f; background-color: #fff5f5;\"\u003e\n\u003cstrong\u003eBZO\u003c\/strong\u003e (Benzodiazepines)\u003c\/td\u003e\n\u003ctd style=\"color: #d9534f; background-color: #fff5f5;\"\u003e30 ng\/mL\u003cbr\u003e\u003csmall\u003eSpecific screening threshold\u003c\/small\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"alert-critical\"\u003e\n\u003ch3\u003e💊 Important: Benzodiazepines \u0026amp; Medications\u003c\/h3\u003e\n\u003cp\u003eThis test reacts to a very common class of medications (Xanax, Valium, Lexomil...).\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFor individuals:\u003c\/strong\u003e A positive BZO result can be normal if you are undergoing medical treatment. However, it confirms impaired alertness incompatible with driving.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFor employers:\u003c\/strong\u003e Drug screening at work is strictly regulated. Feel free to contact our customer service in Strasbourg for support with your procedures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003ePackaging\u003c\/h2\u003e\n\u003cp\u003eChoose the format that suits your needs:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSingle unit:\u003c\/strong\u003e Sterile individual pouch (Test + Instructions).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBox of 25:\u003c\/strong\u003e Professional packaging for screening campaigns.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eClinical Expertise \u0026 Specificity\u003c\/h2\u003e\n\u003ch3\u003eAdvanced Colloidal Gold Technology\u003c\/h3\u003e\n\u003cp\u003eOur devices use competitive immunochromatography with antibodies labeled with colloidal gold, ensuring a clear, ultra-sensitive marking and medical-level reliability.\u003c\/p\u003e\n\u003ch3\u003eCertified reliability in Laboratory (GC\/MS)\u003c\/h3\u003e\n\u003cp\u003eThe accuracy of this professional screening device has been validated by rigorous comparative clinical studies. The results demonstrate an accuracy correlation \u003cstrong\u003egreater than 99%\u003c\/strong\u003e compared to the global reference laboratory method (Gas Chromatography coupled with Mass Spectrometry - GC\/MS).\u003c\/p\u003e\n\u003ch3\u003eNo cross-reactions (False Positives)\u003c\/h3\u003e\n\u003cp\u003eOne of the major strengths of the Toda Drugdiag® range lies in its high analytical specificity. Advanced laboratory tests (at a concentration of 100 μg\/ml) prove the total absence of interference with everyday products. \u003cstrong\u003eThe result will not be distorted\u003c\/strong\u003e by prior consumption of:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eHygiene and food products:\u003c\/strong\u003e Coffee, tea, sugar, mouthwash, toothpaste, chewing gum, tobacco (cigarette), soft drinks.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCommon medications:\u003c\/strong\u003e Ibuprofen, Paracetamol, Aspirin, Amoxicillin, cough syrups (Dextromethorphan).\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"footer-info\"\u003e\n\u003cp\u003e\u003cstrong\u003eLegal notice:\u003c\/strong\u003e This in vitro diagnostic device is a regulated health product bearing the CE marking. In case of a positive result related to medical treatment, consult your doctor. Never change your treatment without medical advice.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Laboratoire Toda Pharma","offers":[{"title":"1 unit","offer_id":56426434036036,"sku":"1046-SAL","price":19.9,"currency_code":"EUR","in_stock":true},{"title":"Pack of 5","offer_id":56426434068804,"sku":"1046-SAL","price":99.5,"currency_code":"EUR","in_stock":true},{"title":"Pack of 10","offer_id":56426434101572,"sku":"1046-SAL","price":189.05,"currency_code":"EUR","in_stock":true},{"title":"Pack of 25","offer_id":56426434134340,"sku":"1046-SAL","price":422.87,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/Image_produit_Drugdiag_Saliva_5.png?v=1777888267","url":"https:\/\/ama-prevention.fr\/en\/products\/6-drug-saliva-test","provider":"AMA Prévention ","version":"1.0","type":"link"}