{"id":27548,"date":"2025-02-27T18:50:05","date_gmt":"2025-02-27T18:50:05","guid":{"rendered":"https:\/\/repairandshop.ch\/contact\/"},"modified":"2025-12-09T14:53:37","modified_gmt":"2025-12-09T14:53:37","slug":"contact","status":"publish","type":"page","link":"https:\/\/repairandshop.ch\/fr\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"27548\" class=\"elementor elementor-27548 elementor-14739\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-6393f05 e-flex e-con-boxed e-con e-parent\" data-id=\"6393f05\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0078457 elementor-widget elementor-widget-html\" data-id=\"0078457\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"fr-CH\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<title>Contact RepairAndShop | Suisse<\/title>\r\n<meta name=\"description\" content=\"Contactez RepairAndShop : R\u00e9paration iPhone, Samsung, Google Pixel, iPad, MacBook & PC en Suisse. Formulaire professionnel, questions adapt\u00e9es, support rapide, ateliers en Suisse.\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n\r\n<style>\r\n:root{\r\n --blue:#2563eb;\r\n --blue-dark:#1e3a8a;\r\n --dark:#0f172a;\r\n --gray:#475569;\r\n --muted:#64748b;\r\n --light:#f8fafc;\r\n --white:#ffffff;\r\n --radius:22px;\r\n --shadow:0 10px 28px rgba(0,0,0,0.08);\r\n --shadow-strong:0 20px 48px rgba(37,99,235,0.20);\r\n}\r\n\r\n\/* GLOBAL *\/\r\nbody{\r\n  margin:0;\r\n  font-family:\"Inter\",-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;\r\n  background:var(--light);\r\n  color:var(--dark);\r\n  line-height:1.7;\r\n}\r\n.page{\r\n  max-width:1200px;\r\n  margin:auto;\r\n  padding:60px 16px 80px;\r\n}\r\n\r\n\/* HERO *\/\r\n.contact-hero{\r\n  text-align:center;\r\n  max-width:820px;\r\n  margin:0 auto 60px;\r\n}\r\n.contact-hero h1{\r\n  font-size:38px;\r\n  font-weight:800;\r\n  color:var(--blue-dark);\r\n  margin-bottom:12px;\r\n}\r\n.contact-hero p{\r\n  font-size:17px;\r\n  color:var(--gray);\r\n}\r\n\r\n\/* GRID *\/\r\n.contact-grid{\r\n  display:grid;\r\n  grid-template-columns:1fr 1fr;\r\n  gap:40px;\r\n}\r\n\r\n\/* CARDS *\/\r\n.card{\r\n  background:var(--white);\r\n  border-radius:var(--radius);\r\n  padding:35px 30px;\r\n  box-shadow:var(--shadow);\r\n}\r\n.card h2{\r\n  font-size:24px;\r\n  font-weight:700;\r\n  color:var(--blue-dark);\r\n  margin-bottom:18px;\r\n}\r\n\r\n\/* FORM *\/\r\n.form-row{\r\n  display:flex;\r\n  gap:12px;\r\n}\r\n.input, select, textarea{\r\n  width:100%;\r\n  padding:14px;\r\n  border-radius:14px;\r\n  border:1px solid #d1d5db;\r\n  background:#fff;\r\n  font-size:15px;\r\n  transition:0.25s;\r\n}\r\n.input:focus, select:focus, textarea:focus{\r\n  border-color:var(--blue);\r\n  box-shadow:0 0 0 3px rgba(37,99,235,0.25);\r\n  outline:none;\r\n}\r\ntextarea{ resize:vertical; height:140px; }\r\n\r\n\/* CTA *\/\r\n.btn-submit{\r\n  margin-top:10px;\r\n  padding:15px 26px;\r\n  border-radius:999px;\r\n  background:var(--blue);\r\n  color:white;\r\n  font-size:16px;\r\n  font-weight:600;\r\n  border:none;\r\n  cursor:pointer;\r\n  box-shadow:var(--shadow-strong);\r\n  transition:0.25s;\r\n  width:100%;\r\n}\r\n.btn-submit:hover{\r\n  background:#1d4ed8;\r\n}\r\n\r\n\/* INFO *\/\r\n.info-block{ margin-bottom:22px; }\r\n.info-block strong{\r\n  font-size:15px;\r\n  color:var(--dark);\r\n}\r\n.info-block p{\r\n  font-size:15px;\r\n  color:var(--gray);\r\n  margin-top:4px;\r\n}\r\n\r\n.contact-links a{\r\n  display:inline-block;\r\n  padding:10px 16px;\r\n  margin-bottom:8px;\r\n  border-radius:999px;\r\n  background:#eef2ff;\r\n  color:var(--blue-dark);\r\n  font-weight:600;\r\n  text-decoration:none;\r\n  transition:0.25s;\r\n}\r\n.contact-links a:hover{ background:#dbe2ff; }\r\n\r\n\/* MAP *\/\r\n.map{\r\n  margin-top:50px;\r\n  border-radius:20px;\r\n  overflow:hidden;\r\n  box-shadow:var(--shadow);\r\n}\r\n\r\n\/* \ud83d\udd25 MOBILE OPTIMISATION \u2013 FULL WIDTH *\/\r\n@media(max-width:900px){\r\n  .contact-grid{\r\n    grid-template-columns:1fr;\r\n  }\r\n}\r\n\r\n@media(max-width:768px){\r\n\r\n  .page{\r\n    padding:30px 10px 60px;\r\n  }\r\n\r\n  .card{\r\n    padding:22px 14px;\r\n    border-radius:16px;\r\n  }\r\n\r\n  .contact-hero h1{\r\n    font-size:30px;\r\n  }\r\n\r\n  .input,\r\n  select,\r\n  textarea{\r\n    width:100%;\r\n    padding:16px;\r\n    font-size:16px;\r\n  }\r\n\r\n  .form-row{\r\n    flex-direction:column;\r\n    gap:12px;\r\n  }\r\n}\r\n\r\n@media(max-width:500px){\r\n\r\n  .card{\r\n    padding:20px 12px;\r\n    border-radius:14px;\r\n  }\r\n\r\n  .contact-hero p{\r\n    font-size:15px;\r\n  }\r\n\r\n  .input,\r\n  select,\r\n  textarea{\r\n    padding:18px;\r\n  }\r\n}\r\n<\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n<div class=\"page\">\r\n\r\n  <!-- HERO -->\r\n  <section class=\"contact-hero\">\r\n    <h1>Contactez RepairAndShop Suisse<\/h1>\r\n    <p>Une question sur une r\u00e9paration, un devis assurance, un appareil, un d\u00e9lai ou un mod\u00e8le ?  \r\n    Notre \u00e9quipe vous r\u00e9pond rapidement depuis nos ateliers de La Chaux-de-Fonds, Neuch\u00e2tel, Bern & Interlaken.<\/p>\r\n  <\/section>\r\n\r\n  <!-- GRID -->\r\n  <div class=\"contact-grid\">\r\n\r\n    <!-- FORMULAIRE -->\r\n    <div class=\"card\">\r\n      <h2>Formulaire de contact<\/h2>\r\n\r\n      <form>\r\n        <input class=\"input\" type=\"text\" placeholder=\"Votre nom complet\" required>\r\n\r\n        <input class=\"input\" type=\"email\" placeholder=\"Votre e-mail\" required>\r\n\r\n        <input class=\"input\" type=\"text\" placeholder=\"Num\u00e9ro de t\u00e9l\u00e9phone (optionnel)\">\r\n\r\n        <select class=\"input\" required>\r\n          <option value=\"\">Quel appareil souhaitez-vous r\u00e9parer ?<\/option>\r\n          <option>iPhone<\/option>\r\n          <option>Samsung Galaxy<\/option>\r\n          <option>Google Pixel<\/option>\r\n          <option>Smartphone Android<\/option>\r\n          <option>Tablette \/ iPad<\/option>\r\n          <option>MacBook<\/option>\r\n          <option>PC \/ Notebook<\/option>\r\n          <option>Microsoft Surface<\/option>\r\n        <\/select>\r\n\r\n        <input class=\"input\" type=\"text\" placeholder=\"Mod\u00e8le exact (ex : iPhone 15 Pro Max, Galaxy S24 Ultra...)\" required>\r\n\r\n        <select class=\"input\">\r\n          <option value=\"\">Type de probl\u00e8me (si connu)<\/option>\r\n          <option>\u00c9cran cass\u00e9<\/option>\r\n          <option>Batterie \/ autonomie<\/option>\r\n          <option>Cam\u00e9ra \/ lentille<\/option>\r\n          <option>Vitre arri\u00e8re<\/option>\r\n          <option>Port de charge<\/option>\r\n          <option>D\u00e9g\u00e2ts des eaux<\/option>\r\n          <option>Diagnostic complet<\/option>\r\n          <option>Devis pour assurance<\/option>\r\n        <\/select>\r\n\r\n        <!-- NPA -->\r\n        <select class=\"input\" required>\r\n          <option value=\"\">Votre NPA (code postal)<\/option>\r\n          <option>2300 \u2013 La Chaux-de-Fonds<\/option>\r\n          <option>2000 \u2013 Neuch\u00e2tel<\/option>\r\n          <option>3000 \u2013 Bern<\/option>\r\n          <option>3800 \u2013 Interlaken<\/option>\r\n          <option>2800 \u2013 Del\u00e9mont<\/option>\r\n          <option>1700 \u2013 Fribourg<\/option>\r\n          <option>1000 \u2013 Lausanne<\/option>\r\n          <option>1400 \u2013 Yverdon<\/option>\r\n          <option>3600 \u2013 Thun<\/option>\r\n          <option>6000 \u2013 Lucerne<\/option>\r\n          <option disabled>\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500<\/option>\r\n          <option value=\"\">Autre NPA (ci-dessous)<\/option>\r\n        <\/select>\r\n\r\n        <input class=\"input\" type=\"text\" placeholder=\"Autre NPA (optionnel)\">\r\n\r\n        <textarea class=\"input\" placeholder=\"Expliquez votre demande : panne, sympt\u00f4mes, assurance, photos, etc.\" required><\/textarea>\r\n\r\n        <button type=\"submit\" class=\"btn-submit\">\ud83d\udce8 Envoyer ma demande<\/button>\r\n      <\/form>\r\n    <\/div>\r\n\r\n    <!-- INFOS -->\r\n    <div class=\"card\">\r\n      <h2>Informations & Support<\/h2>\r\n\r\n      <div class=\"info-block\">\r\n        <strong>\ud83d\udccd Ateliers en Suisse<\/strong>\r\n        <p>La Chaux-de-Fonds<br>Neuch\u00e2tel<br>Bern<br>Interlaken<br>+ R\u00e9paration par courrier<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"info-block\">\r\n        <strong>\ud83d\udcde T\u00e9l\u00e9phone<\/strong>\r\n        <p><a href=\"tel:+41329261434\">+41 32 926 14 34<\/a><\/p>\r\n      <\/div>\r\n\r\n      <div class=\"info-block\">\r\n        <strong>\u2709\ufe0f E-mail<\/strong>\r\n        <p><a href=\"mailto:contact@repairandshop.ch\">contact@repairandshop.ch<\/a><\/p>\r\n      <\/div>\r\n\r\n      <div class=\"info-block\">\r\n        <strong>\ud83d\udd52 Horaires<\/strong>\r\n        <p>Lun\u2013Ven : 09h00 \u2013 18h30<br>Sam : 09h00 \u2013 16h00<br>Dim : ferm\u00e9<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"contact-links\">\r\n        <a href=\"https:\/\/repairandshop.ch\/prise-rendez-vous\/\">\ud83d\udcc5 Prendre rendez-vous<\/a>\r\n        <a href=\"https:\/\/repairandshop.ch\/devis-pour-assurance\/\">\ud83e\uddfe Devis assurance<\/a>\r\n        <a href=\"https:\/\/repairandshop.ch\/fr\/reparation-par-courrier\/\">\ud83d\udce6 R\u00e9paration par courrier<\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n  <!-- MAP -->\r\n  <div class=\"map\">\r\n    <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d86913.18968940568!2d6.838590396023692!3d47.09834182872319!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x478dfb4625ae7127%3A0x4301ad9d296ad91a!2srepairandshop%20La%20Chaux-de-Fonds!5e0!3m2!1sfr!2sch!4v1764165621681\"\r\n    width=\"100%\" height=\"380\" style=\"border:0;\" loading=\"lazy\" allowfullscreen><\/iframe>\r\n  <\/div>\r\n\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>Contact RepairAndShop | Suisse Contactez RepairAndShop Suisse Une question sur une r\u00e9paration, un devis assurance, un appareil, un d\u00e9lai ou<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"postBodyCss":"","postBodyMargin":[],"postBodyPadding":[],"postBodyBackground":{"backgroundType":"classic","gradient":""},"footnotes":""},"class_list":["post-27548","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.8 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Contact - repairandshop<\/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:\/\/repairandshop.ch\/fr\/contact\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact\" \/>\n<meta property=\"og:description\" content=\"Contact RepairAndShop | Suisse Contactez RepairAndShop Suisse Une question sur une r\u00e9paration, un devis assurance, un appareil, un d\u00e9lai ou\" \/>\n<meta property=\"og:url\" content=\"https:\/\/repairandshop.ch\/fr\/contact\/\" \/>\n<meta property=\"og:site_name\" content=\"repairandshop\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-09T14:53:37+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Contact - repairandshop","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:\/\/repairandshop.ch\/fr\/contact\/","og_locale":"fr_FR","og_type":"article","og_title":"Contact","og_description":"Contact RepairAndShop | Suisse Contactez RepairAndShop Suisse Une question sur une r\u00e9paration, un devis assurance, un appareil, un d\u00e9lai ou","og_url":"https:\/\/repairandshop.ch\/fr\/contact\/","og_site_name":"repairandshop","article_modified_time":"2025-12-09T14:53:37+00:00","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/repairandshop.ch\/fr\/contact\/","url":"https:\/\/repairandshop.ch\/fr\/contact\/","name":"Contact - repairandshop","isPartOf":{"@id":"https:\/\/repairandshop.ch\/fr\/#website"},"datePublished":"2025-02-27T18:50:05+00:00","dateModified":"2025-12-09T14:53:37+00:00","breadcrumb":{"@id":"https:\/\/repairandshop.ch\/fr\/contact\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/repairandshop.ch\/fr\/contact\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/repairandshop.ch\/fr\/contact\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/repairandshop.ch\/fr\/"},{"@type":"ListItem","position":2,"name":"Contact"}]},{"@type":"WebSite","@id":"https:\/\/repairandshop.ch\/fr\/#website","url":"https:\/\/repairandshop.ch\/fr\/","name":"Repair And Shop","description":"","publisher":{"@id":"https:\/\/repairandshop.ch\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/repairandshop.ch\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/repairandshop.ch\/fr\/#organization","name":"Repair And Shop","url":"https:\/\/repairandshop.ch\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/repairandshop.ch\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/repairandshop.ch\/wp-content\/uploads\/2025\/02\/RepairandShop-Logo.png","contentUrl":"https:\/\/repairandshop.ch\/wp-content\/uploads\/2025\/02\/RepairandShop-Logo.png","width":834,"height":193,"caption":"Repair And Shop"},"image":{"@id":"https:\/\/repairandshop.ch\/fr\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/repairandshop.ch\/fr\/wp-json\/wp\/v2\/pages\/27548","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/repairandshop.ch\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/repairandshop.ch\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/repairandshop.ch\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/repairandshop.ch\/fr\/wp-json\/wp\/v2\/comments?post=27548"}],"version-history":[{"count":16,"href":"https:\/\/repairandshop.ch\/fr\/wp-json\/wp\/v2\/pages\/27548\/revisions"}],"predecessor-version":[{"id":54217,"href":"https:\/\/repairandshop.ch\/fr\/wp-json\/wp\/v2\/pages\/27548\/revisions\/54217"}],"wp:attachment":[{"href":"https:\/\/repairandshop.ch\/fr\/wp-json\/wp\/v2\/media?parent=27548"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}