{"id":9,"date":"2026-04-29T10:06:57","date_gmt":"2026-04-29T10:06:57","guid":{"rendered":"http:\/\/vjycouverture.fr\/?page_id=9"},"modified":"2026-04-29T13:00:53","modified_gmt":"2026-04-29T13:00:53","slug":"accueil","status":"publish","type":"page","link":"https:\/\/vjycouverture.fr\/","title":{"rendered":"Accueil"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9\" class=\"elementor elementor-9\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a4fa678 e-flex e-con-boxed e-con e-parent\" data-id=\"a4fa678\" 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-da9178a elementor-widget elementor-widget-html\" data-id=\"da9178a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n<style>\n    \/* --- VARIABLES & RESET HEADER --- *\/\n    .vjy-head-wrapper {\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        background: rgba(28, 28, 28, 0.95);\n        backdrop-filter: blur(12px);\n        -webkit-backdrop-filter: blur(12px);\n        border-bottom: 1px solid rgba(255, 255, 255, 0.08);\n        z-index: 99999;\n        font-family: 'Inter', -apple-system, sans-serif;\n    }\n\n    .vjy-head-container {\n        max-width: 1300px;\n        margin: 0 auto;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 15px 20px;\n    }\n\n    \/* --- LOGO --- *\/\n    .vjy-head-logo {\n        font-size: 1.6rem;\n        font-weight: 900;\n        color: #fff;\n        text-decoration: none;\n        letter-spacing: -0.5px;\n        z-index: 101;\n    }\n    .vjy-head-logo span { color: #FF6B00; }\n\n    \/* --- NAVIGATION DESKTOP --- *\/\n    .vjy-head-nav {\n        display: flex;\n        align-items: center;\n        gap: 30px;\n    }\n\n    .vjy-head-menu {\n        display: flex;\n        list-style: none;\n        margin: 0;\n        padding: 0;\n        gap: 25px;\n    }\n\n    .vjy-head-menu > li {\n        position: relative;\n    }\n\n    .vjy-head-menu a {\n        color: #f0f0f0;\n        text-decoration: none;\n        font-weight: 600;\n        font-size: 1rem;\n        transition: 0.3s ease;\n        display: flex;\n        align-items: center;\n        gap: 6px;\n        padding: 10px 0;\n    }\n\n    .vjy-head-menu a:hover {\n        color: #FF6B00;\n    }\n\n    \/* --- DROPDOWN (MENU D\u00c9ROULANT) DESKTOP --- *\/\n    .vjy-head-dropdown {\n        position: absolute;\n        top: 100%;\n        left: 0;\n        background: #2a2a2a;\n        min-width: 240px;\n        border-radius: 12px;\n        border: 1px solid rgba(255, 255, 255, 0.08);\n        box-shadow: 0 15px 30px rgba(0,0,0,0.4);\n        opacity: 0;\n        visibility: hidden;\n        transform: translateY(15px);\n        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n        padding: 10px 0;\n        list-style: none;\n    }\n\n    .vjy-head-menu li:hover .vjy-head-dropdown {\n        opacity: 1;\n        visibility: visible;\n        transform: translateY(0);\n    }\n\n    .vjy-head-dropdown li { padding: 0; }\n    \n    .vjy-head-dropdown a {\n        padding: 10px 20px;\n        font-size: 0.95rem;\n        font-weight: 500;\n        color: #d0d0d0;\n        border-bottom: 1px solid transparent;\n    }\n\n    .vjy-head-dropdown a:hover {\n        color: #FF6B00;\n        background: rgba(255, 107, 0, 0.05);\n        padding-left: 25px; \/* Petit effet de glissement au survol *\/\n    }\n\n    .vjy-chevron {\n        font-size: 0.7rem;\n        transition: transform 0.3s ease;\n    }\n    .vjy-head-menu li:hover .vjy-chevron {\n        transform: rotate(180deg);\n    }\n\n    \/* --- BOUTON APPEL HEADER --- *\/\n    .vjy-head-btn {\n        background: transparent;\n        border: 2px solid #FF6B00;\n        color: #FF6B00;\n        padding: 10px 24px;\n        border-radius: 50px;\n        text-decoration: none;\n        font-weight: 700;\n        transition: 0.3s;\n        display: flex;\n        align-items: center;\n        gap: 8px;\n    }\n    \n    .vjy-head-btn:hover {\n        background: #FF6B00;\n        color: #fff;\n        box-shadow: 0 5px 15px rgba(255, 107, 0, 0.4);\n    }\n\n    \/* --- MENU BURGER MOBILE --- *\/\n    .vjy-head-burger {\n        display: none;\n        color: #fff;\n        font-size: 1.8rem;\n        background: none;\n        border: none;\n        cursor: pointer;\n        z-index: 101;\n    }\n\n    \/* --- RESPONSIVE MOBILE --- *\/\n    @media (max-width: 950px) {\n        .vjy-head-btn { display: none; } \/* On masque le bouton d'appel en haut car le gros sticky du bas prend le relai *\/\n        .vjy-head-burger { display: block; }\n        \n        .vjy-head-nav {\n            position: fixed;\n            top: 0;\n            right: -100%;\n            width: 300px;\n            max-width: 100%;\n            height: 100vh;\n            background: #1c1c1c;\n            flex-direction: column;\n            align-items: flex-start;\n            padding: 80px 30px 30px;\n            border-left: 1px solid rgba(255, 255, 255, 0.08);\n            transition: right 0.4s ease;\n            box-shadow: -5px 0 25px rgba(0,0,0,0.6);\n            overflow-y: auto;\n        }\n\n        .vjy-head-nav.active { right: 0; }\n\n        .vjy-head-menu {\n            flex-direction: column;\n            width: 100%;\n            gap: 0;\n        }\n\n        .vjy-head-menu a {\n            font-size: 1.2rem;\n            padding: 15px 0;\n            border-bottom: 1px solid rgba(255,255,255,0.05);\n            width: 100%;\n            justify-content: space-between;\n        }\n\n        \/* Dropdown Mobile en accord\u00e9on *\/\n        .vjy-head-dropdown {\n            position: static;\n            background: transparent;\n            box-shadow: none;\n            border: none;\n            opacity: 1;\n            visibility: visible;\n            transform: none;\n            display: none; \/* Masqu\u00e9 par d\u00e9faut sur mobile, g\u00e9r\u00e9 par JS *\/\n            padding: 0 0 10px 15px;\n            border-left: 2px solid rgba(255, 107, 0, 0.3);\n            margin-left: 10px;\n            margin-top: 10px;\n        }\n\n        .vjy-head-dropdown.open { display: block; }\n    }\n<\/style>\n\n<div class=\"vjy-head-wrapper\">\n    <div class=\"vjy-head-container\">\n        \n        <a href=\"\/\" class=\"vjy-head-logo\">VJY <span>COUVERTURE<\/span><\/a>\n\n        <nav class=\"vjy-head-nav\" id=\"vjyHeadNav\">\n            <ul class=\"vjy-head-menu\">\n                <li><a href=\"\/\">Accueil<\/a><\/li>\n                \n                <li>\n                    <a href=\"#\" class=\"vjy-dropdown-toggle\">Nos Services <i class=\"fas fa-chevron-down vjy-chevron\"><\/i><\/a>\n                    <ul class=\"vjy-head-dropdown\">\n                        <li><a href=\"#couverture\">Couverture & Charpente<\/a><\/li>\n                        <li><a href=\"#zinguerie\">Zinguerie & \u00c9tanch\u00e9it\u00e9<\/a><\/li>\n                        <li><a href=\"#demoussage\">Nettoyage & Hydrofuge<\/a><\/li>\n                        <li><a href=\"#urgence\">Urgence Fuite 7j\/7<\/a><\/li>\n                    <\/ul>\n                <\/li>\n            <\/ul>\n        <\/nav>\n\n        <a href=\"tel:0682142447\" class=\"vjy-head-btn\">\n            <i class=\"fas fa-phone-alt\"><\/i> 06 82 14 24 47\n        <\/a>\n\n        <button class=\"vjy-head-burger\" id=\"vjyBurgerBtn\">\n            <i class=\"fas fa-bars\"><\/i>\n        <\/button>\n\n    <\/div>\n<\/div>\n\n<script>\n    document.addEventListener('DOMContentLoaded', function() {\n        \/\/ Gestion du Burger Menu Mobile\n        const burgerBtn = document.getElementById('vjyBurgerBtn');\n        const navMenu = document.getElementById('vjyHeadNav');\n        const icon = burgerBtn.querySelector('i');\n\n        burgerBtn.addEventListener('click', function() {\n            navMenu.classList.toggle('active');\n            if(navMenu.classList.contains('active')) {\n                icon.classList.remove('fa-bars');\n                icon.classList.add('fa-times'); \/\/ Change en croix\n            } else {\n                icon.classList.remove('fa-times');\n                icon.classList.add('fa-bars'); \/\/ Remet le burger\n            }\n        });\n\n        \/\/ Gestion du Menu D\u00e9roulant (Dropdown) sur Mobile\n        const dropdownToggle = document.querySelector('.vjy-dropdown-toggle');\n        const dropdownMenu = document.querySelector('.vjy-head-dropdown');\n\n        dropdownToggle.addEventListener('click', function(e) {\n            \/\/ Uniquement si on est sur petit \u00e9cran (le CSS g\u00e8re le bureau en :hover)\n            if(window.innerWidth <= 950) {\n                e.preventDefault(); \/\/ Emp\u00eache le clic de remonter en haut\n                dropdownMenu.classList.toggle('open');\n            }\n        });\n    });\n<\/script>\n\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-88838b7 e-flex e-con-boxed e-con e-parent\" data-id=\"88838b7\" 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-1e12aac elementor-widget elementor-widget-html\" data-id=\"1e12aac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\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>VJY Couverture | Artisan Couvreur Zingueur<\/title>\n    <!-- BIBLIOTH\u00c8QUE D'IC\u00d4NES FONTAWESOME -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n    <style>\n        \/* --- CONFIGURATION DESIGN YVJ --- *\/\n        :root {\n            --yvj-bg: #1c1c1c;\n            --yvj-card-bg: #2a2a2a;\n            --yvj-accent: #FF6B00;\n            --yvj-text: #f0f0f0;\n            --yvj-text-dim: #a8a8a8;\n            --yvj-radius: 25px;\n            --yvj-border: rgba(255, 255, 255, 0.08);\n        }\n\n        body {\n            background-color: var(--yvj-bg);\n            color: var(--yvj-text);\n            font-family: 'Inter', -apple-system, system-ui, sans-serif;\n            line-height: 1.6;\n            margin: 0; \n            padding: 0;\n            overflow-x: hidden;\n        }\n\n        \/* --- BOUTON D'APPEL FLOTTANT --- *\/\n        .yvj-sticky-cta {\n            position: fixed;\n            bottom: 30px;\n            right: 30px;\n            z-index: 9999;\n        }\n\n        .yvj-btn-pulse {\n            background: var(--yvj-accent);\n            color: white !important;\n            padding: 18px 30px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 800;\n            text-transform: uppercase;\n            box-shadow: 0 10px 30px rgba(255, 107, 0, 0.4);\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            animation: yvj-pulse 2s infinite;\n        }\n\n        @keyframes yvj-pulse {\n            0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 107, 0, 0.7); }\n            70% { transform: scale(1.05); box-shadow: 0 0 0 15px rgba(255, 107, 0, 0); }\n            100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 107, 0, 0); }\n        }\n\n        \/* --- HERO SECTION --- *\/\n        .yvj-hero {\n            height: 85vh;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            text-align: center;\n            background: linear-gradient(rgba(28, 28, 28, 0.7), rgba(28, 28, 28, 0.95)), \n                        url('https:\/\/images.unsplash.com\/photo-1635424710928-0544e8512eae?q=80&w=1800&auto=format&fit=crop');\n            background-size: cover;\n            background-position: center;\n            background-attachment: fixed;\n            padding: 20px;\n        }\n\n        .yvj-hero h1 { font-size: clamp(3rem, 12vw, 6rem); font-weight: 900; margin: 0; line-height: 0.9; text-transform: uppercase; }\n        .yvj-hero h1 span { color: var(--yvj-accent); }\n        .yvj-hero p { font-size: 1.3rem; color: var(--yvj-text-dim); max-width: 700px; margin: 25px auto; }\n\n        \/* --- BENTO GRID SYSTEM --- *\/\n        .yvj-section { max-width: 1300px; margin: 80px auto; padding: 0 20px; }\n        .yvj-section-title { margin-bottom: 40px; display: flex; align-items: center; gap: 20px; }\n        .yvj-section-title h2 { font-size: 2.2rem; text-transform: uppercase; margin: 0; color: #fff; }\n        .yvj-section-title .line { height: 4px; width: 60px; background: var(--yvj-accent); }\n\n        .yvj-bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(240px, auto); gap: 25px; }\n        .yvj-card { background: var(--yvj-card-bg); border: 1px solid var(--yvj-border); border-radius: var(--yvj-radius); padding: 35px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; transition: 0.4s; }\n        .yvj-card:hover { border-color: var(--yvj-accent); transform: translateY(-5px); }\n        \n        .span-2 { grid-column: span 2; }\n        .row-2 { grid-row: span 2; }\n\n        \/* --- SLIDER LOGIC --- *\/\n        .yvj-slider { position: absolute; inset: 0; z-index: 1; }\n        .yvj-slider-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.5s ease; }\n        .yvj-slider-img.active { opacity: 1; }\n        .yvj-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(28,28,28,1) 5%, rgba(28,28,28,0.4) 100%); z-index: 2; }\n        .yvj-card-content { position: relative; z-index: 3; }\n\n        \/* --- ICONS & TEXT --- *\/\n        .yvj-icon { font-size: 2.2rem; color: var(--yvj-accent); margin-bottom: 20px; }\n        .yvj-card h3 { font-size: 1.6rem; margin: 0 0 10px; color: #fff; }\n        .yvj-card p { color: var(--yvj-text-dim); margin: 0; font-size: 1rem; }\n\n        .emergency-box { background: linear-gradient(135deg, #4a1900 0%, #2a2a2a 100%); border: 1px solid var(--yvj-accent); }\n\n        \/* --- RESPONSIVE --- *\/\n        @media (max-width: 1024px) { .yvj-bento { grid-template-columns: repeat(2, 1fr); } }\n        @media (max-width: 600px) {\n            .yvj-bento { grid-template-columns: 1fr; }\n            .span-2 { grid-column: span 1; }\n            .yvj-hero h1 { font-size: 3.2rem; }\n            .yvj-sticky-cta { bottom: 0; right: 0; width: 100%; padding: 15px; }\n            .yvj-btn-pulse { border-radius: 15px; justify-content: center; animation: none; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- BOUTON D'APPEL FLOTTANT -->\n    <div class=\"yvj-sticky-cta\">\n        <a href=\"tel:0682142447\" class=\"yvj-btn-pulse\">\n            <i class=\"fas fa-phone-alt\"><\/i> Contacter l'Artisan\n        <\/a>\n    <\/div>\n\n    <!-- HERO SECTION -->\n    <header class=\"yvj-hero\">\n        <div class=\"yvj-hero-content\">\n            <div style=\"margin-bottom: 20px;\"><span style=\"border: 1px solid var(--yvj-accent); padding: 8px 20px; border-radius: 30px; font-size: 0.9rem;\">GARANTIE D\u00c9CENNALE<\/span><\/div>\n            <h1>VJY <span>COUVERTURE<\/span><\/h1>\n            <p>Ma\u00eetre Artisan sp\u00e9cialis\u00e9 en r\u00e9fection de toiture haute performance et fa\u00e7onnage de zinguerie d'art.<\/p>\n        <\/div>\n    <\/header>\n\n    <!-- SECTION 1 : COUVERTURE -->\n    <section class=\"yvj-section\">\n        <div class=\"yvj-section-title\">\n            <div class=\"line\"><\/div>\n            <h2>Couverture & Charpente<\/h2>\n        <\/div>\n        <div class=\"yvj-bento\">\n            <div class=\"yvj-card span-2 row-2\">\n                <div class=\"yvj-slider\">\n                    <!-- PHOTOS_COUVERTURE : Remplace les URL par tes photos -->\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1635424710928-0544e8512eae?q=80&w=1200\" class=\"yvj-slider-img active\" alt=\"Toiture moderne\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1628412427852-391306489417?q=80&w=1200\" class=\"yvj-slider-img\" alt=\"Pose de tuiles\">\n                <\/div>\n                <div class=\"yvj-card-overlay\"><\/div>\n                <div class=\"yvj-card-content\">\n                    <h3>R\u00e9fection Compl\u00e8te<\/h3>\n                    <p>D\u00e9pose et remplacement \u00e0 neuf de votre couverture. Pose de tuiles (m\u00e9caniques, plates, b\u00e9ton) et ardoises naturelles dans le respect du DTU.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"yvj-card\">\n                <div class=\"yvj-icon\"><i class=\"fas fa-layer-group\"><\/i><\/div>\n                <h3>\u00c9cran HPV<\/h3>\n                <p>Installation d'\u00e9cran sous-toiture hautement perm\u00e9able pour une \u00e9tanch\u00e9it\u00e9 parfaite.<\/p>\n            <\/div>\n            <div class=\"yvj-card\">\n                <div class=\"yvj-icon\"><i class=\"fas fa-cubes\"><\/i><\/div>\n                <h3>Voligeage<\/h3>\n                <p>Remplacement des liteaux et bois de charpente pour une structure saine.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- SECTION 2 : ZINGUERIE -->\n    <section class=\"yvj-section\">\n        <div class=\"yvj-section-title\">\n            <div class=\"line\"><\/div>\n            <h2>Zinguerie & \u00c9tanch\u00e9it\u00e9<\/h2>\n        <\/div>\n        <div class=\"yvj-bento\">\n            <div class=\"yvj-card\">\n                <div class=\"yvj-icon\"><i class=\"fas fa-cloud-rain\"><\/i><\/div>\n                <h3>Goutti\u00e8res<\/h3>\n                <p>Installation de syst\u00e8mes d'\u00e9vacuation en Zinc, Cuivre et Aluminium.<\/p>\n            <\/div>\n            <div class=\"yvj-card span-2\">\n                <div class=\"yvj-slider\">\n                    <!-- PHOTOS_ZINGUERIE : Remplace les URL par tes photos -->\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1518047601542-79f18c655718?q=80&w=1200\" class=\"yvj-slider-img active\" alt=\"Travail de zinguerie\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1635338661642-1e967527663d?q=80&w=1200\" class=\"yvj-slider-img\" alt=\"Soudure et fa\u00e7onnage\">\n                <\/div>\n                <div class=\"yvj-card-overlay\"><\/div>\n                <div class=\"yvj-card-content\">\n                    <h3>Soudure & Abergements<\/h3>\n                    <p>\u00c9tanch\u00e9it\u00e9 des points singuliers : chemin\u00e9es, solins et noues fa\u00e7onn\u00e9s sur-mesure.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"yvj-card\">\n                <div class=\"yvj-icon\"><i class=\"fas fa-pen-ruler\"><\/i><\/div>\n                <h3>Fa\u00e7onnage<\/h3>\n                <p>Pliage de pr\u00e9cision pour \u00e9pouser l'architecture de votre toit.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- SECTION 3 : D\u00c9MOUSSAGE -->\n    <section class=\"yvj-section\">\n        <div class=\"yvj-section-title\">\n            <div class=\"line\"><\/div>\n            <h2>Nettoyage & Traitement<\/h2>\n        <\/div>\n        <div class=\"yvj-bento\">\n            <div class=\"yvj-card span-2\">\n                <div class=\"yvj-slider\">\n                    <!-- PHOTOS_ENTRETIEN : Remplace les URL par tes photos -->\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1615859133861-89308e920d36?q=80&w=1200\" class=\"yvj-slider-img active\" alt=\"Toit sale\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1621905252507-b354324ee4c1?q=80&w=1200\" class=\"yvj-slider-img\" alt=\"Toit propre et trait\u00e9\">\n                <\/div>\n                <div class=\"yvj-card-overlay\"><\/div>\n                <div class=\"yvj-card-content\">\n                    <h3>Traitement Hydrofuge<\/h3>\n                    <p>Protection contre l'humidit\u00e9 (effet perlant) pour stopper la porosit\u00e9 de vos tuiles.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"yvj-card\">\n                <div class=\"yvj-icon\"><i class=\"fas fa-pump-soap\"><\/i><\/div>\n                <h3>Anti-Mousse<\/h3>\n                <p>D\u00e9moussage curatif et fongicide pour une toiture comme neuve.<\/p>\n            <\/div>\n            <div class=\"yvj-card\">\n                <div class=\"yvj-icon\"><i class=\"fas fa-check-double\"><\/i><\/div>\n                <h3>Contr\u00f4le<\/h3>\n                <p>Inspection compl\u00e8te des rives, fa\u00eetages et scellements.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- SECTION 4 : URGENCE -->\n    <section class=\"yvj-section\">\n        <div class=\"yvj-section-title\">\n            <div class=\"line\"><\/div>\n            <h2>Mise Hors d'Eau Urgente<\/h2>\n        <\/div>\n        <div class=\"yvj-bento\">\n            <div class=\"yvj-card span-2 emergency-box\">\n                <div class=\"yvj-icon\" style=\"color:white;\"><i class=\"fas fa-bolt\"><\/i><\/div>\n                <h3 style=\"color:white;\">D\u00e9pannage & Fuites<\/h3>\n                <p style=\"color:rgba(255,255,255,0.8);\">Intervention prioritaire pour b\u00e2chage d'urgence apr\u00e8s temp\u00eate et recherche de fuite imm\u00e9diate.<\/p>\n                <a href=\"tel:0682142447\" style=\"color:white; font-weight:bold; margin-top:15px; text-decoration:none;\">APPEL D'URGENCE : 06 82 14 24 47 \u2192<\/a>\n            <\/div>\n            <div class=\"yvj-card\">\n                <div class=\"yvj-icon\"><i class=\"fas fa-truck-fast\"><\/i><\/div>\n                <h3>Secteur 78<\/h3>\n                <p>Intervention r\u00e9active pour prot\u00e9ger votre int\u00e9rieur.<\/p>\n            <\/div>\n            <div class=\"yvj-card\">\n                <div class=\"yvj-icon\"><i class=\"fas fa-file-invoice-dollar\"><\/i><\/div>\n                <h3>Devis 48h<\/h3>\n                <p>Estimation gratuite et transparente pour vos assurances.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <footer style=\"padding: 60px 20px; text-align: center; border-top: 1px solid var(--yvj-border); background: #151515;\">\n        <h2 style=\"font-size: 2rem;\">VJY COUVERTURE<\/h2>\n        <p>06 82 14 24 47 | Devis Gratuit<\/p>\n    <\/footer>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            const sliders = document.querySelectorAll('.yvj-slider');\n            sliders.forEach(slider => {\n                const images = slider.querySelectorAll('.yvj-slider-img');\n                let index = 0;\n                if(images.length > 1) {\n                    setInterval(() => {\n                        9images[index].classList.remove('active');\n                        index = (index + 1) % images.length;\n                        images[index].classList.add('active');\n                    }, 3500);\n                }\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n\n```\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>VJY COUVERTURE Accueil Nos Services Couverture &#038; Charpente Zinguerie &#038; \u00c9tanch\u00e9it\u00e9 Nettoyage &#038; Hydrofuge Urgence Fuite 7j\/7 06 82 14 24 47 VJY Couverture | Artisan Couvreur Zingueur Contacter l&#8217;Artisan GARANTIE D\u00c9CENNALE VJY COUVERTURE Ma\u00eetre Artisan sp\u00e9cialis\u00e9 en r\u00e9fection de toiture haute performance et fa\u00e7onnage de zinguerie d&#8217;art. Couverture &#038; Charpente R\u00e9fection Compl\u00e8te D\u00e9pose et [&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":{"postBodyCss":"","postBodyMargin":[],"postBodyPadding":[],"postBodyBackground":{"backgroundType":"classic","gradient":""},"footnotes":""},"class_list":["post-9","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/vjycouverture.fr\/index.php\/wp-json\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vjycouverture.fr\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vjycouverture.fr\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vjycouverture.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vjycouverture.fr\/index.php\/wp-json\/wp\/v2\/comments?post=9"}],"version-history":[{"count":10,"href":"https:\/\/vjycouverture.fr\/index.php\/wp-json\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":24,"href":"https:\/\/vjycouverture.fr\/index.php\/wp-json\/wp\/v2\/pages\/9\/revisions\/24"}],"wp:attachment":[{"href":"https:\/\/vjycouverture.fr\/index.php\/wp-json\/wp\/v2\/media?parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}