{"id":5426,"date":"2015-09-25T17:39:42","date_gmt":"2015-09-25T17:39:42","guid":{"rendered":"https:\/\/www.hexis-graphics.com\/en\/societe\/"},"modified":"2026-07-21T09:56:09","modified_gmt":"2026-07-21T09:56:09","slug":"company","status":"publish","type":"page","link":"https:\/\/www.hexis-graphics.com\/en\/company\/","title":{"rendered":"HEXIS"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5426\" class=\"elementor elementor-5426 elementor-4943\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f10518c e-flex e-con-boxed e-con e-parent\" data-id=\"f10518c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3eeeafb elementor-widget elementor-widget-html\" data-id=\"3eeeafb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Company \u2014 HEXIS SAS<\/title>\r\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800;900&display=swap\" rel=\"stylesheet\">\r\n  <style>* { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: Inter, system-ui, sans-serif; background: #fff; color: #0f1115; }<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<!-- ======= HEXIS About Block ======= -->\r\n<section id=\"hexis-about\" class=\"hexis-about\">\r\n  <style>\r\n    #hexis-about {\r\n      --hexis-red: #C90C0F;\r\n      --ink: #0f1115;\r\n      --muted: #6b7280;\r\n      --bg: #ffffff;\r\n      --bg-soft: #f7f7f8;\r\n      --ring: rgba(201,12,15,.2);\r\n      --radius: 18px;\r\n      --shadow: 0 10px 25px rgba(0,0,0,.08);\r\n      --shadow-sm: 0 6px 16px rgba(0,0,0,.06);\r\n      --maxw: 1200px;\r\n      --col-gap: clamp(20px, 4vw, 40px);\r\n      font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;\r\n      color: var(--ink);\r\n      background: var(--bg);\r\n    }\r\n    #hexis-about * { box-sizing: border-box; }\r\n    #hexis-about img { max-width: 100%; display: block; height: auto; }\r\n\r\n    #hexis-about .wrap {\r\n      margin: 0 auto;\r\n      max-width: var(--maxw);\r\n      padding: clamp(24px, 4vw, 48px) clamp(16px, 3.5vw, 32px);\r\n    }\r\n    #hexis-about .card {\r\n      position: relative;\r\n      background: var(--bg);\r\n      border: 1px solid #ececec;\r\n      border-radius: var(--radius);\r\n      box-shadow: var(--shadow);\r\n      overflow: clip;\r\n    }\r\n    #hexis-about .grid {\r\n      display: grid;\r\n      grid-template-columns: 300px 1fr;\r\n      gap: var(--col-gap);\r\n      padding: clamp(20px, 4vw, 40px);\r\n    }\r\n    @media (max-width: 900px) {\r\n      #hexis-about .grid { grid-template-columns: 1fr; }\r\n    }\r\n\r\n    #hexis-about .side { position: relative; }\r\n    #hexis-about .kicker {\r\n      font-size: .9rem;\r\n      text-transform: uppercase;\r\n      letter-spacing: .1em;\r\n      color: var(--muted);\r\n      margin-bottom: 4px;\r\n      display: block;\r\n    }\r\n    #hexis-about h2.title {\r\n      font-size: clamp(2rem, 4vw, 3rem);\r\n      line-height: 1.05;\r\n      margin: 0 0 16px;\r\n      font-weight: 800;\r\n      letter-spacing: -0.02em;\r\n    }\r\n    #hexis-about .title .accent {\r\n      background: linear-gradient(90deg, var(--hexis-red), #ff5a5f);\r\n      -webkit-background-clip: text;\r\n      background-clip: text;\r\n      color: transparent;\r\n    }\r\n    #hexis-about .lead {\r\n      color: #262b33;\r\n      font-size: clamp(1rem, 1.4vw, 1.1rem);\r\n      line-height: 1.5;\r\n      margin-bottom: 16px;\r\n    }\r\n\r\n    #hexis-about .btns { display: grid; gap: 10px; margin-top: 12px; }\r\n    #hexis-about a.btn {\r\n      display: inline-flex; align-items: center; justify-content: center;\r\n      gap: 10px; height: 48px; padding: 0 16px;\r\n      border-radius: 12px; text-decoration: none; font-weight: 700;\r\n      border: 1px solid #e8e8e8; background: var(--bg-soft); color: var(--ink);\r\n      box-shadow: var(--shadow-sm);\r\n      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;\r\n    }\r\n    #hexis-about a.btn.primary {\r\n      background: linear-gradient(135deg, var(--hexis-red), #ff3b30);\r\n      color: white; border: 1px solid transparent;\r\n    }\r\n    #hexis-about a.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.12); }\r\n    #hexis-about .content { position: relative; }\r\n    #hexis-about .badge-stack {\r\n      display: flex; gap: 16px; align-items: center; flex-wrap: wrap;\r\n      margin: 10px 0 18px;\r\n    }\r\n    #hexis-about .badge {\r\n      background: #fff;\r\n      border: 1px solid #eee;\r\n      border-radius: 14px;\r\n      padding: 8px 12px;\r\n      box-shadow: var(--shadow-sm);\r\n      display: inline-flex; align-items: center; gap: 10px;\r\n    }\r\n    #hexis-about .badge b { white-space: nowrap; }\r\n\r\n    #hexis-about .badge-bv img {\r\n      width: 120px;\r\n      height: auto;\r\n    }\r\n    #hexis-about .badge-fr img {\r\n      width:58px;\r\n      height: auto;\r\n    }\r\n    #hexis-about .blocks { display: grid; gap: 20px; }\r\n    #hexis-about .block {\r\n      background: var(--bg-soft);\r\n      border: 1px solid #ececec;\r\n      border-radius: 14px;\r\n      padding: clamp(14px, 2.2vw, 18px);\r\n      position: relative;\r\n      overflow: hidden;\r\n    }\r\n    #hexis-about .block:before {\r\n      content: \"\"; position: absolute; inset: 0;\r\n      background:\r\n        radial-gradient(600px 200px at -10% -20%, rgba(201,12,15,.06), transparent 60%),\r\n        radial-gradient(600px 200px at 110% 120%, rgba(201,12,15,.06), transparent 60%);\r\n      pointer-events: none;\r\n    }\r\n    #hexis-about .block h3 {\r\n      margin: 0 0 6px;\r\n      font-size: 1.1rem; font-weight: 800;\r\n    }\r\n    #hexis-about .block p { margin: 0; color: #2e3440; line-height: 1.6; }\r\n    #hexis-about .muted { color: var(--muted); }\r\n    #hexis-about .dots {\r\n      position: absolute; right: -60px; top: -60px; width: 200px; height: 200px;\r\n      background:\r\n        radial-gradient(circle at 8px 8px, var(--ring) 2px, transparent 2px) 0 0 \/ 20px 20px;\r\n      transform: rotate(15deg);\r\n      pointer-events: none;\r\n    }\r\n    @media (prefers-reduced-motion: no-preference) {\r\n      #hexis-about .reveal { opacity: 0; transform: translateY(10px); filter: blur(4px); }\r\n      #hexis-about .reveal.in-view { opacity: 1; transform: translateY(0); filter: blur(0); transition: all .6s cubic-bezier(.22,1,.36,1); }\r\n    }\r\n    #hexis-about .eyebrow {\r\n      display: inline-flex; align-items: center; gap: 8px;\r\n      padding: 6px 10px; border-radius: 999px; font-size: .8rem;\r\n      background: #fff; border: 1px solid #eee; box-shadow: var(--shadow-sm);\r\n      margin-bottom: 10px;\r\n    }\r\n    #hexis-about .eyebrow i {\r\n      width: 8px; height: 8px; border-radius: 50%; background: var(--hexis-red);\r\n      box-shadow: 0 0 0 4px var(--ring);\r\n    }\r\n  <\/style>\r\n\r\n  <div class=\"wrap\">\r\n    <div class=\"card\">\r\n      <div class=\"dots\" aria-hidden=\"true\"><\/div>\r\n\r\n      <div class=\"grid\">\r\n        <!-- Sidebar -->\r\n        <aside class=\"side\">\r\n          <span class=\"kicker\">About<\/span>\r\n          <h2 class=\"title\">\r\n            HEXIS SAS, a <span class=\"accent\">major<\/span> player in the adhesive film market\r\n          <\/h2>\r\n          <p class=\"lead\">\r\n            <b>Adhesive films<\/b> for <b>visual communication<\/b> and <b>surface protection<\/b>, designed for professionals, built for performance.\r\n          <\/p>\r\n\r\n          <div class=\"btns\">\r\n            <a class=\"btn primary\" href=\"https:\/\/www.hexis-graphics.com\/hexisgraphics\/2026\/07\/PressKit_2026_EN.zip\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n              Press Kit\r\n            <\/a>\r\n            <a class=\"btn\" href=\"https:\/\/career.hexisgroup.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n              Career Center\r\n            <\/a>\r\n          <\/div>\r\n        <\/aside>\r\n        <div class=\"content\">\r\n          <div class=\"eyebrow\"><i><\/i> Made in France &amp; Expertise<\/div>\r\n\r\n          <div class=\"badge-stack reveal\">\r\n            <span class=\"badge badge-bv\">\r\n              <img decoding=\"async\" src=\"https:\/\/www.hexis-graphics.com\/hexisgraphics\/2022\/09\/Certifications-ISO-HEXIS.png\" alt=\"Bureau Veritas\">\r\n              <b>Certified<\/b>\r\n            <\/span>\r\n            <span class=\"badge badge-fr\">\r\n              <img decoding=\"async\" src=\"https:\/\/www.hexis-graphics.com\/hexisgraphics\/2015\/09\/hexis-madeinfrance.jpg\" alt=\"Made in France\">\r\n              <b>Made in France<\/b>\r\n            <\/span>\r\n          <\/div>\r\n\r\n          <div class=\"blocks\">\r\n            <section class=\"block reveal\">\r\n              <h3>Expertise<\/h3>\r\n              <p>\r\n                Since its founding in <b>1989<\/b>, HEXIS has defended its position as a <b>French leader<\/b> in media for marking and digital printing against international competition. HEXIS operates <b>2 production sites<\/b>, one at its headquarters in <i>Frontignan (34)<\/i> and the second in <i>Hagetmau (40)<\/i>. HEXIS has long championed French manufacturing expertise across its plants.\r\n              <\/p>\r\n            <\/section>\r\n\r\n            <section class=\"block reveal\">\r\n              <h3>Application Areas<\/h3>\r\n              <p>\r\n                HEXIS innovatively develops product ranges for <b>digital printing professionals<\/b>, <b>sign painters<\/b>, and <b>signage specialists<\/b>... Urban advertising, interior d\u00e9cor, vehicle wrapping (cars, buses, trains, boats, aircraft), objects &amp; textiles, lamination\u2026 Demanding professional applications, fast and precise installation.\r\n              <\/p>\r\n            <\/section>\r\n            <section class=\"block reveal\">\r\n              <h3>Commitments<\/h3>\r\n              <p class=\"muted\">\r\n                <b>Local production<\/b>, <b>reduced footprint<\/b>, <b>controlled quality<\/b>... For several years HEXIS has been marketing a full range of <b>PVC-free adhesive films<\/b> to meet demanding industrial projects. From metro and train fleets to corporate vehicles, our films combine <b>aesthetics<\/b>, <b>durability<\/b>, and <b>protection<\/b>.\r\n              <\/p>\r\n            <\/section>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    (function(){\r\n      const root = document.getElementById('hexis-about');\r\n      if (!root) return;\r\n\r\n      const prefersReduced = window.matchMedia('(prefers-reduced-motion: reduce)').matches;\r\n      if (!prefersReduced && 'IntersectionObserver' in window) {\r\n        const io = new IntersectionObserver((entries) => {\r\n          entries.forEach(e => { if (e.isIntersecting) e.target.classList.add('in-view'); });\r\n        }, { rootMargin: '0px 0px -10% 0px', threshold: 0.1 });\r\n        root.querySelectorAll('.reveal').forEach(el => io.observe(el));\r\n      } else {\r\n        root.querySelectorAll('.reveal').forEach(el => el.classList.add('in-view'));\r\n      }\r\n\r\n      root.querySelectorAll('a[href^=\"#\"]').forEach(a => {\r\n        a.addEventListener('click', (ev) => {\r\n          const id = a.getAttribute('href').slice(1);\r\n          const target = document.getElementById(id);\r\n          if (target) {\r\n            ev.preventDefault();\r\n            target.scrollIntoView({ behavior: prefersReduced ? 'auto' : 'smooth', block: 'start' });\r\n          }\r\n        });\r\n      });\r\n    })();\r\n  <\/script>\r\n\r\n  <div id=\"kit-presse\" style=\"height:1px;\"><\/div>\r\n  <div id=\"recrutement\" style=\"height:1px;\"><\/div>\r\n<\/section>\r\n<!-- ======= \/HEXIS About Block ======= -->\r\n\r\n\r\n<!-- ======= HEXIS \u2014 Hero Soci\u00e9t\u00e9 ======= -->\r\n<section id=\"hexis-hero-static\" aria-label=\"HEXIS \u2014 Adhesive Film Expert\">\r\n  <style>\r\n    #hexis-hero-static {\r\n      --red: #C90C0F;\r\n      --ink: #0f1115;\r\n      --shadow: 0 18px 40px rgba(0,0,0,.25);\r\n      --radius: 18px;\r\n      --maxw: 1200px;\r\n      margin: 0 !important;\r\n      padding: 0 !important;\r\n      position: relative;\r\n      display: block;\r\n      isolation: isolate;\r\n      width: 100vw !important;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      max-width: none !important;\r\n      overflow: hidden;\r\n      background: #0a0002;\r\n      color: #fff;\r\n      font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;\r\n    }\r\n    #hexis-hero-static * { box-sizing: border-box; }\r\n\r\n    #hexis-hero-static .hhs-bg {\r\n      position: absolute; inset: 0; z-index: 0;\r\n      background: url('https:\/\/www.hexis-graphics.com\/hexisgraphics\/2015\/05\/batiment_hexis.jpg') center\/cover no-repeat;\r\n      animation: hhsZoom 18s ease-in-out infinite alternate;\r\n      will-change: transform;\r\n    }\r\n    @keyframes hhsZoom {\r\n      from { transform: scale(1); }\r\n      to   { transform: scale(1.07); }\r\n    }\r\n    #hexis-hero-static .hhs-overlay {\r\n      position: absolute; inset: 0; z-index: 1;\r\n      background:\r\n        linear-gradient(160deg, rgba(10,0,2,.75) 0%, rgba(20,2,4,.6) 50%, rgba(10,0,2,.7) 100%),\r\n        radial-gradient(1200px 600px at 20% 80%, rgba(201,12,15,.28), transparent 65%);\r\n    }\r\n\r\n    #hexis-hero-static .hhs-wrap {\r\n      position: relative; z-index: 2;\r\n      min-height: clamp(480px, 70vh, 700px);\r\n      display: flex; flex-direction: column;\r\n      align-items: center; justify-content: center;\r\n      padding: clamp(60px, 8vw, 100px) clamp(16px, 4vw, 40px) clamp(80px, 10vw, 120px);\r\n      max-width: var(--maxw); margin: 0 auto;\r\n      text-align: center;\r\n    }\r\n\r\n    #hexis-hero-static .hhs-eyebrow {\r\n      display: inline-flex; align-items: center; gap: 10px;\r\n      padding: 7px 16px; border-radius: 999px;\r\n      background: rgba(255,255,255,.08);\r\n      border: 1px solid rgba(255,255,255,.18);\r\n      backdrop-filter: blur(6px);\r\n      font-size: .85rem; font-weight: 600;\r\n      color: #e8e8e8; letter-spacing: .06em; text-transform: uppercase;\r\n      margin-bottom: 20px;\r\n      animation: hhsFadeUp .6s ease both .1s;\r\n    }\r\n    #hexis-hero-static .hhs-eyebrow-dot {\r\n      width: 8px; height: 8px; border-radius: 50%;\r\n      background: var(--red);\r\n      box-shadow: 0 0 0 4px rgba(201,12,15,.3);\r\n      flex-shrink: 0;\r\n      display: inline-block;\r\n    }\r\n\r\n    #hexis-hero-static .hhs-title {\r\n      margin: 0 0 .4em;\r\n      font-size: clamp(1.9rem, 5.5vw, 3.8rem);\r\n      font-weight: 900; letter-spacing: -.03em; line-height: 1.04;\r\n      text-wrap: balance;\r\n      animation: hhsFadeUp .7s ease both .25s;\r\n    }\r\n    #hexis-hero-static .hhs-title span {\r\n      background: linear-gradient(90deg, #ff5a5f, #ff835c);\r\n      -webkit-background-clip: text; background-clip: text; color: transparent;\r\n    }\r\n\r\n    #hexis-hero-static .hhs-sub {\r\n      margin: 0 auto 28px;\r\n      color: rgba(243,244,246,.88);\r\n      font-size: clamp(.95rem, 1.6vw, 1.15rem); line-height: 1.65;\r\n      max-width: 700px;\r\n      animation: hhsFadeUp .7s ease both .4s;\r\n    }\r\n\r\n    #hexis-hero-static .hhs-stats {\r\n      display: flex; gap: 0; align-items: stretch;\r\n      background: rgba(255,255,255,.07);\r\n      border: 1px solid rgba(255,255,255,.13);\r\n      border-radius: 20px;\r\n      backdrop-filter: blur(12px);\r\n      overflow: hidden;\r\n      margin: 0 0 32px;\r\n      animation: hhsFadeUp .75s ease both .55s;\r\n    }\r\n    #hexis-hero-static .hhs-stat {\r\n      flex: 1; display: flex; flex-direction: column;\r\n      align-items: center; justify-content: center;\r\n      padding: 18px 20px; gap: 4px;\r\n      border-right: 1px solid rgba(255,255,255,.1);\r\n    }\r\n    #hexis-hero-static .hhs-stat:last-child { border-right: none; }\r\n    #hexis-hero-static .hhs-stat-num {\r\n      font-size: clamp(1.5rem, 3vw, 2.1rem);\r\n      font-weight: 900; letter-spacing: -.03em; line-height: 1;\r\n      color: #fff;\r\n    }\r\n    #hexis-hero-static .hhs-stat-label {\r\n      font-size: .72rem; font-weight: 600; letter-spacing: .06em;\r\n      text-transform: uppercase; color: rgba(255,255,255,.55);\r\n      white-space: nowrap;\r\n    }\r\n\r\n    #hexis-hero-static .hhs-btns {\r\n      display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;\r\n      animation: hhsFadeUp .7s ease both .7s;\r\n    }\r\n    #hexis-hero-static .hhs-btn {\r\n      display: inline-flex; align-items: center; gap: 10px;\r\n      height: 52px; padding: 0 24px; border-radius: 14px;\r\n      text-decoration: none; font-weight: 800; font-size: .95rem; letter-spacing: .01em;\r\n      border: 1px solid rgba(255,255,255,.2);\r\n      background: rgba(255,255,255,.1); color: #fff;\r\n      backdrop-filter: blur(8px);\r\n      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;\r\n      box-shadow: 0 8px 24px rgba(0,0,0,.2);\r\n    }\r\n    #hexis-hero-static .hhs-btn.primary {\r\n      background: linear-gradient(135deg, var(--red), #ff3b30);\r\n      border-color: transparent;\r\n      box-shadow: 0 8px 24px rgba(201,12,15,.35);\r\n    }\r\n    #hexis-hero-static .hhs-btn:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(0,0,0,.3); }\r\n    #hexis-hero-static .hhs-btn.primary:hover { box-shadow: 0 14px 32px rgba(201,12,15,.45); }\r\n\r\n    #hexis-hero-static .hhs-bar {\r\n      position: absolute; left: 0; bottom: 0; right: 0; z-index: 2;\r\n      height: 4px;\r\n      background: linear-gradient(90deg, transparent, var(--red), #ff835c, var(--red), transparent);\r\n      background-size: 200% 100%;\r\n      animation: hhsBarSlide 3s ease-in-out infinite;\r\n    }\r\n    @keyframes hhsBarSlide {\r\n      0%   { background-position: 100% 0; }\r\n      100% { background-position: -100% 0; }\r\n    }\r\n\r\n    @keyframes hhsFadeUp {\r\n      from { opacity: 0; transform: translateY(16px); }\r\n      to   { opacity: 1; transform: translateY(0); }\r\n    }\r\n\r\n    @media (max-width: 640px) {\r\n      #hexis-hero-static .hhs-stats { flex-wrap: wrap; border-radius: 16px; }\r\n      #hexis-hero-static .hhs-stat { flex: 1 1 45%; min-width: 100px; }\r\n      #hexis-hero-static .hhs-stat:nth-child(2) { border-right: none; }\r\n      #hexis-hero-static .hhs-btn { height: 48px; padding: 0 18px; }\r\n    }\r\n  <\/style>\r\n\r\n  <div class=\"hhs-bg\" aria-hidden=\"true\"><\/div>\r\n  <div class=\"hhs-overlay\" aria-hidden=\"true\"><\/div>\r\n\r\n  <div class=\"hhs-wrap\">\r\n    <div class=\"hhs-eyebrow\">\r\n      <span class=\"hhs-eyebrow-dot\"><\/span>\r\n      French Manufacturer of Adhesive Films\r\n    <\/div>\r\n\r\n    <h2 class=\"hhs-title\">\r\n      Global expert in adhesive films<br>\r\n      <span>high performance<\/span> since 1989\r\n    <\/h2>\r\n\r\n    <p class=\"hhs-sub\">\r\n      Manufacturer and expert in adhesive solutions, HEXIS develops and produces adhesive films in France for the signage, wrapping, and surface protection markets.\r\n    <\/p>\r\n\r\n    <div class=\"hhs-stats\">\r\n      <div class=\"hhs-stat\">\r\n        <span class=\"hhs-stat-num\" data-count=\"35\" data-suffix=\"+\">35+<\/span>\r\n        <span class=\"hhs-stat-label\">Years of Expertise<\/span>\r\n      <\/div>\r\n      <div class=\"hhs-stat\">\r\n        <span class=\"hhs-stat-num\" data-count=\"2\">2<\/span>\r\n        <span class=\"hhs-stat-label\">Production Sites<\/span>\r\n      <\/div>\r\n      <div class=\"hhs-stat\">\r\n        <span class=\"hhs-stat-num\" data-count=\"85\" data-suffix=\"+\">85+<\/span>\r\n        <span class=\"hhs-stat-label\">Countries Served<\/span>\r\n      <\/div>\r\n      <div class=\"hhs-stat\">\r\n        <span class=\"hhs-stat-num\" data-count=\"400\" data-suffix=\"+\">400+<\/span>\r\n        <span class=\"hhs-stat-label\">Employees<\/span>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"hhs-btns\">\r\n      <a class=\"hhs-btn primary\" href=\"https:\/\/www.hexis-graphics.com\/fr\/products\/\">Discover Our Products<\/a>\r\n      <a class=\"hhs-btn\" href=\"https:\/\/www.hexis-graphics.com\/fr\/societe\/contact\/\">Contact Us<\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"hhs-bar\" aria-hidden=\"true\"><\/div>\r\n\r\n  <script>\r\n    (function(){\r\n      const nums = document.querySelectorAll('#hexis-hero-static [data-count]');\r\n      if (!nums.length) return;\r\n      function animateCount(el) {\r\n        const target = parseInt(el.dataset.count, 10);\r\n        const suffix = el.dataset.suffix || '';\r\n        const duration = 1800;\r\n        const start = performance.now();\r\n        function step(now) {\r\n          const progress = Math.min((now - start) \/ duration, 1);\r\n          const ease = 1 - Math.pow(1 - progress, 3);\r\n          el.textContent = Math.round(target * ease) + suffix;\r\n          if (progress < 1) requestAnimationFrame(step);\r\n        }\r\n        requestAnimationFrame(step);\r\n      }\r\n      if ('IntersectionObserver' in window) {\r\n        const io = new IntersectionObserver((entries) => {\r\n          entries.forEach(e => {\r\n            if (e.isIntersecting) { nums.forEach(animateCount); io.disconnect(); }\r\n          });\r\n        }, { threshold: .3 });\r\n        io.observe(document.querySelector('#hexis-hero-static'));\r\n      } else {\r\n        nums.forEach(animateCount);\r\n      }\r\n    })();\r\n  <\/script>\r\n<\/section>\r\n<!-- ======= \/HEXIS Hero Static ======= -->\r\n\r\n\r\n\r\n<!-- ======= HEXIS \u2014 Section Laboratoire R&D ======= -->\r\n<section id=\"hexis-rd\">\r\n  <style>\r\n    #hexis-rd{\r\n      --hexis-red:#C90C0F;\r\n      --ink:#0f1115;\r\n      --muted:#6b7280;\r\n      --bg:#ffffff;\r\n      --bg-soft:#f7f7f8;\r\n      --ring:rgba(201,12,15,.18);\r\n      --radius:18px;\r\n      --shadow:0 10px 25px rgba(0,0,0,.08);\r\n      --shadow-sm:0 6px 16px rgba(0,0,0,.06);\r\n      --maxw:1200px;\r\n      --gap:clamp(20px,4vw,40px);\r\n      font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;\r\n      color:var(--ink);\r\n      background:var(--bg);\r\n    }\r\n    #hexis-rd *{box-sizing:border-box}\r\n    #hexis-rd img{max-width:100%;display:block;height:auto}\r\n\r\n    #hexis-rd .wrap{\r\n      max-width:var(--maxw); margin:0 auto;\r\n      padding:clamp(24px,4vw,48px) clamp(16px,3.5vw,32px);\r\n    }\r\n    #hexis-rd .card{\r\n      background:var(--bg); border:1px solid #ececec;\r\n      border-radius:var(--radius); box-shadow:var(--shadow); overflow:clip;\r\n      position:relative;\r\n    }\r\n    #hexis-rd .grid{\r\n      display:grid; gap:var(--gap);\r\n      grid-template-columns: 1.15fr .85fr;\r\n      padding:clamp(20px,4vw,40px);\r\n      align-items:center;\r\n    }\r\n    @media (max-width: 920px){\r\n      #hexis-rd .grid{ grid-template-columns:1fr }\r\n    }\r\n    #hexis-rd .eyebrow{\r\n      display:inline-flex; align-items:center; gap:8px;\r\n      padding:6px 10px; border-radius:999px; font-size:.85rem;\r\n      background:#fff; border:1px solid #eee; box-shadow:var(--shadow-sm);\r\n      margin-bottom:10px;\r\n    }\r\n    #hexis-rd .eyebrow i{\r\n      width:8px; height:8px; border-radius:50%; background:var(--hexis-red);\r\n      box-shadow:0 0 0 4px var(--ring);\r\n    }\r\n    #hexis-rd h2{\r\n      margin:0 0 12px; line-height:1.05;\r\n      font-size:clamp(1.8rem,3.8vw,2.6rem); font-weight:900; letter-spacing:-.02em;\r\n    }\r\n    #hexis-rd h2 .accent{\r\n      background:linear-gradient(90deg,var(--hexis-red),#ff5a5f);\r\n      -webkit-background-clip:text; background-clip:text; color:transparent;\r\n    }\r\n    #hexis-rd .lead{\r\n      color:#262b33; font-size:clamp(1rem,1.4vw,1.1rem);\r\n      line-height:1.6; margin:0 0 16px;\r\n    }\r\n    #hexis-rd .kpis{ display:flex; flex-wrap:wrap; gap:12px; margin:16px 0 18px; }\r\n    #hexis-rd .kpi{\r\n      background:#fff; border:1px solid #eee; border-radius:14px;\r\n      padding:10px 14px; box-shadow:var(--shadow-sm);\r\n      display:flex; align-items:center; gap:10px; min-height:48px;\r\n    }\r\n    #hexis-rd .kpi b{ font-size:1.1rem }\r\n    #hexis-rd .kpi small{ color:var(--muted) }\r\n    #hexis-rd .btns{ display:flex; gap:10px; flex-wrap:wrap; }\r\n    #hexis-rd a.btn{\r\n      display:inline-flex; align-items:center; gap:10px;\r\n      height:46px; padding:0 16px; border-radius:12px; text-decoration:none;\r\n      font-weight:800; border:1px solid #e8e8e8; background:var(--bg-soft); color:var(--ink);\r\n      box-shadow:var(--shadow-sm); transition:transform .2s ease, box-shadow .2s ease;\r\n    }\r\n    #hexis-rd a.btn.primary{\r\n      background:linear-gradient(135deg,var(--hexis-red),#ff3b30); color:#fff; border-color:transparent;\r\n    }\r\n    #hexis-rd a.btn:hover{ transform:translateY(-2px); box-shadow:0 12px 28px rgba(0,0,0,.12); }\r\n\r\n    #hexis-rd .media{\r\n      position:relative; border-radius:16px; overflow:hidden;\r\n      border:1px solid #eaeaea; box-shadow:var(--shadow);\r\n      background:#000;\r\n    }\r\n    #hexis-rd .media .frame{\r\n      aspect-ratio: 16 \/ 7;\r\n      width:100%;\r\n      background-size:cover; background-position:center; background-repeat:no-repeat;\r\n      transform:scale(1.02); transition:transform .6s cubic-bezier(.22,1,.36,1), filter .4s ease;\r\n      filter:brightness(.92) saturate(1.05);\r\n    }\r\n    #hexis-rd .media:hover .frame{ transform:scale(1.05); filter:brightness(.98) }\r\n    #hexis-rd .media:after{\r\n      content:\"\"; position:absolute; inset:0;\r\n      background: radial-gradient(500px 220px at 10% 90%, rgba(201,12,15,.22), transparent 60%);\r\n      pointer-events:none;\r\n    }\r\n\r\n    #hexis-rd .dots{\r\n      position:absolute; right:-60px; top:-60px; width:200px; height:200px;\r\n      background:radial-gradient(circle at 8px 8px, var(--ring) 2px, transparent 2px) 0 0 \/ 20px 20px;\r\n      transform:rotate(15deg); pointer-events:none;\r\n    }\r\n\r\n    @media (prefers-reduced-motion:no-preference){\r\n      #hexis-rd .reveal{ opacity:0; transform:translateY(10px); filter:blur(4px); }\r\n      #hexis-rd .reveal.in{ opacity:1; transform:translateY(0); filter:blur(0);\r\n        transition:all .6s cubic-bezier(.22,1,.36,1); }\r\n    }\r\n  <\/style>\r\n\r\n  <div class=\"wrap\">\r\n    <div class=\"card\">\r\n      <div class=\"dots\" aria-hidden=\"true\"><\/div>\r\n\r\n      <div class=\"grid\">\r\n        <div class=\"col\">\r\n          <div class=\"eyebrow\"><i><\/i> R&amp;D Laboratory<\/div>\r\n          <h2>The <span class=\"accent\">Research &amp; Development<\/span> Laboratory<\/h2>\r\n          <p class=\"lead\">\r\n            We dedicate a significant portion of our revenue to R&amp;D.\r\n            Each production site has a dedicated laboratory to accelerate innovation\r\n            and ensure rigorous quality control.\r\n          <\/p>\r\n\r\n          <div class=\"kpis reveal\">\r\n            <div class=\"kpi\"><b data-count=\"2.5\">0<\/b><small>% of revenue in R&amp;D<\/small><\/div>\r\n            <div class=\"kpi\"><b data-count=\"2\">0<\/b><small>laboratories (2 sites)<\/small><\/div>\r\n            <div class=\"kpi\"><b data-count=\"20\">0<\/b><small>R&amp;D specialists<\/small><\/div>\r\n          <\/div>\r\n\r\n          <div class=\"btns reveal\">\r\n            <a class=\"btn primary\" href=\"https:\/\/www.hexis-graphics.com\/fr\/societe\/recherche-developpement\/\">Discover Our Innovations<\/a>\r\n            <a class=\"btn\" href=\"https:\/\/www.hexis-graphics.com\/fr\/societe\/contact\/\" target=\"_blank\" rel=\"noopener\">Contact Us<\/a>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"col\">\r\n          <figure class=\"media reveal\">\r\n            <div class=\"frame\" style=\"background-image:url('https:\/\/www.hexis-graphics.com\/hexisgraphics\/2015\/09\/hexis-laboratoire.jpg');\"><\/div>\r\n          <\/figure>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    (function(){\r\n      const root = document.getElementById('hexis-rd');\r\n      if(!root) return;\r\n\r\n      const obsOK = 'IntersectionObserver' in window && !window.matchMedia('(prefers-reduced-motion: reduce)').matches;\r\n      if (obsOK){\r\n        const io = new IntersectionObserver((entries)=>{\r\n          entries.forEach(e=>{ if(e.isIntersecting){ e.target.classList.add('in'); io.unobserve(e.target);} });\r\n        },{rootMargin:'0px 0px -10% 0px', threshold:0.1});\r\n        root.querySelectorAll('.reveal').forEach(el=>io.observe(el));\r\n      } else {\r\n        root.querySelectorAll('.reveal').forEach(el=>el.classList.add('in'));\r\n      }\r\n\r\n      function animateCount(el){\r\n        const target = Number(el.getAttribute('data-count') || 0);\r\n        const isInt = Number.isInteger(target);\r\n        const duration = 900;\r\n        const start = performance.now();\r\n        function tick(now){\r\n          const p = Math.min(1, (now - start) \/ duration);\r\n          const val = isInt ? Math.round(target * p) : (target * p);\r\n          el.textContent = isInt ? val : (Math.round(val*10)\/10).toString().replace('.', ',');\r\n          if (p < 1) requestAnimationFrame(tick);\r\n        }\r\n        requestAnimationFrame(tick);\r\n      }\r\n      root.querySelectorAll('[data-count]').forEach(el=>{\r\n        if (obsOK){\r\n          const io2 = new IntersectionObserver(([e])=>{\r\n            if(e.isIntersecting){ animateCount(el); io2.disconnect(); }\r\n          },{threshold:0.6});\r\n          io2.observe(el);\r\n        } else { animateCount(el); }\r\n      });\r\n    })();\r\n  <\/script>\r\n<\/section>\r\n<!-- ======= \/HEXIS \u2014 Section Laboratoire R&D ======= -->\r\n\r\n\r\n<!-- ======= HEXIS \u2014 Analyses & Contr\u00f4les ======= -->\r\n<section id=\"hexis-analyses\">\r\n  <style>\r\n    #hexis-analyses{\r\n      --hexis-red:#C90C0F;\r\n      --ink:#0f1115;\r\n      --muted:#6b7280;\r\n      --bg:#ffffff;\r\n      --bg-soft:#f7f7f8;\r\n      --ring:rgba(201,12,15,.18);\r\n      --radius:16px;\r\n      --shadow:0 10px 25px rgba(0,0,0,.08);\r\n      --shadow-sm:0 6px 16px rgba(0,0,0,.06);\r\n      --maxw:1200px;\r\n      --gap:clamp(14px,2.5vw,20px);\r\n      font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;\r\n      color:var(--ink);\r\n      background:var(--bg);\r\n    }\r\n    #hexis-analyses *{ box-sizing:border-box }\r\n    #hexis-analyses img{ display:block; max-width:100%; height:auto }\r\n\r\n    .ha-wrap{ max-width:var(--maxw); margin:0 auto; padding:clamp(24px,4vw,48px) clamp(16px,3.5vw,32px); }\r\n    .ha-head{ text-align:center; margin-bottom:clamp(14px,3vw,22px); }\r\n    .ha-head .eyebrow{\r\n      display:inline-flex; align-items:center; gap:8px;\r\n      padding:6px 10px; border-radius:999px; font-size:.85rem;\r\n      background:#fff; border:1px solid #eee; box-shadow:var(--shadow-sm);\r\n      margin-bottom:10px;\r\n    }\r\n    .ha-head .eyebrow i{ width:8px; height:8px; border-radius:50%; background:var(--hexis-red); box-shadow:0 0 0 4px var(--ring); }\r\n    .ha-head h2{\r\n      margin:.2em 0 .2em; line-height:1.1;\r\n      font-size:clamp(1.4rem,3.2vw,2rem); font-weight:900; letter-spacing:-.01em;\r\n    }\r\n    .ha-head p{ color:#2b313a; opacity:.9; max-width:900px; margin:8px auto 0; }\r\n\r\n    .ha-grid{\r\n      display:grid; gap:var(--gap);\r\n      grid-template-columns: repeat(7, 1fr);\r\n      align-items: stretch;\r\n    }\r\n    @media (max-width:1200px){ .ha-grid{ grid-template-columns: repeat(4, 1fr); } }\r\n    @media (max-width:820px){ .ha-grid{ grid-template-columns: repeat(3, 1fr); } }\r\n    @media (max-width:560px){ .ha-grid{ grid-template-columns: repeat(2, 1fr); } }\r\n\r\n    .ha-item{\r\n      display: flex; flex-direction: column; justify-content: flex-start;\r\n      align-items: center; height: 100%; padding: 24px 14px 26px;\r\n      background: var(--bg); border: 1px solid #ececec; border-radius: var(--radius);\r\n      box-shadow: var(--shadow-sm); text-align: center;\r\n      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;\r\n      position: relative; overflow: hidden;\r\n    }\r\n    .ha-item:before{\r\n      content:\"\"; position:absolute; inset:0; pointer-events:none;\r\n      background: radial-gradient(380px 180px at 10% 120%, rgba(201,12,15,.08), transparent 60%);\r\n      opacity:.8; transition:opacity .25s ease;\r\n    }\r\n    .ha-item:hover{ transform:translateY(-3px); box-shadow:0 14px 30px rgba(0,0,0,.12); border-color:#e6e6e6; }\r\n    .ha-item:hover:before{ opacity:1; }\r\n\r\n    .ha-ico{\r\n      width:72px; height:72px; border-radius:18px;\r\n      margin:0 auto 14px; display:grid; place-items:center;\r\n      background:var(--bg-soft); border:1px solid #eee; box-shadow:var(--shadow-sm);\r\n    }\r\n    .ha-ico img{\r\n      width:40px; height:40px; object-fit:contain;\r\n      filter: grayscale(.05) saturate(1.05);\r\n      transition: transform .25s ease;\r\n    }\r\n    .ha-item:hover .ha-ico img{ transform:scale(1.06); }\r\n\r\n    .ha-title{\r\n      font-weight:600; font-size:.95rem; line-height:1.4; color:#1f2430;\r\n      margin-top:auto; display:flex; align-items:center; justify-content:center;\r\n      text-align:center; min-height:3.5em;\r\n    }\r\n\r\n    @media (max-width:560px){\r\n      .ha-item{ padding:20px 10px; }\r\n      .ha-title{ font-size:0.9rem; min-height:auto; }\r\n    }\r\n\r\n    @media (prefers-reduced-motion:no-preference){\r\n      #hexis-analyses .reveal{ opacity:0; transform:translateY(8px); filter:blur(4px); }\r\n      #hexis-analyses .reveal.in{ opacity:1; transform:translateY(0); filter:blur(0); transition:all .55s cubic-bezier(.22,1,.36,1); }\r\n    }\r\n  <\/style>\r\n\r\n  <div class=\"ha-wrap\">\r\n    <header class=\"ha-head\">\r\n      <div class=\"eyebrow\"><i><\/i> Quality Control<\/div>\r\n      <h2>Precise analyses guarantee the quality of our products<\/h2>\r\n      <p>To achieve this, we evaluate a set of mechanical, optical, and adhesion properties in the laboratory.<\/p>\r\n    <\/header>\r\n\r\n    <div class=\"ha-grid\">\r\n\r\n      <article class=\"ha-item reveal\">\r\n        <div class=\"ha-ico\">\r\n          <img decoding=\"async\" src=\"https:\/\/www.hexis-graphics.com\/hexisgraphics\/2026\/02\/arrow-icon.webp\" alt=\"Elongation and breaking strength\">\r\n        <\/div>\r\n        <div class=\"ha-title\">Elongation and<br>breaking strength<\/div>\r\n      <\/article>\r\n\r\n      <article class=\"ha-item reveal\">\r\n        <div class=\"ha-ico\">\r\n          <img decoding=\"async\" src=\"https:\/\/www.hexis-graphics.com\/hexisgraphics\/2026\/02\/icon-palette.webp\" alt=\"Color conformity\">\r\n        <\/div>\r\n        <div class=\"ha-title\">Color<br>conformity<\/div>\r\n      <\/article>\r\n\r\n      <article class=\"ha-item reveal\">\r\n        <div class=\"ha-ico\">\r\n          <img decoding=\"async\" src=\"https:\/\/www.hexis-graphics.com\/hexisgraphics\/2026\/02\/arrow-icon.webp\" alt=\"Surface roughness\">\r\n        <\/div>\r\n        <div class=\"ha-title\">Surface<br>roughness<\/div>\r\n      <\/article>\r\n\r\n      <article class=\"ha-item reveal\">\r\n        <div class=\"ha-ico\">\r\n          <img decoding=\"async\" src=\"https:\/\/www.hexis-graphics.com\/hexisgraphics\/2026\/02\/icon-pelage.webp\" alt=\"Peel strength\">\r\n        <\/div>\r\n        <div class=\"ha-title\">Peel<br>strength<\/div>\r\n      <\/article>\r\n\r\n      <article class=\"ha-item reveal\">\r\n        <div class=\"ha-ico\">\r\n          <img decoding=\"async\" src=\"https:\/\/www.hexis-graphics.com\/hexisgraphics\/2026\/02\/icon-sticky.webp\" alt=\"Immediate adhesion (tack)\">\r\n        <\/div>\r\n        <div class=\"ha-title\">Immediate adhesion<br>(the \"tack\")<\/div>\r\n      <\/article>\r\n\r\n      <article class=\"ha-item reveal\">\r\n        <div class=\"ha-ico\">\r\n          <img decoding=\"async\" src=\"https:\/\/www.hexis-graphics.com\/hexisgraphics\/2026\/02\/check-icon.webp\" alt=\"Final adhesion to the substrate\">\r\n        <\/div>\r\n        <div class=\"ha-title\">Final adhesion<br>to the substrate<\/div>\r\n      <\/article>\r\n\r\n      <article class=\"ha-item reveal\">\r\n        <div class=\"ha-ico\">\r\n          <img decoding=\"async\" src=\"https:\/\/www.hexis-graphics.com\/hexisgraphics\/2026\/02\/icon-clock.webp\" alt=\"Stability over time (oven and QUV)\">\r\n        <\/div>\r\n        <div class=\"ha-title\">Stability over time<br>(oven and \"QUV\")<\/div>\r\n      <\/article>\r\n\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    (function(){\r\n      const root = document.getElementById('hexis-analyses');\r\n      if (!root) return;\r\n      const pref = window.matchMedia('(prefers-reduced-motion: reduce)').matches;\r\n      if (!pref && 'IntersectionObserver' in window) {\r\n        const io = new IntersectionObserver((entries)=>{\r\n          entries.forEach(e=>{ if(e.isIntersecting){ e.target.classList.add('in'); io.unobserve(e.target); } });\r\n        },{rootMargin:'0px 0px -6% 0px', threshold:0.05});\r\n        root.querySelectorAll('.reveal').forEach(el=>io.observe(el));\r\n      } else {\r\n        root.querySelectorAll('.reveal').forEach(el=>el.classList.add('in'));\r\n      }\r\n    })();\r\n  <\/script>\r\n<\/section>\r\n<!-- ======= \/HEXIS \u2014 Analyses & Contr\u00f4les ======= -->\r\n\r\n\r\n<!-- ======= HEXIS \u2014 R\u00e9seau de Filiales ======= -->\r\n<section id=\"hexis-reseau\">\r\n  <style>\r\n    #hexis-reseau {\r\n      --hexis-red: #C90C0F;\r\n      --gold: #f5a623;\r\n      --maxw: 1200px;\r\n      font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;\r\n    }\r\n    #hexis-reseau * { box-sizing: border-box; }\r\n    #hexis-reseau img { display: block; max-width: 100%; height: auto; }\r\n\r\n    #hexis-reseau .outer {\r\n      position: relative;\r\n      background: #120204;\r\n      background-image: url('https:\/\/www.hexis-graphics.com\/hexisgraphics\/2015\/09\/hexis-filiales.png');\r\n      background-size: cover;\r\n      background-position: center;\r\n      background-repeat: no-repeat;\r\n      overflow: hidden;\r\n    }\r\n    #hexis-reseau .outer:before {\r\n      content: \"\";\r\n      position: absolute; inset: 0;\r\n      background: linear-gradient(135deg, rgba(10,1,2,.88) 0%, rgba(25,3,6,.80) 50%, rgba(10,1,2,.75) 100%);\r\n      pointer-events: none;\r\n    }\r\n\r\n    #hexis-reseau .inner {\r\n      position: relative;\r\n      max-width: var(--maxw);\r\n      margin: 0 auto;\r\n      padding: clamp(40px, 6vw, 72px) clamp(16px, 3.5vw, 32px);\r\n      display: grid;\r\n      grid-template-columns: 1fr 360px;\r\n      gap: clamp(24px, 4vw, 48px);\r\n      align-items: start;\r\n    }\r\n    @media (max-width: 900px) {\r\n      #hexis-reseau .inner { grid-template-columns: 1fr; }\r\n    }\r\n\r\n    #hexis-reseau .eyebrow {\r\n      display: inline-flex; align-items: center; gap: 8px;\r\n      padding: 6px 12px; border-radius: 999px; font-size: .85rem;\r\n      background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);\r\n      backdrop-filter: blur(4px); color: #e8e8e8;\r\n      margin-bottom: 14px;\r\n    }\r\n    #hexis-reseau .eyebrow i {\r\n      width: 8px; height: 8px; border-radius: 50%; background: var(--hexis-red);\r\n      box-shadow: 0 0 0 4px rgba(201,12,15,.35);\r\n    }\r\n\r\n    #hexis-reseau h2 {\r\n      font-size: clamp(1.8rem, 4.5vw, 3rem);\r\n      font-weight: 900; letter-spacing: -.02em; line-height: 1.05;\r\n      color: #fff; margin: 0 0 16px;\r\n    }\r\n    #hexis-reseau .lead {\r\n      color: rgba(255,255,255,.8); font-size: clamp(.95rem, 1.4vw, 1.05rem);\r\n      line-height: 1.65; margin: 0 0 24px;\r\n      max-width: 560px;\r\n    }\r\n\r\n    #hexis-reseau .countries {\r\n      display: flex; flex-wrap: wrap; gap: 10px;\r\n    }\r\n    #hexis-reseau .country-pill {\r\n      display: inline-flex; align-items: center; gap: 6px;\r\n      padding: 6px 14px; border-radius: 999px;\r\n      background: rgba(255,255,255,.92); color: #0f1115;\r\n      font-weight: 600; font-size: .88rem;\r\n      border: 1px solid rgba(255,255,255,.3);\r\n    }\r\n    #hexis-reseau .country-pill span {\r\n      width: 7px; height: 7px; border-radius: 50%;\r\n      background: var(--hexis-red); flex-shrink: 0;\r\n    }\r\n\r\n    \/* Right card *\/\r\n    #hexis-reseau .card {\r\n      background: rgba(255,255,255,.06);\r\n      border: 1px solid rgba(255,255,255,.14);\r\n      border-radius: 20px;\r\n      padding: clamp(20px, 3vw, 28px);\r\n      backdrop-filter: blur(12px);\r\n    }\r\n    #hexis-reseau .card h3 {\r\n      font-size: 1.15rem; font-weight: 800; color: #fff;\r\n      margin: 0 0 12px; line-height: 1.3;\r\n    }\r\n    #hexis-reseau .card p {\r\n      color: rgba(255,255,255,.72); font-size: .9rem; line-height: 1.65;\r\n      margin: 0 0 20px;\r\n    }\r\n    #hexis-reseau .card p b { color: rgba(255,255,255,.92); }\r\n\r\n    #hexis-reseau a.btn-gold {\r\n      display: inline-flex; align-items: center; gap: 10px;\r\n      height: 48px; padding: 0 20px; border-radius: 12px; text-decoration: none;\r\n      font-weight: 800; font-size: .95rem; letter-spacing: .01em;\r\n      background: var(--gold); color: #fff;\r\n      border: none;\r\n      box-shadow: 0 6px 20px rgba(245,166,35,.35);\r\n      transition: transform .2s ease, box-shadow .2s ease;\r\n    }\r\n    #hexis-reseau a.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(245,166,35,.45); }\r\n\r\n    @media (prefers-reduced-motion: no-preference) {\r\n      #hexis-reseau .reveal { opacity: 0; transform: translateY(12px); }\r\n      #hexis-reseau .reveal.in { opacity: 1; transform: translateY(0); transition: all .65s cubic-bezier(.22,1,.36,1); }\r\n    }\r\n  <\/style>\r\n\r\n  <div class=\"outer\">\r\n    <div class=\"inner\">\r\n\r\n      <!-- Left -->\r\n      <div class=\"left-col\">\r\n        <div class=\"eyebrow\"><i><\/i> Beyond France\u2026 the world!<\/div>\r\n        <h2>A network of subsidiaries and partners across the globe<\/h2>\r\n        <p class=\"lead\">\r\n          Thanks to the diversification and added value of its technical films, HEXIS has met the challenges of globalization and now exports half of its production worldwide through its subsidiaries and distributors.\r\n        <\/p>\r\n\r\n        <div class=\"countries reveal\">\r\n          <span class=\"country-pill\"><span><\/span>Denmark<\/span>\r\n          <span class=\"country-pill\"><span><\/span>Netherlands<\/span>\r\n          <span class=\"country-pill\"><span><\/span>Germany<\/span>\r\n          <span class=\"country-pill\"><span><\/span>Spain<\/span>\r\n          <span class=\"country-pill\"><span><\/span>Italy<\/span>\r\n          <span class=\"country-pill\"><span><\/span>Sweden<\/span>\r\n          <span class=\"country-pill\"><span><\/span>French West Indies<\/span>\r\n          <span class=\"country-pill\"><span><\/span>Switzerland<\/span>\r\n          <span class=\"country-pill\"><span><\/span>R\u00e9union<\/span>\r\n          <span class=\"country-pill\"><span><\/span>Australia<\/span>\r\n          <span class=\"country-pill\"><span><\/span>United States<\/span>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- Right: distributors card -->\r\n      <div class=\"card reveal\">\r\n        <h3>Distributors &amp; Independent Franchise Companies<\/h3>\r\n        <p>\r\n          HEXIS works in partnership with independent franchise companies: in the <b>Middle East \u2014 HEXIS ME<\/b> and in the <b>United Kingdom \u2014 HEXIS UK<\/b>. There are also more than <b>60 distributors<\/b> serving <b>85 other countries<\/b> around the world. Get in touch with the team nearest you.\r\n        <\/p>\r\n        <a class=\"btn-gold\" href=\"https:\/\/www.hexis-graphics.com\/fr\/societe\/reseau-hexis\/\" target=\"_blank\" rel=\"noopener\">\r\n          \u2192 OUR HEXIS NETWORK\r\n        <\/a>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    (function(){\r\n      const root = document.getElementById('hexis-reseau');\r\n      if (!root) return;\r\n      const pref = window.matchMedia('(prefers-reduced-motion: reduce)').matches;\r\n      if (!pref && 'IntersectionObserver' in window) {\r\n        const io = new IntersectionObserver((entries)=>{\r\n          entries.forEach(e=>{ if(e.isIntersecting){ e.target.classList.add('in'); io.unobserve(e.target); } });\r\n        },{rootMargin:'0px 0px -8% 0px', threshold:0.1});\r\n        root.querySelectorAll('.reveal').forEach(el=>io.observe(el));\r\n      } else {\r\n        root.querySelectorAll('.reveal').forEach(el=>el.classList.add('in'));\r\n      }\r\n    })();\r\n  <\/script>\r\n<\/section>\r\n<!-- ======= \/HEXIS \u2014 R\u00e9seau de Filiales ======= -->\r\n\r\n\r\n<!-- ======= HEXIS \u2014 Engagement Qualit\u00e9 & ISO ======= -->\r\n<section id=\"hexis-qualite-engagement\">\r\n  <style>\r\n    #hexis-qualite-engagement {\r\n      --hexis-red: #C90C0F;\r\n      --ink: #0f1115;\r\n      --muted: #6b7280;\r\n      --bg: #ffffff;\r\n      --bg-soft: #f7f7f8;\r\n      --ring: rgba(201,12,15,.18);\r\n      --radius: 18px;\r\n      --shadow: 0 10px 25px rgba(0,0,0,.08);\r\n      --shadow-sm: 0 6px 16px rgba(0,0,0,.06);\r\n      --maxw: 1200px;\r\n      font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;\r\n      color: var(--ink);\r\n      background: var(--bg);\r\n    }\r\n    #hexis-qualite-engagement * { box-sizing: border-box; }\r\n\r\n    #hexis-qualite-engagement .wrap {\r\n      max-width: var(--maxw); margin: 0 auto;\r\n      padding: clamp(24px, 4vw, 48px) clamp(16px, 3.5vw, 32px);\r\n    }\r\n\r\n    #hexis-qualite-engagement .eyebrow {\r\n      display: inline-flex; align-items: center; gap: 8px;\r\n      padding: 6px 10px; border-radius: 999px; font-size: .85rem;\r\n      background: #fff; border: 1px solid #eee; box-shadow: var(--shadow-sm);\r\n      margin-bottom: 12px;\r\n    }\r\n    #hexis-qualite-engagement .eyebrow i {\r\n      width: 8px; height: 8px; border-radius: 50%; background: var(--hexis-red);\r\n      box-shadow: 0 0 0 4px var(--ring);\r\n    }\r\n    #hexis-qualite-engagement h2 {\r\n      font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 900;\r\n      letter-spacing: -.02em; line-height: 1.1; margin: 0 0 12px;\r\n    }\r\n    #hexis-qualite-engagement .lead {\r\n      color: #262b33; font-size: clamp(.95rem, 1.4vw, 1.05rem);\r\n      line-height: 1.65; max-width: 760px; margin: 0 0 32px;\r\n    }\r\n\r\n    #hexis-qualite-engagement .iso-grid {\r\n      display: grid;\r\n      grid-template-columns: repeat(4, 1fr);\r\n      gap: clamp(12px, 2.5vw, 20px);\r\n    }\r\n    @media (max-width: 900px) {\r\n      #hexis-qualite-engagement .iso-grid { grid-template-columns: repeat(2, 1fr); }\r\n    }\r\n    @media (max-width: 480px) {\r\n      #hexis-qualite-engagement .iso-grid { grid-template-columns: 1fr; }\r\n    }\r\n\r\n    #hexis-qualite-engagement .iso-card {\r\n      background: var(--bg);\r\n      border: 1px solid #e8e8e8;\r\n      border-radius: 16px;\r\n      padding: clamp(18px, 2.5vw, 26px);\r\n      box-shadow: var(--shadow-sm);\r\n      display: flex; flex-direction: column; align-items: center;\r\n      text-align: center; gap: 8px;\r\n      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;\r\n      position: relative; overflow: hidden;\r\n    }\r\n    #hexis-qualite-engagement .iso-card:before {\r\n      content: \"\"; position: absolute; inset: 0; pointer-events: none;\r\n      background: radial-gradient(400px 200px at 50% 110%, rgba(201,12,15,.05), transparent 60%);\r\n    }\r\n    #hexis-qualite-engagement .iso-card:hover {\r\n      transform: translateY(-4px); box-shadow: 0 16px 36px rgba(0,0,0,.11); border-color: #d8d8d8;\r\n    }\r\n\r\n    #hexis-qualite-engagement .iso-num {\r\n      font-size: clamp(1.2rem, 2.5vw, 1.5rem); font-weight: 900;\r\n      letter-spacing: -.02em; color: var(--ink);\r\n      line-height: 1.15; text-align: center; width: 100%;\r\n    }\r\n    #hexis-qualite-engagement .iso-sub {\r\n      font-size: .78rem; font-weight: 600; color: var(--hexis-red);\r\n      text-transform: uppercase; letter-spacing: .06em;\r\n      text-align: center; width: 100%;\r\n    }\r\n    #hexis-qualite-engagement .iso-desc {\r\n      font-size: .88rem; color: var(--muted); line-height: 1.5;\r\n      margin: 0; text-align: center; width: 100%;\r\n    }\r\n    #hexis-qualite-engagement .iso-divider {\r\n      width: 32px; height: 3px; border-radius: 2px;\r\n      background: linear-gradient(90deg, var(--hexis-red), #ff5a5f);\r\n    }\r\n\r\n    @media (prefers-reduced-motion: no-preference) {\r\n      #hexis-qualite-engagement .reveal { opacity: 0; transform: translateY(10px); filter: blur(4px); }\r\n      #hexis-qualite-engagement .reveal.in { opacity: 1; transform: translateY(0); filter: blur(0); transition: all .6s cubic-bezier(.22,1,.36,1); }\r\n      #hexis-qualite-engagement .iso-card:nth-child(2) { transition-delay: .07s; }\r\n      #hexis-qualite-engagement .iso-card:nth-child(3) { transition-delay: .14s; }\r\n      #hexis-qualite-engagement .iso-card:nth-child(4) { transition-delay: .21s; }\r\n    }\r\n  <\/style>\r\n\r\n  <div class=\"wrap\">\r\n    <div class=\"eyebrow\"><i><\/i> Quality &amp; Sustainability<\/div>\r\n    <h2>Our Quality and Responsibility Commitment<\/h2>\r\n    <p class=\"lead\">\r\n      Under the leadership of its founder, <b>Michel MATEU<\/b>, HEXIS has embedded sustainable development values into its operations and has implemented concrete actions to minimize the environmental impact of its activities.\r\n    <\/p>\r\n\r\n    <div class=\"iso-grid\">\r\n\r\n      <div class=\"iso-card reveal\">\r\n        <div class=\"iso-num\">ISO 9001<\/div>\r\n        <div class=\"iso-divider\"><\/div>\r\n        <p class=\"iso-desc\">Quality Management<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"iso-card reveal\">\r\n        <div class=\"iso-num\">ISO 14001<\/div>\r\n        <div class=\"iso-divider\"><\/div>\r\n        <p class=\"iso-desc\">Environmental Management<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"iso-card reveal\">\r\n        <div class=\"iso-num\">ISO 45001<\/div>\r\n        <div class=\"iso-divider\"><\/div>\r\n        <p class=\"iso-desc\">Occupational Health and Safety Management<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"iso-card reveal\">\r\n        <div class=\"iso-num\">IATF 16949<\/div>\r\n        <div class=\"iso-sub\">Frontignan Site<\/div>\r\n        <div class=\"iso-divider\"><\/div>\r\n        <p class=\"iso-desc\">Quality Management in the Automotive Industry<\/p>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    (function(){\r\n      const root = document.getElementById('hexis-qualite-engagement');\r\n      if (!root) return;\r\n      const pref = window.matchMedia('(prefers-reduced-motion: reduce)').matches;\r\n      if (!pref && 'IntersectionObserver' in window) {\r\n        const io = new IntersectionObserver((entries)=>{\r\n          entries.forEach(e=>{ if(e.isIntersecting){ e.target.classList.add('in'); io.unobserve(e.target); } });\r\n        },{rootMargin:'0px 0px -8% 0px', threshold:0.1});\r\n        root.querySelectorAll('.reveal').forEach(el=>io.observe(el));\r\n      } else {\r\n        root.querySelectorAll('.reveal').forEach(el=>el.classList.add('in'));\r\n      }\r\n    })();\r\n  <\/script>\r\n<\/section>\r\n<!-- ======= \/HEXIS \u2014 Engagement Qualit\u00e9 & ISO ======= -->\r\n\r\n\r\n<!-- ======= HEXIS \u2014 Boutons CTA ======= -->\r\n<section id=\"hexis-cta\">\r\n  <style>\r\n    #hexis-cta {\r\n      --hexis-red: #C90C0F;\r\n      --ink: #0f1115;\r\n      --bg: #ffffff;\r\n      --bg-soft: #f7f7f8;\r\n      --shadow-sm: 0 6px 16px rgba(0,0,0,.06);\r\n      --maxw: 1200px;\r\n      font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;\r\n      background: var(--bg-soft);\r\n      border-top: 1px solid #ececec;\r\n    }\r\n    #hexis-cta * { box-sizing: border-box; }\r\n\r\n    #hexis-cta .wrap {\r\n      max-width: var(--maxw); margin: 0 auto;\r\n      padding: clamp(24px, 4vw, 40px) clamp(16px, 3.5vw, 32px);\r\n      display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; align-items: center;\r\n    }\r\n\r\n    #hexis-cta a.btn {\r\n      display: inline-flex; align-items: center; justify-content: center; gap: 8px;\r\n      height: 52px; padding: 0 24px; border-radius: 14px; text-decoration: none;\r\n      font-weight: 800; font-size: .95rem; letter-spacing: .01em;\r\n      border: 1px solid #e0e0e0; background: #fff; color: var(--ink);\r\n      box-shadow: var(--shadow-sm);\r\n      transition: transform .2s ease, box-shadow .2s ease;\r\n      white-space: nowrap;\r\n    }\r\n    #hexis-cta a.btn.primary {\r\n      background: linear-gradient(135deg, var(--hexis-red), #ff3b30);\r\n      color: #fff; border-color: transparent;\r\n      box-shadow: 0 8px 20px rgba(201,12,15,.25);\r\n    }\r\n    #hexis-cta a.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.14); }\r\n    #hexis-cta a.btn.primary:hover { box-shadow: 0 12px 28px rgba(201,12,15,.35); }\r\n\r\n    @media (max-width: 600px) {\r\n      #hexis-cta .wrap { flex-direction: column; align-items: stretch; }\r\n      #hexis-cta a.btn { justify-content: center; }\r\n    }\r\n  <\/style>\r\n\r\n  <div class=\"wrap\">\r\n    <a class=\"btn primary\" href=\"https:\/\/www.hexis-graphics.com\/hexisgraphics\/2026\/07\/PressKit_2026_EN.zip\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n      Press Kit\r\n    <\/a>\r\n    <a class=\"btn\" href=\"https:\/\/career.hexisgroup.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n      Career Center\r\n    <\/a>\r\n    <a class=\"btn primary\" href=\"https:\/\/fr.hexis-training.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n      Training\r\n    <\/a>\r\n    <a class=\"btn\" href=\"https:\/\/www.hexis-graphics.com\/fr\/societe\/reseau-hexis\/\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n      HEXIS Network\r\n    <\/a>\r\n  <\/div>\r\n<\/section>\r\n<!-- ======= \/HEXIS \u2014 Boutons CTA ======= -->\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Company \u2014 HEXIS SAS About HEXIS SAS, a major player in the adhesive film market Adhesive films for visual communication and surface protection, designed for professionals, built for performance. Press Kit Career Center Made in France &amp; Expertise Certified Made in France Expertise Since its founding in 1989, HEXIS has defended its position as a [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":10,"comment_status":"closed","ping_status":"closed","template":"page-hexis.php","meta":{"footnotes":""},"class_list":["post-5426","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>HEXIS - HEXIS Graphics<\/title>\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.hexis-graphics.com\/en\/company\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HEXIS - HEXIS Graphics\" \/>\n<meta property=\"og:description\" content=\"Company \u2014 HEXIS SAS About HEXIS SAS, a major player in the adhesive film market Adhesive films for visual communication and surface protection, designed for professionals, built for performance. Press Kit Career Center Made in France &amp; Expertise Certified Made in France Expertise Since its founding in 1989, HEXIS has defended its position as a [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hexis-graphics.com\/en\/company\/\" \/>\n<meta property=\"og:site_name\" content=\"HEXIS Graphics\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/hexisgraphics\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-21T09:56:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.hexis-graphics.com\/hexisgraphics\/2022\/09\/Certifications-ISO-HEXIS.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@hexisgraphics\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.hexis-graphics.com\\\/en\\\/company\\\/\",\"url\":\"https:\\\/\\\/www.hexis-graphics.com\\\/en\\\/company\\\/\",\"name\":\"HEXIS - HEXIS Graphics\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.hexis-graphics.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.hexis-graphics.com\\\/en\\\/company\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hexis-graphics.com\\\/en\\\/company\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.hexis-graphics.com\\\/hexisgraphics\\\/2022\\\/09\\\/Certifications-ISO-HEXIS.png\",\"datePublished\":\"2015-09-25T17:39:42+00:00\",\"dateModified\":\"2026-07-21T09:56:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.hexis-graphics.com\\\/en\\\/company\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.hexis-graphics.com\\\/en\\\/company\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.hexis-graphics.com\\\/en\\\/company\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.hexis-graphics.com\\\/hexisgraphics\\\/2022\\\/09\\\/Certifications-ISO-HEXIS.png\",\"contentUrl\":\"https:\\\/\\\/www.hexis-graphics.com\\\/hexisgraphics\\\/2022\\\/09\\\/Certifications-ISO-HEXIS.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.hexis-graphics.com\\\/en\\\/company\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.hexis-graphics.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HEXIS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.hexis-graphics.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.hexis-graphics.com\\\/en\\\/\",\"name\":\"HEXIS Graphics\",\"description\":\"Manufacturer of self-adhesive films\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.hexis-graphics.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.hexis-graphics.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.hexis-graphics.com\\\/en\\\/#organization\",\"name\":\"HEXIS Graphics\",\"url\":\"https:\\\/\\\/www.hexis-graphics.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.hexis-graphics.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.hexis-graphics.com\\\/hexisgraphics\\\/2016\\\/05\\\/logo_HEXIS.jpg\",\"contentUrl\":\"https:\\\/\\\/www.hexis-graphics.com\\\/hexisgraphics\\\/2016\\\/05\\\/logo_HEXIS.jpg\",\"width\":250,\"height\":107,\"caption\":\"HEXIS Graphics\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hexis-graphics.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/hexisgraphics\",\"https:\\\/\\\/x.com\\\/hexisgraphics\",\"https:\\\/\\\/www.instagram.com\\\/hexisgraphics\\\/\",\"https:\\\/\\\/fr.linkedin.com\\\/company\\\/hexis-s-a-\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/HEXISSA\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HEXIS - HEXIS Graphics","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.hexis-graphics.com\/en\/company\/","og_locale":"en_GB","og_type":"article","og_title":"HEXIS - HEXIS Graphics","og_description":"Company \u2014 HEXIS SAS About HEXIS SAS, a major player in the adhesive film market Adhesive films for visual communication and surface protection, designed for professionals, built for performance. Press Kit Career Center Made in France &amp; Expertise Certified Made in France Expertise Since its founding in 1989, HEXIS has defended its position as a [&hellip;]","og_url":"https:\/\/www.hexis-graphics.com\/en\/company\/","og_site_name":"HEXIS Graphics","article_publisher":"https:\/\/www.facebook.com\/hexisgraphics","article_modified_time":"2026-07-21T09:56:09+00:00","og_image":[{"url":"https:\/\/www.hexis-graphics.com\/hexisgraphics\/2022\/09\/Certifications-ISO-HEXIS.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@hexisgraphics","twitter_misc":{"Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.hexis-graphics.com\/en\/company\/","url":"https:\/\/www.hexis-graphics.com\/en\/company\/","name":"HEXIS - HEXIS Graphics","isPartOf":{"@id":"https:\/\/www.hexis-graphics.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hexis-graphics.com\/en\/company\/#primaryimage"},"image":{"@id":"https:\/\/www.hexis-graphics.com\/en\/company\/#primaryimage"},"thumbnailUrl":"https:\/\/www.hexis-graphics.com\/hexisgraphics\/2022\/09\/Certifications-ISO-HEXIS.png","datePublished":"2015-09-25T17:39:42+00:00","dateModified":"2026-07-21T09:56:09+00:00","breadcrumb":{"@id":"https:\/\/www.hexis-graphics.com\/en\/company\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hexis-graphics.com\/en\/company\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.hexis-graphics.com\/en\/company\/#primaryimage","url":"https:\/\/www.hexis-graphics.com\/hexisgraphics\/2022\/09\/Certifications-ISO-HEXIS.png","contentUrl":"https:\/\/www.hexis-graphics.com\/hexisgraphics\/2022\/09\/Certifications-ISO-HEXIS.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.hexis-graphics.com\/en\/company\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.hexis-graphics.com\/en\/"},{"@type":"ListItem","position":2,"name":"HEXIS"}]},{"@type":"WebSite","@id":"https:\/\/www.hexis-graphics.com\/en\/#website","url":"https:\/\/www.hexis-graphics.com\/en\/","name":"HEXIS Graphics","description":"Manufacturer of self-adhesive films","publisher":{"@id":"https:\/\/www.hexis-graphics.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hexis-graphics.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.hexis-graphics.com\/en\/#organization","name":"HEXIS Graphics","url":"https:\/\/www.hexis-graphics.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.hexis-graphics.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.hexis-graphics.com\/hexisgraphics\/2016\/05\/logo_HEXIS.jpg","contentUrl":"https:\/\/www.hexis-graphics.com\/hexisgraphics\/2016\/05\/logo_HEXIS.jpg","width":250,"height":107,"caption":"HEXIS Graphics"},"image":{"@id":"https:\/\/www.hexis-graphics.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/hexisgraphics","https:\/\/x.com\/hexisgraphics","https:\/\/www.instagram.com\/hexisgraphics\/","https:\/\/fr.linkedin.com\/company\/hexis-s-a-","https:\/\/www.youtube.com\/user\/HEXISSA"]}]}},"_links":{"self":[{"href":"https:\/\/www.hexis-graphics.com\/en\/wp-json\/wp\/v2\/pages\/5426","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hexis-graphics.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.hexis-graphics.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.hexis-graphics.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hexis-graphics.com\/en\/wp-json\/wp\/v2\/comments?post=5426"}],"version-history":[{"count":3,"href":"https:\/\/www.hexis-graphics.com\/en\/wp-json\/wp\/v2\/pages\/5426\/revisions"}],"predecessor-version":[{"id":59165,"href":"https:\/\/www.hexis-graphics.com\/en\/wp-json\/wp\/v2\/pages\/5426\/revisions\/59165"}],"wp:attachment":[{"href":"https:\/\/www.hexis-graphics.com\/en\/wp-json\/wp\/v2\/media?parent=5426"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}