{"id":155,"date":"2026-08-21T21:32:55","date_gmt":"2026-08-21T21:32:55","guid":{"rendered":"https:\/\/galinaprima.com\/?page_id=155"},"modified":"2026-08-21T22:56:32","modified_gmt":"2026-08-21T22:56:32","slug":"home","status":"publish","type":"page","link":"https:\/\/galinaprima.com\/en\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!-- ===================================================================\n     GABARIT SITE COURTIER IMMOBILIER \u2014 Rive-Nord de Montr\u00e9al\n     Fichier autonome (HTML + CSS + JS) \u2014 pr\u00eat \u00e0 coller dans un bloc\n     \"HTML personnalis\u00e9\" de WordPress. Aucune d\u00e9pendance externe\n     hormis les polices Google Fonts.\n\n     \u00c0 PERSONNALISER : cherchez les balises [ENTRE CROCHETS]\n     ================================================================ -->\n<div id=\"thib-site\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&#038;family=Work+Sans:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n#thib-site {\n  --dark: #111114;\n  --navy: #111827;\n  --navy-deep: #111114;\n  --gold: #e63946;\n  --gold-soft: #e63946;\n  --red-deep: #d0103a;\n  --red-light: #fdecee;\n  --cream: #ffffff;\n  --paper: #ffffff;\n  --ink: #111827;\n  --slate: #6b7280;\n  --line: #e5e7eb;\n  --radius: 2px;\n  font-family: 'Work Sans', sans-serif;\n  color: var(--ink);\n  background: var(--cream);\n  line-height: 1.55;\n  -webkit-font-smoothing: antialiased;\n}\n#thib-site *, #thib-site *::before, #thib-site *::after { box-sizing: border-box; margin: 0; padding: 0; }\n#thib-site img { max-width: 100%; display: block; }\n#thib-site a { color: inherit; text-decoration: none; }\n#thib-site ul { list-style: none; }\n#thib-site h1, #thib-site h2, #thib-site h3 {\n  font-family: 'Fraunces', serif;\n  font-weight: 500;\n  letter-spacing: -0.01em;\n  color: var(--navy);\n}\n#thib-site .wrap { max-width: 1180px; margin: 0 auto; padding: 0 32px; }\n#thib-site .eyebrow {\n  font-size: 12.5px;\n  letter-spacing: 0.16em;\n  text-transform: uppercase;\n  color: var(--gold);\n  font-weight: 600;\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  margin-bottom: 14px;\n}\n#thib-site .eyebrow::before {\n  content: \"\";\n  width: 26px;\n  height: 1px;\n  background: var(--gold);\n  display: inline-block;\n}\n#thib-site .btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 15px 30px;\n  font-size: 14.5px;\n  font-weight: 600;\n  letter-spacing: 0.02em;\n  border-radius: var(--radius);\n  border: 1px solid transparent;\n  cursor: pointer;\n  transition: all .25s ease;\n}\n#thib-site .btn-gold { background: var(--gold); color: #fff; }\n#thib-site .btn-gold:hover { background: var(--red-deep); }\n#thib-site .btn-outline { border-color: rgba(255,255,255,0.35); color: #fff; }\n#thib-site .btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.08); }\n#thib-site .btn-navy { background: var(--gold); color: #fff; }\n#thib-site .btn-navy:hover { background: var(--red-deep); }\n\n\/* ---------- HEADER ---------- *\/\n#thib-site .site-header {\n  position: sticky; top: 0; z-index: 50;\n  background: rgba(255,255,255,0.92);\n  backdrop-filter: blur(8px);\n  border-bottom: 1px solid var(--line);\n}\n#thib-site .header-inner {\n  display: flex; align-items: center; justify-content: space-between;\n  padding: 20px 32px; max-width: 1180px; margin: 0 auto;\n}\n#thib-site .logo {\n  font-family: 'Fraunces', serif;\n  font-size: 21px; font-weight: 600; color: var(--navy);\n  letter-spacing: -0.01em;\n}\n#thib-site .logo span { color: var(--gold); }\n#thib-site .nav-links {\n  display: flex; gap: 40px; font-size: 14.5px; font-weight: 500;\n}\n#thib-site .nav-links a { position: relative; color: var(--navy); padding: 4px 0; }\n#thib-site .nav-links a::after {\n  content: \"\"; position: absolute; left: 0; bottom: -2px;\n  width: 0; height: 1px; background: var(--gold);\n  transition: width .25s ease;\n}\n#thib-site .nav-links a:hover::after { width: 100%; }\n#thib-site .header-actions { display: flex; align-items: center; gap: 24px; }\n#thib-site .burger { display: none; }\n\n\/* ---------- HERO ---------- *\/\n#thib-site .hero {\n  position: relative;\n  background: linear-gradient(155deg, var(--navy) 0%, var(--navy-deep) 78%);\n  overflow: hidden;\n  padding: 110px 0 0;\n}\n#thib-site .hero::before {\n  content: \"\";\n  position: absolute; inset: 0;\n  background-image:\n    linear-gradient(rgba(230,57,70,0.10) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(230,57,70,0.10) 1px, transparent 1px);\n  background-size: 64px 64px;\n  mask-image: linear-gradient(180deg, transparent, rgba(0,0,0,0.5) 40%, transparent 90%);\n  pointer-events: none;\n}\n#thib-site .hero-inner {\n  position: relative;\n  max-width: 1180px; margin: 0 auto; padding: 60px 32px 0;\n  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: end;\n}\n#thib-site .hero h1 {\n  font-size: clamp(38px, 4.6vw, 58px);\n  line-height: 1.08;\n  color: #fff;\n  max-width: 15ch;\n}\n#thib-site .hero h1 em { font-style: italic; color: var(--gold-soft); }\n#thib-site .hero p {\n  color: rgba(255,255,255,0.72);\n  font-size: 17px; max-width: 46ch;\n  margin: 22px 0 34px;\n}\n#thib-site .hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }\n#thib-site .hero-media { position: relative; }\n#thib-site .hero-media .frame {\n  position: relative;\n  aspect-ratio: 4\/5;\n  border-radius: var(--radius);\n  overflow: hidden;\n  background: #263553 url('https:\/\/images.unsplash.com\/photo-1600585154340-be6161a56a0c?q=80&w=900&auto=format&fit=crop') center\/cover;\n  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.5);\n}\n#thib-site .hero-media .frame::after {\n  content: \"\";\n  position: absolute; inset: 0;\n  background: linear-gradient(180deg, transparent 55%, rgba(12,22,38,0.55) 100%);\n}\n#thib-site .hero-tag {\n  position: absolute; left: -18px; bottom: 26px;\n  background: var(--red-light);\n  padding: 16px 22px;\n  border-left: 3px solid var(--gold);\n  box-shadow: 0 18px 40px -14px rgba(12,22,38,0.35);\n  font-size: 13px; max-width: 210px;\n}\n#thib-site .hero-tag strong { display: block; font-family: 'Fraunces', serif; font-size: 15px; color: var(--navy); margin-bottom: 2px; }\n#thib-site .hero-strip {\n  border-top: 1px solid rgba(255,255,255,0.12);\n  margin-top: 64px;\n}\n#thib-site .hero-strip .wrap {\n  display: flex; gap: 56px; padding: 22px 32px;\n  color: rgba(255,255,255,0.55); font-size: 13px; letter-spacing: 0.04em;\n}\n\n\/* ---------- SERVICES ---------- *\/\n#thib-site .services { padding: 120px 0 100px; }\n#thib-site .services-head {\n  text-align: center; max-width: 640px; margin: 0 auto 64px;\n}\n#thib-site .services-head h2 {\n  font-size: clamp(28px, 3.4vw, 38px);\n  line-height: 1.2;\n}\n#thib-site .services-head .sub { color: var(--red-deep); font-style: italic; font-family: 'Fraunces', serif; font-size: 20px; }\n#thib-site .service-grid {\n  display: grid; grid-template-columns: 1fr 1fr; gap: 28px;\n}\n#thib-site .service-card {\n  background: var(--paper);\n  border: 1px solid var(--line);\n  padding: 44px 38px;\n  position: relative;\n  transition: transform .3s ease, box-shadow .3s ease;\n}\n#thib-site .service-card:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 24px 50px -24px rgba(20,34,56,0.25);\n}\n#thib-site .service-card .num {\n  font-family: 'Fraunces', serif; font-style: italic;\n  font-size: 15px; color: var(--red-deep); margin-bottom: 20px; display: block;\n}\n#thib-site .service-card h3 { font-size: 24px; margin-bottom: 14px; }\n#thib-site .service-card p { color: var(--slate); font-size: 15px; }\n#thib-site .service-card .arrow {\n  margin-top: 26px; display: inline-flex; align-items: center; gap: 8px;\n  font-size: 13.5px; font-weight: 600; color: var(--navy);\n}\n\n\/* ---------- STATS ---------- *\/\n#thib-site .stats {\n  background: var(--navy-deep);\n  padding: 70px 0;\n}\n#thib-site .stats .wrap {\n  display: flex; justify-content: center; gap: 110px; text-align: center;\n}\n#thib-site .stat-num {\n  font-family: 'Fraunces', serif; font-size: 52px; color: var(--gold-soft); line-height: 1;\n}\n#thib-site .stat-label {\n  margin-top: 10px; color: rgba(255,255,255,0.65);\n  font-size: 13.5px; letter-spacing: 0.06em; text-transform: uppercase;\n}\n#thib-site .stats-divider {\n  width: 1px; background: rgba(255,255,255,0.15);\n}\n\n\/* ---------- TESTIMONIALS ---------- *\/\n#thib-site .testimonials { padding: 110px 0; }\n#thib-site .testimonials-head { text-align: center; max-width: 560px; margin: 0 auto 56px; }\n#thib-site .testimonials-head h2 { font-size: clamp(28px, 3.4vw, 36px); }\n#thib-site .t-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }\n#thib-site .t-card {\n  background: var(--paper); border: 1px solid var(--line);\n  padding: 32px; display: flex; flex-direction: column; gap: 18px;\n}\n#thib-site .t-stars { color: var(--gold); letter-spacing: 3px; font-size: 14px; }\n#thib-site .t-card p { color: var(--ink); font-size: 15px; flex-grow: 1; }\n#thib-site .t-author { display: flex; align-items: center; gap: 12px; }\n#thib-site .t-avatar {\n  width: 38px; height: 38px; border-radius: 50%;\n  background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center;\n  font-family: 'Fraunces', serif; font-size: 14px;\n}\n#thib-site .t-name { font-size: 14px; font-weight: 600; color: var(--navy); }\n#thib-site .t-role { font-size: 12.5px; color: var(--slate); }\n\n\/* ---------- CONTACT ---------- *\/\n#thib-site .contact {\n  background: var(--navy-deep);\n  padding: 110px 0;\n  color: #fff;\n}\n#thib-site .contact-grid {\n  display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 64px;\n}\n#thib-site .contact-info h2 { color: #fff; font-size: clamp(28px, 3.2vw, 36px); margin-bottom: 18px; }\n#thib-site .contact-info p { color: rgba(255,255,255,0.6); margin-bottom: 40px; max-width: 40ch; }\n#thib-site .contact-list { display: flex; flex-direction: column; gap: 22px; }\n#thib-site .contact-list li { display: flex; gap: 16px; align-items: flex-start; font-size: 14.5px; }\n#thib-site .contact-list .ic {\n  width: 34px; height: 34px; border: 1px solid rgba(230,57,70,0.5); border-radius: 50%;\n  display: flex; align-items: center; justify-content: center; color: var(--gold-soft); flex-shrink: 0; font-size: 14px;\n}\n#thib-site .contact-list .lbl { color: rgba(255,255,255,0.5); font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 3px; }\n\n#thib-site .form-card { background: var(--paper); padding: 40px; border-radius: var(--radius); }\n#thib-site .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }\n#thib-site .field { display: flex; flex-direction: column; gap: 6px; }\n#thib-site .field label { font-size: 12.5px; color: var(--slate); font-weight: 600; letter-spacing: 0.02em; }\n#thib-site .field input, #thib-site .field select, #thib-site .field textarea {\n  border: 1px solid var(--line); background: var(--red-light);\n  padding: 12px 14px; font-family: inherit; font-size: 14.5px; color: var(--ink);\n  border-radius: var(--radius);\n}\n#thib-site .field input:focus, #thib-site .field select:focus, #thib-site .field textarea:focus {\n  outline: none; border-color: var(--gold);\n}\n#thib-site .field.full { grid-column: 1 \/ -1; }\n#thib-site .form-card .btn { width: 100%; justify-content: center; margin-top: 8px; }\n#thib-site .consent { display: flex; gap: 10px; align-items: flex-start; font-size: 12.5px; color: var(--slate); margin: 14px 0; }\n#thib-site .consent input { margin-top: 3px; }\n\n\/* ---------- FOOTER ---------- *\/\n#thib-site .site-footer { background: var(--navy-deep); border-top: 1px solid rgba(255,255,255,0.08); padding: 50px 0 28px; color: rgba(255,255,255,0.5); }\n#thib-site .footer-inner { display: flex; justify-content: space-between; align-items: center; font-size: 13px; flex-wrap: wrap; gap: 16px; }\n#thib-site .footer-inner .logo { color: #fff; font-size: 17px; }\n\n\/* ---------- RESPONSIVE ---------- *\/\n@media (max-width: 880px) {\n  #thib-site .nav-links, #thib-site .header-actions .btn { display: none; }\n  #thib-site .hero-inner { grid-template-columns: 1fr; }\n  #thib-site .hero-media { max-width: 340px; }\n  #thib-site .service-grid { grid-template-columns: 1fr; }\n  #thib-site .stats .wrap { gap: 50px; flex-wrap: wrap; }\n  #thib-site .t-grid { grid-template-columns: 1fr; }\n  #thib-site .contact-grid { grid-template-columns: 1fr; }\n  #thib-site .form-row { grid-template-columns: 1fr; }\n}\n<\/style>\n\n<!-- ================= HEADER ================= -->\n<header class=\"site-header\">\n  <div class=\"header-inner\">\n    <a href=\"#\" class=\"logo\">[Pr\u00e9nom Nom]<span>.<\/span><\/a>\n    <nav class=\"nav-links\">\n      <a href=\"#services\">Services<\/a>\n      <a href=\"#apropos\">\u00c0 propos<\/a>\n      <a href=\"#temoignages\">T\u00e9moignages<\/a>\n      <a href=\"#contact\">Contact<\/a>\n    <\/nav>\n    <div class=\"header-actions\">\n      <a href=\"#contact\" class=\"btn btn-navy\">Prendre rendez-vous<\/a>\n    <\/div>\n  <\/div>\n<\/header>\n\n<!-- ================= HERO ================= -->\n<section class=\"hero\">\n  <div class=\"hero-inner\">\n    <div class=\"hero-copy\">\n      <span class=\"eyebrow\">Courtier immobilier<\/span>\n      <h1>Votre partenaire <em>de confiance<\/em> sur la rive-nord de Montr\u00e9al<\/h1>\n      <p>De l&rsquo;\u00e9valuation \u00e0 la signature finale, un accompagnement personnalis\u00e9 pour vendre ou acheter en toute s\u00e9r\u00e9nit\u00e9.<\/p>\n      <div class=\"hero-actions\">\n        <a href=\"#contact\" class=\"btn btn-gold\">Prendre rendez-vous<\/a>\n        <a href=\"#services\" class=\"btn btn-outline\">D\u00e9couvrir nos services<\/a>\n      <\/div>\n    <\/div>\n    <div class=\"hero-media\">\n      <div class=\"frame\"><\/div>\n      <div class=\"hero-tag\"><strong>\u00c9valuation gratuite<\/strong>Recevez une estimation pr\u00e9cise de votre propri\u00e9t\u00e9.<\/div>\n    <\/div>\n  <\/div>\n  <div class=\"hero-strip\">\n    <div class=\"wrap\">\n      <span>RIVE-NORD DE MONTR\u00c9AL<\/span>\n      <span>ACHAT \u00b7 VENTE \u00b7 \u00c9VALUATION<\/span>\n      <span>ACCOMPAGNEMENT PERSONNALIS\u00c9<\/span>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ================= SERVICES ================= -->\n<section class=\"services\" id=\"services\">\n  <div class=\"wrap\">\n    <div class=\"services-head\">\n      <span class=\"eyebrow\" style=\"justify-content:center\">Nos services<\/span>\n      <h2>Nous sommes vos sp\u00e9cialistes de l&rsquo;immobilier<br><span class=\"sub\">sur la rive-nord de Montr\u00e9al<\/span><\/h2>\n    <\/div>\n    <div class=\"service-grid\">\n      <div class=\"service-card\">\n        <span class=\"num\">Accompagnement<\/span>\n        <h3>Pour vendre<\/h3>\n        <p>Un service complet d&rsquo;accompagnement \u00e0 la vente de votre propri\u00e9t\u00e9. De l&rsquo;\u00e9valuation pr\u00e9cise \u00e0 la mise en march\u00e9 strat\u00e9gique, nous assurons une gestion efficace et personnalis\u00e9e.<\/p>\n        <span class=\"arrow\">En savoir plus \u2192<\/span>\n      <\/div>\n      <div class=\"service-card\">\n        <span class=\"num\">Accompagnement<\/span>\n        <h3>Pour acheter<\/h3>\n        <p>Une \u00e9coute attentive et une connaissance approfondie du march\u00e9 pour identifier les meilleures opportunit\u00e9s et n\u00e9gocier les conditions les plus favorables pour vous.<\/p>\n        <span class=\"arrow\">En savoir plus \u2192<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ================= STATS ================= -->\n<section class=\"stats\" id=\"apropos\">\n  <div class=\"wrap\">\n    <div>\n      <div class=\"stat-num\">5+<\/div>\n      <div class=\"stat-label\">Ans d&rsquo;exp\u00e9rience<\/div>\n    <\/div>\n    <div class=\"stats-divider\"><\/div>\n    <div>\n      <div class=\"stat-num\">50+<\/div>\n      <div class=\"stat-label\">Familles accompagn\u00e9es<\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ================= T\u00c9MOIGNAGES ================= -->\n<section class=\"testimonials\" id=\"temoignages\">\n  <div class=\"wrap\">\n    <div class=\"testimonials-head\">\n      <span class=\"eyebrow\" style=\"justify-content:center\">T\u00e9moignages<\/span>\n      <h2>La confiance de nos clients<\/h2>\n    <\/div>\n    <div class=\"t-grid\">\n      <div class=\"t-card\">\n        <div class=\"t-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p>\u00ab Un accompagnement clair et proactif du d\u00e9but \u00e0 la fin. Je recommande sans h\u00e9siter. \u00bb<\/p>\n        <div class=\"t-author\">\n          <div class=\"t-avatar\">M<\/div>\n          <div><div class=\"t-name\">[Pr\u00e9nom N.]<\/div><div class=\"t-role\">Vente d&rsquo;une propri\u00e9t\u00e9<\/div><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"t-card\">\n        <div class=\"t-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p>\u00ab Une connaissance du march\u00e9 impressionnante et une n\u00e9gociation qui a fait toute la diff\u00e9rence. \u00bb<\/p>\n        <div class=\"t-author\">\n          <div class=\"t-avatar\">P<\/div>\n          <div><div class=\"t-name\">[Pr\u00e9nom N.]<\/div><div class=\"t-role\">Achat d&rsquo;une propri\u00e9t\u00e9<\/div><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"t-card\">\n        <div class=\"t-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p>\u00ab Disponible, honn\u00eate et toujours \u00e0 l&rsquo;\u00e9coute de nos besoins. Merci pour votre professionnalisme. \u00bb<\/p>\n        <div class=\"t-author\">\n          <div class=\"t-avatar\">S<\/div>\n          <div><div class=\"t-name\">[Pr\u00e9nom N.]<\/div><div class=\"t-role\">\u00c9valuation gratuite<\/div><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ================= CONTACT ================= -->\n<section class=\"contact\" id=\"contact\">\n  <div class=\"wrap contact-grid\">\n    <div class=\"contact-info\">\n      <span class=\"eyebrow\">Contact<\/span>\n      <h2>Parlons de votre projet<\/h2>\n      <p>Pour vendre, acheter ou r\u00e9pondre \u00e0 toute question, contactez-nous. Nous sommes \u00e0 l&rsquo;\u00e9coute de vos besoins.<\/p>\n      <ul class=\"contact-list\">\n        <li><span class=\"ic\">\u260e<\/span><div><div class=\"lbl\">T\u00e9l\u00e9phone<\/div>[XXX] XXX-XXXX<\/div><\/li>\n        <li><span class=\"ic\">\u2709<\/span><div><div class=\"lbl\">Courriel<\/div>info@[votredomaine].com<\/div><\/li>\n        <li><span class=\"ic\">\ud83d\udccd<\/span><div><div class=\"lbl\">Adresse<\/div>[Adresse], Rive-Nord, Qu\u00e9bec<\/div><\/li>\n      <\/ul>\n    <\/div>\n    <form class=\"form-card\" onsubmit=\"event.preventDefault(); this.querySelector('.btn').textContent='Message envoy\u00e9 \u2713';\">\n      <div class=\"form-row\">\n        <div class=\"field\"><label>Pr\u00e9nom<\/label><input type=\"text\" required><\/div>\n        <div class=\"field\"><label>Nom<\/label><input type=\"text\" required><\/div>\n      <\/div>\n      <div class=\"form-row\">\n        <div class=\"field\"><label>Adresse courriel<\/label><input type=\"email\" required><\/div>\n        <div class=\"field\"><label>T\u00e9l\u00e9phone<\/label><input type=\"tel\"><\/div>\n      <\/div>\n      <div class=\"field full\" style=\"margin-bottom:16px;\">\n        <label>Service souhait\u00e9<\/label>\n        <select>\n          <option>S\u00e9lectionnez un service<\/option>\n          <option>Vente de propri\u00e9t\u00e9<\/option>\n          <option>Achat de propri\u00e9t\u00e9<\/option>\n          <option>\u00c9valuation gratuite<\/option>\n          <option>Autre<\/option>\n        <\/select>\n      <\/div>\n      <div class=\"field full\" style=\"margin-bottom:0;\">\n        <label>Message<\/label>\n        <textarea rows=\"4\"><\/textarea>\n      <\/div>\n      <label class=\"consent\"><input type=\"checkbox\"> J&rsquo;accepte de recevoir des communications concernant mon projet immobilier.<\/label>\n      <button type=\"submit\" class=\"btn btn-gold\">Envoyer le message<\/button>\n    <\/form>\n  <\/div>\n<\/section>\n\n<!-- ================= FOOTER ================= -->\n<footer class=\"site-footer\">\n  <div class=\"wrap footer-inner\">\n    <a href=\"#\" class=\"logo\">[Pr\u00e9nom Nom]<span style=\"color:var(--gold)\">.<\/span><\/a>\n    <div>\u00a9 2026 [Pr\u00e9nom Nom] \u2014 Courtier immobilier. Tous droits r\u00e9serv\u00e9s.<\/div>\n  <\/div>\n<\/footer>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>[Pr\u00e9nom Nom]. Services \u00c0 propos T\u00e9moignages Contact Prendre rendez-vous Courtier immobilier Votre partenaire de confiance sur la rive-nord de Montr\u00e9al De l&rsquo;\u00e9valuation \u00e0 la signature finale, un accompagnement personnalis\u00e9 pour vendre ou acheter en toute s\u00e9r\u00e9nit\u00e9. Prendre rendez-vous D\u00e9couvrir nos services \u00c9valuation gratuiteRecevez une estimation pr\u00e9cise de votre propri\u00e9t\u00e9. RIVE-NORD DE MONTR\u00c9AL ACHAT \u00b7 VENTE [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"galina","meta":{"_monsterinsights_skip_tracking":false,"footnotes":""},"class_list":["post-155","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/galinaprima.com\/en\/wp-json\/wp\/v2\/pages\/155","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/galinaprima.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/galinaprima.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/galinaprima.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/galinaprima.com\/en\/wp-json\/wp\/v2\/comments?post=155"}],"version-history":[{"count":2,"href":"https:\/\/galinaprima.com\/en\/wp-json\/wp\/v2\/pages\/155\/revisions"}],"predecessor-version":[{"id":161,"href":"https:\/\/galinaprima.com\/en\/wp-json\/wp\/v2\/pages\/155\/revisions\/161"}],"wp:attachment":[{"href":"https:\/\/galinaprima.com\/en\/wp-json\/wp\/v2\/media?parent=155"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}