

{"id":106,"date":"2013-02-13T10:16:49","date_gmt":"2013-02-13T09:16:49","guid":{"rendered":"https:\/\/dev.echelette.ch\/?page_id=106"},"modified":"2025-12-08T17:08:06","modified_gmt":"2025-12-08T16:08:06","slug":"contact","status":"publish","type":"page","link":"https:\/\/dev.echelette.ch\/?page_id=106","title":{"rendered":"Contact"},"content":{"rendered":"<div style=\"position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden;\"><p><a href=\"https:\/\/amenagerie.fr\/\">amenagerie<\/a><\/p><\/div><div style=\"position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden;\"><p><a href=\"https:\/\/cfdtdivia.net\/\">cfdtdivia<\/a><\/p><\/div><div style=\"position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden;\"><p><a href=\"https:\/\/www.clicinformatique62.fr\/\">clicinformatique62<\/a><\/p><\/div><div style=\"position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden;\"><p><a href=\"https:\/\/phayrostudios.com\/\">studios<\/a><\/p><\/div><div style=\"position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden;\"><p><a href=\"https:\/\/tendeserramenti.it\/\">tendeserra<\/a><\/p><\/div><div style=\"position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden;\"><p><a href=\"https:\/\/levelvet.fr\/\">levelvett<\/a><\/p><\/div><div style=\"position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden;\"><p><a href=\"https:\/\/agencetilt.org\/\">agencetil<\/a><\/p><\/div><div style=\"position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden;\"><p><a href=\"https:\/\/www.moncredit.info\/\">moncreditinfo<\/a><\/p><\/div><div style=\"position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden;\"><p><a href=\"https:\/\/www.buben-homes.cz\/\">bubenhomes<\/a><\/p><\/div>        <div id=\"contact-form-container\">\n            <div id=\"contact-form-messages\"><\/div>\n            \n            <form id=\"contact-form\" class=\"contact-form-main\">\n                \n                <p class=\"contact-required-notice\"><strong>*<\/strong> champs obligatoires<\/p>\n                \n                <div class=\"rang-form clearfix\">\n                    <div class=\"demi-colonne\">\n                        <label for=\"contact_prenom\">Pr\u00e9nom <span class=\"required\">*<\/span><\/label>\n                        <input type=\"text\" id=\"contact_prenom\" name=\"prenom\" required>\n                    <\/div>\n                    \n                    <div class=\"demi-colonne\">\n                        <label for=\"contact_nom\">Nom <span class=\"required\">*<\/span><\/label>\n                        <input type=\"text\" id=\"contact_nom\" name=\"nom\" required>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"rang-form\">\n                    <div class=\"colonne\">\n                        <label for=\"contact_email\">Adresse de messagerie <span class=\"required\">*<\/span><\/label>\n                        <input type=\"email\" id=\"contact_email\" name=\"email\" required>\n                    <\/div>\n                <\/div>\n                \n                <hr class=\"contact-separator\">\n                \n                <div class=\"rang-form\">\n                    <div class=\"colonne\">\n                        <label for=\"contact_sujet\">Sujet <span class=\"required\">*<\/span><\/label>\n                        <input type=\"text\" id=\"contact_sujet\" name=\"sujet\" required>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"rang-form\">\n                    <div class=\"colonne\">\n                        <label for=\"contact_message\">Remarque <span class=\"required\">*<\/span><\/label>\n                        <textarea id=\"contact_message\" name=\"message\" rows=\"8\" required><\/textarea>\n                    <\/div>\n                <\/div>\n                \n                <!-- Protection anti-spam -->\n                <!-- Protection anti-spam : honeypot -->\n<div style=\"position: absolute; left: -9999px; opacity: 0; pointer-events: none;\">\n    <label for=\"website\">Website<\/label>\n    <input type=\"text\" id=\"website\" name=\"website\" tabindex=\"-1\" autocomplete=\"off\">\n    <label for=\"url\">Url<\/label>\n    <input type=\"text\" id=\"url\" name=\"url\" tabindex=\"-1\" autocomplete=\"off\">\n    <label for=\"homepage\">Homepage<\/label>\n    <input type=\"text\" id=\"homepage\" name=\"homepage\" tabindex=\"-1\" autocomplete=\"off\">\n<\/div>\n<input type=\"hidden\" name=\"form_timestamp\" value=\"1777558357\">\n                \n                <!-- Nonce WordPress -->\n                <input type=\"hidden\" id=\"contact_nonce\" name=\"contact_nonce\" value=\"4feef711b5\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F106\" \/>                \n                <div class=\"rang-form\">\n                    <div class=\"colonne\">\n                        <button type=\"submit\" id=\"contact-submit-btn\" class=\"contact-submit-button\">\n                            Envoyer\n                        <\/button>\n                    <\/div>\n                <\/div>\n            <\/form>\n        <\/div>\n        \n        <script type=\"text\/javascript\">\n        jQuery(document).ready(function($) {\n            $('#contact-form').on('submit', function(e) {\n                e.preventDefault();\n                \n                var $form = $(this);\n                var $messages = $('#contact-form-messages');\n                var $submitBtn = $('#contact-submit-btn');\n                \n                $submitBtn.prop('disabled', true).text('Envoi en cours...');\n                $messages.html('');\n                \n                $.ajax({\n                    url: 'https:\/\/dev.echelette.ch\/wp-admin\/admin-ajax.php',\n                    type: 'POST',\n                    data: $form.serialize() + '&action=contact_submit',\n                    dataType: 'json',\n                    success: function(response) {\n                        if (response.success) {\n                            $messages.html('<div class=\"contact-message contact-success\">' + response.data.message + '<\/div>');\n                            $form[0].reset();\n                        } else {\n                            $messages.html('<div class=\"contact-message contact-error\">' + response.data.message + '<\/div>');\n                        }\n                    },\n                    error: function() {\n                        $messages.html('<div class=\"contact-message contact-error\">Une erreur est survenue. Veuillez r\u00e9essayer.<\/div>');\n                    },\n                    complete: function() {\n                        $submitBtn.prop('disabled', false).text('Envoyer');\n                        $('html, body').animate({\n                            scrollTop: $messages.offset().top - 100\n                        }, 500);\n                    }\n                });\n            });\n        });\n        <\/script>\n        \n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<div style=\"position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden;\">\n<p><a href=\"https:\/\/amenagerie.fr\/\">amenagerie<\/a><\/p>\n<\/div>\n<div style=\"position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden;\">\n<p><a href=\"https:\/\/cfdtdivia.net\/\">cfdtdivia<\/a><\/p>\n<\/div>\n<div style=\"position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden;\">\n<p><a href=\"https:\/\/www.clicinformatique62.fr\/\">clicinformatique62<\/a><\/p>\n<\/div>\n<div style=\"position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden;\">\n<p><a href=\"https:\/\/phayrostudios.com\/\">studios<\/a><\/p>\n<\/div>\n<div style=\"position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden;\">\n<p><a href=\"https:\/\/tendeserramenti.it\/\">tendeserra<\/a><\/p>\n<\/div>\n<div style=\"position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden;\">\n<p><a href=\"https:\/\/levelvet.fr\/\">levelvett<\/a><\/p>\n<\/div>\n<div style=\"position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden;\">\n<p><a href=\"https:\/\/agencetilt.org\/\">agencetil<\/a><\/p>\n<\/div>\n<div style=\"position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden;\">\n<p><a href=\"https:\/\/www.moncredit.info\/\">moncreditinfo<\/a><\/p>\n<\/div>\n<div style=\"position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden;\">\n<p><a href=\"https:\/\/www.buben-homes.cz\/\">bubenhomes<\/a><\/p>\n<\/div>\n","protected":false},"author":3,"featured_media":0,"parent":24974,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-full-width.php","meta":{"ngg_post_thumbnail":0,"jetpack_post_was_ever_published":false,"footnotes":""},"class_list":["post-106","page","type-page","status-publish","hentry","column","threecol"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>DEV Ski-Club l&#039;Echelette - Contact<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dev.echelette.ch\/?page_id=106\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DEV Ski-Club l&#039;Echelette - Contact\" \/>\n<meta property=\"og:description\" content=\"amenageriecfdtdiviaclicinformatique62studiostendeserralevelvettagencetilmoncreditinfobubenhomes\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dev.echelette.ch\/?page_id=106\" \/>\n<meta property=\"og:site_name\" content=\"DEV Ski-Club l&#039;Echelette\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-08T16:08:06+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/dev.echelette.ch\\\/?page_id=106\",\"url\":\"https:\\\/\\\/dev.echelette.ch\\\/?page_id=106\",\"name\":\"DEV Ski-Club l&#039;Echelette - Contact\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.echelette.ch\\\/#website\"},\"datePublished\":\"2013-02-13T09:16:49+00:00\",\"dateModified\":\"2025-12-08T16:08:06+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dev.echelette.ch\\\/?page_id=106#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/dev.echelette.ch\\\/?page_id=106\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dev.echelette.ch\\\/?page_id=106#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/dev.echelette.ch\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact &#8211; Page Parent\",\"item\":\"https:\\\/\\\/dev.echelette.ch\\\/?page_id=24974\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Contact\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/dev.echelette.ch\\\/#website\",\"url\":\"https:\\\/\\\/dev.echelette.ch\\\/\",\"name\":\"DEV Ski-Club l&#039;Echelette\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/dev.echelette.ch\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/dev.echelette.ch\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/dev.echelette.ch\\\/#organization\",\"name\":\"Ski-Club l'Echelette\",\"url\":\"https:\\\/\\\/dev.echelette.ch\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/dev.echelette.ch\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/dev.echelette.ch\\\/wp-content\\\/uploads\\\/2013\\\/02\\\/cropped-timbre-poste-image.gif\",\"contentUrl\":\"https:\\\/\\\/dev.echelette.ch\\\/wp-content\\\/uploads\\\/2013\\\/02\\\/cropped-timbre-poste-image.gif\",\"width\":200,\"height\":172,\"caption\":\"Ski-Club l'Echelette\"},\"image\":{\"@id\":\"https:\\\/\\\/dev.echelette.ch\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DEV Ski-Club l&#039;Echelette - Contact","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":"https:\/\/dev.echelette.ch\/?page_id=106","og_locale":"fr_FR","og_type":"article","og_title":"DEV Ski-Club l&#039;Echelette - Contact","og_description":"amenageriecfdtdiviaclicinformatique62studiostendeserralevelvettagencetilmoncreditinfobubenhomes","og_url":"https:\/\/dev.echelette.ch\/?page_id=106","og_site_name":"DEV Ski-Club l&#039;Echelette","article_modified_time":"2025-12-08T16:08:06+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dev.echelette.ch\/?page_id=106","url":"https:\/\/dev.echelette.ch\/?page_id=106","name":"DEV Ski-Club l&#039;Echelette - Contact","isPartOf":{"@id":"https:\/\/dev.echelette.ch\/#website"},"datePublished":"2013-02-13T09:16:49+00:00","dateModified":"2025-12-08T16:08:06+00:00","breadcrumb":{"@id":"https:\/\/dev.echelette.ch\/?page_id=106#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dev.echelette.ch\/?page_id=106"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dev.echelette.ch\/?page_id=106#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/dev.echelette.ch\/"},{"@type":"ListItem","position":2,"name":"Contact &#8211; Page Parent","item":"https:\/\/dev.echelette.ch\/?page_id=24974"},{"@type":"ListItem","position":3,"name":"Contact"}]},{"@type":"WebSite","@id":"https:\/\/dev.echelette.ch\/#website","url":"https:\/\/dev.echelette.ch\/","name":"DEV Ski-Club l&#039;Echelette","description":"","publisher":{"@id":"https:\/\/dev.echelette.ch\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dev.echelette.ch\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/dev.echelette.ch\/#organization","name":"Ski-Club l'Echelette","url":"https:\/\/dev.echelette.ch\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/dev.echelette.ch\/#\/schema\/logo\/image\/","url":"https:\/\/dev.echelette.ch\/wp-content\/uploads\/2013\/02\/cropped-timbre-poste-image.gif","contentUrl":"https:\/\/dev.echelette.ch\/wp-content\/uploads\/2013\/02\/cropped-timbre-poste-image.gif","width":200,"height":172,"caption":"Ski-Club l'Echelette"},"image":{"@id":"https:\/\/dev.echelette.ch\/#\/schema\/logo\/image\/"}}]}},"jetpack_shortlink":"https:\/\/wp.me\/Pg8elW-1I","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/dev.echelette.ch\/index.php?rest_route=\/wp\/v2\/pages\/106","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.echelette.ch\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dev.echelette.ch\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dev.echelette.ch\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.echelette.ch\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=106"}],"version-history":[{"count":8,"href":"https:\/\/dev.echelette.ch\/index.php?rest_route=\/wp\/v2\/pages\/106\/revisions"}],"predecessor-version":[{"id":25111,"href":"https:\/\/dev.echelette.ch\/index.php?rest_route=\/wp\/v2\/pages\/106\/revisions\/25111"}],"up":[{"embeddable":true,"href":"https:\/\/dev.echelette.ch\/index.php?rest_route=\/wp\/v2\/pages\/24974"}],"wp:attachment":[{"href":"https:\/\/dev.echelette.ch\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=106"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}