{"id":120,"date":"2026-02-11T20:31:50","date_gmt":"2026-02-11T20:31:50","guid":{"rendered":"https:\/\/jaille.pro\/?page_id=120"},"modified":"2026-05-13T14:27:50","modified_gmt":"2026-05-13T14:27:50","slug":"jaille","status":"publish","type":"page","link":"https:\/\/jaille.pro\/","title":{"rendered":"Jaille"},"content":{"rendered":"\n<!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>Matthieu Jaille | Peintre en B\u00e2timent \u00e0 Halsou (64) &#8211; Pays Basque<\/title>\n  <meta name=\"description\" content=\"Artisan peintre professionnel \u00e0 Halsou dans le Pays Basque. Peinture int\u00e9rieure, ext\u00e9rieure, d\u00e9coration et ravalement de fa\u00e7ade. Devis gratuit.\">\n  <meta name=\"keywords\" content=\"peintre Halsou, peintre Pays Basque, peintre b\u00e2timent 64, ravalement fa\u00e7ade, d\u00e9coration int\u00e9rieure, Matthieu Jaille\">\n  \n  <style>\n    \/* DESIGN SYSTEM : ARTISAN MODERNE BASQUE *\/\n    :root {\n      --background: 0 0% 100%;\n      --foreground: 215 25% 27%; \/* Gris ardoise fonc\u00e9 *\/\n      \n      \/* Bleu Profond (Confiance) *\/\n      --primary: 215 80% 25%; \n      --primary-foreground: 0 0% 100%;\n      \n      \/* Rouge Basque (Accent pour l'action) *\/\n      --accent: 350 80% 55%; \n      --accent-hover: 350 85% 45%;\n      \n      --secondary: 220 20% 97%; \/* Fond tr\u00e8s clair *\/\n      --border: 215 20% 90%;\n      --radius: 0.5rem;\n    }\n    \n    .mj-page * {\n      margin: 0; padding: 0; box-sizing: border-box;\n    }\n    .mj-page {\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;\n      color: hsl(var(--foreground));\n      background: hsl(var(--background));\n      line-height: 1.6;\n      scroll-behavior: smooth;\n    }\n\n    \/* Marquee (Infos rapides) *\/\n    .mj-marquee {\n      background: hsl(var(--primary));\n      color: hsl(var(--primary-foreground));\n      padding: 0.5rem 0;\n      white-space: nowrap;\n      overflow: hidden;\n      font-size: 0.9rem;\n      font-weight: 500;\n    }\n    .mj-marquee-content {\n      display: inline-block;\n      animation: marquee 20s linear infinite;\n    }\n    @keyframes marquee {\n      0% { transform: translateX(100%); }\n      100% { transform: translateX(-100%); }\n    }\n\n    \/* Header *\/\n    .mj-header {\n      background: white; box-shadow: 0 2px 15px rgba(0,0,0,0.05);\n      position: sticky; top: 0; z-index: 1000;\n    }\n    .mj-nav {\n      display: flex; justify-content: space-between; align-items: center;\n      padding: 1rem 1.5rem; max-width: 1200px; margin: 0 auto;\n    }\n    .mj-logo {\n      font-size: 1.5rem; font-weight: 800; color: hsl(var(--primary));\n      text-decoration: none; display: flex; align-items: center; gap: 0.5rem;\n    }\n    .mj-logo span { color: hsl(var(--accent)); } \/* Le \"J\" ou un point d'accent *\/\n    \n    .mj-menu { display: flex; gap: 1.5rem; }\n    .mj-menu a {\n      text-decoration: none; color: hsl(var(--foreground)); font-weight: 500;\n      font-size: 0.95rem; transition: color 0.2s;\n    }\n    .mj-menu a:hover { color: hsl(var(--accent)); }\n    \n    .mj-btn-cta-nav {\n      background: hsl(var(--accent)); color: white !important;\n      padding: 0.5rem 1.2rem; border-radius: 50px;\n      transition: background 0.3s;\n    }\n    .mj-btn-cta-nav:hover { background: hsl(var(--accent-hover)); }\n\n    \/* Mobile Menu *\/\n    .mj-mobile-menu-btn { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; }\n    .mj-mobile-menu {\n      display: none; position: absolute; top: 100%; left: 0; width: 100%;\n      background: white; box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n      flex-direction: column; padding: 1rem 0;\n    }\n    .mj-mobile-menu a {\n      padding: 1rem 1.5rem; text-decoration: none; color: hsl(var(--foreground));\n      border-bottom: 1px solid #f1f1f1; display: block;\n    }\n\n    \/* Hero Section (Single Image) *\/\n    .mj-hero {\n      position: relative; height: 80vh;\n      display: flex; align-items: center; justify-content: center;\n      text-align: center;\n      \/* Image de fond statique *\/\n      background-image: linear-gradient(rgba(30, 58, 138, 0.7), rgba(30, 58, 138, 0.5)), \n                        url('https:\/\/images.unsplash.com\/photo-1562259949-e8e7689d7828?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');\n      background-size: cover;\n      background-position: center;\n      background-attachment: fixed; \/* Effet Parallaxe *\/\n    }\n    .mj-hero-content {\n      position: relative; z-index: 2; max-width: 800px; padding: 0 2rem;\n      color: white;\n    }\n    .mj-hero h1 {\n      font-size: 3rem; font-weight: 800; margin-bottom: 1.5rem; line-height: 1.2;\n    }\n    .mj-hero p {\n      font-size: 1.25rem; margin-bottom: 2.5rem; opacity: 0.9;\n    }\n\n    \/* Boutons *\/\n    .mj-btn {\n      display: inline-block; padding: 0.9rem 2rem;\n      font-weight: 600; border-radius: 50px;\n      text-decoration: none; cursor: pointer;\n      transition: all 0.3s; text-align: center; border: 1px solid transparent;\n    }\n    .mj-btn-primary {\n      background: hsl(var(--accent)); color: white;\n      box-shadow: 0 4px 15px rgba(234, 88, 12, 0.4);\n    }\n    .mj-btn-primary:hover { background: hsl(var(--accent-hover)); transform: translateY(-2px); }\n    .mj-btn-secondary {\n      background: rgba(255,255,255,0.15); color: white; border: 1px solid white;\n      backdrop-filter: blur(5px);\n    }\n    .mj-btn-secondary:hover { background: white; color: hsl(var(--primary)); }\n\n    \/* Sections G\u00e9n\u00e9rales *\/\n    .mj-section { padding: 5rem 0; }\n    .mj-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }\n    .mj-section-title {\n      text-align: center; font-size: 2.25rem; margin-bottom: 1rem;\n      color: hsl(var(--primary)); font-weight: 700;\n    }\n    .mj-section-subtitle {\n      text-align: center; color: #64748b; margin-bottom: 3rem; max-width: 600px; margin-left: auto; margin-right: auto;\n    }\n\n    \/* Services Cards *\/\n    .mj-grid {\n      display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem;\n    }\n    .mj-card {\n      background: white; border: 1px solid hsl(var(--border));\n      border-radius: var(--radius); padding: 2rem; text-align: center;\n      transition: transform 0.3s, box-shadow 0.3s;\n    }\n    .mj-card:hover {\n      transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.08);\n      border-color: hsl(var(--accent));\n    }\n    .mj-card-icon {\n      font-size: 2.5rem; margin-bottom: 1.5rem; display: block;\n    }\n    .mj-card h3 { margin-bottom: 1rem; color: hsl(var(--primary)); }\n\n    \/* Portfolio *\/\n    .mj-gallery {\n      display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem;\n    }\n    .mj-gallery-item {\n      position: relative; border-radius: var(--radius); overflow: hidden;\n      height: 250px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n    }\n    .mj-gallery-item img {\n      width: 100%; height: 100%; object-fit: cover;\n      transition: transform 0.5s ease;\n    }\n    .mj-gallery-item:hover img { transform: scale(1.1); }\n    .gallery-overlay {\n      position: absolute; bottom: 0; left: 0; right: 0;\n      background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);\n      color: white; padding: 1.5rem; opacity: 0; transition: opacity 0.3s;\n    }\n    .mj-gallery-item:hover .gallery-overlay { opacity: 1; }\n\n    \/* Zone d'intervention *\/\n    .mj-zones {\n      background: hsl(var(--secondary));\n      text-align: center; padding: 3rem; border-radius: var(--radius);\n    }\n    .zone-tags {\n      display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin-top: 1.5rem;\n    }\n    .zone-tag {\n      background: white; padding: 0.5rem 1rem; border-radius: 20px;\n      font-size: 0.9rem; color: hsl(var(--foreground)); font-weight: 500;\n      border: 1px solid hsl(var(--border));\n    }\n\n    \/* Contact Form *\/\n    .mj-contact-wrapper {\n      display: grid; grid-template-columns: 1fr 1.5fr; gap: 4rem;\n      background: white; padding: 3rem; border-radius: var(--radius);\n      box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n    }\n    .form-group { margin-bottom: 1.5rem; }\n    .form-group label { display: block; margin-bottom: 0.5rem; font-weight: 500; }\n    .form-group input, .form-group textarea, .form-group select {\n      width: 100%; padding: 1rem; border: 1px solid hsl(var(--border));\n      border-radius: var(--radius); font-family: inherit;\n    }\n    .form-group textarea { height: 150px; resize: vertical; }\n\n    \/* Footer *\/\n    .mj-footer {\n      background: hsl(var(--primary)); color: white; padding: 4rem 0 2rem;\n    }\n    .mj-footer-grid {\n      display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 3rem;\n      margin-bottom: 3rem;\n    }\n    .mj-footer h3 { margin-bottom: 1.5rem; color: white; }\n    .mj-footer ul { list-style: none; }\n    .mj-footer li { margin-bottom: 0.75rem; }\n    .mj-footer a { color: rgba(255,255,255,0.7); text-decoration: none; transition: color 0.2s; }\n    .mj-footer a:hover { color: white; }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n      .mj-menu { display: none; }\n      .mj-mobile-menu-btn { display: block; }\n      .mj-hero h1 { font-size: 2.2rem; }\n      .mj-contact-wrapper { grid-template-columns: 1fr; padding: 1.5rem; }\n    }\n  <\/style>\n<\/head>\n<body class=\"mj-page\">\n\n  <!-- Bandeau d\u00e9filant -->\n  <div class=\"mj-marquee\">\n    <div class=\"mj-marquee-content\">\n      \ud83d\udccd Bas\u00e9 \u00e0 Halsou (64) \u2022 \ud83c\udfa8 Peinture Int\u00e9rieure &#038; Ext\u00e9rieure \u2022 \ud83d\udcde Devis Gratuit \u2022 \u2728 Qualit\u00e9 Artisanale \u2022 \ud83c\udfe1 Intervention autour de Halsou\n    <\/div>\n  <\/div>\n\n  <!-- Header -->\n  <header class=\"mj-header\">\n    <nav class=\"mj-nav\">\n      <a href=\"#\" class=\"mj-logo\">Matthieu <span>Jaille<\/span><\/a>\n      <button class=\"mj-mobile-menu-btn\" id=\"mobileMenuToggle\">\u2630<\/button>\n      <div class=\"mj-menu\" id=\"desktopMenu\">\n        <a href=\"#services\">Services<\/a>\n        <a href=\"#realisations\">R\u00e9alisations<\/a>\n        <a href=\"#zone\">Zone<\/a>\n        <a href=\"#apropos\">\u00c0 propos<\/a>\n        <a href=\"#contact\" class=\"mj-btn-cta-nav\">Demander un devis<\/a>\n      <\/div>\n      <div class=\"mj-mobile-menu\" id=\"mobileMenu\">\n        <a href=\"#services\">Services<\/a>\n        <a href=\"#realisations\">R\u00e9alisations<\/a>\n        <a href=\"#zone\">Zone d&rsquo;intervention<\/a>\n        <a href=\"#apropos\">\u00c0 propos<\/a>\n        <a href=\"#contact\">Demander un devis<\/a>\n      <\/div>\n    <\/nav>\n  <\/header>\n\n  <!-- Hero Section -->\n  <section class=\"mj-hero\">\n    <div class=\"mj-hero-content\">\n      <h1>Donnez de la couleur<br>\u00e0 votre int\u00e9rieur.<\/h1>\n      <p>Artisan peintre professionnel \u00e0 Halsou. Je mets mon savoir-faire au service de vos projets de r\u00e9novation et de d\u00e9coration dans le Pays Basque.<\/p>\n      <div style=\"display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;\">\n        <a href=\"#contact\" class=\"mj-btn mj-btn-primary\">Devis Gratuit<\/a>\n        <a href=\"#realisations\" class=\"mj-btn mj-btn-secondary\">Voir mes travaux<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Services -->\n  <section id=\"services\" class=\"mj-section\">\n    <div class=\"mj-container\">\n      <h2 class=\"mj-section-title\">Mes Prestations<\/h2>\n      <p class=\"mj-section-subtitle\">Un travail soign\u00e9 de la pr\u00e9paration des supports jusqu&rsquo;\u00e0 la finition.<\/p>\n      \n      <div class=\"mj-grid\">\n        <div class=\"mj-card\">\n          <span class=\"mj-card-icon\">\ud83d\udd8c\ufe0f<\/span>\n          <h3>Peinture Int\u00e9rieure<\/h3>\n          <p>Application de peinture d\u00e9corative, mise en couleur, finitions soign\u00e9es pour vos murs, plafonds et boiseries.<\/p>\n        <\/div>\n        <div class=\"mj-card\">\n          <span class=\"mj-card-icon\">\ud83c\udfe0<\/span>\n          <h3>Ravalement de Fa\u00e7ade<\/h3>\n          <p>Nettoyage, traitement et application de peinture ext\u00e9rieure pour prot\u00e9ger et embellir votre maison.<\/p>\n        <\/div>\n        <div class=\"mj-card\">\n          <span class=\"mj-card-icon\">\ud83d\udee0\ufe0f<\/span>\n          <h3>Entretien des boiseries<\/h3>\n          <p>Prot\u00e9gez-les des intemp\u00e9ries pour pr\u00e9server leur beaut\u00e9 et leur durabilit\u00e9. Nettoyage et traitement r\u00e9guliers pour un r\u00e9sultat durable et esth\u00e9tique.<\/p>\n        <\/div>\n          <div class=\"mj-card\">\n  <span class=\"mj-card-icon\">\ud83c\udfa8<\/span>\n  <h3>Rev\u00eatement de sol<\/h3>\n  <p>Une pose soign\u00e9e et des finitions irr\u00e9prochables pour des sols durables et esth\u00e9tiques, adapt\u00e9s \u00e0 tous vos espaces.<\/p>\n<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Pourquoi moi ? -->\n  <section id=\"apropos\" class=\"mj-section\" style=\"background: #f8fafc;\">\n    <div class=\"mj-container\">\n      <div style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;\">\n        <div>\n          <img decoding=\"async\" src=\"https:\/\/jaille.pro\/wp-content\/uploads\/2025\/02\/NACELLE-1.0.jpg\" alt=\"Peintre au travail\" style=\"width: 100%; border-radius: var(--radius); box-shadow: 0 10px 30px rgba(0,0,0,0.1);\">\n        <\/div>\n        <div>\n          <h2 class=\"mj-section-title\" style=\"text-align: left; margin: 0 0 1.5rem 0;\">L&rsquo;Artisan \u00e0 votre \u00e9coute<\/h2>\n          <p style=\"margin-bottom: 1.5rem; color: #475569;\">\n            Bas\u00e9 \u00e0 Halsou, je intervients dans tout le secteur du Pays Basque pour des travaux de peinture et de d\u00e9coration. Mon approche est simple : <strong>qualit\u00e9, propret\u00e9 et respect des d\u00e9lais<\/strong>.\n          <\/p>\n          <ul style=\"list-style: none; margin-bottom: 2rem;\">\n            <li style=\"margin-bottom: 0.75rem; display: flex; align-items: center;\">\n              <span style=\"color: hsl(var(--accent)); margin-right: 10px; font-weight: bold;\">\u2713<\/span>\n              Devis d\u00e9taill\u00e9 et gratuit sous 48h\n            <\/li>\n            <li style=\"margin-bottom: 0.75rem; display: flex; align-items: center;\">\n              <span style=\"color: hsl(var(--accent)); margin-right: 10px; font-weight: bold;\">\u2713<\/span>\n              Protection soigneuse de votre mobilier et sols\n            <\/li>\n            <li style=\"margin-bottom: 0.75rem; display: flex; align-items: center;\">\n              <span style=\"color: hsl(var(--accent)); margin-right: 10px; font-weight: bold;\">\u2713<\/span>\n              Conseil en harmonie de couleurs\n            <\/li>\n            <li style=\"margin-bottom: 0.75rem; display: flex; align-items: center;\">\n              <span style=\"color: hsl(var(--accent)); margin-right: 10px; font-weight: bold;\">\u2713<\/span>\n              Entreprise assur\u00e9e (D\u00e9cennale et RC Pro)\n            <\/li>\n          <\/ul>\n          <a href=\"#contact\" class=\"mj-btn mj-btn-primary\">Me contacter<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- R\u00e9alisations -->\n  <section id=\"realisations\" class=\"mj-section\">\n    <div class=\"mj-container\">\n      <h2 class=\"mj-section-title\">R\u00e9alisations r\u00e9centes<\/h2>\n      <p class=\"mj-section-subtitle\">Quelques exemples de chantiers r\u00e9alis\u00e9s en Pays Basque.<\/p>\n      <div class=\"mj-gallery\">\n        <!-- Images placeholder de haute qualit\u00e9 -->\n        <div class=\"mj-gallery-item\">\n          <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1562663474-6cbb3eaa4d14?ixlib=rb-4.0.3&#038;auto=format&#038;fit=crop&#038;w=600&#038;q=80\" alt=\"Salon peinture grise\">\n          <div class=\"gallery-overlay\"><h4>Salon &#8211; Cambo-les-Bains<\/h4><p>Peinture int\u00e9rieure<\/p><\/div>\n        <\/div>\n        <div class=\"mj-gallery-item\">\n          <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1513694203232-719a280e022f?ixlib=rb-4.0.3&#038;auto=format&#038;fit=crop&#038;w=600&#038;q=80\" alt=\"Chambre couleur taupe\">\n          <div class=\"gallery-overlay\"><h4>Salon &#8211; Halsou<\/h4><p>Finitions patin\u00e9es<\/p><\/div>\n        <\/div>\n        <div class=\"mj-gallery-item\">\n          <img decoding=\"async\" src=\"https:\/\/jaille.pro\/wp-content\/uploads\/2025\/02\/CHAMBRE-BAYONNE-1.jpg\" alt=\"Cuisine color\u00e9e\">\n          <div class=\"gallery-overlay\"><h4>Chambre &#8211; Espelette<\/h4><p>Cr\u00e9ation de frise d\u00e9corative<\/p><\/div>\n        <\/div>\n        <div class=\"mj-gallery-item\">\n          <img decoding=\"async\" src=\"https:\/\/jaille.pro\/wp-content\/uploads\/2025\/02\/peinture_cuisine_halsou.jpg\" alt=\"Fa\u00e7ade maison\">\n          <div class=\"gallery-overlay\"><h4>Cuisine &#8211; Ustaritz<\/h4><p>Peinture interieure<\/p><\/div>\n        <\/div>\n        <div class=\"mj-gallery-item\">\n          <img decoding=\"async\" src=\"https:\/\/jaille.pro\/wp-content\/uploads\/2025\/02\/guethary3-1.0.jpg\" alt=\"Cuisine color\u00e9e\">\n          <div class=\"gallery-overlay\"><h4>Fa\u00e7ade &#8211; Villefranque<\/h4><p>Ravalement de fa\u00e7ade<\/p><\/div>\n        <\/div>\n          <div class=\"mj-gallery-item\">\n          <img decoding=\"async\" src=\"https:\/\/jaille.pro\/wp-content\/uploads\/2025\/02\/Peintures-inteieures-1.0.jpg\" alt=\"Cuisine color\u00e9e\">\n          <div class=\"gallery-overlay\"><h4>Plafond &#8211; Villefranque<\/h4><p>Peinture int\u00e9rieure<\/p><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Zone d'intervention -->\n  <section id=\"zone\" class=\"mj-section\">\n    <div class=\"mj-container\">\n      <div class=\"mj-zones\">\n        <h2 style=\"color: hsl(var(--primary));\">Zone d&rsquo;intervention<\/h2>\n        <p>Bas\u00e9 \u00e0 Halsou, je me d\u00e9place dans un rayon de 30km pour vos travaux.<\/p>\n        <div class=\"zone-tags\">\n          <span class=\"zone-tag\">Halsou<\/span>\n          <span class=\"zone-tag\">Jaxe<\/span>\n          <span class=\"zone-tag\">Cambo-les-Bains<\/span>\n          <span class=\"zone-tag\">Espelette<\/span>\n          <span class=\"zone-tag\">Louhossoa<\/span>\n          <span class=\"zone-tag\">Itxassou<\/span>\n          <span class=\"zone-tag\">Ustaritz<\/span>\n          <span class=\"zone-tag\">Villefranque<\/span>\n          <span class=\"zone-tag\">Bayonne (Secteur 64)<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Contact \/ Devis -->\n  <section id=\"contact\" class=\"mj-section\" style=\"background: #f1f5f9;\">\n    <div class=\"mj-container\">\n      <h2 class=\"mj-section-title\">Demander un devis<\/h2>\n      <p class=\"mj-section-subtitle\">D\u00e9crivez votre projet, je vous recontacte sous 24h pour fixer un rendez-vous.<\/p>\n      \n      <div class=\"mj-contact-wrapper\">\n        <div>\n          <h3 style=\"font-size: 1.5rem; color: hsl(var(--primary)); margin-bottom: 1.5rem;\">Coordonn\u00e9es<\/h3>\n          <p style=\"margin-bottom: 1.5rem; color: #64748b;\">\n            N&rsquo;h\u00e9sitez pas \u00e0 m&rsquo;appeler directement pour une urgence ou pour un simple conseil couleur.\n          <\/p>\n          <div style=\"margin-bottom: 1rem; font-weight: 600; font-size: 1.1rem;\">\ud83d\udcde 0033609746818<\/div>\n          <div style=\"margin-bottom: 2rem; font-weight: 600; font-size: 1.1rem;\">\ud83d\udccd 188 Eliza, 64240 Halsou, France<\/div>\n          \n          <h4 style=\"margin-bottom: 1rem; color: hsl(var(--primary));\">Horaires<\/h4>\n          <ul style=\"list-style: none; color: #64748b;\">\n            <li style=\"margin-bottom: 0.5rem;\">Lundi &#8211; Vendredi : 8h00 &#8211; 18h30<\/li>\n            <li style=\"margin-bottom: 0.5rem;\">Samedi : Sur rendez-vous<\/li>\n          <\/ul>\n        <\/div>\n\n        <form action=\"https:\/\/formspree.io\/f\/mrejdjvp\" method=\"POST\">\n  <div class=\"form-group\">\n    <label>Nom complet<\/label>\n    <!-- Ajoutez name=\"nom\" -->\n    <input type=\"text\" name=\"nom\" placeholder=\"Votre nom\" required>\n  <\/div>\n  \n  <div class=\"form-group\">\n    <label>T\u00e9l\u00e9phone<\/label>\n    <!-- Ajoutez name=\"telephone\" -->\n    <input type=\"tel\" name=\"telephone\" placeholder=\"Votre num\u00e9ro\" required>\n  <\/div>\n  \n  <div class=\"form-group\">\n    <label>Ville du chantier<\/label>\n    <!-- Ajoutez name=\"ville\" -->\n    <input type=\"text\" name=\"ville\" placeholder=\"Ex: Halsou, Cambo...\" required>\n  <\/div>\n  \n  <div class=\"form-group\">\n    <label>Type de prestation<\/label>\n    <!-- Ajoutez name=\"type\" -->\n    <select name=\"type\">\n      <option value=\"Peinture int\u00e9rieure\">Peinture int\u00e9rieure<\/option>\n      <option value=\"Ravalement de fa\u00e7ade\">Ravalement de fa\u00e7ade<\/option>\n      <option value=\"Papier peint\">Papier peint<\/option>\n      <option value=\"Autre\">Autre (Pr\u00e9ciser dans le message)<\/option>\n    <\/select>\n  <\/div>\n  \n  <div class=\"form-group\">\n    <label>Description du projet<\/label>\n    <!-- Ajoutez name=\"message\" -->\n    <textarea name=\"message\" placeholder=\"Surface approximative en m\u00b2, \u00e9tat actuel des murs...\"><\/textarea>\n  <\/div>\n  \n  <button type=\"submit\" class=\"mj-btn mj-btn-primary\" style=\"width: 100%;\">Envoyer ma demande<\/button>\n<\/form>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Footer -->\n  <footer class=\"mj-footer\">\n    <div class=\"mj-container\">\n      <div class=\"mj-footer-grid\">\n        <div>\n          <div class=\"mj-logo\" style=\"color: white; margin-bottom: 1rem;\">\n            Matthieu <span>Jaille<\/span>\n          <\/div>\n          <p style=\"opacity: 0.8; font-size: 0.9rem;\">\n            Artisan peintre qualifi\u00e9. Passionn\u00e9 par la d\u00e9coration et la r\u00e9novation habitat en Pays Basque depuis plus de 20 ans.\n          <\/p>\n        <\/div>\n        <div>\n          <h3>Navigation<\/h3>\n          <ul>\n            <li><a href=\"#services\">Services<\/a><\/li>\n            <li><a href=\"#realisations\">R\u00e9alisations<\/a><\/li>\n            <li><a href=\"#zone\">Zone d&rsquo;intervention<\/a><\/li>\n            <li><a href=\"#contact\">Contact<\/a><\/li>\n          <\/ul>\n        <\/div>\n        <div>\n          <h3>Mentions L\u00e9gales<\/h3>\n          <ul>\n            <li><a href=\"#\">Politique de confidentialit\u00e9<\/a><\/li>\n            <li><a href=\"#\">Mentions l\u00e9gales<\/a><\/li>\n            <li><a href=\"#\">SIRET : 39961673900013<\/a><\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n      <div style=\"border-top: 1px solid rgba(255,255,255,0.1); margin-top: 2rem; padding-top: 2rem; text-align: center; font-size: 0.85rem; opacity: 0.7;\">\n        \u00a9 2025 Matthieu Jaille &#8211; Peintre en B\u00e2timent. Tous droits r\u00e9serv\u00e9s.\n      <\/div>\n    <\/div>\n  <\/footer>\n\n  <script>\n    \/\/ Mobile Menu\n    const mobileMenuBtn = document.getElementById('mobileMenuToggle');\n    const mobileMenu = document.getElementById('mobileMenu');\n    \n    mobileMenuBtn.addEventListener('click', () => {\n      mobileMenu.style.display = mobileMenu.style.display === 'flex' ? 'none' : 'flex';\n    });\n\n    \/\/ Close menu when clicking a link\n    document.querySelectorAll('.mj-mobile-menu a').forEach(link => {\n      link.addEventListener('click', () => {\n        mobileMenu.style.display = 'none';\n      });\n    });\n\n    \/\/ Close menu if clicking outside\n    window.addEventListener('click', (e) => {\n      if (!mobileMenuBtn.contains(e.target) && !mobileMenu.contains(e.target)) {\n        mobileMenu.style.display = 'none';\n      }\n    });\n\n    \/\/ Smooth Scroll (Backup for older browsers)\n    document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n      anchor.addEventListener('click', function (e) {\n        e.preventDefault();\n        const target = document.querySelector(this.getAttribute('href'));\n        if(target){\n          target.scrollIntoView({\n            behavior: 'smooth'\n          });\n        }\n      });\n    });\n  <\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Matthieu Jaille | Peintre en B\u00e2timent \u00e0 Halsou (64) &#8211; Pays Basque \ud83d\udccd Bas\u00e9 \u00e0 Halsou (64) \u2022 \ud83c\udfa8 Peinture [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-120","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/jaille.pro\/index.php\/wp-json\/wp\/v2\/pages\/120","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jaille.pro\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jaille.pro\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jaille.pro\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jaille.pro\/index.php\/wp-json\/wp\/v2\/comments?post=120"}],"version-history":[{"count":28,"href":"https:\/\/jaille.pro\/index.php\/wp-json\/wp\/v2\/pages\/120\/revisions"}],"predecessor-version":[{"id":164,"href":"https:\/\/jaille.pro\/index.php\/wp-json\/wp\/v2\/pages\/120\/revisions\/164"}],"wp:attachment":[{"href":"https:\/\/jaille.pro\/index.php\/wp-json\/wp\/v2\/media?parent=120"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}