{"id":6081,"date":"2025-01-02T14:26:25","date_gmt":"2025-01-02T13:26:25","guid":{"rendered":"https:\/\/2gezer.fr\/?page_id=6081"},"modified":"2025-11-07T09:50:19","modified_gmt":"2025-11-07T08:50:19","slug":"actions-a-impacts","status":"publish","type":"page","link":"https:\/\/2gezer.fr\/en\/actions-a-impacts\/","title":{"rendered":"Actions \u00e0 impacts"},"content":{"rendered":"<div class=\"wp-block-columns is-not-stacked-on-mobile pt__5 is-layout-flex wp-container-core-columns-is-layout-7bb977d8 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<!-- PAGE ACTIONS \u00c0 IMPACT \u2013 VERSION FINALE IPHONE 15 PRO -->\n<style>\n  :root {\n    --primary: #1e40af;\n    --accent: #fda54b;\n    --text: #1e293b;\n    --light: #64748b;\n    --radius: 16px;\n  }\n\n  .impact-section {\n    max-width: 1200px;\n    margin: 2rem auto;\n    padding: 0 1rem;\n    font-family: 'Inter', sans-serif;\n  }\n\n  .impact-intro {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1.5rem;\n    margin-bottom: 2rem;\n    text-align: center;\n  }\n  .impact-intro img {\n    width: 100%;\n    max-width: 320px;\n    height: 320px;\n    object-fit: cover;\n    border-radius: var(--radius);\n    box-shadow: 0 12px 32px rgba(0,0,0,0.1);\n    margin: 0 auto;\n  }\n  .impact-intro p {\n    font-size: 1.15rem;\n    line-height: 1.7;\n    color: var(--text);\n  }\n\n  .impact-title {\n    text-align: center;\n    font-size: 1.4rem;\n    font-weight: 600;\n    color: var(--text);\n    margin: 1.5rem 0 1rem;\n  }\n\n  \/* CARROUSEL LOGOS \u2013 2 SUR MOBILE + FORC\u00c9 *\/\n  .impact-logos {\n    margin: 1.5rem 0;\n    padding: 0.6rem 0;\n    overflow: hidden;\n  }\n  .impact-logos .swiper {\n    width: 100%;\n  }\n  .impact-logos .swiper-wrapper {\n    display: flex !important;\n    align-items: center;\n    justify-content: center;\n  }\n  .impact-logos .swiper-slide {\n    flex: 0 0 48% !important;\n    max-width: 48% !important;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    padding: 0.3rem !important;\n    margin: 0 auto;\n  }\n  .impact-logos img {\n    width: 100%;\n    max-width: 110px !important;\n    height: 75px !important;\n    object-fit: contain;\n    filter: grayscale(0%);\n    transition: all 0.3s ease;\n    margin-bottom: 0.3rem;\n  }\n  .impact-logos .swiper-slide:hover img {\n    filter: grayscale(0%) brightness(1.1);\n    transform: scale(1.05);\n  }\n  .impact-logos .caption {\n    font-size: 0.68rem !important;\n    font-weight: 600;\n    color: var(--accent);\n    white-space: nowrap;\n    overflow: hidden;\n    text-overflow: ellipsis;\n    width: 100%;\n    line-height: 1.2;\n  }\n  .impact-logos .swiper-pagination {\n    margin-top: 0.5rem !important;\n  }\n  .impact-logos .swiper-pagination-bullet {\n    background: var(--accent);\n    opacity: 0.4;\n    width: 8px;\n    height: 8px;\n  }\n  .impact-logos .swiper-pagination-bullet-active {\n    opacity: 1;\n  }\n\n  \/* COUNTERS \u2013 ULTRA-COMPACTES *\/\n  .impact-counters {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 0.6rem;\n    margin: 1.5rem 0;\n    text-align: center;\n  }\n  .counter-item {\n    padding: 0.7rem !important;\n    background: rgba(253, 165, 75, 0.08);\n    border: 1.8px solid var(--accent);\n    border-radius: 10px;\n    height: 70px !important;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    transition: transform 0.2s ease;\n  }\n  .counter-item:hover {\n    transform: translateY(-3px);\n  }\n  .counter-item .value {\n    font-size: 1.3rem !important;\n    font-weight: 800;\n    color: var(--accent);\n    line-height: 1;\n  }\n  .counter-item .label {\n    font-size: 0.65rem !important;\n    font-weight: 600;\n    color: var(--accent);\n    text-transform: uppercase;\n    letter-spacing: 0.4px;\n    margin-top: 0.1rem;\n  }\n\n  \/* ACTIONS \u2013 COMPACTES *\/\n  .impact-actions {\n    display: grid;\n    gap: 1.4rem;\n    margin-top: 1.2rem;\n  }\n  .action-card {\n    background: white;\n    padding: 1.2rem;\n    border-radius: var(--radius);\n    box-shadow: 0 6px 20px rgba(0,0,0,0.05);\n    text-align: center;\n    transition: transform 0.2s ease;\n  }\n  .action-card:hover {\n    transform: translateY(-2px);\n  }\n  .action-card p {\n    font-size: 1rem;\n    line-height: 1.6;\n    color: var(--text);\n  }\n  .action-card a {\n    color: var(--primary);\n    font-weight: 600;\n    text-decoration: underline;\n  }\n\n  .impact-leader {\n    margin-top: 1.8rem;\n    text-align: center;\n    font-size: 1rem;\n    color: var(--text);\n  }\n  .impact-leader a {\n    color: var(--primary);\n    font-weight: 700;\n  }\n\n  \/* RESPONSIVE *\/\n  @media (min-width: 640px) {\n    .impact-intro {\n      grid-template-columns: 1fr 1fr;\n      text-align: left;\n    }\n    .impact-intro img { margin: 0; }\n\n    .impact-logos .swiper-slide {\n      flex: 0 0 32% !important;\n      max-width: 32% !important;\n    }\n    .impact-logos img {\n      max-width: 150px !important;\n      height: 100px !important;\n    }\n    .impact-logos .caption {\n      font-size: 0.78rem !important;\n    }\n\n    .counter-item {\n      padding: 1rem !important;\n      height: 90px !important;\n    }\n    .counter-item .value { font-size: 1.8rem !important; }\n    .counter-item .label { font-size: 0.78rem !important; }\n\n    .action-card {\n      padding: 1.5rem;\n    }\n    .action-card p { font-size: 1.1rem; }\n  }\n  @media (min-width: 1024px) {\n    .impact-logos .swiper-slide {\n      flex: 0 0 23% !important;\n      max-width: 23% !important;\n    }\n    .impact-counters { gap: 1.2rem; }\n  }\n<\/style>\n\n<div class=\"impact-section\">\n\n  <!-- INTRO -->\n  <div class=\"impact-intro\">\n    <p class=\"translation-block\"><strong>2Gezer<\/strong> was born with the idea of transcending our commercial activity by implementing impactful actions.<br>\n      Behind this term lies the desire to implement, in concrete terms, a series of initiatives led by our Zebras. <br><br>\n      Over the past six years, this has resulted in a series of different but coherent actions enabling 2Gezer and our Zebras to be <strong>agents of change<\/strong> for a better world.<\/p>\n    <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/2gezer.fr\/wp-content\/uploads\/2025\/01\/une-explosion-dactions-a-impact-benefiques-sur-lenvironnement.png?ssl=1\" alt=\"Actions \u00e0 impact\">\n  <\/div>\n\n  <p class=\"impact-title\">Some examples of actions implemented at <strong>2Gezer<\/strong><\/p>\n\n  <!-- CARROUSEL LOGOS -->\n  <div class=\"impact-logos\">\n    <div class=\"swiper\" id=\"logos-slider\">\n      <div class=\"swiper-wrapper\">\n        <div class=\"swiper-slide\">\n          <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/2gezer.fr\/wp-content\/uploads\/2025\/06\/TFTP2-e1750767872817.png?ssl=1\" alt=\"TFTP\">\n          <div class=\"caption\">Castor 5000 actions<\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n          <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/2gezer.fr\/wp-content\/uploads\/2025\/01\/Logo-BORDEAUX-MECENES-SOLIDAIRES-e1750768174346.png?ssl=1\" alt=\"Bordeaux M\u00e9c\u00e8nes\">\n          <div class=\"caption\">Probono<\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n          <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/2gezer.fr\/wp-content\/uploads\/2025\/04\/Pledge_Logo-e1750768199215.jpg?ssl=1\" alt=\"Pledge 1%\">\n          <div class=\"caption\">1% temps et r\u00e9sultat<\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n          <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/2gezer.fr\/wp-content\/uploads\/2022\/11\/SAMI-e1750768219679.png?ssl=1\" alt=\"SAMI\">\n          <div class=\"caption\">Bilan Carbone SAMI<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"swiper-pagination\"><\/div>\n    <\/div>\n  <\/div>\n\n  <!-- COUNTERS -->\n  <div class=\"impact-counters\">\n    <div class=\"counter-item\">\n      <div class=\"value\">10 000\u20ac<\/div>\n      <div class=\"label\">DONATED<\/div>\n    <\/div>\n    <div class=\"counter-item\">\n      <div class=\"value\">40%<\/div>\n      <div class=\"label\">GENDER EQUALITY<\/div>\n    <\/div>\n    <div class=\"counter-item\">\n      <div class=\"value\">66<\/div>\n      <div class=\"label\">tC02e<\/div>\n    <\/div>\n  <\/div>\n\n  <!-- ACTIONS -->\n  <div class=\"impact-actions\">\n    <div class=\"action-card\">\n      <p class=\"translation-block\">Shareholder of <strong>Team For The Planet<\/strong> since 2022 at the Castor level.<br>\n      This allows us to support projects aimed at reducing CO2 emissions.\nOf course, we invite you to take part in this adventure!\n<a href=\"https:\/\/team-planet.com\/fr\/shareholders\/company\/cxVvEhcE9F0-2-gezer-corp\" target=\"_blank\">Our Profile on TFTP<\/a><\/p>\n    <\/div>\n    <hr style=\"border: 0; height: 1px; background: #e2e8f0; margin: 1.2rem 0;\">\n    <div class=\"action-card\">\n      <p class=\"translation-block\">At 2GEZER, <strong>gender equality<\/strong> is paramount, both in terms of staffing and remuneration.\nBeyond this equality, 2Gezer has embraced diversity in terms of profiles and, needless to say, origins and religions.<\/p>\n    <\/div>\n    <hr style=\"border: 0; height: 1px; background: #e2e8f0; margin: 1.2rem 0;\">\n    <div class=\"action-card\">\n      <p class=\"translation-block\"><strong>\u20ac10,000<\/strong> donated to organizations such as Doctors Without Borders.<br>\n      We are committed to doing our part in supporting humanitarian efforts.<br>\n      Our Zebras can allocate donations based on current events or causes that are important to them.<\/p>\n    <\/div>\n    <hr style=\"border: 0; height: 1px; background: #e2e8f0; margin: 1.2rem 0;\">\n    <div class=\"action-card\">\n      <p class=\"translation-block\">Membership in the <a href=\"https:\/\/www.pledge1percent.org\/\" target=\"_blank\"><strong>Pledge 1%<\/strong><\/a> program.\nWe allocate 1% of our profits and 1% of our working time to impactful initiatives.\nThis program allows us to draw inspiration from global initiatives and best practices.<\/p>\n    <\/div>\n    <hr style=\"border: 0; height: 1px; background: #e2e8f0; margin: 1.2rem 0;\">\n    <div class=\"action-card\">\n      <p class=\"translation-block\">We calculated our carbon footprint with <a href=\"https:\/\/www.sami.eco\/\" target=\"_blank\">Sami<\/a>.<br>\n      We also have an action plan to continue reducing our footprint.<br>\n      This assessment gives us a score that our customers and partners can use to calculate their own carbon footprint!<\/p>\n    <\/div>\n    <hr style=\"border: 0; height: 1px; background: #e2e8f0; margin: 1.2rem 0;\">\n    <div class=\"action-card\">\n      <p class=\"translation-block\">Membership in <strong>Bordeaux M\u00e9c\u00e8nes Solidaires<\/strong>.<br>\n      Making a local impact, leveraging our skills through pro bono work (skills-based sponsorship).<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- LEADER -->\n  <div class=\"impact-leader\">\n    <p class=\"translation-block\"><strong>A big thank you to our Give Back Leader <a href=\"https:\/\/www.linkedin.com\/in\/anne-lise-boissiere-mangin-2831bb48\/\" target=\"_blank\">Anne-Lise<\/a>!<\/strong><br>\n    Throughout the year, she shares best practices with us so that, together, we can become more mindful and build a world that is more respectful of the environment.<\/p>\n  <\/div>\n\n<\/div>\n\n<!-- SWIPER + JS FORC\u00c9 -->\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n  if (typeof Swiper === 'undefined') {\n    const script = document.createElement('script');\n    script.src = 'https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.js';\n    script.onload = initSwiper;\n    document.head.appendChild(script);\n  } else {\n    initSwiper();\n  }\n\n  function initSwiper() {\n    setTimeout(() => {\n      new Swiper(\"#logos-slider\", {\n        loop: false,\n        autoplay: { delay: 2000, disableOnInteraction: false },\n        pagination: { el: \".swiper-pagination\", clickable: true },\n        slidesPerView: 3,\n        spaceBetween: 8,\n        centeredSlides: true,\n        watchOverflow: true,\n        observer: true,\n        observeParents: true,\n        breakpoints: {\n          640: { slidesPerView: 3, spaceBetween: 12, centeredSlides: false },\n          1024: { slidesPerView: 4, spaceBetween: 16, centeredSlides: false }\n        }\n      });\n    }, 150);\n  }\n});\n<\/script>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>2Gezer est n\u00e9e avec l&rsquo;id\u00e9e de transcender notre activit\u00e9 commerciale par la mise en place d&rsquo;actions \u00e0 impacts. Derri\u00e8re ce terme, il y a la volont\u00e9 de mettre en \u0153uvre, concr\u00e8tement, une s\u00e9rie d&rsquo;initiatives port\u00e9es par nos Z\u00e8bres. Depuis 6 ans, cela s&rsquo;est traduit par une s\u00e9rie d&rsquo;actions diff\u00e9rentes mais coh\u00e9rentes permettant \u00e0 2Gezer et [&hellip;]<\/p>\n","protected":false},"author":146619201,"featured_media":6083,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","_crdt_document":"","advanced_seo_description":"D\u00e9couvrez comment 2Gezer transforme son activit\u00e9 avec des actions \u00e0 impact, soutenant un monde meilleur et l'\u00e9galit\u00e9 homme-femme.","jetpack_seo_html_title":"Actions \u00e0 Impact : Comment 2Gezer S'engage pour un Monde Meilleur","jetpack_seo_noindex":false,"footnotes":""},"class_list":["post-6081","page","type-page","status-publish","has-post-thumbnail","hentry"],"jetpack_likes_enabled":false,"jetpack_sharing_enabled":false,"jetpack_shortlink":"https:\/\/wp.me\/PamgQt-1A5","_links":{"self":[{"href":"https:\/\/2gezer.fr\/en\/wp-json\/wp\/v2\/pages\/6081","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/2gezer.fr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/2gezer.fr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/2gezer.fr\/en\/wp-json\/wp\/v2\/users\/146619201"}],"replies":[{"embeddable":true,"href":"https:\/\/2gezer.fr\/en\/wp-json\/wp\/v2\/comments?post=6081"}],"version-history":[{"count":99,"href":"https:\/\/2gezer.fr\/en\/wp-json\/wp\/v2\/pages\/6081\/revisions"}],"predecessor-version":[{"id":8495,"href":"https:\/\/2gezer.fr\/en\/wp-json\/wp\/v2\/pages\/6081\/revisions\/8495"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/2gezer.fr\/en\/wp-json\/wp\/v2\/media\/6083"}],"wp:attachment":[{"href":"https:\/\/2gezer.fr\/en\/wp-json\/wp\/v2\/media?parent=6081"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}