{"id":1804,"date":"2026-08-14T16:11:05","date_gmt":"2026-08-14T14:11:05","guid":{"rendered":"https:\/\/tpec.fr\/?page_id=1804"},"modified":"2026-09-02T15:35:21","modified_gmt":"2026-09-02T13:35:21","slug":"realisations","status":"publish","type":"page","link":"https:\/\/tpec.fr\/index.php\/realisations\/","title":{"rendered":"R\u00e9alisations"},"content":{"rendered":"\n<div class=\"wp-block-cover\" style=\"min-height:220px;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#363232\"><\/span><div class=\"wp-block-cover__inner-container has-global-padding is-layout-constrained wp-block-cover-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-center has-base-color has-text-color has-link-color has-mulish-font-family has-x-large-font-size wp-elements-d1b4016d3921c9b313dca388541dbc70\">R\u00c9ALISATIONS<\/h2>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\" style=\"font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.1), 15px);\">D\u00e9couvrez une s\u00e9lection de nos r\u00e9alisations dans les secteurs de l\u2019industrie, du transport, de la logistique et du stockage, du commerce, tertiaire, de l\u2019agroalimentaire et du stockage frigorifique et de la pharmacie, cosm\u00e9tique et chimie.<\/p>\n<\/div><\/div>\n\n\n\n    <style>\n        .tpec-filtres-realisations {\n            max-width: 1700px;\n            margin: 35px auto 55px;\n            padding: 0 30px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 10px 14px;\n        }\n\n        .tpec-filtres-realisations .tpec-filtre {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            padding: 11px 18px;\n            border: 1px solid #e5e5e5;\n            background: #ffffff;\n            color: #1c1c1c;\n            text-decoration: none;\n            font-size: 13px;\n            font-weight: 600;\n            line-height: 1.2;\n\t\t\ttext-transform: uppercase;\n            transition: all .25s ease;\n        }\n\n        .tpec-filtres-realisations .tpec-filtre:hover {\n            background: #f26522;\n            border-color: #f26522;\n            color: #ffffff;\n        }\n\n        .tpec-filtres-realisations .tpec-filtre.actif {\n            background: #f26522;\n            border-color: #f26522;\n            color: #ffffff;\n        }\n\n        @media (max-width: 800px) {\n            .tpec-filtres-realisations {\n                margin: 25px auto 35px;\n                padding: 0 18px;\n                gap: 8px;\n            }\n\n            .tpec-filtres-realisations .tpec-filtre {\n                padding: 10px 13px;\n                font-size: 12px;\n            }\n        }\n    <\/style>\n\n    <div class=\"tpec-filtres-realisations\">\n\n        <a href=\"#\" class=\"tpec-filtre actif\" data-secteur=\"all\">\n            Toutes\n        <\/a>\n\n        \n            <a\n                href=\"#\"\n                class=\"tpec-filtre\"\n                data-secteur=\"agroalimentaire\"\n            >\n                Agroalimentaire \/ Stockage Frigorifique            <\/a>\n\n        \n            <a\n                href=\"#\"\n                class=\"tpec-filtre\"\n                data-secteur=\"commerce\"\n            >\n                Commerce            <\/a>\n\n        \n            <a\n                href=\"#\"\n                class=\"tpec-filtre\"\n                data-secteur=\"industrie\"\n            >\n                Industrie            <\/a>\n\n        \n            <a\n                href=\"#\"\n                class=\"tpec-filtre\"\n                data-secteur=\"pharmacie-cosmetique\"\n            >\n                Pharmacie \/ Cosm\u00e9tique \/ Chimie            <\/a>\n\n        \n            <a\n                href=\"#\"\n                class=\"tpec-filtre\"\n                data-secteur=\"rehabilitation-reamenagement\"\n            >\n                R\u00e9habilitation \/ R\u00e9am\u00e9nagement            <\/a>\n\n        \n            <a\n                href=\"#\"\n                class=\"tpec-filtre\"\n                data-secteur=\"tertiaire\"\n            >\n                Tertiaire            <\/a>\n\n        \n            <a\n                href=\"#\"\n                class=\"tpec-filtre\"\n                data-secteur=\"transport-logistique\"\n            >\n                Transport \/ Logistique \/ Stockage            <\/a>\n\n        \n    <\/div>\n<script>\ndocument.addEventListener('DOMContentLoaded', function () {\n\n    const filtres = document.querySelectorAll('.tpec-filtre');\n\n    filtres.forEach(function(filtre) {\n\n        filtre.addEventListener('click', function(e) {\n\n            e.preventDefault();\n\n            const secteur = this.dataset.secteur;\n\n            \/\/ Gestion du bouton actif\n            filtres.forEach(function(btn) {\n                btn.classList.remove('actif');\n            });\n\n            this.classList.add('actif');\n\n            \/\/ R\u00e9cup\u00e9ration des r\u00e9alisations\n            const projets = document.querySelectorAll('.tpec-preview-card');\n\n            projets.forEach(function(projet) {\n\n                const projetSecteur = projet.dataset.secteur;\n\n                if (secteur === 'all' || projetSecteur === secteur) {\n                    projet.style.display = '';\n                } else {\n                    projet.style.display = 'none';\n                }\n\n            });\n\n        });\n\n    });\n\n});\n<\/script>\n    \n\n\n\n    <style>\n\n        .tpec-preview-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 2px;\n        }\n\n        .tpec-preview-card {\n            position: relative;\n            overflow: hidden;\n            height: 330px;\n            background: #eeeeee;\n            cursor: pointer;\n        }\n\n        .tpec-preview-link {\n            position: relative;\n            display: block;\n            width: 100%;\n            height: 100%;\n            color: inherit;\n            text-decoration: none !important;\n            overflow: hidden;\n        }\n\n        .tpec-preview-link:hover,\n        .tpec-preview-link:focus {\n            color: inherit;\n            text-decoration: none !important;\n        }\n\n        .tpec-preview-card img {\n            width: 100%;\n            height: 100%;\n            display: block;\n            object-fit: cover;\n            filter: grayscale(100%);\n            transition: filter 0.45s ease, transform 0.45s ease;\n        }\n\n        .tpec-preview-card:hover img {\n            filter: grayscale(0%);\n            transform: scale(1.035);\n        }\n\n        .tpec-preview-overlay {\n            position: absolute;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            z-index: 2;\n            padding: 45px 24px 20px;\n            background: linear-gradient(\n                to top,\n                rgba(0, 0, 0, 0.78) 0%,\n                rgba(0, 0, 0, 0.35) 45%,\n                rgba(0, 0, 0, 0) 100%\n            );\n            color: #ffffff;\n        }\n\n        .tpec-preview-title {\n            margin: 0;\n            font-size: 18px;\n            line-height: 1.2;\n            font-weight: 700;\n            text-transform: uppercase;\n            color: #f26522;\n        }\n\n        .tpec-preview-sector {\n            display: block;\n            margin-top: 7px;\n            font-size: 12px;\n            line-height: 1.3;\n            font-weight: 500;\n            text-transform: uppercase;\n            letter-spacing: 0.4px;\n            color: #ffffff;\n            opacity: 0.90;\n        }\n\n        @media (max-width: 950px) {\n            .tpec-preview-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 600px) {\n            .tpec-preview-grid {\n                grid-template-columns: 1fr;\n            }\n            .tpec-preview-card {\n                height: 280px;\n            }\n            .tpec-preview-title {\n                font-size: 17px;\n            }\n        }\n\n    <\/style>\n\n    <div class=\"tpec-preview-grid\">\n\n        \n            <article class=\"tpec-preview-card\" data-secteur=\"industrie\">\n\n                <a class=\"tpec-preview-link\" href=\"https:\/\/tpec.fr\/index.php\/realisation\/asahi-diamond-chartres-28\/\" aria-label=\"Voir la r\u00e9alisation : ASAHI DIAMOND &#8211; CHARTRES (28)\">\n\n                                            <img decoding=\"async\" src=\"https:\/\/tpec.fr\/wp-content\/uploads\/2026\/08\/DJI_0056-1024x768.jpg\" alt=\"ASAHI DIAMOND &#8211; CHARTRES (28)\">\n                    \n                    <div class=\"tpec-preview-overlay\">\n\n                        <h3 class=\"tpec-preview-title\">\n                            ASAHI DIAMOND &#8211; CHARTRES (28)                        <\/h3>\n\n                                                    <span class=\"tpec-preview-sector\">\n                                Industrie                            <\/span>\n                        \n                    <\/div>\n\n                <\/a>\n\n            <\/article>\n\n        \n            <article class=\"tpec-preview-card\" data-secteur=\"tertiaire\">\n\n                <a class=\"tpec-preview-link\" href=\"https:\/\/tpec.fr\/index.php\/realisation\/burgbad-1-nogent-le-roi-28\/\" aria-label=\"Voir la r\u00e9alisation : BURGBAD 1 &#8211; NOGENT-LE-ROI (28)\">\n\n                                            <img decoding=\"async\" src=\"https:\/\/tpec.fr\/wp-content\/uploads\/2024\/07\/Burgbad-Bureaux-1024x768.jpg\" alt=\"BURGBAD 1 &#8211; NOGENT-LE-ROI (28)\">\n                    \n                    <div class=\"tpec-preview-overlay\">\n\n                        <h3 class=\"tpec-preview-title\">\n                            BURGBAD 1 &#8211; NOGENT-LE-ROI (28)                        <\/h3>\n\n                                                    <span class=\"tpec-preview-sector\">\n                                Tertiaire                            <\/span>\n                        \n                    <\/div>\n\n                <\/a>\n\n            <\/article>\n\n        \n            <article class=\"tpec-preview-card\" data-secteur=\"industrie\">\n\n                <a class=\"tpec-preview-link\" href=\"https:\/\/tpec.fr\/index.php\/realisation\/burgbad-nogent-le-roi-28\/\" aria-label=\"Voir la r\u00e9alisation : BURGBAD 2 &#8211; NOGENT-LE-ROI (28)\">\n\n                                            <img decoding=\"async\" src=\"https:\/\/tpec.fr\/wp-content\/uploads\/slider2\/Burgbadentrept21-1024x468.jpeg\" alt=\"BURGBAD 2 &#8211; NOGENT-LE-ROI (28)\">\n                    \n                    <div class=\"tpec-preview-overlay\">\n\n                        <h3 class=\"tpec-preview-title\">\n                            BURGBAD 2 &#8211; NOGENT-LE-ROI (28)                        <\/h3>\n\n                                                    <span class=\"tpec-preview-sector\">\n                                Industrie                            <\/span>\n                        \n                    <\/div>\n\n                <\/a>\n\n            <\/article>\n\n        \n            <article class=\"tpec-preview-card\" data-secteur=\"industrie\">\n\n                <a class=\"tpec-preview-link\" href=\"https:\/\/tpec.fr\/index.php\/realisation\/caparol-mainvilliers-28\/\" aria-label=\"Voir la r\u00e9alisation : CAPAROL &#8211; MAINVILLIERS (28)\">\n\n                                            <img decoding=\"async\" src=\"https:\/\/tpec.fr\/wp-content\/uploads\/2019\/07\/cropped-P8290002-1-1024x485.jpg\" alt=\"CAPAROL &#8211; MAINVILLIERS (28)\">\n                    \n                    <div class=\"tpec-preview-overlay\">\n\n                        <h3 class=\"tpec-preview-title\">\n                            CAPAROL &#8211; MAINVILLIERS (28)                        <\/h3>\n\n                                                    <span class=\"tpec-preview-sector\">\n                                Industrie                            <\/span>\n                        \n                    <\/div>\n\n                <\/a>\n\n            <\/article>\n\n        \n            <article class=\"tpec-preview-card\" data-secteur=\"rehabilitation-reamenagement\">\n\n                <a class=\"tpec-preview-link\" href=\"https:\/\/tpec.fr\/index.php\/realisation\/cer-france-chartres-28\/\" aria-label=\"Voir la r\u00e9alisation : CER FRANCE &#8211; CHARTRES (28)\">\n\n                                            <img decoding=\"async\" src=\"https:\/\/tpec.fr\/wp-content\/uploads\/2026\/08\/IMG_4044-1024x576.jpeg\" alt=\"CER FRANCE &#8211; CHARTRES (28)\">\n                    \n                    <div class=\"tpec-preview-overlay\">\n\n                        <h3 class=\"tpec-preview-title\">\n                            CER FRANCE &#8211; CHARTRES (28)                        <\/h3>\n\n                                                    <span class=\"tpec-preview-sector\">\n                                R\u00e9habilitation \/ R\u00e9am\u00e9nagement                            <\/span>\n                        \n                    <\/div>\n\n                <\/a>\n\n            <\/article>\n\n        \n            <article class=\"tpec-preview-card\" data-secteur=\"pharmacie-cosmetique\">\n\n                <a class=\"tpec-preview-link\" href=\"https:\/\/tpec.fr\/index.php\/realisation\/cms-high-tech-luigny-28\/\" aria-label=\"Voir la r\u00e9alisation : CMS HIGH TECH &#8211; LUIGNY (28)\">\n\n                                            <img decoding=\"async\" src=\"https:\/\/tpec.fr\/wp-content\/uploads\/2026\/08\/IMG_2842-scaled-e1786614771988-1024x756.jpg\" alt=\"CMS HIGH TECH &#8211; LUIGNY (28)\">\n                    \n                    <div class=\"tpec-preview-overlay\">\n\n                        <h3 class=\"tpec-preview-title\">\n                            CMS HIGH TECH &#8211; LUIGNY (28)                        <\/h3>\n\n                                                    <span class=\"tpec-preview-sector\">\n                                Pharmacie \/ Cosm\u00e9tique \/ Chimie                            <\/span>\n                        \n                    <\/div>\n\n                <\/a>\n\n            <\/article>\n\n        \n            <article class=\"tpec-preview-card\" data-secteur=\"\">\n\n                <a class=\"tpec-preview-link\" href=\"https:\/\/tpec.fr\/index.php\/realisation\/coaero-pierres-28\/\" aria-label=\"Voir la r\u00e9alisation : COAERO &#8211; PIERRES (28)\">\n\n                                            <img decoding=\"async\" src=\"https:\/\/tpec.fr\/wp-content\/uploads\/2019\/07\/cropped-IMG_1484-1024x526.jpg\" alt=\"COAERO &#8211; PIERRES (28)\">\n                    \n                    <div class=\"tpec-preview-overlay\">\n\n                        <h3 class=\"tpec-preview-title\">\n                            COAERO &#8211; PIERRES (28)                        <\/h3>\n\n                        \n                    <\/div>\n\n                <\/a>\n\n            <\/article>\n\n        \n            <article class=\"tpec-preview-card\" data-secteur=\"tertiaire\">\n\n                <a class=\"tpec-preview-link\" href=\"https:\/\/tpec.fr\/index.php\/realisation\/espace-conte-chartres-28\/\" aria-label=\"Voir la r\u00e9alisation : ESPACE CONT\u00c9 &#8211; CHARTRES (28)\">\n\n                                            <img decoding=\"async\" src=\"https:\/\/tpec.fr\/wp-content\/uploads\/2024\/07\/IMG_8616-1024x768.jpg\" alt=\"ESPACE CONT\u00c9 &#8211; CHARTRES (28)\">\n                    \n                    <div class=\"tpec-preview-overlay\">\n\n                        <h3 class=\"tpec-preview-title\">\n                            ESPACE CONT\u00c9 &#8211; CHARTRES (28)                        <\/h3>\n\n                                                    <span class=\"tpec-preview-sector\">\n                                Tertiaire                            <\/span>\n                        \n                    <\/div>\n\n                <\/a>\n\n            <\/article>\n\n        \n            <article class=\"tpec-preview-card\" data-secteur=\"tertiaire\">\n\n                <a class=\"tpec-preview-link\" href=\"https:\/\/tpec.fr\/index.php\/realisation\/eurofeu-senonches-28\/\" aria-label=\"Voir la r\u00e9alisation : EUROFEU &#8211; SENONCHES (28)\">\n\n                                            <img decoding=\"async\" src=\"https:\/\/tpec.fr\/wp-content\/uploads\/2026\/08\/Eurofeu-avec-logo-1024x768.jpg\" alt=\"EUROFEU &#8211; SENONCHES (28)\">\n                    \n                    <div class=\"tpec-preview-overlay\">\n\n                        <h3 class=\"tpec-preview-title\">\n                            EUROFEU &#8211; SENONCHES (28)                        <\/h3>\n\n                                                    <span class=\"tpec-preview-sector\">\n                                Tertiaire                            <\/span>\n                        \n                    <\/div>\n\n                <\/a>\n\n            <\/article>\n\n        \n            <article class=\"tpec-preview-card\" data-secteur=\"commerce\">\n\n                <a class=\"tpec-preview-link\" href=\"https:\/\/tpec.fr\/index.php\/realisation\/feuillette-darty-vernouillet-28\/\" aria-label=\"Voir la r\u00e9alisation : FEUILLETTE \/ DARTY &#8211; VERNOUILLET (28)\">\n\n                                            <img decoding=\"async\" src=\"https:\/\/tpec.fr\/wp-content\/uploads\/2026\/08\/IMG_20250629_183647-1024x771.jpg\" alt=\"FEUILLETTE \/ DARTY &#8211; VERNOUILLET (28)\">\n                    \n                    <div class=\"tpec-preview-overlay\">\n\n                        <h3 class=\"tpec-preview-title\">\n                            FEUILLETTE \/ DARTY &#8211; VERNOUILLET (28)                        <\/h3>\n\n                                                    <span class=\"tpec-preview-sector\">\n                                Commerce                            <\/span>\n                        \n                    <\/div>\n\n                <\/a>\n\n            <\/article>\n\n        \n            <article class=\"tpec-preview-card\" data-secteur=\"rehabilitation-reamenagement\">\n\n                <a class=\"tpec-preview-link\" href=\"https:\/\/tpec.fr\/index.php\/realisation\/geodis-le-coudray-28\/\" aria-label=\"Voir la r\u00e9alisation : G\u00c9ODIS &#8211; LE COUDRAY (28)\">\n\n                                            <img decoding=\"async\" src=\"https:\/\/tpec.fr\/wp-content\/uploads\/2026\/08\/IMG_5951-e1786614381943-1024x555.jpeg\" alt=\"G\u00c9ODIS &#8211; LE COUDRAY (28)\">\n                    \n                    <div class=\"tpec-preview-overlay\">\n\n                        <h3 class=\"tpec-preview-title\">\n                            G\u00c9ODIS &#8211; LE COUDRAY (28)                        <\/h3>\n\n                                                    <span class=\"tpec-preview-sector\">\n                                R\u00e9habilitation \/ R\u00e9am\u00e9nagement                            <\/span>\n                        \n                    <\/div>\n\n                <\/a>\n\n            <\/article>\n\n        \n            <article class=\"tpec-preview-card\" data-secteur=\"tertiaire\">\n\n                <a class=\"tpec-preview-link\" href=\"https:\/\/tpec.fr\/index.php\/realisation\/gfp-chartres-28\/\" aria-label=\"Voir la r\u00e9alisation : GFP &#8211; CHARTRES (28)\">\n\n                                            <img decoding=\"async\" src=\"https:\/\/tpec.fr\/wp-content\/uploads\/2019\/08\/Photo-023-1024x768.jpg\" alt=\"GFP &#8211; CHARTRES (28)\">\n                    \n                    <div class=\"tpec-preview-overlay\">\n\n                        <h3 class=\"tpec-preview-title\">\n                            GFP &#8211; CHARTRES (28)                        <\/h3>\n\n                                                    <span class=\"tpec-preview-sector\">\n                                Tertiaire                            <\/span>\n                        \n                    <\/div>\n\n                <\/a>\n\n            <\/article>\n\n        \n            <article class=\"tpec-preview-card\" data-secteur=\"transport-logistique\">\n\n                <a class=\"tpec-preview-link\" href=\"https:\/\/tpec.fr\/index.php\/realisation\/impact-pro-chartres-28\/\" aria-label=\"Voir la r\u00e9alisation : IMPACT PRO &#8211; CHARTRES (28)\">\n\n                                            <img decoding=\"async\" src=\"https:\/\/tpec.fr\/wp-content\/uploads\/2026\/08\/IMG_0806-1024x768.jpeg\" alt=\"IMPACT PRO &#8211; CHARTRES (28)\">\n                    \n                    <div class=\"tpec-preview-overlay\">\n\n                        <h3 class=\"tpec-preview-title\">\n                            IMPACT PRO &#8211; CHARTRES (28)                        <\/h3>\n\n                                                    <span class=\"tpec-preview-sector\">\n                                Transport \/ Logistique \/ Stockage                            <\/span>\n                        \n                    <\/div>\n\n                <\/a>\n\n            <\/article>\n\n        \n            <article class=\"tpec-preview-card\" data-secteur=\"tertiaire\">\n\n                <a class=\"tpec-preview-link\" href=\"https:\/\/tpec.fr\/index.php\/realisation\/liliade-chartres-28\/\" aria-label=\"Voir la r\u00e9alisation : L&rsquo;ILIADE &#8211; CHARTRES (28)\">\n\n                                            <img decoding=\"async\" src=\"https:\/\/tpec.fr\/wp-content\/uploads\/2019\/08\/20140224_173347-1024x768.jpg\" alt=\"L&rsquo;ILIADE &#8211; CHARTRES (28)\">\n                    \n                    <div class=\"tpec-preview-overlay\">\n\n                        <h3 class=\"tpec-preview-title\">\n                            L&rsquo;ILIADE &#8211; CHARTRES (28)                        <\/h3>\n\n                                                    <span class=\"tpec-preview-sector\">\n                                Tertiaire                            <\/span>\n                        \n                    <\/div>\n\n                <\/a>\n\n            <\/article>\n\n        \n            <article class=\"tpec-preview-card\" data-secteur=\"commerce\">\n\n                <a class=\"tpec-preview-link\" href=\"https:\/\/tpec.fr\/index.php\/realisation\/la-maison-chartraine-champhol-28\/\" aria-label=\"Voir la r\u00e9alisation : LA MAISON CHARTRAINE &#8211; CHAMPHOL (28)\">\n\n                                            <img decoding=\"async\" src=\"https:\/\/tpec.fr\/wp-content\/uploads\/2026\/09\/IMG_0947-1024x768.jpg\" alt=\"LA MAISON CHARTRAINE &#8211; CHAMPHOL (28)\">\n                    \n                    <div class=\"tpec-preview-overlay\">\n\n                        <h3 class=\"tpec-preview-title\">\n                            LA MAISON CHARTRAINE &#8211; CHAMPHOL (28)                        <\/h3>\n\n                                                    <span class=\"tpec-preview-sector\">\n                                Commerce                            <\/span>\n                        \n                    <\/div>\n\n                <\/a>\n\n            <\/article>\n\n        \n            <article class=\"tpec-preview-card\" data-secteur=\"pharmacie-cosmetique\">\n\n                <a class=\"tpec-preview-link\" href=\"https:\/\/tpec.fr\/index.php\/realisation\/lgr-pharprint-dreux-28\/\" aria-label=\"Voir la r\u00e9alisation : LGR PHARPRINT &#8211; DREUX (28)\">\n\n                                            <img decoding=\"async\" src=\"https:\/\/tpec.fr\/wp-content\/uploads\/2026\/08\/IMG_6313-1024x768.jpeg\" alt=\"LGR PHARPRINT &#8211; DREUX (28)\">\n                    \n                    <div class=\"tpec-preview-overlay\">\n\n                        <h3 class=\"tpec-preview-title\">\n                            LGR PHARPRINT &#8211; DREUX (28)                        <\/h3>\n\n                                                    <span class=\"tpec-preview-sector\">\n                                Pharmacie \/ Cosm\u00e9tique \/ Chimie                            <\/span>\n                        \n                    <\/div>\n\n                <\/a>\n\n            <\/article>\n\n        \n            <article class=\"tpec-preview-card\" data-secteur=\"industrie\">\n\n                <a class=\"tpec-preview-link\" href=\"https:\/\/tpec.fr\/index.php\/realisation\/lumar-illiers-combray-28\/\" aria-label=\"Voir la r\u00e9alisation : LUMAR &#8211; ILLIERS-COMBRAY (28)\">\n\n                                            <img decoding=\"async\" src=\"https:\/\/tpec.fr\/wp-content\/uploads\/2026\/08\/20240321_173308-1024x768.jpg\" alt=\"LUMAR &#8211; ILLIERS-COMBRAY (28)\">\n                    \n                    <div class=\"tpec-preview-overlay\">\n\n                        <h3 class=\"tpec-preview-title\">\n                            LUMAR &#8211; ILLIERS-COMBRAY (28)                        <\/h3>\n\n                                                    <span class=\"tpec-preview-sector\">\n                                Industrie                            <\/span>\n                        \n                    <\/div>\n\n                <\/a>\n\n            <\/article>\n\n        \n            <article class=\"tpec-preview-card\" data-secteur=\"agroalimentaire\">\n\n                <a class=\"tpec-preview-link\" href=\"https:\/\/tpec.fr\/index.php\/realisation\/miko-saint-dizier-52\/\" aria-label=\"Voir la r\u00e9alisation : MIKO &#8211; SAINT DIZIER (52)\">\n\n                                            <img decoding=\"async\" src=\"https:\/\/tpec.fr\/wp-content\/uploads\/2026\/08\/UNILEVER-1024x768.jpg\" alt=\"MIKO &#8211; SAINT DIZIER (52)\">\n                    \n                    <div class=\"tpec-preview-overlay\">\n\n                        <h3 class=\"tpec-preview-title\">\n                            MIKO &#8211; SAINT DIZIER (52)                        <\/h3>\n\n                                                    <span class=\"tpec-preview-sector\">\n                                Agroalimentaire \/ Stockage Frigorifique                            <\/span>\n                        \n                    <\/div>\n\n                <\/a>\n\n            <\/article>\n\n        \n            <article class=\"tpec-preview-card\" data-secteur=\"industrie\">\n\n                <a class=\"tpec-preview-link\" href=\"https:\/\/tpec.fr\/index.php\/realisation\/orsini-ouarville-28\/\" aria-label=\"Voir la r\u00e9alisation : ORSINI &#8211; OUARVILLE (28)\">\n\n                                            <img decoding=\"async\" src=\"https:\/\/tpec.fr\/wp-content\/uploads\/2026\/09\/DJI_0091-1024x768.jpg\" alt=\"ORSINI &#8211; OUARVILLE (28)\">\n                    \n                    <div class=\"tpec-preview-overlay\">\n\n                        <h3 class=\"tpec-preview-title\">\n                            ORSINI &#8211; OUARVILLE (28)                        <\/h3>\n\n                                                    <span class=\"tpec-preview-sector\">\n                                Industrie                            <\/span>\n                        \n                    <\/div>\n\n                <\/a>\n\n            <\/article>\n\n        \n            <article class=\"tpec-preview-card\" data-secteur=\"tertiaire\">\n\n                <a class=\"tpec-preview-link\" href=\"https:\/\/tpec.fr\/index.php\/realisation\/paves-de-rue-fontenay-s-eure-28\/\" aria-label=\"Voir la r\u00e9alisation : PAV\u00c9S DE RUE &#8211; FONTENAY-SUR-EURE (28)\">\n\n                    \n                    <div class=\"tpec-preview-overlay\">\n\n                        <h3 class=\"tpec-preview-title\">\n                            PAV\u00c9S DE RUE &#8211; FONTENAY-SUR-EURE (28)                        <\/h3>\n\n                                                    <span class=\"tpec-preview-sector\">\n                                Tertiaire                            <\/span>\n                        \n                    <\/div>\n\n                <\/a>\n\n            <\/article>\n\n        \n            <article class=\"tpec-preview-card\" data-secteur=\"pharmacie-cosmetique\">\n\n                <a class=\"tpec-preview-link\" href=\"https:\/\/tpec.fr\/index.php\/realisation\/rossow-chartres-28\/\" aria-label=\"Voir la r\u00e9alisation : ROSSOW &#8211; CHARTRES (28)\">\n\n                                            <img decoding=\"async\" src=\"https:\/\/tpec.fr\/wp-content\/uploads\/2026\/08\/DJI_0040-scaled-e1786614037368-1024x422.jpg\" alt=\"ROSSOW &#8211; CHARTRES (28)\">\n                    \n                    <div class=\"tpec-preview-overlay\">\n\n                        <h3 class=\"tpec-preview-title\">\n                            ROSSOW &#8211; CHARTRES (28)                        <\/h3>\n\n                                                    <span class=\"tpec-preview-sector\">\n                                Pharmacie \/ Cosm\u00e9tique \/ Chimie                            <\/span>\n                        \n                    <\/div>\n\n                <\/a>\n\n            <\/article>\n\n        \n            <article class=\"tpec-preview-card\" data-secteur=\"transport-logistique\">\n\n                <a class=\"tpec-preview-link\" href=\"https:\/\/tpec.fr\/index.php\/realisation\/translocauto-messagerie-dreux-28\/\" aria-label=\"Voir la r\u00e9alisation : TRANSLOCAUTO MESSAGERIE &#8211; DREUX (28)\">\n\n                                            <img decoding=\"async\" src=\"https:\/\/tpec.fr\/wp-content\/uploads\/2026\/08\/TLA-MESSAGERIE-DREUX-1024x768.jpg\" alt=\"TRANSLOCAUTO MESSAGERIE &#8211; DREUX (28)\">\n                    \n                    <div class=\"tpec-preview-overlay\">\n\n                        <h3 class=\"tpec-preview-title\">\n                            TRANSLOCAUTO MESSAGERIE &#8211; DREUX (28)                        <\/h3>\n\n                                                    <span class=\"tpec-preview-sector\">\n                                Transport \/ Logistique \/ Stockage                            <\/span>\n                        \n                    <\/div>\n\n                <\/a>\n\n            <\/article>\n\n        \n            <article class=\"tpec-preview-card\" data-secteur=\"transport-logistique\">\n\n                <a class=\"tpec-preview-link\" href=\"https:\/\/tpec.fr\/index.php\/realisation\/translocauto-stockage-dreux-28\/\" aria-label=\"Voir la r\u00e9alisation : TRANSLOCAUTO STOCKAGE &#8211; DREUX (28)\">\n\n                    \n                    <div class=\"tpec-preview-overlay\">\n\n                        <h3 class=\"tpec-preview-title\">\n                            TRANSLOCAUTO STOCKAGE &#8211; DREUX (28)                        <\/h3>\n\n                                                    <span class=\"tpec-preview-sector\">\n                                Transport \/ Logistique \/ Stockage                            <\/span>\n                        \n                    <\/div>\n\n                <\/a>\n\n            <\/article>\n\n        \n    <\/div>\n\n    \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1804","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/tpec.fr\/index.php\/wp-json\/wp\/v2\/pages\/1804","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tpec.fr\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tpec.fr\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tpec.fr\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/tpec.fr\/index.php\/wp-json\/wp\/v2\/comments?post=1804"}],"version-history":[{"count":10,"href":"https:\/\/tpec.fr\/index.php\/wp-json\/wp\/v2\/pages\/1804\/revisions"}],"predecessor-version":[{"id":2081,"href":"https:\/\/tpec.fr\/index.php\/wp-json\/wp\/v2\/pages\/1804\/revisions\/2081"}],"wp:attachment":[{"href":"https:\/\/tpec.fr\/index.php\/wp-json\/wp\/v2\/media?parent=1804"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}