{"id":7576,"date":"2026-07-05T19:33:08","date_gmt":"2026-07-05T19:33:08","guid":{"rendered":"https:\/\/www.frenchtechberlin.com\/non-classifiee\/prix-la-french-tech-en-allemagne-2026\/"},"modified":"2026-08-06T21:38:42","modified_gmt":"2026-08-06T21:38:42","slug":"prix-la-french-tech-en-allemagne-2026","status":"publish","type":"post","link":"https:\/\/www.frenchtechberlin.com\/fr\/evenements\/prix-la-french-tech-en-allemagne-2026\/","title":{"rendered":"Prix La French Tech en Allemagne 2026"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* =========================================================\n   LA FRENCH TECH IN GERMANY AWARDS 2026\n   Scoped styles: they should not affect the rest of the site\n   ========================================================= *\/\n\n.ft26-page,\n.ft26-page * {\n    box-sizing: border-box;\n}\n\n.ft26-page {\n    --ft-red: #e30613;\n    --ft-red-dark: #bd0010;\n    --ft-blue: #1d1a49;\n    --ft-blue-light: #29255d;\n    --ft-gold: #a98928;\n    --ft-cream: #f7f5f0;\n    --ft-light: #f4f4f7;\n    --ft-border: #dedee6;\n    --ft-text: #19191d;\n    --ft-muted: #60606b;\n\n    width: 100vw;\n    margin-left: calc(50% - 50vw);\n    overflow: hidden;\n    background: #ffffff;\n    color: var(--ft-text);\n    font-family: Inter, Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n}\n\n.ft26-page a {\n    text-decoration: none;\n}\n\n.ft26-container {\n    width: min(1180px, calc(100% - 40px));\n    margin: 0 auto;\n}\n\n.ft26-section {\n    padding: 88px 0;\n}\n\n.ft26-section-light {\n    background: var(--ft-light);\n}\n\n.ft26-section-dark {\n    background: var(--ft-blue);\n    color: #ffffff;\n}\n\n.ft26-eyebrow {\n    display: inline-block;\n    margin: 0 0 15px;\n    color: var(--ft-red);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n}\n\n.ft26-section-dark .ft26-eyebrow {\n    color: #ff6670;\n}\n\n.ft26-title {\n    max-width: 850px;\n    margin: 0 0 25px;\n    font-size: clamp(38px, 5vw, 68px);\n    line-height: 1.05;\n    letter-spacing: -0.04em;\n}\n\n.white {\n    color: #ffffff !important;\n}\n\n.ft26-subtitle {\n    max-width: 780px;\n    margin: 0;\n    color: var(--ft-muted);\n    font-size: clamp(18px, 2vw, 23px);\n    line-height: 1.55;\n}\n\n.ft26-section-dark .ft26-subtitle {\n    color: rgba(255, 255, 255, 0.78);\n}\n\n.ft26-divider {\n    width: 180px;\n    margin: 38px 0;\n    border-top: 5px dotted var(--ft-red);\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.ft26-hero {\n    background: var(--ft-blue);\n}\n\n.ft26-hero-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    max-height: 850px;\n    object-fit: cover;\n    object-position: center;\n}\n\n.ft26-hero-panel {\n    padding: 38px 0;\n    background: var(--ft-blue);\n    color: #ffffff;\n}\n\n.ft26-hero-panel-inner {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 35px;\n    align-items: center;\n}\n\n.ft26-hero-panel h1 {\n    margin: 0 0 8px;\n    color: #ffffff;\n    font-size: clamp(25px, 3vw, 42px);\n    line-height: 1.15;\n}\n\n.ft26-hero-panel p {\n    max-width: 720px;\n    margin: 0;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: 17px;\n}\n\n\n\/* =========================================================\n   BUTTONS\n   ========================================================= *\/\n\n.ft26-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n}\n\n.ft26-button {\n    display: inline-flex;\n    min-height: 52px;\n    padding: 13px 23px;\n    border: 2px solid transparent;\n    border-radius: 5px;\n    align-items: center;\n    justify-content: center;\n    font-size: 15px;\n    font-weight: 800;\n    line-height: 1.2;\n    text-align: center;\n    transition:\n        transform 0.2s ease,\n        background 0.2s ease,\n        border-color 0.2s ease,\n        color 0.2s ease;\n}\n\n.ft26-button:hover {\n    transform: translateY(-2px);\n}\n\n.ft26-button-primary {\n    background: var(--ft-red);\n    color: #ffffff;\n}\n\n.ft26-button-primary:hover {\n    background: var(--ft-red-dark);\n    color: #ffffff;\n}\n\n.ft26-button-secondary {\n    border-color: rgba(255, 255, 255, 0.65);\n    background: transparent;\n    color: #ffffff;\n}\n\n.ft26-button-secondary:hover {\n    border-color: #ffffff;\n    background: #ffffff;\n    color: var(--ft-blue);\n}\n\n.ft26-button-dark {\n    background: var(--ft-blue);\n    color: #ffffff;\n}\n\n.ft26-button-dark:hover {\n    background: var(--ft-blue-light);\n    color: #ffffff;\n}\n\n.ft26-button-outline {\n    border-color: var(--ft-blue);\n    color: var(--ft-blue);\n}\n\n.ft26-button-outline:hover {\n    background: var(--ft-blue);\n    color: #ffffff;\n}\n\n\n\/* =========================================================\n   PAGE NAVIGATION\n   ========================================================= *\/\n\n.ft26-nav {\n    border-bottom: 1px solid var(--ft-border);\n    background: #ffffff;\n}\n\n.ft26-nav-inner {\n    display: flex;\n    gap: 28px;\n    padding: 19px 0;\n    overflow-x: auto;\n    scrollbar-width: thin;\n}\n\n.ft26-nav a {\n    flex: none;\n    color: var(--ft-text);\n    font-size: 14px;\n    font-weight: 750;\n}\n\n.ft26-nav a:hover {\n    color: var(--ft-red);\n}\n\n\n\/* =========================================================\n   EVENT OVERVIEW\n   ========================================================= *\/\n\n.ft26-overview-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.65fr);\n    gap: 70px;\n    align-items: start;\n}\n\n.ft26-body-copy {\n    font-size: 18px;\n}\n\n.ft26-body-copy p {\n    margin: 0 0 22px;\n}\n\n.ft26-facts-card {\n    padding: 32px;\n    border-top: 6px solid var(--ft-red);\n    border-radius: 6px;\n    background: var(--ft-cream);\n    box-shadow: 0 16px 50px rgba(25, 25, 40, 0.08);\n}\n\n.ft26-fact {\n    padding: 18px 0;\n    border-bottom: 1px solid rgba(25, 25, 29, 0.12);\n}\n\n.ft26-fact:first-child {\n    padding-top: 0;\n}\n\n.ft26-fact:last-child {\n    padding-bottom: 0;\n    border-bottom: 0;\n}\n\n.ft26-fact-label {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--ft-muted);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n}\n\n.ft26-fact-value {\n    display: block;\n    color: var(--ft-text);\n    font-size: 18px;\n    font-weight: 750;\n}\n\n\n\/* =========================================================\n   PREVIOUS EDITION FIGURES\n   ========================================================= *\/\n\n.ft26-stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    border: 1px solid var(--ft-border);\n    border-radius: 8px;\n    overflow: hidden;\n    background: #ffffff;\n}\n\n.ft26-stat {\n    min-height: 170px;\n    padding: 34px 25px;\n    border-right: 1px solid var(--ft-border);\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n}\n\n.ft26-stat:last-child {\n    border-right: 0;\n}\n\n.ft26-stat strong {\n    color: var(--ft-blue);\n    font-size: clamp(38px, 5vw, 62px);\n    line-height: 1;\n}\n\n.ft26-stat span {\n    margin-top: 13px;\n    color: var(--ft-muted);\n    font-size: 14px;\n    line-height: 1.4;\n}\n\n\n\/* =========================================================\n   AWARD CARDS\n   ========================================================= *\/\n\n.ft26-awards-grid {\n    display: grid;\n    grid-template-columns: repeat(6, 1fr);\n    gap: 20px;\n    margin-top: 50px;\n}\n\n.ft26-award {\n    grid-column: span 2;\n    position: relative;\n    min-height: 290px;\n    padding: 32px;\n    border: 1px solid var(--ft-border);\n    border-radius: 8px;\n    background: #ffffff;\n    box-shadow: 0 12px 35px rgba(25, 25, 40, 0.05);\n    transition:\n        transform 0.2s ease,\n        box-shadow 0.2s ease;\n}\n\n.ft26-award:nth-child(4) {\n    grid-column: 2 \/ span 2;\n}\n\n.ft26-award:nth-child(5) {\n    grid-column: 4 \/ span 2;\n}\n\n.ft26-award:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 20px 45px rgba(25, 25, 40, 0.1);\n}\n\n.ft26-award-number {\n    color: var(--ft-red);\n    font-size: 13px;\n    font-weight: 850;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n}\n\n.ft26-award-icon {\n    display: block;\n    margin: 22px 0 14px;\n    font-size: 37px;\n}\n\n.ft26-award h3 {\n    margin: 0 0 13px;\n    color: var(--ft-blue);\n    font-size: 25px;\n    line-height: 1.15;\n}\n\n.ft26-award p {\n    margin: 0;\n    color: var(--ft-muted);\n    font-size: 15px;\n}\n\n\n\/* =========================================================\n   TWO-COLUMN CONTENT CARDS\n   ========================================================= *\/\n\n.ft26-two-columns {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 28px;\n    margin-top: 50px;\n}\n\n.ft26-content-card {\n    padding: 38px;\n    border-radius: 8px;\n    background: #ffffff;\n    color: var(--ft-text);\n}\n\n.ft26-content-card h3 {\n    margin: 0 0 18px;\n    color: var(--ft-blue);\n    font-size: 27px;\n}\n\n.ft26-checklist {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n}\n\n.ft26-checklist li {\n    position: relative;\n    margin-bottom: 15px;\n    padding-left: 30px;\n}\n\n.ft26-checklist li:last-child {\n    margin-bottom: 0;\n}\n\n.ft26-checklist li::before {\n    content: \"\u2713\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--ft-red);\n    font-weight: 900;\n}\n\n\n\/* =========================================================\n   AUDIENCE \/ EXPECTATION CARDS\n   ========================================================= *\/\n\n.ft26-small-cards {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 20px;\n    margin-top: 45px;\n}\n\n.ft26-small-card {\n    padding: 30px;\n    border: 1px solid var(--ft-border);\n    border-radius: 7px;\n    background: #ffffff;\n}\n\n.ft26-small-card h3 {\n    margin: 0 0 10px;\n    color: var(--ft-blue);\n    font-size: 20px;\n}\n\n.ft26-small-card p {\n    margin: 0;\n    color: var(--ft-muted);\n    font-size: 14px;\n}\n\n\n\/* =========================================================\n   PREVIOUS EDITION\n   ========================================================= *\/\n\n.ft26-history {\n    display: grid;\n    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);\n    gap: 70px;\n    align-items: center;\n}\n\n.ft26-history-panel {\n    min-height: 420px;\n    padding: 50px;\n    border-radius: 8px;\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-end;\n    background:\n        linear-gradient(\n            180deg,\n            rgba(29, 26, 73, 0.08),\n            rgba(29, 26, 73, 0.96)\n        ),\n        url(\"https:\/\/lafrenchtechduesseldorf.com\/wp-content\/uploads\/2025\/09\/La-French-Tech-Awards-in-Germany-2025.jpg\")\n        center \/ cover no-repeat;\n    color: #ffffff;\n}\n\n.ft26-history-panel h3 {\n    margin: 0 0 10px;\n    color: #ffffff;\n    font-size: 34px;\n}\n\n.ft26-history-panel p {\n    margin: 0;\n    color: rgba(255, 255, 255, 0.78);\n}\n\n\n\/* =========================================================\n   PARTNER INVITATION\n   ========================================================= *\/\n\n.ft26-partner-box {\n    padding: 46px;\n    border-left: 7px solid var(--ft-red);\n    border-radius: 7px;\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 35px;\n    align-items: center;\n    background: var(--ft-cream);\n}\n\n.ft26-partner-box h2 {\n    margin: 0 0 8px;\n    color: var(--ft-blue);\n    font-size: 32px;\n}\n\n.ft26-partner-box p {\n    margin: 0;\n    color: var(--ft-muted);\n}\n\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.ft26-faq {\n    max-width: 900px;\n    margin-top: 45px;\n}\n\n.ft26-faq details {\n    border-top: 1px solid var(--ft-border);\n}\n\n.ft26-faq details:last-child {\n    border-bottom: 1px solid var(--ft-border);\n}\n\n.ft26-faq summary {\n    padding: 23px 5px;\n    cursor: pointer;\n    color: var(--ft-blue);\n    font-size: 18px;\n    font-weight: 800;\n}\n\n.ft26-faq-answer {\n    padding: 0 5px 24px;\n    color: var(--ft-muted);\n}\n\n.ft26-faq-answer p {\n    margin: 0;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n   ========================================================= *\/\n\n.ft26-final-cta {\n    padding: 95px 0;\n    text-align: center;\n    background:\n        radial-gradient(\n            circle at top right,\n            rgba(169, 137, 40, 0.45),\n            transparent 45%\n        ),\n        var(--ft-blue);\n    color: #ffffff;\n}\n\n.ft26-final-cta h2 {\n    max-width: 850px;\n    margin: 0 auto 20px;\n    color: #ffffff;\n    font-size: clamp(38px, 5vw, 65px);\n    line-height: 1.08;\n}\n\n.ft26-final-cta p {\n    max-width: 700px;\n    margin: 0 auto 32px;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: 19px;\n}\n\n.ft26-final-cta .ft26-buttons {\n    justify-content: center;\n}\n\n\n\/* =========================================================\n   PARTICIPATION VISUAL INVITATION\n   ========================================================= *\/\n\n.ft26-share-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);\n    gap: 70px;\n    align-items: center;\n}\n\n.ft26-share-title {\n    margin: 0 0 24px;\n    color: #ffffff;\n    font-size: clamp(38px, 5vw, 64px);\n    line-height: 1.06;\n    letter-spacing: -0.04em;\n}\n\n.ft26-share-text {\n    max-width: 700px;\n    margin: 0;\n    color: rgba(255, 255, 255, 0.78);\n    font-size: 19px;\n    line-height: 1.6;\n}\n\n.ft26-share-options {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin: 28px 0 34px;\n}\n\n.ft26-share-option {\n    display: inline-flex;\n    padding: 8px 13px;\n    border: 1px solid rgba(255, 255, 255, 0.28);\n    border-radius: 999px;\n    align-items: center;\n    background: rgba(255, 255, 255, 0.08);\n    color: #ffffff;\n    font-size: 13px;\n    font-weight: 750;\n}\n\n.ft26-share-option:hover {\n    border-color: rgba(255, 255, 255, 0.55);\n    background: rgba(255, 255, 255, 0.13);\n}\n\n\n\/* Outer visual preview frame *\/\n\n.ft26-share-preview {\n    position: relative;\n    width: 100%;\n    max-width: 480px;\n    margin-left: auto;\n    padding: 16px;\n    border: 1px solid rgba(255, 255, 255, 0.18);\n    border-radius: 16px;\n    background: rgba(255, 255, 255, 0.08);\n    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.18);\n}\n\n\n\/* Square visual area *\/\n\n.ft26-share-preview-canvas {\n    position: relative;\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    overflow: hidden;\n    border-radius: 9px;\n    background: var(--ft-blue);\n}\n\n.ft26-share-preview-canvas > img {\n    display: block;\n    width: 100%;\n    height: 100%;\n    border-radius: 9px;\n    object-fit: cover;\n}\n\n\n\/* Simulated photo field *\/\n\n.ft26-share-photo-placeholder {\n    position: absolute;\n    top: 15%;\n    left: 62%;\n    width: 29%;\n    height: 34%;\n    padding: 8px;\n    border: 3px solid rgba(255, 255, 255, 0.82);\n    border-radius: 9%;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    background: rgba(255, 255, 255, 0.5);\n    color: #4a4a56;\n    text-align: center;\n    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.13);\n}\n\n.ft26-share-photo-placeholder strong {\n    display: block;\n    color: #4a4a56;\n    font-size: clamp(9px, 1.15vw, 15px);\n    font-weight: 900;\n    line-height: 1.15;\n}\n\n.ft26-share-photo-placeholder span {\n    display: block;\n    margin-top: 5px;\n    color: #5d5d68;\n    font-size: clamp(6px, 0.68vw, 10px);\n    font-weight: 500;\n    line-height: 1.2;\n}\n\n\n\/* Simulated participant identity *\/\n\n.ft26-share-person {\n    position: absolute;\n    top: 52%;\n    left: 57%;\n    width: 40%;\n    text-align: center;\n    text-transform: uppercase;\n}\n\n.ft26-share-person strong {\n    display: block;\n    overflow: hidden;\n    color: #ffffff;\n    font-size: clamp(10px, 1.25vw, 17px);\n    font-weight: 900;\n    line-height: 1.15;\n    text-overflow: ellipsis;\n    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.38);\n    white-space: nowrap;\n}\n\n.ft26-share-person span {\n    display: block;\n    margin-top: 5px;\n    overflow: hidden;\n    color: #f1c920;\n    font-size: clamp(8px, 0.95vw, 13px);\n    font-weight: 800;\n    line-height: 1.15;\n    text-overflow: ellipsis;\n    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.32);\n    white-space: nowrap;\n}\n\n\n\/* Simulated announcement card *\/\n\n.ft26-share-message {\n    position: absolute;\n    top: 57%;\n    left: 8%;\n    width: max-content;\n    max-width: 43%;\n    padding: 8px 14px 9px 16px;\n    border-left: 5px solid var(--ft-red);\n    border-radius: 3px;\n    background: #ffffff;\n    color: var(--ft-blue);\n    font-size: clamp(9px, 1.35vw, 18px);\n    font-weight: 900;\n    line-height: 1.05;\n    text-align: center;\n    text-transform: uppercase;\n    transform: rotate(-1.5deg);\n    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.22);\n}\n\n\n\/* Label over preview *\/\n\n.ft26-share-preview-label {\n    position: absolute;\n    right: 30px;\n    bottom: 30px;\n    z-index: 3;\n    padding: 9px 14px;\n    border-radius: 4px;\n    background: var(--ft-red);\n    color: #ffffff;\n    font-size: 12px;\n    font-weight: 850;\n    letter-spacing: 0.08em;\n    line-height: 1.2;\n    text-transform: uppercase;\n    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.24);\n}\n\n.ft26-share-note {\n    margin-top: 18px;\n    color: rgba(255, 255, 255, 0.58);\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   RESPONSIVE \u2014 TABLET\n   ========================================================= *\/\n\n@media (max-width: 960px) {\n\n    .ft26-section {\n        padding: 70px 0;\n    }\n\n    .ft26-hero-panel-inner,\n    .ft26-overview-grid,\n    .ft26-history,\n    .ft26-partner-box,\n    .ft26-share-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .ft26-awards-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n\n    .ft26-award,\n    .ft26-award:nth-child(4),\n    .ft26-award:nth-child(5) {\n        grid-column: auto;\n    }\n\n    .ft26-award:last-child {\n        grid-column: 1 \/ -1;\n    }\n\n    .ft26-stats,\n    .ft26-small-cards {\n        grid-template-columns: repeat(2, 1fr);\n    }\n\n    .ft26-stat:nth-child(2) {\n        border-right: 0;\n    }\n\n    .ft26-stat:nth-child(-n+2) {\n        border-bottom: 1px solid var(--ft-border);\n    }\n\n    .ft26-share-preview {\n        width: min(100%, 480px);\n        margin-right: auto;\n        margin-left: 0;\n    }\n\n    .ft26-share-photo-placeholder strong {\n        font-size: clamp(10px, 2.3vw, 15px);\n    }\n\n    .ft26-share-photo-placeholder span {\n        font-size: clamp(7px, 1.4vw, 10px);\n    }\n\n    .ft26-share-person strong {\n        font-size: clamp(11px, 2.5vw, 17px);\n    }\n\n    .ft26-share-person span {\n        font-size: clamp(8px, 1.9vw, 13px);\n    }\n\n    .ft26-share-message {\n        font-size: clamp(10px, 2.6vw, 18px);\n    }\n}\n\n\n\/* =========================================================\n   RESPONSIVE \u2014 MOBILE\n   ========================================================= *\/\n\n@media (max-width: 680px) {\n\n    .ft26-container {\n        width: min(100% - 28px, 1180px);\n    }\n\n    .ft26-section {\n        padding: 55px 0;\n    }\n\n    .ft26-hero-panel {\n        padding: 28px 0;\n    }\n\n    .ft26-buttons {\n        width: 100%;\n    }\n\n    .ft26-button {\n        width: 100%;\n    }\n\n    .ft26-awards-grid,\n    .ft26-two-columns,\n    .ft26-stats,\n    .ft26-small-cards {\n        grid-template-columns: 1fr;\n    }\n\n    .ft26-award:last-child {\n        grid-column: auto;\n    }\n\n    .ft26-stat {\n        min-height: 145px;\n        border-right: 0;\n        border-bottom: 1px solid var(--ft-border);\n    }\n\n    .ft26-stat:last-child {\n        border-bottom: 0;\n    }\n\n    .ft26-content-card,\n    .ft26-facts-card,\n    .ft26-history-panel,\n    .ft26-partner-box {\n        padding: 27px;\n    }\n\n    .ft26-nav-inner {\n        gap: 20px;\n    }\n\n    .ft26-share-title {\n        font-size: clamp(35px, 11vw, 52px);\n    }\n\n    .ft26-share-text {\n        font-size: 17px;\n    }\n\n    .ft26-share-options {\n        margin-top: 24px;\n        margin-bottom: 28px;\n    }\n\n    .ft26-share-option {\n        padding: 7px 11px;\n        font-size: 12px;\n    }\n\n    .ft26-share-preview {\n        padding: 10px;\n        border-radius: 12px;\n    }\n\n    .ft26-share-preview-canvas {\n        border-radius: 7px;\n    }\n\n    .ft26-share-preview-label {\n        right: 20px;\n        bottom: 20px;\n        padding: 7px 10px;\n        font-size: 10px;\n    }\n\n    .ft26-share-message {\n        padding: 6px 9px 7px 11px;\n        border-left-width: 4px;\n    }\n\n    .ft26-share-note {\n        font-size: 12px;\n        line-height: 1.5;\n    }\n}\n<\/style>\n\n\n\n<div class=\"ft26-page\">\n\n    <!-- HERO -->\n    <header class=\"ft26-hero\">\n        <img decoding=\"async\" class=\"ft26-hero-image\" src=\"https:\/\/www.frenchtechberlin.com\/wp-content\/uploads\/2026\/07\/La-French-Tech-in-Germany-Awards-2026-2160x1080-1.png\" alt=\"La French Tech in Germany Awards 2026, November 19, 2026 at the French Embassy in Berlin\"\/>\n\n        <div class=\"ft26-hero-panel\">\n            <div class=\"ft26-container ft26-hero-panel-inner\">\n                <div>\n                    <h1>Celebrating Franco-German technology and ambition<\/h1>\n                    <p>\n                        Join founders, innovators, investors, corporate leaders\n                        and ecosystem builders for an evening celebrating the\n                        people and organisations strengthening connections\n                        between France and Germany.\n                    <\/p>\n                <\/div>\n\n                <div class=\"ft26-buttons\">\n                    <a class=\"ft26-button ft26-button-primary\" href=\"https:\/\/luma.com\/wshovvap\" target=\"_blank\" rel=\"noopener\">\n                        Register for the ceremony\n                    <\/a>\n\n                    <a class=\"ft26-button ft26-button-secondary\" href=\"https:\/\/www.frenchtechberlin.com\/fr\/recompenses\/candidature-aux-prix-french-tech-in-germany-2026\/\">\n                        Apply for an award\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <!-- QUICK NAVIGATION -->\n    <nav class=\"ft26-nav\" aria-label=\"Awards page navigation\">\n        <div class=\"ft26-container ft26-nav-inner\">\n            <a href=\"#about-awards\">About<\/a>\n            <a href=\"#award-categories\">Award categories<\/a>\n            <a href=\"#how-to-apply\">How to apply<\/a>\n            <a href=\"#attend\">Attend<\/a>\n<a href=\"#share-participation\">Share your participation<\/a>\n            <a href=\"#previous-edition\">Previous edition<\/a>\n            <a href=\"#faq\">FAQ<\/a>\n        <\/div>\n    <\/nav>\n\n    <!-- ABOUT -->\n    <section class=\"ft26-section\" id=\"about-awards\">\n        <div class=\"ft26-container ft26-overview-grid\">\n\n            <div>\n                <span class=\"ft26-eyebrow\">France \u00d7 Germany<\/span>\n\n                <h2 class=\"ft26-title\">\n                    The meeting point for the Franco-German tech ecosystem\n                <\/h2>\n\n                <div class=\"ft26-divider\"><\/div>\n\n                <div class=\"ft26-body-copy\">\n                    <p>\n                        The La French Tech in Germany Awards recognise the\n                        companies, entrepreneurs and investors building\n                        meaningful connections between the French and German\n                        technology ecosystems.\n                    <\/p>\n\n                    <p>\n                        On Thursday, 19 November 2026, the French Tech\n                        communities in Berlin, D\u00fcsseldorf, Frankfurt, Hamburg\n                        and Munich will come together at the Embassy of France\n                        in Berlin for a new national edition of the awards.\n                    <\/p>\n\n                    <p>\n                        The evening will highlight original ideas, measurable\n                        impact, European sovereignty, corporate\n                        entrepreneurship and the investors helping ambitious\n                        ventures grow across borders.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <aside class=\"ft26-facts-card\" aria-label=\"Event information\">\n                <div class=\"ft26-fact\">\n                    <span class=\"ft26-fact-label\">Date<\/span>\n                    <span class=\"ft26-fact-value\">\n                        Thursday, 19 November 2026\n                    <\/span>\n                <\/div>\n\n                <div class=\"ft26-fact\">\n                    <span class=\"ft26-fact-label\">Time<\/span>\n                    <span class=\"ft26-fact-value\">\n                        17:00\u201322:00\n                    <\/span>\n                <\/div>\n\n                <div class=\"ft26-fact\">\n                    <span class=\"ft26-fact-label\">Venue<\/span>\n                    <span class=\"ft26-fact-value\">\n                        Embassy of France<br\/>\n                        Berlin, Germany\n                    <\/span>\n                <\/div>\n\n                <div class=\"ft26-fact\">\n                    <span class=\"ft26-fact-label\">Participation<\/span>\n                    <span class=\"ft26-fact-value\">\n                        Separate registration and award application\n                    <\/span>\n                <\/div>\n            <\/aside>\n\n        <\/div>\n    <\/section>\n\n    <!-- 2025 SOCIAL PROOF -->\n    <section class=\"ft26-section ft26-section-light\">\n        <div class=\"ft26-container\">\n\n            <span class=\"ft26-eyebrow\">Building on previous editions<\/span>\n\n            <h2 class=\"ft26-title\">\n                A growing national celebration\n            <\/h2>\n\n            <p class=\"ft26-subtitle\">\n                The 2025 edition brought together decision-makers from\n                industry, scale-ups, investment, public institutions and the\n                wider Franco-German business community.\n            <\/p>\n\n            <div class=\"ft26-stats\">\n                <div class=\"ft26-stat\">\n                    <strong>280<\/strong>\n                    <span>guests at the 2025 awards ceremony<\/span>\n                <\/div>\n\n                <div class=\"ft26-stat\">\n                    <strong>100<\/strong>\n                    <span>CEOs of major French companies based in Germany<\/span>\n                <\/div>\n\n                <div class=\"ft26-stat\">\n                    <strong>3rd<\/strong>\n                    <span>edition of the national awards in 2025<\/span>\n                <\/div>\n\n                <div class=\"ft26-stat\">\n                    <strong>5<\/strong>\n                    <span>French Tech communities represented in 2026<\/span>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n    <!-- CATEGORIES -->\n    <section class=\"ft26-section\" id=\"award-categories\">\n        <div class=\"ft26-container\">\n\n            <span class=\"ft26-eyebrow\">2026 awards<\/span>\n\n            <h2 class=\"ft26-title\">\n                Five categories celebrating cross-border excellence\n            <\/h2>\n\n            <p class=\"ft26-subtitle\">\n                Select the category that best represents your achievements and\n                your contribution to the Franco-German ecosystem.\n            <\/p>\n\n            <div class=\"ft26-awards-grid\">\n\n                <article class=\"ft26-award\">\n                    <span class=\"ft26-award-number\">Award 01<\/span>\n                    <span class=\"ft26-award-icon\" aria-hidden=\"true\">\ud83c\udfc6<\/span>\n                    <h3>Creativity<\/h3>\n                    <p>\n                        For a company demonstrating an original idea, bold\n                        execution or a distinctive approach to its product,\n                        service or business model.\n                    <\/p>\n                <\/article>\n\n                <article class=\"ft26-award\">\n                    <span class=\"ft26-award-number\">Award 02<\/span>\n                    <span class=\"ft26-award-icon\" aria-hidden=\"true\">\ud83c\udfc6<\/span>\n                    <h3>Impact<\/h3>\n                    <p>\n                        For a company creating meaningful and measurable\n                        economic, environmental or societal impact.\n                    <\/p>\n                <\/article>\n\n                <article class=\"ft26-award\">\n                    <span class=\"ft26-award-number\">Award 03<\/span>\n                    <span class=\"ft26-award-icon\" aria-hidden=\"true\">\ud83c\udfc6<\/span>\n                    <h3>Sovereignty<\/h3>\n                    <p>\n                        For technology and initiatives contributing to European\n                        strategic autonomy, resilience, security or industrial\n                        capability.\n                    <\/p>\n                <\/article>\n\n                <article class=\"ft26-award\">\n                    <span class=\"ft26-award-number\">Award 04<\/span>\n                    <span class=\"ft26-award-icon\" aria-hidden=\"true\">\ud83c\udfc6<\/span>\n                    <h3>Corporate Startup<\/h3>\n                    <p>\n                        For an entrepreneurial venture or innovation initiative\n                        created within, supported by or developed alongside an\n                        established company.\n                    <\/p>\n                <\/article>\n\n                <article class=\"ft26-award\">\n                    <span class=\"ft26-award-number\">Award 05<\/span>\n                    <span class=\"ft26-award-icon\" aria-hidden=\"true\">\ud83c\udfc6<\/span>\n                    <h3>Investor<\/h3>\n                    <p>\n                        For an investor, investment company or individual\n                        actively helping French and German ventures develop\n                        across borders.\n                    <\/p>\n                <\/article>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- APPLICATION -->\n    <section class=\"ft26-section ft26-section-dark\" id=\"how-to-apply\">\n        <div class=\"ft26-container\">\n\n            <span class=\"ft26-eyebrow\">Applications<\/span>\n\n            <h2 class=\"ft26-title white\" style=\"color: #ffffff;\">\n                Present your Franco-German story\n            <\/h2>\n\n            <p class=\"ft26-subtitle\">\n                The application focuses on your contribution to the ecosystem,\n                your cross-border presence and what makes your company or\n                investment activity stand out.\n            <\/p>\n\n            <div class=\"ft26-two-columns\">\n\n                <article class=\"ft26-content-card\">\n                    <h3>What the application covers<\/h3>\n\n                    <ul class=\"ft26-checklist\">\n                        <li>\n                            Your activities within the Franco-German ecosystem\n                        <\/li>\n                        <li>\n                            Your contribution to technology and business\n                            exchange between France and Germany\n                        <\/li>\n                        <li>\n                            The location of your principal office\n                        <\/li>\n                        <li>\n                            Partnerships, clients, operations, funding or teams\n                            connecting the two markets\n                        <\/li>\n                        <li>\n                            Your vision, innovation and differentiation\n                        <\/li>\n                    <\/ul>\n                <\/article>\n\n                <article class=\"ft26-content-card\">\n                    <h3>Prepare before starting<\/h3>\n\n                    <ul class=\"ft26-checklist\">\n                        <li>Professional email address and mobile number<\/li>\n                        <li>Job title, company name and website<\/li>\n                        <li>LinkedIn profile<\/li>\n                        <li>Company logo suitable for communication use<\/li>\n                        <li>\n                            Three written answers of no more than 1,200\n                            characters each\n                        <\/li>\n                        <li>\n                            A short company presentation or nominee biography\n                        <\/li>\n                        <li>\n                            An optional but recommended video-pitch link\n                        <\/li>\n                    <\/ul>\n                <\/article>\n\n            <\/div>\n\n            <div class=\"ft26-buttons\" style=\"margin-top: 35px;\">\n                <a class=\"ft26-button ft26-button-primary\" href=\"https:\/\/www.frenchtechberlin.com\/fr\/recompenses\/candidature-aux-prix-french-tech-in-germany-2026\/\">\n                    Start your application\n                <\/a>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n    <!-- ATTEND -->\n    <section class=\"ft26-section ft26-section-light\" id=\"attend\">\n        <div class=\"ft26-container\">\n\n            <span class=\"ft26-eyebrow\">Attend the ceremony<\/span>\n\n            <h2 class=\"ft26-title\">\n                Connect with the people shaping technology in France and Germany\n            <\/h2>\n\n            <p class=\"ft26-subtitle\">\n                An evening for exchanging ideas, celebrating achievements and\n                developing new connections across the Franco-German ecosystem.\n            <\/p>\n\n            <div class=\"ft26-small-cards\">\n\n                <article class=\"ft26-small-card\">\n                    <h3>Founders and scale-ups<\/h3>\n                    <p>\n                        Meet potential partners, investors, clients and\n                        ecosystem supporters from both markets.\n                    <\/p>\n                <\/article>\n\n                <article class=\"ft26-small-card\">\n                    <h3>Investors<\/h3>\n                    <p>\n                        Discover ambitious ventures and the people supporting\n                        cross-border development.\n                    <\/p>\n                <\/article>\n\n                <article class=\"ft26-small-card\">\n                    <h3>Corporate innovators<\/h3>\n                    <p>\n                        Connect with emerging technologies, entrepreneurial\n                        teams and strategic partners.\n                    <\/p>\n                <\/article>\n\n                <article class=\"ft26-small-card\">\n                    <h3>Public institutions<\/h3>\n                    <p>\n                        Strengthen cooperation and engage directly with the\n                        French and German technology communities.\n                    <\/p>\n                <\/article>\n\n            <\/div>\n\n            <div class=\"ft26-buttons\" style=\"margin-top: 38px;\">\n                <a class=\"ft26-button ft26-button-dark\" href=\"https:\/\/luma.com\/wshovvap\" target=\"_blank\" rel=\"noopener\">\n                    Register on Luma\n                <\/a>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n\n<!-- SHARE YOUR PARTICIPATION -->\n<section class=\"ft26-section ft26-section-dark\" id=\"share-participation\">\n    <div class=\"ft26-container ft26-share-grid\">\n\n        <div>\n            <span class=\"ft26-eyebrow\">\n                Spread the word\n            <\/span>\n\n            <h2 class=\"ft26-share-title\" style=\"color: #ffffff;\">\n                Create your personalised participation visual\n            <\/h2>\n\n            <p class=\"ft26-share-text\">\n                Let your network know that you are joining the La French Tech\n                in Germany Awards 2026. Add your photo, name, role and company,\n                choose your message and download a ready-to-share visual for\n                LinkedIn, Instagram, Stories and other social platforms.\n            <\/p>\n\n            <div class=\"ft26-share-options\" aria-label=\"Available participation messages\">\n                <span class=\"ft26-share-option\">\n                    I am applying\n                <\/span>\n\n                <span class=\"ft26-share-option\">\n                    I will be there\n                <\/span>\n\n                <span class=\"ft26-share-option\">\n                    Meet me at\n                <\/span>\n\n                <span class=\"ft26-share-option\">\n                    We are nominees\n                <\/span>\n\n                <span class=\"ft26-share-option\">\n                    We are finalists\n                <\/span>\n\n                <span class=\"ft26-share-option\">\n                    We are partners\n                <\/span>\n\n                <span class=\"ft26-share-option\">\n                    I am a jury member\n                <\/span>\n            <\/div>\n\n            <div class=\"ft26-buttons\">\n                <a class=\"ft26-button ft26-button-primary\" href=\"https:\/\/www.frenchtechberlin.com\/fr\/recompenses\/personnalisez-votre-visuel-de-participation\/\">\n                    Customise your visual\n                <\/a>\n            <\/div>\n\n            <p class=\"ft26-share-note\">\n                Your photo is processed locally in your browser and is not\n                uploaded to our server.\n            <\/p>\n        <\/div>\n\n    <div class=\"ft26-share-preview\">\n\n    <div class=\"ft26-share-preview-canvas\">\n\n        <img decoding=\"async\" src=\"https:\/\/www.frenchtechberlin.com\/wp-content\/uploads\/2026\/08\/french-tech-awards-2026-custom-square.png\" alt=\"Example of a customisable La French Tech in Germany Awards 2026 participation visual\" loading=\"lazy\"\/>\n\n        <div class=\"ft26-share-photo-placeholder\" aria-hidden=\"true\">\n            <strong>ADD YOUR PHOTO<\/strong>\n            <span>Your portrait will appear here<\/span>\n        <\/div>\n\n        <div class=\"ft26-share-person\" aria-hidden=\"true\">\n            <strong>Firstname Lastname<\/strong>\n            <span>Role<\/span>\n            <span>Company<\/span>\n        <\/div>\n\n        <div class=\"ft26-share-message\" aria-hidden=\"true\">\n            I will be there\n        <\/div>\n\n    <\/div>\n\n    <span class=\"ft26-share-preview-label\">\n        Personalise it\n    <\/span>\n\n<\/div>\n\n    <\/div>\n<\/section>\n\n\n\n    <!-- PREVIOUS EDITION -->\n    <section class=\"ft26-section\" id=\"previous-edition\">\n        <div class=\"ft26-container ft26-history\">\n\n            <div>\n                <span class=\"ft26-eyebrow\">A look back<\/span>\n\n                <h2 class=\"ft26-title\">\n                    The 2025 awards\n                <\/h2>\n\n                <div class=\"ft26-divider\"><\/div>\n\n                <div class=\"ft26-body-copy\">\n                    <p>\n                        The previous ceremony brought together the\n                        Franco-German ecosystem for an evening of speeches,\n                        award presentations, networking and celebration.\n                    <\/p>\n\n                    <p>\n                        The 2025 page includes the award winners, event video,\n                        extensive photo galleries, partner recognition and a\n                        review of earlier editions.\n                    <\/p>\n                <\/div>\n\n                <div class=\"ft26-buttons\" style=\"margin-top: 28px;\">\n                    <a class=\"ft26-button ft26-button-outline\" href=\"https:\/\/lafrenchtechduesseldorf.com\/la-french-tech-awards-in-germany-2025\/\" target=\"_blank\" rel=\"noopener\">\n                        Explore the 2025 edition\n                    <\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"ft26-history-panel\">\n                <h3>Previous winners and highlights<\/h3>\n                <p>\n                    Discover the companies, entrepreneurs and investors\n                    recognised during earlier editions.\n                <\/p>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n    <!-- PARTNERS -->\n    <section class=\"ft26-section ft26-section-light\">\n        <div class=\"ft26-container\">\n\n            <div class=\"ft26-partner-box\">\n                <div>\n                    <h2>Become a partner of the 2026 awards<\/h2>\n                    <p>\n                        Support one of the leading gatherings connecting the\n                        French and German technology and business ecosystems.\n                    <\/p>\n                <\/div>\n\n                <a class=\"ft26-button ft26-button-dark\" href=\"https:\/\/www.frenchtechberlin.com\/fr\/recompenses\/8255\/\">\n                    Partnership information\n                <\/a>\n            <\/div>\n\n            <!--\n            When the 2026 partners are confirmed, add a logo grid below this\n            box. Use transparent PNG or SVG files with consistent dimensions.\n            -->\n\n        <\/div>\n    <\/section>\n\n    <!-- FAQ -->\n    <section class=\"ft26-section\" id=\"faq\">\n        <div class=\"ft26-container\">\n\n            <span class=\"ft26-eyebrow\">Frequently asked questions<\/span>\n\n            <h2 class=\"ft26-title\">\n                Practical information\n            <\/h2>\n\n            <div class=\"ft26-faq\">\n\n                <details>\n                    <summary>Who can submit an application?<\/summary>\n                    <div class=\"ft26-faq-answer\">\n                        <p>\n                            Companies may apply for the Creativity, Impact,\n                            Sovereignty and Corporate Startup awards. The\n                            Investor category is open to an investment company\n                            or an individual investor.\n                        <\/p>\n                    <\/div>\n                <\/details>\n\n                <details>\n                    <summary>\n                        Is event registration the same as an award application?\n                    <\/summary>\n                    <div class=\"ft26-faq-answer\">\n                        <p>\n                            No. Registration for the ceremony is completed on\n                            Luma. Award applications are submitted through the\n                            dedicated application page.\n                        <\/p>\n                    <\/div>\n                <\/details>\n\n                <details>\n                    <summary>Is a video pitch mandatory?<\/summary>\n                    <div class=\"ft26-faq-answer\">\n                        <p>\n                            No. The video-pitch link is optional, although it is\n                            recommended as an additional way to present your\n                            company or nominee.\n                        <\/p>\n                    <\/div>\n                <\/details>\n\n                <details>\n                    <summary>What supporting files should I provide?<\/summary>\n                    <div class=\"ft26-faq-answer\">\n                        <p>\n                            Applicants should prepare a company logo and a\n                            short company presentation. For an individual\n                            nominee, a short biography may be uploaded instead.\n                        <\/p>\n                    <\/div>\n                <\/details>\n\n                <details>\n                    <summary>Where and when will the ceremony take place?<\/summary>\n                    <div class=\"ft26-faq-answer\">\n                        <p>\n                            The ceremony will take place at the Embassy of\n                            France in Berlin on Thursday, 19 November 2026,\n                            from 17:00 to 22:00.\n                        <\/p>\n                    <\/div>\n                <\/details>\n\n                <details>\n                    <summary>Who can I contact with a question?<\/summary>\n                    <div class=\"ft26-faq-answer\">\n                        <p>\n                            Contact the French Tech Berlin team at\n                            <a href=\"mailto:contact@frenchtechberlin.com\">\n                                contact@frenchtechberlin.com\n                            <\/a>.\n                        <\/p>\n                    <\/div>\n                <\/details>\n\n            <\/div>\n\n            <!-- Add the confirmed application deadline here when available. -->\n\n        <\/div>\n    <\/section>\n\n    <!-- FINAL CTA -->\n    <section class=\"ft26-final-cta\">\n        <div class=\"ft26-container\">\n\n            <h2>\n                Be part of the La French Tech in Germany Awards 2026\n            <\/h2>\n\n            <p>\n                Join the ceremony in Berlin or submit an application to\n                showcase your contribution to the Franco-German ecosystem.\n            <\/p>\n\n            <div class=\"ft26-buttons\">\n                <a class=\"ft26-button ft26-button-primary\" href=\"https:\/\/www.frenchtechberlin.com\/fr\/recompenses\/candidature-aux-prix-french-tech-in-germany-2026\/\">\n                    Apply for an award\n                <\/a>\n\n                <a class=\"ft26-button ft26-button-secondary\" href=\"https:\/\/luma.com\/wshovvap\" target=\"_blank\" rel=\"noopener\">\n                    Register for the event\n                <\/a>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Celebrating Franco-German technology and ambition Join founders, innovators, investors, corporate leaders and ecosystem builders for an evening celebrating the people and organisations strengthening connections between France and Germany. Register for the ceremony Apply for an award About Award categories How to apply Attend Share your participation Previous edition FAQ France \u00d7 Germany The meeting point [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":8205,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"footnotes":""},"categories":[39],"tags":[148],"class_list":["post-7576","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-evenements","tag-recompenses"],"uagb_featured_image_src":{"full":["https:\/\/www.frenchtechberlin.com\/wp-content\/uploads\/2026\/07\/La-French-Tech-in-Germany-Awards-2026-1200x1200-1.png",1200,1200,false],"thumbnail":["https:\/\/www.frenchtechberlin.com\/wp-content\/uploads\/2026\/07\/La-French-Tech-in-Germany-Awards-2026-1200x1200-1-150x150.png",150,150,true],"medium":["https:\/\/www.frenchtechberlin.com\/wp-content\/uploads\/2026\/07\/La-French-Tech-in-Germany-Awards-2026-1200x1200-1-300x300.png",300,300,true],"medium_large":["https:\/\/www.frenchtechberlin.com\/wp-content\/uploads\/2026\/07\/La-French-Tech-in-Germany-Awards-2026-1200x1200-1-768x768.png",768,768,true],"large":["https:\/\/www.frenchtechberlin.com\/wp-content\/uploads\/2026\/07\/La-French-Tech-in-Germany-Awards-2026-1200x1200-1-1024x1024.png",1024,1024,true],"1536x1536":["https:\/\/www.frenchtechberlin.com\/wp-content\/uploads\/2026\/07\/La-French-Tech-in-Germany-Awards-2026-1200x1200-1.png",1200,1200,false],"2048x2048":["https:\/\/www.frenchtechberlin.com\/wp-content\/uploads\/2026\/07\/La-French-Tech-in-Germany-Awards-2026-1200x1200-1.png",1200,1200,false]},"uagb_author_info":{"display_name":"admin","author_link":"https:\/\/www.frenchtechberlin.com\/fr\/author\/admin\/"},"uagb_comment_info":0,"uagb_excerpt":"Celebrating Franco-German technology and ambition Join founders, innovators, investors, corporate leaders and ecosystem builders for an evening celebrating the people and organisations strengthening connections between France and Germany. Register for the ceremony Apply for an award About Award categories How to apply Attend Share your participation Previous edition FAQ France \u00d7 Germany The meeting point\u2026","_links":{"self":[{"href":"https:\/\/www.frenchtechberlin.com\/fr\/wp-json\/wp\/v2\/posts\/7576","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.frenchtechberlin.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.frenchtechberlin.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.frenchtechberlin.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.frenchtechberlin.com\/fr\/wp-json\/wp\/v2\/comments?post=7576"}],"version-history":[{"count":14,"href":"https:\/\/www.frenchtechberlin.com\/fr\/wp-json\/wp\/v2\/posts\/7576\/revisions"}],"predecessor-version":[{"id":8349,"href":"https:\/\/www.frenchtechberlin.com\/fr\/wp-json\/wp\/v2\/posts\/7576\/revisions\/8349"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.frenchtechberlin.com\/fr\/wp-json\/wp\/v2\/media\/8205"}],"wp:attachment":[{"href":"https:\/\/www.frenchtechberlin.com\/fr\/wp-json\/wp\/v2\/media?parent=7576"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.frenchtechberlin.com\/fr\/wp-json\/wp\/v2\/categories?post=7576"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.frenchtechberlin.com\/fr\/wp-json\/wp\/v2\/tags?post=7576"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}