{
    "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": "<div class=\"tmdb-footage-wrapper\" id=\"footage-archive-8971\">        <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-8971\"\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-8971 .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=medieval-crusades\" 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=medieval-crusades\" style=\"color: #1e293b; text-decoration: none;\">MEDIEVAL CRUSADES<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><\/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=medieval-crusades\" 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=swingtime-20\" 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=swingtime-20\" style=\"color: #1e293b; text-decoration: none;\">SWINGTIME 20<\/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 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;\">942502820000000079<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=swingtime-20\" 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=best-of-melies-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=best-of-melies-2\" style=\"color: #1e293b; text-decoration: none;\">BEST OF MELIES<\/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 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=best-of-melies-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=sindbad\" 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=sindbad\" style=\"color: #1e293b; text-decoration: none;\">SINDBAD<\/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-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;\">942502820000000024<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=sindbad\" 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=saving-the-mortage\" 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=saving-the-mortage\" style=\"color: #1e293b; text-decoration: none;\">SAVING THE MORTAGE<\/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 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;\">942502820000007757<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=saving-the-mortage\" 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-15-06\" 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-15-06\" style=\"color: #1e293b; text-decoration: none;\">WIF 15\/06<\/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;\">942502820000000062<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=wif-15-06\" 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=uni-frankfurt-computergrafik-von-1988-uni-prof-berichtet\" 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=uni-frankfurt-computergrafik-von-1988-uni-prof-berichtet\" style=\"color: #1e293b; text-decoration: none;\">Uni Frankfurt, Computergrafik von 1988. Uni Prof. berichtet.<\/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 1988<\/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;\">942502820000000833<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=uni-frankfurt-computergrafik-von-1988-uni-prof-berichtet\" 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=lache-bajazz-o\" 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=lache-bajazz-o\" style=\"color: #1e293b; text-decoration: none;\">LACHE, BAJAZZ O<\/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 1943<\/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;\">942502820000000048<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=lache-bajazz-o\" 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=hitler-spricht\" 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=hitler-spricht\" style=\"color: #1e293b; text-decoration: none;\">HITLER SPRICHT<\/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 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=hitler-spricht\" 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=the-normandie\" 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=the-normandie\" style=\"color: #1e293b; text-decoration: none;\">THE NORMANDIE<\/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 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;\">942502820000007115<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=the-normandie\" 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=ndw-03-04\" 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=ndw-03-04\" style=\"color: #1e293b; text-decoration: none;\">NDW 03\/04<\/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=ndw-03-04\" 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=race-for-a-life\" 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=race-for-a-life\" style=\"color: #1e293b; text-decoration: none;\">RACE FOR A LIFE<\/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 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;\">942502820000000017<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=race-for-a-life\" 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=uin-20-11\" 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=uin-20-11\" style=\"color: #1e293b; text-decoration: none;\">UIN 20\/11<\/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;\">942502820000000062<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=uin-20-11\" 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=mutt-jeff-egyptian-dance\" 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=mutt-jeff-egyptian-dance\" style=\"color: #1e293b; text-decoration: none;\">MUTT &#038; JEFF: Egyptian Dance<\/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 CARTOO N<\/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=mutt-jeff-egyptian-dance\" 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-24-07-deutsche-wochenschau-2i%c2%bdi%c2%bd\" 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-24-07-deutsche-wochenschau-2i%c2%bdi%c2%bd\" style=\"color: #1e293b; text-decoration: none;\">DEUTSCHE WOCHENSCHAU 24\/07 DEUTSCHE WOCHENSCHAU 2\u00ef\u00bf\u00bd?\u00ef\u00bf\u00bd<\/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;\">942502820000003964<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=deutsche-wochenschau-24-07-deutsche-wochenschau-2i%c2%bdi%c2%bd\" 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=ndw-01-04\" 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=ndw-01-04\" style=\"color: #1e293b; text-decoration: none;\">NDW 01\/04<\/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 1953<\/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;\">942502820000000079<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=ndw-01-04\" 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=ufa-tonwoche-509\" 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=ufa-tonwoche-509\" style=\"color: #1e293b; text-decoration: none;\">UFA-TONWOCHE 509<\/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 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;\">942502820000005043<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=ufa-tonwoche-509\" 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=chanson-der-liebe\" 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=chanson-der-liebe\" style=\"color: #1e293b; text-decoration: none;\">CHANSON DER LIEBE<\/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 1945<\/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;\">942502820000000031<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=chanson-der-liebe\" 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=wib-114\" 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=wib-114\" style=\"color: #1e293b; text-decoration: none;\">WIB 114<\/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 1954<\/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;\">942502820000000024<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=wib-114\" 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=emelka-winterpsort\" 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=emelka-winterpsort\" style=\"color: #1e293b; text-decoration: none;\">EMELKA-Winterpsort<\/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 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;\">942502820000000109<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=emelka-winterpsort\" 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=world-of-camera-1\" 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=world-of-camera-1\" style=\"color: #1e293b; text-decoration: none;\">WORLD OF CAMERA 1<\/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 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;\">942502820000006286<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=world-of-camera-1\" 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=newsreel-24-4\" 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=newsreel-24-4\" style=\"color: #1e293b; text-decoration: none;\">NEWSREEL 24\/4<\/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 1952<\/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;\">942502820000000017<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=newsreel-24-4\" 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=house-of-usher\" 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=house-of-usher\" style=\"color: #1e293b; text-decoration: none;\">HOUSE OF USHER<\/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-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;\">942502820000000024<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=house-of-usher\" 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=u-boote-westwi%c2%bdrts-heinz-engelmann-llse-werner\" 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=u-boote-westwi%c2%bdrts-heinz-engelmann-llse-werner\" style=\"color: #1e293b; text-decoration: none;\">U-BOOTE WESTW\u00ef\u00bf\u00bdRTS (Heinz Engelmann\/llse Werner)<\/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 1941<\/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;\">942502820000004305<\/code><\/div><a href=\"https:\/\/imh-group.us\/fr\/?stock_footage=u-boote-westwi%c2%bdrts-heinz-engelmann-llse-werner\" 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>\n\n\n\n<p><\/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
            }
        ]
    }
}