{"id":1817,"date":"2025-12-18T07:22:54","date_gmt":"2025-12-18T07:22:54","guid":{"rendered":"https:\/\/tradegoai.app\/?post_type=tools&#038;p=1817"},"modified":"2025-12-18T07:22:57","modified_gmt":"2025-12-18T07:22:57","slug":"google-advanced-search","status":"publish","type":"tools","link":"https:\/\/tradegoai.app\/fr\/tools\/google-advanced-search\/","title":{"rendered":"Recherche avanc\u00e9e Google"},"content":{"rendered":"    <div class=\"google-advanced-search-container\" style=\"display: flex; justify-content: center; padding: 60px 40px; margin: 0;\">\r\n        <style>\r\n            \/* \u54cd\u5e94\u5f0f\u8c03\u6574 *\/\r\n            @media (max-width: 768px) {\r\n                .google-advanced-search-container {\r\n                    padding: 40px 20px !important;\r\n                }\r\n            }\r\n            @media (max-width: 480px) {\r\n                .google-advanced-search-container {\r\n                    padding: 30px 10px !important;\r\n                }\r\n                .google-advanced-search-widget {\r\n                    padding: 20px !important;\r\n                }\r\n                h3 {\r\n                    font-size: 20px !important;\r\n                }\r\n                p {\r\n                    font-size: 14px !important;\r\n                }\r\n            }\r\n        <\/style>\r\n        <div class=\"google-advanced-search-widget\" style=\"width: 100%; max-width: 500px; padding: 28px; background: white; border-radius: 12px; box-shadow: 0 4px 16px rgba(0,0,0,0.08); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\">\r\n\r\n            <h3 style=\"margin-top: 0; color: #202124; text-align: center; font-size: 22px;\">\ud83c\udf0d Google Advanced Regional Search<\/h3>\r\n            <p style=\"text-align: center; color: #5f6368; margin-bottom: 24px; font-size: 15px;\">Simulate Google search results as seen in a specific country and language<\/p>\r\n\r\n            <form id=\"googleSearchForm\" onsubmit=\"performGoogleSearch(event)\" style=\"display: flex; flex-direction: column; gap: 20px;\">\r\n                <div>\r\n                    <label for=\"searchKeyword\" style=\"display: block; margin-bottom: 8px; font-weight: 600; color: #202124; font-size: 15px;\">Keyword:<\/label>\r\n                    <input type=\"text\" id=\"searchKeyword\" name=\"q\" placeholder=\"e.g., zapatillas deportivas\" required \r\n                           style=\"width: 100%; padding: 14px 16px; border: 1px solid #dadce0; border-radius: 8px; font-size: 16px; box-sizing: border-box; min-height: 52px;\">\r\n                <\/div>\r\n\r\n                <!-- Searchable Country Dropdown -->\r\n                <div>\r\n                    <label for=\"countryInput\" style=\"display: block; margin-bottom: 8px; font-weight: 600; color: #202124; font-size: 15px;\">Country (gl):<\/label>\r\n                    <div class=\"custom-select\" style=\"position: relative; width: 100%;\">\r\n                        <input type=\"text\" id=\"countryInput\" placeholder=\"Type country name or code (e.g., Brazil, SA, Saudi)\" autocomplete=\"off\"\r\n                               style=\"width: 100%; padding: 14px 16px; border: 1px solid #dadce0; border-radius: 8px; font-size: 16px; background-color: white; min-height: 52px;\">\r\n                        <input type=\"hidden\" id=\"countryCodeHidden\" value=\"US\">\r\n                        <div id=\"countryDropdown\" style=\"display: none; position: absolute; top: 100%; left: 0; right: 0; background: white; border: 1px solid #dadce0; border-top: none; border-radius: 0 0 8px 8px; z-index: 1000; max-height: 250px; overflow-y: auto; box-shadow: 0 4px 6px rgba(0,0,0,0.1);\">\r\n                            <!-- Options populated by JS -->\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div>\r\n                    <label for=\"langCode\" style=\"display: block; margin-bottom: 8px; font-weight: 600; color: #202124; font-size: 15px;\">Interface Language (hl):<\/label>\r\n                    <select id=\"langCode\" name=\"hl\" style=\"width: 100%; padding: 14px 16px; border: 1px solid #dadce0; border-radius: 8px; font-size: 16px; background-color: white; min-height: 52px;\">\r\n                        <option value=\"en\" selected>\ud83c\uddfa\ud83c\uddf8 English (en)<\/option>\r\n                        <option value=\"es\">\ud83c\uddea\ud83c\uddf8 Espa\u00f1ol (es)<\/option>\r\n                        <option value=\"fr\">\ud83c\uddeb\ud83c\uddf7 Fran\u00e7ais (fr)<\/option>\r\n                        <option value=\"de\">\ud83c\udde9\ud83c\uddea Deutsch (de)<\/option>\r\n                        <option value=\"it\">\ud83c\uddee\ud83c\uddf9 Italiano (it)<\/option>\r\n                        <option value=\"pt\">\ud83c\udde7\ud83c\uddf7 Portugu\u00eas (pt)<\/option>\r\n                        <option value=\"ru\">\ud83c\uddf7\ud83c\uddfa \u0420\u0443\u0441\u0441\u043a\u0438\u0439 (ru)<\/option>\r\n                        <option value=\"ja\">\ud83c\uddef\ud83c\uddf5 \u65e5\u672c\u8a9e (ja)<\/option>\r\n                        <option value=\"ko\">\ud83c\uddf0\ud83c\uddf7 \ud55c\uad6d\uc5b4 (ko)<\/option>\r\n                        <option value=\"zh-CN\">\ud83c\udde8\ud83c\uddf3 \u7b80\u4f53\u4e2d\u6587 (zh-CN)<\/option>\r\n                        <option value=\"zh-TW\">\ud83c\udded\ud83c\uddf0 \u7e41\u9ad4\u4e2d\u6587 (zh-TW)<\/option>\r\n                        <option value=\"ar\">\ud83c\uddf8\ud83c\udde6 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 (ar)<\/option>\r\n                        <option value=\"hi\">\ud83c\uddee\ud83c\uddf3 \u0939\u093f\u0928\u094d\u0926\u0940 (hi)<\/option>\r\n                        <option value=\"vi\">\ud83c\uddfb\ud83c\uddf3 Ti\u1ebfng Vi\u1ec7t (vi)<\/option>\r\n                        <option value=\"th\">\ud83c\uddf9\ud83c\udded \u0e44\u0e17\u0e22 (th)<\/option>\r\n                        <option value=\"id\">\ud83c\uddee\ud83c\udde9 Bahasa Indonesia (id)<\/option>\r\n                        <option value=\"ms\">\ud83c\uddf2\ud83c\uddfe Bahasa Melayu (ms)<\/option>\r\n                        <option value=\"fil\">\ud83c\uddf5\ud83c\udded Filipino (fil)<\/option>\r\n                        <option value=\"nl\">\ud83c\uddf3\ud83c\uddf1 Nederlands (nl)<\/option>\r\n                        <option value=\"sv\">\ud83c\uddf8\ud83c\uddea Svenska (sv)<\/option>\r\n                        <option value=\"tr\">\ud83c\uddf9\ud83c\uddf7 T\u00fcrk\u00e7e (tr)<\/option>\r\n                        <option value=\"he\">\ud83c\uddee\ud83c\uddf1 \u05e2\u05d1\u05e8\u05d9\u05ea (he)<\/option>\r\n                        <option value=\"fa\">\ud83c\uddee\ud83c\uddf7 \u0641\u0627\u0631\u0633\u06cc (fa)<\/option>\r\n                    <\/select>\r\n                <\/div>\r\n\r\n                <button type=\"submit\" style=\"background-color: #1a73e8; color: white; border: none; padding: 14px; border-radius: 8px; cursor: pointer; font-size: 17px; font-weight: 600; transition: background-color 0.2s;\">\r\n                    \ud83d\udd0d Search on Google\r\n                <\/button>\r\n            <\/form>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    const countries = [\r\n        { code: \"US\", name: \"United States\", emoji: \"\ud83c\uddfa\ud83c\uddf8\" },\r\n        { code: \"CA\", name: \"Canada\", emoji: \"\ud83c\udde8\ud83c\udde6\" },\r\n        { code: \"GB\", name: \"United Kingdom\", emoji: \"\ud83c\uddec\ud83c\udde7\" },\r\n        { code: \"DE\", name: \"Germany\", emoji: \"\ud83c\udde9\ud83c\uddea\" },\r\n        { code: \"FR\", name: \"France\", emoji: \"\ud83c\uddeb\ud83c\uddf7\" },\r\n        { code: \"IT\", name: \"Italy\", emoji: \"\ud83c\uddee\ud83c\uddf9\" },\r\n        { code: \"ES\", name: \"Spain\", emoji: \"\ud83c\uddea\ud83c\uddf8\" },\r\n        { code: \"NL\", name: \"Netherlands\", emoji: \"\ud83c\uddf3\ud83c\uddf1\" },\r\n        { code: \"SE\", name: \"Sweden\", emoji: \"\ud83c\uddf8\ud83c\uddea\" },\r\n        { code: \"RU\", name: \"Russia\", emoji: \"\ud83c\uddf7\ud83c\uddfa\" },\r\n        { code: \"AU\", name: \"Australia\", emoji: \"\ud83c\udde6\ud83c\uddfa\" },\r\n        { code: \"JP\", name: \"Japan\", emoji: \"\ud83c\uddef\ud83c\uddf5\" },\r\n        { code: \"KR\", name: \"South Korea\", emoji: \"\ud83c\uddf0\ud83c\uddf7\" },\r\n        { code: \"CN\", name: \"China\", emoji: \"\ud83c\udde8\ud83c\uddf3\" },\r\n        { code: \"IN\", name: \"India\", emoji: \"\ud83c\uddee\ud83c\uddf3\" },\r\n        { code: \"SG\", name: \"Singapore\", emoji: \"\ud83c\uddf8\ud83c\uddec\" },\r\n        { code: \"MY\", name: \"Malaysia\", emoji: \"\ud83c\uddf2\ud83c\uddfe\" },\r\n        { code: \"TH\", name: \"Thailand\", emoji: \"\ud83c\uddf9\ud83c\udded\" },\r\n        { code: \"VN\", name: \"Vietnam\", emoji: \"\ud83c\uddfb\ud83c\uddf3\" },\r\n        { code: \"PH\", name: \"Philippines\", emoji: \"\ud83c\uddf5\ud83c\udded\" },\r\n        { code: \"ID\", name: \"Indonesia\", emoji: \"\ud83c\uddee\ud83c\udde9\" },\r\n        { code: \"ZA\", name: \"South Africa\", emoji: \"\ud83c\uddff\ud83c\udde6\" },\r\n        { code: \"BR\", name: \"Brazil\", emoji: \"\ud83c\udde7\ud83c\uddf7\" },\r\n        { code: \"MX\", name: \"Mexico\", emoji: \"\ud83c\uddf2\ud83c\uddfd\" },\r\n        { code: \"AR\", name: \"Argentina\", emoji: \"\ud83c\udde6\ud83c\uddf7\" },\r\n        { code: \"CL\", name: \"Chile\", emoji: \"\ud83c\udde8\ud83c\uddf1\" },\r\n        { code: \"CO\", name: \"Colombia\", emoji: \"\ud83c\udde8\ud83c\uddf4\" },\r\n        { code: \"PE\", name: \"Peru\", emoji: \"\ud83c\uddf5\ud83c\uddea\" },\r\n        { code: \"VE\", name: \"Venezuela\", emoji: \"\ud83c\uddfb\ud83c\uddea\" },\r\n        { code: \"EC\", name: \"Ecuador\", emoji: \"\ud83c\uddea\ud83c\udde8\" },\r\n        { code: \"UY\", name: \"Uruguay\", emoji: \"\ud83c\uddfa\ud83c\uddfe\" },\r\n        { code: \"PY\", name: \"Paraguay\", emoji: \"\ud83c\uddf5\ud83c\uddfe\" },\r\n        { code: \"BO\", name: \"Bolivia\", emoji: \"\ud83c\udde7\ud83c\uddf4\" },\r\n        { code: \"AE\", name: \"United Arab Emirates\", emoji: \"\ud83c\udde6\ud83c\uddea\" },\r\n        { code: \"SA\", name: \"Saudi Arabia\", emoji: \"\ud83c\uddf8\ud83c\udde6\" },\r\n        { code: \"EG\", name: \"Egypt\", emoji: \"\ud83c\uddea\ud83c\uddec\" },\r\n        { code: \"TR\", name: \"Turkey\", emoji: \"\ud83c\uddf9\ud83c\uddf7\" },\r\n        { code: \"IL\", name: \"Israel\", emoji: \"\ud83c\uddee\ud83c\uddf1\" },\r\n        { code: \"IQ\", name: \"Iraq\", emoji: \"\ud83c\uddee\ud83c\uddf6\" },\r\n        { code: \"JO\", name: \"Jordan\", emoji: \"\ud83c\uddef\ud83c\uddf4\" },\r\n        { code: \"KW\", name: \"Kuwait\", emoji: \"\ud83c\uddf0\ud83c\uddfc\" },\r\n        { code: \"LB\", name: \"Lebanon\", emoji: \"\ud83c\uddf1\ud83c\udde7\" },\r\n        { code: \"OM\", name: \"Oman\", emoji: \"\ud83c\uddf4\ud83c\uddf2\" },\r\n        { code: \"QA\", name: \"Qatar\", emoji: \"\ud83c\uddf6\ud83c\udde6\" },\r\n        { code: \"BH\", name: \"Bahrain\", emoji: \"\ud83c\udde7\ud83c\udded\" },\r\n        { code: \"MA\", name: \"Morocco\", emoji: \"\ud83c\uddf2\ud83c\udde6\" },\r\n        { code: \"TN\", name: \"Tunisia\", emoji: \"\ud83c\uddf9\ud83c\uddf3\" },\r\n        { code: \"DZ\", name: \"Algeria\", emoji: \"\ud83c\udde9\ud83c\uddff\" },\r\n        { code: \"SY\", name: \"Syria\", emoji: \"\ud83c\uddf8\ud83c\uddfe\" }\r\n    ];\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        const input = document.getElementById('countryInput');\r\n        const hidden = document.getElementById('countryCodeHidden');\r\n        const dropdown = document.getElementById('countryDropdown');\r\n\r\n        \/\/ Initialize with default (United States)\r\n        const defaultCountry = countries.find(c => c.code === 'US');\r\n        if (defaultCountry) {\r\n            input.value = `${defaultCountry.emoji} ${defaultCountry.name} (${defaultCountry.code})`;\r\n            hidden.value = 'US';\r\n        }\r\n\r\n        function renderDropdown(list) {\r\n            dropdown.innerHTML = '';\r\n            if (list.length === 0) {\r\n                const noResult = document.createElement('div');\r\n                noResult.style.padding = '10px 16px';\r\n                noResult.style.color = '#999';\r\n                noResult.textContent = 'No matching country found';\r\n                dropdown.appendChild(noResult);\r\n            } else {\r\n                list.forEach(item => {\r\n                    const div = document.createElement('div');\r\n                    div.style.padding = '10px 16px';\r\n                    div.style.cursor = 'pointer';\r\n                    div.style.borderBottom = '1px solid #eee';\r\n                    div.innerHTML = `<span>${item.emoji}<\/span> ${item.name} (${item.code})`;\r\n                    div.onclick = () => {\r\n                        input.value = `${item.emoji} ${item.name} (${item.code})`;\r\n                        hidden.value = item.code;\r\n                        dropdown.style.display = 'none';\r\n                    };\r\n                    div.onmouseover = () => div.style.backgroundColor = '#f1f3f4';\r\n                    div.onmouseout = () => div.style.backgroundColor = '';\r\n                    dropdown.appendChild(div);\r\n                });\r\n            }\r\n            dropdown.style.display = 'block';\r\n        }\r\n\r\n        function filterCountries(query) {\r\n            if (!query.trim()) return countries;\r\n            const q = query.toLowerCase();\r\n            return countries.filter(c =>\r\n                c.name.toLowerCase().includes(q) ||\r\n                c.code.toLowerCase().includes(q)\r\n            );\r\n        }\r\n\r\n        input.addEventListener('input', function () {\r\n            const query = this.value;\r\n            const filtered = filterCountries(query);\r\n            renderDropdown(filtered);\r\n        });\r\n\r\n        input.addEventListener('focus', function () {\r\n            if (dropdown.style.display !== 'block') {\r\n                renderDropdown(countries);\r\n            }\r\n        });\r\n\r\n        document.addEventListener('click', (e) => {\r\n            if (!input.contains(e.target) && !dropdown.contains(e.target)) {\r\n                dropdown.style.display = 'none';\r\n            }\r\n        });\r\n\r\n        dropdown.addEventListener('mousedown', (e) => {\r\n            e.preventDefault();\r\n        });\r\n    });\r\n\r\n    function performGoogleSearch(e) {\r\n        e.preventDefault();\r\n        const q = document.getElementById('searchKeyword').value.trim();\r\n        const gl = document.getElementById('countryCodeHidden').value;\r\n        const hl = document.getElementById('langCode').value;\r\n\r\n        if (!q) {\r\n            alert('Please enter a keyword');\r\n            return;\r\n        }\r\n\r\n        const url = `https:\/\/www.google.com\/search?q=${encodeURIComponent(q)}&gl=${gl}&hl=${hl}`;\r\n        window.open(url, '_blank', 'noopener,noreferrer');\r\n    }\r\n    <\/script>\r\n    \n","protected":false},"excerpt":{"rendered":"","protected":false},"featured_media":0,"template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"spectra_gs_classes":""},"tool_categories":[],"class_list":["post-1817","tools","type-tools","status-publish","hentry"],"spectra_custom_meta":{"_edit_lock":["1766042582:2"],"pmpro_default_level":[""],"_uag_custom_page_level_css":[""],"site-sidebar-layout":["default"],"site-content-layout":[""],"ast-site-content-layout":["default"],"site-content-style":["default"],"site-sidebar-style":["default"],"ast-global-header-display":[""],"ast-banner-title-visibility":[""],"ast-main-header-display":[""],"ast-hfb-above-header-display":[""],"ast-hfb-below-header-display":[""],"ast-hfb-mobile-header-display":[""],"site-post-title":["disabled"],"ast-breadcrumbs-content":[""],"ast-featured-img":[""],"footer-sml-layout":[""],"ast-disable-related-posts":[""],"theme-transparent-header-meta":[""],"adv-header-id-meta":[""],"stick-header-meta":[""],"header-above-stick-meta":[""],"header-main-stick-meta":[""],"header-below-stick-meta":[""],"astra-migrate-meta-layouts":["set"],"ast-page-background-enabled":["default"],"ast-page-background-meta":["a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}"],"ast-content-background-meta":["a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}"],"_edit_last":["2"],"_uag_page_assets":["a:9:{s:3:\"css\";s:4963:\".uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}\n.uagb-icon-list__wrap{display:flex;align-items:flex-start;justify-content:flex-start}.wp-block-uagb-icon-list-child{padding:0;transition:all 0.2s;display:inline-flex;color:#3a3a3a;align-items:center;text-decoration:none;box-shadow:none}.wp-block-uagb-icon-list-child span.uagb-icon-list__source-wrap{display:block;align-items:center}.uagb-icon-list__source-wrap svg{display:block}.uagb-icon-list__source-image{width:40px}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap{color:#3a3a3a;display:flex;align-items:center}\n.wp-block-uagb-icon-list-child{position:relative}.wp-block-uagb-icon-list-child>a{position:absolute;top:0;left:0;width:100%;height:100%}img.uagb-icon-list__source-image{max-width:unset}.wp-block-uagb-icon-list-child .uagb-icon-list__label{word-break:break-word}\n.wp-block-uagb-icon-list.uagb-block-b5768981 .uagb-icon-list__source-image{width: 16px;}.wp-block-uagb-icon-list.uagb-block-b5768981 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 16px;height: 16px;font-size: 16px;}.wp-block-uagb-icon-list.uagb-block-b5768981 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{padding: 0px;border-radius: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-b5768981 .wp-block-uagb-icon-list-child .uagb-icon-list__label{text-decoration: !important;font-weight: 600;line-height: em;}.wp-block-uagb-icon-list.uagb-block-b5768981 .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: flex-start;-ms-flex-align: flex-start;align-items: flex-start;margin-top: 30px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.wp-block-uagb-icon-list.uagb-block-b5768981 .uagb-icon-list__label{text-align: left;}.wp-block-uagb-icon-list.uagb-block-b5768981 .wp-block-uagb-icon-list-child{text-decoration: !important;font-weight: 600;line-height: em;}.wp-block-uagb-icon-list.uagb-block-b5768981.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}.wp-block-uagb-icon-list.uagb-block-b5768981 .uagb-icon-list__source-wrap{margin-right: 15px;}.uagb-block-75fa870d.wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-75fa870d.wp-block-uagb-icon-list-child:hover .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-5bf81fd2.wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}.uagb-block-5bf81fd2.wp-block-uagb-icon-list-child:hover .uagb-icon-list__source-wrap{background:  !important;border-color:  !important;}@media only screen and (max-width: 976px) {.wp-block-uagb-icon-list.uagb-block-b5768981 .uagb-icon-list__source-image{width: 16px;}.wp-block-uagb-icon-list.uagb-block-b5768981 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 16px;height: 16px;font-size: 16px;}.wp-block-uagb-icon-list.uagb-block-b5768981 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap {padding: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-b5768981 .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: flex-start;-ms-flex-align: flex-start;align-items: flex-start;}.wp-block-uagb-icon-list.uagb-block-b5768981 .uagb-icon-list__label{text-align: left;}.wp-block-uagb-icon-list.uagb-block-b5768981.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}}@media only screen and (max-width: 767px) {.wp-block-uagb-icon-list.uagb-block-b5768981 .uagb-icon-list__source-image{width: 16px;}.wp-block-uagb-icon-list.uagb-block-b5768981 .uagb-icon-list__label{text-align: center;}.wp-block-uagb-icon-list.uagb-block-b5768981 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg{width: 16px;height: 16px;font-size: 16px;}.wp-block-uagb-icon-list.uagb-block-b5768981 .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{padding: 0px;border-width: 0px;align-self: center;}.wp-block-uagb-icon-list.uagb-block-b5768981 .uagb-icon-list__wrap{display: flex;flex-direction: column;justify-content: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;}.wp-block-uagb-icon-list.uagb-block-b5768981.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child{margin-left: 0;margin-right: 0;margin-bottom: 10px;}}\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:10:{i:0;s:14:\"core\/shortcode\";i:1;s:11:\"core\/search\";i:2;s:10:\"core\/group\";i:3;s:12:\"core\/heading\";i:4;s:17:\"core\/latest-posts\";i:5;s:20:\"core\/latest-comments\";i:6;s:13:\"core\/archives\";i:7;s:15:\"core\/categories\";i:8;s:14:\"uagb\/icon-list\";i:9;s:20:\"uagb\/icon-list-child\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1777996694\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}"],"_uag_css_file_name":["uag-css-1817.css"]},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"xiaoxi99201","author_link":"https:\/\/tradegoai.app\/fr\/author\/"},"uagb_comment_info":0,"uagb_excerpt":null,"_links":{"self":[{"href":"https:\/\/tradegoai.app\/fr\/wp-json\/wp\/v2\/tools\/1817","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tradegoai.app\/fr\/wp-json\/wp\/v2\/tools"}],"about":[{"href":"https:\/\/tradegoai.app\/fr\/wp-json\/wp\/v2\/types\/tools"}],"wp:attachment":[{"href":"https:\/\/tradegoai.app\/fr\/wp-json\/wp\/v2\/media?parent=1817"}],"wp:term":[{"taxonomy":"tool_categories","embeddable":true,"href":"https:\/\/tradegoai.app\/fr\/wp-json\/wp\/v2\/tool_categories?post=1817"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}