{"id":57,"date":"2025-09-04T21:18:50","date_gmt":"2025-09-04T21:18:50","guid":{"rendered":"http:\/\/batiservice15.fr\/?page_id=57"},"modified":"2025-09-08T11:34:17","modified_gmt":"2025-09-08T11:34:17","slug":"contactez-nous","status":"publish","type":"page","link":"https:\/\/batiservice15.fr\/?page_id=57","title":{"rendered":"Contactez nous"},"content":{"rendered":"\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"417\" height=\"325\" src=\"http:\/\/batiservice15.fr\/wp-content\/uploads\/2025\/09\/BATISERVICE15-1.jpg\" alt=\"\" class=\"wp-image-110\" srcset=\"https:\/\/batiservice15.fr\/wp-content\/uploads\/2025\/09\/BATISERVICE15-1.jpg 417w, https:\/\/batiservice15.fr\/wp-content\/uploads\/2025\/09\/BATISERVICE15-1-300x234.jpg 300w\" sizes=\"auto, (max-width: 417px) 100vw, 417px\" \/><\/figure>\n\n\n<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Contact &#8211; Artisan R\u00e9novation \u00e0 C\u00e9zens, Cantal (15)<\/title>\n    <meta name=\"description\" content=\"Contactez-nous pour tous vos projets de r\u00e9novation dans le Cantal. Intervention dans un rayon de 50 km autour de C\u00e9zens. Devis gratuit.\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        \/* Style g\u00e9n\u00e9ral *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: linear-gradient(to bottom, #f9f9f9, #e6f0e6);\n            padding: 20px;\n        }\n        \n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);\n        }\n        \n        \/* En-t\u00eate *\/\n        header {\n            background: linear-gradient(to right, #2c3e50, #4a6b8a);\n            color: white;\n            padding: 25px;\n            text-align: center;\n        }\n        \n        .tagline {\n            font-style: italic;\n            margin-bottom: 15px;\n        }\n        \n        \/* Sections *\/\n        .section {\n            padding: 25px;\n            border-bottom: 1px solid #eee;\n        }\n        \n        .section-title {\n            color: #2c3e50;\n            font-size: 24px;\n            margin-bottom: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n        }\n        \n        .section-title i {\n            color: #3498db;\n        }\n        \n        \/* Informations de contact *\/\n        .contact-info {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 20px;\n            text-align: center;\n        }\n        \n        .contact-card {\n            background: #f8f9fa;\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);\n            transition: transform 0.3s ease;\n        }\n        \n        .contact-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .contact-card i {\n            font-size: 32px;\n            color: #3498db;\n            margin-bottom: 15px;\n        }\n        \n        .contact-card h3 {\n            margin-bottom: 10px;\n            color: #2c3e50;\n        }\n        \n        .contact-card a {\n            color: #3498db;\n            text-decoration: none;\n            font-weight: bold;\n            font-size: 18px;\n        }\n        \n        .contact-card a:hover {\n            text-decoration: underline;\n        }\n        \n        .contact-action {\n            display: inline-block;\n            margin-top: 15px;\n            padding: 10px 20px;\n            background: #3498db;\n            color: white;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: bold;\n            transition: background 0.3s ease;\n        }\n        \n        .contact-action:hover {\n            background: #2980b9;\n            text-decoration: none;\n        }\n        \n        \/* Horaires *\/\n        .hours-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 15px;\n        }\n        \n        .hour-item {\n            display: flex;\n            justify-content: space-between;\n            padding: 12px 15px;\n            background: #f8f9fa;\n            border-radius: 6px;\n            align-items: center;\n        }\n        \n        .hour-item.day-highlight {\n            background: #e8f4fc;\n            font-weight: bold;\n        }\n        \n        .hour-day {\n            font-weight: bold;\n            color: #2c3e50;\n        }\n        \n        \/* Rayon d'intervention *\/\n        .intervention-info {\n            text-align: center;\n            background: #e8f4fc;\n            padding: 20px;\n            border-radius: 8px;\n            margin-top: 20px;\n        }\n        \n        .intervention-info i {\n            font-size: 32px;\n            color: #3498db;\n            margin-bottom: 15px;\n        }\n        \n        \/* M\u00e9thodes de contact *\/\n        .contact-methods {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin-top: 30px;\n        }\n        \n        .method-card {\n            background: white;\n            padding: 25px;\n            border-radius: 8px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n            text-align: center;\n            transition: transform 0.3s ease;\n        }\n        \n        .method-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .method-card i {\n            font-size: 42px;\n            color: #3498db;\n            margin-bottom: 20px;\n        }\n        \n        .method-card h3 {\n            margin-bottom: 15px;\n            color: #2c3e50;\n        }\n        \n        .method-card p {\n            margin-bottom: 20px;\n            color: #666;\n        }\n        \n        \/* Pied de page *\/\n        footer {\n            background: #2c3e50;\n            color: white;\n            padding: 25px;\n            text-align: center;\n        }\n        \n        .social-links {\n            display: flex;\n            justify-content: center;\n            gap: 15px;\n            margin: 20px 0;\n        }\n        \n        .social-icon {\n            width: 45px;\n            height: 45px;\n            border-radius: 50%;\n            background: #3498db;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            text-decoration: none;\n            font-size: 20px;\n            transition: transform 0.3s ease, background 0.3s ease;\n        }\n        \n        .social-icon:hover {\n            transform: scale(1.1);\n            background: #2980b9;\n        }\n        \n        .footer-links {\n            margin-top: 20px;\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            flex-wrap: wrap;\n        }\n        \n        .footer-links a {\n            color: #ccc;\n            text-decoration: none;\n        }\n        \n        .footer-links a:hover {\n            color: white;\n            text-decoration: underline;\n        }\n        \n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .contact-info {\n                grid-template-columns: 1fr;\n            }\n            \n            .contact-methods {\n                grid-template-columns: 1fr;\n            }\n            \n            .footer-links {\n                flex-direction: column;\n                gap: 10px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <header>\n            <h1>Contactez-nous pour votre projet<\/h1>\n            <p class=\"tagline\">Artisan R\u00e9novation dans le Cantal<\/p>\n        <\/header>\n        \n        <section class=\"section\">\n            <h2 class=\"section-title\"><i class=\"fas fa-phone-alt\"><\/i> Nos coordonn\u00e9es<\/h2>\n            <div class=\"contact-info\">\n                <div class=\"contact-card\">\n                    <i class=\"fas fa-phone\"><\/i>\n                    <h3>T\u00e9l\u00e9phone<\/h3>\n                    <p><a href=\"tel:+33652179012\">06 52 17 90 12<\/a><\/p>\n                    <a href=\"tel:+33652179012\" class=\"contact-action\">Appeler maintenant<\/a>\n                <\/div>\n                <div class=\"contact-card\">\n                    <i class=\"fas fa-envelope\"><\/i>\n                    <h3>Email<\/h3>\n                    <p><a href=\"mailto:contact@batiservice15.fr\">contact@batiservice15.fr<\/a><\/p>\n                    <a href=\"mailto:contact@batiservice15.fr\" class=\"contact-action\">Envoyer un email<\/a>\n                <\/div>\n                <div class=\"contact-card\">\n                    <i class=\"fas fa-map-marker-alt\"><\/i>\n                    <h3>Localisation<\/h3>\n                    <p>C\u00e9zens, Cantal (15)<\/p>\n                    <div class=\"intervention-info\">\n                        <i class=\"fas fa-road\"><\/i>\n                        <p><strong>Intervention dans un rayon de 50 km<\/strong><\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n        \n        <section class=\"section\">\n            <h2 class=\"section-title\"><i class=\"fas fa-clock\"><\/i> Nos horaires<\/h2>\n            <div class=\"hours-grid\">\n                <div class=\"hour-item day-highlight\">\n                    <span class=\"hour-day\">Lundi &#8211; Vendredi:<\/span>\n                    <span>8h &#8211; 19h<\/span>\n                <\/div>\n                <div class=\"hour-item\">\n                    <span class=\"hour-day\">Samedi:<\/span>\n                    <span>Ferm\u00e9<\/span>\n                <\/div>\n                <div class=\"hour-item\">\n                    <span class=\"hour-day\">Dimanche:<\/span>\n                    <span>Ferm\u00e9<\/span>\n                <\/div>\n                <div class=\"hour-item day-highlight\">\n                    <span class=\"hour-day\">Service d&#8217;urgence:<\/span>\n                    <span>7j\/7 sur appel<\/span>\n                <\/div>\n            <\/div>\n            <p style=\"margin-top: 20px; text-align: center; font-style: italic;\">\n                En dehors de ces horaires, laissez-nous un message sur le r\u00e9pondeur ou envoyez-nous un SMS. \n                Nous vous recontacterons dans les plus brefs d\u00e9lais.\n            <\/p>\n        <\/section>\n        \n        <section class=\"section\">\n            <h2 class=\"section-title\"><i class=\"fas fa-comments\"><\/i> Comment nous contacter<\/h2>\n            <div class=\"contact-methods\">\n                <div class=\"method-card\">\n                    <i class=\"fas fa-phone\"><\/i>\n                    <h3>Par t\u00e9l\u00e9phone<\/h3>\n                    <p>Appelez-nous directement au <strong>06 52 17 90 12<\/strong> du lundi au vendredi entre 8h et 19h.<\/p>\n                    <a href=\"tel:+33652179012\" class=\"contact-action\">Appeler maintenant<\/a>\n                <\/div>\n                \n                <div class=\"method-card\">\n                    <i class=\"fas fa-envelope\"><\/i>\n                    <h3>Par email<\/h3>\n                    <p>Envoyez-nous un email \u00e0 <strong>contact@batiservice15.fr<\/strong> avec les d\u00e9tails de votre projet.<\/p>\n                    <a href=\"mailto:contact@batiservice15.fr\" class=\"contact-action\">Envoyer un email<\/a>\n                <\/div>\n                \n                <div class=\"method-card\">\n                    <i class=\"fas fa-comment-dots\"><\/i>\n                    <h3>Par message<\/h3>\n                    <p>Envoyez-nous un SMS ou un message vocal en dehors des heures d&#8217;ouverture.<\/p>\n                    <p><strong>R\u00e9ponse garantie sous 24h<\/strong><\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n        \n        <footer>\n            <div class=\"social-links\">\n                <a href=\"#\" class=\"social-icon\"><i class=\"fab fa-facebook-f\"><\/i><\/a>\n                <a href=\"#\" class=\"social-icon\"><i class=\"fab fa-instagram\"><\/i><\/a>\n                <a href=\"#\" class=\"social-icon\"><i class=\"fab fa-linkedin-in\"><\/i><\/a>\n            <\/div>\n            \n            <p>\u00a9 2023 &#8211; Artisan R\u00e9novation &#8211; C\u00e9zens, Cantal (15)<\/p>\n            \n            <div class=\"footer-links\">\n                <a href=\"#\">Mentions l\u00e9gales<\/a>\n                <a href=\"#\">Politique de confidentialit\u00e9<\/a>\n                <a href=\"#\">Plan du site<\/a>\n            <\/div>\n        <\/footer>\n    <\/div>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Contact &#8211; Artisan R\u00e9novation \u00e0 C\u00e9zens, Cantal (15) Contactez-nous pour votre projet Artisan R\u00e9novation dans le Cantal Nos coordonn\u00e9es T\u00e9l\u00e9phone 06 52 17 90 12 Appeler maintenant Email contact@batiservice15.fr Envoyer un email Localisation C\u00e9zens, Cantal (15) Intervention dans un rayon de 50 km Nos horaires Lundi &#8211; Vendredi: 8h &#8211; 19h Samedi: Ferm\u00e9 Dimanche: Ferm\u00e9 [&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-57","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/batiservice15.fr\/index.php?rest_route=\/wp\/v2\/pages\/57","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/batiservice15.fr\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/batiservice15.fr\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/batiservice15.fr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/batiservice15.fr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=57"}],"version-history":[{"count":11,"href":"https:\/\/batiservice15.fr\/index.php?rest_route=\/wp\/v2\/pages\/57\/revisions"}],"predecessor-version":[{"id":118,"href":"https:\/\/batiservice15.fr\/index.php?rest_route=\/wp\/v2\/pages\/57\/revisions\/118"}],"wp:attachment":[{"href":"https:\/\/batiservice15.fr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=57"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}