{
    "id": 777,
    "date": "2025-09-26T11:01:34",
    "date_gmt": "2025-09-26T11:01:34",
    "guid": {
        "rendered": "https:\/\/imh-group.us\/?page_id=777"
    },
    "modified": "2025-11-09T16:55:28",
    "modified_gmt": "2025-11-09T16:55:28",
    "slug": "stock-footage-database-2",
    "status": "publish",
    "type": "page",
    "link": "https:\/\/imh-group.us\/fr\/?page_id=777",
    "title": {
        "rendered": "Stock Footage Database"
    },
    "content": {
        "rendered": "<p class=\"wp-block-paragraph\"><div class=\"tmdb-footage-wrapper\" id=\"footage-archive-7399\">        <div class=\"tmdb-footage-search\" style=\"margin-bottom: 20px;\">\n            <input type=\"text\" \n                   class=\"tmdb-search-input tmdb-footage-search-input\" \n                   placeholder=\"\ud83c\udfac Search footage clips...\" \n                   data-target=\"footage-archive-7399\"\n                   style=\"width: 100%; max-width: 500px; padding: 12px 20px; font-size: 16px; border: 2px solid #e5e7eb; border-radius: 8px;\">\n            <div class=\"tmdb-search-results\" style=\"display: none; margin-top: 10px; padding: 15px; background: #fff; border: 2px solid #f59e0b; border-radius: 8px; max-height: 400px; overflow-y: auto;\"><\/div>\n        <\/div>\n        <script>\n        jQuery(document).ready(function($) {\n            var searchTimeout;\n            $('#footage-archive-7399 .tmdb-footage-search-input').on('keyup', function() {\n                var input = $(this);\n                var searchTerm = input.val();\n                var resultsDiv = input.siblings('.tmdb-search-results');\n                \n                clearTimeout(searchTimeout);\n                \n                if (searchTerm.length < 2) {\n                    resultsDiv.hide();\n                    return;\n                }\n                \n                searchTimeout = setTimeout(function() {\n                    $.ajax({\n                        url: 'https:\/\/imh-group.us\/wp-admin\/admin-ajax.php',\n                        type: 'GET',\n                        data: {\n                            action: 'tmdb_search_footage',\n                            s: searchTerm\n                        },\n                        success: function(response) {\n                            if (response.success && response.data.length > 0) {\n                                var html = '<div style=\"font-weight: 600; margin-bottom: 10px; color: #f59e0b;\">Found ' + response.data.length + ' clips:<\/div>';\n                                response.data.forEach(function(clip) {\n                                    html += '<div style=\"padding: 10px; border-bottom: 1px solid #e5e7eb; cursor: pointer;\" onclick=\"window.location.href=\\'' + clip.url + '\\'\">';\n                                    html += '<strong>' + clip.title + '<\/strong>';\n                                    if (clip.year) html += ' <span style=\"color: #64748b;\">(' + clip.year + ')<\/span>';\n                                    if (clip.sscc) html += ' <code style=\"color: #0ea5e9; margin-left: 10px;\">' + clip.sscc + '<\/code>';\n                                    html += '<\/div>';\n                                });\n                                resultsDiv.html(html).show();\n                            } else {\n                                resultsDiv.html('<div style=\"color: #64748b;\">No clips found for \"' + searchTerm + '\"<\/div>').show();\n                            }\n                        }\n                    });\n                }, 300);\n            });\n            \n            \/\/ Close results when clicking outside\n            $(document).on('click', function(e) {\n                if (!$(e.target).closest('.tmdb-footage-search').length) {\n                    $('.tmdb-search-results').hide();\n                }\n            });\n        });\n        <\/script>\n        <div class=\"footage-archive-grid\" style=\"display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; margin-top: 20px;\"><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=2-madchen-im-walde\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=2-madchen-im-walde\" style=\"color: #1e293b; text-decoration: none;\">2 M\u00c4DCHEN IM WALDE<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1948<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad SEX<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000003353<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=2-madchen-im-walde\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=paradies-der-junggesellen\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=paradies-der-junggesellen\" style=\"color: #1e293b; text-decoration: none;\">PARADIES DER JUNGGESELLEN<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1939<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad S-CLASSIC<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000005142<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=paradies-der-junggesellen\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=homeless-hare\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=homeless-hare\" style=\"color: #1e293b; text-decoration: none;\">HOMELESS HARE<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad CARTOON<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000055<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=homeless-hare\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=pathe-21-6\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=pathe-21-6\" style=\"color: #1e293b; text-decoration: none;\">PATHE 21\/6<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1950<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad ZEITGESCHICHTE<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000006019<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=pathe-21-6\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=jahresschau-33\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=jahresschau-33\" style=\"color: #1e293b; text-decoration: none;\">JAHRESSCHAU<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1962<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad ZEITGESCHICHTE<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000086<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=jahresschau-33\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=familienkino-1939-40\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=familienkino-1939-40\" style=\"color: #1e293b; text-decoration: none;\">FAMILIENKINO 1939&#8211;40<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 19<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad FILMGESCHICHTE<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000093<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=familienkino-1939-40\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=der-dunkle-punkt-2\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=der-dunkle-punkt-2\" style=\"color: #1e293b; text-decoration: none;\">DER DUNKLE PUNKT<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1940<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad S-CLASSIC<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000086<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=der-dunkle-punkt-2\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=chaplin-charlie-caught-in-the-rain\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=chaplin-charlie-caught-in-the-rain\" style=\"color: #1e293b; text-decoration: none;\">CHAPLIN, CHARLIE: CAUGHT IN THE RAIN<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1914<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad KOMIK<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000055<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=chaplin-charlie-caught-in-the-rain\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=kali-reklame\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=kali-reklame\" style=\"color: #1e293b; text-decoration: none;\">KALI-REKLAME<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad WERBUNG<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000055<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=kali-reklame\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=lt-buddys-abenteuer\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=lt-buddys-abenteuer\" style=\"color: #1e293b; text-decoration: none;\">LT: BUDDY&#8217;S ABENTEUER<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad CARTOON<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000017<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=lt-buddys-abenteuer\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=nippon-woche-26-01-44\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=nippon-woche-26-01-44\" style=\"color: #1e293b; text-decoration: none;\">NIPPON WOCHE 26\/01\/44<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1944<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad ZEITGESCHICHTE<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000031<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=nippon-woche-26-01-44\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=jahresschau-13\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=jahresschau-13\" style=\"color: #1e293b; text-decoration: none;\">JAHRESSCHAU<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1939<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad ZEITGESCHICHTE<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000086<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=jahresschau-13\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=monatsschau-sonderausga-be-die-saa-r-ist-deutsch\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=monatsschau-sonderausga-be-die-saa-r-ist-deutsch\" style=\"color: #1e293b; text-decoration: none;\">MONATSSCHAU SONDERAUSGA BE: DIE SAA R IST DEUTSCH<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1935<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad ZEITGESCHICHTE<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000031<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=monatsschau-sonderausga-be-die-saa-r-ist-deutsch\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=panik-in-new-york-2\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=panik-in-new-york-2\" style=\"color: #1e293b; text-decoration: none;\">PANIK IN NEW YORK 2<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad S-S.FIKTION<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000079<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=panik-in-new-york-2\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=apollos\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=apollos\" style=\"color: #1e293b; text-decoration: none;\">APOLLOS<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad RAUMFAHRT<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000109<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=apollos\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=stosstrupp-1917-beppo-brehm-m-kolb\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=stosstrupp-1917-beppo-brehm-m-kolb\" style=\"color: #1e293b; text-decoration: none;\">STOSSTRUPP 1917 (Beppo Brehm\/M. Kolb)<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1934<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad S-CLASSIC<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000086<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=stosstrupp-1917-beppo-brehm-m-kolb\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=lazv-rhytmus\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=lazv-rhytmus\" style=\"color: #1e293b; text-decoration: none;\">LAZV RHYTMUS<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 19<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad MUSIK<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000048<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=lazv-rhytmus\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=deutsche-wochenschau-21-04-deutsche-wochenschau-21\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=deutsche-wochenschau-21-04-deutsche-wochenschau-21\" style=\"color: #1e293b; text-decoration: none;\">DEUTSCHE WOCHENSCHAU 21\/04 DEUTSCHE WOCHENSCHAU 21<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1949<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad ZEITGESCHICHTE<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000086<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=deutsche-wochenschau-21-04-deutsche-wochenschau-21\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=deulig-tonwoche-101\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=deulig-tonwoche-101\" style=\"color: #1e293b; text-decoration: none;\">DEULIG-TONWOCHE 101<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1933<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad ZEITGESCHICHTE<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000048<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=deulig-tonwoche-101\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=wif-22-09\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=wif-22-09\" style=\"color: #1e293b; text-decoration: none;\">WIF 22\/09<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1951<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad ZEITGESCHICHTE<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000055<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=wif-22-09\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=zu-befehl-her-unterofizier-der-pechvogel\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=zu-befehl-her-unterofizier-der-pechvogel\" style=\"color: #1e293b; text-decoration: none;\">ZU BEFEHL; HER UNTEROFIZIER (DER PECHVOGEL)<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1931<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad S-CLASSIC<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000009683<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=zu-befehl-her-unterofizier-der-pechvogel\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=a-walk-in-the-sun\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=a-walk-in-the-sun\" style=\"color: #1e293b; text-decoration: none;\">A WALK IN THE SUN<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1946<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad S-CLASSIC<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000055<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=a-walk-in-the-sun\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=chaplin-charlie-jitney-emblement\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=chaplin-charlie-jitney-emblement\" style=\"color: #1e293b; text-decoration: none;\">CHAPLIN, CHARLIE: JITNEY EMBLEMENT<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1915<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad KOMIK<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000109<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=chaplin-charlie-jitney-emblement\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=kinder-variete\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=kinder-variete\" style=\"color: #1e293b; text-decoration: none;\">KINDER-VARIETE<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad HELIPHAN<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000055<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=kinder-variete\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><\/div><\/div><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>",
        "protected": false
    },
    "excerpt": {
        "rendered": "",
        "protected": false
    },
    "author": 1,
    "featured_media": 0,
    "parent": 0,
    "menu_order": 0,
    "comment_status": "closed",
    "ping_status": "closed",
    "template": "",
    "meta": {
        "footnotes": ""
    },
    "class_list": [
        "post-777",
        "page",
        "type-page",
        "status-publish",
        "hentry"
    ],
    "blocksy_meta": [],
    "_links": {
        "self": [
            {
                "href": "https:\/\/imh-group.us\/fr\/index.php?rest_route=\/wp\/v2\/pages\/777",
                "targetHints": {
                    "allow": [
                        "GET"
                    ]
                }
            }
        ],
        "collection": [
            {
                "href": "https:\/\/imh-group.us\/fr\/index.php?rest_route=\/wp\/v2\/pages"
            }
        ],
        "about": [
            {
                "href": "https:\/\/imh-group.us\/fr\/index.php?rest_route=\/wp\/v2\/types\/page"
            }
        ],
        "author": [
            {
                "embeddable": true,
                "href": "https:\/\/imh-group.us\/fr\/index.php?rest_route=\/wp\/v2\/users\/1"
            }
        ],
        "replies": [
            {
                "embeddable": true,
                "href": "https:\/\/imh-group.us\/fr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=777"
            }
        ],
        "version-history": [
            {
                "count": 2,
                "href": "https:\/\/imh-group.us\/fr\/index.php?rest_route=\/wp\/v2\/pages\/777\/revisions"
            }
        ],
        "predecessor-version": [
            {
                "id": 44610,
                "href": "https:\/\/imh-group.us\/fr\/index.php?rest_route=\/wp\/v2\/pages\/777\/revisions\/44610"
            }
        ],
        "wp:attachment": [
            {
                "href": "https:\/\/imh-group.us\/fr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=777"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}