{"id":7821,"date":"2025-06-17T08:19:20","date_gmt":"2025-06-17T06:19:20","guid":{"rendered":"https:\/\/tortour.com\/?p=7821"},"modified":"2025-06-17T15:57:06","modified_gmt":"2025-06-17T13:57:06","slug":"meet-our-partners-alexandre-leger-from-alpian","status":"publish","type":"post","link":"https:\/\/tortour.com\/en\/meet-our-partners-alexandre-leger-from-alpian\/","title":{"rendered":"Meet our Partners: Alexandre L\u00e9ger from Alpian"},"content":{"rendered":"<p><strong>In the TORTOUR Partner Spotlight series, we showcase the people and stories behind the brands that make this ultracycling adventure possible. Today, we talk to Alexandre L\u00e9ger from Alpian \u2013 a bank that, much like TORTOUR, stands for innovation, endurance and pushing beyond the ordinary.<\/strong><\/p>\n\n<div class=\"partner-grid-wrapper grid-layout\" data-style=\"minimal\">\n<\/div>\n<p><strong>How did you actually get into cycling &#8211; and what does cycling mean to you today?<\/strong><\/p>\n<p>I have been immersed in cycling since I was young. My father was an advanced amateur competitor. Every year, he would take me to see the great races like the Tour de France or Paris-Roubaix. Later on, I joined my local club and participated in criteriums every weekend, though I never reached an elite level. I particularly enjoyed hill climbs because I was a good climber. Nowadays, it&#8217;s hard to find time to ride, so I limit myself to the occasional riding for pleasure.<\/p>\n<p><strong>Is there a special moment on the bike that you will never forget?<\/strong><\/p>\n<p>The moment I will never forget is quite recent. It was last year during &#8220;L&#8217;\u00c9tape du Tour&#8221; in Nice, in the south of France.<\/p>\n<p>I signed up despite being undertrained, just to support my sister in her challenge. We rode together the entire way, encouraging each other to conquer the 4700 meters of elevation gain and nearly 140 km. Crossing the finish line, hand in hand, after all that effort was undoubtedly one of my best memories on a bike.<\/p>\n<p><strong>What fascinates you about events like the TORTOUR &#8211; whether as a rider or spectator?<\/strong><\/p>\n<p>In extreme distance events like the TORTOUR, I am fascinated by the mental strength required to complete such challenges. While physical fitness is necessary, I believe that beyond a certain distance, it is the mind that takes over. It truly pushes you out of your comfort zone.<\/p>\n<p>The MYSELF format I chose will allow me to test my limits, especially since I no longer have the training and physical shape I had when I competed.<\/p>\n<p><strong>How did your company come to support the TORTOUR &#8211; and did you have a hand in it yourself?<\/strong><\/p>\n<p>Alpian Bank chose to support TORTOUR because it represents an extraordinary project that aligns with our core values: perseverance, innovation, sustainability and Swissness. This unique event promotes a healthy, eco-conscious lifestyle and fosters a spirit of teamwork and resilience. Supporting TORTOUR is our way of contributing to a meaningful initiative that inspires positive change beyond sport.<\/p>\n<p><strong>Why is the TORTOUR a particularly good fit for you as a brand?<\/strong><\/p>\n<p>Alpian is a young and dynamic company in a well-established sector.<\/p>\n<p>Pushing oneself and stepping out of one&#8217;s comfort zone are essential to standing out as a Swiss bank. In this sense, promoting such extreme sports events aligns perfectly with our mindset.<\/p>\n<p>Many thanks Alexandre and we will see eachother at the TORTOUR!<\/p>\n<div\n\tclass=\"wpce-gallery\"\n\tx-data=\"{\n\t\tuid: &quot;gallery-aa43bd94-8eda-40df-bbe9-ffe0c1e3d8f0&quot;,\n\t\t_previewEl: null,\n\t\tloading: false,\n\t\tnoPush: false,\n\t\trefs: null,\n\t\tinit() {\n\t\t\tconst refs = this.$refs\n\t\t\tthis.refs = {\n\t\t\t\tget grid() { return refs.grid },\n\t\t\t\tget image() { return refs.image },\n\t\t\t\tget content() { return refs.content },\n\t\t\t}\n\n\t\t\t\/\/ Update from Hash\n\t\t\tlet evaluateHash = () =&gt; {\n\t\t\t\tthis.noPush = true\n\n\t\t\t\tif (!this.$hash.startsWith('\/' + this.uid + '\/')) {\n\t\t\t\t\tthis.previewEl = null\n\t\t\t\t\tthis.noPush = false\n\t\t\t\t\treturn\n\t\t\t\t}\n\n\t\t\t\tlet index = Number(this.$hash.slice(this.uid.length + 2))\n\t\t\t\tif (isNaN(index)) {\n\t\t\t\t\tthis.previewEl = null\n\t\t\t\t\tthis.noPush = false\n\t\t\t\t\treturn\n\t\t\t\t}\n\n\t\t\t\tlet element = this.refs.grid.children[index - 1]\n\t\t\t\tif (!element) {\n\t\t\t\t\tthis.previewEl = null\n\t\t\t\t\tthis.noPush = false\n\t\t\t\t\treturn\n\t\t\t\t}\n\n\t\t\t\tif (element === this._previewEl) {\n\t\t\t\t\tthis.noPush = false\n\t\t\t\t\treturn\n\t\t\t\t}\n\n\t\t\t\tthis.previewEl = element\n\t\t\t\tthis.noPush = false\n\t\t\t}\n\n\t\t\tthis.$watch('$hash', evaluateHash)\n\t\t\tsetTimeout(evaluateHash, 0)\n\t\t},\n\t\tonKeydown(event) {\n\t\t\tif (!this.previewEl) return\n\t\t\tif (event.metaKey || event.altKey || event.ctrlKey || event.shiftKey) return\n\n\t\t\tswitch (event.key) {\n\t\t\t\tcase 'ArrowLeft':\n\t\t\t\t\tthis.previous()\n\t\t\t\t\tbreak\n\n\t\t\t\tcase 'ArrowRight':\n\t\t\t\t\tthis.next()\n\t\t\t\t\tbreak\n\n\t\t\t\tcase 'Escape':\n\t\t\t\t\tthis.close()\n\t\t\t\t\tbreak\n\t\t\t}\n\t\t},\n\t\tget previewEl() {\n\t\t\treturn this._previewEl\n\t\t},\n\t\tset previewEl(el) {\n\t\t\tthis.loading = true\n\n\t\t\tif (!this.noPush) {\n\t\t\t\tlet index = [...this.refs.grid.children].indexOf(el) + 1\n\t\t\t\tlet hash = el ? `#\/${ this.uid }\/${ index }` : ''\n\t\t\t\tlet url = location.pathname + hash\n\t\t\t\thistory.pushState(null, null, url)\n\t\t\t\twindow.dispatchEvent(new HashChangeEvent('hashchange'))\n\t\t\t}\n\n\t\t\tthis._previewEl = el\n\n\t\t\t\n\t\t\tsetTimeout(() =&gt; {\n\t\t\t\tif (el &#038;&#038; this.refs.image.naturalWidth &gt; 0) {\n\t\t\t\t\tthis.loading = false\n\t\t\t\t}\n\t\t\t})\n\t\t},\n\t\tget caption() {\n\t\t\t\n\t\t\treturn this.previewEl\n\t\t\t\t&#038;&#038; (\n\t\t\t\t\tthis.previewEl.dataset.caption\n\t\t\t\t)\n\t\t\t\t|| undefined\n\t\t},\n\t\tpreloadPrevious() {\n\t\t\tlet img = new Image()\n\t\t\timg.src = this.refs.grid.children[this.previewEl.dataset.prevIndex]\n\t\t},\n\t\tpreloadNext() {\n\t\t\tlet img = new Image()\n\t\t\timg.src = this.refs.grid.children[this.previewEl.dataset.nextIndex]\n\t\t},\n\t\tprevious() {\n\t\t\tif (this.previewEl) {\n\t\t\t\tthis.previewEl = this.refs.grid.children[this.previewEl.dataset.prevIndex]\n\t\t\t}\n\t\t},\n\t\tnext() {\n\t\t\tif (this.previewEl) {\n\t\t\t\tthis.previewEl = this.refs.grid.children[this.previewEl.dataset.nextIndex]\n\t\t\t}\n\t\t},\n\t\tclose() {\n\t\t\t\n\t\t\tthis.hide()\n\t\t\tsetTimeout(() =&gt; {\n\t\t\t\tthis.previewEl = null\n\t\t\t}, 400)\n\t\t},\n\n\t\t\n\t\t...transition({\n\t\t\tcss: {\n\t\t\t\topacity: 0,\n\t\t\t\ttransform: 'scale(1.05)',\n\t\t\t},\n\t\t\tduration: 400,\n\t\t}),\n\t}\"\n\tx-effect=\"toggle(previewEl !== null)\"\n\t:class=\"{ active: previewEl !== null }\"\n\t@keydown.document=\"onKeydown\"\n>\n\t<template x-teleport=\"body\">\n\t\t<div\n\t\t\trole=\"dialog\"\n\t\t\tclass=\"gallery-overlay\"\n\t\t\tstyle=\"display: none\"\n\t\t\tx-bind=\"target\"\n\t\t\tx-trap=\"previewEl !== null\"\n\t\t>\n\t\t\t<p class=\"sr-only\">Welcome to the gallery. Press Escape to close or the left\/right arrow keys to navigate.<\/p>\n\t\t\t<button type=\"button\" class=\"gallery-control icon-button control-close\" @click=\"close\">\n\t\t\t\t<svg aria-hidden=\"true\" focusable=\"false\" width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8.75 0 10 1.25 6.25 5 10 8.75 8.75 10 5 6.25 1.25 10 0 8.75 3.75 5 0 1.25 1.25 0 5 3.75z\" fill=\"currentColor\" fill-rule=\"nonzero\"><\/path><\/svg>\n\t\t\t\t<span class=\"sr-only\">Close gallery<\/span>\n\t\t\t<\/button>\n\t\t\t<button type=\"button\" class=\"gallery-control icon-button control-prev\" @click=\"previous\">\n\t\t\t\t<svg aria-hidden=\"true\" focusable=\"false\" width=\"6\" height=\"10\" viewBox=\"0 0 6 10\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M4.667 10 6 8.571 2.667 5 6 1.429 4.667 0 0 5z\" fill=\"currentColor\" fill-rule=\"evenodd\"><\/path><\/svg>\n\t\t\t\t<span class=\"sr-only\">Previous image<\/span>\n\t\t\t<\/button>\n\t\t\t<button type=\"button\" class=\"gallery-control icon-button control-next\" @click=\"next\">\n\t\t\t\t<svg aria-hidden=\"true\" focusable=\"false\" width=\"6\" height=\"10\" viewBox=\"0 0 6 10\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M1.333 10 0 8.571 3.333 5 0 1.429 1.333 0 6 5z\" fill=\"currentColor\" fill-rule=\"evenodd\"><\/path><\/svg>\n\t\t\t\t<span class=\"sr-only\">Next image<\/span>\n\t\t\t<\/button>\n\t\t\t<div class=\"caption-container\" :class=\"{ active: !loading &#038;&#038; caption }\">\n\t\t\t\t<div id=\"gallery-aa43bd94-8eda-40df-bbe9-ffe0c1e3d8f0-caption\" class=\"control-caption\" x-text=\"caption\"><\/div>\n\t\t\t<\/div>\n\t\t\t<figure class=\"content\" x-ref=\"content\" :aria-labelledby=\"previewEl &#038;&#038; previewEl.dataset.alt ? &quot;gallery-aa43bd94-8eda-40df-bbe9-ffe0c1e3d8f0-caption&quot; : null\">\n\t\t\t\t<img\n\t\t\t\t\tx-ref=\"image\"\n\t\t\t\t\t:alt=\"previewEl &#038;&#038; previewEl.dataset.alt\"\n\t\t\t\t\t:src=\"previewEl &#038;&#038; previewEl.dataset.fullSrc\"\n\t\t\t\t\t:class=\"{ 'with-caption': !loading &#038;&#038; caption }\"\n\t\t\t\t\t:style=\"{ opacity: loading ? 0 : 1 }\"\n\t\t\t\t\t@load=\"loading = false; preloadNext(); preloadPrevious()\"\n\t\t\t\t>\n\t\t\t<\/figure>\n\t\t<\/div>\n\t<\/template>\n\t<div class=\"gallery-grid grid-layout\" x-ref=\"grid\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/tortour.com\/wp-content\/uploads\/photo-velo01-1-1352x900.jpg\"\n\t\t\t\t@click.prevent=\"previewEl = $el\"\n\t\t\t\tdata-alt=\"\"\n\t\t\t\tdata-caption=\"\"\n\t\t\t\tdata-next-index=\"1\"\n\t\t\t\tdata-prev-index=\"1\"\n\t\t\t\tdata-full-src=\"https:\/\/tortour.com\/wp-content\/uploads\/photo-velo01-1-1352x900.jpg\"\n\t\t\t>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"316\" height=\"316\" src=\"https:\/\/tortour.com\/wp-content\/uploads\/photo-velo01-1-316x316.jpg\" class=\"gallery-image tile\" alt=\"\" srcset=\"https:\/\/tortour.com\/wp-content\/uploads\/photo-velo01-1-316x316.jpg 316w, https:\/\/tortour.com\/wp-content\/uploads\/photo-velo01-1-150x150.jpg 150w, https:\/\/tortour.com\/wp-content\/uploads\/photo-velo01-1-632x632.jpg 632w\" sizes=\"auto, (max-width: 316px) 100vw, 316px\" \/>\n\t\t\t<\/a>\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/tortour.com\/wp-content\/uploads\/photo-velo02-1351x900.jpg\"\n\t\t\t\t@click.prevent=\"previewEl = $el\"\n\t\t\t\tdata-alt=\"\"\n\t\t\t\tdata-caption=\"\"\n\t\t\t\tdata-next-index=\"0\"\n\t\t\t\tdata-prev-index=\"0\"\n\t\t\t\tdata-full-src=\"https:\/\/tortour.com\/wp-content\/uploads\/photo-velo02-1351x900.jpg\"\n\t\t\t>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"316\" height=\"316\" src=\"https:\/\/tortour.com\/wp-content\/uploads\/photo-velo02-316x316.jpg\" class=\"gallery-image tile\" alt=\"\" srcset=\"https:\/\/tortour.com\/wp-content\/uploads\/photo-velo02-316x316.jpg 316w, https:\/\/tortour.com\/wp-content\/uploads\/photo-velo02-150x150.jpg 150w, https:\/\/tortour.com\/wp-content\/uploads\/photo-velo02-632x632.jpg 632w\" sizes=\"auto, (max-width: 316px) 100vw, 316px\" \/>\n\t\t\t<\/a>\n\t<\/div>\n<\/div><h2>EXCLUSIVE OFFER FOR TORTOURISTI<\/h2>\n<p>Celebrate our partnership with Alpian! As a thank you for your loyalty and to support you on your financial journey, Alpian is now giving you a <strong>welcome bonus of CHF 100<\/strong> when you open a new account with Alpian and make a minimum deposit of CHF 500.<\/p>\n<p>Use our exclusive referral code: <strong>TOUR25<\/strong><\/p>\n<p>Visit our landing page to learn more and open your account today<\/p>\n\n<div class=\"buttons\">\n\t<div class=\"button-group\">\n\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/www.alpian.com\/lp\/tourtour?utm_source=(direct)&amp;utm_medium=referral&amp;utm_campaign=(direct)&amp;utm_id=(not\" target=\"_blank\" rel=\"noopener\" class=\"button style-default with-arrow\"\n\t\t\t>\n\t\t\t\tLearn more\n\t\t\t<\/a>\n\t<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>In the TORTOUR Partner Spotlight series, we showcase the people and stories behind the brands that make this ultracycling adventure possible. Today, we talk to Alexandre L\u00e9ger from Alpian \u2013 a bank that, much like TORTOUR, stands for innovation, endurance and pushing beyond the ordinary. How did you actually get into cycling &#8211; and what [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":7815,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[97],"class_list":["post-7821","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news-en"],"acf":[],"_links":{"self":[{"href":"https:\/\/tortour.com\/en\/wp-json\/wp\/v2\/posts\/7821","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tortour.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tortour.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tortour.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/tortour.com\/en\/wp-json\/wp\/v2\/comments?post=7821"}],"version-history":[{"count":3,"href":"https:\/\/tortour.com\/en\/wp-json\/wp\/v2\/posts\/7821\/revisions"}],"predecessor-version":[{"id":7854,"href":"https:\/\/tortour.com\/en\/wp-json\/wp\/v2\/posts\/7821\/revisions\/7854"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tortour.com\/en\/wp-json\/wp\/v2\/media\/7815"}],"wp:attachment":[{"href":"https:\/\/tortour.com\/en\/wp-json\/wp\/v2\/media?parent=7821"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tortour.com\/en\/wp-json\/wp\/v2\/categories?post=7821"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}