{"id":17421,"date":"2026-02-26T13:56:27","date_gmt":"2026-02-26T13:56:27","guid":{"rendered":"https:\/\/yumastudiopilates.com\/?page_id=17421"},"modified":"2026-03-11T05:39:44","modified_gmt":"2026-03-11T05:39:44","slug":"gift-card","status":"publish","type":"page","link":"https:\/\/yumastudiopilates.com\/en\/gift-card\/","title":{"rendered":"Carte Cadeau"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"17421\" class=\"elementor elementor-17421\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d3eccee e-con-full e-flex e-con e-parent\" data-id=\"d3eccee\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-8458da0 e-con-full e-flex e-con e-child\" data-id=\"8458da0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6c3f727 e-con-full e-flex e-con e-child\" data-id=\"6c3f727\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6028735 reveal-left  elementor-widget elementor-widget-heading\" data-id=\"6028735\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Carte\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f0b0d40 reveal-left  elementor-widget elementor-widget-heading\" data-id=\"f0b0d40\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">cadeau<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-82513dd e-con-full e-flex e-con e-child\" data-id=\"82513dd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-23a86d0 elementor-widget elementor-widget-image\" data-id=\"23a86d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1005\" height=\"1024\" src=\"https:\/\/yumastudiopilates.com\/wp-content\/uploads\/2025\/12\/WHITE-02-1005x1024.png\" class=\"attachment-large size-large wp-image-11673\" alt=\"\" srcset=\"https:\/\/yumastudiopilates.com\/wp-content\/uploads\/2025\/12\/WHITE-02-1005x1024.png 1005w, https:\/\/yumastudiopilates.com\/wp-content\/uploads\/2025\/12\/WHITE-02-295x300.png 295w, https:\/\/yumastudiopilates.com\/wp-content\/uploads\/2025\/12\/WHITE-02-768x782.png 768w, https:\/\/yumastudiopilates.com\/wp-content\/uploads\/2025\/12\/WHITE-02-1508x1536.png 1508w, https:\/\/yumastudiopilates.com\/wp-content\/uploads\/2025\/12\/WHITE-02-2011x2048.png 2011w, https:\/\/yumastudiopilates.com\/wp-content\/uploads\/2025\/12\/WHITE-02-12x12.png 12w, https:\/\/yumastudiopilates.com\/wp-content\/uploads\/2025\/12\/WHITE-02-600x611.png 600w\" sizes=\"(max-width: 1005px) 100vw, 1005px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-67100fd elementor-widget elementor-widget-html\" data-id=\"67100fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n\/* Reveal from left *\/\r\n.reveal-left {\r\n  animation: revealLeft 1s ease-out forwards;\r\n  clip-path: inset(0 100% 0 0);\r\n}\r\n\r\n@keyframes revealLeft {\r\n  0% {\r\n    clip-path: inset(0 100% 0 0);\r\n  }\r\n  100% {\r\n    clip-path: inset(0 0 0 0);\r\n  }\r\n}\r\n\r\n\/* Add this to prevent animation from running initially *\/\r\n.reveal-left.paused {\r\n  animation-play-state: paused;\r\n}\r\n@media (max-width: 767px) {\r\n    .elementor-84 .elementor-element.elementor-element-826eb56 {\r\n\r\n        bottom: 50px;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n  \/\/ Function to check if element is in viewport\r\n  function isElementInViewport(el) {\r\n    const rect = el.getBoundingClientRect();\r\n    return (\r\n      rect.top <= (window.innerHeight || document.documentElement.clientHeight) * 0.8 &&\r\n      rect.bottom >= 0\r\n    );\r\n  }\r\n\r\n  \/\/ Function to handle scroll events\r\n  function handleScroll() {\r\n    const revealElements = document.querySelectorAll('.reveal-left.paused');\r\n    \r\n    revealElements.forEach(element => {\r\n      if (isElementInViewport(element)) {\r\n        \/\/ Remove paused class to let animation play\r\n        element.classList.remove('paused');\r\n      }\r\n    });\r\n  }\r\n\r\n  \/\/ Add paused class to all reveal-left elements initially\r\n  document.querySelectorAll('.reveal-left').forEach(element => {\r\n    element.classList.add('paused');\r\n  });\r\n\r\n  \/\/ Initial check on page load\r\n  handleScroll();\r\n  \r\n  \/\/ Add scroll event listener\r\n  window.addEventListener('scroll', handleScroll);\r\n  \r\n  \/\/ Add resize event listener\r\n  window.addEventListener('resize', handleScroll);\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-abcb5dc e-flex e-con-boxed e-con e-parent\" data-id=\"abcb5dc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fbdf6b3 elementor-widget elementor-widget-html\" data-id=\"fbdf6b3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script id=\"insert-bsport-widget-cdn\">!function (b, s, p, o, r, t) { typeof window.BsportWidget === \"undefined\" && !document.getElementById(\"bsport-widget-cdn\") && !function () { m = b.createElement(s), m.id = \"bsport-widget-cdn\", m.src = p, b.getElementsByTagName(\"head\")[0].appendChild(m) }() }(document, \"script\", \"https:\/\/cdn.bsport.io\/scripts\/widget.js\")<\/script>\r\n    <script id=\"bsport-widget-mount\">\r\n        function MountBsportWidget(config, repeat=1) {\r\n            if (repeat > 50) { return }\r\n            if (!window.BsportWidget) {\r\n                return setTimeout(() => {\r\n                    MountBsportWidget(config,repeat+1)\r\n                }, 100 * repeat || 1)\r\n            }\r\n            BsportWidget.mount(config)\r\n        }\r\n    <\/script>\r\n    <script>\r\n        MountBsportWidget({\r\n                \"parentElement\": \"bsport-widget-449198\",\r\n                \"companyId\": 5597,\r\n                \"franchiseId\": null,\r\n                \"dialogMode\": 1,\r\n                \"widgetType\": \"giftcard\", \r\n                \"showFab\": false,\r\n                \"fullScreenPopup\": false,\r\n                \"styles\":undefined,\r\n                \"config\": {\r\n                    \"giftcard\": {                \"giftcards\": []}\r\n                }  \r\n            })\r\n    <\/script>\r\n<div id=\"bsport-widget-449198\"><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1cbf745 e-con-full e-flex e-con e-parent\" data-id=\"1cbf745\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-b6e5514 e-flex e-con-boxed e-con e-child\" data-id=\"b6e5514\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-df5d448 e-con-full e-flex e-con e-child\" data-id=\"df5d448\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b2c7e0f e-con-full e-flex e-con e-child\" data-id=\"b2c7e0f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-0580a06 e-con-full e-flex e-con e-child\" data-id=\"0580a06\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9e9c955 e-con-full e-flex e-con e-child\" data-id=\"9e9c955\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49289c2 elementor-widget elementor-widget-image\" data-id=\"49289c2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/yumastudiopilates.com\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"372\" src=\"https:\/\/yumastudiopilates.com\/wp-content\/uploads\/2025\/09\/yuma-logo-1024x372.png\" class=\"attachment-large size-large wp-image-9265\" alt=\"\" srcset=\"https:\/\/yumastudiopilates.com\/wp-content\/uploads\/2025\/09\/yuma-logo-1024x372.png 1024w, https:\/\/yumastudiopilates.com\/wp-content\/uploads\/2025\/09\/yuma-logo-300x109.png 300w, https:\/\/yumastudiopilates.com\/wp-content\/uploads\/2025\/09\/yuma-logo-768x279.png 768w, https:\/\/yumastudiopilates.com\/wp-content\/uploads\/2025\/09\/yuma-logo-1536x558.png 1536w, https:\/\/yumastudiopilates.com\/wp-content\/uploads\/2025\/09\/yuma-logo-2048x743.png 2048w, https:\/\/yumastudiopilates.com\/wp-content\/uploads\/2025\/09\/yuma-logo-600x218.png 600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ac31ee elementor-widget elementor-widget-text-editor\" data-id=\"1ac31ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p data-start=\"125\" data-end=\"244\">Nous partageons la passion du Pilates \u00e0 travers l\u2019\u00e9l\u00e9gance, le mouvement et le bien-\u00eatre, pour une exp\u00e9rience durable et inspirante.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a19b0d6 elementor-widget elementor-widget-html\" data-id=\"a19b0d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Custom Cursor Circle<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            cursor: default;\n        }\n\n        \/* Custom cursor circle *\/\n        #cursor-circle {\n            position: fixed;\n            width: 45px;\n            height: 45px;\n            border: 1px solid #eddecd;\n            border-radius: 50%;\n            pointer-events: none;\n            transform: translate(-50%, -50%);\n            transition: width 0.3s ease, height 0.3s ease;\n            z-index: 9999;\n        }\n\n        #cursor-circle.hover {\n            width: 63px;\n            height: 63px;\n        }\n\n        a {\n            cursor: pointer;\n        }\n\n        button {\n            cursor: pointer;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div id=\"cursor-circle\"><\/div>\n\n    <script>\n        const cursor = document.getElementById('cursor-circle');\n        const interactiveElements = document.querySelectorAll('a, button');\n\n        \/\/ Update cursor position\n        document.addEventListener('mousemove', (e) => {\n            cursor.style.left = e.clientX + 'px';\n            cursor.style.top = e.clientY + 'px';\n        });\n\n        \/\/ Add hover effect for interactive elements\n        interactiveElements.forEach(el => {\n            el.addEventListener('mouseenter', () => {\n                cursor.classList.add('hover');\n            });\n\n            el.addEventListener('mouseleave', () => {\n                cursor.classList.remove('hover');\n            });\n        });\n\n        \/\/ Hide cursor when it leaves the window\n        document.addEventListener('mouseleave', () => {\n            cursor.style.opacity = '0';\n        });\n\n        document.addEventListener('mouseenter', () => {\n            cursor.style.opacity = '1';\n        });\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-aeff842 e-con-full e-flex e-con e-child\" data-id=\"aeff842\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5ab40ad elementor-widget elementor-widget-heading\" data-id=\"5ab40ad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">CONTACTEZ-NOUS\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-82d9ce9 elementor-widget elementor-widget-icon-box\" data-id=\"82d9ce9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t<strong> Studio 1 :<\/strong> 9 rue des tourrais, 69290 Craponne\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57e251a elementor-widget elementor-widget-icon-box\" data-id=\"57e251a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t<strong>Studio 2 :<\/strong> 217 rue de la Tr\u00e9filerie, 01800 Meximieux\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-343b62c elementor-widget elementor-widget-icon-box\" data-id=\"343b62c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t<strong>Studio 3 :<\/strong> 15 rue du Dauphine, 69290 Saint-Priest\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f39953e elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-icon-box\" data-id=\"f39953e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t Gare \u00e0 5 minutes \u00e0 pied\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4b9ac12 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-icon-box\" data-id=\"4b9ac12\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSortie 7 A42 Gen\u00e8ve \u2013 Parking gratuit\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f932cbc elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-icon-box\" data-id=\"f932cbc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t+33 1 23 45 67 89\u202c\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5465e6b elementor-widget elementor-widget-icon-box\" data-id=\"5465e6b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"mailto:Contact@yumastudiopilates.com\" >\n\t\t\t\t\t\t\tcontact@yumastudiopilates.com\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c1d349a e-con-full e-flex e-con e-child\" data-id=\"c1d349a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-01ae81d elementor-widget elementor-widget-heading\" data-id=\"01ae81d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">LIENS RAPIDES\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7358ad9 elementor-mobile-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"7358ad9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/about\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u00c0 propos<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/yumastudiopilates.com\/calender\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Cours<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/tarifs\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Tarifs<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/contact\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Contact<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/yumastudiopilates.com\/mentions-legales\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Mentions L\u00e9gales<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4209c81 e-con-full e-flex e-con e-child\" data-id=\"4209c81\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0100092 elementor-widget elementor-widget-heading\" data-id=\"0100092\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">HEURES D\u2019OUVERTURE\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c81b9df elementor-widget elementor-widget-heading\" data-id=\"c81b9df\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Du lundi au samedi \u2013 7h \u00e0 21h<\/br>\n(accueil ouvert pendant les horaires\u00a0de\u00a0cours)<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-37b3d12 elementor-widget__width-initial elementor-absolute elementor-grid-3 elementor-shape-rounded e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"37b3d12\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"social-icons.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-cfa56e2\" href=\"https:\/\/www.facebook.com\/\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook-f<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-icon-instagram-1 elementor-repeater-item-cd925bd\" href=\"https:\/\/www.instagram.com\/yumastudiopilates\/\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Icon-instagram-1<\/span>\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-instagram-1\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-icon-linkedin elementor-repeater-item-0492d13\" href=\"https:\/\/www.linkedin.com\/\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Icon-linkedin<\/span>\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-linkedin\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e3b7da elementor-absolute elementor-widget__width-initial elementor-widget elementor-widget-spacer\" data-id=\"3e3b7da\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17ac19e elementor-absolute elementor-widget__width-initial elementor-widget elementor-widget-spacer\" data-id=\"17ac19e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Carte cadeau Nous partageons la passion du Pilates \u00e0 travers l\u2019\u00e9l\u00e9gance, le mouvement et le bien-\u00eatre, pour une exp\u00e9rience durable [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-17421","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/yumastudiopilates.com\/en\/wp-json\/wp\/v2\/pages\/17421","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yumastudiopilates.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/yumastudiopilates.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/yumastudiopilates.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yumastudiopilates.com\/en\/wp-json\/wp\/v2\/comments?post=17421"}],"version-history":[{"count":31,"href":"https:\/\/yumastudiopilates.com\/en\/wp-json\/wp\/v2\/pages\/17421\/revisions"}],"predecessor-version":[{"id":17743,"href":"https:\/\/yumastudiopilates.com\/en\/wp-json\/wp\/v2\/pages\/17421\/revisions\/17743"}],"wp:attachment":[{"href":"https:\/\/yumastudiopilates.com\/en\/wp-json\/wp\/v2\/media?parent=17421"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}