{"id":37,"date":"2026-02-26T20:54:51","date_gmt":"2026-02-26T20:54:51","guid":{"rendered":"https:\/\/eurotradingpartners.com\/accueil\/"},"modified":"2026-05-26T19:54:53","modified_gmt":"2026-05-26T19:54:53","slug":"accueil","status":"publish","type":"page","link":"https:\/\/eurotradingpartners.com\/fr\/accueil\/","title":{"rendered":""},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Terms &#038; Conditions \u2014 EuroTrading Partners<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&#038;family=DM+Sans:wght@300;400;500&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --navy: #0d1b3e;\n    --navy-light: #162347;\n    --gold: #C9A96E;\n    --gold-light: #e2c99a;\n    --white: #f8f6f1;\n    --gray: #8a9ab5;\n    --text: #d4cfc7;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    background-color: var(--navy);\n    color: var(--text);\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 300;\n    line-height: 1.8;\n    min-height: 100vh;\n  }\n\n  \/* HEADER *\/\n  header {\n    background: var(--navy-light);\n    border-bottom: 1px solid rgba(201, 169, 110, 0.2);\n    padding: 24px 60px;\n    display: flex;\n    align-items: center;\n    gap: 16px;\n  }\n\n  .header-logo {\n    width: 48px;\n    height: 48px;\n    border: 1.5px solid var(--gold);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 13px;\n    color: var(--gold);\n    letter-spacing: 1px;\n    flex-shrink: 0;\n  }\n\n  .header-text h1 {\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 500;\n    font-size: 15px;\n    color: var(--white);\n    letter-spacing: 0.5px;\n  }\n\n  .header-text p {\n    font-size: 12px;\n    color: var(--gold);\n    font-style: italic;\n    font-family: 'Cormorant Garamond', serif;\n  }\n\n  \/* HERO *\/\n  .hero {\n    padding: 80px 60px 60px;\n    max-width: 900px;\n    margin: 0 auto;\n    border-bottom: 1px solid rgba(201, 169, 110, 0.15);\n  }\n\n  .hero-label {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 28px;\n  }\n\n  .hero-label span {\n    font-size: 11px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--gold);\n    font-weight: 500;\n  }\n\n  .hero-label::before,\n  .hero-label::after {\n    content: '';\n    display: inline-block;\n    width: 30px;\n    height: 1px;\n    background: var(--gold);\n  }\n\n  .hero h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(42px, 6vw, 72px);\n    font-weight: 600;\n    color: var(--white);\n    line-height: 1.1;\n    letter-spacing: -1px;\n    margin-bottom: 20px;\n  }\n\n  .hero h2 em {\n    color: var(--gold);\n    font-style: italic;\n  }\n\n  .hero-meta {\n    font-size: 13px;\n    color: var(--gray);\n    letter-spacing: 0.5px;\n  }\n\n  \/* MAIN CONTENT *\/\n  main {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 60px 60px 100px;\n  }\n\n  \/* SECTION *\/\n  .section {\n    margin-bottom: 56px;\n    padding-bottom: 56px;\n    border-bottom: 1px solid rgba(255,255,255,0.06);\n    animation: fadeUp 0.5s ease both;\n  }\n\n  .section:last-child {\n    border-bottom: none;\n  }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(16px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  .section-number {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 11px;\n    letter-spacing: 3px;\n    color: var(--gold);\n    text-transform: uppercase;\n    margin-bottom: 12px;\n    display: block;\n  }\n\n  .section h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 26px;\n    font-weight: 600;\n    color: var(--white);\n    margin-bottom: 20px;\n    letter-spacing: 0.3px;\n  }\n\n  .section p {\n    font-size: 14.5px;\n    line-height: 1.85;\n    color: var(--text);\n    margin-bottom: 16px;\n  }\n\n  .section p:last-child { margin-bottom: 0; }\n\n  \/* BULLET LIST *\/\n  .bullet-list {\n    list-style: none;\n    margin: 16px 0;\n  }\n\n  .bullet-list li {\n    font-size: 14.5px;\n    color: var(--text);\n    padding: 8px 0 8px 24px;\n    position: relative;\n    border-bottom: 1px solid rgba(255,255,255,0.04);\n    line-height: 1.7;\n  }\n\n  .bullet-list li:last-child { border-bottom: none; }\n\n  .bullet-list li::before {\n    content: '\u2014';\n    position: absolute;\n    left: 0;\n    color: var(--gold);\n    font-weight: 600;\n  }\n\n  \/* DISCLAIMER BOX *\/\n  .disclaimer-box {\n    background: rgba(201, 169, 110, 0.07);\n    border-left: 3px solid var(--gold);\n    padding: 20px 24px;\n    margin: 24px 0;\n    border-radius: 0 4px 4px 0;\n  }\n\n  .disclaimer-box p {\n    font-size: 13.5px;\n    color: var(--gold-light);\n    margin: 0;\n    line-height: 1.7;\n  }\n\n  \/* CONTACT BOX *\/\n  .contact-box {\n    background: var(--navy-light);\n    border: 1px solid rgba(201, 169, 110, 0.2);\n    border-radius: 8px;\n    padding: 32px 36px;\n    margin-top: 20px;\n  }\n\n  .contact-box p {\n    margin-bottom: 8px;\n    font-size: 14px;\n  }\n\n  .contact-box a {\n    color: var(--gold);\n    text-decoration: none;\n    border-bottom: 1px solid rgba(201, 169, 110, 0.3);\n    transition: border-color 0.2s;\n  }\n\n  .contact-box a:hover { border-color: var(--gold); }\n\n  .contact-box strong {\n    color: var(--white);\n    font-weight: 500;\n  }\n\n  \/* FOOTER *\/\n  footer {\n    background: var(--navy-light);\n    border-top: 1px solid rgba(201, 169, 110, 0.15);\n    padding: 32px 60px;\n    text-align: center;\n    font-size: 12px;\n    color: var(--gray);\n    letter-spacing: 0.5px;\n  }\n\n  footer a {\n    color: var(--gold);\n    text-decoration: none;\n  }\n\n  @media (max-width: 768px) {\n    header, .hero, main { padding-left: 24px; padding-right: 24px; }\n    .hero { padding-top: 48px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- HEADER -->\n<header>\n  <div class=\"header-logo\">ETP<\/div>\n  <div class=\"header-text\">\n    <h1>EuroTrading Partners<\/h1>\n    <p>Connecting Entrepreneurs &amp; Investors<\/p>\n  <\/div>\n<\/header>\n\n<!-- HERO -->\n<div class=\"hero\">\n  <div class=\"hero-label\">\n    <span>Legal Documentation<\/span>\n  <\/div>\n  <h2>Terms &amp; <em>Conditions<\/em><\/h2>\n  <p class=\"hero-meta\">www.eurotradingpartners.com &nbsp;\u00b7&nbsp; Last updated: May 2026<\/p>\n<\/div>\n\n<!-- MAIN -->\n<main>\n\n  <div class=\"section\">\n    <span class=\"section-number\">Article 01<\/span>\n    <h3>Acceptance of Terms<\/h3>\n    <p>By accessing and using the EuroTrading Partners website (www.eurotradingpartners.com) and any of its associated services, you agree to be bound by these Terms and Conditions. If you do not agree to these terms, please do not use this website.<\/p>\n    <p>EuroTrading Partners reserves the right to modify these Terms and Conditions at any time. Changes will be effective immediately upon posting to the website. Your continued use of the website following any changes constitutes your acceptance of the revised terms.<\/p>\n  <\/div>\n\n  <div class=\"section\">\n    <span class=\"section-number\">Article 02<\/span>\n    <h3>About EuroTrading Partners<\/h3>\n    <p>EuroTrading Partners is a business advisory firm specialising in:<\/p>\n    <ul class=\"bullet-list\">\n      <li>Fundraising facilitation and investor-entrepreneur matchmaking<\/li>\n      <li>Business Development advisory services<\/li>\n      <li>Executive training and business education<\/li>\n      <li>Strategic consulting for companies operating in EMEA and international markets<\/li>\n    <\/ul>\n    <div class=\"disclaimer-box\">\n      <p>EuroTrading Partners acts as an intermediary and introduction agent. It does not provide regulated financial investment advice, manage funds on behalf of clients, or act as a licensed investment advisor under applicable financial regulations.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"section\">\n    <span class=\"section-number\">Article 03<\/span>\n    <h3>Services Description<\/h3>\n    <p>The services provided by EuroTrading Partners include, but are not limited to:<\/p>\n    <ul class=\"bullet-list\">\n      <li>Connecting entrepreneurs and companies with potential investors<\/li>\n      <li>Facilitating introductions between business partners<\/li>\n      <li>Providing strategic business development consulting<\/li>\n      <li>Delivering executive training programmes in Finance, Strategy, and Entrepreneurship<\/li>\n      <li>Supporting companies in preparing fundraising materials (pitch decks, data rooms, executive summaries)<\/li>\n    <\/ul>\n    <p>EuroTrading Partners does not guarantee the success of any fundraising process, business introduction, or commercial transaction resulting from its services. All introductions and connections are made on a best-efforts basis.<\/p>\n  <\/div>\n\n  <div class=\"section\">\n    <span class=\"section-number\">Article 04<\/span>\n    <h3>Financial Services Disclaimer<\/h3>\n    <p>EuroTrading Partners is <strong style=\"color:var(--white)\">NOT<\/strong> a regulated financial advisor, investment advisor, or asset manager. The company does not hold any financial services licence or authorisation from the Autorit\u00e9 des March\u00e9s Financiers (AMF) or any other financial regulatory authority.<\/p>\n    <p>Nothing on this website or communicated by EuroTrading Partners constitutes:<\/p>\n    <ul class=\"bullet-list\">\n      <li>Financial investment advice or recommendations<\/li>\n      <li>An offer or solicitation to buy or sell any financial instrument or security<\/li>\n      <li>Tax, legal, or accounting advice<\/li>\n      <li>A guarantee of investment returns or business outcomes<\/li>\n    <\/ul>\n    <div class=\"disclaimer-box\">\n      <p>Users are strongly advised to seek independent regulated financial, legal, and tax advice before making any investment decision.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"section\">\n    <span class=\"section-number\">Article 05<\/span>\n    <h3>Intellectual Property<\/h3>\n    <p>All content on this website \u2014 including but not limited to text, graphics, logos, images, training materials, documents, and software \u2014 is the exclusive property of EuroTrading Partners or its content suppliers and is protected by applicable intellectual property laws.<\/p>\n    <p>You may not reproduce, distribute, modify, transmit, or use any content from this website for commercial purposes without the prior written consent of EuroTrading Partners.<\/p>\n  <\/div>\n\n  <div class=\"section\">\n    <span class=\"section-number\">Article 06<\/span>\n    <h3>Confidentiality<\/h3>\n    <p>Any information shared through this website, data rooms, or in the context of advisory mandates is considered strictly confidential. Users agree not to disclose, share, or use confidential information for any purpose other than the one for which it was provided.<\/p>\n    <p>This confidentiality obligation survives termination of any business relationship with EuroTrading Partners and remains in force indefinitely unless the information becomes publicly available through lawful means.<\/p>\n  <\/div>\n\n  <div class=\"section\">\n    <span class=\"section-number\">Article 07<\/span>\n    <h3>Data Protection &amp; Privacy<\/h3>\n    <p>EuroTrading Partners is committed to protecting your personal data in accordance with the General Data Protection Regulation (GDPR \u2014 EU Regulation 2016\/679) and applicable French data protection laws.<\/p>\n    <p>Personal data collected through this website may be used to:<\/p>\n    <ul class=\"bullet-list\">\n      <li>Respond to enquiries and communications<\/li>\n      <li>Provide requested services and advisory mandates<\/li>\n      <li>Send relevant business information and updates (with your consent)<\/li>\n      <li>Comply with legal obligations<\/li>\n    <\/ul>\n    <p>You have the right to access, rectify, erase, and port your personal data. To exercise these rights, please contact us at: <a href=\"mailto:contact@eurotradingpartners.com\" style=\"color:var(--gold);text-decoration:none;border-bottom:1px solid rgba(201,169,110,0.3)\">contact@eurotradingpartners.com<\/a>.<\/p>\n    <p>EuroTrading Partners does not sell, rent, or share personal data with third parties for marketing purposes.<\/p>\n  <\/div>\n\n  <div class=\"section\">\n    <span class=\"section-number\">Article 08<\/span>\n    <h3>Limitation of Liability<\/h3>\n    <p>To the fullest extent permitted by applicable law, EuroTrading Partners shall not be liable for:<\/p>\n    <ul class=\"bullet-list\">\n      <li>Any direct, indirect, incidental, or consequential damages arising from use of this website<\/li>\n      <li>Any loss of business, revenue, profits, or data<\/li>\n      <li>The outcome of any business introduction, investment, or commercial transaction<\/li>\n      <li>The accuracy, completeness, or timeliness of any information provided on this website<\/li>\n    <\/ul>\n    <p>The total liability of EuroTrading Partners in connection with any claim arising under these Terms shall not exceed the fees paid by the client for the specific service giving rise to such claim.<\/p>\n  <\/div>\n\n  <div class=\"section\">\n    <span class=\"section-number\">Article 09<\/span>\n    <h3>Third-Party Links<\/h3>\n    <p>This website may contain links to third-party websites, including partner organisations such as P\u00e9pini\u00e8re 27 Incubator and SupFinance. EuroTrading Partners has no control over the content, privacy policies, or practices of these websites and accepts no responsibility for them.<\/p>\n    <p>The inclusion of any link does not imply endorsement of the linked website by EuroTrading Partners.<\/p>\n  <\/div>\n\n  <div class=\"section\">\n    <span class=\"section-number\">Article 10<\/span>\n    <h3>Anti-Money Laundering (AML) &amp; Compliance<\/h3>\n    <p>EuroTrading Partners is committed to full compliance with applicable anti-money laundering (AML) and counter-terrorist financing (CTF) regulations. In the course of our services, we may require clients and investors to provide identity verification documents (KYC \u2014 Know Your Customer) in accordance with the 5th EU Anti-Money Laundering Directive and French LCB-FT regulations.<\/p>\n    <p>EuroTrading Partners reserves the right to refuse or terminate any mandate if there are reasonable grounds to suspect non-compliance with applicable laws.<\/p>\n  <\/div>\n\n  <div class=\"section\">\n    <span class=\"section-number\">Article 11<\/span>\n    <h3>Governing Law &amp; Jurisdiction<\/h3>\n    <p>These Terms and Conditions are governed by and construed in accordance with the laws of France. Any dispute arising out of or in connection with these Terms shall be subject to the exclusive jurisdiction of the courts of Paris, France.<\/p>\n    <p>In the event of a dispute, the parties agree to first attempt resolution through good-faith negotiation before initiating any legal proceedings.<\/p>\n  <\/div>\n\n  <div class=\"section\">\n    <span class=\"section-number\">Article 12<\/span>\n    <h3>Contact Information<\/h3>\n    <p>For any questions regarding these Terms and Conditions, please contact:<\/p>\n    <div class=\"contact-box\">\n      <p><strong>EuroTrading Partners<\/strong><\/p>\n      <p>P\u00e9pini\u00e8re 27 \u2014 27 rue du Chemin Vert, 75011 Paris, France<\/p>\n      <p>Email: <a href=\"mailto:contact@eurotradingpartners.com\">contact@eurotradingpartners.com<\/a><\/p>\n      <p>Website: <a href=\"https:\/\/eurotradingpartners.com\/fr\/\" target=\"_blank\">www.eurotradingpartners.com<\/a><\/p>\n    <\/div>\n  <\/div>\n\n<\/main>\n\n<footer>\n  &copy; 2026 EuroTrading Partners &nbsp;\u00b7&nbsp; <a href=\"https:\/\/eurotradingpartners.com\/fr\/\">www.eurotradingpartners.com<\/a> &nbsp;\u00b7&nbsp; All rights reserved\n<\/footer>\n\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Terms &#038; Conditions \u2014 EuroTrading Partners ETP EuroTrading Partners Connecting Entrepreneurs &amp; Investors Legal Documentation Terms &amp; Conditions www.eurotradingpartners.com &nbsp;\u00b7&nbsp; Last updated: May 2026 Article 01 Acceptance of Terms By accessing and using the EuroTrading Partners website (www.eurotradingpartners.com) and any of its associated services, you agree to be bound by these Terms and Conditions. If&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-37","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/eurotradingpartners.com\/fr\/wp-json\/wp\/v2\/pages\/37","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eurotradingpartners.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/eurotradingpartners.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/eurotradingpartners.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/eurotradingpartners.com\/fr\/wp-json\/wp\/v2\/comments?post=37"}],"version-history":[{"count":14,"href":"https:\/\/eurotradingpartners.com\/fr\/wp-json\/wp\/v2\/pages\/37\/revisions"}],"predecessor-version":[{"id":1462,"href":"https:\/\/eurotradingpartners.com\/fr\/wp-json\/wp\/v2\/pages\/37\/revisions\/1462"}],"wp:attachment":[{"href":"https:\/\/eurotradingpartners.com\/fr\/wp-json\/wp\/v2\/media?parent=37"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}