{"id":1175,"date":"2026-07-24T13:18:31","date_gmt":"2026-07-24T13:18:31","guid":{"rendered":"https:\/\/ccetunisia.com\/?page_id=1175"},"modified":"2026-08-03T11:24:47","modified_gmt":"2026-08-03T11:24:47","slug":"projet-detail","status":"publish","type":"page","link":"http:\/\/ccetunisia.com\/en\/projet-detail\/","title":{"rendered":"Project Details"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1175\" class=\"elementor elementor-1175\">\n\t\t\t\t<div class=\"elementor-element elementor-element-84a6f76 e-con e-atomic-element e-flexbox-base e-8b475a1 \" data-id=\"84a6f76\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"84a6f76\">\n    \t\t<div class=\"elementor-element elementor-element-8345bb0 elementor-widget elementor-widget-html\" data-id=\"8345bb0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@300;400;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n.projet-detail-container {\r\n  max-width: 1400px;\r\n  margin: 0 auto;\r\n  padding: 60px 20px;\r\n  font-family: 'Lato', sans-serif;\r\n  background: #fff;\r\n}\r\n\r\n.projet-back-link {\r\n  display: inline-flex;\r\n  align-items: center;\r\n  color: #e84e1b;\r\n  text-decoration: none;\r\n  font-weight: 700;\r\n  margin-bottom: 40px;\r\n  font-size: 1rem;\r\n  transition: all 0.3s ease;\r\n  padding: 10px 20px;\r\n  border: 2px solid #e84e1b;\r\n  border-radius: 4px;\r\n}\r\n\r\n.projet-back-link:hover {\r\n  background: #e84e1b;\r\n  color: #fff;\r\n  transform: translateX(-5px);\r\n}\r\n\r\n.projet-back-link::before {\r\n  content: \"\u2190\";\r\n  margin-right: 10px;\r\n  font-size: 1.3rem;\r\n  font-weight: bold;\r\n}\r\n\r\n.projet-header {\r\n  margin-bottom: 50px;\r\n  padding-bottom: 30px;\r\n  border-bottom: 3px solid #e0e0e0;\r\n}\r\n\r\n.projet-localisation {\r\n  font-size: 0.9rem;\r\n  color: #e84e1b;\r\n  font-weight: 700;\r\n  text-transform: uppercase;\r\n  letter-spacing: 0.15em;\r\n  margin-bottom: 15px;\r\n  display: flex;\r\n  align-items: center;\r\n}\r\n\r\n.projet-localisation::before {\r\n  content: \"\ud83d\udccd\";\r\n  margin-right: 8px;\r\n}\r\n\r\n.projet-titre {\r\n  font-size: 2.5rem;\r\n  font-weight: 700;\r\n  color: #111;\r\n  margin: 0 0 20px 0;\r\n  line-height: 1.2;\r\n}\r\n\r\n.projet-categorie {\r\n  display: inline-block;\r\n  background: linear-gradient(135deg, #e84e1b 0%, #ff6b35 100%);\r\n  color: #fff;\r\n  padding: 10px 20px;\r\n  border-radius: 4px;\r\n  font-size: 0.95rem;\r\n  font-weight: 600;\r\n  margin-top: 15px;\r\n}\r\n\r\n\/* \u2500\u2500 Galerie d'images : TOUTES \u00c0 LA M\u00caME TAILLE \u2500\u2500 *\/\r\n.projet-gallery {\r\n  display: grid;\r\n  grid-template-columns: repeat(2, 1fr); \/* 2 images par ligne, taille \u00e9gale *\/\r\n  gap: 25px;\r\n  margin: 50px 0;\r\n}\r\n\r\n.projet-gallery img {\r\n  width: 100%;\r\n  height: 400px; \/* \ud83d\udc48 Hauteur fixe pour garantir l'uniformit\u00e9 *\/\r\n  aspect-ratio: 4 \/ 3; \/* \ud83d\udc48 Format identique garanti pour toutes les images *\/\r\n  object-fit: cover; \/* \ud83d\udc48 Remplit le cadre sans d\u00e9former l'image *\/\r\n  object-position: center;\r\n  border-radius: 8px;\r\n  box-shadow: 0 8px 25px rgba(0,0,0,0.12);\r\n  transition: transform 0.4s ease, box-shadow 0.4s ease;\r\n  cursor: pointer;\r\n  display: block;\r\n}\r\n\r\n.projet-gallery img:hover {\r\n  transform: scale(1.02);\r\n  box-shadow: 0 12px 35px rgba(0,0,0,0.2);\r\n}\r\n\r\n\/* D\u00e9tails techniques *\/\r\n.projet-details-section {\r\n  background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);\r\n  padding: 40px;\r\n  border-radius: 8px;\r\n  margin-top: 50px;\r\n  border-left: 5px solid #e84e1b;\r\n}\r\n\r\n.projet-details-section h3 {\r\n  font-size: 1.6rem;\r\n  color: #111;\r\n  margin-bottom: 30px;\r\n  font-weight: 700;\r\n  display: flex;\r\n  align-items: center;\r\n}\r\n\r\n.projet-details-section h3::before {\r\n  content: \"\";\r\n  width: 4px;\r\n  height: 30px;\r\n  background: #e84e1b;\r\n  margin-right: 15px;\r\n  border-radius: 2px;\r\n}\r\n\r\n.projet-details-grid {\r\n  display: grid;\r\n  grid-template-columns: repeat(2, 1fr);\r\n  gap: 25px;\r\n}\r\n\r\n.projet-detail-item {\r\n  padding: 20px;\r\n  background: #fff;\r\n  border-radius: 6px;\r\n  box-shadow: 0 2px 10px rgba(0,0,0,0.05);\r\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n}\r\n\r\n.projet-detail-item:hover {\r\n  transform: translateY(-3px);\r\n  box-shadow: 0 5px 20px rgba(0,0,0,0.1);\r\n}\r\n\r\n.projet-detail-label {\r\n  font-size: 0.85rem;\r\n  color: #999;\r\n  text-transform: uppercase;\r\n  letter-spacing: 0.08em;\r\n  margin-bottom: 8px;\r\n  font-weight: 600;\r\n}\r\n\r\n.projet-detail-value {\r\n  font-size: 1.1rem;\r\n  color: #333;\r\n  font-weight: 700;\r\n  line-height: 1.5;\r\n}\r\n\r\n\/* Lightbox *\/\r\n.lightbox {\r\n  display: none;\r\n  position: fixed;\r\n  top: 0;\r\n  left: 0;\r\n  width: 100%;\r\n  height: 100%;\r\n  background: rgba(0,0,0,0.95);\r\n  z-index: 9999;\r\n  justify-content: center;\r\n  align-items: center;\r\n}\r\n\r\n.lightbox.active {\r\n  display: flex;\r\n}\r\n\r\n.lightbox img {\r\n  max-width: 90%;\r\n  max-height: 90%;\r\n  object-fit: contain;\r\n  border-radius: 8px;\r\n}\r\n\r\n.lightbox-close {\r\n  position: absolute;\r\n  top: 30px;\r\n  right: 40px;\r\n  color: #fff;\r\n  font-size: 3rem;\r\n  cursor: pointer;\r\n  transition: color 0.3s;\r\n  line-height: 1;\r\n}\r\n\r\n.lightbox-close:hover {\r\n  color: #e84e1b;\r\n}\r\n\r\n\/* Responsive *\/\r\n@media (max-width: 768px) {\r\n  .projet-detail-container {\r\n    padding: 40px 15px;\r\n  }\r\n  \r\n  .projet-titre {\r\n    font-size: 1.8rem;\r\n  }\r\n  \r\n  .projet-gallery {\r\n    grid-template-columns: 1fr; \/* 1 image par ligne sur mobile *\/\r\n    gap: 15px;\r\n  }\r\n  \r\n  .projet-gallery img {\r\n    height: 300px; \/* \ud83d\udc48 Taille uniforme sur tablette\/mobile *\/\r\n    aspect-ratio: 4 \/ 3;\r\n  }\r\n  \r\n  .projet-details-grid {\r\n    grid-template-columns: 1fr;\r\n    gap: 15px;\r\n  }\r\n  \r\n  .projet-details-section {\r\n    padding: 25px;\r\n  }\r\n  \r\n  .projet-details-section h3 {\r\n    font-size: 1.3rem;\r\n  }\r\n}\r\n\r\n@media (max-width: 480px) {\r\n  .projet-titre {\r\n    font-size: 1.5rem;\r\n  }\r\n  \r\n  .projet-gallery img {\r\n    height: 250px; \/* \ud83d\udc48 Taille uniforme sur tr\u00e8s petit \u00e9cran *\/\r\n    aspect-ratio: 4 \/ 3;\r\n  }\r\n  \r\n  .projet-back-link {\r\n    font-size: 0.9rem;\r\n    padding: 8px 15px;\r\n  }\r\n}\r\n<\/style>\r\n\r\n<div class=\"projet-detail-container\">\r\n  <a href=\"\/projets\/\" class=\"projet-back-link\">Retour aux projets<\/a>\r\n  \r\n  <div class=\"projet-header\">\r\n    <div class=\"projet-localisation\" id=\"projet-localisation\">Chargement...<\/div>\r\n    <h1 class=\"projet-titre\" id=\"projet-titre\"><\/h1>\r\n    <span class=\"projet-categorie\" id=\"projet-categorie\"><\/span>\r\n  <\/div>\r\n  \r\n  <div class=\"projet-gallery\" id=\"projet-gallery\">\r\n    <!-- Les images seront inject\u00e9es ici -->\r\n  <\/div>\r\n  \r\n  <div class=\"projet-details-section\">\r\n    <h3>Caract\u00e9ristiques du projet<\/h3>\r\n    <div class=\"projet-details-grid\">\r\n      <div class=\"projet-detail-item\">\r\n        <div class=\"projet-detail-label\">Localisation<\/div>\r\n        <div class=\"projet-detail-value\" id=\"detail-localisation\"><\/div>\r\n      <\/div>\r\n      <div class=\"projet-detail-item\">\r\n        <div class=\"projet-detail-label\">Type de projet<\/div>\r\n        <div class=\"projet-detail-value\" id=\"detail-type\"><\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- Lightbox -->\r\n<div class=\"lightbox\" id=\"lightbox\">\r\n  <span class=\"lightbox-close\" onclick=\"closeLightbox()\">&times;<\/span>\r\n  <img decoding=\"async\" src=\"\" alt=\"\" id=\"lightbox-img\">\r\n<\/div>\r\n\r\n<script>\r\n\/\/ Fonction pour d\u00e9coder les param\u00e8tres URL\r\nfunction getUrlParameter(name) {\r\n  name = name.replace(\/[\\[]\/, '\\\\[').replace(\/[\\]]\/, '\\\\]');\r\n  var regex = new RegExp('[\\\\?&]' + name + '=([^&#]*)');\r\n  var results = regex.exec(location.search);\r\n  return results === null ? '' : decodeURIComponent(results[1].replace(\/\\+\/g, ' '));\r\n}\r\n\r\n\/\/ R\u00e9cup\u00e9rer tous les param\u00e8tres\r\nconst projetData = {\r\n  id: getUrlParameter('id'),\r\n  titre: getUrlParameter('titre'),\r\n  localisation: getUrlParameter('localisation'),\r\n  categorie: getUrlParameter('categorie'),\r\n  img1: getUrlParameter('img1'),\r\n  img2: getUrlParameter('img2'),\r\n  img3: getUrlParameter('img3'),\r\n  img4: getUrlParameter('img4'),\r\n  img5: getUrlParameter('img5'),\r\n  img6: getUrlParameter('img6'),\r\n  img7: getUrlParameter('img7'),\r\n  img8: getUrlParameter('img8')\r\n  \r\n};\r\n\r\n\/\/ Afficher les informations\r\nif (projetData.titre) {\r\n  document.getElementById('projet-titre').textContent = projetData.titre;\r\n  document.title = projetData.titre + ' | CCE Tunisia';\r\n} else {\r\n  document.getElementById('projet-titre').textContent = 'Projet non trouv\u00e9';\r\n}\r\n\r\nif (projetData.localisation) {\r\n  document.getElementById('projet-localisation').textContent = projetData.localisation;\r\n  document.getElementById('detail-localisation').textContent = projetData.localisation;\r\n} else {\r\n  document.getElementById('projet-localisation').textContent = 'Localisation non sp\u00e9cifi\u00e9e';\r\n}\r\n\r\nif (projetData.categorie) {\r\n  document.getElementById('projet-categorie').textContent = projetData.categorie;\r\n  document.getElementById('detail-type').textContent = projetData.categorie;\r\n} else {\r\n  document.getElementById('projet-categorie').textContent = 'Cat\u00e9gorie non sp\u00e9cifi\u00e9e';\r\n}\r\n\r\n\/\/ Afficher les images\r\nconst gallery = document.getElementById('projet-gallery');\r\nconst images = [\r\n  projetData.img1,\r\n  projetData.img2,\r\n  projetData.img3,\r\n  projetData.img4,\r\n  projetData.img5,\r\n  projetData.img6,\r\n  projetData.img7,\r\n  projetData.img8\r\n].filter(img => img !== '' && img !== null && img !== undefined);\r\n\r\nif (images.length > 0) {\r\n  \/\/ Premi\u00e8re image (maintenant \u00e0 la M\u00caME taille que les autres)\r\n  const firstImg = document.createElement('img');\r\n  firstImg.src = images[0];\r\n  firstImg.alt = projetData.titre || 'Projet';\r\n  firstImg.className = ''; \/\/ \ud83d\udc48 Plus de classe 'full-width', elle sera comme les autres\r\n  firstImg.onclick = function() { openLightbox(this.src); };\r\n  gallery.appendChild(firstImg);\r\n  \r\n  \/\/ Images suivantes\r\n  for (let i = 1; i < images.length; i++) {\r\n    const img = document.createElement('img');\r\n    img.src = images[i];\r\n    img.alt = (projetData.titre || 'Projet') + ' - Image ' + (i+1);\r\n    img.onclick = function() { openLightbox(this.src); };\r\n    gallery.appendChild(img);\r\n  }\r\n} else {\r\n  gallery.innerHTML = '<div style=\"text-align:center; padding:60px; background:#f5f5f5; border-radius:8px; grid-column:1\/-1;\"><p style=\"color:#999; font-size:1.1rem;\">Aucune image disponible pour ce projet<\/p><\/div>';\r\n}\r\n\r\n\/\/ Lightbox functions\r\nfunction openLightbox(src) {\r\n  const lightbox = document.getElementById('lightbox');\r\n  const lightboxImg = document.getElementById('lightbox-img');\r\n  lightboxImg.src = src;\r\n  lightbox.classList.add('active');\r\n  document.body.style.overflow = 'hidden';\r\n}\r\n\r\nfunction closeLightbox() {\r\n  const lightbox = document.getElementById('lightbox');\r\n  lightbox.classList.remove('active');\r\n  document.body.style.overflow = 'auto';\r\n}\r\n\r\n\/\/ Fermer la lightbox en cliquant \u00e0 l'ext\u00e9rieur\r\ndocument.getElementById('lightbox').addEventListener('click', function(e) {\r\n  if (e.target === this) {\r\n    closeLightbox();\r\n  }\r\n});\r\n\r\n\/\/ Fermer avec la touche Escape\r\ndocument.addEventListener('keydown', function(e) {\r\n  if (e.key === 'Escape') {\r\n    closeLightbox();\r\n  }\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Retour aux projets Chargement&#8230; Caract\u00e9ristiques du projet Localisation Type de projet &times;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1175","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>projet-detail -<\/title>\n<meta name=\"description\" content=\"CCE Tunisia offre des services complets en g\u00e9nie civil, infrastructure, BIM et construction. Expertise technique et accompagnement pour tous vos projets en Tunisie.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ccetunisia.com\/en\/projet-detail\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"projet-detail -\" \/>\n<meta property=\"og:description\" content=\"CCE Tunisia offre des services complets en g\u00e9nie civil, infrastructure, BIM et construction. Expertise technique et accompagnement pour tous vos projets en Tunisie.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ccetunisia.com\/en\/projet-detail\/\" \/>\n<meta property=\"og:site_name\" content=\"CCE Tunisia\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.linkedin.com\/in\/cce-consulting-and-civil-engineering-01804b409\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-03T11:24:47+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":[\"WebPage\",\"AboutPage\"],\"@id\":\"https:\\\/\\\/ccetunisia.com\\\/projet-detail\\\/\",\"url\":\"https:\\\/\\\/ccetunisia.com\\\/projet-detail\\\/\",\"name\":\"projet-detail -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ccetunisia.com\\\/#website\"},\"datePublished\":\"2026-07-24T13:18:31+00:00\",\"dateModified\":\"2026-08-03T11:24:47+00:00\",\"description\":\"CCE Tunisia offre des services complets en g\u00e9nie civil, infrastructure, BIM et construction. Expertise technique et accompagnement pour tous vos projets en Tunisie.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ccetunisia.com\\\/projet-detail\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ccetunisia.com\\\/projet-detail\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ccetunisia.com\\\/projet-detail\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ccetunisia.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"projet-detail\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ccetunisia.com\\\/#website\",\"url\":\"https:\\\/\\\/ccetunisia.com\\\/\",\"name\":\"CCE Tunisia\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/ccetunisia.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ccetunisia.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ccetunisia.com\\\/#organization\",\"name\":\"CCE Tunisia\",\"url\":\"https:\\\/\\\/ccetunisia.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ccetunisia.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"http:\\\/\\\/ccetunisia.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/logo-CCE.jpg.jpeg\",\"contentUrl\":\"http:\\\/\\\/ccetunisia.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/logo-CCE.jpg.jpeg\",\"width\":367,\"height\":195,\"caption\":\"CCE Tunisia\"},\"image\":{\"@id\":\"https:\\\/\\\/ccetunisia.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/cce-consulting-and-civil-engineering-01804b409\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"projet-detail -","description":"CCE Tunisia offre des services complets en g\u00e9nie civil, infrastructure, BIM et construction. Expertise technique et accompagnement pour tous vos projets en Tunisie.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ccetunisia.com\/en\/projet-detail\/","og_locale":"en_US","og_type":"article","og_title":"projet-detail -","og_description":"CCE Tunisia offre des services complets en g\u00e9nie civil, infrastructure, BIM et construction. Expertise technique et accompagnement pour tous vos projets en Tunisie.","og_url":"https:\/\/ccetunisia.com\/en\/projet-detail\/","og_site_name":"CCE Tunisia","article_publisher":"https:\/\/www.linkedin.com\/in\/cce-consulting-and-civil-engineering-01804b409\/","article_modified_time":"2026-08-03T11:24:47+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["WebPage","AboutPage"],"@id":"https:\/\/ccetunisia.com\/projet-detail\/","url":"https:\/\/ccetunisia.com\/projet-detail\/","name":"projet-detail -","isPartOf":{"@id":"https:\/\/ccetunisia.com\/#website"},"datePublished":"2026-07-24T13:18:31+00:00","dateModified":"2026-08-03T11:24:47+00:00","description":"CCE Tunisia offre des services complets en g\u00e9nie civil, infrastructure, BIM et construction. Expertise technique et accompagnement pour tous vos projets en Tunisie.","breadcrumb":{"@id":"https:\/\/ccetunisia.com\/projet-detail\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ccetunisia.com\/projet-detail\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ccetunisia.com\/projet-detail\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ccetunisia.com\/"},{"@type":"ListItem","position":2,"name":"projet-detail"}]},{"@type":"WebSite","@id":"https:\/\/ccetunisia.com\/#website","url":"https:\/\/ccetunisia.com\/","name":"CCE Tunisia","description":"","publisher":{"@id":"https:\/\/ccetunisia.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ccetunisia.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ccetunisia.com\/#organization","name":"CCE Tunisia","url":"https:\/\/ccetunisia.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ccetunisia.com\/#\/schema\/logo\/image\/","url":"http:\/\/ccetunisia.com\/wp-content\/uploads\/2026\/06\/logo-CCE.jpg.jpeg","contentUrl":"http:\/\/ccetunisia.com\/wp-content\/uploads\/2026\/06\/logo-CCE.jpg.jpeg","width":367,"height":195,"caption":"CCE Tunisia"},"image":{"@id":"https:\/\/ccetunisia.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/in\/cce-consulting-and-civil-engineering-01804b409\/"]}]}},"_links":{"self":[{"href":"http:\/\/ccetunisia.com\/en\/wp-json\/wp\/v2\/pages\/1175","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/ccetunisia.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/ccetunisia.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/ccetunisia.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/ccetunisia.com\/en\/wp-json\/wp\/v2\/comments?post=1175"}],"version-history":[{"count":22,"href":"http:\/\/ccetunisia.com\/en\/wp-json\/wp\/v2\/pages\/1175\/revisions"}],"predecessor-version":[{"id":1285,"href":"http:\/\/ccetunisia.com\/en\/wp-json\/wp\/v2\/pages\/1175\/revisions\/1285"}],"wp:attachment":[{"href":"http:\/\/ccetunisia.com\/en\/wp-json\/wp\/v2\/media?parent=1175"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}