{"id":1472,"date":"2023-03-27T23:07:53","date_gmt":"2023-03-28T03:07:53","guid":{"rendered":"https:\/\/ramagaming.com\/jeux\/mississauga\/"},"modified":"2026-04-19T18:40:07","modified_gmt":"2026-04-19T22:40:07","slug":"mississauga","status":"publish","type":"page","link":"https:\/\/ramagaming.com\/fr\/jeux\/mississauga\/","title":{"rendered":"Jeux Mississauga"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Section&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;2_3,1_3&#8243; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;40665972-1b3c-444b-983f-22df6affa134&#8243; custom_margin=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1>Jeux Mississauga<\/h1>\n<p>Vous \u00eates \u00e0 la recherche d&#8217;une exp\u00e9rience de jeu amusante et passionnante ? Ne cherchez pas plus loin que le Rama Gaming House Mississauga ! Nous proposons un large \u00e9ventail de jeux de bingo et de jeux de style Vegas qui ne manqueront pas de vous divertir et de vous faire vibrer. Notre s\u00e9lection comprend des jeux classiques, des jeux de bingo vid\u00e9o et bien plus encore. Avec un tel choix, vous \u00eates s\u00fbr de trouver un jeu qui corresponde \u00e0 vos int\u00e9r\u00eats et \u00e0 votre niveau de comp\u00e9tence. <\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;1.5em|1.5em|1.5em|1.5em|true|true&#8221; border_radii=&#8221;on|0.5em|0.5em|0.5em|0.5em&#8221; border_width_all=&#8221;1px&#8221; border_color_all=&#8221;#0C2A49&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Weather Alerts&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf0c2;||fa||900&#8243; image_icon_background_color=&#8221;RGBA(255,255,255,0)&#8221; icon_placement=&#8221;left&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Norwester||||||||&#8221; animation=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_blurb][et_pb_code _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<!-- [et_pb_line_break_holder] -->    jQuery(document).ready(function($) {<!-- [et_pb_line_break_holder] -->        $.ajax({<!-- [et_pb_line_break_holder] -->            url: &#8216;\/wp-admin\/admin-ajax.php&#8217;, \/\/ WordPress AJAX handler URL<!-- [et_pb_line_break_holder] -->            type: &#8216;POST&#8217;,<!-- [et_pb_line_break_holder] -->            data: {<!-- [et_pb_line_break_holder] -->                &#8216;action&#8217;: &#8216;fetch_mississauga_rss_feed&#8217;, \/\/ The action hooked to in functions.php<!-- [et_pb_line_break_holder] -->            },<!-- [et_pb_line_break_holder] -->            success: function(response) {<!-- [et_pb_line_break_holder] -->                if (response.success) {<!-- [et_pb_line_break_holder] -->                    \/\/ Parse the XML data<!-- [et_pb_line_break_holder] -->                    const parser = new DOMParser();<!-- [et_pb_line_break_holder] -->                    const xmlDoc = parser.parseFromString(response.data, &#8220;application\/xml&#8221;);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                    \/\/ Initialize an empty string to store matching alerts<!-- [et_pb_line_break_holder] -->                    let alertsHTML = &#8220;&#8221;;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                    \/\/ Fetch all entries in the RSS feed<!-- [et_pb_line_break_holder] -->                    const entries = xmlDoc.querySelectorAll(&#8220;entry&#8221;);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                    \/\/ Define the keywords to filter<!-- [et_pb_line_break_holder] -->                    const keywords = [<!-- [et_pb_line_break_holder] -->                        &#8220;severe winter weather&#8221;,<!-- [et_pb_line_break_holder] -->                        &#8220;snowfall alert&#8221;,<!-- [et_pb_line_break_holder] -->                        &#8220;freezing rain alert&#8221;,<!-- [et_pb_line_break_holder] -->                        &#8220;blizzard&#8221;<!-- [et_pb_line_break_holder] -->                    ];<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                    \/\/ Loop through each entry and check for matching keywords<!-- [et_pb_line_break_holder] -->                    entries.forEach(entry =&gt; {<!-- [et_pb_line_break_holder] -->                        const title = entry.querySelector(&#8220;title&#8221;)?.textContent || &#8220;&#8221;;<!-- [et_pb_line_break_holder] -->                        const summary = entry.querySelector(&#8220;summary&#8221;)?.textContent || &#8220;&#8221;;<!-- [et_pb_line_break_holder] -->                        const publishedDate = entry.querySelector(&#8220;published&#8221;)?.textContent || &#8220;No Published Date Available&#8221;;<!-- [et_pb_line_break_holder] -->                        const link = entry.querySelector(&#8220;link&#8221;)?.getAttribute(&#8220;href&#8221;) || &#8220;#&#8221;;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                        \/\/ Check if the title or summary contains any of the keywords<!-- [et_pb_line_break_holder] -->                        const matches = keywords.some(keyword =&gt;<!-- [et_pb_line_break_holder] -->                            title.toLowerCase().includes(keyword) || summary.toLowerCase().includes(keyword)<!-- [et_pb_line_break_holder] -->                        );<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                        \/\/ If a match is found, add it to the alertsHTML<!-- [et_pb_line_break_holder] -->                        if (matches) {<!-- [et_pb_line_break_holder] -->                            alertsHTML += `<!-- [et_pb_line_break_holder] -->                                <\/p>\n<div class=\"weather-alert\"><!-- [et_pb_line_break_holder] -->                                    <\/p>\n<h3>${title}<\/h3>\n<p><!-- [et_pb_line_break_holder] -->                                    <pee><strong>Summary:<\/strong> ${summary}<\/pee><!-- [et_pb_line_break_holder] -->                                    <pee><strong>Published:<\/strong> ${publishedDate}<\/pee><!-- [et_pb_line_break_holder] -->                                    <pee><a href=\"${link}\" target=\"_blank\">Read More<\/a><\/pee><!-- [et_pb_line_break_holder] -->                                <\/div>\n<p><!-- [et_pb_line_break_holder] -->                                <\/p>\n<hr>\n<p><!-- [et_pb_line_break_holder] -->                            `;<!-- [et_pb_line_break_holder] -->                        }<!-- [et_pb_line_break_holder] -->                    });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->                    \/\/ Display the alerts or show a message if no matching alerts are found<!-- [et_pb_line_break_holder] -->                    if (alertsHTML) {<!-- [et_pb_line_break_holder] -->                        $(&#8220;#weather-alert&#8221;).html(alertsHTML);<!-- [et_pb_line_break_holder] -->                    } else {<!-- [et_pb_line_break_holder] -->                        $(&#8220;#weather-alert&#8221;).html(&#8220;<pee>No relevant alerts found for Mississauga.<\/pee>&#8220;);<!-- [et_pb_line_break_holder] -->                    }<!-- [et_pb_line_break_holder] -->                } else {<!-- [et_pb_line_break_holder] -->                    console.error(&#8220;Error:&#8221;, response.data);<!-- [et_pb_line_break_holder] -->                    $(&#8220;#weather-alert&#8221;).html(&#8220;<pee>No data available.<\/pee>&#8220;);<!-- [et_pb_line_break_holder] -->                }<!-- [et_pb_line_break_holder] -->            },<!-- [et_pb_line_break_holder] -->            error: function(error) {<!-- [et_pb_line_break_holder] -->                console.error(&#8220;AJAX error:&#8221;, error);<!-- [et_pb_line_break_holder] -->                $(&#8220;#weather-alert&#8221;).html(&#8220;<pee>Error fetching data. Please try again later.<\/pee>&#8220;);<!-- [et_pb_line_break_holder] -->            }<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/p>\n<div id=\"weather-alert\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/ramagaming.com\/wp-content\/uploads\/Small-file-Hot-Games-v3-copy.png&#8221; alt=&#8221;hot-new-games&#8221; title_text=&#8221;Hot New Games&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_video src=&#8221;https:\/\/ramagaming.com\/wp-content\/uploads\/Mystery-of-the-Lamp.mp4&#8243; image_src=&#8221;https:\/\/ramagaming.com\/wp-content\/uploads\/Mystery-of-the-Lamp-2.jpg&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; title_text=&#8221;Mystery of the Lamp&#8221; sticky_enabled=&#8221;0&#8243;][\/et_pb_video][et_pb_text _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Norwester|600||on|||||&#8221; header_4_font=&#8221;Urzeit|500|||||||&#8221; header_4_text_align=&#8221;center&#8221; custom_padding=&#8221;||1px|||&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<h4 style=\"text-align: center\">MYSTERY OF THE LAMP<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_video src=&#8221;https:\/\/ramagaming.com\/wp-content\/uploads\/Pin-Ball-1.mp4&#8243; image_src=&#8221;https:\/\/ramagaming.com\/wp-content\/uploads\/Pin-Ball-2.jpg&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; title_text=&#8221;Pin Ball&#8221; sticky_enabled=&#8221;0&#8243;][\/et_pb_video][et_pb_text _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Norwester|600||on|||||&#8221; header_4_font=&#8221;Urzeit|500|||||||&#8221; header_4_text_align=&#8221;center&#8221; custom_padding=&#8221;||1px|||&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<h4 style=\"text-align: center\">PIN BALL<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_video src=&#8221;https:\/\/ramagaming.com\/wp-content\/uploads\/huff-n-puff-more.mov&#8221; image_src=&#8221;https:\/\/ramagaming.com\/wp-content\/uploads\/5.jpg&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_video][et_pb_text _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; header_4_font=&#8221;Urzeit||||||||&#8221; header_4_text_align=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Huff N More Puff<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_video src=&#8221;https:\/\/ramagaming.com\/wp-content\/uploads\/Kraken-Unleased.mp4&#8243; image_src=&#8221;https:\/\/ramagaming.com\/wp-content\/uploads\/Hot-new-games.jpg&#8221; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_video][et_pb_text _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Norwester|600||on|||||&#8221; header_4_font=&#8221;Urzeit|500|||||||&#8221; header_4_text_align=&#8221;center&#8221; custom_padding=&#8221;||1px|||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4 style=\"text-align: center\">KRAKEN UNLEASHED<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Norwester||||||||&#8221; custom_css_free_form=&#8221;\/* Keyframe for fiery shaking animation *\/||@keyframes fiery-shake {||  0% {||    transform: translateX(0) rotate(0);||    box-shadow: 0px 0px 15px 5px rgba(255, 69, 0, 0.8);||  }||  25% {||    transform: translateX(-10px) rotate(-5deg);||    box-shadow: 0px 0px 15px 5px rgba(255, 69, 0, 1);||  }||  50% {||    transform: translateX(10px) rotate(5deg);||    box-shadow: 0px 0px 20px 8px rgba(255, 69, 0, 1);||  }||  75% {||    transform: translateX(-10px) rotate(-5deg);||    box-shadow: 0px 0px 25px 10px rgba(255, 69, 0, 1);||  }||  100% {||    transform: translateX(0) rotate(0);||    box-shadow: 0px 0px 20px 8px rgba(255, 69, 0, 0.8);||  }||}||||\/* Card with fiery shake animation *\/||.card.shake-animation {||  animation: fiery-shake 0.6s ease-in-out infinite;||}||||\/* Keyframe for burning pulse effect *\/||@keyframes fiery-pulse {||  0% {||    transform: scale(1);||    opacity: 1;||    box-shadow: 0 0 10px rgba(255, 69, 0, 0.8);||  }||  50% {||    transform: scale(1.1);||    opacity: 0.85;||    box-shadow: 0 0 20px rgba(255, 140, 0, 1), 0 0 30px rgba(255, 69, 0, 1);||  }||  100% {||    transform: scale(1);||    opacity: 1;||    box-shadow: 0 0 15px rgba(255, 69, 0, 0.8);||  }||}||||\/* Card with burning pulse effect *\/||.card.pulse-animation {||  animation: fiery-pulse 1.2s ease-in-out infinite;||}||||\/* Additional burning effect on hover for extra visual impact *\/||.card.shake-animation:hover,||.card.pulse-animation:hover {||  transform: scale(1.05);||  box-shadow: 0 0 30px rgba(255, 140, 0, 1), 0 0 60px rgba(255, 69, 0, 1);||  transition: all 0.3s ease-in-out;||}||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Jackpots &amp; Prix<\/h2>\n\n\n\n<div id=\"wpv-view-layout-285-CATTR8ef5e28c77d4d333ab862107c0133b05\" class=\"js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-285-CATTR8ef5e28c77d4d333ab862107c0133b05\" data-viewnumber=\"285-CATTR8ef5e28c77d4d333ab862107c0133b05\" data-pagination=\"{&quot;id&quot;:285,&quot;query&quot;:&quot;normal&quot;,&quot;type&quot;:&quot;disabled&quot;,&quot;effect&quot;:&quot;fade&quot;,&quot;duration&quot;:500,&quot;speed&quot;:5,&quot;pause_on_hover&quot;:&quot;enabled&quot;,&quot;stop_rollover&quot;:&quot;false&quot;,&quot;cache_pages&quot;:&quot;enabled&quot;,&quot;preload_images&quot;:&quot;enabled&quot;,&quot;preload_pages&quot;:&quot;enabled&quot;,&quot;preload_reach&quot;:1,&quot;spinner&quot;:&quot;builtin&quot;,&quot;spinner_image&quot;:&quot;https:\/\/ramagaming.com\/wp-content\/plugins\/wp-views\/embedded\/res\/img\/ajax-loader.gif&quot;,&quot;callback_next&quot;:&quot;&quot;,&quot;manage_history&quot;:&quot;enabled&quot;,&quot;has_controls_in_form&quot;:&quot;disabled&quot;,&quot;infinite_tolerance&quot;:&quot;0&quot;,&quot;max_pages&quot;:0,&quot;page&quot;:1,&quot;base_permalink&quot;:&quot;\/fr\/wp-json\/wp\/v2\/pages\/1472?wpv_view_count=285-CATTR8ef5e28c77d4d333ab862107c0133b05&amp;wpv_paged=WPV_PAGE_NUM&quot;,&quot;loop&quot;:{&quot;type&quot;:&quot;&quot;,&quot;name&quot;:&quot;&quot;,&quot;data&quot;:[],&quot;id&quot;:0}}\" data-permalink=\"\/fr\/wp-json\/wp\/v2\/pages\/1472?wpv_view_count=285-CATTR8ef5e28c77d4d333ab862107c0133b05\">\n\n\n\n\n    <div class=\"card-grid\">\n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n        \n\n\n        \n        \n        <!-- Vodoo Jackpots with updated css -->\n         \n\n\n        <!-- Lucky Coin Grand with updated css -->\n         \n\n\n        <!-- Invader Attack Grand with updated css -->\n         \n\n\n <!-- Drake's Treasure with updated css -->\n         \n\n <!-- Legendsa of the Deep with updated css -->\n         \n\n\n <!-- Island Rising with updated css -->\n         \n\n\n    <\/div>\n    <div style=\"font-size: .9rem;text-align: center;\">Derni\u00e8re mise \u00e0 jour:\n        juin 20, 2023<\/div>\n    <div style=\"font-size: .8rem;text-align: center;\"><i>Please note that the displayed\n            progressive jackpot totals are approximate values, which are updated on a daily basis.<\/i>\n    <\/div>\n\n\n\n\n<\/div>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#E9EBEF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Norwester||||||||&#8221; header_2_font_size=&#8221;1.78rem&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Jeux disponibles au Rama Gaming House Misssissauga<\/h2>\n\n\n\n<div id=\"wpv-view-layout-350-CATTR560b0fec20af8a8e13b7f5f7f3d7600b\" class=\"js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-350-CATTR560b0fec20af8a8e13b7f5f7f3d7600b\" data-viewnumber=\"350-CATTR560b0fec20af8a8e13b7f5f7f3d7600b\" data-pagination=\"{&quot;id&quot;:350,&quot;query&quot;:&quot;normal&quot;,&quot;type&quot;:&quot;disabled&quot;,&quot;effect&quot;:&quot;fade&quot;,&quot;duration&quot;:500,&quot;speed&quot;:5,&quot;pause_on_hover&quot;:&quot;enabled&quot;,&quot;stop_rollover&quot;:&quot;false&quot;,&quot;cache_pages&quot;:&quot;enabled&quot;,&quot;preload_images&quot;:&quot;enabled&quot;,&quot;preload_pages&quot;:&quot;enabled&quot;,&quot;preload_reach&quot;:1,&quot;spinner&quot;:&quot;builtin&quot;,&quot;spinner_image&quot;:&quot;https:\/\/ramagaming.com\/wp-content\/plugins\/wp-views\/embedded\/res\/img\/ajax-loader.gif&quot;,&quot;callback_next&quot;:&quot;&quot;,&quot;manage_history&quot;:&quot;enabled&quot;,&quot;has_controls_in_form&quot;:&quot;disabled&quot;,&quot;infinite_tolerance&quot;:&quot;0&quot;,&quot;max_pages&quot;:0,&quot;page&quot;:1,&quot;base_permalink&quot;:&quot;\/fr\/wp-json\/wp\/v2\/pages\/1472?wpv_view_count=350-CATTR560b0fec20af8a8e13b7f5f7f3d7600b&amp;wpv_paged=WPV_PAGE_NUM&quot;,&quot;loop&quot;:{&quot;type&quot;:&quot;&quot;,&quot;name&quot;:&quot;&quot;,&quot;data&quot;:[],&quot;id&quot;:0}}\" data-permalink=\"\/fr\/wp-json\/wp\/v2\/pages\/1472?wpv_view_count=350-CATTR560b0fec20af8a8e13b7f5f7f3d7600b\">\n\n\t\n\t<div class=\"card-grid grid-games\">\n\t\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/Logo_BengalEyes_TM-300x131-1.png\" alt=\"BENGAL EYES\" title=\"BENGAL EYES\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/burning-love-logo.png\" alt=\"Burning Love\" title=\"Burning Love\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/cash-eruption.jpg\" alt=\"CASH ERUPTION TEMPLE OF FIRE\" title=\"CASH ERUPTION TEMPLE OF FIRE\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/desktop-carousel-logo-1.jpg\" alt=\"Coin Combo Carnival Cow\" title=\"Coin Combo Carnival Cow\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/coinmouse.jpg\" alt=\"Coin Combo Marvelous Mouse\" title=\"Coin Combo Marvelous Mouse\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/desktop-carousel-logo.jpg\" alt=\"COIN O MANIA CURVE\" title=\"COIN O MANIA CURVE\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/Davinci-Diamonds-Ontario-Bingo-Topper-1280x720.jpg\" alt=\"DA VINCI DIAMONDS\" title=\"DA VINCI DIAMONDS\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/dancingdrums.png\" alt=\"Dancing Drums\" title=\"Dancing Drums\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/GAMECATALOGIMAGE_DoubleChiliMania.png\" alt=\"Double Chili Mania\" title=\"Double Chili Mania\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/Screenshot-2024-08-06-at-1.24.35\u202fPM-1280x714.jpg\" alt=\"DRAGONS VS PANDAS\" title=\"DRAGONS VS PANDAS\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/thatsbananas_2.jpg\" alt=\"Drop &#038; Lock That&#8217;s Bananas\" title=\"Drop &#038; Lock That&#8217;s Bananas\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/Dynamite-Diamonds.png\" alt=\"Dynamite Diamonds\" title=\"Dynamite Diamonds\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/fiestagrande-1.png\" alt=\"Fiesta Grande\" title=\"Fiesta Grande\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/fortune-charm.png\" alt=\"FORTUNE CHARM\" title=\"FORTUNE CHARM\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/LOGO_GoldBar7s_S3000XL-1.png\" alt=\"GOLD BAR 7S\" title=\"GOLD BAR 7S\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/thumbnail_image003.jpg\" alt=\"GOLDEN GODDESS\" title=\"GOLDEN GODDESS\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/rooster.jpg\" alt=\"GOLDEN ROOSTER\" title=\"GOLDEN ROOSTER\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/Heidis-Bier-Haus-logo-1.jpg\" alt=\"Heidi&#8217;s Bier Haus\" title=\"Heidi&#8217;s Bier Haus\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/hotignite.png\" alt=\"HOT HIT IGNITE FREE GAMES\" title=\"HOT HIT IGNITE FREE GAMES\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/LOGO_HotHit_PepperPays_Curve-480x720.png\" alt=\"HOT HIT PEPPER PAYS\" title=\"HOT HIT PEPPER PAYS\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/Hot-N-Saucy-300x150-1.png\" alt=\"Hot N Saucy\" title=\"Hot N Saucy\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/huff-and-more-puff-1014x720.jpg\" alt=\"Huff N More Puff\" title=\"Huff N More Puff\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/Kraken-unleashed-logo-1273x720.png\" alt=\"Kraken Unleashed\" title=\"Kraken Unleashed\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/LOGO_MajesticStallion-1280x494.png\" alt=\"MAJESTIC STALLION\" title=\"MAJESTIC STALLION\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/Logo_MystressOfEgypt.png\" alt=\"MISTRESS OF EGYPT\" title=\"MISTRESS OF EGYPT\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/quickhitplatinum-main.jpg\" alt=\"Quick Hit Platinum Black Gold Wild Jackpot\" title=\"Quick Hit Platinum Black Gold Wild Jackpot\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/platinum7s.jpg\" alt=\"Quick Hit Platinum Triple Blazing 7s Wild Jackpot\" title=\"Quick Hit Platinum Triple Blazing 7s Wild Jackpot\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/DesktopCarouselLogo-RedHotTamal.png\" alt=\"RED HOT TAMALES\" title=\"RED HOT TAMALES\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/Rich-Little-Piggies-Family-Logo-1280x493.png\" alt=\"Rich Little Piggies\" title=\"Rich Little Piggies\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/siberianstorm.jpg\" alt=\"SIBERIAN STORM\" title=\"SIBERIAN STORM\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/DesktopCarouselLogo-solarDisc.jpg\" alt=\"SOLAR DISC\" title=\"SOLAR DISC\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/image001.jpg\" alt=\"STINKIN RICH SKUNKS GONE WILD\" title=\"STINKIN RICH SKUNKS GONE WILD\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/LOGO_TwinStrike_VideoSlots-1.png\" alt=\"TWIN STRIKE FREE GAMES\" title=\"TWIN STRIKE FREE GAMES\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\t<div class=\"card\">\n  \n  <img decoding=\"async\" src=\"https:\/\/ramagaming.com\/wp-content\/uploads\/Logo_00000-1-1280x433.png\" alt=\"WOLF RUN GOLD\" title=\"WOLF RUN GOLD\" class=\"card-image\">\n  \n  \n<\/div>\n\n\t\n\t\n    <\/div>\n\t\n\t\n<\/div>\n\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.20.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;60%&#8221; width_tablet=&#8221;80%&#8221; width_phone=&#8221;80%&#8221; width_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.20.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.20.4&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Norwester||||||||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Questions fr\u00e9quemment pos\u00e9es<\/h2>\n<p>[\/et_pb_text][et_pb_accordion _builder_version=&#8221;4.24.2&#8243; _module_preset=&#8221;default&#8221; db_closeable=&#8221;on&#8221; db_initial_state=&#8221;all_closed&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_accordion_item title=&#8221;Les jeux du Rama Gaming House Mississauga sont-ils disponibles dans diff\u00e9rentes langues ?&#8221; open=&#8221;on&#8221; _builder_version=&#8221;4.20.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span style=\"font-weight: 400\">Oui, les jeux du Rama Gaming House ont des options disponibles en fran\u00e7ais et nous sommes toujours disponibles pour aider toute personne de n&#8217;importe o\u00f9 qui veut apprendre \u00e0 jouer !<\/span><\/p>\n<p>[\/et_pb_accordion_item][et_pb_accordion_item title=&#8221;Quels sont les types de jeux propos\u00e9s au Rama Gaming House Mississauga ?&#8221; _builder_version=&#8221;4.20.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; open=&#8221;off&#8221;]<\/p>\n<p><span style=\"font-weight: 400\">Consultez notre liste de jeux \u00e0 jackpot progressif et de jeux \u00e0 zone \u00e9tendue pour les jeux de style Vegas, ainsi que nos tableaux de prix de bingo.<\/span><\/p>\n<p>[\/et_pb_accordion_item][et_pb_accordion_item title=&#8221;Quelle est la diff\u00e9rence entre un jackpot progressif et un jackpot normal ?&#8221; _builder_version=&#8221;4.20.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; open=&#8221;off&#8221;]<\/p>\n<p><span style=\"font-weight: 400\">Les jackpots progressifs s&#8217;accumulent au fil du temps en fonction des jeux individuels ou li\u00e9s. Nous avons vu des jackpots progressifs de plus de 120 000 $ sur nos jeux Snowball. Consultez notre liste de mises \u00e0 jour quotidiennes des jeux progressifs pour obtenir des informations sur les jackpots.<\/span><\/p>\n<p>[\/et_pb_accordion_item][et_pb_accordion_item title=&#8221;Quel \u00e2ge dois-je avoir pour jouer aux jeux du Rama Gaming House ?&#8221; _builder_version=&#8221;4.20.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; open=&#8221;off&#8221;]<\/p>\n<p><span style=\"font-weight: 400\">Vous devez \u00eatre \u00e2g\u00e9 d&#8217;au moins 18 ans.<\/span><\/p>\n<p>[\/et_pb_accordion_item][\/et_pb_accordion][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Jeux Mississauga Vous \u00eates \u00e0 la recherche d&#8217;une exp\u00e9rience de jeu amusante et passionnante ? Ne cherchez pas plus loin que le Rama Gaming House Mississauga ! Nous proposons un large \u00e9ventail de jeux de bingo et de jeux de style Vegas qui ne manqueront pas de vous divertir et de vous faire vibrer. Notre [&hellip;]<\/p>\n","protected":false},"author":10,"featured_media":0,"parent":1433,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","inline_featured_image":false,"iawp_total_views":12,"footnotes":""},"class_list":["post-1472","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Rama Gaming House Mississauga<\/title>\n<meta name=\"description\" content=\"Rama Gaming House Mississauga propose les meilleurs jeux en un seul endroit. Profitez du jeu dans toute sa splendeur et tout pr\u00e8s de chez vous. Visitez-nous aujourd&#039;hui!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ramagaming.com\/fr\/jeux\/mississauga\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Rama Gaming House Mississauga\" \/>\n<meta property=\"og:description\" content=\"Rama Gaming House Mississauga propose les meilleurs jeux en un seul endroit. Profitez du jeu dans toute sa splendeur et tout pr\u00e8s de chez vous. Visitez-nous aujourd&#039;hui!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ramagaming.com\/fr\/jeux\/mississauga\/\" \/>\n<meta property=\"og:site_name\" content=\"Rama Gaming House\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ramagaminghouse\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-19T22:40:07+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@RamaGamingHouse\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Rama Gaming House Mississauga","description":"Rama Gaming House Mississauga propose les meilleurs jeux en un seul endroit. Profitez du jeu dans toute sa splendeur et tout pr\u00e8s de chez vous. Visitez-nous aujourd'hui!","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:\/\/ramagaming.com\/fr\/jeux\/mississauga\/","og_locale":"fr_FR","og_type":"article","og_title":"Rama Gaming House Mississauga","og_description":"Rama Gaming House Mississauga propose les meilleurs jeux en un seul endroit. Profitez du jeu dans toute sa splendeur et tout pr\u00e8s de chez vous. Visitez-nous aujourd'hui!","og_url":"https:\/\/ramagaming.com\/fr\/jeux\/mississauga\/","og_site_name":"Rama Gaming House","article_publisher":"https:\/\/www.facebook.com\/ramagaminghouse","article_modified_time":"2026-04-19T22:40:07+00:00","twitter_card":"summary_large_image","twitter_site":"@RamaGamingHouse","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ramagaming.com\/fr\/jeux\/mississauga\/","url":"https:\/\/ramagaming.com\/fr\/jeux\/mississauga\/","name":"Rama Gaming House Mississauga","isPartOf":{"@id":"https:\/\/ramagaming.com\/fr\/#website"},"datePublished":"2023-03-28T03:07:53+00:00","dateModified":"2026-04-19T22:40:07+00:00","description":"Rama Gaming House Mississauga propose les meilleurs jeux en un seul endroit. Profitez du jeu dans toute sa splendeur et tout pr\u00e8s de chez vous. Visitez-nous aujourd'hui!","breadcrumb":{"@id":"https:\/\/ramagaming.com\/fr\/jeux\/mississauga\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ramagaming.com\/fr\/jeux\/mississauga\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ramagaming.com\/fr\/jeux\/mississauga\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ramagaming.com\/fr\/"},{"@type":"ListItem","position":2,"name":"Jeux","item":"https:\/\/ramagaming.com\/fr\/games\/"},{"@type":"ListItem","position":3,"name":"Jeux Mississauga"}]},{"@type":"WebSite","@id":"https:\/\/ramagaming.com\/fr\/#website","url":"https:\/\/ramagaming.com\/fr\/","name":"Rama Gaming House - Progressive Games & Bingo","description":"Our House is Your House","publisher":{"@id":"https:\/\/ramagaming.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ramagaming.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/ramagaming.com\/fr\/#organization","name":"Rama Gaming House - Progressive Games & Bingo","url":"https:\/\/ramagaming.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/ramagaming.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/ramagaming.com\/wp-content\/uploads\/RGH-LOGO.svg","contentUrl":"https:\/\/ramagaming.com\/wp-content\/uploads\/RGH-LOGO.svg","width":"1920","height":"1080","caption":"Rama Gaming House - Progressive Games & Bingo"},"image":{"@id":"https:\/\/ramagaming.com\/fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/ramagaminghouse","https:\/\/x.com\/RamaGamingHouse"]}]}},"_links":{"self":[{"href":"https:\/\/ramagaming.com\/fr\/wp-json\/wp\/v2\/pages\/1472","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ramagaming.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ramagaming.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ramagaming.com\/fr\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/ramagaming.com\/fr\/wp-json\/wp\/v2\/comments?post=1472"}],"version-history":[{"count":229,"href":"https:\/\/ramagaming.com\/fr\/wp-json\/wp\/v2\/pages\/1472\/revisions"}],"predecessor-version":[{"id":8994,"href":"https:\/\/ramagaming.com\/fr\/wp-json\/wp\/v2\/pages\/1472\/revisions\/8994"}],"up":[{"embeddable":true,"href":"https:\/\/ramagaming.com\/fr\/wp-json\/wp\/v2\/pages\/1433"}],"wp:attachment":[{"href":"https:\/\/ramagaming.com\/fr\/wp-json\/wp\/v2\/media?parent=1472"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}