{"id":1089016,"date":"2026-06-24T18:44:01","date_gmt":"2026-06-24T18:44:01","guid":{"rendered":"https:\/\/www.solystic.com\/?page_id=1089016"},"modified":"2026-07-21T13:17:54","modified_gmt":"2026-07-21T13:17:54","slug":"rse","status":"publish","type":"page","link":"https:\/\/www.solystic.com\/fr\/rse\/","title":{"rendered":"RSE"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section sol-rse-hero-section\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row preset--module--divi-row--default\">\n<div class=\"et_pb_column_0 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\">\n<style>\n  \/* --- VARIABLES & DESIGN TOKENS --- *\/\n  .sol-rse-container {\n    --sol-primary: #214487;\n    --sol-primary-rgb: 33, 68, 135;\n    --sol-secondary: #008e98;\n    --sol-secondary-rgb: 0, 142, 152;\n    --sol-accent: #ed7c00;\n    --sol-accent-rgb: 237, 124, 0;\n    --sol-neon-blue: #2ea3f2;\n    --sol-neon-blue-rgb: 46, 163, 242;\n    \n    --sol-bg-light: #f8fafc;\n    --sol-bg-white: #ffffff;\n    --sol-text-dark: #1f2022;\n    --sol-text-muted: #64748b;\n    --sol-border: #e2e8f0;\n    --sol-radius: 16px;\n    --sol-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05);\n    --sol-shadow-hover: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);\n    \n    font-family: 'Open Sans', Arial, sans-serif;\n    color: var(--sol-text-dark);\n    line-height: 1.65;\n    margin: 0 auto;\n    max-width: 1200px;\n  }\n\n  \/* Force font Barlow for headings inside the container *\/\n  .sol-rse-container h1, n  .sol-rse-container h2, n  .sol-rse-container h3, n  .sol-rse-container h4 {\n    font-family: 'Barlow', Arial, sans-serif !important;\n    font-weight: 700 !important;\n    margin-top: 0;\n  }\n\n  \/* --- INLINE SVG ICONS --- *\/\n  .sol-icon {\n    width: 28px;\n    height: 28px;\n    stroke: var(--sol-secondary);\n    stroke-width: 2px;\n    fill: none;\n    vertical-align: middle;\n    display: inline-block;\n  }\n\n  .btn-svg-icon {\n    width: 18px;\n    height: 18px;\n    stroke: currentColor;\n    stroke-width: 2px;\n    fill: none;\n    flex-shrink: 0;\n    vertical-align: middle;\n  }\n\n  \/* --- SECTION 1: HERO (DARK STYLE) --- *\/\n  body .sol-rse-hero-section {\n    background: linear-gradient(135deg, #122244 0%, #004c51 100%) !important;\n    padding: 90px 0 !important;\n    position: relative;\n    overflow: hidden;\n  }\n\n  body .sol-rse-hero-section::after {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -20%;\n    width: 400px;\n    height: 400px;\n    background: radial-gradient(circle, rgba(0, 142, 152, 0.08) 0%, transparent 70%);\n    border-radius: 50%;\n    z-index: 0;\n    pointer-events: none;\n  }\n\n  .sol-rse-hero {\n    display: grid;\n    grid-template-columns: 1.35fr 0.65fr;\n    gap: 40px;\n    align-items: center;\n    position: relative;\n    z-index: 1;\n  }\n\n  .sol-rse-hero-content {\n    display: flex;\n    flex-direction: column;\n  }\n\n  .sol-rse-tag {\n    display: inline-block;\n    align-self: flex-start;\n    background-color: rgba(255, 255, 255, 0.1) !important;\n    color: #ffffff !important;\n    border: 1px solid rgba(255, 255, 255, 0.25) !important;\n    font-family: 'Barlow', Arial, sans-serif;\n    font-weight: 700;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    padding: 6px 18px;\n    border-radius: 50px;\n    margin-bottom: 25px;\n  }\n\n  body .sol-rse-hero-section .sol-rse-h1 {\n    font-size: clamp(32px, 4.5vw, 48px) !important;\n    line-height: 1.15 !important;\n    margin-bottom: 25px !important;\n    color: #ffffff !important;\n    font-weight: 700 !important;\n  }\n\n  body .sol-rse-hero-section .sol-rse-lead {\n    font-size: clamp(16px, 1.8vw, 18.5px) !important;\n    color: rgba(255, 255, 255, 0.9) !important;\n    line-height: 1.7 !important;\n    margin: 0 !important;\n  }\n\n  .sol-rse-hero-badge {\n    display: flex;\n    justify-content: center;\n  }\n\n  \/* Glassmorphism Badge Card inside dark Hero *\/\n  .sol-rse-badge-card {\n    background: rgba(255, 255, 255, 0.08) !important;\n    backdrop-filter: blur(8px);\n    -webkit-backdrop-filter: blur(8px);\n    border: 1px solid rgba(255, 255, 255, 0.18) !important;\n    border-radius: var(--sol-radius);\n    padding: 35px 25px;\n    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.25) !important;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n    max-width: 260px;\n    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;\n  }\n\n  .sol-rse-badge-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.35) !important;\n    border-color: rgba(255, 255, 255, 0.35) !important;\n    background: rgba(255, 255, 255, 0.12) !important;\n  }\n\n  .sol-rse-badge-icon {\n    margin-bottom: 15px;\n  }\n\n  .sol-rse-badge-icon .sol-icon {\n    width: 56px;\n    height: 56px;\n    stroke: #e5b93b; \/* Gold medal *\/\n    stroke-width: 1.5px;\n    animation: float-badge 4s ease-in-out infinite;\n  }\n\n  @keyframes float-badge {\n    0% { transform: translateY(0px); }\n    50% { transform: translateY(-6px); }\n    100% { transform: translateY(0px); }\n  }\n\n  .sol-rse-badge-text .badge-status {\n    display: block;\n    font-family: 'Barlow', Arial, sans-serif;\n    font-size: 21px;\n    font-weight: 700;\n    color: #ffffff !important;\n    margin-bottom: 6px;\n  }\n\n  .sol-rse-badge-text .badge-desc {\n    display: block;\n    font-size: 13px;\n    color: rgba(255, 255, 255, 0.75) !important;\n    line-height: 1.45;\n  }\n\n  \/* --- LIGHT SECTIONS COMMON --- *\/\n  body .sol-rse-content-section, n  body .sol-rse-societal-section {\n    background-color: #ffffff !important;\n    padding: 85px 0 !important;\n  }\n\n  body .sol-rse-global-section {\n    background-color: #f8fafc !important;\n    padding: 85px 0 !important;\n    border-top: 1px solid var(--sol-border) !important;\n  }\n\n  .sol-rse-section-header {\n    text-align: center;\n    max-width: 850px;\n    margin: 0 auto 55px auto;\n  }\n\n  body .sol-rse-section-title {\n    font-size: clamp(26px, 3.5vw, 34px) !important;\n    color: #0f172a !important;\n    margin-bottom: 18px !important;\n    position: relative;\n    display: inline-block;\n    padding-bottom: 12px;\n  }\n\n  body .sol-rse-section-title::after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 50px;\n    height: 3px;\n    background-color: var(--sol-secondary);\n    border-radius: 2px;\n  }\n\n  body .sol-rse-section-desc {\n    font-size: 16.5px !important;\n    color: var(--sol-text-muted) !important;\n    line-height: 1.6 !important;\n    margin: 0 !important;\n  }\n\n  \/* --- ECOVADIS GRID --- *\/\n  .sol-ecovadis-container {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 50px;\n    background-color: var(--sol-bg-light);\n    border: 1px solid var(--sol-border);\n    border-radius: var(--sol-radius);\n    padding: 45px;\n    margin-bottom: 50px;\n  }\n\n  .sol-ecovadis-left {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .sol-ecovadis-visual-badge {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    background: var(--sol-bg-white) !important;\n    border: 1px solid var(--sol-border);\n    border-radius: 12px;\n    padding: 16px 20px;\n    align-self: flex-start;\n    margin-bottom: 25px;\n    box-shadow: var(--sol-shadow);\n  }\n\n  .sol-ecovadis-medal-icon .sol-icon {\n    width: 32px;\n    height: 32px;\n    stroke: #d4af37; \/* Gold medal *\/\n    stroke-width: 2px;\n  }\n\n  .sol-ecovadis-badge-details {\n    display: flex;\n    flex-direction: column;\n  }\n\n  .sol-ecovadis-badge-details .badge-title {\n    font-family: 'Barlow', Arial, sans-serif;\n    font-size: 20px;\n    font-weight: 800;\n    color: #0f172a !important;\n    line-height: 1.1;\n  }\n\n  .sol-ecovadis-badge-details .badge-rating {\n    font-size: 13px;\n    color: var(--sol-text-muted) !important;\n  }\n\n  body .sol-ecovadis-left h3 {\n    font-size: 24px !important;\n    color: #0f172a !important;\n    margin-bottom: 15px !important;\n  }\n\n  body .sol-ecovadis-main-text {\n    font-size: 16px !important;\n    color: var(--sol-text-muted) !important;\n    line-height: 1.65 !important;\n    margin-bottom: 20px !important;\n  }\n\n  body .sol-ecovadis-main-text strong {\n    color: #0f172a !important;\n  }\n\n  .sol-ecovadis-validity {\n    font-size: 12px;\n    font-style: italic;\n    color: var(--sol-text-muted) !important;\n  }\n\n  \/* --- PROGRESS BARS --- *\/\n  .sol-ecovadis-right {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    gap: 24px;\n  }\n\n  .sol-progress-item {\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n\n  .sol-progress-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: flex-end;\n  }\n\n  .sol-progress-title {\n    font-family: 'Barlow', Arial, sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    color: #0f172a !important;\n  }\n\n  .sol-progress-score {\n    font-size: 14px;\n    font-weight: 700;\n    color: #0f172a !important;\n  }\n\n  .sol-progress-score small {\n    font-weight: 400;\n    color: var(--sol-text-muted) !important;\n    font-size: 12px;\n  }\n\n  .sol-progress-bar {\n    width: 100%;\n    height: 10px;\n    background-color: var(--sol-border);\n    border-radius: 20px;\n    overflow: hidden;\n  }\n\n  .sol-progress-fill {\n    height: 100%;\n    border-radius: 20px;\n    transition: width 1s ease-out;\n  }\n\n  \/* --- ISO CONTAINER --- *\/\n  .sol-iso-container {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 30px;\n  }\n\n  .sol-iso-card {\n    background: var(--sol-bg-white) !important;\n    border: 1px solid var(--sol-border) !important;\n    border-radius: var(--sol-radius) !important;\n    padding: 35px;\n    box-shadow: var(--sol-shadow) !important;\n    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;\n    display: flex;\n    flex-direction: column;\n  }\n\n  .sol-iso-card:hover {\n    transform: translateY(-5px);\n    box-shadow: var(--sol-shadow-hover) !important;\n  }\n\n  .sol-iso-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    margin-bottom: 20px;\n  }\n\n  .sol-iso-badge {\n    background-color: var(--sol-primary) !important;\n    color: #ffffff !important;\n    font-family: 'Barlow', Arial, sans-serif;\n    font-weight: 700;\n    font-size: 15px;\n    padding: 6px 14px;\n    border-radius: 6px;\n  }\n\n  .sol-iso-badge.secondary {\n    background-color: var(--sol-secondary) !important;\n  }\n\n  .sol-iso-authority {\n    font-size: 13px;\n    font-weight: 700;\n    color: var(--sol-text-muted) !important;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  body .sol-iso-card h3 {\n    font-size: 20px !important;\n    margin-bottom: 12px !important;\n    color: #0f172a !important;\n  }\n\n  body .sol-iso-card p {\n    font-size: 14px !important;\n    color: var(--sol-text-muted) !important;\n    line-height: 1.6 !important;\n    margin-bottom: 25px !important;\n    flex-grow: 1;\n  }\n\n  .sol-iso-meta {\n    border-top: 1px solid var(--sol-border);\n    padding-top: 18px;\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n\n  .sol-iso-meta span {\n    font-size: 13px;\n    color: var(--sol-text-muted) !important;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .sol-iso-meta span .sol-icon {\n    width: 16px;\n    height: 16px;\n    stroke: var(--sol-secondary);\n    stroke-width: 2px;\n  }\n\n  \/* --- COMMITMENTS GRID --- *\/\n  .sol-commitments-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n    margin-bottom: 45px;\n  }\n\n  .sol-commitment-card {\n    background: var(--sol-bg-white) !important;\n    border: 1px solid var(--sol-border) !important;\n    border-radius: 12px;\n    padding: 30px 25px;\n    box-shadow: var(--sol-shadow);\n    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, border-color 0.3s ease;\n  }\n\n  .sol-commitment-card:hover {\n    transform: translateY(-5px);\n    box-shadow: var(--sol-shadow-hover);\n    border-color: rgba(var(--sol-secondary-rgb), 0.3) !important;\n  }\n\n  .sol-commitment-icon {\n    margin-bottom: 18px;\n    display: inline-block;\n  }\n\n  body .sol-commitment-card h4 {\n    font-size: 16px !important;\n    margin-bottom: 10px !important;\n    color: #0f172a !important;\n  }\n\n  body .sol-commitment-card p {\n    font-size: 13.5px !important;\n    color: var(--sol-text-muted) !important;\n    line-height: 1.55 !important;\n    margin: 0 !important;\n  }\n\n  \/* --- SIGNATURE BANNER & GENERAL BUTTONS --- *\/\n  .sol-signature-banner {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    background: linear-gradient(90deg, rgba(33, 68, 135, 0.04) 0%, rgba(0, 142, 152, 0.04) 100%) !important;\n    border: 1px solid var(--sol-border) !important;\n    border-radius: var(--sol-radius);\n    padding: 24px 35px;\n    gap: 20px;\n  }\n\n  .sol-signature-text {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    font-size: 15.5px;\n    color: var(--sol-text-dark) !important;\n  }\n\n  .sol-signature-text .sol-icon {\n    width: 22px;\n    height: 22px;\n    stroke: var(--sol-primary);\n  }\n\n  .sol-signature-text strong {\n    color: #0f172a !important;\n  }\n\n  \/* Centered button override style *\/\n  .sol-signature-btn,\n  .sol-compact-link-btn,\n  .sol-suppliers-download-btn {\n    display: inline-flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    text-align: center !important;\n    gap: 10px !important;\n    vertical-align: middle !important;\n    box-sizing: border-box !important;\n    text-decoration: none !important;\n    font-family: 'Barlow', Arial, sans-serif;\n    font-weight: 700;\n    transition: background-color 0.2s ease, transform 0.2s ease;\n    white-space: nowrap;\n    border-radius: 6px;\n    cursor: pointer;\n  }\n\n  .sol-signature-btn {\n    background-color: var(--sol-primary) !important;\n    color: #ffffff !important;\n    font-size: 14px;\n    padding: 12px 24px;\n    box-shadow: 0 4px 6px -1px rgba(33, 68, 135, 0.2);\n  }\n\n  .sol-signature-btn:hover {\n    background-color: #1a366c !important;\n    transform: translateY(-2px);\n    box-shadow: 0 10px 15px -3px rgba(33, 68, 135, 0.3);\n  }\n\n  \/* --- GLOBAL COMPACT & SUPPLIERS --- *\/\n  .sol-global-compact-container {\n    display: grid;\n    grid-template-columns: 1.1fr 0.9fr;\n    gap: 40px;\n    align-items: stretch;\n  }\n\n  .sol-compact-left {\n    background: var(--sol-bg-white) !important;\n    border: 1px solid var(--sol-border) !important;\n    border-radius: var(--sol-radius);\n    padding: 40px;\n    box-shadow: var(--sol-shadow);\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .sol-compact-logo-wrapper {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    color: #0f172a !important;\n    font-family: 'Barlow', Arial, sans-serif;\n    font-weight: 700;\n    font-size: 14px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 25px;\n  }\n\n  .sol-compact-logo-wrapper .sol-icon {\n    width: 24px;\n    height: 24px;\n  }\n\n  body .sol-compact-left h2 {\n    font-size: 26px !important;\n    margin-bottom: 20px !important;\n    color: #0f172a !important;\n  }\n\n  body .sol-compact-left p {\n    font-size: 14px !important;\n    color: var(--sol-text-muted) !important;\n    line-height: 1.65 !important;\n    margin-bottom: 20px !important;\n  }\n\n  .sol-compact-links {\n    display: flex;\n    gap: 16px;\n    margin-top: 15px;\n  }\n\n  .sol-compact-link-btn {\n    background-color: var(--sol-secondary) !important;\n    color: #ffffff !important;\n    font-size: 13.5px;\n    padding: 10px 20px;\n    border: 1px solid var(--sol-secondary) !important;\n  }\n\n  .sol-compact-link-btn:hover {\n    background-color: #00767e !important;\n    border-color: #00767e !important;\n    transform: translateY(-2px);\n  }\n\n  .sol-compact-link-btn.outline {\n    background-color: transparent !important;\n    color: var(--sol-primary) !important;\n    border-color: var(--sol-primary) !important;\n  }\n\n  .sol-compact-link-btn.outline:hover {\n    background-color: rgba(33, 68, 135, 0.05) !important;\n    transform: translateY(-2px);\n  }\n\n  \/* --- SUPPLIERS BLOCK --- *\/\n  .sol-suppliers-right {\n    background-color: transparent !important;\n    display: flex;\n    flex-direction: column;\n  }\n\n  .sol-suppliers-header {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    margin-bottom: 20px;\n  }\n\n  .sol-suppliers-header .sol-icon {\n    width: 28px;\n    height: 28px;\n  }\n\n  body .sol-suppliers-right h3 {\n    font-size: 20px !important;\n    margin: 0 !important;\n    color: #0f172a !important;\n  }\n\n  body .sol-suppliers-right p {\n    font-size: 13.5px !important;\n    color: var(--sol-text-muted) !important;\n    line-height: 1.6 !important;\n    margin-bottom: 20px !important;\n  }\n\n  \/* Custom override to fix double bullets in Divi *\/\n  body .sol-suppliers-list {\n    list-style: none !important;\n    list-style-type: none !important;\n    padding: 0 !important;\n    margin: 0 0 25px 0 !important;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n\n  body .sol-suppliers-list li {\n    list-style-image: none !important;\n    list-style-type: none !important;\n    display: flex !important;\n    align-items: flex-start;\n    gap: 12px;\n    font-size: 13px;\n    color: var(--sol-text-dark) !important;\n    line-height: 1.45;\n    margin-bottom: 0 !important;\n  }\n\n  .sol-suppliers-list li .sol-icon {\n    width: 18px;\n    height: 18px;\n    stroke: var(--sol-secondary);\n    stroke-width: 2.5px;\n    margin-top: 3px;\n    flex-shrink: 0;\n  }\n\n  body .sol-suppliers-right .sol-suppliers-footer-text {\n    font-size: 12.5px !important;\n    font-style: italic;\n    color: var(--sol-text-muted) !important;\n    margin-bottom: 25px !important;\n  }\n\n  .sol-suppliers-download-btn {\n    background-color: var(--sol-secondary) !important;\n    color: #ffffff !important;\n    font-size: 14px;\n    padding: 12px 24px;\n    margin-top: auto;\n    box-shadow: 0 4px 6px -1px rgba(0, 142, 152, 0.2);\n  }\n\n  .sol-suppliers-download-btn:hover {\n    background-color: #00767e !important;\n    transform: translateY(-2px);\n    box-shadow: 0 10px 15px -3px rgba(0, 142, 152, 0.3);\n  }\n\n  \/* --- RESPONSIVE DESIGN --- *\/\n  @media (max-width: 980px) {\n    .sol-rse-hero {\n      grid-template-columns: 1fr;\n      gap: 30px;\n    }\n    \n    .sol-rse-hero-badge {\n      justify-content: flex-start;\n    }\n    \n    .sol-rse-badge-card {\n      max-width: 100%;\n      width: 100%;\n      flex-direction: row;\n      text-align: left;\n      gap: 20px;\n      padding: 24px;\n    }\n    \n    .sol-rse-badge-icon .sol-icon {\n      margin-bottom: 0;\n      width: 40px;\n      height: 40px;\n    }\n\n    .sol-ecovadis-container {\n      grid-template-columns: 1fr;\n      gap: 35px;\n      padding: 30px;\n    }\n\n    .sol-iso-container {\n      grid-template-columns: 1fr;\n      gap: 20px;\n    }\n\n    .sol-commitments-grid {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 20px;\n    }\n\n    .sol-global-compact-container {\n      grid-template-columns: 1fr;\n      gap: 30px;\n    }\n    \n    .sol-signature-banner {\n      flex-direction: column;\n      align-items: flex-start;\n      padding: 24px 30px;\n    }\n    \n    .sol-signature-btn {\n      width: 100%;\n      justify-content: center;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .sol-commitments-grid {\n      grid-template-columns: 1fr;\n      gap: 15px;\n    }\n    \n    .sol-iso-card {\n      padding: 25px;\n    }\n    \n    .sol-compact-left {\n      padding: 30px 20px;\n    }\n    \n    .sol-compact-links {\n      flex-direction: column;\n      gap: 10px;\n    }\n    \n    .sol-compact-link-btn {\n      justify-content: center;\n      width: 100%;\n    }\n  }\n<\/style>\n\n<div class=\"sol-rse-container\">\n  <div class=\"sol-rse-hero\">\n    <div class=\"sol-rse-hero-content\">\n      <span class=\"sol-rse-tag\">Engagement & Soutenabilit\u00e9<\/span>\n      <h1 class=\"sol-rse-h1\">Une exigence concr\u00e8te sur toute notre cha\u00eene de valeur<\/h1>\n      <p class=\"sol-rse-lead\">\n        Chez SOLYSTIC, l'engagement durable n'est pas une promesse marketing : c'est une exigence port\u00e9e par notre direction, v\u00e9rifi\u00e9e par des organismes ind\u00e9pendants, et d\u00e9clin\u00e9e jusque dans nos relations avec nos fournisseurs. Conception, fabrication, exploitation et fin de vie de nos solutions : nous engageons toute la cha\u00eene de valeur.\n      <\/p>\n    <\/div>\n    \n        <div class=\"sol-rse-hero-badge\">\n      <img decoding=\"async\" src=\"https:\/\/www.solystic.com\/wp-content\/uploads\/2026\/07\/logo-ecovadis.png\" alt=\"EcoVadis Gold - SOLYSTIC\" class=\"sol-rse-ecovadis-logo\" \/>\n    <\/div>\n  <\/div>\n<\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_1 et_pb_section et_section_regular et_flex_section sol-rse-content-section\">\n<div class=\"et_pb_row_1 et_pb_row et_flex_row preset--module--divi-row--default\">\n<div class=\"et_pb_column_1 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_1 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\">\n<div class=\"sol-rse-container\">\n  <div class=\"sol-rse-section-header\">\n    <h2 class=\"sol-rse-section-title\">Une performance RSE reconnue par des tiers ind\u00e9pendants<\/h2>\n    <p class=\"sol-rse-section-desc\">La meilleure preuve d'un engagement sinc\u00e8re, ce sont les \u00e9valuations que nous ne ma\u00eetrisons pas nous-m\u00eames.<\/p>\n  <\/div>\n\n  <!-- ECOVADIS GRID -->\n  <div class=\"sol-ecovadis-container\">\n    <div class=\"sol-ecovadis-left\">\n      <div class=\"sol-ecovadis-visual-badge\">\n        <div class=\"sol-ecovadis-medal-icon\">\n          <!-- SVG Medal Ribbon Icon -->\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sol-icon\"><circle cx=\"12\" cy=\"8\" r=\"6\"><\/circle><path d=\"M15.477 12.89 17 22l-5-3-5 3 1.523-9.11\"><\/path><\/svg>\n        <\/div>\n        <div class=\"sol-ecovadis-badge-details\">\n          <span class=\"badge-title\">GOLD<\/span>\n          <span class=\"badge-rating\">Top 5% mondial<\/span>\n        <\/div>\n      <\/div>\n      <h3>EcoVadis \u2014 M\u00e9daille Gold<\/h3>\n      <p class=\"sol-ecovadis-main-text\">\n        SOLYSTIC figure parmi les 5% des entreprises les mieux not\u00e9es au monde par EcoVadis, organisme de r\u00e9f\u00e9rence en \u00e9valuation RSE. Notre score global atteint <strong>73\/100<\/strong>, nous pla\u00e7ant au 95\u00e8me percentile de notre secteur (r\u00e9paration et installation de machines et \u00e9quipements).\n      <\/p>\n      <span class=\"sol-ecovadis-validity\">\u00c9valuation publi\u00e9e en ao\u00fbt 2024.<\/span>\n    <\/div>\n    \n    <div class=\"sol-ecovadis-right\">\n      <div class=\"sol-progress-item\">\n        <div class=\"sol-progress-header\">\n          <span class=\"sol-progress-title\">Environnement<\/span>\n          <span class=\"sol-progress-score\">80\/100 <small>(Top 4% du secteur)<\/small><\/span>\n        <\/div>\n        <div class=\"sol-progress-bar\">\n          <div class=\"sol-progress-fill\" style=\"width: 80%; background-color: var(--sol-secondary);\"><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"sol-progress-item\">\n        <div class=\"sol-progress-header\">\n          <span class=\"sol-progress-title\">Droits humains & travail<\/span>\n          <span class=\"sol-progress-score\">70\/100 <small>(Top 14% du secteur)<\/small><\/span>\n        <\/div>\n        <div class=\"sol-progress-bar\">\n          <div class=\"sol-progress-fill\" style=\"width: 70%; background-color: var(--sol-primary);\"><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"sol-progress-item\">\n        <div class=\"sol-progress-header\">\n          <span class=\"sol-progress-title\">\u00c9thique<\/span>\n          <span class=\"sol-progress-score\">70\/100 <small>(Top 7% du secteur)<\/small><\/span>\n        <\/div>\n        <div class=\"sol-progress-bar\">\n          <div class=\"sol-progress-fill\" style=\"width: 70%; background-color: var(--sol-accent);\"><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"sol-progress-item\">\n        <div class=\"sol-progress-header\">\n          <span class=\"sol-progress-title\">Achats responsables<\/span>\n          <span class=\"sol-progress-score\">70\/100 <small>(Top 1% du secteur)<\/small><\/span>\n        <\/div>\n        <div class=\"sol-progress-bar\">\n          <div class=\"sol-progress-fill\" style=\"width: 70%; background-color: var(--sol-neon-blue);\"><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- ISO CERTIFICATIONS -->\n  <div class=\"sol-iso-container\">\n    <div class=\"sol-iso-card\">\n      <div class=\"sol-iso-header\">\n        <div class=\"sol-iso-badge\">ISO 9001<\/div>\n        <span class=\"sol-iso-authority\">Bureau Veritas<\/span>\n      <\/div>\n      <h3>Management de la Qualit\u00e9<\/h3>\n      <p>Notre syst\u00e8me de management de la qualit\u00e9 est certifi\u00e9 ISO 9001 depuis 1995, garantissant l'excellence op\u00e9rationnelle de nos activit\u00e9s et de nos \u00e9quipements d'automatisation de tri.<\/p>\n      <div class=\"sol-iso-meta\">\n        <span>\n          <!-- SVG Map Pin -->\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sol-icon\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"><\/path><circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle><\/svg>\n          Certification multi-site (Alixan, France et Kontich, Belgique)\n        <\/span>\n        <span>\n          <!-- SVG Calendar Check -->\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sol-icon\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" x2=\"16\" y1=\"2\" y2=\"6\"><\/line><line x1=\"8\" x2=\"8\" y1=\"2\" y2=\"6\"><\/line><line x1=\"3\" x2=\"21\" y1=\"10\" y2=\"10\"><\/line><path d=\"m9 16 2 2 4-4\"><\/path><\/svg>\n          Valable jusqu'en d\u00e9cembre 2027\n        <\/span>\n      <\/div>\n    <\/div>\n    \n    <div class=\"sol-iso-card\">\n      <div class=\"sol-iso-header\">\n        <div class=\"sol-iso-badge secondary\">ISO 14001<\/div>\n        <span class=\"sol-iso-authority\">Bureau Veritas<\/span>\n      <\/div>\n      <h3>Management Environnemental<\/h3>\n      <p>Notre syst\u00e8me de management environnemental est certifi\u00e9 ISO 14001 depuis 2007, t\u00e9moignant de notre d\u00e9marche proactive pour limiter l'impact environnemental de nos activit\u00e9s et de nos \u00e9quipements.<\/p>\n      <div class=\"sol-iso-meta\">\n        <span>\n          <!-- SVG Leaf -->\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sol-icon\"><path d=\"M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 3.58 1 9.8a7 7 0 0 1-13.9.2\"><\/path><path d=\"M9 22v-4H5\"><\/path><\/svg>\n          D\u00e9marche environnementale int\u00e9gr\u00e9e\n        <\/span>\n        <span>\n          <!-- SVG Calendar Check -->\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sol-icon\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" x2=\"16\" y1=\"2\" y2=\"6\"><\/line><line x1=\"8\" x2=\"8\" y1=\"2\" y2=\"6\"><\/line><line x1=\"3\" x2=\"21\" y1=\"10\" y2=\"10\"><\/line><path d=\"m9 16 2 2 4-4\"><\/path><\/svg>\n          Valable jusqu'en d\u00e9cembre 2027\n        <\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_2 et_pb_section et_section_regular et_flex_section sol-rse-societal-section\">\n<div class=\"et_pb_row_2 et_pb_row et_flex_row preset--module--divi-row--default\">\n<div class=\"et_pb_column_2 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_2 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\">\n<div class=\"sol-rse-container\">\n  <div class=\"sol-rse-section-header\">\n    <h2 class=\"sol-rse-section-title\">Notre engagement soci\u00e9tal<\/h2>\n    <p class=\"sol-rse-section-desc\">\n      Notre direction g\u00e9n\u00e9rale s'engage formellement \u00e0 fournir des solutions et services qui satisfont ou d\u00e9passent les exigences de qualit\u00e9 de nos clients, tout en prot\u00e9geant la sant\u00e9 et la s\u00e9curit\u00e9 de nos employ\u00e9s, clients, prestataires, visiteurs et riverains, en prot\u00e9geant les donn\u00e9es et en respectant l'environnement. Tenir cet engagement est une responsabilit\u00e9 individuelle et collective de tous les collaborateurs.\n    <\/p>\n  <\/div>\n\n  <div class=\"sol-commitments-grid\">\n    <div class=\"sol-commitment-card\">\n      <div class=\"sol-commitment-icon\">\n        <!-- SVG Scale -->\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sol-icon\"><line x1=\"12\" x2=\"12\" y1=\"2\" y2=\"22\"><\/line><line x1=\"5\" x2=\"19\" y1=\"7\" y2=\"7\"><\/line><path d=\"M5 7v3a7 7 0 0 0 14 0V7\"><\/path><path d=\"M12 22c5.5 0 10-4.5 10-10H2\"><\/path><\/svg>\n      <\/div>\n      <h4>Conformit\u00e9 & Anticipation<\/h4>\n      <p>Nous conformer \u00e0 toutes les lois, r\u00e9glementations et exigences applicables, et anticiper les \u00e9volutions en mati\u00e8re d'environnement, de sant\u00e9, de s\u00e9curit\u00e9, d'\u00e9thique, de qualit\u00e9 et de protection des donn\u00e9es.<\/p>\n    <\/div>\n\n    <div class=\"sol-commitment-card\">\n      <div class=\"sol-commitment-icon\">\n        <!-- SVG Shield Halved -->\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sol-icon\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path><path d=\"M12 2v20\"><\/path><\/svg>\n      <\/div>\n      <h4>Pr\u00e9vention des risques<\/h4>\n      <p>Prendre toute mesure destin\u00e9e \u00e0 la pr\u00e9vention des risques professionnels et \u00e0 l'am\u00e9lioration des conditions de travail de l'ensemble de nos collaborateurs.<\/p>\n    <\/div>\n\n    <div class=\"sol-commitment-card\">\n      <div class=\"sol-commitment-icon\">\n        <!-- SVG Recycle -->\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sol-icon\"><path d=\"M7 11V7a5 5 0 0 1 9.9-1\"><\/path><path d=\"M17 13v4a5 5 0 0 1-9.9 1\"><\/path><path d=\"M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0z\"><\/path><\/svg>\n      <\/div>\n      <h4>Cycle de vie & Climat<\/h4>\n      <p>R\u00e9duire l'impact environnemental de nos solutions, avec un engagement ferme \u00e0 d\u00e9finir et faire valider des objectifs scientifiques de r\u00e9duction des \u00e9missions par l'organisme SBTI.<\/p>\n    <\/div>\n\n    <div class=\"sol-commitment-card\">\n      <div class=\"sol-commitment-icon\">\n        <!-- SVG Handshake \/ Users -->\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sol-icon\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"><\/path><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"><\/path><\/svg>\n      <\/div>\n      <h4>\u00c9thique & Inclusion<\/h4>\n      <p>Promouvoir activement la culture qualit\u00e9, l'\u00e9thique, la transparence et l'inclusion dans toutes nos sph\u00e8res d'activit\u00e9.<\/p>\n    <\/div>\n\n    <div class=\"sol-commitment-card\">\n      <div class=\"sol-commitment-icon\">\n        <!-- SVG Heart Pulse -->\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sol-icon\"><path d=\"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z\"><\/path><path d=\"M3.22 12H9.5l1.5-3 2 6 1.5-3h4.58\"><\/path><\/svg>\n      <\/div>\n      <h4>S\u00e9curit\u00e9 au travail<\/h4>\n      <p>Former et impliquer les employ\u00e9s dans la protection de l'environnement et la cr\u00e9ation d'un lieu de travail s\u00fbr, sain et \u00e9panouissant.<\/p>\n    <\/div>\n\n    <div class=\"sol-commitment-card\">\n      <div class=\"sol-commitment-icon\">\n        <!-- SVG Truck -->\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sol-icon\"><rect x=\"1\" y=\"3\" width=\"15\" height=\"13\" rx=\"2\" ry=\"2\"><\/rect><polygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"><\/polygon><circle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"><\/circle><circle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"><\/circle><\/svg>\n      <\/div>\n      <h4>Achats Responsables<\/h4>\n      <p>D\u00e9ployer et maintenir une strat\u00e9gie d'achat responsable, en associant \u00e9troitement les prestataires externes \u00e0 notre d\u00e9marche globale de d\u00e9veloppement durable.<\/p>\n    <\/div>\n\n    <div class=\"sol-commitment-card\">\n      <div class=\"sol-commitment-icon\">\n        <!-- SVG Brain -->\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sol-icon\"><path d=\"M9.5 2A2.5 2.5 0 0 1 12 4.5v15a2.5 2.5 0 0 1-4.96-.44 2.5 2.5 0 0 1 0-3.12 3 3 0 0 1 0-4.88 2.5 2.5 0 0 1 0-3.12A2.5 2.5 0 0 1 9.5 2Z\"><\/path><path d=\"M14.5 2A2.5 2.5 0 0 0 12 4.5v15a2.5 2.5 0 0 0 4.96-.44 2.5 2.5 0 0 0 0-3.12 3 3 0 0 0 0-4.88 2.5 2.5 0 0 0 0-3.12A2.5 2.5 0 0 0 14.5 2Z\"><\/path><\/svg>\n      <\/div>\n      <h4>Am\u00e9lioration continue & IA<\/h4>\n      <p>Am\u00e9liorer continuellement nos performances et l'agilit\u00e9 de nos processus, en int\u00e9grant l'intelligence artificielle et des \u00e9valuations p\u00e9riodiques men\u00e9es par des tiers.<\/p>\n    <\/div>\n\n    <div class=\"sol-commitment-card\">\n      <div class=\"sol-commitment-icon\">\n        <!-- SVG Lock -->\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sol-icon\"><rect width=\"18\" height=\"11\" x=\"3\" y=\"11\" rx=\"2\" ry=\"2\"><\/rect><path d=\"M7 11V7a5 5 0 0 1 10 0v4\"><\/path><\/svg>\n      <\/div>\n      <h4>Protection des informations<\/h4>\n      <p>Garantir la confidentialit\u00e9, l'int\u00e9grit\u00e9 et la disponibilit\u00e9 des informations et donn\u00e9es strat\u00e9giques, avec une d\u00e9marche active engag\u00e9e vers la certification ISO 27001.<\/p>\n    <\/div>\n\n    <div class=\"sol-commitment-card\">\n      <div class=\"sol-commitment-icon\">\n        <!-- SVG Clock -->\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sol-icon\"><path d=\"M12 8v4l3 3\"><\/path><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><\/svg>\n      <\/div>\n      <h4>Gestion des risques<\/h4>\n      <p>Renforcer la gestion des risques op\u00e9rationnels et financiers pour assurer en toutes circonstances la continuit\u00e9 de nos activit\u00e9s.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"sol-signature-banner\">\n    <div class=\"sol-signature-text\">\n      <!-- SVG Signed Document -->\n      <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sol-icon\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16c0 1.1.9 2 2 2h12a2 2 0 0 0 2-2V8l-6-6z\"><\/path><path d=\"M14 3v5h5M16 13H8M16 17H8M10 9H8\"><\/path><\/svg>\n      <span>Engagement officiel de la Direction G\u00e9n\u00e9rale, sign\u00e9 par <strong>Beno\u00eet Lebrun<\/strong>.<\/span>\n    <\/div>\n    <a href=\"https:\/\/www.solystic.com\/wp-content\/uploads\/2026\/07\/engagement-societal.pdf\" target=\"_blank\" class=\"sol-signature-btn\">\n      <!-- SVG PDF -->\n      <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"btn-svg-icon\"><path d=\"M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><path d=\"M9 15h6\"><\/path><path d=\"M9 12h6\"><\/path><\/svg> T\u00e9l\u00e9charger l'Engagement (PDF)\n    <\/a>\n  <\/div>\n<\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_3 et_pb_section et_section_regular et_flex_section sol-rse-global-section\">\n<div class=\"et_pb_row_3 et_pb_row et_flex_row preset--module--divi-row--default\">\n<div class=\"et_pb_column_3 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_3 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\">\n<div class=\"sol-rse-container\">\n  <div class=\"sol-global-compact-container\">\n    <div class=\"sol-compact-left\">\n      <div class=\"sol-compact-logo-wrapper\">\n        <!-- SVG Globe -->\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sol-icon\" style=\"stroke: #0087eb;\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20\"><\/path><path d=\"M2 12h20\"><\/path><\/svg>\n        <span>UN GLOBAL COMPACT<\/span>\n      <\/div>\n      <h2>Membre du Pacte Mondial des Nations Unies<\/h2>\n      <p>\n        SOLYSTIC est signataire du Pacte Mondial des Nations Unies depuis <strong>2009<\/strong>. Nous nous engageons \u00e0 faire progresser les dix principes du Global Compact relatifs aux droits humains, au droit du travail, \u00e0 l'environnement et \u00e0 la lutte contre la corruption, et \u00e0 les int\u00e9grer dans la strat\u00e9gie, la culture et les op\u00e9rations quotidiennes de l'entreprise.\n      <\/p>\n      <p>\n        Conform\u00e9ment aux exigences du Global Compact, nous r\u00e9pondons annuellement au questionnaire COP, rendant compte de nos avanc\u00e9es sur la mise en \u0153uvre des dix principes.\n      <\/p>\n      \n      <div class=\"sol-compact-links\">\n        <a href=\"https:\/\/unglobalcompact.org\/what-is-gc\/participants\/8643-SOLYSTIC\" target=\"_blank\" class=\"sol-compact-link-btn\" rel=\"noopener\">\n          Voir notre fiche officielle <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"btn-svg-icon\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" x2=\"21\" y1=\"14\" y2=\"3\"><\/line><\/svg>\n        <\/a>\n        <a href=\"https:\/\/www.solystic.com\/wp-content\/uploads\/2026\/07\/Global_Compact_Join_Letter_10202-Solystic-UN.pdf\" target=\"_blank\" class=\"sol-compact-link-btn outline\">\n          Lettre d'adh\u00e9sion (PDF) <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"btn-svg-icon\"><path d=\"M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><path d=\"M9 15h6\"><\/path><path d=\"M9 12h6\"><\/path><\/svg>\n        <\/a>\n        <a href=\"https:\/\/unglobalcompact.org\/what-is-gc\/participants\/8682-Solystic\" target=\"_blank\" class=\"sol-compact-link-btn outline\" rel=\"noopener\">\n          Notre trajectoire climatique <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"btn-svg-icon\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><polyline points=\"15 3 21 3 21 9\"><\/polyline><line x1=\"10\" x2=\"21\" y1=\"14\" y2=\"3\"><\/line><\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"sol-suppliers-right\">\n      <div class=\"sol-suppliers-header\">\n        <!-- SVG Charter check (FileCheck) -->\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sol-icon\"><path d=\"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z\"><\/path><path d=\"M14 2v4a2 2 0 0 0 2 2h4\"><\/path><path d=\"m9 15 2 2 4-4\"><\/path><\/svg>\n        <h3>Une exigence partag\u00e9e avec nos fournisseurs<\/h3>\n      <\/div>\n      <p>\n        Notre Charte d'Achats Responsables prolonge notre engagement RSE jusque dans notre cha\u00eene d'approvisionnement. Nous demandons \u00e0 chacun de nos prestataires de :\n      <\/p>\n      \n      <ul class=\"sol-suppliers-list\">\n        <li>\n          <!-- SVG Check Circle -->\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sol-icon\"><path d=\"m9 12 2 2 4-4\"><\/path><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><\/svg>\n          <span>Respecter les Droits de l'Homme et les Droits du Travail (8 conventions fondamentales de l'OIT).<\/span>\n        <\/li>\n        <li>\n          <!-- SVG Check Circle -->\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sol-icon\"><path d=\"m9 12 2 2 4-4\"><\/path><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><\/svg>\n          <span>Respecter les 10 principes du Global Compact.<\/span>\n        <\/li>\n        <li>\n          <!-- SVG Check Circle -->\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sol-icon\"><path d=\"m9 12 2 2 4-4\"><\/path><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><\/svg>\n          <span>Respecter les r\u00e9glementations sociales et environnementales de chacun des pays o\u00f9 ils op\u00e8rent.<\/span>\n        <\/li>\n        <li>\n          <!-- SVG Check Circle -->\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sol-icon\"><path d=\"m9 12 2 2 4-4\"><\/path><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><\/svg>\n          <span>Mettre en \u0153uvre une organisation visant \u00e0 la pr\u00e9vention des risques pour la sant\u00e9 et la s\u00e9curit\u00e9.<\/span>\n        <\/li>\n        <li>\n          <!-- SVG Check Circle -->\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sol-icon\"><path d=\"m9 12 2 2 4-4\"><\/path><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><\/svg>\n          <span>D\u00e9velopper de bonnes pratiques pour limiter l'impact environnemental de leurs activit\u00e9s.<\/span>\n        <\/li>\n        <li>\n          <!-- SVG Check Circle -->\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"sol-icon\"><path d=\"m9 12 2 2 4-4\"><\/path><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><\/svg>\n          <span>D\u00e9cliner cette charte aupr\u00e8s de leurs propres prestataires.<\/span>\n        <\/li>\n      <\/ul>\n\n      <p class=\"sol-suppliers-footer-text\">\n        SOLYSTIC s'engage \u00e0 accompagner chacun de ses prestataires dans cette d\u00e9marche de progr\u00e8s commune, et peut v\u00e9rifier la mise en \u0153uvre effective de ces engagements lors d'audits.\n      <\/p>\n\n      <a href=\"https:\/\/www.solystic.com\/wp-content\/uploads\/2026\/07\/ACHAT_RH_Charte-Achats-Responsables.pdf\" target=\"_blank\" class=\"sol-suppliers-download-btn\">\n        <!-- SVG PDF -->\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"btn-svg-icon\"><path d=\"M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z\"><\/path><polyline points=\"14 2 14 8 20 8\"><\/polyline><path d=\"M9 15h6\"><\/path><path d=\"M9 12h6\"><\/path><\/svg> Consulter la Charte d'Achats Responsables\n      <\/a>\n    <\/div>\n  <\/div>\n<\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1089016","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.solystic.com\/fr\/wp-json\/wp\/v2\/pages\/1089016","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.solystic.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.solystic.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.solystic.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.solystic.com\/fr\/wp-json\/wp\/v2\/comments?post=1089016"}],"version-history":[{"count":13,"href":"https:\/\/www.solystic.com\/fr\/wp-json\/wp\/v2\/pages\/1089016\/revisions"}],"predecessor-version":[{"id":1089238,"href":"https:\/\/www.solystic.com\/fr\/wp-json\/wp\/v2\/pages\/1089016\/revisions\/1089238"}],"wp:attachment":[{"href":"https:\/\/www.solystic.com\/fr\/wp-json\/wp\/v2\/media?parent=1089016"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}