{"id":112839,"date":"2024-10-30T08:17:58","date_gmt":"2024-10-30T08:17:58","guid":{"rendered":"https:\/\/www.palletforce.com\/?page_id=112839"},"modified":"2024-10-30T08:17:58","modified_gmt":"2024-10-30T08:17:58","slug":"contact","status":"publish","type":"page","link":"https:\/\/www.palletforce.com\/fr\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"<section class=\"hero-block bg-image\" data-aos=\"fade\" style=\"background-image: url(https:\/\/www.palletforce.com\/wp-content\/uploads\/2021\/10\/Palletforce_23-scaled.jpg);\">\n\n\t<div class=\"container-fluid\">\n\n\t\t<div class=\"hero-block__titles\">\n\n\t\t\t<h1>Nous contacter<\/h1>\n\t\t\t\n\t\t\t\t\t\t\t\t<\/div>\n\n\n\t\t        \n\t<\/div>\n\n<\/section>\n\n\t<div class=\"breadcrumbs\" typeof=\"BreadcrumbList\" vocab=\"https:\/\/schema.org\/\">\n\t\t<div class=\"container-fluid\">\n\t\t\t<!-- Breadcrumb NavXT 7.5.0 -->\n<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Aller \u00e0 Palletforce.\" href=\"https:\/\/www.palletforce.com\/fr\" class=\"home\" aria-current=\"page\"><span property=\"name\">Force de palette<\/span><\/a><meta property=\"position\" content=\"1\"><\/span>\t\t<\/div>\n\t<\/div>\n\n\n\n\n<script src=\"https:\/\/maps.googleapis.com\/maps\/api\/js?key=AIzaSyBmrGr2X0b5Qy4qM5ZUqf24BBtoiD5S73M\"><\/script>\n<script type=\"text\/javascript\">\n(function( $ ) {\n\n\/**\n * initMap\n *\n * Renders a Google Map onto the selected jQuery element\n *\n * @date    22\/10\/19\n * @since   5.8.6\n *\n * @param   jQuery $el The jQuery element.\n * @return  object The map instance.\n *\/\nfunction initMap( $el ) {\n\n    \/\/ Find marker elements within map.\n    var $markers = $el.find('.marker');\n\n    \/\/ Create gerenic map.\n    var mapArgs = {\n        zoom        : $el.data('zoom') || 16,\n        mapTypeId   : google.maps.MapTypeId.ROADMAP\n    };\n    var map = new google.maps.Map( $el[0], mapArgs );\n\n    \/\/ Add markers.\n    map.markers = [];\n    $markers.each(function(){\n        initMarker( $(this), map );\n    });\n\n    \/\/ Center map based on markers.\n    centerMap( map );\n\n    \/\/ Return map instance.\n    return map;\n}\n\n\/**\n * initMarker\n *\n * Creates a marker for the given jQuery element and map.\n *\n * @date    22\/10\/19\n * @since   5.8.6\n *\n * @param   jQuery $el The jQuery element.\n * @param   object The map instance.\n * @return  object The marker instance.\n *\/\nfunction initMarker( $marker, map ) {\n\n    \/\/ Get position from marker.\n    var lat = $marker.data('lat');\n    var lng = $marker.data('lng');\n    var latLng = {\n        lat: parseFloat( lat ),\n        lng: parseFloat( lng )\n    };\n\n    \/\/ Create marker instance.\n    var marker = new google.maps.Marker({\n        position : latLng,\n        map: map\n    });\n\n    \/\/ Append to reference for later use.\n    map.markers.push( marker );\n\n    \/\/ If marker contains HTML, add it to an infoWindow.\n    if( $marker.html() ){\n\n        \/\/ Create info window.\n        var infowindow = new google.maps.InfoWindow({\n            content: $marker.html()\n        });\n\n        \/\/ Show info window when marker is clicked.\n        google.maps.event.addListener(marker, 'click', function() {\n            infowindow.open( map, marker );\n        });\n    }\n}\n\n\/**\n * centerMap\n *\n * Centers the map showing all markers in view.\n *\n * @date    22\/10\/19\n * @since   5.8.6\n *\n * @param   object The map instance.\n * @return  void\n *\/\nfunction centerMap( map ) {\n\n    \/\/ Create map boundaries from all map markers.\n    var bounds = new google.maps.LatLngBounds();\n    map.markers.forEach(function( marker ){\n        bounds.extend({\n            lat: marker.position.lat(),\n            lng: marker.position.lng()\n        });\n    });\n\n    \/\/ Case: Single marker.\n    if( map.markers.length == 1 ){\n        map.setCenter( bounds.getCenter() );\n\n    \/\/ Case: Multiple markers.\n    } else{\n        map.fitBounds( bounds );\n    }\n}\n\n\/\/ Render maps on page load.\n$(document).ready(function(){\n    $('.acf-map').each(function(){\n        var map = initMap( $(this) );\n    });\n});\n\n})(jQuery);\n<\/script>\n\n\n<section class=\"contact-block\">\n\n\t<div class=\"container-fluid\">\n\n        \n\n\t\t<div class=\"contact-block__top row\">\n\n\t\t\t<div class=\"contact-block__top__left col-12 col-md-6 col-lg-4 offset-lg-1\">\n\n                <h2>Nous contacter<\/h2>                \n                <div class=\"wysiwyg\"><p>Nous op\u00e9rons dans plus de 30 pays et disposons de plus de 125 d\u00e9p\u00f4ts au Royaume-Uni pour r\u00e9pondre \u00e0 vos questions avec des connaissances locales.<\/p>\n<\/div>                <p class=\"email\"><a href=\"mailto:info@palletforce.com\">info@palletforce.com<\/a>\n                <p class=\"number\"><a href=\"tel:01283539392\">01283 539392<\/a>\n                \n                \n                \n\t\t\t<\/div>\n\n\t\t\t<div class=\"contact-block__top__right col-12 col-md-6 col-lg-6\">\n\n\t\t\t\t\n                    <script charset=\"utf-8\" type=\"text\/javascript\" src=\"\/\/js-eu1.hsforms.net\/forms\/embed\/v2.js\"><\/script>\r\n<script>\r\n  hbspt.forms.create({\r\n    region: \"eu1\",\r\n    portalId: \"143969548\",\r\n    formId: \"992929aa-cc7a-47ac-8a7c-23f7539edba6\"\r\n  });\r\n<\/script>\t\t\t<\/div>\n\n\t\t<\/div>\n\n\t\t<div class=\"contact-block__bottom row\">\n\n\t\t\t<div class=\"contact-block__bottom__block col-md-12\">\n\n\n\t\t\t\t                \n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t<div class=\"contact-block__bottom__block col-md-12\">\n\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t<\/div>\n\n\t\t<\/div>\n\n\t<\/div>\n\n<\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-112839","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Contact - Palletforce<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.palletforce.com\/fr\/?page_id=112839\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact - Palletforce\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.palletforce.com\/fr\/?page_id=112839\" \/>\n<meta property=\"og:site_name\" content=\"Palletforce\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.palletforce.com\/?page_id=112839\",\"url\":\"https:\/\/www.palletforce.com\/?page_id=112839\",\"name\":\"Contact - Palletforce\",\"isPartOf\":{\"@id\":\"https:\/\/www.palletforce.com\/#website\"},\"datePublished\":\"2024-10-30T08:17:58+00:00\",\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.palletforce.com\/?page_id=112839\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.palletforce.com\/#website\",\"url\":\"https:\/\/www.palletforce.com\/\",\"name\":\"Palletforce\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.palletforce.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact - Palletforce","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.palletforce.com\/fr\/?page_id=112839","og_locale":"fr_FR","og_type":"article","og_title":"Contact - Palletforce","og_url":"https:\/\/www.palletforce.com\/fr\/?page_id=112839","og_site_name":"Palletforce","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.palletforce.com\/?page_id=112839","url":"https:\/\/www.palletforce.com\/?page_id=112839","name":"Contact - Palletforce","isPartOf":{"@id":"https:\/\/www.palletforce.com\/#website"},"datePublished":"2024-10-30T08:17:58+00:00","inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.palletforce.com\/?page_id=112839"]}]},{"@type":"WebSite","@id":"https:\/\/www.palletforce.com\/#website","url":"https:\/\/www.palletforce.com\/","name":"Force de palette","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.palletforce.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"}]}},"_links":{"self":[{"href":"https:\/\/www.palletforce.com\/fr\/wp-json\/wp\/v2\/pages\/112839","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.palletforce.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.palletforce.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.palletforce.com\/fr\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.palletforce.com\/fr\/wp-json\/wp\/v2\/comments?post=112839"}],"version-history":[{"count":1,"href":"https:\/\/www.palletforce.com\/fr\/wp-json\/wp\/v2\/pages\/112839\/revisions"}],"predecessor-version":[{"id":112840,"href":"https:\/\/www.palletforce.com\/fr\/wp-json\/wp\/v2\/pages\/112839\/revisions\/112840"}],"wp:attachment":[{"href":"https:\/\/www.palletforce.com\/fr\/wp-json\/wp\/v2\/media?parent=112839"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}