{"id":861,"date":"2024-11-11T22:03:32","date_gmt":"2024-11-12T03:03:32","guid":{"rendered":"https:\/\/noraclinique.com\/?page_id=861"},"modified":"2026-04-25T09:58:00","modified_gmt":"2026-04-25T14:58:00","slug":"orthopedic-lab-in-montreal","status":"publish","type":"page","link":"https:\/\/noraclinique.com\/en\/","title":{"rendered":"Orthopedic Lab in Montreal"},"content":{"rendered":"\n<link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700&#038;display=swap\">\n<style>\n:root {\n  --primary:       #5d2f91;\n  --primary-light: #7b4db5;\n  --primary-dark:  #421f6b;\n  --text:          #2d2d2d;\n  --text-light:    #5a5a5a;\n  --bg-white:      #ffffff;\n  --bg-alt:        #f7f5fa;\n  --radius:        12px;\n  --shadow:        0 4px 20px rgba(93, 47, 145, 0.08);\n  --max-width:     1100px;\n}\n.lp-wrapper * { box-sizing: border-box; margin: 0; padding: 0; }\n.lp-wrapper {\n  font-family: 'Poppins', sans-serif;\n  font-size: 1rem;\n  line-height: 1.7;\n  color: var(--text);\n  width: 100%;\n  max-width: 100%;\n  overflow-x: hidden;\n}\n.lp-wrapper h1 { font-weight: 700; font-size: 2.8rem; line-height: 1.2; }\n.lp-wrapper h2 { font-weight: 600; font-size: 2rem; line-height: 1.3; }\n.lp-wrapper h3 { font-weight: 600; font-size: 1.25rem; }\n.lp-wrapper p  { color: var(--text-light); }\n.lp-section {\n  width: 100%;\n}\n.lp-section--white { background: var(--bg-white); }\n.lp-section--alt   { background: var(--bg-alt); }\n.lp-section--primary { background: var(--primary); }\n.lp-container {\n  max-width: var(--max-width);\n  margin: 0 auto;\n  padding: 80px 24px;\n}\n.lp-section-title {\n  text-align: center;\n  margin-bottom: 16px;\n}\n.lp-section-subtitle {\n  text-align: center;\n  color: var(--text-light);\n  max-width: 650px;\n  margin: 0 auto 48px;\n}\n.btn-cta {\n  display: inline-block;\n  background: var(--primary);\n  color: #fff !important;\n  padding: 14px 32px;\n  border-radius: 8px;\n  font-family: 'Poppins', sans-serif;\n  font-weight: 600;\n  font-size: 1rem;\n  text-decoration: none;\n  border: none;\n  cursor: pointer;\n  transition: background 0.2s, transform 0.15s;\n}\n.btn-cta:hover { background: var(--primary-dark); color: #fff !important; transform: translateY(-1px); }\n.btn-cta-white {\n  display: inline-block;\n  background: #fff;\n  color: var(--primary) !important;\n  padding: 14px 32px;\n  border-radius: 8px;\n  font-family: 'Poppins', sans-serif;\n  font-weight: 600;\n  font-size: 1rem;\n  text-decoration: none;\n  border: none;\n  cursor: pointer;\n  transition: background 0.2s, transform 0.15s;\n}\n.btn-cta-white:hover { background: var(--bg-alt); color: var(--primary) !important; transform: translateY(-1px); }\n.btn-cta-outline {\n  display: inline-block;\n  background: transparent;\n  color: var(--primary) !important;\n  padding: 13px 31px;\n  border-radius: 8px;\n  font-family: 'Poppins', sans-serif;\n  font-weight: 600;\n  font-size: 1rem;\n  text-decoration: none;\n  border: 2px solid var(--primary);\n  cursor: pointer;\n  transition: background 0.2s, color 0.2s, transform 0.15s;\n}\n.btn-cta-outline:hover { background: var(--primary); color: #fff !important; transform: translateY(-1px); }\n.lp-cta-row {\n  text-align: center;\n  padding: 40px 24px;\n}\n.lp-card {\n  background: var(--bg-white);\n  border-radius: var(--radius);\n  box-shadow: var(--shadow);\n  padding: 32px;\n}\n.lp-img-placeholder {\n  background: var(--bg-alt);\n  border-radius: var(--radius);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  color: var(--text-light);\n  font-size: 0.85rem;\n  text-align: center;\n  padding: 16px;\n}\n\n\/* \u2500\u2500 HERO \u2500\u2500 *\/\n.lp-hero { padding: 72px 24px 56px; }\n.lp-hero-inner {\n  max-width: var(--max-width);\n  margin: 0 auto;\n  text-align: center;\n}\n.lp-hero h1 {\n  color: var(--primary-dark);\n  font-size: 2.6rem;\n  max-width: 820px;\n  margin: 0 auto 20px;\n}\n.lp-hero-sub {\n  color: var(--text-light);\n  font-size: 1.15rem;\n  max-width: 650px;\n  margin: 0 auto 36px;\n}\n.lp-hero-btns {\n  display: flex;\n  gap: 16px;\n  justify-content: center;\n  flex-wrap: wrap;\n  margin-bottom: 56px;\n}\n.lp-badges {\n  display: flex;\n  gap: 24px;\n  justify-content: center;\n  flex-wrap: wrap;\n}\n.lp-badge {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  background: var(--bg-alt);\n  border-radius: var(--radius);\n  padding: 16px 24px;\n  min-width: 210px;\n}\n.lp-badge-icon {\n  width: 48px;\n  height: 48px;\n  flex-shrink: 0;\n}\n.lp-badge-text strong {\n  display: block;\n  color: var(--primary-dark);\n  font-weight: 600;\n  font-size: 0.95rem;\n}\n.lp-badge-text span {\n  font-size: 0.82rem;\n  color: var(--text-light);\n}\n\n\/* \u2500\u2500 SERVICES \u2500\u2500 *\/\n.lp-services-rows {\n  display: flex;\n  flex-direction: column;\n  gap: 2px;\n}\n.lp-service-row {\n  background: var(--bg-white);\n  border-radius: var(--radius);\n  padding: 36px 40px;\n  display: grid;\n  grid-template-columns: 72px 260px 1fr;\n  gap: 0 36px;\n  align-items: start;\n  box-shadow: var(--shadow);\n  transition: box-shadow 0.2s;\n}\n.lp-service-row:hover {\n  box-shadow: 0 8px 32px rgba(93, 47, 145, 0.13);\n}\n.lp-service-row-icon {\n  width: 64px;\n  height: 64px;\n  background: var(--bg-alt);\n  border-radius: 14px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  color: var(--primary);\n  flex-shrink: 0;\n  margin-top: 4px;\n}\n.lp-service-row-intro h3 {\n  color: var(--primary-dark);\n  font-size: 1.05rem;\n  margin-bottom: 10px;\n  line-height: 1.35;\n}\n.lp-service-row-intro p {\n  font-size: 0.84rem;\n  color: var(--text-light);\n  line-height: 1.6;\n  margin: 0;\n}\n.lp-service-row-links {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px 10px;\n  list-style: none;\n  padding-top: 4px;\n}\n.lp-service-row-links li a {\n  display: inline-block;\n  color: var(--primary-dark) !important;\n  text-decoration: none;\n  font-size: 0.82rem;\n  font-family: 'Poppins', sans-serif;\n  padding: 5px 14px;\n  border-radius: 20px;\n  border: 1.5px solid #d4c6e8;\n  background: transparent;\n  line-height: 1.5;\n  transition: background 0.15s, color 0.15s, border-color 0.15s;\n}\n.lp-service-row-links li a:hover {\n  background: var(--primary);\n  color: #fff !important;\n  border-color: var(--primary);\n}\n.lp-service-row-links li span {\n  display: inline-block;\n  color: var(--primary-dark);\n  font-size: 0.82rem;\n  font-family: 'Poppins', sans-serif;\n  padding: 5px 14px;\n  border-radius: 20px;\n  border: 1.5px solid #d4c6e8;\n  background: transparent;\n  line-height: 1.5;\n}\n@media (max-width: 900px) {\n  .lp-service-row {\n    grid-template-columns: 56px 1fr;\n    grid-template-rows: auto auto;\n    gap: 0 20px;\n    padding: 28px 24px;\n  }\n  .lp-service-row-intro {\n    grid-column: 2;\n  }\n  .lp-service-row-links {\n    grid-column: 1 \/ -1;\n    padding-top: 20px;\n  }\n}\n@media (max-width: 560px) {\n  .lp-service-row {\n    grid-template-columns: 1fr;\n    gap: 16px;\n    padding: 24px 20px;\n  }\n  .lp-service-row-icon {\n    width: 52px;\n    height: 52px;\n    margin-top: 0;\n  }\n  .lp-service-row-intro,\n  .lp-service-row-links {\n    grid-column: 1;\n    padding-top: 0;\n  }\n}\n\n\/* \u2500\u2500 WHY NORA \u2500\u2500 *\/\n.lp-split {\n  display: grid;\n  grid-template-columns: 55% 45%;\n  gap: 56px;\n  align-items: center;\n}\n.lp-split-img {\n  border-radius: var(--radius);\n  object-fit: cover;\n  max-height: 450px;\n  width: 100%;\n  display: block;\n}\n.lp-check-list {\n  list-style: none;\n  margin-top: 28px;\n}\n.lp-check-list li {\n  display: flex;\n  align-items: flex-start;\n  gap: 16px;\n  padding: 14px 0;\n  border-bottom: 1px solid #e5e0ec;\n}\n.lp-check-list li:last-child { border-bottom: none; }\n.lp-check-icon {\n  flex-shrink: 0;\n  width: 28px;\n  height: 28px;\n  background: var(--primary);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n.lp-check-icon svg { width: 14px; height: 14px; }\n.lp-split-text h2 { color: var(--primary-dark); margin-bottom: 8px; }\n.lp-split-text p { font-size: 1rem; }\n\n\/* \u2500\u2500 MAPS \u2500\u2500 *\/\n.lp-maps-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 48px;\n  align-items: start;\n}\n.lp-maps-iframe {\n  border-radius: var(--radius);\n  overflow: hidden;\n  width: 100%;\n  height: 380px;\n  border: none;\n}\n.lp-maps-info h2 { color: var(--primary-dark); margin-bottom: 24px; }\n.lp-info-row {\n  display: flex;\n  align-items: flex-start;\n  gap: 14px;\n  padding: 14px 0;\n  border-bottom: 1px solid #e5e0ec;\n}\n.lp-info-row:last-of-type { border-bottom: none; }\n.lp-info-icon {\n  width: 36px;\n  height: 36px;\n  background: var(--bg-alt);\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  margin-top: 2px;\n}\n.lp-info-icon svg { width: 18px; height: 18px; color: var(--primary); }\n.lp-info-content strong {\n  display: block;\n  font-size: 0.85rem;\n  text-transform: uppercase;\n  letter-spacing: 0.05em;\n  color: var(--primary);\n  margin-bottom: 2px;\n}\n.lp-info-content a { color: var(--text); text-decoration: none; }\n.lp-info-content a:hover { color: var(--primary); }\n.lp-hours-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 4px 16px;\n  font-size: 0.92rem;\n}\n.lp-hours-grid span { color: var(--text-light); }\n.lp-hours-grid strong { color: var(--text); }\n.lp-maps-cta { margin-top: 28px; }\n\n\/* \u2500\u2500 STEPS \u2500\u2500 *\/\n.lp-steps-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 28px;\n}\n.lp-step-card {\n  background: var(--bg-white);\n  border-radius: var(--radius);\n  box-shadow: var(--shadow);\n  padding: 36px 28px;\n  text-align: center;\n}\n.lp-step-num {\n  width: 56px;\n  height: 56px;\n  background: var(--primary);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 20px;\n  color: #fff;\n  font-weight: 700;\n  font-size: 1.4rem;\n  font-family: 'Poppins', sans-serif;\n}\n.lp-step-card h3 { color: var(--primary-dark); margin-bottom: 10px; }\n\n\/* \u2500\u2500 REVIEWS \u2500\u2500 *\/\n.lp-reviews-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 24px;\n  margin-bottom: 40px;\n}\n.lp-review-card {\n  background: var(--bg-white);\n  border-radius: var(--radius);\n  box-shadow: var(--shadow);\n  padding: 28px;\n}\n.lp-stars {\n  display: flex;\n  gap: 3px;\n  margin-bottom: 16px;\n}\n.lp-stars svg { width: 18px; height: 18px; }\n.lp-review-text {\n  color: var(--text-light);\n  font-size: 0.95rem;\n  margin-bottom: 20px;\n  font-style: italic;\n}\n.lp-review-card h3 {\n  font-size: 1rem;\n  color: var(--text);\n}\n.lp-google-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 16px;\n  background: #fff;\n  border: 1px solid #e0e0e0;\n  border-radius: 12px;\n  padding: 18px 32px;\n  text-decoration: none;\n  transition: box-shadow 0.2s, transform 0.15s;\n  cursor: pointer;\n}\n.lp-google-badge:hover {\n  box-shadow: 0 4px 20px rgba(93,47,145,0.13);\n  transform: translateY(-2px);\n}\n.lp-google-badge-info { text-align: left; }\n.lp-google-badge-name {\n  display: block;\n  font-family: 'Poppins', sans-serif;\n  font-weight: 600;\n  font-size: 0.95rem;\n  color: var(--text);\n  margin-bottom: 4px;\n}\n.lp-google-badge-stars {\n  display: flex;\n  align-items: center;\n  gap: 6px;\n  margin-bottom: 4px;\n}\n.lp-google-badge-stars svg { width: 16px; height: 16px; }\n.lp-google-badge-rating {\n  font-size: 0.82rem;\n  color: var(--text-light);\n}\n.lp-google-badge-cta {\n  display: block;\n  font-size: 0.82rem;\n  color: var(--primary);\n  font-weight: 500;\n  margin-top: 2px;\n}\n\n\/* \u2500\u2500 BLOG \u2500\u2500 *\/\n.lp-blog-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 28px;\n  margin-bottom: 40px;\n}\n.lp-blog-card {\n  background: var(--bg-white);\n  border-radius: var(--radius);\n  box-shadow: var(--shadow);\n  overflow: hidden;\n}\n.lp-blog-img {\n  width: 100%;\n  height: 220px;\n  object-fit: cover;\n  object-position: top;\n  display: block;\n  background: var(--bg-alt);\n}\n.lp-blog-img-placeholder {\n  width: 100%;\n  height: 200px;\n  background: var(--bg-alt);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  color: var(--text-light);\n  font-size: 0.82rem;\n}\n.lp-blog-body { padding: 24px; }\n.lp-blog-date {\n  font-size: 0.82rem;\n  color: var(--primary);\n  font-weight: 500;\n  margin-bottom: 8px;\n}\n.lp-blog-body h3 { margin-bottom: 10px; font-size: 1.05rem; color: var(--text); }\n.lp-blog-body p { font-size: 0.9rem; margin-bottom: 16px; }\n.lp-blog-link {\n  color: var(--primary);\n  font-weight: 600;\n  font-size: 0.9rem;\n  text-decoration: none;\n}\n.lp-blog-link:hover { color: var(--primary-dark); text-decoration: underline; }\n\n\/* \u2500\u2500 CTA FINAL \u2500\u2500 *\/\n.lp-cta-final .lp-container {\n  text-align: center;\n  padding: 80px 24px;\n}\n.lp-cta-final h2 { color: #fff; margin-bottom: 16px; }\n.lp-cta-final-sub {\n  color: #ffffff !important;\n  max-width: 600px;\n  margin: 0 auto 40px;\n}\n.lp-cta-final-btns {\n  display: flex;\n  gap: 16px;\n  justify-content: center;\n  flex-wrap: wrap;\n}\n\n\/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n@media (max-width: 768px) {\n  .lp-wrapper h1 { font-size: 2rem; }\n  .lp-wrapper h2 { font-size: 1.5rem; }\n  .lp-container { padding: 48px 16px; }\n  .lp-hero { padding: 48px 16px 40px; }\n  .lp-hero h1 { font-size: 2rem; }\n  .lp-badges { flex-direction: column; align-items: center; }\n  .lp-badge { min-width: unset; width: 100%; max-width: 320px; }\n  .lp-services-grid { grid-template-columns: 1fr; }\n  .lp-split { grid-template-columns: 1fr; }\n  .lp-split-img { max-height: 300px; }\n  .lp-maps-grid { grid-template-columns: 1fr; }\n  .lp-maps-iframe { height: 280px; }\n  .lp-steps-grid { grid-template-columns: 1fr; }\n  .lp-reviews-grid { grid-template-columns: 1fr; }\n  .lp-blog-grid { grid-template-columns: 1fr; }\n  .lp-hero-btns { flex-direction: column; align-items: center; }\n  .lp-cta-final-btns { flex-direction: column; align-items: center; }\n}\n<\/style>\n\n<div class=\"lp-wrapper\">\n\n  <section class=\"lp-section lp-section--white\">\n    <div class=\"lp-hero\">\n      <div class=\"lp-hero-inner\">\n        <h1>Orthopedic Laboratory in Montreal<\/h1>\n        <p class=\"lp-hero-sub\">Custom plantar designed and made on site in our Montreal orthopedic laboratory. Also benefit from our podiatric care and a complete range of orthopedic equipment advised by Nora Fertikh, an experienced pedorthist. Rediscover the pleasure of walking without pain.<\/p>\n        <div class=\"lp-hero-btns\">\n          <a href=\"https:\/\/noraclinique.com\/en\/book-an-appointment\/\" class=\"btn-cta\">Book an appointment<\/a>\n          <a href=\"https:\/\/noraclinique.com\/en\/products\/\" class=\"btn-cta-outline\">Discover our services<\/a>\n        <\/div>\n        <div class=\"lp-badges\">\n          <div class=\"lp-badge\">\n            <svg class=\"lp-badge-icon\" width=\"48\" height=\"48\" viewBox=\"0 0 512 512\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n              <g transform=\"translate(0,512) scale(0.1,-0.1)\" fill=\"currentColor\">\n                <path d=\"M1973 3922 c-77 -75 -146 -147 -152 -159 -6 -12 -11 -41 -11 -64 0 -46 -3 -39 242 -435 65 -105 118 -195 118 -200 0 -5 -13 -16 -29 -26 -58 -32 -66 -58 -66 -207 l0 -135 -45 -34 c-147 -110 -264 -273 -318 -442 -72 -225 -53 -464 54 -671 131 -253 349 -419 623 -475 113 -22 304 -15 411 16 297 86 535 324 620 620 28 96 37 272 21 376 -37 227 -162 433 -350 576 l-45 34 3 115 c1 63 -3 129 -8 148 -12 38 -57 91 -78 91 -7 0 -13 5 -13 11 0 6 64 115 143 242 210 340 216 350 218 377 6 78 6 79 -153 232 l-153 148 -445 -1 -445 0 -142 -137z m947 68 c0 -6 -42 -76 -92 -155 l-93 -145 -175 0 -175 0 -90 142 c-49 78 -91 148 -93 155 -3 11 64 13 357 13 245 0 361 -3 361 -10z m-609 -307 c100 -159 189 -297 196 -309 12 -19 4 -35 -89 -182 -57 -88 -108 -169 -114 -178 -9 -15 -17 -7 -56 57 -25 41 -76 124 -113 184 -173 279 -253 414 -260 433 -3 12 -1 31 6 43 12 23 229 238 240 239 4 0 89 -129 190 -287z m817 169 c92 -89 122 -124 122 -143 0 -28 7 -15 -254 -436 l-188 -303 -224 0 c-123 0 -224 2 -224 5 0 5 68 113 474 748 87 136 161 247 165 247 3 -1 61 -54 129 -118z m-440 -230 c-7 -20 -123 -201 -128 -201 -5 0 -122 182 -128 200 -2 5 53 9 128 9 72 0 130 -4 128 -8z m277 -655 c11 -16 15 -50 15 -125 0 -95 -1 -104 -17 -97 -259 112 -502 120 -740 25 -41 -17 -76 -30 -79 -30 -2 0 -4 46 -4 103 0 113 13 147 55 147 17 0 32 -12 52 -42 l29 -43 281 -3 281 -2 19 24 c10 14 26 36 35 50 20 28 50 25 73 -7z m-155 -236 c215 -73 381 -212 479 -400 165 -320 114 -689 -132 -948 -326 -343 -866 -346 -1188 -7 -158 167 -232 350 -231 574 1 314 174 592 457 734 139 69 221 86 395 82 110 -3 137 -7 220 -35z\"\/>\n                <path d=\"M2490 2674 c-393 -47 -679 -380 -657 -764 16 -269 165 -493 412 -616 197 -98 424 -100 620 -5 199 96 330 248 397 461 19 62 23 96 23 195 -1 141 -17 210 -78 335 -56 116 -185 247 -303 307 -126 66 -294 101 -414 87z m186 -75 c202 -37 385 -173 473 -353 53 -107 71 -184 71 -297 0 -191 -55 -324 -190 -460 -93 -95 -193 -154 -306 -182 -236 -59 -471 8 -637 182 -129 135 -187 278 -187 461 0 409 374 722 776 649z\"\/>\n                <path d=\"M2464 2316 c-58 -120 -79 -155 -96 -159 -13 -3 -81 -13 -153 -22 -148 -19 -175 -27 -175 -53 0 -10 54 -72 121 -137 l121 -120 -30 -165 c-31 -167 -30 -190 5 -190 8 0 80 35 159 79 l145 78 144 -78 c79 -44 153 -79 163 -79 22 0 33 19 27 47 -3 10 -16 83 -30 162 l-26 145 121 121 c66 66 120 128 120 138 0 25 -28 33 -175 52 -71 9 -140 19 -153 22 -18 4 -38 38 -97 159 -97 203 -93 203 -191 0z\"\/>\n              <\/g>\n            <\/svg>\n            <div class=\"lp-badge-text\">\n              <strong>25+ years of experience<\/strong>\n              <span>Certified pedorthist<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"lp-badge\">\n            <svg class=\"lp-badge-icon\" width=\"48\" height=\"48\" viewBox=\"0 0 512 512\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n              <g transform=\"translate(0,512) scale(0.1,-0.1)\" fill=\"currentColor\">\n                <path d=\"M3248 3856 c-97 -28 -207 -112 -255 -193 -86 -147 -82 -308 13 -495 14 -27 24 -52 21 -54 -2 -2 -113 32 -248 75 -647 209 -747 241 -768 241 -21 0 -22 -3 -19 -92 l3 -93 65 -21 65 -21 3 -75 3 -74 -503 -183 c-277 -101 -509 -188 -515 -193 -15 -12 -18 -155 -4 -178 8 -12 17 -12 64 3 29 9 59 17 65 17 9 0 12 -152 12 -605 l0 -605 -58 0 c-65 0 -97 -16 -86 -43 6 -16 93 -17 1454 -17 1265 0 1449 2 1454 15 10 28 -22 45 -85 45 l-59 0 0 665 c0 366 2 665 3 665 2 0 30 -9 62 -20 78 -27 85 -20 85 81 0 71 -2 80 -22 92 -13 8 -106 40 -208 72 -102 33 -186 60 -188 61 -2 1 21 41 51 90 148 243 186 388 143 538 -35 119 -126 224 -243 278 -56 27 -79 32 -162 34 -60 2 -113 -2 -143 -10z m194 -47 c164 -35 281 -158 310 -327 11 -64 10 -74 -16 -155 -44 -141 -144 -315 -300 -523 l-64 -84 -51 64 c-153 192 -300 455 -326 583 -46 224 131 440 372 452 12 1 46 -4 75 -10z m-1102 -538 c151 -49 379 -123 505 -163 l230 -74 29 -43 c15 -23 26 -44 23 -47 -2 -3 -139 38 -303 92 -165 53 -407 131 -539 173 l-240 77 -3 37 c-2 25 1 37 10 37 7 0 136 -40 288 -89z m315 -241 c242 -78 462 -149 490 -158 43 -15 58 -28 126 -117 44 -57 86 -101 98 -103 14 -2 32 12 61 50 23 29 46 54 50 56 5 2 81 -20 169 -48 l161 -51 0 -675 0 -674 -120 0 -120 0 0 379 0 380 38 3 c29 2 37 7 37 23 0 20 -8 20 -647 23 l-648 2 0 -24 c0 -21 5 -25 38 -28 l37 -3 3 -377 2 -378 -120 0 -120 0 0 935 c0 743 3 934 13 930 6 -2 210 -67 452 -145z m-525 -79 c0 -46 30 -31 -305 -151 -104 -38 -295 -107 -424 -154 -128 -47 -235 -86 -237 -86 -2 0 -4 18 -4 39 0 37 2 40 43 55 163 61 913 335 920 335 4 1 7 -17 7 -38z m1740 -171 l85 -27 3 -41 c2 -31 0 -41 -10 -37 -7 2 -105 34 -218 70 -113 37 -206 68 -207 69 -1 1 7 16 18 33 l20 31 112 -36 c62 -19 150 -47 197 -62z m-1740 -700 l0 -770 -45 0 -45 0 0 261 c0 160 -4 268 -10 280 -10 18 -24 19 -270 19 -142 0 -265 -3 -274 -6 -14 -5 -16 -40 -16 -280 l0 -274 -80 0 -80 0 2 621 3 621 65 24 c36 13 218 80 405 148 187 69 341 125 343 125 1 1 2 -345 2 -769z m1387 -48 c1 -30 -1 -32 -35 -33 -39 -1 -873 0 -954 0 -46 1 -48 2 -48 31 l0 29 123 3 c67 2 300 3 517 3 l395 -1 2 -32z m-3 -108 c3 -9 6 -24 6 -35 0 -18 -14 -19 -520 -19 l-520 0 0 28 c0 16 3 32 7 35 3 4 235 7 514 7 453 0 508 -2 513 -16z m-1794 -364 l0 -250 -95 0 -95 0 0 250 0 250 95 0 95 0 0 -250z m260 0 l0 -250 -100 0 -100 0 0 250 0 250 100 0 100 0 0 -250z m1540 0 l0 -250 -520 0 -520 0 0 250 0 250 520 0 520 0 0 -250z\"\/>\n                <path d=\"M3296 3635 c-57 -20 -114 -80 -132 -140 -66 -223 226 -379 374 -199 139 168 -35 413 -242 339z\"\/>\n                <path d=\"M2387 2843 c-4 -3 -7 -126 -7 -273 0 -193 3 -269 12 -278 17 -17 1199 -17 1216 0 17 17 16 162 -1 176 -15 13 -241 86 -947 308 -234 73 -261 80 -273 67z\"\/>\n                <path d=\"M1775 2620 c-121 -44 -239 -87 -262 -96 l-43 -16 0 -108 c0 -89 3 -109 16 -114 9 -3 130 -6 269 -6 217 0 256 2 269 16 13 13 16 45 16 194 0 98 -3 185 -6 194 -3 9 -14 16 -23 15 -9 0 -115 -36 -236 -79z\"\/>\n              <\/g>\n            <\/svg>\n            <div class=\"lp-badge-text\">\n              <strong>Made on site<\/strong>\n              <span>Laboratory in Montreal<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"lp-badge\">\n            <svg class=\"lp-badge-icon\" width=\"48\" height=\"48\" viewBox=\"0 0 512 512\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n              <g transform=\"translate(0,512) scale(0.1,-0.1)\" fill=\"currentColor\">\n                <path d=\"M3207 4162 c-10 -10 -17 -34 -17 -54 0 -56 -37 -187 -76 -266 -90 -184 -264 -331 -522 -442 -48 -20 -168 -65 -267 -100 -286 -99 -440 -179 -587 -303 -130 -111 -242 -291 -290 -464 -32 -116 -31 -351 1 -483 23 -94 65 -213 84 -237 13 -18 52 -16 67 2 9 11 5 34 -23 113 -20 55 -43 135 -52 178 -20 95 -23 264 -6 354 42 219 182 420 386 555 131 87 227 129 530 235 476 166 716 371 808 690 27 94 22 95 107 -35 115 -178 203 -392 245 -601 102 -501 -38 -997 -374 -1335 -184 -184 -394 -295 -671 -355 -114 -25 -427 -26 -543 -1 -135 28 -237 59 -237 71 0 19 113 198 191 303 104 139 284 315 504 493 292 237 460 409 548 561 32 54 34 84 8 99 -28 14 -49 3 -71 -39 -68 -133 -239 -310 -534 -551 -105 -85 -230 -193 -279 -240 -320 -304 -575 -750 -717 -1254 -22 -78 -22 -79 -2 -98 33 -33 59 -16 77 50 48 174 193 554 223 584 5 5 34 -1 65 -11 93 -32 234 -59 372 -71 516 -46 1008 181 1291 596 373 545 356 1272 -43 1874 -77 115 -148 200 -167 200 -7 0 -20 -8 -29 -18z\"\/>\n              <\/g>\n            <\/svg>\n            <div class=\"lp-badge-text\">\n              <strong>Eco-responsible approach<\/strong>\n              <span>Reduced carbon footprint<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"lp-section lp-section--alt\" id=\"services\">\n    <div class=\"lp-container\">\n      <h2 class=\"lp-section-title\">Our products and services<\/h2>\n      <p class=\"lp-section-subtitle\">A complete orthopedic laboratory in Montreal \u2014 combining custom orthotic manufacturing and carefully selected state-of-the-art equipment for you.<\/p>\n\n      <div class=\"lp-services-rows\">\n\n        <div class=\"lp-service-row\">\n          <div class=\"lp-service-row-icon\" aria-hidden=\"true\">\n            <svg width=\"40\" height=\"40\" viewBox=\"0 0 512 512\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><g transform=\"translate(0,512) scale(0.1,-0.1)\" fill=\"currentColor\"><path d=\"M876 3741 c-3 -5 1 -55 9 -112 40 -287 43 -607 10 -827 -20 -128 -63 -276 -121 -412 -63 -146 -84 -229 -91 -345 -8 -150 33 -292 105 -368 22 -23 24 -29 12 -37 -8 -5 -18 -10 -22 -10 -18 0 -38 -35 -38 -65 0 -67 92 -142 210 -169 167 -40 399 -30 755 32 206 36 215 36 470 36 236 0 282 -3 495 -31 435 -59 665 -70 1145 -54 342 12 443 20 532 46 58 17 83 37 83 66 0 24 -24 25 -49 0 -49 -49 -254 -65 -821 -66 -497 0 -583 5 -950 60 -312 47 -587 43 -920 -14 -232 -39 -344 -51 -494 -51 -142 0 -260 19 -326 53 -44 23 -94 81 -87 101 6 19 88 11 196 -18 94 -26 115 -28 210 -23 58 3 142 15 186 27 87 23 247 98 394 184 177 104 307 146 456 146 161 0 284 -42 575 -196 107 -57 243 -122 301 -143 228 -86 448 -94 580 -20 l45 25 51 -23 c186 -85 470 -61 589 49 100 93 98 241 -5 301 -23 14 -73 22 -194 33 -183 15 -318 45 -473 104 -184 69 -345 167 -648 394 -197 148 -322 232 -471 314 -295 164 -397 360 -454 867 -15 136 -19 150 -36 150 -18 0 -20 -6 -17 -70 4 -104 39 -329 67 -442 31 -120 117 -298 180 -370 56 -64 113 -106 235 -173 135 -74 296 -181 478 -318 230 -173 369 -265 501 -332 95 -47 276 -111 386 -135 112 -24 122 -29 130 -64 9 -43 55 -78 122 -91 65 -14 157 -6 190 15 34 22 36 20 31 -39 -3 -39 -12 -65 -31 -90 -89 -116 -399 -144 -579 -51 l-47 24 -72 -37 c-67 -34 -78 -37 -180 -40 -221 -8 -313 23 -750 250 -256 133 -418 174 -592 149 -146 -20 -234 -57 -530 -224 -54 -30 -142 -70 -195 -88 -93 -32 -103 -34 -247 -34 -132 0 -157 3 -206 23 -149 60 -229 199 -229 400 0 125 15 186 95 387 106 266 137 438 137 765 0 186 -31 553 -48 582 -7 11 -31 10 -38 -1z\"\/><path d=\"M1340 3064 c0 -4 -7 -52 -16 -108 -30 -187 0 -320 95 -415 67 -67 206 -123 226 -92 11 19 -12 38 -54 45 -50 8 -127 60 -168 114 -63 84 -73 167 -47 405 6 53 5 57 -15 57 -11 0 -21 -3 -21 -6z\"\/><path d=\"M2074 1781 c-116 -32 -344 -151 -344 -181 0 -26 35 -19 98 18 215 130 386 162 573 108 48 -14 88 -21 93 -16 36 35 -90 80 -244 86 -82 3 -120 0 -176 -15z\"\/><\/g><\/svg>\n          <\/div>\n          <div class=\"lp-service-row-intro\">\n            <h3>Custom Plantar Orthotics<\/h3>\n            <p>Designed and made in our Montreal laboratory to correct posture and relieve pain.<\/p>\n          <\/div>\n          <ul class=\"lp-service-row-links\">\n            <li><a href=\"https:\/\/noraclinique.com\/en\/product\/custom-foot-orthotics\/\">Custom Made Foot Orthotics in Montreal<\/a><\/li>\n            <li><a href=\"https:\/\/noraclinique.com\/en\/product\/custom-sports-insoles\/\">Custom Sports Insoles in Montreal<\/a><\/li>\n            <li><a href=\"https:\/\/noraclinique.com\/en\/product\/custom-orthotics-kids\/\">Custom Made Foot Orthotics for Kids in Montreal<\/a><\/li>\n            <li><a href=\"https:\/\/noraclinique.com\/en\/product\/custom-made-orthopedic-insoles\/\">Custom Orthopedic Insoles in Montreal<\/a><\/li>\n            <li><a href=\"https:\/\/noraclinique.com\/en\/product\/biomechanical-exam-gait-analysis\/\">Biomechanical exam and gait analysis<\/a><\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"lp-service-row\">\n          <div class=\"lp-service-row-icon\" aria-hidden=\"true\">\n            <svg width=\"40\" height=\"40\" viewBox=\"0 0 1024 1024\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><g transform=\"translate(0,1024) scale(0.1,-0.1)\" fill=\"currentColor\"><path d=\"M4316 8359 c-113 -27 -224 -121 -279 -237 l-32 -67 -3 -917 -2 -918 -933 -2 -932 -3 -55 -22 c-114 -47 -214 -155 -250 -270 -19 -63 -20 -91 -20 -798 0 -690 1 -737 19 -794 25 -82 60 -138 119 -193 58 -55 127 -91 200 -107 37 -8 325 -11 952 -11 l900 0 0 -894 c0 -862 1 -896 20 -958 37 -121 130 -222 250 -271 l55 -22 800 0 800 0 65 31 c95 45 162 111 207 202 l38 76 3 918 2 918 908 0 c575 0 923 4 951 11 154 35 285 166 320 320 7 28 11 319 11 777 0 716 0 734 -21 794 -45 135 -148 238 -276 278 -63 19 -92 20 -979 20 l-914 0 -2 918 -3 917 -32 67 c-44 94 -109 160 -202 206 l-75 37 -785 2 c-452 1 -802 -3 -825 -8z m1562 -244 c44 -19 78 -49 100 -90 16 -27 17 -117 18 -998 1 -950 1 -968 20 -995 11 -15 36 -35 55 -44 32 -17 100 -18 1008 -18 969 0 973 0 1011 -21 45 -26 87 -88 95 -143 3 -22 5 -347 3 -721 -3 -611 -5 -683 -20 -710 -22 -40 -66 -81 -101 -94 -19 -8 -336 -11 -995 -11 -901 0 -969 -1 -1001 -18 -19 -9 -43 -29 -54 -44 -20 -26 -20 -47 -21 -995 -1 -1035 1 -985 -50 -1041 -52 -58 -18 -56 -801 -59 -477 -1 -734 1 -760 8 -53 14 -98 50 -121 96 -18 36 -19 82 -24 1009 -5 954 -5 972 -25 994 -46 51 -15 50 -1050 50 -797 0 -971 2 -999 14 -46 19 -93 81 -106 138 -12 61 -14 1346 -1 1401 12 52 49 102 92 126 36 21 47 21 1005 22 724 0 978 3 1004 12 19 7 44 27 57 46 l23 34 0 946 c0 620 4 959 10 983 14 50 55 97 105 119 38 17 83 19 763 19 630 0 727 -2 760 -15z\"\/><\/g><\/svg>\n          <\/div>\n          <div class=\"lp-service-row-intro\">\n            <h3>Podiatric Care<\/h3>\n            <p>Treatment of corns, calluses and comprehensive foot care by a certified professional.<\/p>\n          <\/div>\n          <ul class=\"lp-service-row-links\">\n            <li><span>Medical Foot Care<\/span><\/li>\n            <li><span>Podiatric Care<\/span><\/li>\n            <li><span>Medical Toe Care<\/span><\/li>\n            <li><span>Corn Foot Treatment<\/span><\/li>\n            <li><span>Foot Hard Skin Care<\/span><\/li>\n            <li><span>Foot Callus Removal<\/span><\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"lp-service-row\">\n          <div class=\"lp-service-row-icon\" aria-hidden=\"true\">\n            <svg width=\"40\" height=\"40\" viewBox=\"0 0 1024 1024\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><g transform=\"translate(0,1024) scale(0.1,-0.1)\" fill=\"currentColor\"><path d=\"M4455 8210 c-223 -27 -225 -28 -836 -184 -354 -91 -542 -127 -752 -146 -185 -16 -239 -40 -298 -132 -38 -59 -47 -133 -29 -247 l12 -79 -30 -39 c-47 -58 -54 -108 -39 -245 l13 -116 -35 -37 -34 -38 6 -107 c12 -203 48 -525 62 -558 12 -26 53 -61 87 -74 12 -5 59 -533 48 -536 -26 -9 -70 -55 -79 -85 -8 -24 -5 -106 12 -323 21 -261 25 -293 45 -321 12 -17 36 -36 53 -43 l32 -14 -7 -175 c-11 -292 -46 -594 -108 -954 l-33 -188 -34 -21 c-49 -31 -69 -85 -81 -222 -12 -136 -1 -313 30 -494 23 -135 71 -316 100 -371 72 -143 443 -312 867 -396 261 -52 334 -55 1390 -55 1012 0 1150 5 1443 45 350 48 816 158 1157 271 246 82 309 131 356 272 37 112 54 239 39 290 -18 58 -79 110 -139 118 l-48 6 0 131 c0 103 -4 144 -19 187 -41 121 -93 193 -176 245 -30 19 -38 31 -44 64 -4 29 -18 53 -49 85 -35 37 -52 46 -102 56 -33 7 -150 33 -259 59 l-199 46 -14 41 c-26 77 -48 89 -335 180 -300 97 -334 101 -391 47 -18 -17 -39 -28 -47 -26 -52 18 -267 106 -308 127 -43 22 -49 28 -45 50 11 54 -15 88 -189 256 -214 206 -219 210 -280 210 -45 0 -49 2 -62 34 -30 71 -29 89 4 108 56 32 60 58 60 368 0 314 -3 332 -64 372 -43 28 -43 23 -16 308 11 113 20 215 20 226 0 17 8 23 34 28 43 8 83 48 95 95 6 20 17 167 27 327 15 273 15 292 0 323 -10 18 -31 40 -47 49 -34 20 -33 7 -14 203 25 269 45 523 45 583 0 69 -23 109 -75 127 -32 12 -35 16 -35 54 0 98 -51 181 -139 227 -53 28 -56 28 -225 27 -97 -1 -235 -9 -321 -19z\"\/><\/g><\/svg>\n          <\/div>\n          <div class=\"lp-service-row-intro\">\n            <h3>Medical Equipment &#038; Compression<\/h3>\n            <p>Compression stockings and splints \u2014 carefully selected and fitted for your comfort.<\/p>\n          <\/div>\n          <ul class=\"lp-service-row-links\">\n            <li><a href=\"https:\/\/noraclinique.com\/en\/product\/medical-walking-boot\/\">Walking boot for fractures<\/a><\/li>\n            <li><a href=\"https:\/\/noraclinique.com\/en\/product\/orthopedic-walking-boot\/\">Orthopedic walking boot<\/a><\/li>\n            <li><a href=\"https:\/\/noraclinique.com\/en\/product\/compression-stockings\/\">Custom compression stockings<\/a><\/li>\n            <li><a href=\"https:\/\/noraclinique.com\/en\/product\/hallux-valgus-orthosis\/\">Hallux valgus (bunion) splints<\/a><\/li>\n            <li><a href=\"https:\/\/noraclinique.com\/en\/product\/splints-for-plantar-fasciitis\/\">Plantar fasciitis splints<\/a><\/li>\n            <li><a href=\"https:\/\/noraclinique.com\/en\/product\/custom-orthopedic-heel-lifts\/\">Orthopedic heel cups<\/a><\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"lp-service-row\">\n          <div class=\"lp-service-row-icon\" aria-hidden=\"true\">\n            <svg width=\"40\" height=\"40\" viewBox=\"0 0 512 512\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><g transform=\"translate(0,512) scale(0.1,-0.1)\" fill=\"currentColor\"><path d=\"M1433 3675 c-175 -47 -287 -171 -356 -391 -42 -132 -61 -249 -60 -374 0 -124 10 -178 68 -364 74 -238 87 -415 57 -761 -30 -331 -30 -336 -10 -349 34 -21 45 11 57 159 6 77 16 183 21 235 24 239 8 480 -45 665 -85 301 -87 311 -82 450 9 233 83 457 186 562 165 167 451 159 614 -17 135 -145 200 -409 165 -660 l-14 -95 -38 -6 c-21 -3 -49 -18 -64 -32 -33 -33 -38 -95 -27 -325 l7 -157 38 -35 c25 -24 39 -47 44 -75 18 -94 75 -155 148 -155 68 0 116 63 132 172 5 31 14 51 25 58 10 5 25 24 34 42 13 28 14 59 7 223 -5 105 -9 198 -10 207 0 10 -15 34 -32 54 l-33 37 -3 284 c-4 316 1 350 60 439 49 72 126 109 228 109 62 0 86 -5 133 -28 127 -63 168 -182 137 -397 -5 -36 -14 -128 -21 -205 -11 -137 -12 -140 -41 -165 -27 -23 -31 -33 -39 -112 -5 -48 -10 -155 -11 -238 l-3 -151 26 -23 c21 -18 27 -34 32 -89 7 -72 36 -140 66 -157 69 -37 137 31 148 149 4 39 12 63 29 81 37 41 42 68 49 286 l7 209 -31 29 c-31 29 -31 31 -31 125 1 233 44 346 155 403 47 25 131 28 189 9 60 -21 132 -93 156 -158 32 -84 34 -152 10 -323 -11 -85 -26 -197 -32 -248 -11 -87 -14 -94 -40 -108 -43 -23 -55 -59 -77 -237 -29 -232 -28 -260 9 -299 23 -23 30 -40 30 -69 0 -99 69 -157 141 -118 21 11 69 101 69 130 0 9 11 24 25 33 37 25 43 43 65 228 31 259 27 290 -39 318 l-30 12 5 71 c13 183 39 261 101 303 100 67 225 20 275 -104 21 -54 23 -71 23 -292 0 -163 -6 -287 -19 -405 -23 -207 -17 -568 10 -595 11 -11 19 -12 32 -4 15 10 16 25 12 140 -8 197 -3 366 15 504 8 69 18 195 21 280 13 336 -32 481 -171 546 -93 44 -192 27 -266 -46 -58 -58 -76 -111 -92 -267 -10 -107 -14 -123 -29 -123 -23 0 -23 -4 8 202 18 114 27 217 28 303 0 115 -2 137 -23 189 -83 209 -342 282 -498 142 -88 -79 -123 -192 -123 -398 l0 -108 -42 0 -41 0 6 113 c3 61 13 170 22 242 17 138 12 216 -21 293 -77 185 -345 252 -521 131 -51 -35 -96 -99 -126 -177 -21 -55 -22 -70 -20 -359 l2 -303 -50 0 -49 0 7 58 c5 31 8 122 7 202 -1 170 -20 257 -85 388 -96 195 -264 303 -470 301 -41 0 -98 -7 -126 -14z\"\/><\/g><\/svg>\n          <\/div>\n          <div class=\"lp-service-row-intro\">\n            <h3>Orthoplasty<\/h3>\n            <p>Custom orthotics for hammer toes, claw toes, quintus varus and other deformities.<\/p>\n          <\/div>\n          <ul class=\"lp-service-row-links\">\n            <li><span>Toe Spacers<\/span><\/li>\n            <li><span>Hammer Toe Orthosis<\/span><\/li>\n            <li><span>Claw Toe Corrector<\/span><\/li>\n            <li><span>Tailor&#8217;s Bunion Corrector<\/span><\/li>\n            <li><span>Broken Toe Orthosis<\/span><\/li>\n            <li><span>Silicone Toe Protection<\/span><\/li>\n          <\/ul>\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <section class=\"lp-section lp-section--white\">\n    <div class=\"lp-container\" style=\"padding-top: 40px;\">\n      <div class=\"lp-split\">\n        <div class=\"lp-split-text\">\n          <h2>The expertise and aesthetic sensibility of an exceptional professional<\/h2>\n          <p>A graduate of the Acad\u00e9mie de Paris, Nora Fertikh has been a pedorthist for over 25 years. All orthotics are designed and made on site in her Montreal laboratory \u2014 with no middleman and unmatched precision.<\/p>\n          <ul class=\"lp-check-list\">\n            <li>\n              <span class=\"lp-check-icon\">\n                <svg viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M2 7L6 11L12 3\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n              <\/span>\n              <span>Pedorthist with <strong>25+ years of experience<\/strong><\/span>\n            <\/li>\n            <li>\n              <span class=\"lp-check-icon\">\n                <svg viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M2 7L6 11L12 3\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n              <\/span>\n              <span>Graduate of <strong>the Acad\u00e9mie de Paris<\/strong>, certified in 1997<\/span>\n            <\/li>\n            <li>\n              <span class=\"lp-check-icon\">\n                <svg viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M2 7L6 11L12 3\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n              <\/span>\n              <span>Member of <strong>the Ordre des technologues professionnels du Qu\u00e9bec<\/strong><\/span>\n            <\/li>\n            <li>\n              <span class=\"lp-check-icon\">\n                <svg viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M2 7L6 11L12 3\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n              <\/span>\n              <span>Your orthotics are <strong>designed and made on site<\/strong> in our Montreal laboratory<\/span>\n            <\/li>\n            <li>\n              <span class=\"lp-check-icon\">\n                <svg viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M2 7L6 11L12 3\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n              <\/span>\n              <span>Collaborator with <strong>CHU Sainte-Justine<\/strong> and IRDPQ for 20+ years<\/span>\n            <\/li>\n          <\/ul>\n          <div style=\"margin-top: 32px;\">\n            <a href=\"https:\/\/noraclinique.com\/en\/contact\/\" class=\"btn-cta\">Contact NORA<\/a>\n          <\/div>\n        <\/div>\n        <div>\n          <img loading=\"lazy\" decoding=\"async\"\n            class=\"lp-split-img\"\n            src=\"https:\/\/noraclinique.com\/wp-content\/uploads\/2024\/11\/clinique1.jpeg\"\n            alt=\"Nora Fertikh, pedorthist in Montreal\"\n            width=\"400\"\n            height=\"500\"\n            style=\"border-radius: var(--radius); object-fit: cover; max-height: 450px; width: 100%; display: block;\"\n          >\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"lp-section lp-section--alt\">\n    <div class=\"lp-container\">\n      <div class=\"lp-maps-grid\">\n        <div>\n          <iframe\n            class=\"lp-maps-iframe\"\n            src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d2795.123456789!2d-73.6198!3d45.5312!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4cc9197b1f8d67c1%3A0x6b7bd12cf2f9b0c0!2s7401+Rue+Lajeunesse%2C+Montr%C3%A9al%2C+QC+H2R+2J1!5e0!3m2!1sfr!2sca!4v1741420000000!5m2!1sfr!2sca\"\n            allowfullscreen=\"\"\n            loading=\"lazy\"\n            title=\"NORA Clinique du Pied \u2014 Google Maps\"\n          ><\/iframe>\n        <\/div>\n        <div class=\"lp-maps-info\">\n          <h2>Find us in Montreal<\/h2>\n          <div class=\"lp-info-row\">\n            <div class=\"lp-info-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"color: var(--primary)\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\" fill=\"currentColor\"\/>\n              <\/svg>\n            <\/div>\n            <div class=\"lp-info-content\">\n              <strong>Address<\/strong>\n              <span>7401 Rue Lajeunesse, Montr\u00e9al, QC H2R 2J1<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"lp-info-row\">\n            <div class=\"lp-info-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"color: var(--primary)\">\n                <path d=\"M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z\" fill=\"currentColor\"\/>\n              <\/svg>\n            <\/div>\n            <div class=\"lp-info-content\">\n              <strong>Phone<\/strong>\n              <a href=\"tel:5142782799\">514 278-2799<\/a>\n            <\/div>\n          <\/div>\n          <div class=\"lp-info-row\">\n            <div class=\"lp-info-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"color: var(--primary)\">\n                <path d=\"M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\" fill=\"currentColor\"\/>\n              <\/svg>\n            <\/div>\n            <div class=\"lp-info-content\">\n              <strong>Email<\/strong>\n              <a href=\"mailto:info@noracliniquedupied.com\">info@noracliniquedupied.com<\/a>\n            <\/div>\n          <\/div>\n          <div class=\"lp-info-row\">\n            <div class=\"lp-info-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"color: var(--primary)\">\n                <path d=\"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67V7z\" fill=\"currentColor\"\/>\n              <\/svg>\n            <\/div>\n            <div class=\"lp-info-content\">\n              <strong>Hours<\/strong>\n              <div class=\"lp-hours-grid\">\n                <span>Monday \u2014 Friday<\/span><strong>10:00 am \u2014 7:00 pm<\/strong>\n                <span>Saturday<\/span><strong>10:00 am \u2014 5:00 pm<\/strong>\n                <span>Sunday<\/span><strong>Closed<\/strong>\n              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"lp-maps-cta\">\n            <a href=\"https:\/\/noraclinique.com\/en\/book-an-appointment\/\" class=\"btn-cta\">Book an appointment<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"lp-section lp-section--white\">\n    <div class=\"lp-container\">\n      <h2 class=\"lp-section-title\">A simple 3-step process<\/h2>\n      <p class=\"lp-section-subtitle\">From your first call to your custom orthotic, we guide you every step of the way.<\/p>\n      <div class=\"lp-steps-grid\">\n        <div class=\"lp-step-card\">\n          <div class=\"lp-step-num\">1<\/div>\n          <h3>Booking<\/h3>\n          <p>Contact us by phone at <a href=\"tel:5142782799\" style=\"color: inherit; text-decoration: none;\">514 278-2799<\/a> or online. We will find a time that fits your schedule.<\/p>\n        <\/div>\n        <div class=\"lp-step-card\">\n          <div class=\"lp-step-num\">2<\/div>\n          <h3>Biomechanical assessment<\/h3>\n          <p>Nora performs a complete evaluation of your posture, gait and feet to precisely identify your needs.<\/p>\n        <\/div>\n        <div class=\"lp-step-card\">\n          <div class=\"lp-step-num\">3<\/div>\n          <h3>Your custom orthotic<\/h3>\n          <p>Designed and made in our Montreal laboratory, your orthotic is adjusted until you are fully satisfied.<\/p>\n        <\/div>\n      <\/div>\n      <div style=\"text-align: center; margin-top: 40px;\">\n        <a href=\"https:\/\/noraclinique.com\/en\/book-an-appointment\/\" class=\"btn-cta\">Book an appointment<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"lp-section lp-section--alt\">\n    <div class=\"lp-container\" style=\"padding-top: 40px;\">\n      <h2 class=\"lp-section-title\">What our patients say about us<\/h2>\n      <p class=\"lp-section-subtitle\">Hundreds of Montrealers have trusted NORA Clinique du Pied for over 25 years.<\/p>\n      <div class=\"lp-reviews-grid\">\n\n        <div class=\"lp-review-card\">\n          <div class=\"lp-stars\">\n            <svg viewBox=\"0 0 18 18\" fill=\"#f4b400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M9 1l2.47 5.01L17 6.96l-4 3.9.94 5.5L9 13.77 4.06 16.36l.94-5.5L1 6.96l5.53-.95L9 1z\"\/><\/svg>\n            <svg viewBox=\"0 0 18 18\" fill=\"#f4b400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M9 1l2.47 5.01L17 6.96l-4 3.9.94 5.5L9 13.77 4.06 16.36l.94-5.5L1 6.96l5.53-.95L9 1z\"\/><\/svg>\n            <svg viewBox=\"0 0 18 18\" fill=\"#f4b400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M9 1l2.47 5.01L17 6.96l-4 3.9.94 5.5L9 13.77 4.06 16.36l.94-5.5L1 6.96l5.53-.95L9 1z\"\/><\/svg>\n            <svg viewBox=\"0 0 18 18\" fill=\"#f4b400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M9 1l2.47 5.01L17 6.96l-4 3.9.94 5.5L9 13.77 4.06 16.36l.94-5.5L1 6.96l5.53-.95L9 1z\"\/><\/svg>\n            <svg viewBox=\"0 0 18 18\" fill=\"#f4b400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M9 1l2.47 5.01L17 6.96l-4 3.9.94 5.5L9 13.77 4.06 16.36l.94-5.5L1 6.96l5.53-.95L9 1z\"\/><\/svg>\n          <\/div>\n          <p class=\"lp-review-text\">&#8220;I have been working with Nora for 20 years for my orthotics. Always professional, friendly service, and Nora is happy to make adjustments to maximize our comfort. Her prices are also very reasonable. I strongly recommend this wonderful clinic, where you are not just a number!&#8221;<\/p>\n          <h3>Sylvie Roy<\/h3>\n        <\/div>\n\n        <div class=\"lp-review-card\">\n          <div class=\"lp-stars\">\n            <svg viewBox=\"0 0 18 18\" fill=\"#f4b400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M9 1l2.47 5.01L17 6.96l-4 3.9.94 5.5L9 13.77 4.06 16.36l.94-5.5L1 6.96l5.53-.95L9 1z\"\/><\/svg>\n            <svg viewBox=\"0 0 18 18\" fill=\"#f4b400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M9 1l2.47 5.01L17 6.96l-4 3.9.94 5.5L9 13.77 4.06 16.36l.94-5.5L1 6.96l5.53-.95L9 1z\"\/><\/svg>\n            <svg viewBox=\"0 0 18 18\" fill=\"#f4b400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M9 1l2.47 5.01L17 6.96l-4 3.9.94 5.5L9 13.77 4.06 16.36l.94-5.5L1 6.96l5.53-.95L9 1z\"\/><\/svg>\n            <svg viewBox=\"0 0 18 18\" fill=\"#f4b400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M9 1l2.47 5.01L17 6.96l-4 3.9.94 5.5L9 13.77 4.06 16.36l.94-5.5L1 6.96l5.53-.95L9 1z\"\/><\/svg>\n            <svg viewBox=\"0 0 18 18\" fill=\"#f4b400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M9 1l2.47 5.01L17 6.96l-4 3.9.94 5.5L9 13.77 4.06 16.36l.94-5.5L1 6.96l5.53-.95L9 1z\"\/><\/svg>\n          <\/div>\n          <p class=\"lp-review-text\">&#8220;I really enjoyed my experience. Very fast and efficient service, professional and courteous. My kids loved her too. We even had Laina, her dog, to keep us company. I highly recommend this clinic.&#8221;<\/p>\n          <h3>Jean-Gardy Victor<\/h3>\n        <\/div>\n\n        <div class=\"lp-review-card\">\n          <div class=\"lp-stars\">\n            <svg viewBox=\"0 0 18 18\" fill=\"#f4b400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M9 1l2.47 5.01L17 6.96l-4 3.9.94 5.5L9 13.77 4.06 16.36l.94-5.5L1 6.96l5.53-.95L9 1z\"\/><\/svg>\n            <svg viewBox=\"0 0 18 18\" fill=\"#f4b400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M9 1l2.47 5.01L17 6.96l-4 3.9.94 5.5L9 13.77 4.06 16.36l.94-5.5L1 6.96l5.53-.95L9 1z\"\/><\/svg>\n            <svg viewBox=\"0 0 18 18\" fill=\"#f4b400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M9 1l2.47 5.01L17 6.96l-4 3.9.94 5.5L9 13.77 4.06 16.36l.94-5.5L1 6.96l5.53-.95L9 1z\"\/><\/svg>\n            <svg viewBox=\"0 0 18 18\" fill=\"#f4b400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M9 1l2.47 5.01L17 6.96l-4 3.9.94 5.5L9 13.77 4.06 16.36l.94-5.5L1 6.96l5.53-.95L9 1z\"\/><\/svg>\n            <svg viewBox=\"0 0 18 18\" fill=\"#f4b400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M9 1l2.47 5.01L17 6.96l-4 3.9.94 5.5L9 13.77 4.06 16.36l.94-5.5L1 6.96l5.53-.95L9 1z\"\/><\/svg>\n          <\/div>\n          <p class=\"lp-review-text\">&#8220;Nora has been following my daughter for her orthotics for several years. Nora listens, is patient, and is very professional in her assessments. My daughter adores her as well as Laina. We recommend her clinic wholeheartedly. Thank you Nora for taking care of my daughter&#8217;s feet.&#8221;<\/p>\n          <h3>Yso Croy<\/h3>\n        <\/div>\n\n      <\/div>\n      <div style=\"text-align: center;\">\n        <a href=\"https:\/\/share.google\/I530XJzYDfiymS01O\" target=\"_blank\" rel=\"noopener\" class=\"lp-google-badge\" style=\"text-decoration: none;\">\n          <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"flex-shrink:0;\">\n            <path d=\"M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z\" fill=\"#4285F4\"\/>\n            <path d=\"M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z\" fill=\"#34A853\"\/>\n            <path d=\"M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z\" fill=\"#FBBC05\"\/>\n            <path d=\"M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z\" fill=\"#EA4335\"\/>\n          <\/svg>\n          <div class=\"lp-google-badge-info\">\n            <span class=\"lp-google-badge-name\">NORA Clinique du Pied<\/span>\n            <div class=\"lp-google-badge-stars\">\n              <svg viewBox=\"0 0 18 18\" fill=\"#f4b400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M9 1l2.47 5.01L17 6.96l-4 3.9.94 5.5L9 13.77 4.06 16.36l.94-5.5L1 6.96l5.53-.95L9 1z\"\/><\/svg>\n              <svg viewBox=\"0 0 18 18\" fill=\"#f4b400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M9 1l2.47 5.01L17 6.96l-4 3.9.94 5.5L9 13.77 4.06 16.36l.94-5.5L1 6.96l5.53-.95L9 1z\"\/><\/svg>\n              <svg viewBox=\"0 0 18 18\" fill=\"#f4b400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M9 1l2.47 5.01L17 6.96l-4 3.9.94 5.5L9 13.77 4.06 16.36l.94-5.5L1 6.96l5.53-.95L9 1z\"\/><\/svg>\n              <svg viewBox=\"0 0 18 18\" fill=\"#f4b400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M9 1l2.47 5.01L17 6.96l-4 3.9.94 5.5L9 13.77 4.06 16.36l.94-5.5L1 6.96l5.53-.95L9 1z\"\/><\/svg>\n              <svg viewBox=\"0 0 18 18\" fill=\"#f4b400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M9 1l2.47 5.01L17 6.96l-4 3.9.94 5.5L9 13.77 4.06 16.36l.94-5.5L1 6.96l5.53-.95L9 1z\"\/><\/svg>\n              <span class=\"lp-google-badge-rating\">4.8 \u00b7 40+ Google reviews<\/span>\n            <\/div>\n            <span class=\"lp-google-badge-cta\">See all reviews \u2192<\/span>\n          <\/div>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"lp-section lp-section--white\">\n    <div class=\"lp-container\" style=\"padding-top: 40px;\">\n      <h2 class=\"lp-section-title\">Our latest articles<\/h2>\n      <p class=\"lp-section-subtitle\">Expert advice, treatments and podiatric news \u2014 stay informed about your foot health.<\/p>\n      <div class=\"lp-blog-grid\">\n\n        <div class=\"lp-blog-card\">\n          <img loading=\"lazy\" decoding=\"async\"\n            class=\"lp-blog-img\"\n            src=\"https:\/\/noraclinique.com\/wp-content\/uploads\/2025\/10\/traitements-epine-lenoir.jpg\"\n            alt=\"How to treat heel spurs \u2014 NORA Clinique du Pied\"\n            width=\"400\"\n            height=\"220\"\n            onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex';\"\n          >\n          <div class=\"lp-blog-img-placeholder\" style=\"display: none;\">Image coming soon<\/div>\n          <div class=\"lp-blog-body\">\n            <p class=\"lp-blog-date\">October 13, 2025<\/p>\n            <h3>How to treat heel spurs?<\/h3>\n            <p>Free yourself from heel pain with custom plantar orthotics and specialized treatments from our orthopedic laboratory.<\/p>\n            <a href=\"https:\/\/noraclinique.com\/en\/blog\/\" class=\"lp-blog-link\">Read more \u2192<\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"lp-blog-card\">\n          <img loading=\"lazy\" decoding=\"async\"\n            class=\"lp-blog-img\"\n            src=\"https:\/\/noraclinique.com\/wp-content\/uploads\/2025\/08\/traitements-maladie-sever-enfants.png\"\n            alt=\"How to treat Sever's disease in children \u2014 NORA Clinique du Pied\"\n            width=\"400\"\n            height=\"220\"\n            onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex';\"\n          >\n          <div class=\"lp-blog-img-placeholder\" style=\"display: none;\">Image coming soon<\/div>\n          <div class=\"lp-blog-body\">\n            <p class=\"lp-blog-date\">August 17, 2025<\/p>\n            <h3>How to treat Sever&#8217;s disease in children?<\/h3>\n            <p>Sever&#8217;s disease often affects young athletes. Discover custom orthopedic solutions to relieve your child.<\/p>\n            <a href=\"https:\/\/noraclinique.com\/en\/blog\/\" class=\"lp-blog-link\">Read more \u2192<\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"lp-blog-card\">\n          <img loading=\"lazy\" decoding=\"async\"\n            class=\"lp-blog-img\"\n            src=\"https:\/\/noraclinique.com\/wp-content\/uploads\/2025\/07\/traitements-fascitte-plantaire.jpg\"\n            alt=\"How to treat plantar fasciitis \u2014 NORA Clinique du Pied\"\n            width=\"400\"\n            height=\"220\"\n            onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex';\"\n          >\n          <div class=\"lp-blog-img-placeholder\" style=\"display: none;\">Image coming soon<\/div>\n          <div class=\"lp-blog-body\">\n            <p class=\"lp-blog-date\">July 5, 2025<\/p>\n            <h3>How to treat plantar fasciitis?<\/h3>\n            <p>Plantar fasciitis is one of the most common foot pain conditions. Our team explains the best treatment options.<\/p>\n            <a href=\"https:\/\/noraclinique.com\/en\/blog\/\" class=\"lp-blog-link\">Read more \u2192<\/a>\n          <\/div>\n        <\/div>\n\n      <\/div>\n      <div style=\"text-align: center;\">\n        <a href=\"https:\/\/noraclinique.com\/en\/blog\/\" class=\"btn-cta-outline\">See all articles<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"lp-section lp-section--primary lp-cta-final\">\n    <div class=\"lp-container\">\n      <h2>Rediscover the pleasure of walking without pain<\/h2>\n      <p class=\"lp-cta-final-sub\">Book an appointment today with Nora Fertikh, your pedorthist in Montreal. Each orthotic is custom-made in our laboratory for lasting relief.<\/p>\n      <div class=\"lp-cta-final-btns\">\n        <a href=\"tel:5142782799\" class=\"btn-cta-white\">514 278-2799<\/a>\n        <a href=\"mailto:info@noracliniquedupied.com\" class=\"btn-cta-white\">info@noracliniquedupied.com<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Orthopedic Laboratory in Montreal Custom plantar designed and made on site in our Montreal orthopedic laboratory. Also benefit from our podiatric care and a complete range of orthopedic equipment advised by Nora Fertikh, an experienced pedorthist. Rediscover the pleasure of walking without pain. Book an appointment Discover our services 25+ years of experience Certified pedorthist [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_breakdance_hide_in_design_set":false,"_breakdance_tags":"","footnotes":""},"class_list":["post-861","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Orthopedic Lab in Montreal<\/title>\n<meta name=\"description\" content=\"Benefit from the products and services at Nora&#039;s orthopedic laboratory in Montreal. Benefit from an experienced pedorthist with over 25 years of experience!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/noraclinique.com\/en\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Orthopedic Lab in Montreal\" \/>\n<meta property=\"og:description\" content=\"Benefit from the products and services at Nora&#039;s orthopedic laboratory in Montreal. Benefit from an experienced pedorthist with over 25 years of experience!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/noraclinique.com\/en\/\" \/>\n<meta property=\"og:site_name\" content=\"NORA Clinique du pied\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/noracliniquedupied\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-25T14:58:00+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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/noraclinique.com\/en\/\",\"url\":\"https:\/\/noraclinique.com\/en\/\",\"name\":\"Orthopedic Lab in Montreal\",\"isPartOf\":{\"@id\":\"https:\/\/noraclinique.com\/en\/#website\"},\"datePublished\":\"2024-11-12T03:03:32+00:00\",\"dateModified\":\"2026-04-25T14:58:00+00:00\",\"description\":\"Benefit from the products and services at Nora's orthopedic laboratory in Montreal. Benefit from an experienced pedorthist with over 25 years of experience!\",\"breadcrumb\":{\"@id\":\"https:\/\/noraclinique.com\/en\/#breadcrumb\"},\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/noraclinique.com\/en\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/noraclinique.com\/en\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/noraclinique.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Orthopedic Lab in Montreal\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/noraclinique.com\/en\/#website\",\"url\":\"https:\/\/noraclinique.com\/en\/\",\"name\":\"NORA Clinique du pied\",\"description\":\"Le savoir-faire qui fait la diff\u00e9rence\",\"publisher\":{\"@id\":\"https:\/\/noraclinique.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/noraclinique.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/noraclinique.com\/en\/#organization\",\"name\":\"NORA Clinique du pied\",\"url\":\"https:\/\/noraclinique.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\/\/noraclinique.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/noraclinique.com\/wp-content\/uploads\/2024\/11\/cropped-Nora_postit_3X4_Final.png\",\"contentUrl\":\"https:\/\/noraclinique.com\/wp-content\/uploads\/2024\/11\/cropped-Nora_postit_3X4_Final.png\",\"width\":512,\"height\":512,\"caption\":\"NORA Clinique du pied\"},\"image\":{\"@id\":\"https:\/\/noraclinique.com\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/noracliniquedupied\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Orthopedic Lab in Montreal","description":"Benefit from the products and services at Nora's orthopedic laboratory in Montreal. Benefit from an experienced pedorthist with over 25 years of experience!","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:\/\/noraclinique.com\/en\/","og_locale":"en_US","og_type":"article","og_title":"Orthopedic Lab in Montreal","og_description":"Benefit from the products and services at Nora's orthopedic laboratory in Montreal. Benefit from an experienced pedorthist with over 25 years of experience!","og_url":"https:\/\/noraclinique.com\/en\/","og_site_name":"NORA Clinique du pied","article_publisher":"https:\/\/www.facebook.com\/noracliniquedupied\/","article_modified_time":"2026-04-25T14:58:00+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/noraclinique.com\/en\/","url":"https:\/\/noraclinique.com\/en\/","name":"Orthopedic Lab in Montreal","isPartOf":{"@id":"https:\/\/noraclinique.com\/en\/#website"},"datePublished":"2024-11-12T03:03:32+00:00","dateModified":"2026-04-25T14:58:00+00:00","description":"Benefit from the products and services at Nora's orthopedic laboratory in Montreal. Benefit from an experienced pedorthist with over 25 years of experience!","breadcrumb":{"@id":"https:\/\/noraclinique.com\/en\/#breadcrumb"},"inLanguage":"en-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/noraclinique.com\/en\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/noraclinique.com\/en\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/noraclinique.com\/en\/"},{"@type":"ListItem","position":2,"name":"Orthopedic Lab in Montreal"}]},{"@type":"WebSite","@id":"https:\/\/noraclinique.com\/en\/#website","url":"https:\/\/noraclinique.com\/en\/","name":"NORA Clinique du pied","description":"Le savoir-faire qui fait la diff\u00e9rence","publisher":{"@id":"https:\/\/noraclinique.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/noraclinique.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-CA"},{"@type":"Organization","@id":"https:\/\/noraclinique.com\/en\/#organization","name":"NORA Clinique du pied","url":"https:\/\/noraclinique.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/noraclinique.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/noraclinique.com\/wp-content\/uploads\/2024\/11\/cropped-Nora_postit_3X4_Final.png","contentUrl":"https:\/\/noraclinique.com\/wp-content\/uploads\/2024\/11\/cropped-Nora_postit_3X4_Final.png","width":512,"height":512,"caption":"NORA Clinique du pied"},"image":{"@id":"https:\/\/noraclinique.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/noracliniquedupied\/"]}]}},"_links":{"self":[{"href":"https:\/\/noraclinique.com\/en\/wp-json\/wp\/v2\/pages\/861","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/noraclinique.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/noraclinique.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/noraclinique.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/noraclinique.com\/en\/wp-json\/wp\/v2\/comments?post=861"}],"version-history":[{"count":0,"href":"https:\/\/noraclinique.com\/en\/wp-json\/wp\/v2\/pages\/861\/revisions"}],"wp:attachment":[{"href":"https:\/\/noraclinique.com\/en\/wp-json\/wp\/v2\/media?parent=861"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}