CINXE.COM
Martin Garrix | Les Archives du Spectacle
<!DOCTYPE html> <html lang='fr'> <head> <meta charset='utf-8' /> <base href="/" /><!--[if IE]><base href="https://lesarchivesduspectacle.net/" /><![endif]--> <meta name='description' content='Les Archives du Spectacle - Un moteur de recherche pour le spectacle vivant (théâtre, danse, opéra). Une base de données contenant des dizaines de milliers de fiches sur des spectacles, des œuvres, des personnes et des organismes (théâtres, compagnies, festivals…).' /> <meta name='Copyright' content='Les Archives du Spectacle, 2007-2024' /> <meta name='viewport' content='width=device-width, initial-scale=1' /> <link rel='canonical' href='https://lesarchivesduspectacle.net/p/280776-Martin-Garrix' /> <link rel='shortcut icon' type='image/png' href='/img/iconeAS_V4.png' sizes='16x16' /> <link rel='icon' type='image/png' sizes='32x32' href='/favicon-32x32.png'> <link rel='apple-touch-icon' sizes='180x180' href='/apple-touch-icon.png'> <link rel='mask-icon' href='/safari-pinned-tab.svg' color='#cc0000'> <link rel='manifest' href='/manifest.webmanifest'> <meta name='theme-color' content='#606060'> <link rel='search' type='application/opensearchdescription+xml' title='Les Archives du Spectacle' href='/opensearch_plugin.xml' /> <link rel='alternate' type='application/rss+xml' title='Les dernières fiches Spectacle créées ou modifiées' href='/rss_derniers-spectacles.php' /> <link rel='alternate' type='application/rss+xml' title='Les dernières programmations enregistrées' href='/rss_au-fil-du-temps.php' /> <script> var _paq = window._paq = window._paq || []; _paq.push(['disableCookies']); _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="//visites.lesarchivesduspectacle.net/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '2']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); // Détecter PWA window.addEventListener('DOMContentLoaded', () => { // `display-mode: standalone` doit être gardé en cohérence // avec la valeur de `display` dans manifest.webmanifest if (window.matchMedia('(display-mode: standalone)').matches) { _paq.push(['trackEvent', 'page_view', 'pwa']); } }); </script> <link rel='stylesheet' href='/css/dist/main.front.1732870065.css' media='all' /> <link rel='stylesheet' href='/css/dist/main.print.1732870065.css' media='print' /> <!--[if lt IE 9]><script src='/js/html5shiv_min.js'></script><![endif]--> <!--[if IE]><script type='text/javascript' src='/js/polyfill-ie.js'></script><![endif]--> <script> this.LADS = this.LADS || {}; this.LADS.Root = ""; this.LADS.callWhenDOMLoaded = function (callable) { if (document.readyState === "loading") { window.addEventListener("DOMContentLoaded", callable); } else { callable(); } }; </script> <script>if (!("Promise" in window)) { document.write('<script src="/js/polyfill-modern.js"><\/script>'); }</script> <script src='/js/dist/main.front.1732870061.js' async></script> <script>(function(){if(typeof window.LADS==="undefined"){window.LADS={}}if(window.NodeList&&!NodeList.prototype.forEach){NodeList.prototype.forEach=function(callback,thisArg){thisArg=thisArg||window;for(var i=0;i<this.length;i++){callback.call(thisArg,this[i],i,this)}}}LADS.Tabs={};LADS.Tabs.updateTabsStateFromHash=function(hashOrEvent){var target=null;if(typeof hashOrEvent==="string"){target=hashOrEvent}else{var url=hashOrEvent.newURL||window.location.href;if(url.indexOf("#")!==-1){target=url.slice(url.indexOf("#"))}}if(!target){target=null}var targetElement=document.querySelector(target);if(targetElement){LADS.Tabs.selectTab(targetElement)}else{return false}if(window.LADS.adjustResize){window.LADS.adjustResize()}};window.addEventListener("hashchange",LADS.Tabs.updateTabsStateFromHash);LADS.Tabs.processTabs=function(tabsGroup){tabsGroup.classList.add("onglets--interactive");var selectedTab=tabsGroup.querySelector(".onglets__onglet--on");if(!selectedTab){var firstPanelTarget=tabsGroup.querySelector(".onglets__onglet--seul");if(firstPanelTarget){LADS.Tabs.selectTab(firstPanelTarget)}}tabsGroup.querySelectorAll("a[role='tab']").forEach(function(a){a.addEventListener("click",function(event){event.preventDefault();history.replaceState({},document.title,a.href);LADS.Tabs.updateTabsStateFromHash(location.hash)})});var scrollToFirstTab=tabsGroup.querySelector(".onglets__scroll-to-first");var scrollToLastTab=tabsGroup.querySelector(".onglets__scroll-to-last");var tabsContainer=tabsGroup.querySelector(".onglets__liste");scrollToFirstTab.addEventListener("click",function(){tabsContainer.scrollLeft=0});scrollToLastTab.addEventListener("click",function(){tabsContainer.scrollLeft=tabsContainer.scrollWidth-tabsContainer.offsetWidth});function updateVisibility(){if(tabsContainer.offsetWidth<tabsContainer.scrollWidth){scrollToFirstTab.style.display=tabsContainer.scrollLeft>0?"inline":"none";scrollToLastTab.style.display=tabsContainer.scrollWidth-tabsContainer.offsetWidth-tabsContainer.scrollLeft>1?"inline":"none"}else{scrollToFirstTab.style.display="none";scrollToLastTab.style.display="none"}}LADS.callWhenDOMLoaded(updateVisibility);window.addEventListener("load",function(){window.addEventListener("resize",throttle(updateVisibility,500));tabsContainer.addEventListener("scroll",throttle(updateVisibility,500))})};LADS.Tabs.selectTab=function(targetElement){var slug=targetElement.id;var groupe=targetElement.parentElement;var onglet=groupe.querySelector(".onglets__onglet[data-slug="+slug+"]");var panneau=groupe.querySelector(".onglets__panneau[data-slug="+slug+"]");var panneau=groupe.querySelector(".onglets__panneau[data-slug="+slug+"]");if(!panneau){return console.error("Panneau introuvable : .onglets__panneau[data-slug="+slug+"]")}panneauxOn=groupe.querySelectorAll(".onglets__panneau--on");if(panneauxOn.length){panneauxOn.forEach(function(p){p.classList.remove("onglets__panneau--on")})}ongletsOn=groupe.querySelectorAll(".onglets__onglet--on");if(ongletsOn.length){ongletsOn.forEach(function(o){o.classList.remove("onglets__onglet--on")})}panneau.classList.add("onglets__panneau--on");onglet.classList.add("onglets__onglet--on")};LADS.callWhenDOMLoaded(function(){if(window.location.href.indexOf("#")!==-1){LADS.Tabs.updateTabsStateFromHash(window.location.hash)}if(window.LADS.adjustResize){window.LADS.adjustResize()}})})(); //# sourceMappingURL=../../sourcemaps/js/dist/onglets.inc.js.map</script> <meta property='og:title' content='Martin Garrix | Les Archives du Spectacle' /> <meta property='og:description' content='Les Archives du Spectacle - Un moteur de recherche pour les arts de la scène (théâtre, danse, opéra…)' /> <meta property='og:image' content='https://lesarchivesduspectacle.net/img/logoAS_mini.png' /> <meta property='og:image:type' content='image/png' /> <meta property='og:image:width' content='205' /> <meta property='og:image:height' content='205' /> <meta property='og:site_name' content='Les Archives du Spectacle' /> <meta property='og:locale' content='fr_FR' /> <meta property='og:type' content='article' /> <meta property='og:url' content='https://lesarchivesduspectacle.net/p/280776-Martin-Garrix' /> <meta property='fb:admins' content='112032518818753,1148063423' /> <meta name='twitter:card' content='summary' /> <meta name='twitter:site' content='@LesArchives' /> <title>Martin Garrix | Les Archives du Spectacle</title> </head> <body class="frontend" style="padding-bottom:4.5em"> <nav class='quick-access-links'> <a href='/p/280776-Martin-Garrix#access-content'>Aller au contenu</a> <a href='/p/280776-Martin-Garrix#access-search'>Aller à la recherche</a> </nav> <div class="sr-only"> <svg width="0" height="0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><radialGradient id="a" cx="158.429" cy="578.088" r="65" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0 -1.98198 1.8439 0 -1031.402 454.004)" fx="158.429" fy="578.088"><stop offset="0" stop-color="#fd5"/><stop offset=".1" stop-color="#fd5"/><stop offset=".5" stop-color="#ff543e"/><stop offset="1" stop-color="#c837ab"/></radialGradient><radialGradient id="b" cx="147.694" cy="473.455" r="65" gradientUnits="userSpaceOnUse" gradientTransform="matrix(.17394 .86872 -3.5818 .71718 1648.348 -458.493)" fx="147.694" fy="473.455"><stop offset="0" stop-color="#3771c8"/><stop stop-color="#3771c8" offset=".128"/><stop offset="1" stop-color="#60f" stop-opacity="0"/></radialGradient></defs><symbol id="icon-close" viewBox="0 0 10 10"><path d="M1 1l8 8M1 9l8-8" stroke="currentColor"/></symbol><symbol id="icon-download" viewBox="0 0 10 10"><path fill="currentColor" d="M5 9L1 6h8L5 9z"/><path stroke-width="2" d="M5 2v5" stroke="currentColor"/><path d="M.5 9.5h9" stroke="currentColor"/></symbol><symbol id="icon-expand" viewBox="0 0 10 10"><path d="M1.5 4.5L5 9.25 8.5 4.5z"/></symbol><symbol id="icon-eye-close" viewBox="0 0 20 20"><path d="M1 10q9-7.5 18 0-9 7.5-18 0z" stroke="currentColor" stroke-linejoin="round" fill="none"/><path stroke="currentColor" d="M17 3L3 17"/></symbol><symbol id="icon-eye" viewBox="0 0 20 20"><path d="M1 10q9-7.5 18 0-9 7.5-18 0z" stroke="currentColor" stroke-linejoin="round" fill="none"/><circle cx="10" cy="10" r="2.5" stroke="currentColor"/></symbol><symbol id="icon-facebook" viewBox="0 0 20 20"><path fill="#fff" d="M7 2h11v18H7z"/><path d="M0 10V0h20v20h-3.044-3.045v-3.811-3.811h1.317c.727 0 1.33-.01 1.348-.02.021-.014.053-.191.105-.595.277-2.141.318-2.484.302-2.5-.01-.01-.703-.02-1.54-.024l-1.52-.006v-1.21c0-1.094.003-1.229.04-1.384.111-.477.371-.736.865-.865.17-.045.254-.049 1.228-.061L17.1 5.7l.006-1.395c.004-1.105 0-1.397-.023-1.404a4.035 4.035 0 0 0-.305-.033c-.996-.083-2.33-.101-2.778-.038-.892.124-1.6.441-2.156.964-.6.564-.958 1.285-1.125 2.262-.032.19-.039.43-.045 1.655a53.138 53.138 0 0 1-.02 1.483l-.01.05-1.35.006-1.35.006-.005 1.53c-.004 1.108 0 1.54.019 1.561.02.025.27.031 1.361.036l1.337.006.005 3.805.006 3.806H5.333 0V10" fill="currentColor"/></symbol><symbol id="icon-info" viewBox="0 0 105 105"><circle cx="50" cy="50" r="46.113" stroke="#666" stroke-width="7.773" stroke-linecap="round" fill="none"/><path d="M58.68 39.96v27.6q0 2.24 1.2 3.28 1.28.96 4.48 1.28v3.2H35.64v-3.2q4.16-.64 5.28-1.44 1.12-.88 1.12-3.36V50.44q0-2.4-1.2-3.28-1.2-.88-5.2-1.44v-3.2l23.04-2.56zm-14.24-16.8q2.48-2.48 5.92-2.48t5.84 2.48q2.48 2.4 2.48 5.92T56.2 35q-2.4 2.32-5.92 2.32T44.36 35q-2.32-2.4-2.32-6 0-3.44 2.4-5.84z" fill="#666"/></symbol><symbol id="icon-instagram" viewBox="0 0 132 132"><path fill="url(#a)" d="M65.03 0C37.888 0 29.95.028 28.407.156c-5.57.463-9.036 1.34-12.812 3.22-2.91 1.445-5.205 3.12-7.47 5.468C4 13.126 1.5 18.394.595 24.656c-.44 3.04-.568 3.66-.594 19.188-.01 5.176 0 11.988 0 21.125 0 27.12.03 35.05.16 36.59.45 5.42 1.3 8.83 3.1 12.56 3.44 7.14 10.01 12.5 17.75 14.5 2.68.69 5.64 1.07 9.44 1.25 1.61.07 18.02.12 34.44.12 16.42 0 32.84-.02 34.41-.1 4.4-.207 6.955-.55 9.78-1.28a27.22 27.22 0 0 0 17.75-14.53c1.765-3.64 2.66-7.18 3.065-12.317.088-1.12.125-18.977.125-36.81 0-17.836-.04-35.66-.128-36.78-.41-5.22-1.305-8.73-3.127-12.44-1.495-3.037-3.155-5.305-5.565-7.624C116.9 4 111.64 1.5 105.372.596 102.335.157 101.73.027 86.19 0H65.03z" transform="translate(1.004 1)"/><path fill="url(#b)" d="M65.03 0C37.888 0 29.95.028 28.407.156c-5.57.463-9.036 1.34-12.812 3.22-2.91 1.445-5.205 3.12-7.47 5.468C4 13.126 1.5 18.394.595 24.656c-.44 3.04-.568 3.66-.594 19.188-.01 5.176 0 11.988 0 21.125 0 27.12.03 35.05.16 36.59.45 5.42 1.3 8.83 3.1 12.56 3.44 7.14 10.01 12.5 17.75 14.5 2.68.69 5.64 1.07 9.44 1.25 1.61.07 18.02.12 34.44.12 16.42 0 32.84-.02 34.41-.1 4.4-.207 6.955-.55 9.78-1.28a27.22 27.22 0 0 0 17.75-14.53c1.765-3.64 2.66-7.18 3.065-12.317.088-1.12.125-18.977.125-36.81 0-17.836-.04-35.66-.128-36.78-.41-5.22-1.305-8.73-3.127-12.44-1.495-3.037-3.155-5.305-5.565-7.624C116.9 4 111.64 1.5 105.372.596 102.335.157 101.73.027 86.19 0H65.03z" transform="translate(1.004 1)"/><path fill="#fff" d="M66.004 18c-13.036 0-14.672.057-19.792.29-5.11.234-8.598 1.043-11.65 2.23-3.157 1.226-5.835 2.866-8.503 5.535-2.67 2.668-4.31 5.346-5.54 8.502-1.19 3.053-2 6.542-2.23 11.65C18.06 51.327 18 52.964 18 66s.058 14.667.29 19.787c.235 5.11 1.044 8.598 2.23 11.65 1.227 3.157 2.867 5.835 5.536 8.503 2.667 2.67 5.345 4.314 8.5 5.54 3.054 1.187 6.543 1.996 11.652 2.23 5.12.233 6.755.29 19.79.29 13.037 0 14.668-.057 19.788-.29 5.11-.234 8.602-1.043 11.656-2.23 3.156-1.226 5.83-2.87 8.497-5.54 2.67-2.668 4.31-5.346 5.54-8.502 1.18-3.053 1.99-6.542 2.23-11.65.23-5.12.29-6.752.29-19.788 0-13.036-.06-14.672-.29-19.792-.24-5.11-1.05-8.598-2.23-11.65-1.23-3.157-2.87-5.835-5.54-8.503-2.67-2.67-5.34-4.31-8.5-5.535-3.06-1.187-6.55-1.996-11.66-2.23-5.12-.233-6.75-.29-19.79-.29zm-4.306 8.65c1.278-.002 2.704 0 4.306 0 12.816 0 14.335.046 19.396.276 4.68.214 7.22.996 8.912 1.653 2.24.87 3.837 1.91 5.516 3.59 1.68 1.68 2.72 3.28 3.592 5.52.657 1.69 1.44 4.23 1.653 8.91.23 5.06.28 6.58.28 19.39s-.05 14.33-.28 19.39c-.214 4.68-.996 7.22-1.653 8.91-.87 2.24-1.912 3.835-3.592 5.514-1.68 1.68-3.275 2.72-5.516 3.59-1.69.66-4.232 1.44-8.912 1.654-5.06.23-6.58.28-19.396.28-12.817 0-14.336-.05-19.396-.28-4.68-.216-7.22-.998-8.913-1.655-2.24-.87-3.84-1.91-5.52-3.59-1.68-1.68-2.72-3.276-3.592-5.517-.657-1.69-1.44-4.23-1.653-8.91-.23-5.06-.276-6.58-.276-19.398s.046-14.33.276-19.39c.214-4.68.996-7.22 1.653-8.912.87-2.24 1.912-3.84 3.592-5.52 1.68-1.68 3.28-2.72 5.52-3.592 1.692-.66 4.233-1.44 8.913-1.655 4.428-.2 6.144-.26 15.09-.27zm29.928 7.97a5.76 5.76 0 1 0 5.76 5.758c0-3.18-2.58-5.76-5.76-5.76zm-25.622 6.73c-13.613 0-24.65 11.037-24.65 24.65 0 13.613 11.037 24.645 24.65 24.645C79.617 90.645 90.65 79.613 90.65 66S79.616 41.35 66.003 41.35zm0 8.65c8.836 0 16 7.163 16 16 0 8.836-7.164 16-16 16-8.837 0-16-7.164-16-16 0-8.837 7.163-16 16-16z"/></symbol><symbol id="icon-link" viewBox="0 0 20 20"><path d="M14.35-.005C11.653-.005 9.727 2.473 7.8 4.3c.257 0 .642-.13 1.027-.13.642 0 1.284.13 1.926.391 1.028-1.043 2.055-2.217 3.596-2.217.77 0 1.67.391 2.311.913a3.343 3.343 0 0 1 0 4.695l-3.338 3.392c-.514.521-1.541.912-2.312.912-1.798 0-2.696-1.173-3.338-2.608l-1.67 1.696c1.027 1.956 2.568 3.39 4.88 3.39 1.54 0 2.953-.651 3.852-1.695l3.339-3.391C19.23 8.473 20 7.038 20 5.343c-.257-2.87-2.825-5.348-5.65-5.348zM8.828 15.777l-1.155 1.174c-.514.522-1.541.913-2.312.913-.77 0-1.67-.391-2.311-.913-1.284-1.304-1.284-3.522 0-4.696l3.338-3.39C6.902 8.343 7.93 7.95 8.7 7.95c1.798 0 2.696 1.305 3.339 2.609l1.669-1.695c-1.027-1.957-2.568-3.392-4.88-3.392-1.54 0-2.953.652-3.852 1.696l-3.339 3.39c-2.183 2.218-2.183 5.74 0 7.827 2.055 2.087 5.65 2.217 7.576 0l2.44-2.479c-.385.13-.77.13-1.155.13-.642 0-1.156 0-1.67-.26z" fill="currentColor"/></symbol><symbol id="icon-linkedin" viewBox="0 0 20 20"><path d="M2.51 9.997V-.005h19.98V20H2.51V9.997z" fill="#fff"/><path d="M1.211 19.981a1.5 1.5 0 0 1-1.148-.991l-.055-.158-.005-8.776C-.003.35-.013 1.145.124.855a2.08 2.08 0 0 1 .13-.232C.395.415.648.216.9.114 1.194-.006.5.003 10.065.01l8.742.005.137.046c.43.145.72.388.905.76.16.322.147-.57.141 9.236l-.005 8.776-.055.158c-.08.23-.196.412-.366.58-.16.156-.299.248-.492.326-.278.112.33.105-9.092.103-4.772-.001-8.718-.01-8.769-.018zm4.7-7.71V7.509H2.964v4.75c0 2.613.006 4.757.013 4.764.007.007.67.013 1.473.013h1.46v-4.763zm4.833 2.093c.012-2.854.01-2.792.117-3.215.136-.539.4-.904.795-1.098.29-.143.592-.199.973-.18.793.04 1.224.46 1.375 1.341.067.392.078.847.078 3.373v2.45l1.479-.005 1.478-.005.006-2.75c.006-2.863-.002-3.299-.075-3.873-.179-1.399-.677-2.264-1.577-2.737a3.842 3.842 0 0 0-1.015-.327c-.39-.067-1.042-.085-1.382-.038-.965.136-1.787.638-2.236 1.366-.047.076-.096.138-.11.138-.018 0-.025-.148-.03-.643l-.004-.643-1.41-.005-1.41-.005V17.035l1.47-.005 1.467-.005.012-2.661zM4.787 6.16c.612-.126 1.085-.546 1.298-1.152.07-.2.07-.206.07-.516 0-.269-.005-.337-.043-.468a1.76 1.76 0 0 0-.937-1.105c-.268-.124-.418-.155-.738-.154-.25.001-.306.008-.457.054-.296.09-.503.21-.719.414a1.723 1.723 0 0 0 .842 2.928c.18.037.504.036.684-.001z" fill="currentColor"/><path d="M2.51-9.997V-20h19.98V.005H2.51V-9.997z" fill="#fff"/></symbol><symbol id="icon-logout" viewBox="0 0 22 22"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 5V1H1v16h11v-4"/><path d="M1 1v16l7 4V5z" fill="currentColor"/><path d="M12 9h7M16 6.5L19 9l-3 2.5"/></g></symbol><symbol id="icon-mail" viewBox="0 0 25 20"><g fill="#fff" stroke="currentColor"><path stroke-width=".972" d="M.517 1.505h23.966v16.992H.517z"/><path d="M.473 18.482l12.122-11.87 11.932 11.87z" stroke-linejoin="bevel"/><path d="M.473 1.59l12.122 11.869 11.932-11.87z" stroke-linejoin="bevel"/></g></symbol><symbol id="icon-rss" viewBox="0 0 20 20"><path d="M0 0h20.002v20.002H0z" fill="#f78422"/><g transform="scale(.04389)" fill="#fff"><path d="M296.208 159.16C234.445 97.397 152.266 63.382 64.81 63.382v64.348c70.268 0 136.288 27.321 185.898 76.931 49.609 49.61 76.931 115.63 76.931 185.898h64.348c-.001-87.456-34.016-169.636-95.779-231.399z"/><path d="M64.143 172.273v64.348c84.881 0 153.938 69.056 153.938 153.939h64.348c0-120.364-97.922-218.287-218.286-218.287z"/><circle cx="109.833" cy="346.26" r="46.088"/></g></symbol><symbol id="icon-search" viewBox="0 0 25 25"><g transform="rotate(-45 -1222.523 527.079)" stroke="currentColor"><path d="M19.548 1027.375a7.309 7.309 0 1 1-10.336 10.336 7.309 7.309 0 1 1 10.336-10.336z" fill="none" stroke-width="2.66122"/><rect width="3.062" height="10.535" ry=".682" x="13.354" y="1039.95" fill="currentColor" stroke-width="1.536"/></g></symbol><symbol id="icon-share" viewBox="0 0 24 24"><circle cx="18" cy="5" r="3"/><circle cx="6" cy="12" r="3"/><circle cx="18" cy="19" r="3"/><path d="M8.59 13.51l6.83 3.98M15.41 6.51l-6.82 3.98"/></symbol><symbol id="icon-shine-part" viewBox="0 0 10 10"><path fill="currentcolor" d="M0 5c3 0 5-2 5-5 0 3 2 5 5 5-3 0-5 2-5 5 0-3-2-5-5-5"/></symbol><symbol id="icon-shine" viewBox="0 0 10 10"><use xlink:href="#icon-shine-part"/><use xlink:href="#icon-shine-part" transform="matrix(.4 0 0 .4 -.4 .5)"/><use xlink:href="#icon-shine-part" transform="matrix(.2 0 0 .2 2.4 0)"/></symbol><symbol id="icon-twitter" viewBox="0 0 25 20"><path d="M7.862 20c9.435 0 14.594-7.694 14.594-14.365 0-.219-.005-.437-.015-.653A10.34 10.34 0 0 0 25 2.367c-.919.403-1.908.673-2.946.795A5.082 5.082 0 0 0 24.31.37c-.991.578-2.089.998-3.257 1.225A5.161 5.161 0 0 0 17.309 0c-2.833 0-5.13 2.261-5.13 5.048 0 .397.045.782.133 1.152A14.64 14.64 0 0 1 1.74.924a4.976 4.976 0 0 0-.695 2.538c0 1.752.906 3.298 2.283 4.203a5.153 5.153 0 0 1-2.323-.632l-.001.065c0 2.445 1.768 4.487 4.115 4.95a5.212 5.212 0 0 1-2.316.086c.653 2.006 2.546 3.466 4.791 3.507a10.394 10.394 0 0 1-6.37 2.16c-.414 0-.822-.022-1.224-.069A14.687 14.687 0 0 0 7.863 20" fill="currentColor"/></symbol><symbol id="icon-user" viewBox="0 0 20 20"><path d="M10 1.063C4.477 1.063 0 5.82 0 11.69c0 2.744 1 5.38 2.787 7.359C4.09 17.26 8 16.938 8.014 15.518 8 14.878 5 13.816 5.006 10.158c0-3.227 2.236-5.844 4.994-5.845 2.758 0 4.994 2.618 4.994 5.845.006 3.658-2.994 4.72-3.02 5.362.026 1.418 3.924 1.742 5.225 3.529 1.793-1.976 2.797-4.613 2.801-7.359 0-5.87-4.477-10.627-10-10.627z" fill="currentColor"/></symbol></svg> </div><header class='main-header-wrapper no-main-footer'> <div class='main-header'> <div class='main-header__logo'> <a href='/' title='Aller à l’accueil' aria-label='Aller à l’accueil'> <img src='/img/dist/logoLADS.svg' alt='Les Archives du Spectacle' width='252' height='80' /> </a> </div> <div class="main-header__content"> <div class="main-header__slogan">Un moteur de recherche pour les arts de la scène</div> <div class="main-header__stats"> 157 011 spectacles – 364 346 personnes – 78 154 organismes – 2 397 œuvres </div> <search class="main-header__search-box"> <form action="/recherche" method="get" name="search_form" id="access-search" class="search-form"> <div class="search-form__combo"> <input type="search" name="q" id="parametre" class="search-form__input js-search-input" title="Rechercher des spectacles, personnes, structures..." placeholder="Rechercher des spectacles, personnes, structures..." value='' size="10" required /> <ul class="search-form__listbox js-search-listbox" id="incremental-search-listbox" hidden></ul> <script>function _toConsumableArray(arr){if(Array.isArray(arr)){for(var i=0,arr2=Array(arr.length);i<arr.length;i++){arr2[i]=arr[i]}return arr2}else{return Array.from(arr)}}window.addEventListener("load",function(){var input=document.querySelector(".js-search-input");var listbox=document.querySelector(".js-search-listbox");var ongoingClickInListbox=false;updateListbox=function updateListbox(html){listbox.innerHTML=html;listbox.setAttribute("aria-busy","false");showListbox()};showListbox=function showListbox(){listbox.hidden=false;input.setAttribute("aria-expanded","true")};hideListbox=function hideListbox(){listbox.hidden=true;input.setAttribute("aria-expanded","false");input.setAttribute("aria-activedescendant","")};handleKeyDown=function handleKeyDown(event){var key=event.key;if(key==="Escape"){if(listbox.hidden){input.value=""}else{event.preventDefault();hideListbox()}}else if(key==="ArrowDown"||key==="ArrowUp"){event.preventDefault();var focusableItems=[input].concat(_toConsumableArray(listbox.querySelectorAll("a")));var currentFocus=listbox.querySelector("a.active")||input;var currentPosition=focusableItems.indexOf(currentFocus);var delta=key==="ArrowDown"?1:-1;var nextPosition=(currentPosition+delta+focusableItems.length)%focusableItems.length;listbox.querySelectorAll("a").forEach(function(a){return a.classList.remove("active")});if(focusableItems[nextPosition]===input){input.setAttribute("aria-activedescendant","")}else{focusableItems[nextPosition].classList.add("active");input.setAttribute("aria-activedescendant",focusableItems[nextPosition].id)}}};submitListbox=function submitListbox(event){var loadingSuggestion=false;if(input.getAttribute("aria-activedescendant")){var activeLink=document.getElementById(input.getAttribute("aria-activedescendant"));if(activeLink&&activeLink.classList.contains("active")){event.preventDefault();loadingSuggestion=true;window.location.href=activeLink.href}}if(!loadingSuggestion){hideListbox()}};input.setAttribute("autocomplete","off");input.setAttribute("role","combobox");input.setAttribute("aria-owns",listbox.id);listbox.setAttribute("aria-live","polite");hideListbox();fetchResults=debounce(function(){if(input.value!==""){var safeInputValue=encodeURIComponent(input.value);fetch("/incremental-search?q="+safeInputValue).then(function(response){return response.text()}).then(updateListbox)}else{hideListbox()}},750);input.addEventListener("input",function(){if(input.value!==""){listbox.setAttribute("aria-busy","true")}fetchResults()});input.addEventListener("focus",fetchResults);listbox.addEventListener("mousedown",function(){ongoingClickInListbox=true});input.addEventListener("blur",function(){if(!ongoingClickInListbox){hideListbox()}else{ongoingClickInListbox=false}});listbox.addEventListener("focus",showListbox);listbox.addEventListener("blur",hideListbox);input.addEventListener("keydown",handleKeyDown);listbox.addEventListener("keydown",handleKeyDown);input.form.addEventListener("submit",submitListbox)}); //# sourceMappingURL=../../sourcemaps/js/dist/incremental-search.js.map</script> <button type="submit" class='search-form__submit btn search-button js-search-submit' title='Rechercher dans la base de données' style="width: 4rem"> <svg width="15" height="15"><use xlink:href="#icon-search" /></svg> <span class="sr-only">Rechercher</span> </button> </div> <div class="search-form__links"> <a href='/recherche-avancee' class='search-form__advanced' title='Passer en recherche avancée'><span>Recherche avancée</span></a> <a href='/installer' class='main-header__installer'>Installer</a> </div> </form> </search> </div> </div> <nav class="secondary-menu"> <a href='/lettre-information'>Lettre d'information</a><a href='/contact'>Contact</a><a href='/nous-soutenir'>Soutenez-nous</a><a class='nohover header-icon-link' target='_blank' rel='me noopener' href='https://www.facebook.com/lesarchivesduspectacle' title='Nous retrouver sur Facebook'> <svg width="15" height="15" style="color: #3a579c"><use xlink:href="#icon-facebook" /></svg> <span>Nous retrouver sur Facebook</span> </a><a class='nohover header-icon-link' target='_blank' rel='me noopener' href='https://www.instagram.com/lesarchivesduspectacle/' title='Nous retrouver sur Instagram'> <svg width="15" height="15"><use xlink:href="#icon-instagram" /></svg> <span>Nous retrouver sur Instagram</span> </a><a class='nohover header-icon-link' target='_blank' rel='alternate' href='rss_au-fil-du-temps.php' title='Flux RSS des dernières programmations archivées'> <svg width="15" height="15"><use xlink:href="#icon-rss" /></svg> <span>Flux RSS des dernières programmations archivées</span> </a> <!--a--> </nav> </header> <div class="body"> <div class="main-content-wrapper"> <main class="main-content group fiche f-personne " id="access-content"> <script>(function () { LADS.callWhenDOMLoaded(() => { // Mettre en place les événements fermer/ouvrir sur les éléments [data-toggle] if (document.querySelector(".fiche")) { document.querySelector(".fiche").addEventListener("click", event => { event.stopImmediatePropagation(); const toggleButton = event.target.closest("[data-toggle]"); if (toggleButton) { const target = toggleButton.dataset.toggle; const targetElements = document.querySelectorAll(target); // En chantier, faire un truc mieux // https://inclusive-components.design/collapsible-sections/ const isExpanded = toggleButton.getAttribute("aria-expanded") === "true" || false; const shouldBeExpanded = !isExpanded; toggleButton.setAttribute("aria-expanded", shouldBeExpanded); targetElements.forEach(element => { element.hidden = !shouldBeExpanded; }); } }); } init(); }); function init() { // Faire en sorte que l’état caché/visible corresponde bien // à l’état du toggle (icône et aria-expanded) document.querySelectorAll(".fiche [data-toggle]").forEach(toggleSource => { const targets = document.querySelectorAll(toggleSource.dataset.toggle); const isExpanded = toggleSource.getAttribute("aria-expanded") === "true" || false; targets.forEach(target => { target.hidden = !isExpanded; }); }); } window.addEventListener("asyncload", init); })(); </script> <div itemscope itemtype='http://schema.org/Person'><div class='async-documents'> </div><header class="fiche__header"> <h1 class="fiche__titre c_Personne" itemprop="name"> Martin Garrix </h1> </header> <meta itemprop='gender' content='male' /> <div class='fiche__infos'><p>Pays-Bas</p><p> Né le <time datetime="1996-05-14" itemprop="birthDate">14 mai 1996</time> </p> </div><div class='fiche__presentation'></div> <div class="onglets" id="onglets-metier" data-initial-tab="#metier-compositeur"> <div style="position: relative;"> <button class="onglets__scroll-to-first" aria-hidden="true" type="button" style="display: none;"> <svg width="1em" height="100%" viewBox="0 0 10 10"><path stroke-width="1" stroke="#000" fill="none" d="M6,0 L2,4 L6,8" /></svg> </button> <ul role="tablist" class="onglets__liste"> <li role="presentation"> <a role="tab" class="onglets__onglet onglets__onglet--first" href="/p/280776-Martin-Garrix#metier-compositeur" data-slug="metier-compositeur"> Compositeur <span class='f-personne__nb-spectacles-metier'>(1)</span> </a> </li> </ul> <button class="onglets__scroll-to-last" aria-hidden="true" type="button" style="display: none;"> <svg width="1em" height="100%" viewBox="0 0 10 10"><path stroke-width="1" stroke="#000" fill="none" d="M3,0 L7,4 L3,8" /></svg> </button> </div> <h2 class="onglets__onglet onglets__onglet--seul" id="metier-compositeur"> Compositeur <span class='f-personne__nb-spectacles-metier'>(1)</span> </h2> <div class="onglets__panneau" data-slug="metier-compositeur"> <table class="cv"> <tbody> <tr> <td class="c_Annee">2019 </td> <td><a class='c_Spectacle' href='/s/104115-Absolutely-Fabulous-Dancers' >Absolutely Fabulous Dancers</a>  chorégraphie <a href='/p/280772-Magdalena-Przybysz' class='c_Personne'>Magdalena Przybysz</a></td> </tr> </tbody> </table> </div> </div> <script>(function () { var tabsGroup = document.querySelector("#onglets-metier"); if (tabsGroup) { window.LADS.Tabs.processTabs(tabsGroup); } })();</script> <div class='fiche__footer'> <h2 class="fiche__voir-aussi">Voir aussi :</h2> <ul> <li><a href="https://fr.wikipedia.org/wiki/Martin%20Garrix" hreflang="fr" rel="noopener" target="_blank">Page Wikipédia</a></li> </ul> <table class="fiche__sources"> </table> </div> <div class='contact'><a rel='nofollow' href='/contact?MT_SPOE=P280776'>► Envoyez vos informations</a></div> </div><!-- /itemscope --> <footer> <div class='share'> <button class="share__web-share button-reset" type="button"> <svg width="15" height="15" class="icon"><use xlink:href="#icon-share" /></svg> Partager </button> <header class="share__header">Partager</header> <div class='share__wrapper'> <a class="share__button share__button--link" id='share_link' title='Partager le lien' target='share' href='https://lesarchivesduspectacle.net/p/280776-Martin-Garrix'> <svg width="15" height="15"><use xlink:href="#icon-link" /></svg> <span class="sr-only">Partager le lien</span> </a> <div id='share-link-url-wrapper'><input id='share-link-url' type='text' value='https://lesarchivesduspectacle.net/p/280776-Martin-Garrix' /></div> <a class="share__button share__button--twitter" id="share_twitter" title="Partager sur Twitter" target='share' rel='nofollow' href='https://twitter.com/intent/tweet?text=Martin%20Garrix&url=https%3A%2F%2Flesarchivesduspectacle.net%2Fp%2F280776-Martin-Garrix'> <svg width="15" height="15"><use xlink:href="#icon-twitter" /></svg> <span class="sr-only">Partager sur Twitter</span> </a> <a class="share__button share__button--facebook" id="share_facebook" title='Partager sur Facebook' target='share' rel='nofollow' href='http://www.facebook.com/sharer.php?u=https%3A%2F%2Flesarchivesduspectacle.net%2Fp%2F280776-Martin-Garrix&t=Martin%20Garrix'> <svg width="15" height="15"><use xlink:href="#icon-facebook" /></svg> <span class="sr-only">Partager sur Facebook</span> </a> <a class="share__button share__button--linkedin" id="share_linkedin" title='Partager sur LinkedIn' target='share' rel='nofollow' href='https://www.linkedin.com/cws/share?url=https%3A%2F%2Flesarchivesduspectacle.net%2Fp%2F280776-Martin-Garrix'> <svg width="15" height="15"><use xlink:href="#icon-linkedin" /></svg> <span class="sr-only">Partager sur LinkedIn</span> </a> <a class="share__button share__button--mail" id="share_email" title='Envoyer par mail' rel='nofollow' href='mailto:%3Fsubject%3DMartin%20Garrix%20sur%20Les%20Archives%20du%20Spectacle%26body%3DMartin%20Garrix%20%3A%20https%253A%252F%252Flesarchivesduspectacle.net%252Fp%252F280776-Martin-Garrix' data-open-href='mailto.php?m=mailto:%3Fsubject%3DMartin%20Garrix%20sur%20Les%20Archives%20du%20Spectacle%26body%3DMartin%20Garrix%20%3A%20https%253A%252F%252Flesarchivesduspectacle.net%252Fp%252F280776-Martin-Garrix'> <svg width="15" height="15"><use xlink:href="#icon-mail" /></svg> <span class="sr-only">Envoyer par mail</span> </a> </div> <script>(function(){function enhanceShareLinks(){var inputWrapper=document.getElementById("share-link-url-wrapper");document.getElementById("share_link").addEventListener("click",function(event){inputWrapper.classList.add("visible");var input=inputWrapper.querySelector("input");inputWrapper.style.width=input.value.length/2+"em";input.focus();input.setSelectionRange(0,input.value.length,"backward");event.preventDefault();event.stopPropagation()});var closeShareLinkTimeout=false;inputWrapper.addEventListener("mouseout",function(e){var this_=this;closeShareLinkTimeout=setTimeout(function(e){this_.classList.remove("visible")},500)});inputWrapper.addEventListener("mouseenter",function(e){if(closeShareLinkTimeout){clearTimeout(closeShareLinkTimeout)}});var ids=["share_twitter","share_facebook","share_linkedin","share_email"];for(var i=0;i<ids.length;i++){if(!document.getElementById(ids[i])){console.error(ids[i])}document.getElementById(ids[i]).addEventListener("click",function(e){if(typeof ga==="function"){ga("send",{hitType:"event",eventCategory:"Social",eventAction:"click",eventLabel:this.id})}var href=this.href;if(this.hasAttribute("data-open-href")){href=this.getAttribute("data-open-href")}var newWindow=window.open(href,this.id,"menubar=no,toolbar=no, resizable=yes,scrollbars=yes,height=600,width=600");newWindow.opener=null;if(!newWindow||newWindow.closed||typeof newWindow.closed==="undefined"){return true}else{e.preventDefault();e.stopPropagation();return false}})}}var shareData={url:document.location.href,title:document.title};if("canShare"in navigator&&navigator.canShare(shareData)){document.querySelector(".share").classList.add("share--web-share-ready");document.querySelector(".share__web-share").addEventListener("click",function(event){navigator.share(shareData)})}else{enhanceShareLinks()}var reseaux=document.querySelector(".share");var reseauxPosition=reseaux.getBoundingClientRect();var reseauxBottom=reseauxPosition.bottom+window.pageYOffset;var checkSticky=function checkSticky(){var bottomScreen=window.pageYOffset+window.innerHeight;var bottomBlock=reseauxBottom+15;var isOutside=bottomScreen<bottomBlock;if(isOutside){reseaux.classList.add("sticky")}else if(!isOutside){reseaux.classList.remove("sticky")}};var fullDateString=new Date;var waitForFinalEvent=function(){var b={};return function(c,d,a){a||(a="currentTimeout");b[a]&&clearTimeout(b[a]);b[a]=setTimeout(c,d)}}();var adjustResize=function adjustResize(){reseaux.classList.remove("sticky");reseauxPosition=reseaux.getBoundingClientRect();reseauxBottom=reseauxPosition.bottom+window.pageYOffset;checkSticky()};if(typeof window.LADS==="undefined"){window.LADS={}}window.LADS.adjustResize=adjustResize;window.addEventListener("load",adjustResize);window.addEventListener("scroll",checkSticky);window.addEventListener("resize",function(){waitForFinalEvent(adjustResize,500,fullDateString.getTime())});checkSticky()})(); //# sourceMappingURL=../../sourcemaps/js/dist/share.inc.js.map</script> </div> <div class="footer"> <div class="footer__info"> Dernière mise à jour le <time datetime="2021-03-23" itemprop="dateModified">23/03/2021</time> </div> <div class="footer__copyright"> <span class="smaller">© 2007-2024</span> Les Archives du Spectacle </div> <div class="footer__links"> <a class="footer__link" href="/mentions-legales">Mentions légales</a> | <a class="footer__link" href="/donnees-personnelles">Données personnelles</a> | <a class="footer__link" href="/contact">Contactez-nous</a> </div> </div> </footer> </main> </div> <aside class="aside"> <section class="bloc-aside bloc-pour-commencer"> <header class="bloc-aside__title">Première visite ?</header> <div class="bloc-aside__content"> <p>Le moteur de recherche vous permet de naviguer dans la base de données en cherchant une personne, un spectacle, une structure ou une œuvre.</p> <p>Vous pouvez aussi commencer par un spectacle choisi au hasard…</p> <div class="bloc-pour-commencer__liens"> <a href="/s/131832-Campement" class="c_Spectacle"> Campement </a> </div> <p>…ou avec l’un des 10 derniers spectacles :</p> <ul class='bloc-pour-commencer__liens'> <li><a class="c_Spectacle" href="/s/161898-Les-Carnets-d-Inanna-le-monde-d-en-bas" title='Les Carnets d'Inanna : le monde d'en bas'>Les Carnets d'Inanna : le monde d'en bas</a></li><li><a class="c_Spectacle" href="/s/158739-Narcisse" title='Narcisse'>Narcisse</a></li><li><a class="c_Spectacle" href="/s/125697-La-Maison-de-mon-esprit" title='La Maison de mon esprit'>La Maison de mon esprit</a></li><li><a class="c_Spectacle" href="/s/159058-Moya" title='Moya'>Moya</a></li><li><a class="c_Spectacle" href="/s/147195-Ad" title='Ad'>Ad</a></li><li><a class="c_Spectacle" href="/s/157798-Viscum" title='Viscum'>Viscum</a></li><li><a class="c_Spectacle" href="/s/131059-Asmanti-Midi-Minuit" title=''Asmanti – [Midi-Minuit]'>'Asmanti – [Midi-Minuit]</a></li><li><a class="c_Spectacle" href="/s/161897-Cosmic-Circle" title='Cosmic Circle'>Cosmic Circle</a></li><li><a class="c_Spectacle" href="/s/161896-Premieres-Nouvelles" title='Premières Nouvelles'>Premières Nouvelles</a></li><li><a class="c_Spectacle" href="/s/161895-Germinal" title='Germinal'>Germinal</a></li> </ul> </div> </section> <section class="bloc-aside bloc-aside--no-justify bloc-aside--shrink bloc-lettre-information"> <header class="bloc-aside__title">Lettre d'information</header> <div class="bloc-aside__content"> <p>Si vous avez envie de connaître les nouveautés de la semaine (les annonces de nos partenaires et adhérents, l'éphéméride, les nouvelles créations, l'agenda de votre région...), inscrivez-vous à notre lettre d'information.</p> <form action="/lettre-information" method="POST" name="News"> <p class="bloc-lettre-information__ligne"> <label for='MT_email' class='label' style='width: auto;'>E-mail</label> <input type='email' required onfocus='select()' name='MT_email' id='MT_email' placeholder='(obligatoire)' value='' /> </p> <p class="bloc-lettre-information__ligne"> <label for='MT_nom' class='label' style='width: auto;'>Nom</label> <input type='text' onfocus='select()' name='MT_nom' id='MT_nom' value='' /> </p> <div class="sr-only"> <label for="MT_info">Ne pas remplir</label> <input type="text" name="MT_info" id="MT_info" value="" placeholder="(ne pas remplir)" /> <input type="hidden" name="then" value="1733016256" /> </div> <p>Une question pour nous assurer que vous n’êtes pas un robot :</p> <p><strong>Marcelle Tassencourt est :</strong><br /> <input type="hidden" name="turing_id" value="6" /> <label class="nowrap"><input type="radio" name="turing_answer" required value="un spectacle"> un spectacle</label> <label class="nowrap"><input type="radio" name="turing_answer" required value="un organisme"> un organisme</label> <label class="nowrap"><input type="radio" name="turing_answer" required value="une personne"> une personne</label> <p> <button type='submit' class='btn'>Inscription</button> </p> <p class="bloc-lettre-information__feedback"></p> </form> </div> </section> </aside> </div> <input type="checkbox" id="main-menu-toggle-checkbox" class="toggle-menu-checkbox" /> <label class="toggle-menu" for="main-menu-toggle-checkbox" aria-label="Menu"> <svg width="10" height="10" viewBox="0 0 9 9" preserveAspectRatio="none"> <g class="toggle-menu__open"> <rect x="0" y="0" width="9" height="1" fill="currentColor" /> <rect x="0" y="4" width="9" height="1" fill="currentColor" /> <rect x="0" y="8" width="9" height="1" fill="currentColor" /> </g> <g class="toggle-menu__close"> <path d="M.5,.5 L8.5,8.5" stroke="currentColor" stroke-width="1" /> <path d="M.5,8.5 L8.5,.5" stroke="currentColor" stroke-width="1" /> </g> </svg> </label> <div class="main-menu-wrapper" id="mainmenu"> <nav class="main-menu"> <a href="/" class="main-menu__item main-menu__item--accueil ir">Accueil</a> <a class="main-menu__item" href="/qui-sommes-nous">Qui sommes-nous ?</a> <a class="main-menu__item" href="/partenaires">Nos partenaires</a> <a class="main-menu__item" href="/ephemeride">Éphéméride</a> <a class="main-menu__item" href="/revues">Revues théâtrales</a> <a class="main-menu__item" href="/agenda">L’Agenda des Spectacles</a> </nav> <nav class="main-menu__secondary-items"> <a href='/lettre-information'>Lettre d'information</a><a href='/contact'>Contact</a><a href='/nous-soutenir'>Soutenez-nous</a><a class='nohover header-icon-link' target='_blank' rel='me noopener' href='https://www.facebook.com/lesarchivesduspectacle' title='Nous retrouver sur Facebook'> <svg width="15" height="15" style="color: #3a579c"><use xlink:href="#icon-facebook" /></svg> <span>Nous retrouver sur Facebook</span> </a><a class='nohover header-icon-link' target='_blank' rel='me noopener' href='https://www.instagram.com/lesarchivesduspectacle/' title='Nous retrouver sur Instagram'> <svg width="15" height="15"><use xlink:href="#icon-instagram" /></svg> <span>Nous retrouver sur Instagram</span> </a><a class='nohover header-icon-link' target='_blank' rel='alternate' href='rss_au-fil-du-temps.php' title='Flux RSS des dernières programmations archivées'> <svg width="15" height="15"><use xlink:href="#icon-rss" /></svg> <span>Flux RSS des dernières programmations archivées</span> </a> <!--a--> </nav> </div> <script> if ("serviceWorker" in navigator) { window.addEventListener("load", () => { navigator.serviceWorker.register("/service-worker.js") }) } </script> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "WebSite", "name": "Les Archives du Spectacle", "url": "https://lesarchivesduspectacle.net", "sameAs": [ "https://www.facebook.com/lesarchivesduspectacle", "https://twitter.com/LesArchives", "https://www.instagram.com/lesarchivesduspectacle", "https://www.linkedin.com/company/les-archives-du-spectacle/" ], "potentialAction": { "@type": "SearchAction", "target": "https://lesarchivesduspectacle.net/recherche?q={q}", "query-input": { "@type": "PropertyValueSpecification", "valueRequired": true, "valueMaxlength": 100, "valueName": "q" } } }; </script> </body> </html>