{"id":45,"date":"2026-07-12T18:24:19","date_gmt":"2026-07-12T18:24:19","guid":{"rendered":"https:\/\/zaavdys.cluster121.hosting.ovh.net\/?page_id=45"},"modified":"2026-07-13T21:29:22","modified_gmt":"2026-07-13T21:29:22","slug":"accueil","status":"publish","type":"page","link":"https:\/\/investir-a-lorient.bzh\/","title":{"rendered":"Accueil"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"45\" class=\"elementor elementor-45\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6a4ba98 e-flex e-con-boxed e-con e-parent\" data-id=\"6a4ba98\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ee74e6 elementor-widget elementor-widget-html\" data-id=\"3ee74e6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Investir \u00e0 Lorient \u2014 Conseil en Investissement Immobilier<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Outfit:wght@300;400;500;600&display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --orange: #D45F1A;\n    --orange-light: #E8752E;\n    --orange-pale: #FDF0E8;\n    --navy: #1C2B4A;\n    --navy-light: #2E4170;\n    --white: #FFFFFF;\n    --cream: #FAFAF8;\n    --grey: #6B7280;\n    --grey-light: #F3F4F6;\n    --border: #E5E7EB;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  html { scroll-behavior: smooth; }\n\n  body {\n    font-family: 'Outfit', sans-serif;\n    color: var(--navy);\n    background: var(--white);\n    overflow-x: hidden;\n  }\n\n  \/* ===== HEADER ===== *\/\n  .ial-header {\n    position: fixed;\n    top: 0; left: 0; right: 0;\n    z-index: 100;\n    background: rgba(255,255,255,0.95);\n    backdrop-filter: blur(12px);\n    border-bottom: 1px solid var(--border);\n    padding: 0 5%;\n    height: 72px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    transition: box-shadow 0.3s;\n  }\n  .ial-header.scrolled { box-shadow: 0 4px 24px rgba(28,43,74,0.08); }\n\n  .logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }\n  .logo-mark {\n    height: 44px;\n    display: flex; align-items: center; justify-content: center;\n  }\n  .logo-text { display: flex; flex-direction: column; }\n  .logo-name {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 17px; font-weight: 700;\n    color: var(--navy);\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    line-height: 1.1;\n  }\n  .logo-tagline {\n    font-size: 9px; font-weight: 400;\n    color: var(--orange);\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    margin-top: 2px;\n  }\n\n  .ial-nav { display: flex; align-items: center; gap: 32px; }\n  .ial-nav a {\n    text-decoration: none;\n    font-size: 14px; font-weight: 400;\n    color: var(--navy);\n    letter-spacing: 0.02em;\n    position: relative;\n    transition: color 0.2s;\n  }\n  .ial-nav a::after {\n    content: '';\n    position: absolute;\n    bottom: -4px; left: 0;\n    width: 0; height: 2px;\n    background: var(--orange);\n    transition: width 0.25s;\n  }\n  .ial-nav a:hover { color: var(--orange); }\n  .ial-nav a:hover::after { width: 100%; }\n\n  .btn-header {\n    background: var(--orange);\n    color: var(--white) !important;\n    padding: 10px 22px;\n    border-radius: 4px;\n    font-weight: 500;\n    transition: background 0.2s, transform 0.2s;\n  }\n  .btn-header::after { display: none; }\n  .btn-header:hover { background: var(--orange-light); color: var(--white) !important; transform: translateY(-1px); }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: linear-gradient(160deg, var(--navy) 0%, #16233E 60%, #101A30 100%);\n    color: var(--white);\n    padding: 170px 5% 110px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -120px; right: -120px;\n    width: 480px; height: 480px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(212,95,26,0.18) 0%, transparent 70%);\n  }\n  .hero-inner { max-width: 1100px; margin: 0 auto; position: relative; }\n  .hero-badge {\n    display: inline-flex; align-items: center; gap: 8px;\n    background: rgba(212,95,26,0.14);\n    border: 1px solid rgba(212,95,26,0.4);\n    color: #F5B27E;\n    font-size: 13px; font-weight: 400;\n    letter-spacing: 0.06em;\n    padding: 7px 16px;\n    border-radius: 100px;\n    margin-bottom: 28px;\n  }\n  .hero-badge .dot {\n    width: 7px; height: 7px; border-radius: 50%;\n    background: var(--orange-light);\n    animation: pulse 2s infinite;\n  }\n  @keyframes pulse {\n    0%, 100% { opacity: 1; }\n    50% { opacity: 0.35; }\n  }\n  .hero h1 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(38px, 5.4vw, 62px);\n    font-weight: 600;\n    line-height: 1.12;\n    max-width: 760px;\n    margin-bottom: 24px;\n  }\n  .hero h1 em {\n    font-style: italic;\n    color: var(--orange-light);\n  }\n  .hero p {\n    font-size: 18px; font-weight: 300;\n    line-height: 1.65;\n    color: rgba(255,255,255,0.78);\n    max-width: 640px;\n    margin-bottom: 40px;\n  }\n  .hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }\n  .btn-primary {\n    display: inline-flex; align-items: center; gap: 10px;\n    background: var(--orange);\n    color: var(--white);\n    text-decoration: none;\n    padding: 15px 30px;\n    border-radius: 4px;\n    font-size: 15px; font-weight: 500;\n    letter-spacing: 0.02em;\n    transition: background 0.2s, transform 0.2s;\n  }\n  .btn-primary:hover { background: var(--orange-light); transform: translateY(-2px); }\n  .btn-ghost {\n    display: inline-flex; align-items: center; gap: 10px;\n    background: transparent;\n    color: var(--white);\n    text-decoration: none;\n    padding: 15px 30px;\n    border: 1px solid rgba(255,255,255,0.28);\n    border-radius: 4px;\n    font-size: 15px; font-weight: 400;\n    transition: border-color 0.2s, background 0.2s;\n  }\n  .btn-ghost:hover { border-color: var(--orange-light); background: rgba(212,95,26,0.1); }\n\n  \/* ===== SECTION COMMONS ===== *\/\n  .section { padding: 96px 5%; }\n  .section-inner { max-width: 1100px; margin: 0 auto; }\n  .eyebrow {\n    font-size: 12px; font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--orange);\n    margin-bottom: 14px;\n  }\n  .section-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(30px, 3.6vw, 42px);\n    font-weight: 600;\n    line-height: 1.15;\n    margin-bottom: 18px;\n  }\n  .section-sub {\n    font-size: 17px; font-weight: 300;\n    color: var(--grey);\n    line-height: 1.65;\n    max-width: 680px;\n  }\n\n  \/* ===== SERVICES ===== *\/\n  .services { background: var(--cream); }\n  .services-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 28px;\n    margin-top: 56px;\n  }\n  .service-card {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    padding: 38px 32px;\n    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;\n  }\n  .service-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 20px 44px rgba(28,43,74,0.1);\n    border-color: rgba(212,95,26,0.35);\n  }\n  .service-icon {\n    width: 52px; height: 52px;\n    border-radius: 8px;\n    background: var(--orange-pale);\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 24px;\n    color: var(--orange);\n  }\n  .service-card h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 24px; font-weight: 700;\n    margin-bottom: 14px;\n  }\n  .service-card p {\n    font-size: 15px; font-weight: 300;\n    color: var(--grey);\n    line-height: 1.65;\n    margin-bottom: 18px;\n  }\n  .service-card ul { list-style: none; }\n  .service-card li {\n    font-size: 14px;\n    color: var(--navy);\n    padding: 7px 0 7px 26px;\n    position: relative;\n  }\n  .service-card li::before {\n    content: '';\n    position: absolute;\n    left: 0; top: 13px;\n    width: 14px; height: 2px;\n    background: var(--orange);\n  }\n\n  \/* ===== APPROCHE ===== *\/\n  .why-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 24px;\n    margin-top: 52px;\n  }\n  .why-item {\n    display: flex; gap: 20px;\n    padding: 28px;\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    background: var(--white);\n    transition: border-color 0.25s, box-shadow 0.25s;\n  }\n  .why-item:hover {\n    border-color: rgba(212,95,26,0.35);\n    box-shadow: 0 12px 32px rgba(28,43,74,0.07);\n  }\n  .why-num {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 34px;\n    font-weight: 600;\n    font-style: italic;\n    color: var(--orange);\n    line-height: 1;\n    min-width: 44px;\n  }\n  .why-item h4 { font-size: 17px; font-weight: 600; margin-bottom: 8px; }\n  .why-item p { font-size: 14px; font-weight: 300; color: var(--grey); line-height: 1.6; }\n\n  \/* ===== ZONE ===== *\/\n  .zone { background: var(--navy); color: var(--white); }\n  .zone .section-title { color: var(--white); }\n  .zone .section-sub { color: rgba(255,255,255,0.7); }\n  .zone-flex {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 64px;\n    align-items: center;\n    margin-top: 20px;\n  }\n  .communes { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }\n  .commune {\n    padding: 10px 20px;\n    border: 1px solid rgba(255,255,255,0.22);\n    border-radius: 100px;\n    font-size: 14px;\n    font-weight: 300;\n    color: rgba(255,255,255,0.85);\n    transition: border-color 0.2s, background 0.2s, color 0.2s;\n  }\n  .commune:hover {\n    border-color: var(--orange-light);\n    background: rgba(212,95,26,0.14);\n    color: var(--white);\n  }\n  .commune.main {\n    background: var(--orange);\n    border-color: var(--orange);\n    color: var(--white);\n    font-weight: 500;\n  }\n  .zone-visual { display: flex; justify-content: center; }\n  .compass {\n    width: 260px; height: 260px;\n    border: 1px solid rgba(255,255,255,0.16);\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    position: relative;\n  }\n  .compass::before {\n    content: '';\n    position: absolute;\n    inset: 26px;\n    border: 1px dashed rgba(212,95,26,0.45);\n    border-radius: 50%;\n    animation: rotate 40s linear infinite;\n  }\n  @keyframes rotate { to { transform: rotate(360deg); } }\n  .compass-center {\n    text-align: center;\n    font-family: 'Cormorant Garamond', serif;\n  }\n  .compass-center .city {\n    font-size: 26px; font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n  .compass-center .radius {\n    font-size: 13px;\n    font-family: 'Outfit', sans-serif;\n    font-weight: 300;\n    color: rgba(255,255,255,0.6);\n    margin-top: 6px;\n  }\n\n  \/* ===== CONTACT ===== *\/\n  .contact { background: var(--cream); }\n  .contact-grid {\n    display: grid;\n    grid-template-columns: 1fr 1.2fr;\n    gap: 64px;\n    margin-top: 20px;\n  }\n  .contact-info-item {\n    display: flex; align-items: center; gap: 16px;\n    margin-top: 28px;\n  }\n  .contact-info-icon {\n    width: 46px; height: 46px;\n    border-radius: 8px;\n    background: var(--orange-pale);\n    display: flex; align-items: center; justify-content: center;\n    color: var(--orange);\n    flex-shrink: 0;\n  }\n  .contact-info-item a {\n    color: var(--navy);\n    text-decoration: none;\n    font-size: 16px;\n    font-weight: 500;\n    transition: color 0.2s;\n  }\n  .contact-info-item a:hover { color: var(--orange); }\n  .contact-info-item .label {\n    font-size: 12px;\n    color: var(--grey);\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    margin-bottom: 3px;\n  }\n  .contact-form-card {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    padding: 40px;\n    box-shadow: 0 16px 44px rgba(28,43,74,0.07);\n  }\n\n  \/* ===== STYLE DU FORMULAIRE WPFORMS ===== *\/\n  .contact-form-card .wpforms-container input[type=text],\n  .contact-form-card .wpforms-container input[type=email],\n  .contact-form-card .wpforms-container input[type=tel],\n  .contact-form-card .wpforms-container select,\n  .contact-form-card .wpforms-container textarea {\n    width: 100% !important;\n    border: 1px solid var(--border) !important;\n    border-radius: 6px !important;\n    padding: 13px 16px !important;\n    font-family: 'Outfit', sans-serif !important;\n    font-size: 15px !important;\n    color: var(--navy) !important;\n    background: var(--cream) !important;\n    transition: border-color 0.2s !important;\n  }\n  .contact-form-card .wpforms-container input:focus,\n  .contact-form-card .wpforms-container textarea:focus {\n    border-color: var(--orange) !important;\n    outline: none !important;\n    box-shadow: 0 0 0 3px rgba(212,95,26,0.12) !important;\n  }\n  .contact-form-card .wpforms-container .wpforms-field-label {\n    font-family: 'Outfit', sans-serif !important;\n    font-size: 13px !important;\n    font-weight: 500 !important;\n    color: var(--navy) !important;\n    letter-spacing: 0.03em !important;\n  }\n  .contact-form-card .wpforms-container button[type=submit] {\n    background: var(--orange) !important;\n    color: var(--white) !important;\n    border: none !important;\n    border-radius: 6px !important;\n    padding: 15px 32px !important;\n    font-family: 'Outfit', sans-serif !important;\n    font-size: 15px !important;\n    font-weight: 500 !important;\n    letter-spacing: 0.02em !important;\n    cursor: pointer !important;\n    transition: background 0.2s, transform 0.2s !important;\n    width: 100% !important;\n  }\n  .contact-form-card .wpforms-container button[type=submit]:hover {\n    background: var(--orange-light) !important;\n    transform: translateY(-1px) !important;\n  }\n\n  \/* ===== FOOTER ===== *\/\n  .ial-footer {\n    background: var(--navy);\n    color: rgba(255,255,255,0.72);\n    padding: 64px 5% 32px;\n  }\n  .footer-grid {\n    max-width: 1100px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 2fr 1fr 1fr;\n    gap: 48px;\n    padding-bottom: 44px;\n    border-bottom: 1px solid rgba(255,255,255,0.12);\n  }\n  .footer-brand .logo-name { color: var(--white); }\n  .footer-brand p {\n    font-size: 14px; font-weight: 300;\n    line-height: 1.65;\n    margin-top: 16px;\n    max-width: 320px;\n  }\n  .footer-col-title {\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--white);\n    margin-bottom: 18px;\n  }\n  .footer-links { list-style: none; }\n  .footer-links li { margin-bottom: 11px; }\n  .footer-links a {\n    color: rgba(255,255,255,0.72);\n    text-decoration: none;\n    font-size: 14px;\n    font-weight: 300;\n    transition: color 0.2s;\n  }\n  .footer-links a:hover { color: var(--orange-light); }\n  .footer-bottom {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding-top: 28px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    flex-wrap: wrap;\n    gap: 12px;\n    font-size: 13px;\n    font-weight: 300;\n  }\n  .footer-legal { display: flex; gap: 24px; }\n  .footer-legal a {\n    color: rgba(255,255,255,0.6);\n    text-decoration: none;\n    transition: color 0.2s;\n  }\n  .footer-legal a:hover { color: var(--orange-light); }\n\n  \/* ===== LEGAL ===== *\/\n  .legal {\n    background: var(--grey-light);\n    padding: 56px 5%;\n  }\n  .legal-inner { max-width: 1100px; margin: 0 auto; }\n  .legal h5 {\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--navy);\n    margin-bottom: 12px;\n  }\n  .legal p {\n    font-size: 13px;\n    font-weight: 300;\n    color: var(--grey);\n    line-height: 1.7;\n    max-width: 900px;\n    margin-bottom: 28px;\n  }\n\n  \/* ===== REVEAL ===== *\/\n  .reveal {\n    opacity: 0;\n    transform: translateY(24px);\n    transition: opacity 0.7s ease, transform 0.7s ease;\n  }\n  .reveal.visible { opacity: 1; transform: translateY(0); }\n  @media (prefers-reduced-motion: reduce) {\n    .reveal { opacity: 1; transform: none; transition: none; }\n    .compass::before { animation: none; }\n  }\n\n  \/* ===== RESPONSIVE ===== *\/\n  @media (max-width: 900px) {\n    .ial-nav a:not(.btn-header) { display: none; }\n    .services-grid { grid-template-columns: 1fr; }\n    .why-grid { grid-template-columns: 1fr; }\n    .zone-flex { grid-template-columns: 1fr; gap: 44px; }\n    .zone-visual { order: -1; }\n    .contact-grid { grid-template-columns: 1fr; gap: 44px; }\n    .footer-grid { grid-template-columns: 1fr; gap: 36px; }\n    .section { padding: 72px 5%; }\n    .hero { padding: 140px 5% 80px; }\n  }\n  #carteZone {\n    width: 100%;\n    max-width: 500px;\n    height: 380px;\n    border-radius: 12px;\n    border: 1px solid rgba(255,255,255,0.18);\n    box-shadow: 0 24px 60px rgba(0,0,0,0.35);\n    z-index: 1;\n  }\n  .tooltip-lorient {\n    background: #D45F1A; color: #fff; border: none;\n    font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 13px;\n    border-radius: 4px; box-shadow: 0 4px 12px rgba(0,0,0,0.3);\n  }\n  .tooltip-lorient::before { border-top-color: #D45F1A !important; }\n  .tooltip-commune {\n    background: #1C2B4A; color: #fff; border: none;\n    font-family: 'Outfit', sans-serif; font-size: 12px; border-radius: 4px;\n  }\n  @media (max-width: 900px) {\n    #carteZone { height: 300px; max-width: 100%; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- HEADER -->\n<header class=\"ial-header\" id=\"ialHeader\">\n  <a href=\"#accueil\" class=\"logo\">\n    <span class=\"logo-mark\">\n      <img decoding=\"async\" src=\"https:\/\/investir-a-lorient.bzh\/wp-content\/uploads\/2026\/07\/logo-investir-a-lorient-embleme.png\" alt=\"Investir \u00e0 Lorient\" style=\"height:44px;width:auto;display:block\">\n    <\/span>\n    <span class=\"logo-text\">\n      <span class=\"logo-name\">Investir \u00e0 Lorient<\/span>\n      <span class=\"logo-tagline\">\u00c0 vos c\u00f4t\u00e9s pour vos investissements immobiliers<\/span>\n    <\/span>\n  <\/a>\n  <nav class=\"ial-nav\">\n    <a href=\"#services\">Services<\/a>\n    <a href=\"#approche\">Notre approche<\/a>\n    <a href=\"#zone\">Zone d'intervention<\/a>\n    <a href=\"#contact\" class=\"btn-header\">Prendre contact<\/a>\n  <\/nav>\n<\/header>\n\n<!-- HERO -->\n<section class=\"hero\" id=\"accueil\">\n  <div class=\"hero-inner\">\n    <div class=\"hero-badge\"><span class=\"dot\"><\/span>Conseil en investissement immobilier \u2014 Lorient &amp; alentours<\/div>\n    <h1>Investissez dans l'immobilier, <em>sereinement<\/em>.<\/h1>\n    <p>Vous avez des objectifs patrimoniaux et les moyens de les servir \u2014 rarement le temps de vous en occuper. De la recherche du bien jusqu'\u00e0 son arbitrage, notre \u00e9quipe pilote votre investissement de A \u00e0 Z, \u00e0 Lorient et ses alentours. Vous d\u00e9cidez, nous orchestrons.<\/p>\n    <div class=\"hero-actions\">\n      <a href=\"#contact\" class=\"btn-primary\">\u00c9changer sur votre projet\n        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg>\n      <\/a>\n      <a href=\"#approche\" class=\"btn-ghost\">D\u00e9couvrir notre approche<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- SERVICES -->\n<section class=\"section services\" id=\"services\">\n  <div class=\"section-inner\">\n    <div class=\"eyebrow reveal\">Nos services<\/div>\n    <h2 class=\"section-title reveal\">Un accompagnement complet,<br>en trois piliers<\/h2>\n    <p class=\"section-sub reveal\">Chaque patrimoine est unique. Notre r\u00f4le : b\u00e2tir avec vous une strat\u00e9gie sur mesure et la piloter de bout en bout, en toute discr\u00e9tion.<\/p>\n\n    <div class=\"services-grid\">\n      <div class=\"service-card reveal\">\n        <div class=\"service-icon\">\n          <svg width=\"26\" height=\"26\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><circle cx=\"11\" cy=\"11\" r=\"7\"\/><path d=\"M21 21l-4.35-4.35\"\/><\/svg>\n        <\/div>\n        <h3>Acquisition<\/h3>\n        <p>Nous identifions les meilleures opportunit\u00e9s de Lorient et ses alentours \u2014 y compris hors march\u00e9 \u2014 et s\u00e9curisons votre acquisition \u00e0 chaque \u00e9tape.<\/p>\n        <ul>\n          <li>Sourcing &amp; visites qualifi\u00e9es<\/li>\n          <li>Analyse &amp; s\u00e9lection des opportunit\u00e9s<\/li>\n          <li>N\u00e9gociation &amp; offres<\/li>\n          <li>Suivi notarial jusqu'\u00e0 l'acte<\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"service-card reveal\">\n        <div class=\"service-icon\">\n          <svg width=\"26\" height=\"26\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M3 21h18M5 21V7l7-4 7 4v14M9 21v-6h6v6\"\/><\/svg>\n        <\/div>\n        <h3>Mise en valeur<\/h3>\n        <p>Votre bien r\u00e9v\u00e8le tout son potentiel : nous orchestrons sa transformation et sa mise en location pour maximiser votre rentabilit\u00e9.<\/p>\n        <ul>\n          <li>Strat\u00e9gie locative adapt\u00e9e<\/li>\n          <li>Mise en relation avec notre \u00e9cosyst\u00e8me de professionnels<\/li>\n          <li>Optimisation de la rentabilit\u00e9<\/li>\n          <li>Mise en place de la gestion<\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"service-card reveal\">\n        <div class=\"service-icon\">\n          <svg width=\"26\" height=\"26\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M3 17l6-6 4 4 8-8\"\/><path d=\"M14 7h7v7\"\/><\/svg>\n        <\/div>\n        <h3>Arbitrage &amp; Revente<\/h3>\n        <p>Au bon moment, nous vous aidons \u00e0 arbitrer votre patrimoine et \u00e0 c\u00e9der dans les meilleures conditions.<\/p>\n        <ul>\n          <li>Analyse de la plus-value<\/li>\n          <li>Strat\u00e9gie de sortie<\/li>\n          <li>Accompagnement \u00e0 la revente<\/li>\n          <li>R\u00e9investissement du capital<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- APPROCHE -->\n<section class=\"section\" id=\"approche\">\n  <div class=\"section-inner\">\n    <div class=\"eyebrow reveal\">Notre approche<\/div>\n    <h2 class=\"section-title reveal\">Votre temps est pr\u00e9cieux.<br>Confiez-nous le reste.<\/h2>\n    <p class=\"section-sub reveal\">Dirigeants, professions lib\u00e9rales, investisseurs exigeants : vous savez o\u00f9 vous voulez aller. Nous mettons notre connaissance intime du march\u00e9 de Lorient et ses alentours au service de vos objectifs \u2014 avec l'exigence que nous appliquons \u00e0 nos propres op\u00e9rations.<\/p>\n\n    <div class=\"why-grid\">\n      <div class=\"why-item reveal\">\n        <div class=\"why-num\">I<\/div>\n        <div>\n          <h4>Expertise locale approfondie<\/h4>\n          <p>Lorient et ses alentours, quartier par quartier : prix, dynamiques, potentiel locatif. Nous vivons et investissons sur ce territoire au quotidien.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"why-item reveal\">\n        <div class=\"why-num\">II<\/div>\n        <div>\n          <h4>Investisseurs avant tout<\/h4>\n          <p>Nos recommandations reposent sur notre propre pratique de l'investissement et du m\u00e9tier de marchand de biens \u2014 pas sur la th\u00e9orie.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"why-item reveal\">\n        <div class=\"why-num\">III<\/div>\n        <div>\n          <h4>Un accompagnement de A \u00e0 Z<\/h4>\n          <p>De la d\u00e9finition de votre strat\u00e9gie jusqu'\u00e0 l'arbitrage : un accompagnement sur mesure, discret et sans friction. Vous d\u00e9cidez, nous ex\u00e9cutons.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"why-item reveal\">\n        <div class=\"why-num\">IV<\/div>\n        <div>\n          <h4>Un \u00e9cosyst\u00e8me mobilis\u00e9<\/h4>\n          <p>Agents, artisans, notaires, courtiers, gestionnaires : un r\u00e9seau construit sur la dur\u00e9e, activ\u00e9 au service de votre projet.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ZONE -->\n<section class=\"section zone\" id=\"zone\">\n  <div class=\"section-inner\">\n    <div class=\"zone-flex\">\n      <div>\n        <div class=\"eyebrow reveal\">Zone d'intervention<\/div>\n        <h2 class=\"section-title reveal\">Lorient et ses alentours<\/h2>\n        <p class=\"section-sub reveal\">Nous intervenons sur l'ensemble du pays de Lorient, un bassin dynamique port\u00e9 par la mer, l'emploi et l'universit\u00e9.<\/p>\n        \n      <\/div>\n      <div class=\"zone-visual reveal\">\n        <svg class=\"carte-morbihan\" width=\"100%\" style=\"display:block;height:auto;max-width:560px\" viewBox=\"0 0 688 571\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Carte du Morbihan, zone autour de Lorient\"><defs><radialGradient id=\"haloZone\" cx=\"50%\" cy=\"50%\" r=\"50%\"><stop offset=\"0%\" stop-color=\"#D45F1A\" stop-opacity=\"0.38\"\/><stop offset=\"60%\" stop-color=\"#D45F1A\" stop-opacity=\"0.14\"\/><stop offset=\"100%\" stop-color=\"#D45F1A\" stop-opacity=\"0\"\/><\/radialGradient><\/defs><path d=\"M142 356 135 351 127 356 117 351 119 349 115 349 107 340 108 338 115 337 139 343 144 349 142 356ZM345 511 352 508 353 512 345 518 342 514 343 512 342 509 345 511ZM212 522 207 518 204 510 205 508 202 506 203 503 202 495 208 495 205 493 208 486 212 491 218 491 218 496 225 495 229 499 236 501 242 499 243 509 246 511 246 516 249 519 254 519 254 521 258 522 259 525 263 527 276 526 280 531 276 531 272 543 266 547 265 547 265 545 255 541 248 543 248 541 241 540 238 534 228 539 224 536 223 539 219 540 216 537 217 535 212 534 211 531 207 528 207 526 212 522ZM320 494 316 488 303 483 303 480 304 478 318 484 324 482 318 487 320 494ZM354 389 353 384 357 368 355 367 358 368 361 363 361 371 367 373 359 373 355 382 358 386 354 386 354 389ZM373 379 371 376 374 374 371 372 378 368 379 364 381 370 373 379ZM381 385 378 383 379 378 381 381 380 383 381 385ZM394 366 387 363 387 361 393 363 394 366ZM241 300 242 299 241 307 239 300 241 300ZM88 38 136 39 142 44 136 55 143 61 171 46 180 59 220 62 229 50 248 50 252 30 271 24 295 31 301 52 324 46 342 50 356 63 373 60 383 74 386 94 393 78 412 79 428 69 433 87 424 107 431 124 434 119 441 123 471 99 469 87 484 68 477 54 520 45 543 80 546 71 570 68 581 81 581 107 589 107 589 100 595 97 614 100 606 113 579 119 572 128 569 147 587 143 610 154 623 151 648 188 634 204 641 220 636 227 643 230 657 216 658 232 664 236 651 248 650 261 629 272 646 276 646 283 656 287 628 298 633 305 631 320 638 324 635 340 641 340 639 347 646 357 638 372 640 404 619 411 615 429 605 425 608 416 585 427 577 422 581 417 566 414 558 445 527 448 518 436 496 456 489 446 493 439 489 427 501 433 519 426 476 407 469 416 453 413 439 420 447 418 448 408 461 411 456 406 464 405 458 403 467 394 456 387 458 399 450 406 444 394 447 385 440 395 445 402 442 406 429 395 425 399 444 409 427 413 423 428 405 419 370 431 357 424 358 412 337 404 341 398 334 399 333 391 347 387 356 402 366 395 367 403 367 391 374 392 376 402 381 394 388 403 401 400 407 374 410 380 418 372 419 349 413 349 418 346 409 340 408 349 413 354 407 356 415 361 407 359 413 365 406 373 406 365 384 356 401 360 393 346 384 351 378 342 382 355 363 360 352 354 354 366 342 365 342 381 335 372 329 375 332 365 328 371 326 364 325 375 319 361 325 352 316 352 309 334 318 360 311 363 318 368 312 373 328 391 310 390 311 383 303 372 305 385 299 386 292 371 294 385 284 374 280 384 265 387 261 381 266 379 253 368 252 381 257 381 251 397 252 411 270 440 251 437 241 409 250 397 248 378 241 363 226 353 222 328 231 319 240 322 251 310 237 313 245 309 245 302 251 309 254 296 262 301 260 295 243 300 250 293 244 292 250 284 245 287 245 281 240 294 225 286 237 295 238 308 227 309 226 318 219 313 226 320 218 330 220 342 188 317 166 319 168 311 178 310 196 316 184 305 163 305 172 302 170 291 176 294 186 284 195 267 191 260 196 258 189 262 193 270 181 279 178 274 179 284 171 287 153 252 154 239 150 250 168 281 167 293 155 310 127 312 102 274 106 253 97 238 105 227 117 241 128 234 132 219 150 219 148 197 143 195 155 184 149 174 153 166 145 156 127 165 125 173 116 156 101 149 60 151 47 110 34 105 39 90 25 88 31 63 88 38Z\" fill=\"rgba(255,255,255,0.06)\" stroke=\"rgba(255,255,255,0.42)\" stroke-width=\"1.3\" stroke-linejoin=\"round\"\/><circle cx=\"164\" cy=\"280\" r=\"86\" fill=\"url(#haloZone)\"\/><circle cx=\"164\" cy=\"280\" r=\"62\" fill=\"none\" stroke=\"#E8752E\" stroke-width=\"1.6\" stroke-dasharray=\"5 7\" opacity=\"0.85\"\/><circle cx=\"161\" cy=\"284\" r=\"10\" fill=\"#D45F1A\" opacity=\"0.35\"><animate attributeName=\"r\" values=\"8;15;8\" dur=\"3.2s\" repeatCount=\"indefinite\"\/><animate attributeName=\"opacity\" values=\"0.4;0.08;0.4\" dur=\"3.2s\" repeatCount=\"indefinite\"\/><\/circle><circle cx=\"161\" cy=\"284\" r=\"6.5\" fill=\"#D45F1A\" stroke=\"#FFFFFF\" stroke-width=\"2.4\"\/><text x=\"161\" y=\"267\" text-anchor=\"middle\" font-family=\"'Cormorant Garamond', serif\" font-size=\"21\" font-weight=\"700\" fill=\"#FFFFFF\" letter-spacing=\"1.5\">LORIENT<\/text><circle cx=\"391\" cy=\"334\" r=\"3.2\" fill=\"rgba(255,255,255,0.45)\"\/><text x=\"391\" y=\"352\" text-anchor=\"middle\" font-family=\"Outfit, sans-serif\" font-size=\"11.5\" fill=\"rgba(255,255,255,0.45)\" font-weight=\"300\">Vannes<\/text><text x=\"655\" y=\"545\" text-anchor=\"end\" font-family=\"'Cormorant Garamond', serif\" font-style=\"italic\" font-size=\"19\" fill=\"rgba(255,255,255,0.4)\">Morbihan (56)<\/text><\/svg>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CONTACT -->\n<section class=\"section contact\" id=\"contact\">\n  <div class=\"section-inner\">\n    <div class=\"contact-grid\">\n      <div>\n        <div class=\"eyebrow reveal\">Contact<\/div>\n        <h2 class=\"section-title reveal\">Parlons de votre projet<\/h2>\n        <p class=\"section-sub reveal\">Premier \u00e9change confidentiel et sans engagement. D\u00e9crivez-nous vos objectifs : nous revenons vers vous rapidement.<\/p>\n\n        <div class=\"contact-info-item reveal\">\n          <div class=\"contact-info-icon\">\n            <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\/><\/svg>\n          <\/div>\n          <div>\n            <div class=\"label\">T\u00e9l\u00e9phone<\/div>\n            <a href=\"tel:0670869092\">06 70 86 90 92<\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"contact-info-item reveal\">\n          <div class=\"contact-info-icon\">\n            <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\"\/><path d=\"m22 7-10 6L2 7\"\/><\/svg>\n          <\/div>\n          <div>\n            <div class=\"label\">Email<\/div>\n            <a href=\"mailto:contact@investir-a-lorient.bzh\">contact@investir-a-lorient.bzh<\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"contact-info-item reveal\">\n          <div class=\"contact-info-icon\">\n            <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>\n          <\/div>\n          <div>\n            <div class=\"label\">Secteur<\/div>\n            <a href=\"#zone\">Lorient &amp; ses alentours (56100)<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"contact-form-card reveal\">\n        <style id=\"wpforms-css-vars-53\">\n\t\t\t\t#wpforms-53 {\n\t\t\t\t--wpforms-container-padding: 0px;\n--wpforms-container-border-width: 1px;\n--wpforms-container-border-radius: 3px;\n--wpforms-background-color: rgba(0, 0, 0, 0);\n--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n--wpforms-container-shadow-size-box-shadow: none;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-53\"><form id=\"wpforms-form-53\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"53\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/index.php\/wp-json\/wp\/v2\/pages\/45\" data-token=\"d29ca9da1a6761addb963194f0b9773a\" data-token-time=\"1786072483\"><noscript class=\"wpforms-error-noscript\">Veuillez activer JavaScript dans votre navigateur pour remplir ce formulaire.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Veuillez activer JavaScript dans votre navigateur pour remplir ce formulaire.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-53-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><fieldset><legend class=\"wpforms-field-label\">Nom <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-first wpforms-one-half\"><input type=\"text\" id=\"wpforms-53-field_1\" class=\"wpforms-field-name-first wpforms-field-required\" name=\"wpforms[fields][1][first]\" aria-errormessage=\"wpforms-53-field_1-error\" required><label for=\"wpforms-53-field_1\" class=\"wpforms-field-sublabel after\">Pr\u00e9nom<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"text\" id=\"wpforms-53-field_1-last\" class=\"wpforms-field-name-last wpforms-field-required\" name=\"wpforms[fields][1][last]\" aria-errormessage=\"wpforms-53-field_1-last-error\" required><label for=\"wpforms-53-field_1-last\" class=\"wpforms-field-sublabel after\">Nom<\/label><\/div><\/div><\/fieldset><\/div><div id=\"wpforms-53-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><label class=\"wpforms-field-label\" for=\"wpforms-53-field_2\">E-mail <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"email\" id=\"wpforms-53-field_2\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][2]\" spellcheck=\"false\" aria-errormessage=\"wpforms-53-field_2-error\" required><\/div>\t\t<div id=\"wpforms-53-field_5-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"5\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-53-field_5\" >message T\u00e9l\u00e9phone Commentaire<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-53-field_5\" class=\"wpforms-field-medium\" name=\"wpforms[fields][5]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-53-field_4-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-53-field_4\">T\u00e9l\u00e9phone<\/label><input type=\"text\" id=\"wpforms-53-field_4\" class=\"wpforms-field-medium\" name=\"wpforms[fields][4]\" aria-errormessage=\"wpforms-53-field_4-error\" ><\/div><div id=\"wpforms-53-field_3-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"3\"><label class=\"wpforms-field-label\" for=\"wpforms-53-field_3\">Commentaire ou message<\/label><textarea id=\"wpforms-53-field_3\" class=\"wpforms-field-medium\" name=\"wpforms[fields][3]\" aria-errormessage=\"wpforms-53-field_3-error\" ><\/textarea><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-53-field_5-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-53-field_5-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-53-field_5-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"53\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/investir-a-lorient.bzh\/index.php\/wp-json\/wp\/v2\/pages\/45\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-53\" class=\"wpforms-submit\" data-alt-text=\"Envoi...\" data-submit-text=\"Envoyer\" aria-live=\"assertive\" value=\"wpforms-submit\">Envoyer<\/button><img decoding=\"async\" src=\"https:\/\/investir-a-lorient.bzh\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Chargement en cours\"><\/div><\/form><\/div>  <!-- .wpforms-container -->\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FOOTER -->\n<footer class=\"ial-footer\">\n  <div class=\"footer-grid\">\n    <div class=\"footer-brand\">\n      <span class=\"logo-name\">Investir \u00e0 Lorient<\/span>\n      <p>Conseil en investissement immobilier \u00e0 Lorient et ses alentours. Un accompagnement patrimonial complet, de l'acquisition \u00e0 l'arbitrage.<\/p>\n    <\/div>\n    <div>\n      <div class=\"footer-col-title\">Services<\/div>\n      <ul class=\"footer-links\">\n        <li><a href=\"#services\">Acquisition<\/a><\/li>\n        <li><a href=\"#services\">Mise en valeur<\/a><\/li>\n        <li><a href=\"#services\">Arbitrage &amp; Revente<\/a><\/li>\n        <li><a href=\"#zone\">Zone d'intervention<\/a><\/li>\n      <\/ul>\n    <\/div>\n    <div>\n      <div class=\"footer-col-title\">Contact<\/div>\n      <ul class=\"footer-links\">\n        <li><a href=\"tel:0670869092\">06 70 86 90 92<\/a><\/li>\n        <li><a href=\"mailto:contact@investir-a-lorient.bzh\">contact@investir-a-lorient.bzh<\/a><\/li>\n        <li><a href=\"#zone\">Lorient &amp; ses alentours<\/a><\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n  <div class=\"footer-bottom\">\n    <span>\u00a9 2026 Investir \u00e0 Lorient \u2014 Tous droits r\u00e9serv\u00e9s<\/span>\n    <div class=\"footer-legal\">\n      <a href=\"#mentions-legales\" onclick=\"document.getElementById('legalSection').style.display='block'; document.getElementById('mentions-legales').scrollIntoView({behavior:'smooth'}); return false;\">Mentions l\u00e9gales<\/a>\n      <a href=\"#confidentialite\" onclick=\"document.getElementById('legalSection').style.display='block'; document.getElementById('confidentialite').scrollIntoView({behavior:'smooth'}); return false;\">Politique de confidentialit\u00e9<\/a>\n    <\/div>\n  <\/div>\n<\/footer>\n\n<!-- MENTIONS L\u00c9GALES & CONFIDENTIALIT\u00c9 -->\n<section class=\"legal\" id=\"legalSection\" style=\"display:none;\">\n  <div class=\"legal-inner\">\n    <h5 id=\"mentions-legales\">Mentions l\u00e9gales<\/h5>\n    <p>\u00c9diteur du site : \u00ab Investir \u00e0 Lorient \u00bb est une marque exploit\u00e9e par Mickael Morel. Directeur de la publication : Mickael Morel. Contact : 06 70 86 90 92 \u2014 contact@investir-a-lorient.bzh. H\u00e9bergement : OVH SAS, 2 rue Kellermann, 59100 Roubaix, France. L'ensemble des contenus du site (textes, visuels, identit\u00e9 graphique) est la propri\u00e9t\u00e9 exclusive de l'\u00e9diteur ; toute reproduction, m\u00eame partielle, sans autorisation pr\u00e9alable est interdite.<\/p>\n    <h5 id=\"confidentialite\">Politique de confidentialit\u00e9<\/h5>\n    <p>Les informations transmises via le formulaire de contact (nom, adresse e-mail, message et, le cas \u00e9ch\u00e9ant, num\u00e9ro de t\u00e9l\u00e9phone) sont destin\u00e9es exclusivement \u00e0 Investir \u00e0 Lorient, afin de r\u00e9pondre \u00e0 votre demande. Elles ne sont ni c\u00e9d\u00e9es ni transmises \u00e0 des tiers, et sont conserv\u00e9es pour une dur\u00e9e maximale de trois ans \u00e0 compter de notre dernier \u00e9change. Conform\u00e9ment au R\u00e8glement g\u00e9n\u00e9ral sur la protection des donn\u00e9es (RGPD) et \u00e0 la loi Informatique et Libert\u00e9s, vous disposez d'un droit d'acc\u00e8s, de rectification, d'effacement, d'opposition et de portabilit\u00e9 sur vos donn\u00e9es. Pour l'exercer, \u00e9crivez-nous \u00e0 contact@investir-a-lorient.bzh. Ce site n'utilise pas de cookies publicitaires ni de dispositifs de suivi.<\/p>\n  <\/div>\n<\/section>\n\n<script>\n  \/\/ Ombre du header au scroll\n  var ialHeader = document.getElementById('ialHeader');\n  window.addEventListener('scroll', function() {\n    ialHeader.classList.toggle('scrolled', window.scrollY > 20);\n  });\n\n  \/\/ Apparition au scroll\n  var ialReveals = document.querySelectorAll('.reveal');\n  var ialObserver = new IntersectionObserver(function(entries) {\n    entries.forEach(function(entry) {\n      if (entry.isIntersecting) {\n        entry.target.classList.add('visible');\n        ialObserver.unobserve(entry.target);\n      }\n    });\n  }, { threshold: 0.1 });\n  ialReveals.forEach(function(el) { ialObserver.observe(el); });\n<\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2701bfe e-flex e-con-boxed e-con e-parent\" data-id=\"2701bfe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Investir \u00e0 Lorient \u2014 Conseil en Investissement Immobilier Investir \u00e0 Lorient \u00c0 vos c\u00f4t\u00e9s pour vos investissements immobiliers Services Notre approche Zone d&rsquo;intervention Prendre contact Conseil en investissement immobilier \u2014 Lorient &amp; alentours Investissez dans l&rsquo;immobilier, sereinement. Vous avez des objectifs patrimoniaux et les moyens de les servir \u2014 rarement le temps de vous en [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-45","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Investir \u00e0 Lorient | Conseil en Investissement Immobilier<\/title>\n<meta name=\"description\" content=\"Vous avez des objectifs patrimoniaux et peu de temps ? Notre \u00e9quipe vous accompagne \u00e0 Lorient et ses alentours, de la recherche du bien \u00e0 sa revente.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/investir-a-lorient.bzh\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Investir \u00e0 Lorient | Conseil en Investissement Immobilier\" \/>\n<meta property=\"og:description\" content=\"Vous avez des objectifs patrimoniaux et peu de temps ? Notre \u00e9quipe vous accompagne \u00e0 Lorient et ses alentours, de la recherche du bien \u00e0 sa revente.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/investir-a-lorient.bzh\/\" \/>\n<meta property=\"og:site_name\" content=\"Investir \u00e0 Lorient\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-13T21:29:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/investir-a-lorient.bzh\/wp-content\/uploads\/2026\/07\/logo-investir-a-lorient-embleme.png\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/investir-a-lorient.bzh\\\/\",\"url\":\"https:\\\/\\\/investir-a-lorient.bzh\\\/\",\"name\":\"Investir \u00e0 Lorient | Conseil en Investissement Immobilier\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/investir-a-lorient.bzh\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/investir-a-lorient.bzh\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/investir-a-lorient.bzh\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/investir-a-lorient.bzh\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/logo-investir-a-lorient-embleme.png\",\"datePublished\":\"2026-07-12T18:24:19+00:00\",\"dateModified\":\"2026-07-13T21:29:22+00:00\",\"description\":\"Vous avez des objectifs patrimoniaux et peu de temps ? Notre \u00e9quipe vous accompagne \u00e0 Lorient et ses alentours, de la recherche du bien \u00e0 sa revente.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/investir-a-lorient.bzh\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/investir-a-lorient.bzh\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/investir-a-lorient.bzh\\\/#primaryimage\",\"url\":\"https:\\\/\\\/investir-a-lorient.bzh\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/logo-investir-a-lorient-embleme.png\",\"contentUrl\":\"https:\\\/\\\/investir-a-lorient.bzh\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/logo-investir-a-lorient-embleme.png\",\"width\":106,\"height\":88},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/investir-a-lorient.bzh\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/investir-a-lorient.bzh\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Accueil\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/investir-a-lorient.bzh\\\/#website\",\"url\":\"https:\\\/\\\/investir-a-lorient.bzh\\\/\",\"name\":\"Investir \u00e0 Lorient\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/investir-a-lorient.bzh\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Investir \u00e0 Lorient | Conseil en Investissement Immobilier","description":"Vous avez des objectifs patrimoniaux et peu de temps ? Notre \u00e9quipe vous accompagne \u00e0 Lorient et ses alentours, de la recherche du bien \u00e0 sa revente.","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:\/\/investir-a-lorient.bzh\/","og_locale":"fr_FR","og_type":"article","og_title":"Investir \u00e0 Lorient | Conseil en Investissement Immobilier","og_description":"Vous avez des objectifs patrimoniaux et peu de temps ? Notre \u00e9quipe vous accompagne \u00e0 Lorient et ses alentours, de la recherche du bien \u00e0 sa revente.","og_url":"https:\/\/investir-a-lorient.bzh\/","og_site_name":"Investir \u00e0 Lorient","article_modified_time":"2026-07-13T21:29:22+00:00","og_image":[{"url":"https:\/\/investir-a-lorient.bzh\/wp-content\/uploads\/2026\/07\/logo-investir-a-lorient-embleme.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/investir-a-lorient.bzh\/","url":"https:\/\/investir-a-lorient.bzh\/","name":"Investir \u00e0 Lorient | Conseil en Investissement Immobilier","isPartOf":{"@id":"https:\/\/investir-a-lorient.bzh\/#website"},"primaryImageOfPage":{"@id":"https:\/\/investir-a-lorient.bzh\/#primaryimage"},"image":{"@id":"https:\/\/investir-a-lorient.bzh\/#primaryimage"},"thumbnailUrl":"https:\/\/investir-a-lorient.bzh\/wp-content\/uploads\/2026\/07\/logo-investir-a-lorient-embleme.png","datePublished":"2026-07-12T18:24:19+00:00","dateModified":"2026-07-13T21:29:22+00:00","description":"Vous avez des objectifs patrimoniaux et peu de temps ? Notre \u00e9quipe vous accompagne \u00e0 Lorient et ses alentours, de la recherche du bien \u00e0 sa revente.","breadcrumb":{"@id":"https:\/\/investir-a-lorient.bzh\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/investir-a-lorient.bzh\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/investir-a-lorient.bzh\/#primaryimage","url":"https:\/\/investir-a-lorient.bzh\/wp-content\/uploads\/2026\/07\/logo-investir-a-lorient-embleme.png","contentUrl":"https:\/\/investir-a-lorient.bzh\/wp-content\/uploads\/2026\/07\/logo-investir-a-lorient-embleme.png","width":106,"height":88},{"@type":"BreadcrumbList","@id":"https:\/\/investir-a-lorient.bzh\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/investir-a-lorient.bzh\/"},{"@type":"ListItem","position":2,"name":"Accueil"}]},{"@type":"WebSite","@id":"https:\/\/investir-a-lorient.bzh\/#website","url":"https:\/\/investir-a-lorient.bzh\/","name":"Investir \u00e0 Lorient","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/investir-a-lorient.bzh\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"}]}},"_links":{"self":[{"href":"https:\/\/investir-a-lorient.bzh\/index.php\/wp-json\/wp\/v2\/pages\/45","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/investir-a-lorient.bzh\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/investir-a-lorient.bzh\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/investir-a-lorient.bzh\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/investir-a-lorient.bzh\/index.php\/wp-json\/wp\/v2\/comments?post=45"}],"version-history":[{"count":41,"href":"https:\/\/investir-a-lorient.bzh\/index.php\/wp-json\/wp\/v2\/pages\/45\/revisions"}],"predecessor-version":[{"id":98,"href":"https:\/\/investir-a-lorient.bzh\/index.php\/wp-json\/wp\/v2\/pages\/45\/revisions\/98"}],"wp:attachment":[{"href":"https:\/\/investir-a-lorient.bzh\/index.php\/wp-json\/wp\/v2\/media?parent=45"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}