{"id":73,"date":"2026-08-09T12:35:02","date_gmt":"2026-08-09T12:35:02","guid":{"rendered":"https:\/\/lesartsdujardin.com\/ladj\/index.php\/home\/"},"modified":"2026-09-15T13:28:22","modified_gmt":"2026-09-15T13:28:22","slug":"les-arts-du-jardin","status":"publish","type":"page","link":"https:\/\/lesartsdujardin.com\/ladj\/","title":{"rendered":"Les Arts du Jardin"},"content":{"rendered":"\n<!-- =========================================================\n     LES ARTS DU JARDIN \u2014 HERO \/ ACCROCHE PRINCIPALE\n     Page d'accueil WordPress\n     ========================================================= -->\n\n<style>\n.ladj-hero {\n    --green: #183f32;\n    --green-dark: #0e281f;\n    --green-light: #2f654c;\n    --gold: #b99a61;\n    --beige: #f5f1e8;\n    --white: #ffffff;\n    --text-light: rgba(255,255,255,.82);\n\n    font-family: Arial, Helvetica, sans-serif;\n    width: 100%;\n    overflow: hidden;\n}\n\n.ladj-hero *,\n.ladj-hero *::before,\n.ladj-hero *::after {\n    box-sizing: border-box;\n}\n\n.ladj-hero a {\n    text-decoration: none;\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.ladj-hero-section {\n    position: relative;\n\n    min-height: 720px;\n\n    display: flex;\n    align-items: center;\n\n    background:\n        linear-gradient(\n            90deg,\n            rgba(10,35,27,.97)  0%,\n            rgba(10,35,27,.91) 38%,\n            rgba(10,35,27,.60) 65%,\n            rgba(10,35,27,.18) 100%\n        ),\n        url(\"http:\/\/lesartsdujardin.com\/ladj\/wp-content\/uploads\/2026\/08\/cropped-lezard_seul.png\")\n        center center \/ cover no-repeat;\n\n    color: var(--white);\n}\n\n\n\/* =========================================================\n   CONTENEUR\n   ========================================================= *\/\n\n.ladj-hero-container {\n    width: min(1180px, calc(100% - 40px));\n    margin: 0 auto;\n}\n\n\n\/* =========================================================\n   CONTENU\n   ========================================================= *\/\n\n.ladj-hero-content {\n    max-width: 780px;\n\n    padding: 90px 0;\n}\n\n\n\/* =========================================================\n   PETIT TITRE\n   ========================================================= *\/\n\n.ladj-hero-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 14px;\n\n    margin-bottom: 20px;\n\n    color: var(--gold);\n\n    font-size: 11px;\n    font-weight: 700;\n\n    letter-spacing: .25em;\n    text-transform: uppercase;\n}\n\n.ladj-hero-eyebrow::before {\n    content: \"\";\n\n    width: 45px;\n    height: 1px;\n\n    background: var(--gold);\n}\n\n\n\/* =========================================================\n   TITRE PRINCIPAL\n   ========================================================= *\/\n\n.ladj-hero-title {\n    margin: 0 0 22px;\n\n    color: var(--white);\n\n    font-family: Georgia, \"Times New Roman\", serif;\n\n    font-size: clamp(48px, 7vw, 82px);\n\n    font-weight: 400;\n\n    line-height: 1.02;\n\n    letter-spacing: -.025em;\n}\n\n\n\/* =========================================================\n   ACCROCHE\n   ========================================================= *\/\n\n.ladj-hero-subtitle {\n    margin: 0 0 25px;\n\n    color: var(--white);\n\n    font-family: Georgia, \"Times New Roman\", serif;\n\n    font-size: clamp(22px, 3vw, 31px);\n\n    font-style: italic;\n\n    line-height: 1.3;\n}\n\n.ladj-hero-subtitle span {\n    color: var(--gold);\n}\n\n\n\/* =========================================================\n   TEXTE\n   ========================================================= *\/\n\n.ladj-hero-text {\n    max-width: 720px;\n\n    margin: 0 0 30px;\n\n    color: var(--text-light);\n\n    font-size: 16px;\n\n    line-height: 1.8;\n}\n\n.ladj-hero-text strong {\n    color: var(--white);\n}\n\n\n\/* =========================================================\n   ZONE D'INTERVENTION\n   ========================================================= *\/\n\n.ladj-hero-location {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n\n    max-width: 700px;\n\n    margin-bottom: 30px;\n\n    padding-left: 18px;\n\n    border-left: 2px solid var(--gold);\n\n    color: rgba(255,255,255,.72);\n\n    font-size: 14px;\n\n    line-height: 1.7;\n}\n\n.ladj-hero-location strong {\n    color: var(--white);\n}\n\n.ladj-hero-location a {\n    color: var(--white);\n\n    border-bottom: 1px solid rgba(185,154,97,.7);\n}\n\n\n\/* =========================================================\n   SERVICES \u00c0 LA PERSONNE\n   ========================================================= *\/\n\n.ladj-hero-sap {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n\n    margin-bottom: 30px;\n}\n\n.ladj-hero-sap img {\n    display: block;\n\n    width: 106px;\n    height: 78px;\n\n    object-fit: cover;\n\n\n}\n\n.ladj-hero-sap-text {\n    color: var(--white);\n\n    font-size: 14px;\n    font-weight: 700;\n\n    line-height: 1.5;\n}\n\n.ladj-hero-sap-text strong {\n    display: block;\n\n    margin-bottom: 3px;\n\n    color: var(--gold);\n\n    font-family: Georgia, \"Times New Roman\", serif;\n\n    font-size: 25px;\n    font-weight: 400;\n}\n\n\n\/* =========================================================\n   BOUTONS\n   ========================================================= *\/\n\n.ladj-hero-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n}\n\n.ladj-hero-button {\n    display: inline-flex;\n\n    align-items: center;\n    justify-content: center;\n\n    min-height: 50px;\n\n    padding: 14px 27px;\n\n    background: var(--gold);\n\n    color: var(--white);\n\n    font-size: 12px;\n    font-weight: 700;\n\n    letter-spacing: .10em;\n\n    text-transform: uppercase;\n\n    transition:\n        background .25s ease,\n        transform .25s ease;\n}\n\n.ladj-hero-button:hover {\n    background: #a1844f;\n\n    transform: translateY(-2px);\n}\n\n.ladj-hero-button-secondary {\n    background: transparent;\n\n    border: 1px solid rgba(255,255,255,.45);\n}\n\n.ladj-hero-button-secondary:hover {\n    background: rgba(255,255,255,.10);\n\n    border-color: var(--white);\n}\n\n\n\/* =========================================================\n   INDICATION BAS DE HERO\n   ========================================================= *\/\n\n.ladj-hero-bottom {\n    position: absolute;\n\n    bottom: 25px;\n    left: 50%;\n\n    transform: translateX(-50%);\n\n    width: min(1180px, calc(100% - 40px));\n\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n}\n\n.ladj-hero-bottom-text {\n    color: rgba(255,255,255,.48);\n\n    font-size: 10px;\n\n    letter-spacing: .18em;\n\n    text-transform: uppercase;\n}\n\n.ladj-hero-scroll {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n\n    color: rgba(255,255,255,.55);\n\n    font-size: 10px;\n\n    letter-spacing: .15em;\n\n    text-transform: uppercase;\n}\n\n.ladj-hero-scroll::after {\n    content: \"\u2193\";\n\n    color: var(--gold);\n\n    font-size: 17px;\n}\n\n\n\/* =========================================================\n   TABLETTE\n   ========================================================= *\/\n\n@media (max-width: 900px) {\n\n    .ladj-hero-section {\n        min-height: 680px;\n\n        background:\n            linear-gradient(\n                90deg,\n                rgba(10,35,27,.96),\n                rgba(10,35,27,.72)\n            ),\n            url(\"http:\/\/lesartsdujardin.com\/ladj\/wp-content\/uploads\/2026\/08\/about-banner-2_1.jpg\")\n            center center \/ cover no-repeat;\n    }\n\n    .ladj-hero-content {\n        max-width: 700px;\n    }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media (max-width: 600px) {\n\n    .ladj-hero-section {\n        min-height: auto;\n\n        background:\n            linear-gradient(\n                180deg,\n                rgba(10,35,27,.93),\n                rgba(10,35,27,.88)\n            ),\n            url(\"http:\/\/lesartsdujardin.com\/ladj\/wp-content\/uploads\/2026\/08\/cropped-lezard_seul.png\")\n            center center \/ cover no-repeat;\n    }\n\n    .ladj-hero-container {\n        width: min(100% - 28px, 520px);\n    }\n\n    .ladj-hero-content {\n        padding: 75px 0 90px;\n    }\n\n    .ladj-hero-title {\n        font-size: 49px;\n    }\n\n    .ladj-hero-subtitle {\n        font-size: 24px;\n    }\n\n    .ladj-hero-text {\n        font-size: 15px;\n    }\n\n    .ladj-hero-location {\n        font-size: 13px;\n    }\n\n    .ladj-hero-sap img {\n        width: 82px;\n        height: 82px;\n    }\n\n    .ladj-hero-sap-text {\n        font-size: 12px;\n    }\n\n    .ladj-hero-sap-text strong {\n        font-size: 21px;\n    }\n\n    .ladj-hero-buttons {\n        flex-direction: column;\n        align-items: stretch;\n    }\n\n    .ladj-hero-button {\n        width: 100%;\n    }\n\n    .ladj-hero-bottom {\n        display: none;\n    }\n\n}\n<\/style>\n\n\n<!-- =========================================================\n     CONTENU DU HERO\n     ========================================================= -->\n\n<section class=\"ladj-hero-section\">\n\n    <div class=\"ladj-hero\">\n\n        <div class=\"ladj-hero-container\">\n\n            <div class=\"ladj-hero-content\">\n\n\n                <!-- Petit titre -->\n\n                <div class=\"ladj-hero-eyebrow\">\n                    Les Arts du Jardin \u00b7 En Vaunage\n                <\/div>\n\n\n                <!-- TITRE PRINCIPAL -->\n\n                <h1 class=\"ladj-hero-title\">\n                    \u00c9lagueur \u00e0 N\u00eemes et entretien de jardins dans le Gard<\/h1>\n\n\n                <!-- ACCROCHE -->\n\n                <h2 class=\"ladj-hero-subtitle\">\n                    \n                    <span>Prot\u00e9ger,             valoriser vos parcs et jardins<\/span>\n                <\/h2>\n\n                <!-- logo l\u00e9zard-->\n\n                <div class=\"ladj-hero-sap\">\n\n                    <img decoding=\"async\" src=\"http:\/\/lesartsdujardin.com\/ladj\/wp-content\/uploads\/2026\/08\/cropped-lezard_seul-1.png\" alt=\"Les Arts du Jardin\">\n\n                    <div class=\"ladj-hero-sap-text\">\n\n\nLes Arts du Jardin accompagne les particuliers et les entreprises pour l&rsquo;\u00e9lagage, la taille et l&rsquo;entretien de leurs arbres et jardins \u00e0 N\u00eemes, en Vaunage et dans le Gard. Bas\u00e9s \u00e0 Caveirac, nous intervenons \u00e9galement pour le d\u00e9broussaillage, les travaux d&rsquo;acc\u00e8s difficile et la lutte contre certains nuisibles.\n                    <\/div>\n\n                <\/div>\n                <!-- TEXTE -->\n\n                <p class=\"ladj-hero-text\">\n                        <strong>\n                 L\u00e9zarder, c&rsquo;est votre projet ?\n                        <\/strong><br>\n                    Pour vous permettre de profiter pleinement de vos ext\u00e9rieurs et pr\u00e9server votre tranquillit\u00e9, Les Arts du Jardin vous accompagne dans l&rsquo;entretien et la valorisation de vos arbres, jardins et espaces verts.<br>\n\nBas\u00e9s \u00e0 Caveirac, au c\u0153ur de la Vaunage, nous intervenons \u00e0 N\u00eemes et dans les communes environnantes pour vos travaux d&rsquo;\u00e9lagage et de taille, l&rsquo;entretien des jardins, le d\u00e9broussaillage ainsi que certains travaux d&rsquo;acc\u00e8s difficile.<br>\n\nNous proposons \u00e9galement des solutions adapt\u00e9es \u00e0 diff\u00e9rents nuisibles et ravageurs : frelons asiatiques, chenilles processionnaires, charan\u00e7on rouge du palmier, papillon palmivore et volatiles.<br>\n\nNotre objectif : prendre soin de vos v\u00e9g\u00e9taux, pr\u00e9server votre environnement et valoriser durablement vos espaces ext\u00e9rieurs, avec une approche adapt\u00e9e au climat et aux jardins m\u00e9diterran\u00e9ens de notre r\u00e9gion.\n<br>\nVous avez un projet d&rsquo;entretien, d&rsquo;\u00e9lagage ou de valorisation de votre jardin ? Contactez-nous pour en parler.\n                <\/p>\n\n\n                <!-- ZONE D'INTERVENTION -->\n\n                <div class=\"ladj-hero-location\">\n\n                    <div>\n                        Notre zone d\u2019intervention courante se situe dans le\n                        <a href=\"https:\/\/lesartsdujardin.com\/ladj\/index.php\/proche-de-chez-vous\/\">\n                            <strong>sud du Gard (30)<\/strong>\n                        <\/a>,\n                        de N\u00eemes \u00e0 Sommi\u00e8res, au d\u00e9part de\n                        Caveirac en Vaunage.\n                    <\/div>\n\n                <\/div>\n\n\n                <!-- SERVICES \u00c0 LA PERSONNE -->\n\n                <div class=\"ladj-hero-sap\">\n\n                    <img decoding=\"async\" src=\"http:\/\/lesartsdujardin.com\/ladj\/wp-content\/uploads\/2026\/08\/sap-ombre-transparent-1.png\" alt=\"Services \u00e0 la personne - Les Arts du Jardin\">\n\n                    <div class=\"ladj-hero-sap-text\">\n\n                        <strong>\n                            Jusqu\u2019\u00e0 50 %\n                        <\/strong>\n\n                        Certaines prestations d\u2019entretien de jardin\n                        peuvent b\u00e9n\u00e9ficier d\u2019un cr\u00e9dit ou d\u2019une r\u00e9duction\n                        d\u2019imp\u00f4t, sous conditions.\n\n                    <\/div>\n\n                <\/div>\n\n\n                <!-- BOUTONS -->\n\n                <div class=\"ladj-hero-buttons\">\n\n                    <a class=\"ladj-hero-button\" href=\"https:\/\/lesartsdujardin.com\/ladj\/index.php\/contact\/\">\n                        Nous contacter\n                    <\/a>\n\n                    <a class=\"ladj-hero-button ladj-hero-button-secondary\" href=\"https:\/\/lesartsdujardin.com\/ladj\/index.php\/proche-de-chez-vous\/\">\n                        Notre zone d\u2019intervention\n                    <\/a>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n\n        <!-- BAS DE HERO -->\n\n        <div class=\"ladj-hero-bottom\">\n\n            <div class=\"ladj-hero-bottom-text\">\n                \u00c9lagage et Taille \u00b7 Entretien \u00b7 Travaux d&rsquo;acc\u00e8s difficile \u00b7 Protection et Nuissibles\n            <\/div>\n\n            <div class=\"ladj-hero-scroll\">\n                D\u00e9couvrir\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<!-- =========================================================\n     LES ARTS DU JARDIN \u2014 NOS SERVICES\n     Section responsive pour WordPress\n     ========================================================= -->\n\n<style>\n\/* ===== VARIABLES ===== *\/\n.ladj-services {\n    --ladj-green: #183f32;\n    --ladj-green-light: #2f654c;\n    --ladj-sage: #e7eee8;\n    --ladj-beige: #f5f1e8;\n    --ladj-gold: #b99a61;\n    --ladj-dark: #17241f;\n    --ladj-text: #33413a;\n    --ladj-muted: #69756e;\n    --ladj-white: #ffffff;\n\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--ladj-text);\n    width: 100%;\n    overflow: hidden;\n}\n\n\/* ===== RESET LOCAL ===== *\/\n.ladj-services *,\n.ladj-services *::before,\n.ladj-services *::after {\n    box-sizing: border-box;\n}\n\n.ladj-services a {\n    text-decoration: none;\n}\n\n.ladj-services .ladj-container {\n    width: min(1180px, calc(100% - 40px));\n    margin: 0 auto;\n}\n\n\/* ===== SECTION ===== *\/\n.ladj-services-section {\n    padding: 100px 0;\n    background: var(--ladj-beige);\n}\n\n\/* ===== EN-T\u00caTE ===== *\/\n.ladj-services-header {\n    max-width: 760px;\n    margin: 0 auto 55px;\n    text-align: center;\n}\n\n.ladj-services-eyebrow {\n    display: inline-block;\n    margin-bottom: 17px;\n    color: var(--ladj-gold);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n}\n\n.ladj-services-title {\n    margin: 0 0 20px;\n    color: var(--ladj-green);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(38px, 5vw, 58px);\n    font-weight: 400;\n    line-height: 1.08;\n    letter-spacing: -0.02em;\n}\n\n.ladj-services-intro {\n    margin: 0;\n    color: var(--ladj-muted);\n    font-size: 17px;\n    line-height: 1.8;\n}\n\n\/* Petite ligne d\u00e9corative *\/\n.ladj-services-line {\n    width: 55px;\n    height: 2px;\n    margin: 25px auto;\n    background: var(--ladj-gold);\n}\n\n\/* ===== GRILLE ===== *\/\n.ladj-services-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 18px;\n}\n\n\/* ===== CARTE ===== *\/\n.ladj-service-card {\n    position: relative;\n    display: flex;\n    min-height: 460px;\n    flex-direction: column;\n    overflow: hidden;\n    background: var(--ladj-white);\n    border: 1px solid rgba(24, 63, 50, 0.10);\n    transition:\n        transform 0.35s ease,\n        box-shadow 0.35s ease;\n}\n\n.ladj-service-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 22px 50px rgba(24, 63, 50, 0.15);\n}\n\n\/* ===== IMAGE ===== *\/\n.ladj-service-image {\n    position: relative;\n    height: 230px;\n    overflow: hidden;\n}\n\n.ladj-service-image::after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(\n        to top,\n        rgba(24, 63, 50, 0.42),\n        transparent 55%\n    );\n}\n\n.ladj-service-image img {\n    display: block;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transition: transform 0.6s ease;\n}\n\n.ladj-service-card:hover .ladj-service-image img {\n    transform: scale(1.06);\n}\n\n\/* ===== NUM\u00c9RO ===== *\/\n.ladj-service-number {\n    position: absolute;\n    z-index: 2;\n    top: 18px;\n    left: 18px;\n\n    display: flex;\n    width: 38px;\n    height: 38px;\n\n    align-items: center;\n    justify-content: center;\n\n    background: var(--ladj-white);\n    color: var(--ladj-green);\n\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 15px;\n\n    border-radius: 50%;\n}\n\n\/* ===== CONTENU ===== *\/\n.ladj-service-content {\n    display: flex;\n    flex: 1;\n    flex-direction: column;\n    padding: 30px 27px 27px;\n}\n\n.ladj-service-content h3 {\n    margin: 0 0 13px;\n\n    color: var(--ladj-green);\n\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 25px;\n    font-weight: 400;\n    line-height: 1.15;\n}\n\n.ladj-service-content p {\n    margin: 0 0 25px;\n\n    color: var(--ladj-muted);\n    font-size: 14px;\n    line-height: 1.7;\n}\n\n\/* ===== LIEN ===== *\/\n.ladj-service-link {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n\n    margin-top: auto;\n\n    color: var(--ladj-green);\n\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.10em;\n    text-transform: uppercase;\n\n    transition: gap 0.25s ease;\n}\n\n.ladj-service-link span {\n    color: var(--ladj-gold);\n    font-size: 18px;\n    line-height: 1;\n}\n\n.ladj-service-card:hover .ladj-service-link {\n    gap: 15px;\n}\n\n\/* ===== BAS DE SECTION ===== *\/\n.ladj-services-footer {\n    margin-top: 50px;\n    text-align: center;\n}\n\n.ladj-services-footer p {\n    max-width: 700px;\n    margin: 0 auto 25px;\n\n    color: var(--ladj-muted);\n    font-size: 15px;\n}\n\n.ladj-services-button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n\n    padding: 15px 28px;\n\n    background: var(--ladj-green);\n    color: var(--ladj-white);\n\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.10em;\n    text-transform: uppercase;\n\n    transition:\n        background 0.25s ease,\n        transform 0.25s ease;\n}\n\n.ladj-services-button:hover {\n    background: var(--ladj-green-light);\n    transform: translateY(-2px);\n}\n\n\/* =========================================================\n   TABLETTE\n   ========================================================= *\/\n\n@media (max-width: 1050px) {\n\n    .ladj-services-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n\n    .ladj-service-card {\n        min-height: 430px;\n    }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media (max-width: 600px) {\n\n    .ladj-services-section {\n        padding: 65px 0;\n    }\n\n    .ladj-services .ladj-container {\n        width: min(100% - 28px, 520px);\n    }\n\n    .ladj-services-header {\n        margin-bottom: 38px;\n    }\n\n    .ladj-services-title {\n        font-size: 40px;\n    }\n\n    .ladj-services-intro {\n        font-size: 15px;\n    }\n\n    .ladj-services-grid {\n        grid-template-columns: 1fr;\n        gap: 15px;\n    }\n\n    .ladj-service-card {\n        min-height: auto;\n    }\n\n    .ladj-service-image {\n        height: 220px;\n    }\n\n    .ladj-service-content {\n        padding: 27px 23px 25px;\n    }\n\n    .ladj-service-content h3 {\n        font-size: 24px;\n    }\n\n}\n<\/style>\n\n\n<!-- =========================================================\n     CONTENU\n     ========================================================= -->\n\n<section class=\"ladj-services-section\">\n\n    <div class=\"ladj-services\">\n\n        <div class=\"ladj-container\">\n\n            <!-- EN-T\u00caTE -->\n\n            <header class=\"ladj-services-header\">\n\n                <div class=\"ladj-services-eyebrow\">\n                    Notre savoir-faire\n                <\/div>\n\n                <h2 class=\"ladj-services-title\">\n                    Prot\u00e9ger et valoriser<br>\n                    vos parcs et jardins\n                <\/h2>\n\n                <div class=\"ladj-services-line\"><\/div>\n\n                <p class=\"ladj-services-intro\">\n                    De l\u2019entretien courant \u00e0 l\u2019\u00e9lagage des arbres,\n                    Les Arts du Jardin vous accompagne avec une approche\n                    exigeante, soign\u00e9e et adapt\u00e9e \u00e0 chaque ext\u00e9rieur.\n                <\/p>\n\n            <\/header>\n\n\n            <!-- SERVICES -->\n\n            <div class=\"ladj-services-grid\">\n\n\n                <!-- 01 \u2014 \u00c9LAGAGE -->\n\n                <article class=\"ladj-service-card\">\n\n                    <div class=\"ladj-service-image\">\n\n                        <span class=\"ladj-service-number\">\n                            01\n                        <\/span>\n\n                        <img decoding=\"async\" src=\"http:\/\/lesartsdujardin.com\/ladj\/wp-content\/uploads\/2026\/08\/taille_palmier.png\" alt=\"\u00c9lagage et taille des arbres - Les Arts du Jardin\" loading=\"lazy\">\n\n                    <\/div>\n\n                    <div class=\"ladj-service-content\">\n\n                        <h3>\n                            \u00c9lagage<br>et taille\n                        <\/h3>\n\n                        <p>\n                            Pr\u00e9server la sant\u00e9 et la structure de vos arbres\n                            gr\u00e2ce \u00e0 des tailles adapt\u00e9es et r\u00e9alis\u00e9es dans\n                            le respect du v\u00e9g\u00e9tal.\n                        <\/p>\n\n                        <a class=\"ladj-service-link\" href=\"https:\/\/lesartsdujardin.com\/ladj\/elagage-et-taille\/\">\n                            D\u00e9couvrir\n                            <span>\u2192<\/span>\n                        <\/a>\n\n                    <\/div>\n\n                <\/article>\n\n\n                <!-- 02 \u2014 ENTRETIEN -->\n\n                <article class=\"ladj-service-card\">\n\n                    <div class=\"ladj-service-image\">\n\n                        <span class=\"ladj-service-number\">\n                            02\n                        <\/span>\n\n                        <img decoding=\"async\" src=\"http:\/\/lesartsdujardin.com\/ladj\/wp-content\/uploads\/2026\/08\/tonte-parc-entreprise-nimes.png\" alt=\"Entretien de jardins et espaces verts - Les Arts du Jardin\" loading=\"lazy\">\n\n                    <\/div>\n\n                    <div class=\"ladj-service-content\">\n\n                        <h3>\n                            Entretien<br>des jardins\n                        <\/h3>\n\n                        <p>\n                            Tonte, taille, d\u00e9broussaillage, entretien des\n                            massifs et suivi r\u00e9gulier pour conserver un\n                            ext\u00e9rieur propre et harmonieux.\n                        <\/p>\n\n                        <a class=\"ladj-service-link\" href=\"https:\/\/lesartsdujardin.com\/ladj\/entretien\/\">\n                            D\u00e9couvrir\n                            <span>\u2192<\/span>\n                        <\/a>\n\n                    <\/div>\n\n                <\/article>\n\n\n                <!-- 03 \u2014 ACC\u00c8S DIFFICILE -->\n\n                <article class=\"ladj-service-card\">\n\n                    <div class=\"ladj-service-image\">\n\n                        <span class=\"ladj-service-number\">\n                            03\n                        <\/span>\n\n                        <img decoding=\"async\" src=\"http:\/\/lesartsdujardin.com\/ladj\/wp-content\/uploads\/2026\/08\/nettoyage-fiente.png\" alt=\"Travaux d'acc\u00e8s difficile - Les Arts du Jardin\" loading=\"lazy\">\n\n                    <\/div>\n\n                    <div class=\"ladj-service-content\">\n\n                        <h3>\n                            Travaux<br>d\u2019acc\u00e8s difficile\n                        <\/h3>\n\n                        <p>\n                            Interventions techniques sur des arbres ou\n                            espaces difficiles d\u2019acc\u00e8s gr\u00e2ce \u00e0 des solutions\n                            adapt\u00e9es aux contraintes du terrain.\n                        <\/p>\n\n                        <a class=\"ladj-service-link\" href=\"https:\/\/lesartsdujardin.com\/ladj\/travaux-dacces-difficile\/\">\n                            D\u00e9couvrir\n                            <span>\u2192<\/span>\n                        <\/a>\n\n                    <\/div>\n\n                <\/article>\n\n\n                <!-- 04 \u2014 NUISIBLES -->\n\n                <article class=\"ladj-service-card\">\n\n                    <div class=\"ladj-service-image\">\n\n                        <span class=\"ladj-service-number\">\n                            04\n                        <\/span>\n\n                        <img decoding=\"async\" src=\"http:\/\/lesartsdujardin.com\/ladj\/wp-content\/uploads\/2026\/08\/poudrage.png\" alt=\"Protection et lutte contre les nuisibles - Les Arts du Jardin\" loading=\"lazy\">\n\n                    <\/div>\n\n                    <div class=\"ladj-service-content\">\n\n                        <h3>\n                            Protection<br>&amp; nuisibles\n                        <\/h3>\n\n                        <p>\n                            Prot\u00e9ger vos jardins et vos arbres contre les\n                            principaux nuisibles et contribuer \u00e0 pr\u00e9server\n                            durablement vos biens et votre famille.\n                        <\/p>\n\n                        <a class=\"ladj-service-link\" href=\"https:\/\/lesartsdujardin.com\/ladj\/protection-et-nuissibles\/\">\n                            D\u00e9couvrir\n                            <span>\u2192<\/span>\n                        <\/a>\n\n                    <\/div>\n\n                <\/article>\n\n            <\/div>\n\n\n            <!-- FOOTER DE SECTION -->\n\n            <div class=\"ladj-services-footer\">\n\n                <p>\n                    Une intervention ponctuelle, un entretien r\u00e9gulier ou\n                    un projet plus technique : nous \u00e9tudions chaque jardin\n                    avec la m\u00eame exigence.\n                <\/p>\n\n                <a class=\"ladj-services-button\" href=\"https:\/\/lesartsdujardin.com\/ladj\/index.php\/contact\/\">\n                    Demander un devis\n                <\/a>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<!-- =========================================================\n     LES ARTS DU JARDIN \u2014 POURQUOI NOUS ?\n     Section responsive WordPress\n     ========================================================= -->\n\n<style>\n.ladj-why {\n    --green: #183f32;\n    --green-light: #2f654c;\n    --beige: #f5f1e8;\n    --ivory: #fbfaf6;\n    --gold: #b99a61;\n    --text: #33413a;\n    --muted: #69756e;\n    --white: #ffffff;\n\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--text);\n    width: 100%;\n    overflow: hidden;\n}\n\n.ladj-why *,\n.ladj-why *::before,\n.ladj-why *::after {\n    box-sizing: border-box;\n}\n\n.ladj-why a {\n    text-decoration: none;\n}\n\n.ladj-why-container {\n    width: min(1180px, calc(100% - 40px));\n    margin: 0 auto;\n}\n\n\n\/* =========================================================\n   SECTION PRINCIPALE\n   ========================================================= *\/\n\n.ladj-why-section {\n    padding: 100px 0;\n    background: var(--ivory);\n}\n\n\n\/* =========================================================\n   MISE EN PAGE\n   ========================================================= *\/\n\n.ladj-why-grid {\n    display: grid;\n    grid-template-columns: 0.9fr 1.1fr;\n    gap: 85px;\n    align-items: center;\n}\n\n\n\/* =========================================================\n   IMAGE\n   ========================================================= *\/\n\n.ladj-why-image {\n    position: center;\n}\n\n.ladj-why-image img {\n    display: block;\n    width: 90%;\n    height: 90%;\n    object-fit: cover;\n}\n\n\n\/* Petit cadre d\u00e9coratif *\/\n\n\n\n\n\/* =========================================================\n   INTRODUCTION\n   ========================================================= *\/\n\n.ladj-why-eyebrow {\n    display: inline-block;\n    margin-bottom: 16px;\n\n    color: var(--gold);\n\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n}\n\n.ladj-why-title {\n    margin: 0 0 22px;\n\n    color: var(--green);\n\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(40px, 5vw, 60px);\n    font-weight: 400;\n    line-height: 1.08;\n}\n\n.ladj-why-line {\n    width: 55px;\n    height: 2px;\n    margin: 0 0 30px;\n\n    background: var(--gold);\n}\n\n.ladj-why-intro {\n    max-width: 650px;\n    margin: 0 0 45px;\n\n    color: var(--muted);\n\n    font-size: 17px;\n    line-height: 1.8;\n}\n\n\n\/* =========================================================\n   ARGUMENTS\n   ========================================================= *\/\n\n.ladj-why-items {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 0;\n}\n\n\n\/* Carte argument *\/\n\n.ladj-why-item {\n    position: relative;\n\n    padding: 28px 30px 30px;\n\n    border-top: 1px solid #ddd9ce;\n}\n\n.ladj-why-item:nth-child(odd) {\n    border-right: 1px solid #ddd9ce;\n}\n\n\n\/* Num\u00e9ro *\/\n\n.ladj-why-number {\n    margin-bottom: 18px;\n\n    color: var(--gold);\n\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 15px;\n}\n\n\n\/* Titre *\/\n\n.ladj-why-item h3 {\n    margin: 0 0 10px;\n\n    color: var(--green);\n\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 21px;\n    font-weight: 400;\n    line-height: 1.25;\n}\n\n\n\/* Texte *\/\n\n.ladj-why-item p {\n    margin: 0;\n\n    color: var(--muted);\n\n    font-size: 14px;\n    line-height: 1.7;\n}\n\n\n\/* =========================================================\n   LIEN SERVICES \u00c0 LA PERSONNE\n   ========================================================= *\/\n\n.ladj-why-link {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n\n    margin-top: 15px;\n\n    color: var(--green);\n\n    font-size: 12px;\n    font-weight: 700;\n\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n\n    transition: gap 0.25s ease;\n}\n\n.ladj-why-link span {\n    color: var(--gold);\n    font-size: 18px;\n}\n\n.ladj-why-link:hover {\n    gap: 15px;\n}\n\n\n\/* =========================================================\n   BLOC CR\u00c9DIT D'IMP\u00d4T\n   ========================================================= *\/\n\n.ladj-tax {\n    margin-top: 20px;\n\n    padding: 28px 30px;\n\n    background: var(--green);\n\n    color: var(--white);\n}\n\n.ladj-tax h3 {\n    margin: 0 0 10px;\n\n    color: var(--white);\n\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 22px;\n    font-weight: 400;\n}\n\n.ladj-tax p {\n    margin: 0;\n\n    color: rgba(255,255,255,.75);\n\n    font-size: 14px;\n    line-height: 1.7;\n}\n\n.ladj-tax .ladj-tax-link {\n    display: inline-block;\n\n    margin-top: 15px;\n\n    color: var(--white);\n\n    font-size: 12px;\n    font-weight: 700;\n\n    letter-spacing: .08em;\n    text-transform: uppercase;\n\n    border-bottom: 1px solid var(--gold);\n    padding-bottom: 4px;\n}\n\n\n\/* =========================================================\n   TABLETTE\n   ========================================================= *\/\n\n@media (max-width: 950px) {\n\n    .ladj-why-section {\n        padding: 80px 0;\n    }\n\n    .ladj-why-grid {\n        grid-template-columns: 1fr;\n        gap: 65px;\n    }\n\n    .ladj-why-image {\n        max-width: 650px;\n        margin: 0 auto;\n    }\n\n    .ladj-why-image img {\n        height: 500px;\n    }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media (max-width: 600px) {\n\n    .ladj-why-section {\n        padding: 65px 0;\n    }\n\n    .ladj-why-container {\n        width: min(100% - 28px, 520px);\n    }\n\n    .ladj-why-image img {\n        height: 390px;\n    }\n\n    .ladj-why-image::after {\n        left: 10px;\n        bottom: -10px;\n    }\n\n    .ladj-why-title {\n        font-size: 42px;\n    }\n\n    .ladj-why-intro {\n        font-size: 15px;\n        margin-bottom: 30px;\n    }\n\n    .ladj-why-items {\n        grid-template-columns: 1fr;\n    }\n\n    .ladj-why-item {\n        border-right: none !important;\n    }\n\n    .ladj-why-item:first-child {\n        border-top: 1px solid #ddd9ce;\n    }\n\n    .ladj-tax {\n        padding: 25px 22px;\n    }\n\n}\n<\/style>\n\n\n<!-- =========================================================\n     CONTENU\n     ========================================================= -->\n\n<section class=\"ladj-why-section\">\n\n    <div class=\"ladj-why\">\n\n        <div class=\"ladj-why-container\">\n\n            <div class=\"ladj-why-grid\">\n\n\n                <!-- ================================\n                     IMAGE\n                     ================================ -->\n\n                <div class=\"ladj-why-image\">\n\n                    <img decoding=\"async\" src=\"http:\/\/lesartsdujardin.com\/ladj\/wp-content\/uploads\/2026\/08\/3cbda2afc828b42093b3db6ebf49f4d69e6c35c6_logo-lesartsdujardin.jpg\" alt=\"Les Arts du Jardin - entretien et valorisation des jardins\" loading=\"lazy\">\n\n                <\/div>\n\n\n                <!-- ================================\n                     CONTENU\n                     ================================ -->\n\n                <div class=\"ladj-why-content\">\n\n                    <div class=\"ladj-why-eyebrow\">\n                        Notre engagement\n                    <\/div>\n\n\n                    <h2 class=\"ladj-why-title\">\n                        Pourquoi<br>\n                        Les Arts du Jardin ?\n                    <\/h2>\n\n\n                    <div class=\"ladj-why-line\"><\/div>\n\n\n                    <p class=\"ladj-why-intro\">\n                        Parce qu\u2019un jardin m\u00e9rite bien plus qu\u2019un simple\n                        entretien. Nous mettons notre savoir-faire, notre\n                        exigence et notre passion au service de vos arbres,\n                        de vos v\u00e9g\u00e9taux et de vos espaces ext\u00e9rieurs.\n                    <\/p>\n\n\n                    <!-- ================================\n                         ARGUMENTS\n                         ================================ -->\n\n                    <div class=\"ladj-why-items\">\n\n\n                        <!-- 01 -->\n\n                        <article class=\"ladj-why-item\">\n\n                            <div class=\"ladj-why-number\">\n                                01\n                            <\/div>\n\n                            <h3>\n                                Rigueur, s\u00e9curit\u00e9<br>\n                                et passion\n                            <\/h3>\n\n                            <p>\n                                Expertise, r\u00e9activit\u00e9, ponctualit\u00e9 et bonne\n                                humeur : nous attachons autant d\u2019importance\n                                \u00e0 la qualit\u00e9 du travail qu\u2019\u00e0 la relation\n                                avec nos clients.\n                            <\/p>\n\n                        <\/article>\n\n\n                        <!-- 02 -->\n\n                        <article class=\"ladj-why-item\">\n\n                            <div class=\"ladj-why-number\">\n                                02\n                            <\/div>\n\n                            <h3>\n                                La sant\u00e9 de vos<br>\n                                arbres et v\u00e9g\u00e9taux\n                            <\/h3>\n\n                            <p>\n                                Tailler au bon moment, respecter les saisons\n                                et adapter chaque intervention aux besoins\n                                du v\u00e9g\u00e9tal pour pr\u00e9server durablement\n                                votre jardin.\n                            <\/p>\n\n                        <\/article>\n\n\n                        <!-- 03 -->\n\n                        <article class=\"ladj-why-item\">\n\n                            <div class=\"ladj-why-number\">\n                                03\n                            <\/div>\n\n                            <h3>\n                                Travail soign\u00e9<br>\n                                et silencieux\n                            <\/h3>\n\n                            <p>\n                                Des chantiers laiss\u00e9s propres et une gestion\n                                responsable des d\u00e9chets verts. Nos outils\n                                STIHL \u00e0 batterie permettent \u00e9galement\n                                d\u2019intervenir dans les lieux o\u00f9 le silence\n                                est essentiel.\n                            <\/p>\n\n                        <\/article>\n\n\n                        <!-- 04 -->\n\n                        <article class=\"ladj-why-item\">\n\n                            <div class=\"ladj-why-number\">\n                                04\n                            <\/div>\n\n                            <h3>\n                                Services \u00e0 la Personne\n                            <\/h3>\n\n                            <p>\n                                Certaines prestations de jardinage courant\n                                peuvent \u00eatre \u00e9ligibles \u00e0 un avantage fiscal\n                                allant jusqu\u2019\u00e0 50 % des d\u00e9penses \u00e9ligibles,\n                                sous conditions.\n                            <\/p>\n\n                            <a class=\"ladj-why-link\" href=\"https:\/\/lesartsdujardin.com\/ladj\/index.php\/services-a-la-personnes\/\">\n                                Voir les prestations \u00e9ligibles\n                                <span>\u2192<\/span>\n                            <\/a>\n\n                        <\/article>\n\n                    <\/div>\n\n\n\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<!-- =========================================================\n     LES ARTS DU JARDIN \u2014 PARCOURS DU RESPONSABLE\n     Section responsive WordPress\n     ========================================================= -->\n\n<style>\n.ladj-founder {\n    --green: #183f32;\n    --green-light: #2f654c;\n    --beige: #f5f1e8;\n    --ivory: #fbfaf6;\n    --gold: #b99a61;\n    --text: #33413a;\n    --muted: #69756e;\n    --white: #ffffff;\n\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--text);\n    width: 100%;\n    overflow: hidden;\n}\n\n.ladj-founder *,\n.ladj-founder *::before,\n.ladj-founder *::after {\n    box-sizing: border-box;\n}\n\n.ladj-founder a {\n    text-decoration: none;\n}\n\n\n\/* =========================================================\n   SECTION\n   ========================================================= *\/\n\n.ladj-founder-section {\n    padding: 105px 0;\n    background: var(--beige);\n}\n\n.ladj-founder-container {\n    width: min(1180px, calc(100% - 40px));\n    margin: 0 auto;\n}\n\n\n\/* =========================================================\n   GRILLE PRINCIPALE\n   ========================================================= *\/\n\n.ladj-founder-grid {\n    display: grid;\n    grid-template-columns: 0.9fr 1.1fr;\n    gap: 90px;\n    align-items: center;\n}\n\n\n\/* =========================================================\n   PHOTO\n   ========================================================= *\/\n\n.ladj-founder-photo {\n    position: relative;\n}\n\n.ladj-founder-photo img {\n    position: relative;\n    z-index: 1;\n\n    display: block;\n    width: 100%;\n    height: 590px;\n\n    object-fit: cover;\n}\n\n\n\/* Cadre dor\u00e9 *\/\n\n.ladj-founder-photo::after {\n    content: \"\";\n\n    position: absolute;\n\n    right: -18px;\n    bottom: -18px;\n\n    width: 100%;\n    height: 100%;\n\n    border: 1px solid var(--gold);\n\n    z-index: 0;\n}\n\n\n\/* =========================================================\n   TEXTE\n   ========================================================= *\/\n\n.ladj-founder-eyebrow {\n    display: inline-block;\n\n    margin-bottom: 16px;\n\n    color: var(--gold);\n\n    font-size: 11px;\n    font-weight: 700;\n\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n}\n\n\n.ladj-founder-title {\n    margin: 0 0 22px;\n\n    color: var(--green);\n\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(40px, 5vw, 60px);\n    font-weight: 400;\n\n    line-height: 1.08;\n}\n\n\n.ladj-founder-line {\n    width: 55px;\n    height: 2px;\n\n    margin: 0 0 30px;\n\n    background: var(--gold);\n}\n\n\n\/* Texte principal *\/\n\n.ladj-founder-text {\n    color: var(--muted);\n\n    font-size: 17px;\n    line-height: 1.85;\n}\n\n.ladj-founder-text p {\n    margin: 0 0 20px;\n}\n\n\n\/* Mise en \u00e9vidence *\/\n\n.ladj-founder-text strong {\n    color: var(--green);\n    font-weight: 700;\n}\n\n\n\/* =========================================================\n   SIGNATURE\n   ========================================================= *\/\n\n.ladj-founder-signature {\n    margin-top: 35px;\n    padding-top: 25px;\n\n    border-top: 1px solid #d9d4c8;\n}\n\n\n.ladj-founder-name {\n    display: block;\n\n    color: var(--green);\n\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 28px;\n}\n\n\n.ladj-founder-role {\n    display: block;\n\n    margin-top: 5px;\n\n    color: var(--muted);\n\n    font-size: 12px;\n\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n}\n\n\n\/* LinkedIn *\/\n\n.ladj-founder-linkedin {\n    display: inline-flex;\n\n    align-items: center;\n    gap: 8px;\n\n    margin-top: 18px;\n\n    color: var(--green);\n\n    font-size: 12px;\n    font-weight: 700;\n\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n\n    transition: gap 0.25s ease;\n}\n\n.ladj-founder-linkedin span {\n    color: var(--gold);\n    font-size: 17px;\n}\n\n.ladj-founder-linkedin:hover {\n    gap: 13px;\n}\n\n\n\/* =========================================================\n   PETITE PHRASE DE FIN\n   ========================================================= *\/\n\n.ladj-founder-quote {\n    margin-top: 35px;\n\n    padding-left: 25px;\n\n    border-left: 2px solid var(--gold);\n\n    color: var(--green);\n\n    font-family: Georgia, \"Times New Roman\", serif;\n\n    font-size: 20px;\n    font-style: italic;\n\n    line-height: 1.5;\n}\n\n\n\/* =========================================================\n   TABLETTE\n   ========================================================= *\/\n\n@media (max-width: 950px) {\n\n    .ladj-founder-section {\n        padding: 80px 0;\n    }\n\n    .ladj-founder-grid {\n        grid-template-columns: 1fr;\n        gap: 65px;\n    }\n\n    .ladj-founder-photo {\n        max-width: 650px;\n        margin: 0 auto;\n    }\n\n    .ladj-founder-photo img {\n        height: 520px;\n    }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media (max-width: 600px) {\n\n    .ladj-founder-section {\n        padding: 65px 0;\n    }\n\n    .ladj-founder-container {\n        width: min(100% - 28px, 520px);\n    }\n\n    .ladj-founder-photo img {\n        height: 390px;\n    }\n\n    .ladj-founder-photo::after {\n        right: -10px;\n        bottom: -10px;\n    }\n\n    .ladj-founder-title {\n        font-size: 42px;\n    }\n\n    .ladj-founder-text {\n        font-size: 15px;\n    }\n\n    .ladj-founder-quote {\n        font-size: 18px;\n    }\n\n}\n<\/style>\n\n\n<!-- =========================================================\n     CONTENU\n     ========================================================= -->\n\n<section class=\"ladj-founder-section\">\n\n    <div class=\"ladj-founder\">\n\n        <div class=\"ladj-founder-container\">\n\n            <div class=\"ladj-founder-grid\">\n\n\n                <!-- =================================================\n                     PHOTO\n                     ================================================= -->\n\n                <div class=\"ladj-founder-photo\">\n\n                    <img decoding=\"async\" src=\"http:\/\/lesartsdujardin.com\/ladj\/wp-content\/uploads\/2026\/08\/dji_fly_20260619_101404_0012_1781880852877_photo_beautify-1024x768.jpg\" alt=\"Samuel Gibert, fondateur de Les Arts du Jardin\" loading=\"lazy\">\n\n                <\/div>\n\n\n                <!-- =================================================\n                     TEXTE\n                     ================================================= -->\n\n                <div class=\"ladj-founder-content\">\n\n                    <div class=\"ladj-founder-eyebrow\">\n                        L&rsquo;homme derri\u00e8re Les Arts du Jardin\n                    <\/div>\n\n\n                    <h2 class=\"ladj-founder-title\">\n                        Parcours d\u2019un<br>\n                        passionn\u00e9 de nature\n                    <\/h2>\n\n\n                    <div class=\"ladj-founder-line\"><\/div>\n\n\n                    <div class=\"ladj-founder-text\">\n\n                        <p>\n                            Apr\u00e8s <strong>25 ans d\u2019exp\u00e9rience<\/strong> dans\n                            les secteurs du tourisme vert, des travaux\n                            acrobatiques et de l\u2019\u00e9lagage, j\u2019ai choisi de\n                            mettre ma passion pour la nature au service\n                            de vos parcs et jardins.\n                        <\/p>\n\n                        <p>\n                            Depuis 6 ans, je d\u00e9veloppe avec fiert\u00e9\n                            <strong>Les Arts du Jardin<\/strong>, une entreprise\n                            fond\u00e9e sur le savoir-faire, la proximit\u00e9 et\n                            le respect du v\u00e9g\u00e9tal.\n                        <\/p>\n\n                        <p>\n                            Bas\u00e9 au c\u0153ur de\n                            <a href=\"https:\/\/lesartsdujardin.com\/ladj\/proche-de-chez-vous\/\" style=\"color:#183f32;font-weight:700;\">\n                                la Vaunage, pr\u00e8s de N\u00eemes\n                            <\/a>,\n                            je mets mon exp\u00e9rience au service des\n                            particuliers et des entreprises.\n                        <\/p>\n\n                        <p>\n                            Qu\u2019il s\u2019agisse d\u2019un <strong>\u00e9lagage complexe<\/strong>,\n                            d\u2019un travail d\u2019acc\u00e8s difficile ou de\n                            l\u2019entretien r\u00e9gulier de votre jardin,\n                            je m\u2019engage \u00e0 intervenir avec\n                            <strong>rigueur, pr\u00e9cision et passion<\/strong>.\n                        <\/p>\n\n                    <\/div>\n\n\n                    <!-- =================================================\n                         CITATION\n                         ================================================= -->\n\n                    <div class=\"ladj-founder-quote\">\n                        \u00ab Prendre soin des arbres et des jardins,\n                        c\u2019est avant tout comprendre la nature\n                        et respecter son rythme. \u00bb\n                    <\/div>\n\n\n                    <!-- =================================================\n                         SIGNATURE\n                         ================================================= -->\n\n                    <div class=\"ladj-founder-signature\">\n\n                        <span class=\"ladj-founder-name\">\n                            Samuel Gibert\n                        <\/span>\n\n                        <span class=\"ladj-founder-role\">\n                            Fondateur \u00b7 Les Arts du Jardin\n                        <\/span>\n\n\n                        <a class=\"ladj-founder-linkedin\" href=\"https:\/\/www.linkedin.com\/in\/samuelgibert\" target=\"_blank\" rel=\"noopener noreferrer\">\n                            Mon profil professionnel\n                            <span>\u2192<\/span>\n                        <\/a>\n\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<hr class=\"wp-block-separator aligncenter has-alpha-channel-opacity\"\/>\n\n\n\n<!-- =========================================================\n     LES ARTS DU JARDIN \u2014 T\u00c9MOIGNAGES CLIENTS\n     Introduction aux avis clients\n     ========================================================= -->\n\n<style>\n.ladj-testimonials-intro {\n    --green: #183f32;\n    --gold: #b99a61;\n    --white: #ffffff;\n    --soft: rgba(255,255,255,.72);\n\n    width: 100%;\n    overflow: hidden;\n    font-family: Arial, Helvetica, sans-serif;\n}\n\n.ladj-testimonials-intro *,\n.ladj-testimonials-intro *::before,\n.ladj-testimonials-intro *::after {\n    box-sizing: border-box;\n}\n\n\n\/* =========================================================\n   SECTION\n   ========================================================= *\/\n\n.ladj-testimonials-section {\n    position: relative;\n\n    padding: 95px 20px;\n\n    background: var(--green);\n\n    color: var(--white);\n\n    text-align: center;\n}\n\n\n\/* =========================================================\n   CONTENEUR\n   ========================================================= *\/\n\n.ladj-testimonials-container {\n    width: min(900px, 100%);\n    margin: 0 auto;\n    background: var(--green);\n}\n\n\n\/* =========================================================\n   PETIT TITRE\n   ========================================================= *\/\n\n.ladj-testimonials-eyebrow {\n    margin-bottom: 18px;\n\n    color: var(--gold);\n\n    font-size: 11px;\n    font-weight: 700;\n\n    letter-spacing: .24em;\n    text-transform: uppercase;\n}\n\n\n\/* =========================================================\n   TITRE\n   ========================================================= *\/\n\n.ladj-testimonials-title {\n    margin: 0 0 30px;\n\n    color: var(--white);\n\n    font-family: Georgia, \"Times New Roman\", serif;\n\n    font-size: clamp(42px, 6vw, 65px);\n    font-weight: 400;\n\n    line-height: 1.08;\n\n    letter-spacing: -.02em;\n}\n\n\n\/* =========================================================\n   LIGNE D\u00c9CORATIVE\n   ========================================================= *\/\n\n.ladj-testimonials-line {\n    width: 55px;\n    height: 2px;\n\n    margin: 0 auto 32px;\n\n    background: var(--gold);\n}\n\n\n\/* =========================================================\n   CITATION\n   ========================================================= *\/\n\n.ladj-testimonials-quote {\n    position: relative;\n\n    margin: 0 auto;\n\n    max-width: 730px;\n\n    color: var(--soft);\n\n    font-family: Georgia, \"Times New Roman\", serif;\n\n    font-size: clamp(18px, 2.3vw, 24px);\n\n    font-style: italic;\n\n    line-height: 1.7;\n}\n\n\n\/* Guillemets d\u00e9coratifs *\/\n\n.ladj-testimonials-quote::before {\n    content: \"\u201c\";\n\n    display: block;\n\n    height: 35px;\n\n    color: var(--gold);\n\n    font-family: Georgia, \"Times New Roman\", serif;\n\n    font-size: 70px;\n\n    font-style: normal;\n\n    line-height: .8;\n}\n\n\n\/* =========================================================\n   PETITE SIGNATURE\n   ========================================================= *\/\n\n.ladj-testimonials-signature {\n    margin-top: 30px;\n\n    color: rgba(255,255,255,.48);\n\n    font-size: 11px;\n\n    letter-spacing: .12em;\n\n    text-transform: uppercase;\n}\n\n\n\/* =========================================================\n   VERSION MOBILE\n   ========================================================= *\/\n\n@media (max-width: 600px) {\n\n    .ladj-testimonials-section {\n        padding: 70px 20px;\n    }\n\n    .ladj-testimonials-title {\n        font-size: 42px;\n    }\n\n    .ladj-testimonials-quote {\n        font-size: 18px;\n        line-height: 1.65;\n    }\n\n}\n<\/style>\n\n\n<!-- =========================================================\n     CONTENU\n     ========================================================= -->\n\n<section class=\"ladj-testimonials-section\">\n\n    <div class=\"ladj-testimonials-intro\">\n\n        <div class=\"ladj-testimonials-container\">\n\n            <div class=\"ladj-testimonials-eyebrow\">\n                Ils nous font confiance\n            <\/div>\n\n\n            <h2 class=\"ladj-testimonials-title\">\n                Leur jardin,<br>\n                leur exp\u00e9rience\n            <\/h2>\n\n\n            <div class=\"ladj-testimonials-line\"><\/div>\n\n\n            <p class=\"ladj-testimonials-quote\">\n                Entrer dans votre jardin est une histoire de confiance.\n                Voici les mots de mes clients qui partagent leur exp\u00e9rience\n                \u00e0 mes c\u00f4t\u00e9s.\n            <\/p>\n\n\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n<link data-noptimize=\"1\" data-no-optimize=\"1\" data-no-minify=\"1\" data-no-defer=\"1\" rel=\"stylesheet\" href=\"https:\/\/lesartsdujardin.com\/ladj\/wp-content\/uploads\/trustindex-google-widget.css?1786353282\" media=\"all\"><pre class=\"ti-widget\"><div style=\"opacity: 0;height: 0 !important;overflow: hidden !important\" data-css-url=\"https:\/\/lesartsdujardin.com\/ladj\/wp-content\/uploads\/trustindex-google-widget.css?1786353282\" class=\" ti-widget  ti-goog ti-disable-font ti-show-rating-text ti-review-text-mode-readmore ti-text-align-center\" data-no-translation=\"true\" data-time-locale=\"il y a %d %s|aujourd&apos;hui|jour|jours|semaine|semaines|mois|mois|ann\u00e9e|ans\" data-plugin-version=\"14.1.1\" data-layout-id=\"34\" data-layout-category=\"slider\" data-set-id=\"light-background\" data-pid=\"wp-widget\" data-language=\"fr\" data-close-locale=\"Fermer\" data-review-target-width=\"300\" data-css-version=\"2\" data-reply-by-locale=\"R\u00e9ponse du propri\u00e9taire\" data-only-rating-locale=\"Cet utilisateur a uniquement laiss\u00e9 une \u00e9valuation.\" data-pager-autoplay-timeout=\"6\"> <div class=\"ti-widget-container ti-col-3\"> <div class=\"ti-header ti-header-grid source-Google\"> <div class=\"ti-fade-container\"> <div class=\"ti-rating-text\"> <strong class=\"ti-rating ti-rating-large\"> EXCELLENT <\/strong> <\/div> <span class=\"ti-stars star-lg\"><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><\/span> <div class=\"ti-rating-text\"> <span class=\"nowrap\">Bas\u00e9e sur <strong>40 avis<\/strong><\/span> <\/div> <div class=\"ti-large-logo\"> <div class=\"ti-v-center\"> <img decoding=\"async\" class=\"ti-logo-fb skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/logo.svg\" width=\"150\" height=\"25\" loading=\"lazy\" alt=\"Google\" \/> <\/div> <\/div> <\/div> <\/div> <div class=\"ti-reviews-container\"> <div class=\"ti-controls\"> <div class=\"ti-next\" aria-label=\"Avis suivante\" role=\"button\" tabindex=\"0\"><\/div> <div class=\"ti-prev\" aria-label=\"Avis pr\u00e9c\u00e9dent\" role=\"button\" tabindex=\"0\"><\/div> <\/div> <div class=\"ti-reviews-container-wrapper\">  <div data-empty=\"0\" data-time=\"1787788800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publi\u00e9 sur Google<\/span> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocIl76U9wxzKupyabAZp7Bi1Lhj4HaMJ9a8DDQvqTCi_YAlQ2A=w40-h40-c-rp-mo-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocIl76U9wxzKupyabAZp7Bi1Lhj4HaMJ9a8DDQvqTCi_YAlQ2A=w80-h80-c-rp-mo-br100 2x\" alt=\"Nathalie Liegeois profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Nathalie Liegeois <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Merci beaucoup  pour votre efficacit\u00e9 dans un d\u00e9lai tr\u00e8s  court. Tr\u00e8s  professionnel. Je conseille vivement.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1782345600\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publi\u00e9 sur Google<\/span> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjV0lVSUcAOVrmHxPrgfk_YfcO0olepFGKv62h4S9lh09d4_YnpS=w40-h40-c-rp-mo-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjV0lVSUcAOVrmHxPrgfk_YfcO0olepFGKv62h4S9lh09d4_YnpS=w80-h80-c-rp-mo-br100 2x\" alt=\"Marcelo Rubi profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Marcelo Rubi <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Ponctuel, respect du chantier, travaux de qualit\u00e9, un vrai professionnel comme on aimerai en rencontrer plus souvent. Je recommande cette personne qui de plus, est tr\u00e8s sympathique. Merci Mr Gibert.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1775520000\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publi\u00e9 sur Google<\/span> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKy4lUuxRUnlTGxMOmTTNYIrnuMSQ8ZdIOP9QEJTJFtpLq7Lg=w40-h40-c-rp-mo-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKy4lUuxRUnlTGxMOmTTNYIrnuMSQ8ZdIOP9QEJTJFtpLq7Lg=w80-h80-c-rp-mo-br100 2x\" alt=\"Didier Vienet profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Didier Vienet <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->M. Gibert travaille consciencieusement et a \u00e9t\u00e9 de bons conseils pour effectuer l'entretien d'une parcelle, quelque peu d\u00e9laiss\u00e9e. Nous ne pouvons que recommander son entreprise.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1773792000\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publi\u00e9 sur Google<\/span> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLCg0b_zS3Qm3rcIp2o2c9IIiXaqEiBuVI__K0VjFAoCDzsww=w40-h40-c-rp-mo-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLCg0b_zS3Qm3rcIp2o2c9IIiXaqEiBuVI__K0VjFAoCDzsww=w80-h80-c-rp-mo-br100 2x\" alt=\"Catherine Brassart profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Catherine Brassart <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Samuel est un homme de m\u00e9tier qui aime profond\u00e9ment les arbres, cela veut dire qu'il \u00e0 r\u00e9ussi sur notre platane quasi centenaire et qui n'avait jamais vu une scie, il a r\u00e9ussi \u00e0 lui donn\u00e9 une nouvelle jeunesse sans rien lui enlever de sa noblesse. Bravo. Je recommande \u00e0 toute personne souhaitant confier l'entretien de leur beaux arbres en toute confiance.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1764028800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publi\u00e9 sur Google<\/span> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocID0Wi-OW3TT0GXMHTFwWzSheHm6Tu10m79hGSHDzzsUw3vqQ=w40-h40-c-rp-mo-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocID0Wi-OW3TT0GXMHTFwWzSheHm6Tu10m79hGSHDzzsUw3vqQ=w80-h80-c-rp-mo-br100 2x\" alt=\"Veronique Delcausse profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Veronique Delcausse <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Prestation adapt\u00e9e \u00e0 ma demande.  Travail soign\u00e9.  Je recommande.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1762819200\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publi\u00e9 sur Google<\/span> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJ-L4OjT4XcJT6z8W2kpOCvppzluJFlLslH85sHqRA8JZ3_bw=w40-h40-c-rp-mo-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJ-L4OjT4XcJT6z8W2kpOCvppzluJFlLslH85sHqRA8JZ3_bw=w80-h80-c-rp-mo-br100 2x\" alt=\"Jean-Fran\u00e7ois Ouhayoun profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Jean-Fran\u00e7ois Ouhayoun <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Apr\u00e8s maintes recherches sur le net pour \u00e9radiquer un nid de frelons asiatiques, j'ai enfin trouv\u00e9 un professionnel qui a pu intervenir rapidement, il est venu plusieurs fois pour v\u00e9rifier, pour traiter ,contr\u00f4ler son travail et ensuite d\u00e9truire le nid. Pour un tarif plus que raisonnable. un super professionnel, merci Monsieur Samuel.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1762041600\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publi\u00e9 sur Google<\/span> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjVBfF8N6ZLzNRUMQLgnbEdQxM3bn46Su75wcdVdhUaGlO8JLAWR=w40-h40-c-rp-mo-ba12-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjVBfF8N6ZLzNRUMQLgnbEdQxM3bn46Su75wcdVdhUaGlO8JLAWR=w80-h80-c-rp-mo-ba12-br100 2x\" alt=\"ludovic roussel profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> ludovic roussel <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Samuel est tr\u00e8s pro il est de bon conseil a l'\u00e9coute des clients je le recommande vivement.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1741219200\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publi\u00e9 sur Google<\/span> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLyK9W_xc7qjS68QTkmQ15OsrcQDT-50tnUO9BI-PhJgKKi=w40-h40-c-rp-mo-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLyK9W_xc7qjS68QTkmQ15OsrcQDT-50tnUO9BI-PhJgKKi=w80-h80-c-rp-mo-br100 2x\" alt=\"M\u00e9lanie FRUCHART profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> M\u00e9lanie FRUCHART <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Ravie du travail r\u00e9alis\u00e9, conforme \u00e0 nos attentes. Un professionnel qui tient ses engagements, respectueux de l\u2019environnement, et dont les conseils sont plus qu\u2019appr\u00e9ciables! Merci \u00e0 vous, \u00e0 l\u2019ann\u00e9e prochaine !<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1735084800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publi\u00e9 sur Google<\/span> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocIJcsktJnOAhjEuN28Y380LDriQpGIrfx7IFNIH9i-KLsERtg=w40-h40-c-rp-mo-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocIJcsktJnOAhjEuN28Y380LDriQpGIrfx7IFNIH9i-KLsERtg=w80-h80-c-rp-mo-br100 2x\" alt=\"Muriel Aupiais profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Muriel Aupiais <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Nous saluons le professionnalisme exemplaire de Monsieur GIBERT, qui a totalement pris en charge la demande de DITC aupr\u00e8s d'ENEDIS avant de r\u00e9aliser l'abattage de nos deux palmiers qui touchaient un fil \u00e9lectrique. Un chantier tr\u00e8s propre, r\u00e9alis\u00e9 avec un savoir-faire ind\u00e9niable du d\u00e9but jusqu'\u00e0 la fin. Un grand merci \u00e0 vous.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1708905600\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Publi\u00e9 sur Google<\/span> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-img\"> <img decoding=\"async\" class=\"skip-lazy\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLQrsjRNUsEoAmlDuVprQGNIeNHp2O7WIe5Ww9u7-PaOfRm3A=w40-h40-c-rp-mo-br100\" srcset=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLQrsjRNUsEoAmlDuVprQGNIeNHp2O7WIe5Ww9u7-PaOfRm3A=w80-h80-c-rp-mo-br100 2x\" alt=\"Augustin Pineau profile picture\" loading=\"lazy\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Augustin Pineau <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\" \/><img decoding=\"async\" class=\"ti-star skip-lazy\" src=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\" \/><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Un travail  tr\u00e8s soign\u00e9 r\u00e9alis\u00e9 avec savoir faire et bonne humeur. Merci encore.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <\/div> <div class=\"ti-controls-line\"> <div class=\"dot\"><\/div> <\/div> <\/div>   <div class=\"ti-verified-by ti-verified-by-row\" data-style=\"1\"> <div class=\"ti-inner\"> Certifi\u00e9 par: Trustindex <span class=\"ti-info-icon\"><\/span> <div class=\"ti-disclaimer\">Le badge v\u00e9rifi\u00e9 de Trustindex est le symbole universel de confiance. Seules les meilleures entreprises peuvent obtenir le badge v\u00e9rifi\u00e9, avec une note sup\u00e9rieure \u00e0 4.5, bas\u00e9e sur les avis des clients au cours des derniers 12 mois. <a href=\"https:\/\/www.trustindex.io\/?a=sys&amp;c=wp-verified-badge&amp;url=\/the-trustindex-verified-badge\/\" target=\"_blank\">En savoir plus<\/a><\/div> <\/div> <\/div>  <\/div> <\/div> <\/pre><script>\n(function () { if (window.tiLoaderFallback) { return; } window.tiLoaderFallback = true; function tiLoadLoader() { if (window.TrustindexWidget || document.querySelector('script[src*=\"https:\/\/cdn.trustindex.io\/loader.js\"]')) { return; } let script = document.createElement(\"script\"); script.async = true; script.src = \"https:\/\/cdn.trustindex.io\/loader.js\"; script.setAttribute(\"data-ccm-injected\", \"1\"); document.head.appendChild(script); } if (\"loading\" === document.readyState) { document.addEventListener(\"DOMContentLoaded\", tiLoadLoader); } else { tiLoadLoader(); } })();\n<\/script>\n\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Les Arts du Jardin \u00b7 En Vaunage \u00c9lagueur \u00e0 N\u00eemes et entretien de jardins dans le Gard Prot\u00e9ger, valoriser vos parcs et jardins Les Arts du Jardin accompagne les particuliers et les entreprises pour l&rsquo;\u00e9lagage, la taille et l&rsquo;entretien de leurs arbres et jardins \u00e0 N\u00eemes, en Vaunage et dans le Gard. Bas\u00e9s \u00e0 Caveirac, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-73","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u00c9lagueur \u00e0 N\u00eemes et dans le Gard<\/title>\n<meta name=\"description\" content=\"\u00c9lagueur \u00e0 N\u00eemes et dans le Gard : \u00e9lagage, taille, entretien de jardins et lutte contre les nuisibles. Devis gratuit avec Les Arts du Jardin.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/lesartsdujardin.com\/ladj\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Les Arts du Jardin \u2013 \u00c9lagueur \u00e0 N\u00eemes\" \/>\n<meta property=\"og:description\" content=\"Des arbres aux oliviers, en passant par les haies et les palmiers : Les Arts du Jardin prend soin de vos v\u00e9g\u00e9taux.\" \/>\n<meta property=\"og:url\" content=\"http:\/\/lesartsdujardin.com\/ladj\/\" \/>\n<meta property=\"og:site_name\" content=\"Les Arts du Jardin\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/lesartsdujardin\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-15T13:28:22+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/lesartsdujardin.com\/ladj\/wp-content\/uploads\/2026\/08\/cropped-lezard_seul-1.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":[\"WebPage\",\"ProfilePage\"],\"@id\":\"http:\\\/\\\/lesartsdujardin.com\\\/ladj\\\/\",\"url\":\"http:\\\/\\\/lesartsdujardin.com\\\/ladj\\\/\",\"name\":\"\u00c9lagueur \u00e0 N\u00eemes et dans le Gard\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/lesartsdujardin.com\\\/ladj\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\\\/\\\/lesartsdujardin.com\\\/ladj\\\/#primaryimage\"},\"image\":{\"@id\":\"http:\\\/\\\/lesartsdujardin.com\\\/ladj\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/lesartsdujardin.com\\\/ladj\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/cropped-lezard_seul-1.png\",\"datePublished\":\"2026-08-09T12:35:02+00:00\",\"dateModified\":\"2026-09-15T13:28:22+00:00\",\"description\":\"\u00c9lagueur \u00e0 N\u00eemes et dans le Gard : \u00e9lagage, taille, entretien de jardins et lutte contre les nuisibles. Devis gratuit avec Les Arts du Jardin.\",\"breadcrumb\":{\"@id\":\"http:\\\/\\\/lesartsdujardin.com\\\/ladj\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\\\/\\\/lesartsdujardin.com\\\/ladj\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"http:\\\/\\\/lesartsdujardin.com\\\/ladj\\\/#primaryimage\",\"url\":\"http:\\\/\\\/lesartsdujardin.com\\\/ladj\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/cropped-lezard_seul-1.png\",\"contentUrl\":\"http:\\\/\\\/lesartsdujardin.com\\\/ladj\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/cropped-lezard_seul-1.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\\\/\\\/lesartsdujardin.com\\\/ladj\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"http:\\\/\\\/lesartsdujardin.com\\\/ladj\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Les Arts du Jardin\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/lesartsdujardin.com\\\/ladj\\\/#website\",\"url\":\"http:\\\/\\\/lesartsdujardin.com\\\/ladj\\\/\",\"name\":\"Les Arts du Jardin\",\"description\":\"\",\"publisher\":{\"@id\":\"http:\\\/\\\/lesartsdujardin.com\\\/ladj\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\\\/\\\/lesartsdujardin.com\\\/ladj\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"http:\\\/\\\/lesartsdujardin.com\\\/ladj\\\/#organization\",\"name\":\"Les Arts du Jardin\",\"url\":\"http:\\\/\\\/lesartsdujardin.com\\\/ladj\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"http:\\\/\\\/lesartsdujardin.com\\\/ladj\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/lesartsdujardin.com\\\/ladj\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/cropped-lezard_seul.png\",\"contentUrl\":\"https:\\\/\\\/lesartsdujardin.com\\\/ladj\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/cropped-lezard_seul.png\",\"width\":512,\"height\":512,\"caption\":\"Les Arts du Jardin\"},\"image\":{\"@id\":\"http:\\\/\\\/lesartsdujardin.com\\\/ladj\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/lesartsdujardin\",\"https:\\\/\\\/www.instagram.com\\\/lesartsdujardin\\\/\",\"https:\\\/\\\/share.google\\\/IFBXP2R65XHqatdZh\"],\"mainEntityOfPage\":{\"@id\":\"http:\\\/\\\/lesartsdujardin.com\\\/ladj\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u00c9lagueur \u00e0 N\u00eemes et dans le Gard","description":"\u00c9lagueur \u00e0 N\u00eemes et dans le Gard : \u00e9lagage, taille, entretien de jardins et lutte contre les nuisibles. Devis gratuit avec Les Arts du Jardin.","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":"http:\/\/lesartsdujardin.com\/ladj\/","og_locale":"fr_FR","og_type":"article","og_title":"Les Arts du Jardin \u2013 \u00c9lagueur \u00e0 N\u00eemes","og_description":"Des arbres aux oliviers, en passant par les haies et les palmiers : Les Arts du Jardin prend soin de vos v\u00e9g\u00e9taux.","og_url":"http:\/\/lesartsdujardin.com\/ladj\/","og_site_name":"Les Arts du Jardin","article_publisher":"https:\/\/www.facebook.com\/lesartsdujardin","article_modified_time":"2026-09-15T13:28:22+00:00","og_image":[{"url":"http:\/\/lesartsdujardin.com\/ladj\/wp-content\/uploads\/2026\/08\/cropped-lezard_seul-1.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["WebPage","ProfilePage"],"@id":"http:\/\/lesartsdujardin.com\/ladj\/","url":"http:\/\/lesartsdujardin.com\/ladj\/","name":"\u00c9lagueur \u00e0 N\u00eemes et dans le Gard","isPartOf":{"@id":"http:\/\/lesartsdujardin.com\/ladj\/#website"},"primaryImageOfPage":{"@id":"http:\/\/lesartsdujardin.com\/ladj\/#primaryimage"},"image":{"@id":"http:\/\/lesartsdujardin.com\/ladj\/#primaryimage"},"thumbnailUrl":"http:\/\/lesartsdujardin.com\/ladj\/wp-content\/uploads\/2026\/08\/cropped-lezard_seul-1.png","datePublished":"2026-08-09T12:35:02+00:00","dateModified":"2026-09-15T13:28:22+00:00","description":"\u00c9lagueur \u00e0 N\u00eemes et dans le Gard : \u00e9lagage, taille, entretien de jardins et lutte contre les nuisibles. Devis gratuit avec Les Arts du Jardin.","breadcrumb":{"@id":"http:\/\/lesartsdujardin.com\/ladj\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["http:\/\/lesartsdujardin.com\/ladj\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"http:\/\/lesartsdujardin.com\/ladj\/#primaryimage","url":"http:\/\/lesartsdujardin.com\/ladj\/wp-content\/uploads\/2026\/08\/cropped-lezard_seul-1.png","contentUrl":"http:\/\/lesartsdujardin.com\/ladj\/wp-content\/uploads\/2026\/08\/cropped-lezard_seul-1.png"},{"@type":"BreadcrumbList","@id":"http:\/\/lesartsdujardin.com\/ladj\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"http:\/\/lesartsdujardin.com\/ladj\/"},{"@type":"ListItem","position":2,"name":"Les Arts du Jardin"}]},{"@type":"WebSite","@id":"http:\/\/lesartsdujardin.com\/ladj\/#website","url":"http:\/\/lesartsdujardin.com\/ladj\/","name":"Les Arts du Jardin","description":"","publisher":{"@id":"http:\/\/lesartsdujardin.com\/ladj\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/lesartsdujardin.com\/ladj\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"http:\/\/lesartsdujardin.com\/ladj\/#organization","name":"Les Arts du Jardin","url":"http:\/\/lesartsdujardin.com\/ladj\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"http:\/\/lesartsdujardin.com\/ladj\/#\/schema\/logo\/image\/","url":"https:\/\/lesartsdujardin.com\/ladj\/wp-content\/uploads\/2026\/08\/cropped-lezard_seul.png","contentUrl":"https:\/\/lesartsdujardin.com\/ladj\/wp-content\/uploads\/2026\/08\/cropped-lezard_seul.png","width":512,"height":512,"caption":"Les Arts du Jardin"},"image":{"@id":"http:\/\/lesartsdujardin.com\/ladj\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/lesartsdujardin","https:\/\/www.instagram.com\/lesartsdujardin\/","https:\/\/share.google\/IFBXP2R65XHqatdZh"],"mainEntityOfPage":{"@id":"http:\/\/lesartsdujardin.com\/ladj\/"}}]}},"_links":{"self":[{"href":"https:\/\/lesartsdujardin.com\/ladj\/wp-json\/wp\/v2\/pages\/73","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lesartsdujardin.com\/ladj\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lesartsdujardin.com\/ladj\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lesartsdujardin.com\/ladj\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lesartsdujardin.com\/ladj\/wp-json\/wp\/v2\/comments?post=73"}],"version-history":[{"count":93,"href":"https:\/\/lesartsdujardin.com\/ladj\/wp-json\/wp\/v2\/pages\/73\/revisions"}],"predecessor-version":[{"id":900,"href":"https:\/\/lesartsdujardin.com\/ladj\/wp-json\/wp\/v2\/pages\/73\/revisions\/900"}],"wp:attachment":[{"href":"https:\/\/lesartsdujardin.com\/ladj\/wp-json\/wp\/v2\/media?parent=73"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}