{"id":10406,"date":"2022-12-02T23:02:56","date_gmt":"2022-12-02T23:02:56","guid":{"rendered":"https:\/\/giftcards.cafedepot.com\/?page_id=10406"},"modified":"2022-12-02T23:21:01","modified_gmt":"2022-12-02T23:21:01","slug":"votre-carte-cadeau","status":"publish","type":"page","link":"https:\/\/giftcards.cafedepot.com\/fr\/votre-carte-cadeau\/","title":{"rendered":"Votre carte cadeau"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"10406\" class=\"elementor elementor-10406 elementor-10370\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-976c7a7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"976c7a7\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5b74eb4\" data-id=\"5b74eb4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-278cda2 elementor-widget elementor-widget-heading\" data-id=\"278cda2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Votre carte cadeau<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f747433 elementor-widget elementor-widget-shortcode\" data-id=\"f747433\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">We are sorry but this card was not found. Please contact sales if you have questions.<\/div>\r\n\t\t<script>\r\n\t\tjQuery( \"#send_to_friend\" ).click(function() {\r\n\t\t\tjQuery( \".gift-send-options\" ).toggle(\"slow\");\r\n\t\t});\r\n\t\tjQuery( \"#gift-gdpr\" ).click(function() {\r\n\t\t\tif ( jQuery( \"#gift-terms\" ).is(\":checked\") ) {\r\n\t\t\t\tjQuery( \".gift-terms-hide\" ).toggle(\"slow\");\r\n\t\t\t}\r\n\t\t});\r\n\t\tjQuery( \"#gift-terms\" ).click(function() {\r\n\t\t\tif ( jQuery( \"#gift-gdpr\" ).is(\":checked\") ) {\r\n\t\t\t\tjQuery( \".gift-terms-hide\" ).toggle(\"slow\");\r\n\t\t\t}\r\n\t\t});\r\n\t\tjQuery(document).ready(function() {\r\n\t\t\tjQuery( \"#gift-card-send-form\" ).submit(function(e) {\r\n\t\t\t\tvar email = jQuery(\"#gift-card-send-phone\").val();\r\n\t\t\t\tvar send_to = jQuery(\"#gift-card-send-to\").val();\r\n\t\t\t\tvar send_from = jQuery(\"#gift-card-send-from\").val();\r\n\t\t\t\tjQuery(\".error\").remove();\r\n\r\n\t\t\t\tif (!jQuery(\"#gift-gdpr\").is(\":checked\")) {\r\n\t\t\t\te.preventDefault();\r\n\t\t\t\tjQuery(\"#gift-gdpr\").addClass(\"check-error\");\r\n\t\t\t\tjQuery(\".gift-gdpr-label\").addClass(\"label-error\");\r\n\t\t\t\t} else {\r\n\t\t\t\t\tjQuery(\"#gift-gdpr\").removeClass(\"check-error\");\r\n\t\t\t\t\tjQuery(\".gift-gdpr-label\").removeClass(\"label-error\");\r\n\t\t\t\t}\r\n\t\t\t\tif (!jQuery(\"#gift-terms\").is(\":checked\")) {\r\n\t\t\t\t\te.preventDefault();\r\n\t\t\t\t\tjQuery(\"#gift-terms\").addClass(\"check-error\");\r\n\t\t\t\t\tjQuery(\".gift-terms-label\").addClass(\"label-error\");\r\n\t\t\t\t} else {\r\n\t\t\t\t\tjQuery(\"#gift-terms\").removeClass(\"check-error\");\r\n\t\t\t\t\tjQuery(\".gift-terms-label\").removeClass(\"label-error\");\r\n\t\t\t\t}\r\n\t\t\t\tif (send_to.length < 1) {    \r\n\t\t\t\t\te.preventDefault();\r\n\t\t\t\t\tjQuery(\"#gift-card-send-to\").after(\"<span class=\\\"error\\\">This field is required<\/span>\");\r\n\t\t\t\t}\r\n\t\t\t\tif (send_from.length < 1) {    \r\n\t\t\t\t\te.preventDefault();\r\n\t\t\t\t\tjQuery(\"#gift-card-send-from\").after(\"<span class=\\\"error\\\">This field is required<\/span>\");\r\n\t\t\t\t}\r\n\r\n\t\t\t\tif (email.length < 1) {    \r\n\t\t\t\t\te.preventDefault();\r\n\t\t\t\t\tjQuery(\"#gift-card-send-phone\").after(\"<span class=\\\"error\\\">This field is required<\/span>\");\r\n\t\t\t\t} else {\r\n\t\t\t\t\tvar regEx = \/^[a-z0-9._%+-]+@[a-z0-9.-]+\\.[a-z]{2,3}\/;\r\n\t\t\t\t\tvar validEmail = regEx.test(email);\r\n\t\t\t\t\tif (!validEmail) {\r\n\t\t\t\t\t\te.preventDefault();\r\n\t\t\t\t\t\tjQuery(\"#gift-card-send-phone\").after(\"<span class=\\\"error\\\">Please enter a valid email<\/span>\");\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t});\r\n\t\t\r\n\t\t<\/script>\r\n\t\t<style>\r\n\t\t.check-error {\r\n\t\t\toutline: 2px solid #ff0000;\r\n\t\t}\r\n\t\t.error, .label-error {\r\n\t\t\tcolor: #ff0000;\r\n\t\t}\r\n\t\t.card_retrieve_output {\r\n\t\t\tdisplay: flex;\r\n\t\t\tbackground-color: #fff;\r\n\t\t\tpadding: 6rem;\r\n\t\t}\r\n\t\t.text_side {\r\n\t\t\tpadding-left: 4rem;\r\n\t\t}\r\n\t\t.card_amt {\r\n\t\t\tfont-size: 2rem;\r\n\t\t}\r\n\t\t.gift-message-holder {\r\n\t\t\tpadding-top: 2rem;\r\n\t\t\tpadding-bottom: 2rem;\r\n\t\t}\r\n\t\t.gift-message-holder div {\r\n\t\t\tpadding-top: 0.4rem;\r\n\t\t\tpadding-bottom: 0.4rem;\r\n\t\t\tdisplay: block;\r\n\t\t}\r\n\t\t.barcode {\r\n\t\t\tbackground-color: #fff;\r\n\t\t\tdisplay: block;\r\n\t\t\tpadding: 1rem;\r\n\t\t\ttext-align: center;\r\n\t\t}\r\n\t\t.cardnum {\r\n\t\t\ttext-align: center;\r\n\t\t}\r\n\t\t.barcode img {\r\n\t\t\twidth: 200px;\r\n\t\t}\r\n\t\t\r\n\t\t.gift-message-holder .gift-send-options {\r\n\t\t\tdisplay: none;\r\n\t\t}\r\n\t\t .gift-send-options div {\r\n\t\t\tdisplay: block;\r\n\t\t\tpadding-top: 0.4rem;\r\n\t\t\tpadding-bottom: 0.4rem;\r\n\t\t\t\r\n\t\t }\r\n\t\t .retrieve_card_link {\r\n\t\t\t display: inline-block;\r\n\t\t\t padding: 10px;\r\n\t\t\t margin:-top: 3rem;\r\n\t\t\t background-color: #ccc;\r\n\t\t\t border-radius: 8px;\r\n\t\t\t color: #000;\r\n\t\t\t text-decoration: none;\r\n\t\t }\r\n\t\t .send_to_friend_holder {\r\n\t\t\tfont-size: 140%;\r\n\t\t}\r\n\t\t#send_to_friend {\r\n\t\t  transform: scale(1.6);\r\n\t\t    vertical-align: middle;\r\n\t\t      margin-left: 16px;\r\n\t  }\r\n\t  .gift-message-holder .gift-terms-hide {\r\n\t\t  display: none;\r\n\t  }\r\n\t  .gift-terms-legal-textarea {\r\n\t\twidth: 100%;\r\n\t\tfont-size:80%;\r\n\t\t}\r\n\t\t<\/style><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b7493b elementor-widget elementor-widget-text-editor\" data-id=\"3b7493b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Imprimez cette carte cadeau virtuelle ou montrez-la sur votre mobile lors de votre prochain achat dans n&rsquo;importe quel restaurant Caf\u00e9 D\u00e9p\u00f4t.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-11e3508 animated-slow elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"11e3508\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:2}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-8b8ee2a\" data-id=\"8b8ee2a\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-12b0611 elementor-widget elementor-widget-heading\" data-id=\"12b0611\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">UNE COMMANDE IMPORTANTE ?\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-058a133 elementor-widget elementor-widget-text-editor\" data-id=\"058a133\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-300c980 elementor-widget elementor-widget-text-editor\" data-id=\"300c980\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\"><div class=\"elementor-widget-container\"><div class=\"elementor-text-editor elementor-clearfix\"><p>Vous souhaitez passer une grosse commande de cartes cadeaux ? Envoyez-nous un message d\u00e8s aujourd\u2019hui et nous organiserons cela pour vous !<\/p><\/div><\/div><\/div><div class=\"elementor-element elementor-element-e0ea45a elementor-align-left elementor-widget elementor-widget-button\" data-id=\"e0ea45a\" data-element_type=\"widget\" data-widget_type=\"button.default\"><div class=\"elementor-widget-container\"><div class=\"elementor-button-wrapper\">\u00a0<\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-73af14c elementor-align-left elementor-widget elementor-widget-button\" data-id=\"73af14c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-xs\" href=\"https:\/\/information.mtyrewards.ca\/fr\/contact-us\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">faire une demande<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-3244d08\" data-id=\"3244d08\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-81c6118 elementor-widget elementor-widget-heading\" data-id=\"81c6118\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">VOUS AVEZ UNE QUESTION ?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4cfff9f elementor-widget elementor-widget-text-editor\" data-id=\"4cfff9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-615c4f0 elementor-widget elementor-widget-text-editor\" data-id=\"615c4f0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\"><div class=\"elementor-widget-container\"><div class=\"elementor-text-editor elementor-clearfix\"><p>Vous ne trouvez pas ce que vous cherchez ? Envoyez-nous un message, nous nous ferons un plaisir de vous aider !<\/p><\/div><\/div><\/div><div class=\"elementor-element elementor-element-4ed2e7c elementor-align-left elementor-widget elementor-widget-button\" data-id=\"4ed2e7c\" data-element_type=\"widget\" data-widget_type=\"button.default\"><div class=\"elementor-widget-container\"><div class=\"elementor-button-wrapper\">\u00a0<\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-168859b elementor-align-left elementor-widget elementor-widget-button\" data-id=\"168859b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-xs\" href=\"\/fr\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">POSER VOTRE QUESTION<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-adf5ede\" data-id=\"adf5ede\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d1c510d elementor-widget elementor-widget-heading\" data-id=\"d1c510d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">V\u00c9RIFIEZ LE SOLDE DE VOTRE CARTE\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f6d9bd1 elementor-widget elementor-widget-text-editor\" data-id=\"f6d9bd1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c155b1e elementor-widget elementor-widget-text-editor\" data-id=\"c155b1e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\"><div class=\"elementor-widget-container\"><div class=\"elementor-text-editor elementor-clearfix\"><p>Vous n\u2019\u00eates pas certaine combien est dans votre carte ? Cliquez sur le bouton ci-dessous pour le savoir d\u00e8s aujourd&rsquo;hui !<\/p><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b3b921 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"2b3b921\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-xs\" href=\"https:\/\/mtyrewards.checkyourcardbalance.com\/en\/login\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">voir ici<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Votre carte cadeau Imprimez cette carte cadeau virtuelle ou montrez-la&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-10406","page","type-page","status-publish","hentry"],"acf":[],"post-meta":{"_wpml_word_count":["{\"total\":0,\"to_translate\":{\"en\":2,\"fr\":2}}"],"_edit_lock":["1703289927:1"],"_edit_last":["1"],"_wp_page_template":["default"],"_last_translation_edit_mode":["native-editor"],"_elementor_template_widget_type":[""],"site-container":["default"],"site-header-transparent":["default"],"site-page-header":["default"],"site-sidebar":["default"],"_wpml_media_duplicate":["1"],"_wpml_media_featured":["1"],"_elementor_edit_mode":["builder"],"_elementor_template_type":["wp-page"],"_elementor_version":["3.8.1"],"_elementor_page_settings":["a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}"],"_elementor_data":["[{\"id\":\"976c7a7\",\"elType\":\"section\",\"settings\":{\"eael_parallax_layers_list\":[],\"jet_parallax_layout_list\":[],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"eael_cl_logics\":[{\"_id\":\"696eeae\"}]},\"elements\":[{\"id\":\"5b74eb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"d3f0ebe\"}]},\"elements\":[{\"id\":\"278cda2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Votre carte cadeau\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"__globals__\":{\"title_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ac17d41\"}],\"eael_cl_logics\":[{\"_id\":\"278d876\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f747433\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[giftcardsync_card_html]\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"847e554\"}],\"eael_cl_logics\":[{\"_id\":\"1507ca5\"}]},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"3b7493b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Imprimez cette carte cadeau virtuelle ou montrez-la sur votre mobile lors de votre prochain achat dans n'importe quel restaurant Caf\\u00e9 D\\u00e9p\\u00f4t.<\\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"typography_typography\":\"custom\",\"__globals__\":{\"text_color\":\"globals\\\/colors?id=cf5b25a\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1b713c6\"}],\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_cl_logics\":[{\"_id\":\"51f918c\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11e3508\",\"elType\":\"section\",\"settings\":{\"eael_parallax_layers_list\":[],\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ad6cc9e\"}],\"structure\":\"30\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#534B424F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"animation_delay\":2,\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"eael_parallax_type\":\"opacity\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"c18124e\"}]},\"elements\":[{\"id\":\"8b8ee2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#1C1C1C\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#5353534F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"32c1d60\"}]},\"elements\":[{\"id\":\"12b0611\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNE COMMANDE IMPORTANTE ?\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"eael_cl_logics\":[{\"_id\":\"83e11e1\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"058a133\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"elementor-element elementor-element-300c980 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"300c980\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><p>Vous souhaitez passer une grosse commande de cartes cadeaux ? Envoyez-nous un message d\\u00e8s aujourd\\u2019hui et nous organiserons cela pour vous !<\\\/p><\\\/div><\\\/div><\\\/div><div class=\\\"elementor-element elementor-element-e0ea45a elementor-align-left elementor-widget elementor-widget-button\\\" data-id=\\\"e0ea45a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-button-wrapper\\\">\\u00a0<\\\/div><\\\/div><\\\/div>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\",\"typography_font_family\":\"Roboto\",\"eael_cl_logics\":[{\"_id\":\"6ff4112\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"73af14c\",\"elType\":\"widget\",\"settings\":{\"text\":\"faire une demande\",\"align\":\"left\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#C7A17A\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#4243534F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"globals\\\/colors?id=4f52821\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"button_background_hover_color\":\"#A1805F\",\"link\":{\"url\":\"https:\\\/\\\/information.mtyrewards.ca\\\/fr\\\/contact-us\\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_cl_logics\":[{\"_id\":\"5d00f96\"}]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"3244d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#1C1C1C\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#5353534F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"d61531a\"}]},\"elements\":[{\"id\":\"81c6118\",\"elType\":\"widget\",\"settings\":{\"title\":\"VOUS AVEZ UNE QUESTION ?\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"eael_cl_logics\":[{\"_id\":\"3319e6b\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4cfff9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"elementor-element elementor-element-615c4f0 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"615c4f0\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><p>Vous ne trouvez pas ce que vous cherchez ? Envoyez-nous un message, nous nous ferons un plaisir de vous aider !<\\\/p><\\\/div><\\\/div><\\\/div><div class=\\\"elementor-element elementor-element-4ed2e7c elementor-align-left elementor-widget elementor-widget-button\\\" data-id=\\\"4ed2e7c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-button-wrapper\\\">\\u00a0<\\\/div><\\\/div><\\\/div>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\",\"typography_font_family\":\"Roboto\",\"eael_cl_logics\":[{\"_id\":\"ea2343d\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"168859b\",\"elType\":\"widget\",\"settings\":{\"text\":\"POSER VOTRE QUESTION\",\"align\":\"left\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#C7A17A\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#4243534F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"globals\\\/colors?id=4f52821\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"button_background_hover_color\":\"#A1805F\",\"link\":{\"url\":\"\\\/fr\\\/contact\\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_cl_logics\":[{\"_id\":\"e96a1e6\"}]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"adf5ede\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#1C1C1C\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#5353534F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"e209df5\"}]},\"elements\":[{\"id\":\"d1c510d\",\"elType\":\"widget\",\"settings\":{\"title\":\"V\\u00c9RIFIEZ LE SOLDE DE VOTRE CARTE\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"105d7c5\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6d9bd1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"elementor-element elementor-element-c155b1e elementor-widget elementor-widget-text-editor\\\" data-id=\\\"c155b1e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\"><div class=\\\"elementor-widget-container\\\"><div class=\\\"elementor-text-editor elementor-clearfix\\\"><p>Vous n\\u2019\\u00eates pas certaine combien est dans votre carte ? Cliquez sur le bouton ci-dessous pour le savoir d\\u00e8s aujourd'hui !<\\\/p><\\\/div><\\\/div><\\\/div>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\",\"typography_font_family\":\"Roboto\",\"eael_cl_logics\":[{\"_id\":\"38f155f\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2b3b921\",\"elType\":\"widget\",\"settings\":{\"text\":\"voir ici\",\"align\":\"left\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#C7A17A\",\"hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#4243534F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"globals\\\/colors?id=4f52821\",\"border_color\":\"\",\"button_background_hover_color\":\"\"},\"link\":{\"url\":\"https:\\\/\\\/mtyrewards.checkyourcardbalance.com\\\/en\\\/login\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"button_background_hover_color\":\"#A1805F\",\"eael_cl_logics\":[{\"_id\":\"738e9eb\"}]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]"],"_eael_custom_js":[""],"_wpml_location_migration_done":["1"],"_elementor_pro_version":["3.8.2"],"_elementor_controls_usage":["a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_font_family\";i:3;s:11:\"title_color\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:4;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:4;s:8:\"_padding\";i:4;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:1;s:10:\"text_color\";i:3;s:22:\"typography_font_family\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:16:\"content_position\";i:3;}}s:8:\"advanced\";a:2:{s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:4;}s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:3;s:7:\"padding\";i:3;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:3;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:3;s:12:\"border_color\";i:3;s:13:\"border_radius\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}s:8:\"advanced\";a:3:{s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:2;}s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}s:15:\"section_effects\";a:3:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;s:15:\"animation_delay\";i:1;}}s:6:\"layout\";a:3:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:18:\"gap_columns_custom\";i:1;}s:21:\"eael_parallax_section\";a:1:{s:18:\"eael_parallax_type\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:3;s:4:\"size\";i:3;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:5:\"align\";i:3;s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:25:\"typography_text_transform\";i:3;s:17:\"button_text_color\";i:3;s:16:\"background_color\";i:3;s:11:\"hover_color\";i:3;s:13:\"border_border\";i:3;s:12:\"border_width\";i:3;s:12:\"border_color\";i:3;s:13:\"border_radius\";i:3;s:12:\"text_padding\";i:3;s:29:\"button_background_hover_color\";i:3;}}s:8:\"advanced\";a:1:{s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:3;}}}}}"],"_cmplz_remote_scanned_post":["1"],"_cmplz_scanned_post":["1"],"_eael_post_view_count":["331"],"_elementor_page_assets":["a:2:{s:6:\"styles\";a:2:{i:0;s:14:\"widget-heading\";i:1;s:20:\"e-animation-fadeInUp\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}"],"_elementor_css":["a:6:{s:4:\"time\";i:1775711337;s:5:\"fonts\";a:2:{i:0;s:6:\"Oswald\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}"],"_elementor_element_cache":["{\"timeout\":1776424091,\"value\":{\"content\":\"\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-976c7a7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"976c7a7\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5b74eb4\\\" data-id=\\\"5b74eb4\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-278cda2 elementor-widget elementor-widget-heading\\\" data-id=\\\"278cda2\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Votre carte cadeau<\\\/h2>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t[elementor-element k=\\\"37c1181ca5d8ee01973ec49e45a5855c\\\" data=\\\"eyJpZCI6ImY3NDc0MzMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzaG9ydGNvZGUiOiJbZ2lmdGNhcmRzeW5jX2NhcmRfaHRtbF0iLCJlYWVsX3Rvb2x0aXBfc2VjdGlvbl9jb250ZW50IjoiSSBhbSBhIHRvb2x0aXAiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfcGxhY2Vob2xkZXIiOiJFbnRlciBQYXNzd29yZCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9zdWJtaXRfYnRuX3R4dCI6IlN1Ym1pdCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9pbmNvcnJlY3RfbWVzc2FnZSI6IlBhc3N3b3JkIGRvZXMgbm90IG1hdGNoLiIsImRpc3BsYXlfY29uZGl0aW9uX2xpc3QiOlt7ImRpc3BsYXlfY29uZGl0aW9uX2xvZ2luX3N0YXR1cyI6InN1YnNjcmliZXIiLCJfaWQiOiI4NDdlNTU0In1dLCJlYWVsX2NsX2xvZ2ljcyI6W3siX2lkIjoiMTUwN2NhNSJ9XX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InNob3J0Y29kZSJ9\\\"][elementor-element k=\\\"37c1181ca5d8ee01973ec49e45a5855c\\\" data=\\\"eyJpZCI6IjNiNzQ5M2IiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5JbXByaW1leiBjZXR0ZSBjYXJ0ZSBjYWRlYXUgdmlydHVlbGxlIG91IG1vbnRyZXotbGEgc3VyIHZvdHJlIG1vYmlsZSBsb3JzIGRlIHZvdHJlIHByb2NoYWluIGFjaGF0IGRhbnMgbidpbXBvcnRlIHF1ZWwgcmVzdGF1cmFudCBDYWZcdTAwZTkgRFx1MDBlOXBcdTAwZjR0LjxcL3A+IiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImVhZWxfdG9vbHRpcF9zZWN0aW9uX2NvbnRlbnQiOiJJIGFtIGEgdG9vbHRpcCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9wbGFjZWhvbGRlciI6IkVudGVyIFBhc3N3b3JkIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3N1Ym1pdF9idG5fdHh0IjoiU3VibWl0IiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX2luY29ycmVjdF9tZXNzYWdlIjoiUGFzc3dvcmQgZG9lcyBub3QgbWF0Y2guIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1jZjViMjVhIn0sImRpc3BsYXlfY29uZGl0aW9uX2xpc3QiOlt7ImRpc3BsYXlfY29uZGl0aW9uX2xvZ2luX3N0YXR1cyI6InN1YnNjcmliZXIiLCJfaWQiOiIxYjcxM2M2In1dLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwiZWFlbF9jbF9sb2dpY3MiOlt7Il9pZCI6IjUxZjkxOGMifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t\\t<\\\/div>\\n\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t<\\\/section>\\n\\t\\t\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-11e3508 animated-slow elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\\\" data-id=\\\"11e3508\\\" data-element_type=\\\"section\\\" data-e-type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:2}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-8b8ee2a\\\" data-id=\\\"8b8ee2a\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-12b0611 elementor-widget elementor-widget-heading\\\" data-id=\\\"12b0611\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">UNE COMMANDE IMPORTANTE ?\\n<\\\/h2>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t[elementor-element k=\\\"37c1181ca5d8ee01973ec49e45a5855c\\\" data=\\\"eyJpZCI6IjA1OGExMzMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8ZGl2IGNsYXNzPVwiZWxlbWVudG9yLWVsZW1lbnQgZWxlbWVudG9yLWVsZW1lbnQtMzAwYzk4MCBlbGVtZW50b3Itd2lkZ2V0IGVsZW1lbnRvci13aWRnZXQtdGV4dC1lZGl0b3JcIiBkYXRhLWlkPVwiMzAwYzk4MFwiIGRhdGEtZWxlbWVudF90eXBlPVwid2lkZ2V0XCIgZGF0YS13aWRnZXRfdHlwZT1cInRleHQtZWRpdG9yLmRlZmF1bHRcIj48ZGl2IGNsYXNzPVwiZWxlbWVudG9yLXdpZGdldC1jb250YWluZXJcIj48ZGl2IGNsYXNzPVwiZWxlbWVudG9yLXRleHQtZWRpdG9yIGVsZW1lbnRvci1jbGVhcmZpeFwiPjxwPlZvdXMgc291aGFpdGV6IHBhc3NlciB1bmUgZ3Jvc3NlIGNvbW1hbmRlIGRlIGNhcnRlcyBjYWRlYXV4ID8gRW52b3llei1ub3VzIHVuIG1lc3NhZ2UgZFx1MDBlOHMgYXVqb3VyZFx1MjAxOWh1aSBldCBub3VzIG9yZ2FuaXNlcm9ucyBjZWxhIHBvdXIgdm91cyAhPFwvcD48XC9kaXY+PFwvZGl2PjxcL2Rpdj48ZGl2IGNsYXNzPVwiZWxlbWVudG9yLWVsZW1lbnQgZWxlbWVudG9yLWVsZW1lbnQtZTBlYTQ1YSBlbGVtZW50b3ItYWxpZ24tbGVmdCBlbGVtZW50b3Itd2lkZ2V0IGVsZW1lbnRvci13aWRnZXQtYnV0dG9uXCIgZGF0YS1pZD1cImUwZWE0NWFcIiBkYXRhLWVsZW1lbnRfdHlwZT1cIndpZGdldFwiIGRhdGEtd2lkZ2V0X3R5cGU9XCJidXR0b24uZGVmYXVsdFwiPjxkaXYgY2xhc3M9XCJlbGVtZW50b3Itd2lkZ2V0LWNvbnRhaW5lclwiPjxkaXYgY2xhc3M9XCJlbGVtZW50b3ItYnV0dG9uLXdyYXBwZXJcIj5cdTAwYTA8XC9kaXY+PFwvZGl2PjxcL2Rpdj4iLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiZWFlbF90b29sdGlwX3NlY3Rpb25fY29udGVudCI6IkkgYW0gYSB0b29sdGlwIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3BsYWNlaG9sZGVyIjoiRW50ZXIgUGFzc3dvcmQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfc3VibWl0X2J0bl90eHQiOiJTdWJtaXQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfaW5jb3JyZWN0X21lc3NhZ2UiOiJQYXNzd29yZCBkb2VzIG5vdCBtYXRjaC4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0ZXh0X2NvbG9yIjoiI0ZGRkZGRiIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSb2JvdG8iLCJlYWVsX2NsX2xvZ2ljcyI6W3siX2lkIjoiNmZmNDExMiJ9XX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-73af14c elementor-align-left elementor-widget elementor-widget-button\\\" data-id=\\\"73af14c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-xs\\\" href=\\\"https:\\\/\\\/information.mtyrewards.ca\\\/fr\\\/contact-us\\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">faire une demande<\\\/span>\\n\\t\\t\\t\\t\\t<\\\/span>\\n\\t\\t\\t\\t\\t<\\\/a>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t<\\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-3244d08\\\" data-id=\\\"3244d08\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-81c6118 elementor-widget elementor-widget-heading\\\" data-id=\\\"81c6118\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">VOUS AVEZ UNE QUESTION ?<\\\/h2>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t[elementor-element k=\\\"37c1181ca5d8ee01973ec49e45a5855c\\\" data=\\\"eyJpZCI6IjRjZmZmOWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8ZGl2IGNsYXNzPVwiZWxlbWVudG9yLWVsZW1lbnQgZWxlbWVudG9yLWVsZW1lbnQtNjE1YzRmMCBlbGVtZW50b3Itd2lkZ2V0IGVsZW1lbnRvci13aWRnZXQtdGV4dC1lZGl0b3JcIiBkYXRhLWlkPVwiNjE1YzRmMFwiIGRhdGEtZWxlbWVudF90eXBlPVwid2lkZ2V0XCIgZGF0YS13aWRnZXRfdHlwZT1cInRleHQtZWRpdG9yLmRlZmF1bHRcIj48ZGl2IGNsYXNzPVwiZWxlbWVudG9yLXdpZGdldC1jb250YWluZXJcIj48ZGl2IGNsYXNzPVwiZWxlbWVudG9yLXRleHQtZWRpdG9yIGVsZW1lbnRvci1jbGVhcmZpeFwiPjxwPlZvdXMgbmUgdHJvdXZleiBwYXMgY2UgcXVlIHZvdXMgY2hlcmNoZXogPyBFbnZveWV6LW5vdXMgdW4gbWVzc2FnZSwgbm91cyBub3VzIGZlcm9ucyB1biBwbGFpc2lyIGRlIHZvdXMgYWlkZXIgITxcL3A+PFwvZGl2PjxcL2Rpdj48XC9kaXY+PGRpdiBjbGFzcz1cImVsZW1lbnRvci1lbGVtZW50IGVsZW1lbnRvci1lbGVtZW50LTRlZDJlN2MgZWxlbWVudG9yLWFsaWduLWxlZnQgZWxlbWVudG9yLXdpZGdldCBlbGVtZW50b3Itd2lkZ2V0LWJ1dHRvblwiIGRhdGEtaWQ9XCI0ZWQyZTdjXCIgZGF0YS1lbGVtZW50X3R5cGU9XCJ3aWRnZXRcIiBkYXRhLXdpZGdldF90eXBlPVwiYnV0dG9uLmRlZmF1bHRcIj48ZGl2IGNsYXNzPVwiZWxlbWVudG9yLXdpZGdldC1jb250YWluZXJcIj48ZGl2IGNsYXNzPVwiZWxlbWVudG9yLWJ1dHRvbi13cmFwcGVyXCI+XHUwMGEwPFwvZGl2PjxcL2Rpdj48XC9kaXY+IiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImVhZWxfdG9vbHRpcF9zZWN0aW9uX2NvbnRlbnQiOiJJIGFtIGEgdG9vbHRpcCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9wbGFjZWhvbGRlciI6IkVudGVyIFBhc3N3b3JkIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3N1Ym1pdF9idG5fdHh0IjoiU3VibWl0IiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX2luY29ycmVjdF9tZXNzYWdlIjoiUGFzc3dvcmQgZG9lcyBub3QgbWF0Y2guIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGV4dF9jb2xvciI6IiNGRkZGRkYiLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwiZWFlbF9jbF9sb2dpY3MiOlt7Il9pZCI6ImVhMjM0M2QifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-168859b elementor-align-left elementor-widget elementor-widget-button\\\" data-id=\\\"168859b\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-xs\\\" href=\\\"\\\/fr\\\/contact\\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">POSER VOTRE QUESTION<\\\/span>\\n\\t\\t\\t\\t\\t<\\\/span>\\n\\t\\t\\t\\t\\t<\\\/a>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t<\\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-adf5ede\\\" data-id=\\\"adf5ede\\\" data-element_type=\\\"column\\\" data-e-type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d1c510d elementor-widget elementor-widget-heading\\\" data-id=\\\"d1c510d\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">V\\u00c9RIFIEZ LE SOLDE DE VOTRE CARTE\\n<\\\/h2>\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t[elementor-element k=\\\"37c1181ca5d8ee01973ec49e45a5855c\\\" data=\\\"eyJpZCI6ImY2ZDliZDEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8ZGl2IGNsYXNzPVwiZWxlbWVudG9yLWVsZW1lbnQgZWxlbWVudG9yLWVsZW1lbnQtYzE1NWIxZSBlbGVtZW50b3Itd2lkZ2V0IGVsZW1lbnRvci13aWRnZXQtdGV4dC1lZGl0b3JcIiBkYXRhLWlkPVwiYzE1NWIxZVwiIGRhdGEtZWxlbWVudF90eXBlPVwid2lkZ2V0XCIgZGF0YS13aWRnZXRfdHlwZT1cInRleHQtZWRpdG9yLmRlZmF1bHRcIj48ZGl2IGNsYXNzPVwiZWxlbWVudG9yLXdpZGdldC1jb250YWluZXJcIj48ZGl2IGNsYXNzPVwiZWxlbWVudG9yLXRleHQtZWRpdG9yIGVsZW1lbnRvci1jbGVhcmZpeFwiPjxwPlZvdXMgblx1MjAxOVx1MDBlYXRlcyBwYXMgY2VydGFpbmUgY29tYmllbiBlc3QgZGFucyB2b3RyZSBjYXJ0ZSA\\\/IENsaXF1ZXogc3VyIGxlIGJvdXRvbiBjaS1kZXNzb3VzIHBvdXIgbGUgc2F2b2lyIGRcdTAwZThzIGF1am91cmQnaHVpICE8XC9wPjxcL2Rpdj48XC9kaXY+PFwvZGl2PiIsIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJlYWVsX3Rvb2x0aXBfc2VjdGlvbl9jb250ZW50IjoiSSBhbSBhIHRvb2x0aXAiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfcGxhY2Vob2xkZXIiOiJFbnRlciBQYXNzd29yZCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9zdWJtaXRfYnRuX3R4dCI6IlN1Ym1pdCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9pbmNvcnJlY3RfbWVzc2FnZSI6IlBhc3N3b3JkIGRvZXMgbm90IG1hdGNoLiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRleHRfY29sb3IiOiIjRkZGRkZGIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJvYm90byIsImVhZWxfY2xfbG9naWNzIjpbeyJfaWQiOiIzOGYxNTVmIn1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-2b3b921 elementor-align-left elementor-widget elementor-widget-button\\\" data-id=\\\"2b3b921\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-xs\\\" href=\\\"https:\\\/\\\/mtyrewards.checkyourcardbalance.com\\\/en\\\/login\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">voir ici<\\\/span>\\n\\t\\t\\t\\t\\t<\\\/span>\\n\\t\\t\\t\\t\\t<\\\/a>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t<\\\/div>\\n\\t\\t\\t\\t\\t<\\\/div>\\n\\t\\t<\\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"e-animation-fadeInUp\"]}}"]},"_links":{"self":[{"href":"https:\/\/giftcards.cafedepot.com\/fr\/wp-json\/wp\/v2\/pages\/10406","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/giftcards.cafedepot.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/giftcards.cafedepot.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/giftcards.cafedepot.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/giftcards.cafedepot.com\/fr\/wp-json\/wp\/v2\/comments?post=10406"}],"version-history":[{"count":0,"href":"https:\/\/giftcards.cafedepot.com\/fr\/wp-json\/wp\/v2\/pages\/10406\/revisions"}],"wp:attachment":[{"href":"https:\/\/giftcards.cafedepot.com\/fr\/wp-json\/wp\/v2\/media?parent=10406"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}