{"id":10,"date":"2026-09-17T20:56:07","date_gmt":"2026-09-17T20:56:07","guid":{"rendered":"http:\/\/jrc-renovation.fr\/?page_id=10"},"modified":"2026-09-17T22:02:08","modified_gmt":"2026-09-17T22:02:08","slug":"accueil","status":"publish","type":"page","link":"https:\/\/jrc-renovation.fr\/?page_id=10","title":{"rendered":"Accueil"},"content":{"rendered":"\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-794e3cfa wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<!--\n  JRC R\u00c9NOVATION \u2014 one-pager, rebuilt for WordPress\n  ---------------------------------------------------\n  HOW TO USE:\n  1. In the WordPress block editor, add a \"Custom HTML\" block.\n  2. Paste this entire file into it. Publish\/preview.\n  3. Replace the image URLs (search \"REPLACE ME\") once you've uploaded\n     your own photos to the Media Library.\n  4. Swap the placeholder <form> for your form plugin's shortcode\/block\n     (see the big comment above the form section below).\n  All styles are scoped under .jrc-page so they won't leak into the\n  rest of your theme.\n-->\n<div class=\"jrc-page\">\n<style>\n  .jrc-page {\n    --jrc-ink: #1c1b19;\n    --jrc-paper: #f5f2ec;\n    --jrc-brick: #a94a2e;\n    --jrc-brick-dark: #8a3b24;\n    --jrc-stone: #8a8578;\n    --jrc-line: rgba(28,27,25,0.12);\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    color: var(--jrc-ink);\n    background: var(--jrc-paper);\n    line-height: 1.5;\n    \/* Full-bleed: break out of the theme's centered content container,\n       regardless of how wide\/narrow that container is. *\/\n    width: 100vw;\n    position: relative;\n    left: 50%;\n    right: 50%;\n    margin-left: -50vw;\n    margin-right: -50vw;\n  }\n  .jrc-page * { box-sizing: border-box; }\n  \/* Prevents a horizontal scrollbar caused by the 100vw trick above,\n     since 100vw can be very slightly wider than the visible viewport\n     if a scrollbar is present. Safe to leave in even if it duplicates\n     a rule your theme already has. *\/\n  html, body { overflow-x: hidden; }\n  .jrc-page img { max-width: 100%; display: block; }\n  .jrc-page h1, .jrc-page h2 {\n    font-family: 'Fraunces', Georgia, 'Times New Roman', serif;\n    font-weight: 600;\n    line-height: 1.1;\n    margin: 0;\n  }\n  .jrc-page a { text-decoration: none; color: inherit; }\n  .jrc-section { padding: 72px 24px; }\n  .jrc-inner { max-width: 1080px; margin: 0 auto; }\n\n  \/* ---------- Header ---------- *\/\n  .jrc-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 20px 24px;\n    background: var(--jrc-ink);\n    margin-top: -1px;\n  }\n  .jrc-logo {\n    font-family: 'Fraunces', Georgia, serif;\n    font-size: 20px;\n    font-weight: 600;\n    color: var(--jrc-paper);\n    letter-spacing: 0.01em;\n  }\n  .jrc-nav { display: flex; gap: 28px; }\n  .jrc-nav a {\n    color: var(--jrc-paper);\n    font-size: 15px;\n    opacity: 0.85;\n    transition: opacity 0.15s ease;\n  }\n  .jrc-nav a:hover { opacity: 1; }\n\n  \/* ---------- Hero ---------- *\/\n  .jrc-hero {\n    position: relative;\n    min-height: 560px;\n    display: flex;\n    align-items: flex-end;\n    background: #000;\n    overflow: hidden;\n  }\n  .jrc-hero img {\n    position: absolute; inset: 0;\n    width: 100%; height: 100%;\n    object-fit: cover;\n    opacity: 0.65;\n  }\n  .jrc-hero-content {\n    position: relative;\n    padding: 56px 40px;\n    max-width: 640px;\n  }\n  .jrc-hero h1 {\n    color: #fff;\n    font-size: clamp(36px, 6vw, 56px);\n    margin-bottom: 24px;\n  }\n  .jrc-btn {\n    display: inline-block;\n    background: var(--jrc-brick);\n    color: #fff;\n    font-size: 15px;\n    font-weight: 600;\n    padding: 14px 28px;\n    border-radius: 2px;\n    border: none;\n    cursor: pointer;\n    transition: background 0.15s ease;\n  }\n  .jrc-btn:hover { background: var(--jrc-brick-dark); }\n\n  \/* ---------- R\u00e9alisations ---------- *\/\n  .jrc-realisations h2 { font-size: clamp(28px, 4vw, 38px); margin-bottom: 16px; }\n  .jrc-realisations p {\n    max-width: 640px;\n    color: var(--jrc-ink);\n    opacity: 0.8;\n    font-size: 16px;\n    margin-bottom: 40px;\n  }\n  .jrc-gallery {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n    gap: 16px;\n  }\n  .jrc-gallery a {\n    display: block;\n    aspect-ratio: 4 \/ 3;\n    overflow: hidden;\n    border-radius: 2px;\n  }\n  .jrc-gallery img {\n    width: 100%; height: 100%;\n    object-fit: cover;\n    transition: transform 0.3s ease;\n  }\n  .jrc-gallery a:hover img { transform: scale(1.05); }\n\n  \/* ---------- Avis clients ---------- *\/\n  .jrc-avis { background: var(--jrc-ink); color: var(--jrc-paper); }\n  .jrc-avis h2 { color: var(--jrc-paper); font-size: clamp(28px, 4vw, 38px); margin-bottom: 8px; }\n  .jrc-avis .jrc-subtitle { opacity: 0.7; margin-bottom: 40px; font-size: 16px; }\n  .jrc-testimonials {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 24px;\n  }\n  .jrc-testimonial {\n    border: 1px solid rgba(245,242,236,0.15);\n    border-radius: 2px;\n    padding: 28px;\n  }\n  .jrc-testimonial p { font-size: 15px; opacity: 0.9; margin: 0 0 16px; }\n  .jrc-testimonial .jrc-author { font-size: 14px; font-weight: 600; opacity: 0.75; }\n\n  \/* ---------- Devis form ---------- *\/\n  .jrc-devis h2 { font-size: clamp(28px, 4vw, 38px); margin-bottom: 12px; }\n  .jrc-devis p { max-width: 560px; opacity: 0.8; margin-bottom: 32px; }\n  .jrc-form { display: grid; gap: 16px; max-width: 640px; }\n  .jrc-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }\n  @media (max-width: 560px) { .jrc-form-row { grid-template-columns: 1fr; } }\n  .jrc-form label {\n    display: block;\n    font-size: 13px;\n    font-weight: 600;\n    margin-bottom: 6px;\n  }\n  .jrc-form input,\n  .jrc-form select,\n  .jrc-form textarea {\n    width: 100%;\n    font-family: inherit;\n    font-size: 15px;\n    padding: 12px 14px;\n    border: 1px solid var(--jrc-line);\n    border-radius: 2px;\n    background: #fff;\n    color: var(--jrc-ink);\n  }\n  .jrc-form textarea { min-height: 120px; resize: vertical; }\n  .jrc-form .jrc-btn { justify-self: start; margin-top: 8px; }\n\n  \/* ---------- Footer ---------- *\/\n  .jrc-footer {\n    background: var(--jrc-ink);\n    color: var(--jrc-paper);\n    padding: 40px 24px 24px;\n    text-align: center;\n  }\n  .jrc-footer .jrc-logo { justify-content: center; margin-bottom: 8px; }\n  .jrc-footer .jrc-tagline {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    opacity: 0.7;\n    margin-bottom: 20px;\n  }\n  .jrc-socials { display: flex; justify-content: center; gap: 16px; margin-bottom: 24px; }\n  .jrc-socials a {\n    width: 36px; height: 36px;\n    border: 1px solid rgba(245,242,236,0.25);\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 13px;\n  }\n  .jrc-copyright { font-size: 12px; opacity: 0.55; }\n<\/style>\n\n<!-- ===== Header ===== -->\n<header class=\"jrc-header\">\n  <div class=\"jrc-logo\">JRC R\u00e9novation<\/div>\n  <nav class=\"jrc-nav\">\n    <a href=\"#top\">Accueil<\/a>\n    <a href=\"#avis\">Avis clients<\/a>\n    <a href=\"#devis\">Contact<\/a>\n  <\/nav>\n<\/header>\n\n<!-- ===== Hero ===== -->\n<section class=\"jrc-hero\" id=\"top\">\n  <img decoding=\"async\" src=\"REPLACE-IMAGE\" alt=\"Chantier de r\u00e9novation JRC R\u00e9novation\">\n  <div class=\"jrc-hero-content\">\n    <h1>JRC R\u00e9novation<\/h1>\n    <a class=\"jrc-btn\" href=\"#devis\">Demander un devis<\/a>\n  <\/div>\n<\/section>\n\n<!-- ===== R\u00e9alisations ===== -->\n<section class=\"jrc-section jrc-realisations\">\n  <div class=\"jrc-inner\">\n    <h2>R\u00e9alisations<\/h2>\n    <p>JRC r\u00e9novation brille par sa polyvalence dans plusieurs domaines, de la charpente au placo, en passant par l&rsquo;entretien de toiture. Votre bien retrouvera de sa valeur aussit\u00f4t.<\/p>\n    <div class=\"jrc-gallery\">\n      <a href=\"REPLACE-IMAGE\" target=\"_blank\" rel=\"noopener\">\n        <img decoding=\"async\" src=\"REPLACE-IMAGE\" alt=\"R\u00e9alisation 1\">\n      <\/a>\n      <a href=\"REPLACE-IMAGE\" target=\"_blank\" rel=\"noopener\">\n        <img decoding=\"async\" src=\"REPLACE-IMAGE\" alt=\"R\u00e9alisation 2\">\n      <\/a>\n      <a href=\"REPLACE-IMAGE\" target=\"_blank\" rel=\"noopener\">\n        <img decoding=\"async\" src=\"REPLACE-IMAGE\" alt=\"R\u00e9alisation 3\">\n      <\/a>\n      <a href=\"REPLACE-IMAGE\" target=\"_blank\" rel=\"noopener\">\n        <img decoding=\"async\" src=\"REPLACE-IMAGE\" alt=\"R\u00e9alisation 4\">\n      <\/a>\n      <a href=\"REPLACE-IMAGE\" target=\"_blank\" rel=\"noopener\">\n        <img decoding=\"async\" src=\"REPLACE-IMAGE\" alt=\"R\u00e9alisation 5\">\n      <\/a>\n    <\/div>\n    <!-- REPLACE ME: once you've uploaded your own photos to the WordPress\n         Media Library, swap each src (and the matching href above) for\n         your new attachment URL. -->\n  <\/div>\n<\/section>\n\n<!-- ===== Avis clients ===== -->\n<section class=\"jrc-section jrc-avis\" id=\"avis\">\n  <div class=\"jrc-inner\">\n    <h2>Avis clients<\/h2>\n    <div class=\"jrc-subtitle\">Ils nous ont fait confiance<\/div>\n    <div class=\"jrc-testimonials\">\n      <!-- REPLACE ME: swap in real client reviews -->\n      <div class=\"jrc-testimonial\">\n        <p>\u00ab\u00a0Chantier propre, d\u00e9lais respect\u00e9s, et un r\u00e9sultat qui a redonn\u00e9 du cachet \u00e0 notre fa\u00e7ade.\u00a0\u00bb<\/p>\n        <div class=\"jrc-author\">\u2014 Client, Toiture &amp; fa\u00e7ade<\/div>\n      <\/div>\n      <div class=\"jrc-testimonial\">\n        <p>\u00ab\u00a0\u00c9quipe s\u00e9rieuse et \u00e0 l&rsquo;\u00e9coute, du devis jusqu&rsquo;\u00e0 la derni\u00e8re retouche.\u00a0\u00bb<\/p>\n        <div class=\"jrc-author\">\u2014 Client, R\u00e9novation int\u00e9rieure<\/div>\n      <\/div>\n      <div class=\"jrc-testimonial\">\n        <p>\u00ab\u00a0Un vrai savoir-faire sur la charpente, on recommande sans h\u00e9siter.\u00a0\u00bb<\/p>\n        <div class=\"jrc-author\">\u2014 Client, Charpente<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== Devis form =====\n     The markup below just LOOKS like a form. To actually receive\n     submissions on WordPress, install a form plugin (Contact Form 7,\n     WPForms, or Fluent Forms are the most common) and either:\n       a) delete the <form>...<\/form> block below and paste that\n          plugin's shortcode\/block in its place, or\n       b) rebuild the same fields inside the plugin's own form builder\n          and just reuse the surrounding <section> for layout\/styling.\n-->\n<section class=\"jrc-section jrc-devis\" id=\"devis\">\n  <div class=\"jrc-inner\">\n    <h2>Demande de Devis Gratuit<\/h2>\n    <p>Confiez-nous votre projet de r\u00e9novation. Nos experts vous r\u00e9pondent sous 48h avec une estimation pr\u00e9cise et sans engagement.<\/p>\n\n    <form class=\"jrc-form\" action=\"#\" method=\"post\">\n      <div class=\"jrc-form-row\">\n        <div>\n          <label for=\"jrc-nom\">Nom*<\/label>\n          <input type=\"text\" id=\"jrc-nom\" name=\"nom\" required=\"\">\n        <\/div>\n        <div>\n          <label for=\"jrc-email\">Email*<\/label>\n          <input type=\"email\" id=\"jrc-email\" name=\"email\" required=\"\">\n        <\/div>\n      <\/div>\n      <div>\n        <label for=\"jrc-tel\">T\u00e9l\u00e9phone<\/label>\n        <input type=\"tel\" id=\"jrc-tel\" name=\"telephone\">\n      <\/div>\n      <div>\n        <label for=\"jrc-type\">Type de projet*<\/label>\n        <select id=\"jrc-type\" name=\"type_projet\" required=\"\">\n          <option value=\"\" selected=\"\" disabled=\"\">S\u00e9lectionnez un type de projet<\/option>\n          <option value=\"toiture\">Toiture<\/option>\n          <option value=\"charpente\">Charpente<\/option>\n          <option value=\"placo\">Placo \/ Isolation<\/option>\n          <option value=\"renovation-generale\">R\u00e9novation g\u00e9n\u00e9rale<\/option>\n          <option value=\"autre\">Autre<\/option>\n        <\/select>\n      <\/div>\n      <div>\n        <label for=\"jrc-message\">Description du besoin*<\/label>\n        <textarea id=\"jrc-message\" name=\"message\" required=\"\"><\/textarea>\n      <\/div>\n      <button type=\"submit\" class=\"jrc-btn\">Envoyer<\/button>\n    <\/form>\n  <\/div>\n<\/section>\n\n<!-- ===== Footer ===== -->\n<footer class=\"jrc-footer\">\n  <div class=\"jrc-logo\">JRC R\u00e9novation<\/div>\n  <div class=\"jrc-tagline\">R\u00c9NOVATION G\u00c9N\u00c9RALE<\/div>\n  <div class=\"jrc-socials\">\n    <a href=\"http:\/\/www.facebook.com\" target=\"_blank\" rel=\"noopener\" aria-label=\"Facebook\">f<\/a>\n    <a href=\"http:\/\/www.instagram.com\" target=\"_blank\" rel=\"noopener\" aria-label=\"Instagram\">ig<\/a>\n    <a href=\"http:\/\/www.youtube.com\" target=\"_blank\" rel=\"noopener\" aria-label=\"YouTube\">yt<\/a>\n    <a href=\"http:\/\/www.x.com\" target=\"_blank\" rel=\"noopener\" aria-label=\"X\">x<\/a>\n    <a href=\"http:\/\/www.linkedin.com\" target=\"_blank\" rel=\"noopener\" aria-label=\"LinkedIn\">in<\/a>\n    <a href=\"http:\/\/www.tiktok.com\" target=\"_blank\" rel=\"noopener\" aria-label=\"TikTok\">tt<\/a>\n  <\/div>\n  <!-- REPLACE ME: point these at your real social profiles -->\n  <div class=\"jrc-copyright\">\u00a9 2026 R\u00e9novation G\u00e9n\u00e9rale. Tous droits r\u00e9serv\u00e9s.<\/div>\n<\/footer>\n<\/div>\n\n<!-- Fraunces + Inter from Google Fonts. WordPress can strip <link> tags\n     from post content on some setups, so this is loaded via @import\n     instead, which survives inside a Custom HTML block. -->\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Fraunces:wght@500;600&family=Inter:wght@400;500;600&display=swap');\n<\/style>\n<\/div>\n<\/div>\n\n\n\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Fraunces:wght@500;600&family=Inter:wght@400;500;600&display=swap');\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>JRC R\u00e9novation Accueil Avis clients Contact JRC R\u00e9novation Demander un devis R\u00e9alisations JRC r\u00e9novation brille par sa polyvalence dans plusieurs domaines, de la charpente au placo, en passant par l&rsquo;entretien de toiture. Votre bien retrouvera de sa valeur aussit\u00f4t. Avis clients Ils nous ont fait confiance \u00ab\u00a0Chantier propre, d\u00e9lais respect\u00e9s, et un r\u00e9sultat qui a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"blank","meta":{"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/jrc-renovation.fr\/index.php?rest_route=\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jrc-renovation.fr\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jrc-renovation.fr\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jrc-renovation.fr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jrc-renovation.fr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10"}],"version-history":[{"count":7,"href":"https:\/\/jrc-renovation.fr\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":70,"href":"https:\/\/jrc-renovation.fr\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions\/70"}],"wp:attachment":[{"href":"https:\/\/jrc-renovation.fr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}