{"id":9400,"date":"2026-05-27T05:42:39","date_gmt":"2026-05-27T03:42:39","guid":{"rendered":"https:\/\/www.freevisio.com\/?page_id=9400"},"modified":"2026-05-27T05:52:43","modified_gmt":"2026-05-27T03:52:43","slug":"freevisio-produit","status":"publish","type":"page","link":"https:\/\/www.freevisio.com\/index.php\/freevisio-produit\/","title":{"rendered":"FreeVisio &#8211; Produit"},"content":{"rendered":"<p>\/* === FREEVISIO &#8211; CSS \u00e0 coller dans Apparence > Personnaliser > CSS additionnel === *\/<\/p>\n<p>*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }<\/p>\n<p>  :root {<br \/>\n    &#8211;blue: #2D3FE0;<br \/>\n    &#8211;blue-dark: #1e2db0;<br \/>\n    &#8211;blue-light: #eef0fd;<br \/>\n    &#8211;blue-mid: #d0d5fa;<br \/>\n    &#8211;gold: #C9A84C;<br \/>\n    &#8211;gold-light: #fdf6e3;<br \/>\n    &#8211;gold-dark: #a07c28;<br \/>\n    &#8211;white: #ffffff;<br \/>\n    &#8211;off-white: #f7f8fc;<br \/>\n    &#8211;light-gray: #eef0f5;<br \/>\n    &#8211;border: #dde2f0;<br \/>\n    &#8211;text: #1a1d2e;<br \/>\n    &#8211;text-mid: #3d4366;<br \/>\n    &#8211;muted: #7a82a8;<br \/>\n    &#8211;red: #d32f2f;<br \/>\n    &#8211;green: #1e8c5a;<br \/>\n  }<\/p>\n<p>  html { scroll-behavior: smooth; }<br \/>\n  body {<br \/>\n    background: var(&#8211;white);<br \/>\n    color: var(&#8211;text);<br \/>\n    font-family: &lsquo;Barlow&rsquo;, sans-serif;<br \/>\n    font-size: 16px;<br \/>\n    line-height: 1.6;<br \/>\n    overflow-x: hidden;<br \/>\n  }<\/p>\n<p>  \/* \u2500\u2500 HEADER \u2500\u2500 *\/<br \/>\n  header {<br \/>\n    position: sticky; top: 0; z-index: 100;<br \/>\n    background: rgba(255,255,255,0.96);<br \/>\n    backdrop-filter: blur(12px);<br \/>\n    border-bottom: 2px solid var(&#8211;border);<br \/>\n    padding: 0 48px;<br \/>\n    display: flex; align-items: center; justify-content: space-between;<br \/>\n    height: 68px;<br \/>\n    box-shadow: 0 2px 16px rgba(45,63,224,0.07);<br \/>\n  }<br \/>\n  .logo {<br \/>\n    font-family: &lsquo;Barlow Condensed&rsquo;, sans-serif;<br \/>\n    font-weight: 900; font-size: 24px;<br \/>\n    letter-spacing: 3px; text-transform: uppercase;<br \/>\n  }<br \/>\n  .logo-free { color: var(&#8211;blue); }<br \/>\n  .logo-visio { color: var(&#8211;gold); }<br \/>\n  nav { display: flex; gap: 32px; }<br \/>\n  nav a {<br \/>\n    font-size: 13px; font-weight: 600;<br \/>\n    letter-spacing: 1px; text-transform: uppercase;<br \/>\n    color: var(&#8211;muted); text-decoration: none;<br \/>\n    transition: color 0.2s;<br \/>\n  }<br \/>\n  nav a:hover { color: var(&#8211;blue); }<br \/>\n  .header-cta {<br \/>\n    background: var(&#8211;blue); color: var(&#8211;white);<br \/>\n    border: none; padding: 11px 24px;<br \/>\n    font-family: &lsquo;Barlow Condensed&rsquo;, sans-serif;<br \/>\n    font-weight: 700; font-size: 14px;<br \/>\n    letter-spacing: 2px; text-transform: uppercase;<br \/>\n    cursor: pointer; border-radius: 2px;<br \/>\n    transition: all 0.2s;<br \/>\n    box-shadow: 0 4px 14px rgba(45,63,224,0.3);<br \/>\n  }<br \/>\n  .header-cta:hover {<br \/>\n    background: var(&#8211;gold);<br \/>\n    box-shadow: 0 4px 14px rgba(201,168,76,0.4);<br \/>\n  }<\/p>\n<p>  \/* \u2500\u2500 URGENCY BAR \u2500\u2500 *\/<br \/>\n  .urgency-bar {<br \/>\n    background: linear-gradient(90deg, var(&#8211;blue), #4a5af0, var(&#8211;blue));<br \/>\n    background-size: 200% 100%;<br \/>\n    animation: shimmer 4s linear infinite;<br \/>\n    padding: 10px 32px;<br \/>\n    display: flex; align-items: center; justify-content: center; gap: 16px;<br \/>\n  }<br \/>\n  @keyframes shimmer { 0%{background-position:0%} 100%{background-position:200%} }<br \/>\n  .urgency-bar p {<br \/>\n    font-family: &lsquo;Barlow Condensed&rsquo;, sans-serif;<br \/>\n    font-weight: 700; font-size: 14px;<br \/>\n    letter-spacing: 1.5px; text-transform: uppercase; color: var(&#8211;white);<br \/>\n  }<br \/>\n  .urgency-bar p span { font-weight: 400; opacity: 0.88; }<br \/>\n  .urgency-dot { width: 6px; height: 6px; background: var(&#8211;gold); border-radius: 50%; flex-shrink:0; }<\/p>\n<p>  \/* \u2500\u2500 HERO \u2500\u2500 *\/<br \/>\n  .hero {<br \/>\n    position: relative;<br \/>\n    min-height: 90vh;<br \/>\n    display: grid; grid-template-columns: 1fr 1fr;<br \/>\n    align-items: center; overflow: hidden;<br \/>\n    background: linear-gradient(135deg, #f0f2ff 0%, #ffffff 50%, #fdf9ee 100%);<br \/>\n  }<br \/>\n  .hero::before {<br \/>\n    content: \u00a0\u00bb;<br \/>\n    position: absolute; inset: 0;<br \/>\n    background-image:<br \/>\n      radial-gradient(circle at 20% 80%, rgba(45,63,224,0.06) 0%, transparent 50%),<br \/>\n      radial-gradient(circle at 80% 20%, rgba(201,168,76,0.08) 0%, transparent 50%);<br \/>\n    pointer-events: none;<br \/>\n  }<br \/>\n  .hero-pattern {<br \/>\n    position: absolute; inset: 0;<br \/>\n    background-image:<br \/>\n      linear-gradient(rgba(45,63,224,0.035) 1px, transparent 1px),<br \/>\n      linear-gradient(90deg, rgba(45,63,224,0.035) 1px, transparent 1px);<br \/>\n    background-size: 40px 40px;<br \/>\n    pointer-events: none;<br \/>\n  }<br \/>\n  .hero-content {<br \/>\n    position: relative; z-index: 2;<br \/>\n    padding: 80px 60px 80px 80px;<br \/>\n  }<br \/>\n  .hero-badge {<br \/>\n    display: inline-flex; align-items: center; gap: 8px;<br \/>\n    background: var(&#8211;blue-light);<br \/>\n    border: 1.5px solid var(&#8211;blue-mid);<br \/>\n    border-radius: 100px;<br \/>\n    padding: 6px 16px; margin-bottom: 28px;<br \/>\n  }<br \/>\n  .hero-badge-dot {<br \/>\n    width: 7px; height: 7px;<br \/>\n    background: var(&#8211;blue); border-radius: 50%;<br \/>\n    animation: pulse 2s infinite;<br \/>\n  }<br \/>\n  @keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.4;transform:scale(0.8)} }<br \/>\n  .hero-badge span {<br \/>\n    font-size: 11px; font-weight: 700;<br \/>\n    letter-spacing: 2px; text-transform: uppercase; color: var(&#8211;blue);<br \/>\n  }<br \/>\n  .hero-title {<br \/>\n    font-family: &lsquo;Barlow Condensed&rsquo;, sans-serif;<br \/>\n    font-weight: 900;<br \/>\n    font-size: clamp(56px, 6vw, 84px);<br \/>\n    line-height: 0.93; text-transform: uppercase;<br \/>\n    color: var(&#8211;text); margin-bottom: 10px;<br \/>\n  }<br \/>\n  .hero-title .accent { color: var(&#8211;blue); }<br \/>\n  .hero-title .accent-gold { color: var(&#8211;gold); }<br \/>\n  .hero-subtitle-line {<br \/>\n    font-family: &lsquo;Barlow Condensed&rsquo;, sans-serif;<br \/>\n    font-weight: 500; font-size: 18px;<br \/>\n    color: var(&#8211;muted); text-transform: uppercase;<br \/>\n    letter-spacing: 4px; margin-bottom: 28px;<br \/>\n  }<br \/>\n  .hero-desc {<br \/>\n    font-size: 17px; color: var(&#8211;text-mid);<br \/>\n    line-height: 1.75; max-width: 460px; margin-bottom: 36px;<br \/>\n  }<br \/>\n  .hero-desc strong { color: var(&#8211;blue); font-weight: 600; }<\/p>\n<p>  .price-block {<br \/>\n    display: flex; align-items: center;<br \/>\n    gap: 12px; margin-bottom: 28px; flex-wrap: wrap;<br \/>\n  }<br \/>\n  .price-main {<br \/>\n    font-family: &lsquo;Barlow Condensed&rsquo;, sans-serif;<br \/>\n    font-weight: 900; font-size: 52px; color: var(&#8211;text);<br \/>\n    line-height: 1;<br \/>\n  }<br \/>\n  .price-pack { font-size: 14px; color: var(&#8211;muted); }<br \/>\n  .price-promo {<br \/>\n    background: var(&#8211;gold); color: var(&#8211;white);<br \/>\n    font-size: 12px; font-weight: 700;<br \/>\n    letter-spacing: 1px; text-transform: uppercase;<br \/>\n    padding: 4px 10px; border-radius: 2px;<br \/>\n    box-shadow: 0 2px 8px rgba(201,168,76,0.4);<br \/>\n  }<\/p>\n<p>  .hero-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-bottom: 36px; }<br \/>\n  .btn-primary {<br \/>\n    background: var(&#8211;blue); color: var(&#8211;white);<br \/>\n    border: 2px solid var(&#8211;blue);<br \/>\n    padding: 16px 36px;<br \/>\n    font-family: &lsquo;Barlow Condensed&rsquo;, sans-serif;<br \/>\n    font-weight: 700; font-size: 16px;<br \/>\n    letter-spacing: 2px; text-transform: uppercase;<br \/>\n    cursor: pointer; border-radius: 2px;<br \/>\n    transition: all 0.25s;<br \/>\n    display: inline-flex; align-items: center; gap: 10px;<br \/>\n    box-shadow: 0 6px 20px rgba(45,63,224,0.35);<br \/>\n  }<br \/>\n  .btn-primary:hover {<br \/>\n    background: var(&#8211;blue-dark);<br \/>\n    box-shadow: 0 8px 28px rgba(45,63,224,0.5);<br \/>\n    transform: translateY(-2px);<br \/>\n  }<br \/>\n  .btn-primary svg { width: 18px; height: 18px; }<br \/>\n  .btn-ghost {<br \/>\n    background: transparent; color: var(&#8211;text-mid);<br \/>\n    border: 2px solid var(&#8211;border);<br \/>\n    padding: 16px 28px;<br \/>\n    font-family: &lsquo;Barlow Condensed&rsquo;, sans-serif;<br \/>\n    font-weight: 600; font-size: 14px;<br \/>\n    letter-spacing: 1.5px; text-transform: uppercase;<br \/>\n    cursor: pointer; border-radius: 2px;<br \/>\n    display: inline-flex; align-items: center; gap: 8px;<br \/>\n    transition: all 0.2s; text-decoration: none;<br \/>\n  }<br \/>\n  .btn-ghost:hover { border-color: var(&#8211;blue); color: var(&#8211;blue); }<\/p>\n<p>  .trust-strip { display: flex; gap: 20px; flex-wrap: wrap; }<br \/>\n  .trust-item {<br \/>\n    display: flex; align-items: center; gap: 8px;<br \/>\n    font-size: 13px; color: var(&#8211;muted); font-weight: 500;<br \/>\n  }<br \/>\n  .trust-item svg { width: 15px; height: 15px; color: var(&#8211;green); flex-shrink: 0; }<\/p>\n<p>  \/* Hero visual *\/<br \/>\n  .hero-visual {<br \/>\n    position: relative; z-index: 2;<br \/>\n    height: 100%; min-height: 520px;<br \/>\n    display: flex; align-items: center; justify-content: center;<br \/>\n    padding: 60px;<br \/>\n  }<br \/>\n  .product-showcase { position: relative; width: 340px; height: 340px; }<br \/>\n  .showcase-ring {<br \/>\n    position: absolute; inset: -48px;<br \/>\n    border: 1.5px dashed rgba(45,63,224,0.2);<br \/>\n    border-radius: 50%;<br \/>\n    animation: spin-slow 22s linear infinite;<br \/>\n  }<br \/>\n  .showcase-ring::before {<br \/>\n    content: \u00a0\u00bb; position: absolute;<br \/>\n    top: -5px; left: 50%; transform: translateX(-50%);<br \/>\n    width: 9px; height: 9px;<br \/>\n    background: var(&#8211;gold); border-radius: 50%;<br \/>\n    box-shadow: 0 0 8px var(&#8211;gold);<br \/>\n  }<br \/>\n  @keyframes spin-slow { to { transform: rotate(360deg); } }<br \/>\n  .showcase-ring-2 {<br \/>\n    position: absolute; inset: -90px;<br \/>\n    border: 1px solid rgba(201,168,76,0.12);<br \/>\n    border-radius: 50%;<br \/>\n    animation: spin-slow 35s linear infinite reverse;<br \/>\n  }<br \/>\n  .product-card-3d {<br \/>\n    width: 340px; height: 340px;<br \/>\n    background: var(&#8211;white);<br \/>\n    border: 2px solid var(&#8211;border);<br \/>\n    border-radius: 4px;<br \/>\n    display: flex; align-items: center; justify-content: center;<br \/>\n    position: relative; overflow: hidden;<br \/>\n    box-shadow: 0 20px 60px rgba(45,63,224,0.12), 0 4px 16px rgba(0,0,0,0.06);<br \/>\n  }<br \/>\n  .product-card-3d::before {<br \/>\n    content: \u00a0\u00bb; position: absolute;<br \/>\n    top: 0; left: 0; right: 0; height: 3px;<br \/>\n    background: linear-gradient(90deg, var(&#8211;blue), var(&#8211;gold));<br \/>\n  }<br \/>\n  .product-img-placeholder { width: 220px; height: 220px; object-fit: contain; }<br \/>\n  .product-tag {<br \/>\n    position: absolute; bottom: 16px; right: 16px;<br \/>\n    background: var(&#8211;blue); color: var(&#8211;white);<br \/>\n    font-family: &lsquo;Barlow Condensed&rsquo;, sans-serif;<br \/>\n    font-size: 11px; font-weight: 700;<br \/>\n    letter-spacing: 1.5px; text-transform: uppercase;<br \/>\n    padding: 5px 10px; border-radius: 2px;<br \/>\n  }<br \/>\n  .stat-chips {<br \/>\n    position: absolute; display: flex; flex-direction: column;<br \/>\n    gap: 10px; left: -128px; top: 50%; transform: translateY(-50%);<br \/>\n  }<br \/>\n  .chip {<br \/>\n    background: var(&#8211;white);<br \/>\n    border: 1.5px solid var(&#8211;border);<br \/>\n    border-left: 3px solid var(&#8211;blue);<br \/>\n    padding: 10px 14px; width: 115px;<br \/>\n    border-radius: 2px;<br \/>\n    box-shadow: 0 4px 12px rgba(45,63,224,0.08);<br \/>\n  }<br \/>\n  .chip-val {<br \/>\n    font-family: &lsquo;Barlow Condensed&rsquo;, sans-serif;<br \/>\n    font-weight: 800; font-size: 19px; color: var(&#8211;blue);<br \/>\n  }<br \/>\n  .chip-label { font-size: 10px; color: var(&#8211;muted); letter-spacing: 1px; text-transform: uppercase; }<\/p>\n<p>  \/* \u2500\u2500 SECTIONS \u2500\u2500 *\/<br \/>\n  .section { padding: 96px 80px; }<br \/>\n  .section-alt { background: var(&#8211;off-white); }<br \/>\n  .section-blue {<br \/>\n    background: linear-gradient(135deg, var(&#8211;blue) 0%, #1e2db0 100%);<br \/>\n    color: var(&#8211;white);<br \/>\n  }<br \/>\n  .section-center { text-align: center; }<\/p>\n<p>  .section-label {<br \/>\n    font-size: 11px; font-weight: 700;<br \/>\n    letter-spacing: 4px; text-transform: uppercase;<br \/>\n    color: var(&#8211;blue); margin-bottom: 14px;<br \/>\n    display: block;<br \/>\n  }<br \/>\n  .section-blue .section-label { color: rgba(255,255,255,0.7); }<br \/>\n  .section-title {<br \/>\n    font-family: &lsquo;Barlow Condensed&rsquo;, sans-serif;<br \/>\n    font-weight: 900; font-size: clamp(38px, 4vw, 58px);<br \/>\n    text-transform: uppercase; line-height: 0.95;<br \/>\n    color: var(&#8211;text); margin-bottom: 20px;<br \/>\n  }<br \/>\n  .section-blue .section-title { color: var(&#8211;white); }<br \/>\n  .section-title .dim { color: var(&#8211;muted); }<br \/>\n  .section-blue .section-title .dim { color: rgba(255,255,255,0.55); }<br \/>\n  .section-title .gold { color: var(&#8211;gold); }<br \/>\n  .section-intro {<br \/>\n    font-size: 18px; color: var(&#8211;text-mid);<br \/>\n    max-width: 600px; margin: 0 auto 56px; line-height: 1.75;<br \/>\n  }<br \/>\n  .section-blue .section-intro { color: rgba(255,255,255,0.75); }<\/p>\n<p>  \/* \u2500\u2500 PROBLEM VS SOLUTION \u2500\u2500 *\/<br \/>\n  .pvs-grid {<br \/>\n    display: grid; grid-template-columns: 1fr auto 1fr;<br \/>\n    align-items: stretch; max-width: 960px; margin: 0 auto;<br \/>\n    border-radius: 4px; overflow: hidden;<br \/>\n    box-shadow: 0 8px 40px rgba(45,63,224,0.1);<br \/>\n  }<br \/>\n  .pvs-col { padding: 40px; background: var(&#8211;white); border: 1.5px solid var(&#8211;border); }<br \/>\n  .pvs-col.problem { border-right: none; border-radius: 4px 0 0 4px; }<br \/>\n  .pvs-col.solution {<br \/>\n    border-left: none; border-radius: 0 4px 4px 0;<br \/>\n    background: var(&#8211;blue-light);<br \/>\n    border-color: var(&#8211;blue-mid);<br \/>\n  }<br \/>\n  .pvs-divider {<br \/>\n    display: flex; align-items: center; justify-content: center;<br \/>\n    width: 56px; background: var(&#8211;blue); color: var(&#8211;white);<br \/>\n    font-family: &lsquo;Barlow Condensed&rsquo;, sans-serif;<br \/>\n    font-weight: 900; font-size: 18px; letter-spacing: 1px;<br \/>\n    text-transform: uppercase; writing-mode: vertical-rl;<br \/>\n  }<br \/>\n  .pvs-head {<br \/>\n    font-family: &lsquo;Barlow Condensed&rsquo;, sans-serif;<br \/>\n    font-weight: 800; font-size: 18px;<br \/>\n    letter-spacing: 2px; text-transform: uppercase; margin-bottom: 24px;<br \/>\n  }<br \/>\n  .pvs-col.problem .pvs-head { color: var(&#8211;red); }<br \/>\n  .pvs-col.solution .pvs-head { color: var(&#8211;blue); }<br \/>\n  .pvs-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }<br \/>\n  .pvs-list li {<br \/>\n    display: flex; align-items: flex-start; gap: 10px;<br \/>\n    font-size: 15px; color: var(&#8211;text-mid); line-height: 1.55;<br \/>\n  }<br \/>\n  .pvs-icon { width: 20px; height: 20px; flex-shrink: 0; margin-top: 1px; }<br \/>\n  .pvs-col.problem .pvs-icon { color: var(&#8211;red); }<br \/>\n  .pvs-col.solution .pvs-icon { color: var(&#8211;green); }<\/p>\n<p>  \/* \u2500\u2500 STEPS \u2500\u2500 *\/<br \/>\n  .steps-grid {<br \/>\n    display: grid; grid-template-columns: repeat(3, 1fr);<br \/>\n    gap: 24px; margin-top: 60px;<br \/>\n  }<br \/>\n  .step {<br \/>\n    background: var(&#8211;white); border: 2px solid var(&#8211;border);<br \/>\n    padding: 40px 32px; border-radius: 4px; position: relative;<br \/>\n    transition: all 0.3s;<br \/>\n    box-shadow: 0 2px 12px rgba(45,63,224,0.05);<br \/>\n  }<br \/>\n  .step:hover {<br \/>\n    border-color: var(&#8211;blue);<br \/>\n    box-shadow: 0 8px 32px rgba(45,63,224,0.15);<br \/>\n    transform: translateY(-4px);<br \/>\n  }<br \/>\n  .step-num {<br \/>\n    font-family: &lsquo;Barlow Condensed&rsquo;, sans-serif;<br \/>\n    font-weight: 900; font-size: 68px; line-height: 1;<br \/>\n    color: var(&#8211;blue-light); margin-bottom: 12px; display: block;<br \/>\n    \/* gives depth on light bg *\/<br \/>\n    -webkit-text-stroke: 2px var(&#8211;blue-mid);<br \/>\n  }<br \/>\n  .step-title {<br \/>\n    font-family: &lsquo;Barlow Condensed&rsquo;, sans-serif;<br \/>\n    font-weight: 700; font-size: 22px;<br \/>\n    text-transform: uppercase; color: var(&#8211;text);<br \/>\n    margin-bottom: 10px; letter-spacing: 0.5px;<br \/>\n  }<br \/>\n  .step p { font-size: 15px; color: var(&#8211;text-mid); line-height: 1.65; }<\/p>\n<p>  \/* \u2500\u2500 VIDEO \u2500\u2500 *\/<br \/>\n  .video-section {<br \/>\n    padding: 96px 80px;<br \/>\n    display: grid; grid-template-columns: 1fr 1fr;<br \/>\n    gap: 72px; align-items: center;<br \/>\n  }<br \/>\n  .video-wrapper {<br \/>\n    position: relative; aspect-ratio: 16\/9;<br \/>\n    border-radius: 6px; overflow: hidden;<br \/>\n    box-shadow: 0 16px 48px rgba(45,63,224,0.2);<br \/>\n    border: 2px solid var(&#8211;blue-mid);<br \/>\n  }<br \/>\n  .video-wrapper::before {<br \/>\n    content: \u00a0\u00bb; position: absolute;<br \/>\n    top: 0; left: 0; right: 0; height: 3px;<br \/>\n    background: linear-gradient(90deg, var(&#8211;blue), var(&#8211;gold));<br \/>\n    z-index: 1;<br \/>\n  }<br \/>\n  .video-wrapper iframe { width:100%; height:100%; border:none; display:block; }<br \/>\n  .video-content .section-label { margin-bottom: 14px; }<br \/>\n  .video-content .section-title { font-size: 44px; }<br \/>\n  .video-content p { font-size: 16px; color: var(&#8211;text-mid); line-height: 1.75; margin-bottom: 14px; }<\/p>\n<p>  .specs-table {<br \/>\n    margin-top: 28px; border: 1.5px solid var(&#8211;border);<br \/>\n    border-radius: 4px; overflow: hidden;<br \/>\n  }<br \/>\n  .specs-row { display: flex; border-bottom: 1px solid var(&#8211;border); }<br \/>\n  .specs-row:last-child { border-bottom: none; }<br \/>\n  .specs-key {<br \/>\n    padding: 11px 18px; background: var(&#8211;off-white);<br \/>\n    width: 50%; font-size: 12px; letter-spacing: 1px;<br \/>\n    text-transform: uppercase; color: var(&#8211;muted);<br \/>\n    font-weight: 600; border-right: 1px solid var(&#8211;border);<br \/>\n  }<br \/>\n  .specs-val { padding: 11px 18px; font-size: 14px; font-weight: 600; color: var(&#8211;text); }<\/p>\n<p>  \/* \u2500\u2500 FEATURES \u2500\u2500 *\/<br \/>\n  .features-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; margin-top: 56px; }<br \/>\n  .feature-card {<br \/>\n    background: var(&#8211;white); border: 2px solid var(&#8211;border);<br \/>\n    padding: 36px; border-radius: 4px; transition: all 0.3s;<br \/>\n    box-shadow: 0 2px 12px rgba(0,0,0,0.04);<br \/>\n  }<br \/>\n  .feature-card:hover {<br \/>\n    border-color: var(&#8211;blue);<br \/>\n    box-shadow: 0 8px 32px rgba(45,63,224,0.12);<br \/>\n    transform: translateY(-3px);<br \/>\n  }<br \/>\n  .feature-icon {<br \/>\n    width: 48px; height: 48px; border-radius: 10px;<br \/>\n    background: var(&#8211;blue-light); border: 1.5px solid var(&#8211;blue-mid);<br \/>\n    display: flex; align-items: center; justify-content: center;<br \/>\n    margin-bottom: 18px;<br \/>\n  }<br \/>\n  .feature-icon svg { width: 22px; height: 22px; color: var(&#8211;blue); }<br \/>\n  .feature-title {<br \/>\n    font-family: &lsquo;Barlow Condensed&rsquo;, sans-serif;<br \/>\n    font-weight: 700; font-size: 20px;<br \/>\n    text-transform: uppercase; color: var(&#8211;text);<br \/>\n    margin-bottom: 8px;<br \/>\n  }<br \/>\n  .feature-card p { font-size: 15px; color: var(&#8211;text-mid); line-height: 1.65; }<\/p>\n<p>  \/* \u2500\u2500 REVIEWS \u2500\u2500 *\/<br \/>\n  .reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 48px; }<br \/>\n  .review-card {<br \/>\n    background: var(&#8211;white); border: 1.5px solid var(&#8211;border);<br \/>\n    border-top: 3px solid var(&#8211;gold);<br \/>\n    padding: 28px; border-radius: 4px; transition: transform 0.2s;<br \/>\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);<br \/>\n  }<br \/>\n  .review-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(201,168,76,0.15); }<br \/>\n  .stars { display: flex; gap: 3px; margin-bottom: 14px; }<br \/>\n  .star { color: var(&#8211;gold); font-size: 17px; }<br \/>\n  .review-text { font-size: 15px; color: var(&#8211;text-mid); line-height: 1.65; margin-bottom: 20px; font-style: italic; }<br \/>\n  .review-author { display: flex; align-items: center; gap: 12px; }<br \/>\n  .review-avatar {<br \/>\n    width: 38px; height: 38px; background: var(&#8211;blue-light);<br \/>\n    border: 1.5px solid var(&#8211;blue-mid); border-radius: 50%;<br \/>\n    display: flex; align-items: center; justify-content: center;<br \/>\n    font-family: &lsquo;Barlow Condensed&rsquo;, sans-serif;<br \/>\n    font-weight: 800; font-size: 15px; color: var(&#8211;blue); flex-shrink: 0;<br \/>\n  }<br \/>\n  .review-name { font-weight: 700; font-size: 14px; color: var(&#8211;text); }<br \/>\n  .review-tag { font-size: 12px; color: var(&#8211;muted); }<br \/>\n  .review-badge {<br \/>\n    margin-left: auto;<br \/>\n    background: rgba(30,140,90,0.1); border: 1px solid rgba(30,140,90,0.25);<br \/>\n    color: var(&#8211;green); font-size: 10px; font-weight: 700;<br \/>\n    letter-spacing: 1px; text-transform: uppercase; padding: 3px 8px; border-radius: 2px;<br \/>\n  }<\/p>\n<p>  \/* \u2500\u2500 RATING SUMMARY \u2500\u2500 *\/<br \/>\n  .rating-summary {<br \/>\n    display: flex; align-items: center; gap: 48px;<br \/>\n    background: var(&#8211;white); border: 2px solid var(&#8211;border);<br \/>\n    border-radius: 6px; padding: 36px;<br \/>\n    margin: 0 auto 16px; max-width: 640px;<br \/>\n    box-shadow: 0 4px 20px rgba(201,168,76,0.1);<br \/>\n  }<br \/>\n  .rating-big { text-align: center; flex-shrink: 0; }<br \/>\n  .rating-big .num {<br \/>\n    font-family: &lsquo;Barlow Condensed&rsquo;, sans-serif;<br \/>\n    font-weight: 900; font-size: 72px;<br \/>\n    line-height: 1; color: var(&#8211;gold);<br \/>\n  }<br \/>\n  .rating-big .out { font-size: 13px; color: var(&#8211;muted); margin-top: 4px; }<br \/>\n  .rating-bars { flex: 1; display: flex; flex-direction: column; gap: 8px; }<br \/>\n  .bar-row { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(&#8211;muted); }<br \/>\n  .bar-track { flex: 1; height: 6px; background: var(&#8211;light-gray); border-radius: 3px; overflow: hidden; }<br \/>\n  .bar-fill { height: 100%; background: var(&#8211;gold); border-radius: 3px; }<br \/>\n  .bar-count { width: 22px; text-align: right; font-size: 12px; color: var(&#8211;text-mid); font-weight: 600; }<\/p>\n<p>  \/* \u2500\u2500 CTA \/ COMMANDER \u2500\u2500 *\/<br \/>\n  .cta-section {<br \/>\n    padding: 100px 80px;<br \/>\n    display: grid; grid-template-columns: 1fr 1fr;<br \/>\n    gap: 80px; align-items: center;<br \/>\n    background: linear-gradient(135deg, #f0f2ff 0%, #fff 60%, #fdf9ee 100%);<br \/>\n    border-top: 2px solid var(&#8211;border);<br \/>\n  }<br \/>\n  .cta-content .section-title { font-size: 52px; margin-bottom: 18px; }<br \/>\n  .cta-content p { font-size: 17px; color: var(&#8211;text-mid); line-height: 1.75; margin-bottom: 14px; }<\/p>\n<p>  .order-box {<br \/>\n    background: var(&#8211;white); border: 2px solid var(&#8211;border);<br \/>\n    border-radius: 6px; padding: 36px;<br \/>\n    box-shadow: 0 12px 48px rgba(45,63,224,0.12);<br \/>\n  }<br \/>\n  .order-box-title {<br \/>\n    font-family: &lsquo;Barlow Condensed&rsquo;, sans-serif;<br \/>\n    font-weight: 700; font-size: 13px;<br \/>\n    letter-spacing: 3px; text-transform: uppercase;<br \/>\n    color: var(&#8211;muted); margin-bottom: 24px;<br \/>\n    padding-bottom: 16px; border-bottom: 1.5px solid var(&#8211;border);<br \/>\n  }<\/p>\n<p>  .qty-options { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }<br \/>\n  .qty-option {<br \/>\n    display: flex; align-items: center; justify-content: space-between;<br \/>\n    border: 2px solid var(&#8211;border); border-radius: 4px;<br \/>\n    padding: 14px 16px; cursor: pointer; transition: all 0.2s;<br \/>\n    background: var(&#8211;white);<br \/>\n  }<br \/>\n  .qty-option:hover { border-color: var(&#8211;blue); background: var(&#8211;blue-light); }<br \/>\n  .qty-option.active { border-color: var(&#8211;blue); background: var(&#8211;blue-light); }<br \/>\n  .qty-left { display: flex; align-items: center; gap: 12px; }<br \/>\n  .qty-dot {<br \/>\n    width: 16px; height: 16px;<br \/>\n    border: 2px solid var(&#8211;border); border-radius: 50%; transition: all 0.2s;<br \/>\n    flex-shrink: 0;<br \/>\n  }<br \/>\n  .qty-option.active .qty-dot { border-color: var(&#8211;blue); background: var(&#8211;blue); }<br \/>\n  .qty-label { font-weight: 700; font-size: 15px; color: var(&#8211;text); }<br \/>\n  .qty-sub { font-size: 12px; color: var(&#8211;muted); }<br \/>\n  .qty-price {<br \/>\n    font-family: &lsquo;Barlow Condensed&rsquo;, sans-serif;<br \/>\n    font-weight: 900; font-size: 24px; color: var(&#8211;blue);<br \/>\n  }<br \/>\n  .qty-badge {<br \/>\n    font-size: 10px; font-weight: 700;<br \/>\n    background: var(&#8211;gold); color: var(&#8211;white);<br \/>\n    padding: 2px 7px; border-radius: 2px;<br \/>\n    margin-left: 6px;<br \/>\n    box-shadow: 0 1px 4px rgba(201,168,76,0.4);<br \/>\n  }<\/p>\n<p>  .guarantees { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }<br \/>\n  .guarantee-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(&#8211;text-mid); }<br \/>\n  .guarantee-item svg { width: 16px; height: 16px; color: var(&#8211;green); flex-shrink: 0; }<\/p>\n<p>  .btn-order {<br \/>\n    width: 100%; background: var(&#8211;blue); color: var(&#8211;white);<br \/>\n    border: none; padding: 18px; border-radius: 4px;<br \/>\n    font-family: &lsquo;Barlow Condensed&rsquo;, sans-serif;<br \/>\n    font-weight: 800; font-size: 18px;<br \/>\n    letter-spacing: 3px; text-transform: uppercase;<br \/>\n    cursor: pointer; transition: all 0.25s;<br \/>\n    display: flex; align-items: center; justify-content: center; gap: 10px;<br \/>\n    box-shadow: 0 6px 20px rgba(45,63,224,0.35);<br \/>\n  }<br \/>\n  .btn-order:hover {<br \/>\n    background: var(&#8211;blue-dark);<br \/>\n    box-shadow: 0 10px 30px rgba(45,63,224,0.5);<br \/>\n    transform: translateY(-2px);<br \/>\n  }<br \/>\n  .btn-order svg { width: 20px; height: 20px; }<br \/>\n  .payment-icons { margin-top: 14px; text-align: center; font-size: 12px; color: var(&#8211;muted); letter-spacing: 1px; }<\/p>\n<p>  \/* \u2500\u2500 FOOTER \u2500\u2500 *\/<br \/>\n  footer {<br \/>\n    background: var(&#8211;text); border-top: 3px solid var(&#8211;blue);<br \/>\n    padding: 48px 80px;<br \/>\n    display: flex; align-items: center; justify-content: space-between;<br \/>\n  }<br \/>\n  .footer-logo {<br \/>\n    font-family: &lsquo;Barlow Condensed&rsquo;, sans-serif;<br \/>\n    font-weight: 900; font-size: 20px;<br \/>\n    letter-spacing: 3px; text-transform: uppercase;<br \/>\n  }<br \/>\n  .footer-copy { font-size: 13px; color: rgba(255,255,255,0.4); }<br \/>\n  .footer-links { display: flex; gap: 20px; }<br \/>\n  .footer-links a { font-size: 13px; color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s; }<br \/>\n  .footer-links a:hover { color: var(&#8211;gold); }<\/p>\n<p>  \/* \u2500\u2500 REVEAL \u2500\u2500 *\/<br \/>\n  .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.65s ease, transform 0.65s ease; }<br \/>\n  .reveal.visible { opacity: 1; transform: translateY(0); }<\/p>\n<p>  @media (max-width: 900px) {<br \/>\n    .hero { grid-template-columns: 1fr; }<br \/>\n    .hero-content { padding: 60px 28px; }<br \/>\n    .hero-visual { display: none; }<br \/>\n    .section { padding: 60px 28px; }<br \/>\n    .video-section { grid-template-columns: 1fr; gap: 40px; padding: 60px 28px; }<br \/>\n    .steps-grid, .features-grid, .reviews-grid { grid-template-columns: 1fr; }<br \/>\n    .cta-section { grid-template-columns: 1fr; padding: 60px 28px; }<br \/>\n    .pvs-grid { grid-template-columns: 1fr; }<br \/>\n    .pvs-divider { writing-mode: horizontal-tb; height: 44px; width: 100%; }<br \/>\n    .pvs-col.problem { border-right: 1.5px solid var(&#8211;border); border-bottom: none; border-radius: 4px 4px 0 0; }<br \/>\n    .pvs-col.solution { border-left: 1.5px solid var(&#8211;blue-mid); border-radius: 0 0 4px 4px; }<br \/>\n    footer { flex-direction: column; gap: 20px; padding: 40px 28px; text-align: center; }<br \/>\n    .stat-chips { display: none; }<br \/>\n    header { padding: 0 20px; }<br \/>\n    nav { display: none; }<br \/>\n  }<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\/* === FREEVISIO &#8211; CSS \u00e0 coller dans Apparence > Personnaliser > CSS additionnel === *\/ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { &#8211;blue: #2D3FE0; &#8211;blue-dark: #1e2db0; &#8211;blue-light: #eef0fd; &#8211;blue-mid: #d0d5fa; &#8211;gold: #C9A84C; &#8211;gold-light: #fdf6e3; &#8211;gold-dark: #a07c28; &#8211;white: #ffffff; &#8211;off-white: #f7f8fc; &#8211;light-gray: #eef0f5; &#8211;border: #dde2f0; &#8211;text: #1a1d2e; &#8211;text-mid: #3d4366; &hellip; <a href=\"https:\/\/www.freevisio.com\/index.php\/freevisio-produit\/\" class=\"more-link\">Continuer la lecture <span class=\"screen-reader-text\">FreeVisio &#8211; Produit<\/span><span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"page-templates\/full-width.php","meta":{"footnotes":""},"class_list":["post-9400","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>FreeVisio - Produit - Freevisio<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.freevisio.com\/index.php\/freevisio-produit\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FreeVisio - Produit - Freevisio\" \/>\n<meta property=\"og:description\" content=\"\/* === FREEVISIO &#8211; CSS \u00e0 coller dans Apparence &gt; Personnaliser &gt; CSS additionnel === *\/ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { &#8211;blue: #2D3FE0; &#8211;blue-dark: #1e2db0; &#8211;blue-light: #eef0fd; &#8211;blue-mid: #d0d5fa; &#8211;gold: #C9A84C; &#8211;gold-light: #fdf6e3; &#8211;gold-dark: #a07c28; &#8211;white: #ffffff; &#8211;off-white: #f7f8fc; &#8211;light-gray: #eef0f5; &#8211;border: #dde2f0; &#8211;text: #1a1d2e; &#8211;text-mid: #3d4366; &hellip; Continuer la lecture FreeVisio &#8211; Produit&rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.freevisio.com\/index.php\/freevisio-produit\/\" \/>\n<meta property=\"og:site_name\" content=\"Freevisio\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-27T03:52:43+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"13 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.freevisio.com\\\/index.php\\\/freevisio-produit\\\/\",\"url\":\"https:\\\/\\\/www.freevisio.com\\\/index.php\\\/freevisio-produit\\\/\",\"name\":\"FreeVisio - Produit - Freevisio\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.freevisio.com\\\/#website\"},\"datePublished\":\"2026-05-27T03:42:39+00:00\",\"dateModified\":\"2026-05-27T03:52:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.freevisio.com\\\/index.php\\\/freevisio-produit\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.freevisio.com\\\/index.php\\\/freevisio-produit\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.freevisio.com\\\/index.php\\\/freevisio-produit\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.freevisio.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FreeVisio &#8211; Produit\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.freevisio.com\\\/#website\",\"url\":\"https:\\\/\\\/www.freevisio.com\\\/\",\"name\":\"Freevisio\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.freevisio.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.freevisio.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.freevisio.com\\\/#organization\",\"name\":\"Freevisio\",\"url\":\"https:\\\/\\\/www.freevisio.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/www.freevisio.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.freevisio.com\\\/wp-content\\\/uploads\\\/2018\\\/09\\\/FVpetitlogo2-e1537113081419.png\",\"contentUrl\":\"https:\\\/\\\/www.freevisio.com\\\/wp-content\\\/uploads\\\/2018\\\/09\\\/FVpetitlogo2-e1537113081419.png\",\"width\":50,\"height\":79,\"caption\":\"Freevisio\"},\"image\":{\"@id\":\"https:\\\/\\\/www.freevisio.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/freevisio_insta\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"FreeVisio - Produit - Freevisio","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.freevisio.com\/index.php\/freevisio-produit\/","og_locale":"fr_FR","og_type":"article","og_title":"FreeVisio - Produit - Freevisio","og_description":"\/* === FREEVISIO &#8211; CSS \u00e0 coller dans Apparence > Personnaliser > CSS additionnel === *\/ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { &#8211;blue: #2D3FE0; &#8211;blue-dark: #1e2db0; &#8211;blue-light: #eef0fd; &#8211;blue-mid: #d0d5fa; &#8211;gold: #C9A84C; &#8211;gold-light: #fdf6e3; &#8211;gold-dark: #a07c28; &#8211;white: #ffffff; &#8211;off-white: #f7f8fc; &#8211;light-gray: #eef0f5; &#8211;border: #dde2f0; &#8211;text: #1a1d2e; &#8211;text-mid: #3d4366; &hellip; Continuer la lecture FreeVisio &#8211; Produit&rarr;","og_url":"https:\/\/www.freevisio.com\/index.php\/freevisio-produit\/","og_site_name":"Freevisio","article_modified_time":"2026-05-27T03:52:43+00:00","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"13 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.freevisio.com\/index.php\/freevisio-produit\/","url":"https:\/\/www.freevisio.com\/index.php\/freevisio-produit\/","name":"FreeVisio - Produit - Freevisio","isPartOf":{"@id":"https:\/\/www.freevisio.com\/#website"},"datePublished":"2026-05-27T03:42:39+00:00","dateModified":"2026-05-27T03:52:43+00:00","breadcrumb":{"@id":"https:\/\/www.freevisio.com\/index.php\/freevisio-produit\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.freevisio.com\/index.php\/freevisio-produit\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.freevisio.com\/index.php\/freevisio-produit\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.freevisio.com\/"},{"@type":"ListItem","position":2,"name":"FreeVisio &#8211; Produit"}]},{"@type":"WebSite","@id":"https:\/\/www.freevisio.com\/#website","url":"https:\/\/www.freevisio.com\/","name":"Freevisio","description":"","publisher":{"@id":"https:\/\/www.freevisio.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.freevisio.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/www.freevisio.com\/#organization","name":"Freevisio","url":"https:\/\/www.freevisio.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.freevisio.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.freevisio.com\/wp-content\/uploads\/2018\/09\/FVpetitlogo2-e1537113081419.png","contentUrl":"https:\/\/www.freevisio.com\/wp-content\/uploads\/2018\/09\/FVpetitlogo2-e1537113081419.png","width":50,"height":79,"caption":"Freevisio"},"image":{"@id":"https:\/\/www.freevisio.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/freevisio_insta\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.freevisio.com\/index.php\/wp-json\/wp\/v2\/pages\/9400","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.freevisio.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.freevisio.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.freevisio.com\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.freevisio.com\/index.php\/wp-json\/wp\/v2\/comments?post=9400"}],"version-history":[{"count":1,"href":"https:\/\/www.freevisio.com\/index.php\/wp-json\/wp\/v2\/pages\/9400\/revisions"}],"predecessor-version":[{"id":9402,"href":"https:\/\/www.freevisio.com\/index.php\/wp-json\/wp\/v2\/pages\/9400\/revisions\/9402"}],"wp:attachment":[{"href":"https:\/\/www.freevisio.com\/index.php\/wp-json\/wp\/v2\/media?parent=9400"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}