{"id":2182,"date":"2026-02-27T14:44:50","date_gmt":"2026-02-27T19:44:50","guid":{"rendered":"https:\/\/www.isotechdesign.com\/?page_id=2182"},"modified":"2026-02-27T15:02:21","modified_gmt":"2026-02-27T20:02:21","slug":"isotech-pharma","status":"publish","type":"page","link":"https:\/\/www.isotechdesign.com\/fr\/isotech-pharma\/","title":{"rendered":"ISOTECH PHARMA"},"content":{"rendered":"<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img decoding=\"async\" width=\"300\" height=\"79\" src=\"https:\/\/www.isotechdesign.com\/wp-content\/uploads\/ITP-PHARMA-R-1.jpg\" alt=\"\" class=\"wp-image-2117\" style=\"width:345px;height:auto\"\/><\/figure><\/div>\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Isotech Pharma &#8211; Home<\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto:wght@300;400;500;700;900&#038;display=swap\" rel=\"stylesheet\">\n\n    <style>\n        \/* === GLOBAL SCOPE VARIABLES === *\/\n        .iso-section-scope {\n            font-family: 'Roboto', sans-serif;\n            color: #333333;\n            --iso-blue-dark: #003366; \n            --iso-blue-light: #00AEEF; \n            --iso-red: #D90000;\n            line-height: 1.5;\n        }\n\n        \/* === HERO SECTION STYLES === *\/\n        #iso-hero-wrapper {\n            \/* Fix for WordPress Full Width *\/\n            width: 100vw; \n            position: relative;\n            left: 50%;\n            right: 50%;\n            margin-left: -50vw;\n            margin-right: -50vw;\n            max-width: 100vw;\n            overflow-x: hidden;\n        }\n\n        #iso-hero-wrapper .btn-primary {\n            background-color: var(--iso-blue-dark);\n            color: white;\n            padding: 24px 48px;\n            border-radius: 8px;\n            font-size: 1.5rem;\n            font-weight: 700;\n            transition: background-color 0.3s, transform 0.2s;\n            text-decoration: none;\n            display: inline-block;\n        }\n        \n        #iso-hero-wrapper .btn-primary:hover {\n            background-color: var(--iso-blue-light);\n            transform: translateY(-2px);\n        }\n\n        #iso-hero-wrapper .btn-accent {\n            background-color: var(--iso-red);\n            color: white;\n            padding: 24px 48px;\n            border-radius: 8px;\n            font-size: 1.5rem;\n            font-weight: 700;\n            transition: background-color 0.3s, transform 0.2s;\n            text-decoration: none;\n            display: inline-block;\n        }\n\n        #iso-hero-wrapper .btn-accent:hover {\n            background-color: #b30000;\n            transform: translateY(-2px);\n        }\n\n        \/* === WHY ISOTECH SECTION STYLES === *\/\n        #iso-about-section-wrapper {\n            \/* Fix for WordPress Full Width *\/\n            width: 100vw; \n            position: relative;\n            left: 50%;\n            right: 50%;\n            margin-left: -50vw;\n            margin-right: -50vw;\n            max-width: 100vw;\n            overflow-x: hidden;\n            line-height: 1.6;\n        }\n\n        #iso-about-section-wrapper .section-title {\n            color: var(--iso-blue-dark);\n            position: relative;\n            margin-bottom: 3rem;\n        }\n        \n        #iso-about-section-wrapper .section-title::after {\n            content: '';\n            display: block;\n            width: 120px;\n            height: 6px;\n            background-color: var(--iso-blue-light);\n            margin-top: 16px;\n        }\n\n        #iso-about-section-wrapper .check-list li {\n            position: relative;\n            padding-left: 3.5rem;\n            margin-bottom: 1.5rem;\n            list-style: none;\n        }\n        \n        #iso-about-section-wrapper .check-list li::before {\n            content: '\\f00c'; \n            font-family: 'Font Awesome 6 Free';\n            font-weight: 900;\n            font-size: 2rem;\n            position: absolute;\n            left: 0;\n            top: 6px;\n            color: var(--iso-blue-light);\n        }\n\n        \/* === FULL WIDTH BREAKOUT FIX (Systems & CTA) === *\/\n        .iso-breakout {\n            width: 100vw; \n            position: relative;\n            left: 50%;\n            right: 50%;\n            margin-left: -50vw;\n            margin-right: -50vw;\n            max-width: 100vw;\n            overflow-x: hidden;\n        }\n\n        \/* === THEME OVERRIDES === *\/\n        \/* Forces white text regardless of WordPress theme settings *\/\n        .iso-section-scope .text-white-force {\n            color: #ffffff !important;\n        }\n\n        \/* === TYPOGRAPHY & ELEMENTS === *\/\n        .iso-section-scope .section-title {\n            color: var(--iso-blue-dark);\n            position: relative;\n            margin-bottom: 3rem;\n        }\n        \n        .iso-section-scope .section-title::after {\n            content: '';\n            display: block;\n            width: 120px;\n            height: 6px;\n            background-color: var(--iso-blue-light);\n            margin-top: 16px;\n        }\n\n        \/* Card Hover Effects *\/\n        .iso-section-scope .product-card {\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        .iso-section-scope .product-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);\n        }\n\n        \/* CTA Button *\/\n        .iso-section-scope .btn-accent {\n            background-color: var(--iso-red);\n            color: white;\n            padding: 24px 48px;\n            border-radius: 8px;\n            font-size: 1.5rem;\n            font-weight: 700;\n            transition: background-color 0.3s, transform 0.2s;\n            text-decoration: none;\n            display: inline-block;\n        }\n\n        .iso-section-scope .btn-accent:hover {\n            background-color: #b30000;\n            transform: translateY(-4px);\n        }\n    <\/style>\n<\/head>\n<body class=\"overflow-x-hidden\">\n\n<div id=\"iso-hero-wrapper\" class=\"iso-section-scope\">\n    <section class=\"relative bg-gray-100 pt-32 md:pt-48 lg:pt-64 pb-12 md:pb-16 lg:pb-24 w-full\">\n        <div class=\"absolute inset-0 z-0 opacity-10\" style=\"background-image: url('https:\/\/www.transparenttextures.com\/patterns\/cubes.png');\"><\/div>\n        \n        <div class=\"container mx-auto px-6 max-w-[100rem] relative z-10 flex flex-col lg:flex-row items-center gap-24\">\n            \n            <div class=\"lg:w-1\/2 text-center lg:text-left mb-16 lg:mb-0\">\n                <div class=\"inline-block bg-[#E0F7FA] text-[#006064] px-6 py-3 rounded-full text-xl font-bold mb-8 border-l-8 border-[#00AEEF]\">\n                    Validated Aseptic Solutions\n                <\/div>\n                \n                <h1 class=\"text-6xl sm:text-7xl lg:text-8xl font-bold text-[#003366] leading-tight mb-10\">\n                    Your Partner for <br>\n                    <span class=\"text-[#00AEEF]\">Aseptic Containment<\/span>\n                <\/h1>\n                \n                <p class=\"text-3xl md:text-4xl text-gray-600 mb-14 leading-relaxed max-w-4xl mx-auto lg:mx-0\">\n                    IsoTech Pharma protects products, processes, and people\nwith precision-engineered isolator solutions for non hazardous &#038; hazardous  sterile pharmaceutical manufacturing.\n\n                <\/p>\n                \n                <div class=\"flex flex-col sm:flex-row gap-8 justify-center lg:justify-start\">\n                    <a href=\"#products\" class=\"btn-primary text-center shadow-xl\">View Systems<\/a>\n                    <a href=\"https:\/\/www.isotechdesign.com\/pharma-quote\/\" class=\"btn-accent text-center shadow-xl\">Request Quote<\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"lg:w-1\/2 flex justify-center w-full\">\n                <div class=\"relative w-full max-w-3xl bg-white p-10 rounded-3xl shadow-2xl border-t-[12px] border-[#00AEEF]\">\n                    <div class=\"absolute -top-10 -right-10 bg-[#003366] text-white w-36 h-36 rounded-full flex items-center justify-center font-bold text-2xl shadow-2xl z-20 border-8 border-white\">\n                        <div class=\"text-center leading-tight\">Grade A<br>ISO 5<\/div>\n                    <\/div>\n                    \n                    <div class=\"h-[32rem] bg-gray-100 rounded-2xl border border-gray-200 flex items-center justify-center relative overflow-hidden group\">\n                        <img decoding=\"async\" src=\"https:\/\/www.isotechdesign.com\/wp-content\/uploads\/Final-edit-2-1.jpg\" alt=\"RABS System\" class=\"w-full h-full object-cover group-hover:scale-105 transition duration-700\">\n                        <div class=\"absolute bottom-0 w-full bg-gray-200\/90 backdrop-blur-sm p-5 text-center text-xl font-bold text-gray-600\">\n                            RABS &#038; Aseptic Filling Simulation\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"mt-8 flex justify-between items-end\">\n                        <div>\n                            <h3 class=\"text-3xl font-bold text-[#003366]\">Aseptic Process Isolator<\/h3>\n                            <p class=\"text-xl text-gray-500 font-medium\">cGMP &#038; FDA Compliant<\/p>\n                        <\/div>\n                        <i class=\"fas fa-arrow-right text-5xl text-[#D90000]\"><\/i>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n        <\/div>\n    <\/section>\n<\/div>\n\n<div id=\"iso-about-section-wrapper\" class=\"iso-section-scope\">\n    <section class=\"pt-16 md:pt-24 pb-32 md:pb-48 bg-white w-full\">\n        <div class=\"container mx-auto px-6 max-w-[100rem]\">\n            <div class=\"grid md:grid-cols-2 gap-24 items-center\">\n                \n                <div>\n                    <h2 class=\"text-6xl md:text-7xl font-bold section-title\">What We Do<\/h2>\n                    \n                    <p class=\"text-gray-600 mb-12 text-3xl md:text-4xl leading-relaxed\">\n                        Isotech Pharma brings decades of expertise to deliver solutions that help you:\n                    <\/p>\n                    \n                    <ul class=\"check-list text-gray-700 text-2xl md:text-3xl space-y-6\">\n                        <li><strong class=\"text-[#003366]\">Meet Standards:<\/strong> cGMP, FDA, and EU GMP Grade A compliance with confidence.<\/li>\n                        <li><strong class=\"text-[#003366]\">Protection:<\/strong> Protect your team and your process with proven barrier technology.<\/li>\n                        <li><strong class=\"text-[#003366]\">Adaptability:<\/strong> Adapt quickly as your workflow or regulations change.<\/li>\n                        <li><strong class=\"text-[#003366]\">Productivity:<\/strong> Stay productive with systems that are easy to use and maintain.<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"bg-gray-50 p-16 rounded-[2rem] border border-gray-200 shadow-2xl\">\n                    <h3 class=\"text-4xl md:text-5xl font-bold text-[#003366] mb-12 text-center md:text-left\">Why Isotech?<\/h3>\n                    <div class=\"grid grid-cols-2 gap-10\">\n                        <div class=\"text-center p-8 bg-white shadow-lg rounded-2xl hover:shadow-2xl transition transform hover:-translate-y-2\">\n                            <div class=\"text-6xl md:text-7xl font-extrabold text-[#00AEEF] mb-4\">200+<\/div>\n                            <div class=\"text-lg md:text-2xl text-gray-600 font-bold uppercase tracking-wide\">Validated Biopharma Systems<\/div>\n                        <\/div>\n                        <div class=\"text-center p-8 bg-white shadow-lg rounded-2xl hover:shadow-2xl transition transform hover:-translate-y-2\">\n                            <div class=\"text-6xl md:text-7xl font-extrabold text-[#00AEEF] mb-4\">2,000+<\/div>\n                            <div class=\"text-lg md:text-2xl text-gray-600 font-bold uppercase tracking-wide\"> Hospital  &#038; Compounding  Pharmacy Systems<\/div>\n                        <\/div>\n                        <div class=\"text-center p-8 bg-white shadow-lg rounded-2xl hover:shadow-2xl transition transform hover:-translate-y-2\">\n                            <i class=\"fas fa-lock text-7xl text-[#D90000] mb-6 block\"><\/i>\n                            <div class=\"text-lg md:text-2xl text-gray-600 font-bold uppercase tracking-wide\">Safe Interlocks<\/div>\n                        <\/div>\n                        <div class=\"text-center p-8 bg-white shadow-lg rounded-2xl hover:shadow-2xl transition transform hover:-translate-y-2\">\n                            <i class=\"fas fa-cogs text-7xl text-[#003366] mb-6 block\"><\/i>\n                            <div class=\"text-lg md:text-2xl text-gray-600 font-bold uppercase tracking-wide\">Modular Design<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n            <\/div>\n        <\/div>\n    <\/section>\n<\/div>\n<div class=\"iso-section-scope\">\n    \n    <div class=\"iso-breakout bg-[#f8fafc]\">\n        <section id=\"products\" class=\"pt-16 pb-32 md:pt-24 md:pb-48 w-full\">\n            <div class=\"container mx-auto px-6 max-w-[100rem]\">\n                <h2 class=\"text-6xl md:text-7xl font-bold text-[#003366] section-title\">Isotech Systems<\/h2>\n                \n                <div class=\"grid md:grid-cols-2 lg:grid-cols-4 gap-8 mt-20\">\n                    \n                    <div class=\"product-card bg-white rounded-[2rem] overflow-hidden shadow-lg border border-gray-100 flex flex-col h-full\">\n                        <div class=\"h-64 bg-gray-100 flex items-center justify-center border-b border-gray-200 overflow-hidden\">\n                            <img decoding=\"async\" src=\"https:\/\/www.isotechdesign.com\/wp-content\/uploads\/Final-edit-2-1.jpg\" alt=\"RABS\" class=\"w-full h-full object-cover\">\n                        <\/div>\n                        <div class=\"p-8 flex-grow flex flex-col\">\n                            <h3 class=\"text-2xl font-bold text-[#003366] mb-4 leading-tight\">RABS, CRABS &#038; Barrier Systems<\/h3>\n                            <p class=\"text-gray-600 text-lg mb-6 flex-grow leading-relaxed\">\n                                Restricted Access Barrier Systems for advanced contamination control and compliance.\n                            <\/p>\n                            <a href=\"https:\/\/www.isotechdesign.com\/rabs\/\" class=\"text-[#00AEEF] font-bold text-xl hover:underline mt-auto flex items-center gap-2\">\n                                Learn More <i class=\"fas fa-arrow-right\"><\/i>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"product-card bg-white rounded-[2rem] overflow-hidden shadow-lg border border-gray-100 flex flex-col h-full\">\n                        <div class=\"h-64 bg-gray-100 flex items-center justify-center border-b border-gray-200 overflow-hidden\">\n                            <img decoding=\"async\" src=\"https:\/\/www.isotechdesign.com\/wp-content\/uploads\/IsoSphere-ST-NEW.png\" alt=\"Sterility Testing\" class=\"w-full h-full object-contain p-4\">\n                        <\/div>\n                        <div class=\"p-8 flex-grow flex flex-col\">\n                            <h3 class=\"text-2xl font-bold text-[#003366] mb-4 leading-tight\">Sterility Testing<\/h3>\n                            <p class=\"text-gray-600 text-lg mb-6 flex-grow leading-relaxed\">\n                                Isolators designed specifically for cGMP sterility testing and quality assurance.\n                            <\/p>\n                            <a href=\"https:\/\/www.isotechdesign.com\/sterility-testing\/\" class=\"text-[#00AEEF] font-bold text-xl hover:underline mt-auto flex items-center gap-2\">\n                                Learn More <i class=\"fas fa-arrow-right\"><\/i>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"product-card bg-white rounded-[2rem] overflow-hidden shadow-lg border border-gray-100 flex flex-col h-full\">\n                        <div class=\"h-64 bg-gray-100 flex items-center justify-center border-b border-gray-200 overflow-hidden\">\n                            <img decoding=\"async\" src=\"https:\/\/www.isotechdesign.com\/wp-content\/uploads\/ST-better-res.jpg\" alt=\"Aseptic Filling\" class=\"w-full h-full object-cover\">\n                        <\/div>\n                        <div class=\"p-8 flex-grow flex flex-col\">\n                            <h3 class=\"text-2xl font-bold text-[#003366] mb-4 leading-tight\">Small Volume Aseptic Filling<\/h3>\n                            <p class=\"text-gray-600 text-lg mb-6 flex-grow leading-relaxed\">\n                                Precision filling solutions for vials, syringes, and cartridges in a contained environment.\n                            <\/p>\n                            <a href=\"https:\/\/www.isotechdesign.com\/aseptic-filling\/\" class=\"text-[#00AEEF] font-bold text-xl hover:underline mt-auto flex items-center gap-2\">\n                                Learn More <i class=\"fas fa-arrow-right\"><\/i>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"product-card bg-white rounded-[2rem] overflow-hidden shadow-lg border border-gray-100 flex flex-col h-full relative\">\n                        <div class=\"absolute top-6 right-6 bg-[#D90000] text-white text-sm font-bold px-3 py-1 rounded-lg z-10\">\n                            Hazardous Ready\n                        <\/div>\n                        <div class=\"h-64 bg-gray-100 flex items-center justify-center border-b-4 border-[#D90000] overflow-hidden\">\n                            <img decoding=\"async\" src=\"https:\/\/www.isotechdesign.com\/wp-content\/uploads\/Main.png\" alt=\"Compounding\" class=\"w-full h-full object-cover\">\n                        <\/div>\n                        <div class=\"p-8 flex-grow flex flex-col\">\n                            <h3 class=\"text-2xl font-bold text-[#003366] mb-4 leading-tight\">Compounding (Hazardous &#038; Non)<\/h3>\n                            <p class=\"text-gray-600 text-lg mb-6 flex-grow leading-relaxed\">\n                                Safety in every dose. Isolators engineered for pharmacy compounding applications.\n                            <\/p>\n                            <a href=\"https:\/\/www.isotechdesign.com\/compounding\/\" class=\"text-[#D90000] font-bold text-xl hover:underline mt-auto flex items-center gap-2\">\n                                Learn More <i class=\"fas fa-arrow-right\"><\/i>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n            <\/div>\n        <\/section>\n    <\/div>\n\n    <div class=\"iso-breakout bg-white\">\n        <section class=\"py-32 md:py-48 w-full\">\n            <div class=\"container mx-auto px-6 max-w-[100rem]\">\n                <div class=\"flex flex-col md:flex-row justify-between items-end mb-16\">\n                    <div>\n                        <h2 class=\"text-5xl md:text-6xl font-bold section-title\">Aseptic Accessories<\/h2>\n                        <p class=\"text-gray-600 text-2xl max-w-3xl\">Critical tools to validate integrity and ensure secure transfers.<\/p>\n                    <\/div>\n                    <a href=\"accessories.html\" class=\"hidden md:inline-block text-[#003366] font-bold text-2xl hover:underline\">\n                        View All Accessories <i class=\"fas fa-arrow-right ml-2\"><\/i>\n                    <\/a>\n                <\/div>\n\n                <div class=\"grid md:grid-cols-2 gap-12\">\n                    <div class=\"group relative rounded-[2rem] overflow-hidden shadow-xl\">\n                        <div class=\"absolute inset-0 bg-gradient-to-t from-[#003366] to-transparent opacity-80 z-10\"><\/div>\n                        <img decoding=\"async\" src=\"https:\/\/www.isotechdesign.com\/wp-content\/uploads\/Glove-tester-HMI2-S.png\" alt=\"Glove Tester\" class=\"w-full h-96 object-contain bg-gray-100 p-8 group-hover:scale-105 transition duration-500\">\n                        <div class=\"absolute bottom-0 left-0 p-10 z-20 w-full\">\n                            <h3 class=\"text-3xl font-bold text-white mb-2\">Automated Glove Testers<\/h3>\n                            <p class=\"text-blue-100 text-lg mb-4\">Validate glove integrity with compliant pressure decay testing.<\/p>\n                            <span class=\"text-white font-bold uppercase tracking-wide text-sm border-b-2 border-[#00AEEF] pb-1\">Learn More<\/span>\n                        <\/div>\n                        <a href=\"https:\/\/www.isotechdesign.com\/product\/pharmaceuticals\/glove-tester\/\" class=\"absolute inset-0 z-30\"><\/a>\n                    <\/div>\n\n                    <div class=\"group relative rounded-[2rem] overflow-hidden shadow-xl\">\n                        <div class=\"absolute inset-0 bg-gradient-to-t from-[#003366] to-transparent opacity-80 z-10\"><\/div>\n                        <img decoding=\"async\" src=\"https:\/\/www.isotechdesign.com\/wp-content\/uploads\/Alphabeta-containers-for-h2o2-decontamination.jpg\" alt=\"Alpha Beta Doors\" class=\"w-full h-96 object-cover bg-gray-100 group-hover:scale-105 transition duration-500\">\n                        <div class=\"absolute bottom-0 left-0 p-10 z-20 w-full\">\n                            <h3 class=\"text-3xl font-bold text-white mb-2\">Alpha-Beta Transfer Ports<\/h3>\n                            <p class=\"text-blue-100 text-lg mb-4\">Secure, sterile bidirectional transfer without breaking containment.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"mt-12 text-center md:hidden\">\n                    <a href=\"accessories.html\" class=\"btn-primary text-lg\">View All Accessories<\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n    <\/div>\n\n    <div class=\"iso-breakout bg-[#003366]\">\n        <section class=\"py-32 md:py-48 relative overflow-hidden w-full\">\n            <div class=\"absolute top-0 left-0 w-full h-4 bg-[#D90000]\"><\/div>\n            <div class=\"absolute inset-0 z-0 opacity-10\" style=\"background-image: url('https:\/\/www.transparenttextures.com\/patterns\/carbon-fibre.png');\"><\/div>\n            \n            <div class=\"container mx-auto px-6 max-w-[100rem] text-center relative z-10\">\n                <h2 class=\"text-6xl md:text-7xl lg:text-8xl font-black mb-10 tracking-tight text-white-force\" style=\"color: #ffffff !important;\">Let\u2019s Move Forward Together<\/h2>\n                \n                <p class=\"mb-16 max-w-5xl mx-auto text-2xl md:text-3xl lg:text-4xl leading-relaxed font-light text-white-force\" style=\"color: #ffffff !important;\">\n                    Isotech Pharma is here to help you solve the tough challenges\u2014regulatory constraints, safety demands, and the need to keep productivity high.\n                <\/p>\n                \n                <a href=\"https:\/\/www.isotechdesign.com\/pharma-quote\/\" class=\"btn-accent shadow-2xl scale-110 hover:scale-125 transition-transform duration-300\">\n                    Get a Free Consultation\n                <\/a>\n            <\/div>\n        <\/section>\n    <\/div>\n\n<\/div>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Isotech Pharma &#8211; Home Validated Aseptic Solutions Your Partner for Aseptic Containment IsoTech Pharma protects products,&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2182","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>ISOTECH PHARMA - IsoTech Design<\/title>\n<meta name=\"description\" content=\"Isotech Pharma provides cGMP and FDA-compliant barrier technology, including RABS and isolators, to keep your people safe and pharmaceutical products pure.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.isotechdesign.com\/isotech-pharma\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ISOTECH PHARMA - IsoTech Design\" \/>\n<meta property=\"og:description\" content=\"Isotech Pharma provides cGMP and FDA-compliant barrier technology, including RABS and isolators, to keep your people safe and pharmaceutical products pure.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.isotechdesign.com\/isotech-pharma\/\" \/>\n<meta property=\"og:site_name\" content=\"IsoTech Design\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-27T20:02:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.isotechdesign.com\/wp-content\/uploads\/ITP-PHARMA-R-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"300\" \/>\n\t<meta property=\"og:image:height\" content=\"79\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.isotechdesign.com\/isotech-pharma\/\",\"url\":\"https:\/\/www.isotechdesign.com\/isotech-pharma\/\",\"name\":\"ISOTECH PHARMA - IsoTech Design\",\"isPartOf\":{\"@id\":\"https:\/\/www.isotechdesign.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.isotechdesign.com\/isotech-pharma\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.isotechdesign.com\/isotech-pharma\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.isotechdesign.com\/wp-content\/uploads\/ITP-PHARMA-R-1.jpg\",\"datePublished\":\"2026-02-27T19:44:50+00:00\",\"dateModified\":\"2026-02-27T20:02:21+00:00\",\"description\":\"Isotech Pharma provides cGMP and FDA-compliant barrier technology, including RABS and isolators, to keep your people safe and pharmaceutical products pure.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.isotechdesign.com\/isotech-pharma\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.isotechdesign.com\/isotech-pharma\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/www.isotechdesign.com\/isotech-pharma\/#primaryimage\",\"url\":\"https:\/\/www.isotechdesign.com\/wp-content\/uploads\/ITP-PHARMA-R-1.jpg\",\"contentUrl\":\"https:\/\/www.isotechdesign.com\/wp-content\/uploads\/ITP-PHARMA-R-1.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.isotechdesign.com\/isotech-pharma\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.isotechdesign.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ISOTECH PHARMA\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.isotechdesign.com\/#website\",\"url\":\"https:\/\/www.isotechdesign.com\/\",\"name\":\"IsoTech Design\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.isotechdesign.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ISOTECH PHARMA - IsoTech Design","description":"Isotech Pharma provides cGMP and FDA-compliant barrier technology, including RABS and isolators, to keep your people safe and pharmaceutical products pure.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.isotechdesign.com\/isotech-pharma\/","og_locale":"fr_FR","og_type":"article","og_title":"ISOTECH PHARMA - IsoTech Design","og_description":"Isotech Pharma provides cGMP and FDA-compliant barrier technology, including RABS and isolators, to keep your people safe and pharmaceutical products pure.","og_url":"https:\/\/www.isotechdesign.com\/isotech-pharma\/","og_site_name":"IsoTech Design","article_modified_time":"2026-02-27T20:02:21+00:00","og_image":[{"width":300,"height":79,"url":"https:\/\/www.isotechdesign.com\/wp-content\/uploads\/ITP-PHARMA-R-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.isotechdesign.com\/isotech-pharma\/","url":"https:\/\/www.isotechdesign.com\/isotech-pharma\/","name":"ISOTECH PHARMA - IsoTech Design","isPartOf":{"@id":"https:\/\/www.isotechdesign.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.isotechdesign.com\/isotech-pharma\/#primaryimage"},"image":{"@id":"https:\/\/www.isotechdesign.com\/isotech-pharma\/#primaryimage"},"thumbnailUrl":"https:\/\/www.isotechdesign.com\/wp-content\/uploads\/ITP-PHARMA-R-1.jpg","datePublished":"2026-02-27T19:44:50+00:00","dateModified":"2026-02-27T20:02:21+00:00","description":"Isotech Pharma provides cGMP and FDA-compliant barrier technology, including RABS and isolators, to keep your people safe and pharmaceutical products pure.","breadcrumb":{"@id":"https:\/\/www.isotechdesign.com\/isotech-pharma\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.isotechdesign.com\/isotech-pharma\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.isotechdesign.com\/isotech-pharma\/#primaryimage","url":"https:\/\/www.isotechdesign.com\/wp-content\/uploads\/ITP-PHARMA-R-1.jpg","contentUrl":"https:\/\/www.isotechdesign.com\/wp-content\/uploads\/ITP-PHARMA-R-1.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.isotechdesign.com\/isotech-pharma\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.isotechdesign.com\/"},{"@type":"ListItem","position":2,"name":"ISOTECH PHARMA"}]},{"@type":"WebSite","@id":"https:\/\/www.isotechdesign.com\/#website","url":"https:\/\/www.isotechdesign.com\/","name":"IsoTech Design","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.isotechdesign.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"}]}},"_links":{"self":[{"href":"https:\/\/www.isotechdesign.com\/fr\/wp-json\/wp\/v2\/pages\/2182","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.isotechdesign.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.isotechdesign.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.isotechdesign.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.isotechdesign.com\/fr\/wp-json\/wp\/v2\/comments?post=2182"}],"version-history":[{"count":7,"href":"https:\/\/www.isotechdesign.com\/fr\/wp-json\/wp\/v2\/pages\/2182\/revisions"}],"predecessor-version":[{"id":2202,"href":"https:\/\/www.isotechdesign.com\/fr\/wp-json\/wp\/v2\/pages\/2182\/revisions\/2202"}],"wp:attachment":[{"href":"https:\/\/www.isotechdesign.com\/fr\/wp-json\/wp\/v2\/media?parent=2182"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}