CINXE.COM

Sport : info, actu et résultats du football, du rugby, du cyclisme, du hockey… sur le Dauphiné Libéré

<!DOCTYPE html> <html lang="fr"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1" > <title>Sport : info, actu et résultats du football, du rugby, du cyclisme, du hockey… sur le Dauphiné Libéré</title> <link href="https://cdn-files.prsmedia.fr" rel="preconnect" crossorigin> <link href="https://cdn-ext.prsmedia.fr" rel="preconnect" crossorigin> <link href="https://www.googletagmanager.com" rel="preconnect" crossorigin> <link href="https://sdk.privacy-center.org/" rel="preconnect" crossorigin> <link rel='stylesheet' type='text/css' href='https://cdn-files.prsmedia.fr/files/REDAC/min/css/print.9D1A9889BBEB7FAADC45640B2F6036FC.min.css' media='print' /> <link type='text/css' rel='stylesheet' href='https://cdn-files.prsmedia.fr/files/REDAC/min/css/sassconcat/style_white.8D7D027F276216198A8558FEFF81EFBB.min.css' /> <script type="text/javascript">window.gdprAppliesGlobally=true;(function(){function a(e){if(!window.frames[e]){if(document.body&&document.body.firstChild){var t=document.body;var n=document.createElement("iframe");n.style.display="none";n.name=e;n.title=e;t.insertBefore(n,t.firstChild)} else{setTimeout(function(){a(e)},5)}}}function e(n,r,o,c,s){function e(e,t,n,a){if(typeof n!=="function"){return}if(!window[r]){window[r]=[]}var i=false;if(s){i=s(e,t,n)}if(!i){window[r].push({command:e,parameter:t,callback:n,version:a})}}e.stub=true;function t(a){if(!window[n]||window[n].stub!==true){return}if(!a.data){return} var i=typeof a.data==="string";var e;try{e=i?JSON.parse(a.data):a.data}catch(t){return}if(e[o]){var r=e[o];window[n](r.command,r.parameter,function(e,t){var n={};n[c]={returnValue:e,success:t,callId:r.callId};a.source.postMessage(i?JSON.stringify(n):n,"*")},r.version)}} if(typeof window[n]!=="function"){window[n]=e;if(window.addEventListener){window.addEventListener("message",t,false)}else{window.attachEvent("onmessage",t)}}}e("__tcfapi","__tcfapiBuffer","__tcfapiCall","__tcfapiReturn");a("__tcfapiLocator");(function(e){ var t=document.createElement("script");t.id="spcloader";t.type="text/javascript";t.async=true;t.src="https://sdk.privacy-center.org/"+e+"/loader.js?target="+document.location.hostname;t.charset="utf-8";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n)})("ca08d6ad-65e3-410b-943d-97d9e2081851")})();</script> <script> function debounce(func, time = 300){ var timer; return function(event){ if(timer) clearTimeout(timer); timer = setTimeout(func, time, event); }; } var bufferScript=[],head={};head.ready=function(f){bufferScript.push(f)};var bufferLoad=[];head.load=function(f){bufferLoad.push(f)}; // Pour Digiteka, global.js, editionHead, redacBlock, list, ... var viewPortWidth = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; var needRecalculationOfViewport = false; </script> <script> window.ORDONNANCEUR = { familiesOrder: ["core", "firstparty", "business", "tracking", "advertising", "taboola", "outbrain", "others"], nameOrder: [], purposes: { // Gestion global /*"advert": 'ads', "business": "business-xyxyxyx", "analytics": "analytics-xyxyxyx"*/ }, vendors: { // Gestion global // 'tracking' : 'microsoft-analytics' }, queue: [], delay : 100, withLog : 0 , backoffWaitingTime : 20000 , }; </script> <script> dataLayer = [{ 'dimension10' : 'Non', 'dimension11' : 'Non', 'dimension15' : 'Sport', 'dimension17' : '\"Sport\"', 'dimension24' : 'Portal', 'dimension26' : 'Redac : Portail 2', 'content_keywords' : ['sport'], 'content_sections' : [], 'dimension33' : navigator.userAgent }]; </script> <script> (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-588M3M4'); </script> <script> /* Recherche de l'édition de l'utilisateur */ var selectedEdition = null; var nationalEdition = { code: "W" + 'LDL' + "00", label: 'Edition nationale', url: "/" }; var userDemand = 0; /* Vérification de la présence du cookie d'édition */ try { selectedEdition = JSON.parse(getCookieEdition("Edition")); } catch (e) { } if (selectedEdition == null) { selectedEdition = nationalEdition; /* Demande de géolocalisation si résolution smartphone */ if (navigator.geolocation && viewPortWidth < 1000) { navigator.geolocation.getCurrentPosition(getEdition, getEdition); } else { getEdition(); } } else { setEdition(selectedEdition); } function getEdition(position) { var latitude = null; var longitude = null; if (position != null && position.coords != null) { latitude = position.coords.latitude; longitude = position.coords.longitude; } if (dataLayer[0].dimension10 == 'Non' && latitude == null && longitude == null) { setEdition(nationalEdition); } else { var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { var edition = null; if (this.readyState == 4) { if(this.status == 200) { try { edition = JSON.parse(this.responseText); setEdition(edition != null ? edition : nationalEdition); } catch (e) { setEdition(nationalEdition); } } else { setEdition(nationalEdition); } } }; xhttp.open("GET", '/services/grdc/package/getuseredition?latitude=' + latitude + '&longitude=' + longitude, true); xhttp.send(); } } function setEdition(edition) { if (!redirect(edition)) { setCookie('Edition', JSON.stringify(edition), 30); selectedEdition = edition; dataLayer[0]["dimension44"] = edition.label; dataLayer[0]["selectedEditionCode"] = edition.code; } } function redirect(edition) { var redirect = false; /* Redirection vers la une de l'édition si la une actuelle est différente */ if ((dataLayer[0].Component == "Homepage" ||dataLayer[0].Component == "Portal") && (dataLayer[0].EditionCode != "" && dataLayer[0].EditionCode != edition.code) || (dataLayer[0].EditionCode == "" && edition.code != nationalEdition.code)) { /* Forçage vers la Une nationale si l'url de l'édition est la même que la page actuelle (pour éviter les redirections en boucle) */ if (window.location.pathname == edition.url) { setCookie('Edition', JSON.stringify(nationalEdition), 30); } else { if (userDemand == 1) { alert('Vous ne vous situez pas dans la zone d\'une de nos éditions.'); } } redirect = true; window.location.replace(edition.url); } else { if (userDemand == 1) { alert('Vous ne vous situez pas dans la zone d\'une de nos éditions.'); } } return redirect; } function getCookieEdition(cname) { var name = cname + "="; var decodedCookie = decodeURIComponent(document.cookie); var ca = decodedCookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ""; } function errorGEBG() { alert('La géolocalisation n\'est pas possible sur ce navigateur'); } function getEditionByGeoloc() { if (typeof navigator.geolocation != 'undefined') { userDemand = 1; navigator.geolocation.getCurrentPosition(getEdition, errorGEBG); } else { errorGEBG(); } } function setCookie(name, value, days) { if (days) { var date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); var expires = "; expires=" + date.toGMTString(); } else { var expires = "; expires="; } // On récupère le domaine var hostname = window.location.hostname; var domainName = hostname.substring(hostname.indexOf(".")); var domain = "; domain=" + domainName; document.cookie = name + "=" + encodeURIComponent(value) + expires + domain + "; secure; path=/"; } function deleteCookie(name) { document.cookie = name + '=;Path=/;expires=Thu, 01 Jan 1970 00:00:01 GMT;'; }; </script> <script>var consentModuleEnabled = true;</script> <script>var consentModuleFreeHtmlEnabled = true;</script> <script>var galleryDivId = 'pub-dfp-g1';</script> <script>var inread1DivId = 'pub-dfp-i1';</script> <script>var inread1WrapperId = 'wrapper_pub-dfp-i1';</script> <script> var swgAutoInit = false; var productId = "ledauphine.com:basic"; </script> <script> var firstidCurrentUrlParams = new URL(window.location).searchParams; var firstidConsoleLog = (firstidCurrentUrlParams.get("debug")!=null); function GetCookie4FirstId(t){for(var n=t+"=",r=document.cookie.split(";"),e=0;e<r.length;e++){for(var i=r[e];" "==i.charAt(0);)i=i.substring(1);if(0==i.indexOf(n))return i.substring(n.length,i.length)}return null} function SetCookie4FirstId(t,v){document.cookie = t+"="+v+"; domain=ledauphine.com";} function DeleteCookie4FirstId(t){document.cookie = t+"=; domain=ledauphine.com; expires=Thu, 01 Jan 1970 00:00:00 UTC";} function Log4Firstid(t){if (firstidConsoleLog)console.log(t); } function DeleteFirstIdInDataLayer() { Log4Firstid('delete firstId info in datalayer'); if (dataLayer[0].firstid) delete dataLayer[0].firstid; } function SetFirstIdInDataLayer() { var firstId = GetCookie4FirstId("firstid"); var consentTrackingPub = GetCookie4FirstId("consentTrackingPub"); if (firstId !=null) { if (firstId!="DOWN" && firstId!="NO_TRACKING") { dataLayer[0]["firstid"]=firstId; dataLayer[0]["firstidStatus"]="UP"; } else { if (firstId=="DOWN") { dataLayer[0]["firstidStatus"]="DOWN"; } else { dataLayer[0]["firstidStatus"]="NO_TRACKING"; } } } else { if (consentTrackingPub !=null) { dataLayer[0]["firstidStatus"]="NEW"; } else { dataLayer[0]["firstidStatus"]="OFF"; } } } function SetCookieConsentPub4FirstId() { CheckCMPOnInit(); CheckCMPOnEvent(); } function CheckCMPOnEvent() { window.didomiEventListeners = window.didomiEventListeners || []; window.didomiEventListeners.push({ event: 'consent.changed', listener: function (context) { Log4Firstid('before firstId check CMP event'); CheckCMPOnInit(); Log4Firstid('after firstId check CMP event'); } }); } function CheckCMPOnInit() { window.didomiOnReady = window.didomiOnReady || []; window.didomiOnReady.push(function (Didomi) { Log4Firstid('before firstId check CMP init'); if (Didomi.getUserConsentStatusForPurpose(Didomi.Purposes.SelectPersonalizedAds)) { Log4Firstid('Didomi.Purposes.SelectPersonalizedAds = true'); SetCookie4FirstId("consentTrackingPub","1"); } else { DeleteCookie4FirstId("consentTrackingPub"); DeleteCookie4FirstId("firstid"); DeleteFirstIdInDataLayer(); } SetFirstIdInDataLayer(); Log4Firstid('Didomi objet :'); Log4Firstid(Didomi); Log4Firstid('after firstId check CMP init'); }); } function FirstIdLogic() { Log4Firstid('start firstId script'); var firstId = GetCookie4FirstId("firstid"); var consentTrackingPub = GetCookie4FirstId("consentTrackingPub"); Log4Firstid('firstId = ' + firstId); Log4Firstid('consentTrackingPub = ' + consentTrackingPub); if (firstId == null && consentTrackingPub!= null) window.location.replace("/firstid/"); Log4Firstid('end firstId script'); } FirstIdLogic(); </script> <script> function getCookie(t){for(var n=t+"=",r=document.cookie.split(";"),e=0;e<r.length;e++){for(var i=r[e];" "==i.charAt(0);)i=i.substring(1);if(0==i.indexOf(n))return i.substring(n.length,i.length)}return null} function getCookieXCONNECT(){var e=getCookie(".XCONNECT");if(e==null)return getCookie("IdSes");else return e;} function getCookieXCONNECTForEnv(t){var i=getCookieXCONNECT();if(null!==i){var r,e=i.split("&");for(r=0;r<e.length;r+=1)if(e[r].split("=")[0]===t)return e[r].split("=")[1]}return""} function IsConnected(n){return""!==getCookieXCONNECTForEnv(n)} function IsAnomymousConnected(){return null!==getCookie(".PRF")} function RedirectDomain(e,c,i){window.location.replace(e.replace(c,i))} function SwitchAuthDomain(n,i,o){(IsConnected(o)||IsAnomymousConnected())&&RedirectDomain(window.location.href,n,i)} SwitchAuthDomain('www.ledauphine.com', 'c.ledauphine.com', '2'); </script> <meta name="language" content="FR-fr" > <meta name="twitter:dnt" content="on"> <meta name="Keywords" content="Sport" > <meta name="description" content="Suivez toute l&#39;actu du football, du rugby, du cyclisme, du hockey... en direct." > <meta property="og:title" content="Sport : info, actu et résultats du football, du rugby, du cyclisme, du hockey… sur le Dauphiné Libéré" > <meta name="twitter:title" content="Sport : info, actu et résultats du football, du rugby, du cyclisme, du hockey… sur le Dauphiné Libéré" > <meta property="og:description" content="Suivez toute l&#39;actu du football, du rugby, du cyclisme, du hockey... en direct." > <meta name="twitter:description" content="Suivez toute l&#39;actu du football, du rugby, du cyclisme, du hockey... en direct." > <meta property="og:url" content="https://www.ledauphine.com/sport" > <meta name="twitter:site" content="@ledauphine" > <meta name="twitter:card" content="summary_large_image" > <meta name="robots" content="max-snippet:-1, max-image-preview:large, max-video-preview:-1" > <meta name="apple-itunes-app" content="app-id=464737810" > <meta name="google-play-app" content="app-id=com.e_i.presse" > <meta name="msApplication-ID" content="App" /> <meta name="msApplication-PackageFamilyName" content="1546f925-a3a4-477c-811f-de0d37758572" > <link rel="canonical" href="https://www.ledauphine.com/sport" /> <link rel="icon" type="image/png" sizes="144x144" href="https://cdn-files.prsmedia.fr/files/REDAC/images/favicons/2022/favicon_LDL-V2.png" > <link rel="apple-touch-icon" href="https://cdn-files.prsmedia.fr/files/REDAC/images/touch_icon/apple-touch-icon_LDL-V2.png" > <link rel="apple-touch-icon-precomposed" href="https://cdn-files.prsmedia.fr/files/REDAC/images/touch_icon/apple-touch-icon_LDL-V2.png" > </head> <body data-color="skin_white" data-site="LDL" class="V2022 UX2023 Portal2Component LDL skin_white layout_default layout_unes" > <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-588M3M4" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id='pub-dfp-interstitiel' ></div> <div class="mod GWEB_cmp_alternative fadeInDown" id="CMP_alternative"> <div class="container"> <div class="col_g"> <div class="cmp_headline"> <div class="cmp_title"><p>Pour soutenir votre journalisme local, <span style="white-space:nowrap;">abonnez-vous !</span></p></div> <div class="cmp_subtitle" id="cmp_toggle"><p>Pourquoi voyez-vous ce message ?</p> <span class="icon_arrowMenu top before"></span></div> </div> <div class="cmp_text"><p>Vous avez choisi de refuser le dépôt de cookies, vous pouvez à tout moment <a id="cmp_changeConsent" href="javascript:Didomi.notice.show()">modifier votre choix, ici</a>.</p> <p>Le contenu de ce site est le fruit du travail de journalistes qui vous apportent chaque jour une information locale de qualité, fiable, complète, et des services en ligne innovants. Ce travail s’appuie sur les revenus complémentaires de la publicité et de l’abonnement.</p></div> </div> <div class="col_d"> <a class="cmp_subscribe btn" href="/nos-offres-abonnements" title="Je m'abonne">Je m'abonne</a> <div id="bloc_connect"> <p>D&eacute;j&agrave; abonn&eacute; ?</p> <a href="/e-services/Login" class="cmp_login" title="Connectez-vous">Connectez-vous</a> </div> </div> </div> </div><style> @media screen and (max-width: 999px) { .btd_feed-open { bottom: 56px !important; } } /* Correction détails à supprimer après MEP de décembre Voir avec Jonhathan*/ body.CartFunnelComponent, body.IdentificationFunnelComponent, body.ContactFunnelComponent, body.PaymentFunnelComponent { padding-top: 0px; } .PaymentFunnelComponent #header { position: relative; } /* Correction détails à supprimer après MEP de décembre voir avec Myra*/ .layout_unes .article-vcontent .headline.wrapBadge {color: white !important;} .layout_unes .article-vcontent .badge img {width: auto;} .infosServicesList li.a-la-une { width: 100%; background-color: transparent; color: #191010DE; } .infosServicesList li.mea .infosServicesType{ background-color: #9c0; } @media screen and (max-width: 999px) { .UX2023 .layout_detail .GRDC_linkTags { width: calc(100% + 16px + 17px); margin-left: -17px; } } .collapse #ad_portal { background-position: center 46px !important; } </style> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function(event) { const contentDiv = document.querySelector('#selectionAbo .content'); contentDiv.addEventListener('click', () => { const link = contentDiv.querySelector('a'); if (link) { link.click(); } }); }); </script><style> body[class*='Portal']:not(.layout_portail) .anthroponymblock { position: relative; padding: 2.4rem 10rem 4.8rem; border-bottom: 1px solid var(--main_discreet); } @media screen and (max-width: 1199px) { body[class*='Portal']:not(.layout_portail) .anthroponymblock { padding: 4.8rem 2.4rem; } } @media screen and (max-width: 999px) { body[class*='Portal']:not(.layout_portail) .anthroponymblock { padding: 2.4rem 1.6rem 3.2rem; } body[class*='Portal']:not(.layout_portail) .anthroponymblock .sectionTitle { text-align: center; margin-bottom: 1.6rem; padding-bottom: 0; } body[class*='Portal']:not(.layout_portail) .anthroponymblock .sectionTitle::before { display: none; } } body[class*='Portal']:not(.layout_portail) .anthroponymblock-background img { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: auto; height: auto; object-fit: contain; } @media screen and (max-width: 999px) { body[class*='Portal']:not(.layout_portail) .anthroponymblock-background img { display: none; } } body[class*='Portal']:not(.layout_portail) .anthroponymblock .carousel { position: relative; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 24px; padding: 0 2.6rem; z-index: 2; } @media screen and (max-width: 999px) { body[class*='Portal']:not(.layout_portail) .anthroponymblock .carousel { padding: 0; gap: 8px; } } body[class*='Portal']:not(.layout_portail) .anthroponymblock .people { display: grid; place-items: center; flex: 1 1 0; background: var(--main_light); border-radius: 4px; padding: 2.4rem 1.6rem; text-align: center; } @media screen and (max-width: 999px) { body[class*='Portal']:not(.layout_portail) .anthroponymblock .people { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; flex-grow: initial; flex: 1 1 auto; width: 100%; padding: 1.2rem .8rem 1.2rem 1.6rem; } } body[class*='Portal']:not(.layout_portail) .anthroponymblock .people figure { display: flex; align-items: center; justify-content: center; width: 8rem; min-width: auto; height: 8rem; margin-bottom: .4rem; border-radius: 4rem; border: 2px solid var(--main); background-color: var(--background); background-image: none; color: #FFF; overflow: hidden; } body[class*='Portal']:not(.layout_portail) .anthroponymblock .people figure.has-initials { border-color: var(--main); } @media screen and (max-width: 999px) { body[class*='Portal']:not(.layout_portail) .anthroponymblock .people figure { flex-grow: 1; max-width: 8rem; height: 8rem; } } @media screen and (max-width: 360px) { body[class*='Portal']:not(.layout_portail) .anthroponymblock .people figure { max-width: 6.4rem; height: 6.4rem; } } body[class*='Portal']:not(.layout_portail) .anthroponymblock .people figure img { width: 100%; height: 100%; object-fit: cover; border-radius: 4rem; border: 1px solid var(--light_event_fond_de_page); } body[class*='Portal']:not(.layout_portail) .anthroponymblock .people-initials { font-size: 2.8rem; font-weight: 300; line-height: 1.8rem; color: var(--color_text); } body[class*='Portal']:not(.layout_portail) .anthroponymblock .people-name { text-align: center; } @media screen and (max-width: 999px) { body[class*='Portal']:not(.layout_portail) .anthroponymblock .people-name { flex-grow: 1; text-align: left; } } body[class*='Portal']:not(.layout_portail) .anthroponymblock .people h3 { font-family: "Merriweather Sans Variable", "Merriweather Sans", "Lucida Grande", "Century Gothic", Arial, sans-serif; font-size: 1.6rem; font-weight: 700; line-height: 2.4rem; color: var(--light_event_text); } body[class*='Portal']:not(.layout_portail) .anthroponymblock .people .subtitle { margin-bottom: 0; font-family: "Merriweather Sans Variable", "Merriweather Sans", "Lucida Grande", "Century Gothic", Arial, sans-serif; font-size: 1.2rem; line-height: 1.8rem; color: var(--light_event_text_medium); } body[class*='Portal']:not(.layout_portail) .anthroponymblock .btn { justify-self: center; } body[class*="Portal"]:not(.layout_portail) .anthroponymblock .btn span { display: none; } </style> <div id="loader"> <div class="out"><div></div><div></div><div></div></div> <div class="in"><div></div><div></div><div></div></div> </div> <div class="GXCO_content modal" style="height: auto!important; width: auto; text-align: center; padding: 5rem 10rem;"> <div aria-modal="true" role="dialog" aria-labelledby="msg-connexionn" aria-describedby="msg-connexion" class="GXCO_Identification modalContent"> <span class="modalClose icon_close after" title="Fermer"></span> <div class="normal-connect-container" id="msg-connexion"> <p class="title">Connectez-vous ou créez un compte</p> <p style="margin-top:1rem;">Pour pouvoir enregistrer un article, un compte est nécessaire.</p> <a href="/e-services/login?_cm_url=https%3a%2f%2fwww.ledauphine.com%2fsport" class="bt_default">Se connecter ou créer un compte</a> </div> </div> </div><header id="header" role="banner"> <div class="choiceEdition"> <div class="title"> <div class="constrain">Définir votre page d'accueil</div> <span class="icon_close after" id="closedChoiceEdition"></span> </div> <div class="constrain"> <div class="GPDC_listEdition"> <ul class="nav_model05 nav_niv1 noprint"> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL74D">Annecy / Rumilly / Les Aravis</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL07B">Annonay / Nord Ardèche</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL07A">Aubenas / Privas / Vallée du Rhône</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL38C">Bourgoin-Jallieu / Nord-Dauphiné</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL73A">Chambéry / Aix-les-Bains</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL84A">Edition Provençale</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL74A">Grand Genève / Chablais / Ain</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL38H">Grenoble / Agglomération</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL38F">Grésivaudan / Oisans</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL05A">Hautes-Alpes / Alpes de Haute-Provence</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL38L">La Tour-du-Pin / Nord-Dauphiné</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL74B">Mont-Blanc / Arve</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL26A">Montélimar / Drôme Provençale</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL26D">Romans / Nord Drôme</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL73B">Tarentaise / Maurienne</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL26C">Valence / Rhône Crussol / Vallée de la Drôme</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL38B">Vienne / Roussillon</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL38D">Voiron / Saint-Marcellin</a> </li> </ul> </div> </div> </div> <div class="nielsenBar"> <div class="constrain"> <!-- Nielsen Bar --> <ul class="nav_model07 nav_niv1 noPrint "> <li class="itemLevel1 "> <a href="/videos" class="titleSection "> Vidéos </a> </li> <li class="itemLevel1 "> <a href="/meteo/previsions-detaillees" target="_blank" class="titleSection "> Météo <i class="icon_redac" data-icon="external"></i> </a> </li> <li class="itemLevel1 "> <a href="/newsletters/subscribe" class="titleSection "> Newsletters </a> </li> <li class="itemLevel1 "> <a href="https://www.libramemoria.com/avis/le-dauphine-libere" class="titleSection "> Libra Memoria </a> </li> <li class="itemLevel1 "> <a href="https://boutique.ledauphine.com/" target="_blank" class="titleSection "> Boutique <i class="icon_redac" data-icon="external"></i> </a> </li> <li class="itemLevel1 NielsenBar-text-transform-none"> <a href="/leclub" target="_blank" class="titleSection "> LeCLUB <i class="icon_redac" data-icon="external"></i> </a> </li> </ul> </div> </div> <div class="wrapperHeader"> <!-- Nielsen Bar --> <div class="mod GJNU_PDFWidget" id="gjnuMod"> <div class="title">L'édition du jour</div> <div class="modContent"> <div class="item"> <div class="book"> <a href="/liseuse/editions-numeriques#ES38" title="Edition du Soir Isère" class="UA-trackEvent" data-UAval1="clic-entree-tunnel" data-UAval2="clic-module-offres-pdf" data-UAval3="clic-vignette-pdf"> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/62a9ec2b-d244-4aab-bf28-b8d77b6ab87d/JNU_01/edition-du-soir-isere-1732502424.jpg" alt="Edition du Soir Isère" /> </a> </div> <div class="labelWrapper"> <p class="label">Edition du Soir Isère</p> <p class="date">lun. 25/11/2024</p> <a href="/liseuse/editions-numeriques " title="Lire le journal" class="UA-trackEvent bt_special linkAll" data-uaval1="clic-entree-tunnel" data-uaval2="clic-module-offres-pdf" data-uaval3="clic-lien-vers-page-offres-pdf"> <i class="icon_redac" data-icon="keyboard_arrow_right"></i> Lire le journal </a> </div> </div> </div> </div> <span id="showBurger" class="noDesktop noPrint"> <i class="icon_redac" data-icon="menu_mobile"></i> </span> <div class="headerTopMiddle"> <figure class="logo"> <a href="/" title="Le Dauphiné Libéré"></a> <figcaption hidden>Le Dauphiné Libéré</figcaption> </figure> </div> <div class="headerTopRight noPrint"> <a href="/nos-offres-abonnements" class="bt_special">S'abonner</a> <a class="nav_account newClientArea" href="/e-services/Login"> <span class="icon_redac" data-icon="account_connect"></span> <span class="userLabel">Se connecter</span> </a> <div class="GPRF_NextWeb modal" > <div class="modalContent"> <span class="modalClose icon_close after" title="Fermer"></span> <div class="title"> Création de compte </div> <noscript> <div class="alert--info"><ul><li>Activer JavaScript dans votre navigateur pour accéder à l'inscription sur notre site</li></ul></div> </noscript> <form method="post" enctype="multipart/form-data" id="submitCreateProfile"> <input id="PooolFlag" type="hidden" name="PooolFlag" value="" /> <fieldset id="infoAdress"> <div class="field civilite"> <label class="oblig labelCheckbox">Civilité</label> <div class="checkboxDiv"> <input type="radio" name="radioCivil" id="radioMme" value="Mme" /> <label for="radioMme">Madame</label> <input type="radio" name="radioCivil" id="radioM" value="M" /> <label for="radioM">Monsieur</label> <input type="radio" name="radioCivil" id="radioSte" value="Ste" /> <label for="radioSte">Société</label> </div> </div> <div class="field" id="siretRow" style='display: none'> <label for="ctl00_txtLegalEntity_Siret" class="labelField">Siret</label> <input type="text" id="ctl00_txtLegalEntity_Siret" name="ctl00_txtLegalEntity_Siret" value="" class="inputField" /> </div> <div class="field"> <label id="LastNameLabel" for="ctl00_txtNom" class="labelField oblig"><span id="SpanLastNameLabel">Nom</span></label> <input type="text" id="ctl00_txtNom" name="ctl00_txtNom" value="" class="inputField" /> </div> <div class="field"> <label id="FirstNameLabel" for="ctl00_txtPrenom" class="labelField oblig"><span id="SpanFirstNameLabel">Prénom</span></label> <input type="text" id="ctl00_txtPrenom" name="ctl00_txtPrenom" value="" class="inputField" /> </div> <div > <div class="field"> <label id="txtId" for="login" class="labelField oblig">Adresse e-mail</label> <input type="text" id="ctl00_txtEmailCreate" name="ctl00_txtEmail" value="" class="inputField" /> </div> <div class="field mdp"> <label id="txtMdp" for="password" class="labelField oblig">Mot de passe</label> <input type="password" id="ctl00_txtMdpCreate" name="ctl00_txtMdp" value="" class="inputField" /> <span id="showPassword" class="icon before icon_eye" title="afficher le mot-de-passe"></span> <div id="divPasswordMessages" class="no-min-height"></div> </div> </div> <div class="formActions"> <div class="checkboxContainer"> <input type="checkbox" value="true" class="checkbox" id="chkOS" name="ctl00_chkOS" /> <label for="chkOS"> Je souhaite recevoir les communications et les exclusivités du Groupe <span classtabindex="0" class="tooltip-v2" >EBRA</span> </label> </div> <div class="checkboxContainer"> <input type="checkbox" value="true" class="checkbox" id="chkOSP" name="ctl00_chkOSP" /> <label for="chkOSP"> Je souhaite recevoir les communications des partenaires du Groupe <span class="tooltip-v2" tabindex="0" >EBRA</span> </label> </label> </div> <div class="checkboxContainer"> <input type="Checkbox" name="ctl00_chkCGU" class="checkbox" id="ctl00_chkCGU" /> <label for="ctl00_chkCGU"> J'ai lu et accepté les <a href="javascript:void(0);" class="displayCGU">Conditions générales d'utilisation</a> </label> </div> </div> <p class="hpUser"> Si vous voyez ce champ, ne le remplissez pas <input type="text" name="hpUsername" id="hpUsername" value="" /> </p> <div class="blocButtons"> <!--<input type="submit" class="g-recaptcha btModel01" data-sitekey="6LfO6ZcUAAAAAHzMmeZNCN9kUb4vg9REuzMMxCqG" data-callback="onSubmit">Submito</button>--> <input type= "text" name="SendMail" id="SendMailsubmitCreateProfile" value="" style="display: none;"/> <script> if (typeof RecaptchaPluginIsImplemented === 'undefined') { var RecaptchaInitAsBeenFired = false;// Permet d'éviter la dupplication d'init render var RecaptchaPluginIsImplemented = false; } var AllInputFromForm0 = document.querySelectorAll("form[id=submitCreateProfile] input"); function RecaptchaOnFocus0() { if (!RecaptchaPluginIsImplemented) { var head = document.head || document.getElementsByTagName('head')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = 'https://www.recaptcha.net/recaptcha/api.js?onload=OnloadCallbackReCaptcha&render=explicit'; head.appendChild(script); } }; (AllInputFromForm0).forEach(function(element) { element.addEventListener('focus', RecaptchaOnFocus0, false); // Peut-être rempalacer par fill si autocomplétation du formulaire (Detecting Browser Autofill) }); </script> <div id="GFWKCAPTCHACheckDIVsubmitCreateProfile"></div> <input id="GFWKCAPTCHACheckINPUTsubmitCreateProfile" type="submit" value="Je m'inscris" class=" SubmitButton bt_neutral large" name="submitAccount"/> <input type="hidden" value="Je m'inscris" name="submitAccount"/> <script type="text/javascript"> var widgetId0; var OnloadCallbackReCaptcha = function() { widgetId0 = grecaptcha.render('GFWKCAPTCHACheckDIVsubmitCreateProfile', { 'sitekey' : '6LfO6ZcUAAAAAHzMmeZNCN9kUb4vg9REuzMMxCqG', 'badge' : ' bottomright ', 'size' : 'invisible', 'callback' : onSubmitReCaptcha0 }); RecaptchaPluginIsImplemented = true; }; function onload(){ var element = document.getElementById('GFWKCAPTCHACheckINPUTsubmitCreateProfile'); element.onclick = validate; } onload(); function validate(event) { event.preventDefault(); $("#submitCreateProfile").validate(); var isFormValid = $("#submitCreateProfile").valid(); if (isFormValid) { RecaptchaOnFocus0(); if(RecaptchaInitAsBeenFired === false && RecaptchaPluginIsImplemented === false){ var interval = setInterval(function(){ if(RecaptchaPluginIsImplemented === true && RecaptchaInitAsBeenFired === false){ RecaptchaInitAsBeenFired = true; grecaptcha.execute(widgetId0); clearInterval(interval); } }, 100); } else if (RecaptchaPluginIsImplemented === true && RecaptchaInitAsBeenFired === false) { grecaptcha.execute(widgetId0); } } } var onSubmitReCaptcha0 = function(token) { $('#submitCreateProfile').submit(); grecaptcha.reset(widgetId0); }; </script> <style type="text/css"> .noteReCaptcha { line-height: 3rem; font-size: 1.1rem; color: gray; } </style> </div> </fieldset> </form> <div class="mentions-legales-abo"> <p>Le Dauphiné Libéré, en tant que responsable de traitement, recueille dans ce formulaire des informations qui sont enregistrées dans un fichier informatisé par son Service Relations Clients, la finalité étant d’assurer la création et la gestion de votre compte, ainsi que des abonnements et autres services souscrits. Si vous y avez consenti, ces données peuvent également être utilisées pour l’envoi de newsletters et/ou d’offres promotionnelles par Le Dauphiné Libéré, les sociétés qui lui sont affiliées et/ou ses partenaires commerciaux. Vous pouvez exercer en permanence vos droits d’accès, rectification, effacement, limitation, opposition, retirer votre consentement et/ou pour toute question relative au traitement de vos données à caractère personnel en contactant <a href="mailto:LDLABOWEB@ledauphine.com">LDLABOWEB@ledauphine.com</a> ou consulter les liens suivants : <a href="/protection-des-donnees">Protection des données</a>, <a href="/espace-client/cgu">CGU du site</a> et <a href="/contact">Contact</a>. Le Délégué à la Protection des Données personnelles (<a href="mailto:dpo@ebra.fr">dpo@ebra.fr</a>) est en copie de toute demande relative à vos informations personnelles.</p> </div> <a class="link_connect icon_arrowMenu right after clear" title="Connectez-vous">Vous êtes déjà inscrit ? Connectez-vous</a> </div> </div> <div id="g_id_onload" data-client_id="904156311214-cvuuvj81di7lkum5hs2c409t1pjtl8ge.apps.googleusercontent.com" data-context="signin" data-ux_mode="redirect" data-cancel_on_tap_outside="false" data-login_uri="https://www.ledauphine.com/e-services/oAuthRedirect?state=OG"> </div> </div> </div> <div class="headerBottom noMobile noPrint"> <figure class="logo noMobile"> <a href="/" title="Le Dauphiné Libéré"></a> <figcaption hidden>Le Dauphiné Libéré</figcaption> </figure> <nav id="navHorizontal" role="navigation"> <div class="menuWrapper"> <ul class="nav_model01 typed nav_niv1 "> <li class="itemLevel1 hasChilds depts_list with_cols edition_home" onmouseup="toggleHmenuChilds(this, '#menuHtypedChild1')" > <span class="titleSection icon_arrowMenu "> Actualité <i class="icon_redac" data-icon="keyboard_arrow_down"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols with_numbs subDepts" onmouseup="toggleHmenuChilds(this, '#menuHtypedChild2')" > <span class="titleSection icon_arrowMenu "> Départements <i class="icon_redac" data-icon="keyboard_arrow_down"></i> </span> </li> <li class="itemLevel1 hasChilds selected depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuHtypedChild3')" > <span class="titleSection icon_arrowMenu "> Sports <i class="icon_redac" data-icon="keyboard_arrow_down"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuHtypedChild4')" > <span class="titleSection icon_arrowMenu "> Sorties et loisirs <i class="icon_redac" data-icon="keyboard_arrow_down"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuHtypedChild5')" > <span class="titleSection icon_arrowMenu "> Magazine <i class="icon_redac" data-icon="keyboard_arrow_down"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuHtypedChild6')" > <a href="#" class="titleSection icon_arrowMenu after bottom"> Mon séjour en montagne</a> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuHtypedChild7')" > <span class="titleSection icon_arrowMenu "> Services <i class="icon_redac" data-icon="keyboard_arrow_down"></i> </span> </li> <li id="boxSearch"> <span class="icon_redac" data-icon="search_white" id="showBoxSearch"></span> </li> </ul> <div id="menuHtypedChild1" class="nav_niv2 typed depts_list with_cols edition_home" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="/" class="linkLevel2"> À la une </a> </li> <li class="itemLevel2 "> <a href="/politique" class="linkLevel2"> Politique </a> </li> <li class="itemLevel2 edition_link"> <a href="/faits-divers-justice" class="linkLevel2"> Faits divers </a> </li> <li class="itemLevel2 "> <a href="/environnement" class="linkLevel2"> Environnement </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/environnement/ici-on-agit" class="linkLevel3">     Ici on agit</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/societe/oiseaux-de-bonheur" target="_blank" class="linkLevel3">     Oiseaux de bonheur</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/france-monde" class="linkLevel2"> France - Monde </a> </li> <li class="itemLevel2 "> <a href="/societe/montagne" class="linkLevel2"> Montagne </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/societe/montagne/l-appel-des-sommets-du-dauphine-libere" target="_blank" class="linkLevel3">     L'appel des sommets</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/economie" class="linkLevel2"> Économie </a> </li> <li class="itemLevel2 "> <a href="/economie/direct-entreprises" target="_blank" class="linkLevel2"> DL Entreprises </a> </li> <li class="itemLevel2 "> <a href="/societe/desinfox" class="linkLevel2"> Désinfox </a> </li> <li class="itemLevel2 "> <a href="/education" class="linkLevel2"> Éducation </a> </li> <li class="itemLevel2 "> <a href="/insolite" class="linkLevel2"> Insolite </a> </li> <li class="itemLevel2 "> <a href="/fil-info" class="linkLevel2"> Fil info </a> </li> <li class="itemLevel2 "> <a href="/format/data/data-formats-interactifs" class="linkLevel2"> Data, formats interactifs </a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/societe/le-billet" target="_blank" class="linkLevel2"> Le billet </a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/societe/le-point-de-vue" target="_blank" class="linkLevel2"> Le point de vue </a> </li> </ul> </div> </div> <div id="menuHtypedChild2" class="nav_niv2 typed depts_list with_cols with_numbs subDepts" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 hasNum"> <a href="/isere" class="linkLevel2"> <span>38</span> Isère </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-grenoble-agglomeration" class="linkLevel3">Grenoble / Agglomération</a> </li> <li class="itemLevel3 "> <a href="/edition-gresivaudan-oisans" class="linkLevel3">Grésivaudan / Oisans</a> </li> <li class="itemLevel3 "> <a href="/edition-voiron-saint-marcellin" class="linkLevel3">Voiron / Saint-Marcellin</a> </li> <li class="itemLevel3 "> <a href="/edition-la-tour-du-pin-nord-dauphine" class="linkLevel3">La Tour-du-Pin / Nord-Dauphiné</a> </li> <li class="itemLevel3 "> <a href="/edition-bourgoin-jallieu-nord-dauphine" class="linkLevel3">Bourgoin-Jallieu / Nord-Dauphiné</a> </li> <li class="itemLevel3 "> <a href="/edition-vienne-roussillon" class="linkLevel3">Vienne / Roussillon</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/haute-savoie" class="linkLevel2"> <span>74</span> Haute-Savoie </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-annecy-rumilly-les-aravis" class="linkLevel3">Annecy / Rumilly / Les Aravis</a> </li> <li class="itemLevel3 "> <a href="/edition-mont-blanc-arve" class="linkLevel3">Mont-Blanc / Arve</a> </li> <li class="itemLevel3 "> <a href="/edition-grand-geneve-chablais-ain" class="linkLevel3">Grand Genève / Chablais / Ain</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/savoie" class="linkLevel2"> <span>73</span> Savoie </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-chambery-aix-les-bains" class="linkLevel3">Chambéry / Aix-les-Bains</a> </li> <li class="itemLevel3 "> <a href="/edition-tarentaise-maurienne" class="linkLevel3">Tarentaise / Maurienne</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/drome" class="linkLevel2"> <span>26</span> Drôme </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-montelimar-drome-provencale" class="linkLevel3">Montélimar / Drôme Provençale</a> </li> <li class="itemLevel3 "> <a href="/edition-valence-rhone-crussol-vallee-de-la-drome" class="linkLevel3">Valence / Rhône Crussol / Vallée de la Drôme</a> </li> <li class="itemLevel3 "> <a href="/edition-romans-nord-drome" class="linkLevel3">Romans / Nord Drôme</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/ardeche" class="linkLevel2"> <span>07</span> Ardèche </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-aubenas-privas-vallee-du-rhone" class="linkLevel3">Aubenas / Privas / Vallée du Rhône</a> </li> <li class="itemLevel3 "> <a href="/edition-annonay-nord-ardeche" class="linkLevel3">Annonay / Nord Ardèche</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/vaucluse" class="linkLevel2"> <span>84</span> Vaucluse </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-provencale" class="linkLevel3">Avignon, Orange, Carpentras et autour</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/hautes-alpes" class="linkLevel2"> <span>05</span> Hautes-Alpes </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-hautes-alpes-alpes-de-haute-provence" class="linkLevel3">Hautes-Alpes / Alpes de Haute-Provence</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/haute-provence" class="linkLevel2"> <span>04</span> Alpes-de-Haute-Provence </a> </li> <li class="itemLevel2 hasNum"> <a href="/ain" class="linkLevel2"> <span>01</span> Ain </a> </li> <li class="itemLevel2 hasNum"> <a href="/rhone" class="linkLevel2"> <span>69</span> Rhône </a> </li> <li class="itemLevel2 annul-marge hasNum"> <a href="/haute-savoie/frontaliers" class="linkLevel2"> CH Grand Genève et Suisse voisine </a> </li> </ul> <div class="cta_favEditionWrapper"> <a class="cta_favEdition currentEdition"> Je choisis mon édition favorite </a> </div> </div> </div> <div id="menuHtypedChild3" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 selected edition_link"> <a href="/sport" class="linkLevel2"> Toute l'actualité sportive </a> </li> <li class="itemLevel2 "> <a href="/sport/calendrier-resultats/football/national-ligue-1" class="linkLevel2"> Résultats et classements </a> </li> <li class="itemLevel2 "> <a href="/sport/football" class="linkLevel2"> Football </a> </li> <li class="itemLevel2 "> <a href="/sport/rugby" class="linkLevel2"> Rugby </a> </li> <li class="itemLevel2 "> <a href="/sport/handball" class="linkLevel2"> Handball </a> </li> <li class="itemLevel2 "> <a href="/sport/cyclisme" class="linkLevel2"> Cyclisme </a> </li> <li class="itemLevel2 "> <a href="/skichrono" class="linkLevel2"> Ski Chrono </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/skichrono/ski-alpin" class="linkLevel3">Ski alpin</a> </li> <li class="itemLevel3 "> <a href="/skichrono/biathlon" class="linkLevel3">Biathlon</a> </li> <li class="itemLevel3 "> <a href="/skichrono/freestyle" class="linkLevel3">Freestyle</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/sport/hockey-sur-glace" class="linkLevel2"> Hockey sur glace </a> </li> <li class="itemLevel2 "> <span class="linkLevel2">Dans les départements</span> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+isere" class="linkLevel3">En Isère</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+haute-savoie" class="linkLevel3">En Haute-Savoie</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+savoie" class="linkLevel3">En Savoie</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+drome" class="linkLevel3">Dans la Drôme</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+ardeche" class="linkLevel3">En Ardèche</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+hautes-alpes" class="linkLevel3">Dans les Alpes du Sud</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+vaucluse" class="linkLevel3">Dans le Vaucluse</a> </li> </ul> </li> </ul> </div> </div> <div id="menuHtypedChild4" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="/culture-loisirs" class="linkLevel2"> Toute l'actualité culturelle </a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/culture-loisirs/livres-notre-selection" target="_blank" class="linkLevel2"> Livres : notre sélection </a> </li> <li class="itemLevel2 "> <a href="#" class="linkLevel2"> Cinéma </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/culture-loisirs/cinema" class="linkLevel3">     L'actu du cinéma</a> </li> <li class="itemLevel3 "> <a href="https://cinema.ledauphine-presse.fr/" class="linkLevel3">     Programme des cinémas</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/culture-loisirs/musique" class="linkLevel2"> Musique </a> </li> <li class="itemLevel2 "> <a href="/societe/television-medias" class="linkLevel2"> Télévision - séries - streaming </a> </li> <li class="itemLevel2 "> <a href="https://www.diverto.tv" target="_blank" class="linkLevel2"> Diverto TV </a> <ul class="nav_niv3"> <li class="itemLevel3 external-icon"> <a href="https://www.diverto.tv/programme-tv" target="_blank" class="linkLevel3">     Programme TV</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/pour-sortir" class="linkLevel2"> Pour Sortir, l'agenda des sorties </a> </li> </ul> </div> </div> <div id="menuHtypedChild5" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="/magazine" class="linkLevel2"> Tous nos magazines </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/magazine-sante" class="linkLevel3">Santé</a> </li> <li class="itemLevel3 "> <a href="/magazine-lifestyle" class="linkLevel3">Lifestyle</a> </li> <li class="itemLevel3 "> <a href="/magazine-immobilier" class="linkLevel3">Immobilier</a> </li> <li class="itemLevel3 "> <a href="/magazine-automobile" class="linkLevel3">Automobile</a> </li> <li class="itemLevel3 "> <a href="/magazine-education-jeunesse" class="linkLevel3">Education et jeunesse</a> </li> <li class="itemLevel3 "> <a href="/magazine-cuisine-et-vins" class="linkLevel3">Cuisine et vins</a> </li> <li class="itemLevel3 "> <a href="/magazine-tourisme-et-patrimoine" class="linkLevel3">Tourisme et patrimoine</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/skichrono/liseuse" class="linkLevel2"> Ski Chrono </a> </li> </ul> </div> </div> <div id="menuHtypedChild6" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="https://www.mon-sejour-en-montagne.com/" target="_blank" class="linkLevel2"> Préparer vos vacances </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/" target="_blank" class="linkLevel3">Réserver votre séjour</a> </li> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/toutes-les-stations/" target="_blank" class="linkLevel3">Toutes les stations</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="#" target="_blank" class="linkLevel2"> Nos inspirations </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/infos-montagne/categorie-magazine/en-famille/" target="_blank" class="linkLevel3">En famille</a> </li> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/infos-montagne/categorie-magazine/insolite/" target="_blank" class="linkLevel3">Insolite</a> </li> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/infos-montagne/categorie-magazine/tendance/" target="_blank" class="linkLevel3">Tendance</a> </li> </ul> </li> </ul> </div> </div> <div id="menuHtypedChild7" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/contact" target="_blank" class="linkLevel2"> Nous contacter </a> </li> <li class="itemLevel2 "> <a href="https://boutique.ledauphine.com/" class="linkLevel2"> Boutique </a> </li> <li class="itemLevel2 "> <a href="https://www.mon-sejour-en-montagne.com/" target="_blank" class="linkLevel2"> Location appart ski </a> </li> <li class="itemLevel2 "> <a href="/nos-evenements/fiche-evenementielle" class="linkLevel2"> Nos événements </a> </li> <li class="itemLevel2 "> <a href="https://www.libramemoria.com/avis/le-dauphine-libere" class="linkLevel2"> Libra Mémoria </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://www.libramemoria.com/avis/le-dauphine-libere" class="linkLevel3">Tous les avis de décès</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/comparateur-telecom" class="linkLevel2"> Nos comparateurs </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/comparateur-telecom/comparateur-box-internet" class="linkLevel3">Box Internet</a> </li> <li class="itemLevel3 "> <a href="/comparateur-telecom/comparateur-forfait-mobile" class="linkLevel3">Forfaits mobile</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="#" class="linkLevel2"> Petites annonces </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/immobilier" target="_blank" class="linkLevel3">Immobilier</a> </li> <li class="itemLevel3 "> <a href="https://www.paruvendu.fr/voiture-occasion/?partenaire=ldl" target="_blank" class="linkLevel3">Automobiles</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="https://www.ledauphine.com/annonces/recherche" target="_blank" class="linkLevel2"> Annonces judiciaires et légales </a> </li> <li class="itemLevel2 "> <a href="https://al-ledauphine.viedessocietes-eurolegales.com/" target="_blank" class="linkLevel2"> Vie des sociétés </a> </li> <li class="itemLevel2 "> <a href="https://ledauphine.marchespublics-eurolegales.com/" target="_blank" class="linkLevel2"> Marchés publics </a> </li> <li class="itemLevel2 "> <a href="https://www.francemarches.com/" target="_blank" class="linkLevel2"> France Marché, portail d'appels d'offres </a> </li> <li class="itemLevel2 h25"> <a href="#" class="linkLevel2"> Paroles de partenaires </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/paroles-de-partenaires/articles-partenaires" class="linkLevel3">Articles partenaires</a> </li> <li class="itemLevel3 "> <a href="/paroles-de-partenaires/dossiers-partenaires" class="linkLevel3">Dossiers partenaires</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="http://www.ebra.fr" target="_blank" class="linkLevel2"> Le groupe EBRA </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://www.ebra.fr/le-groupe" target="_blank" class="linkLevel3">Présentation du groupe</a> </li> <li class="itemLevel3 "> <a href="https://www.ebra.fr/ebra-medias" target="_blank" class="linkLevel3">EBRA Médias</a> </li> <li class="itemLevel3 "> <a href="https://www.ebra.fr/ebra-events" target="_blank" class="linkLevel3">EBRA Events</a> </li> </ul> </li> </ul> </div> </div> <div class="gradient"></div> </div> </nav> <div class="boxSearch"> <div class="constrain"> <div class="title">Rechercher <span class="icon_close after"></span></div> <div class="content"> <ul class="tabSearch"> <li class="searchInContent"><span class="selected">Dans un article</span></li> <li class="searchInTown"><span>Dans ma ville</span></li> </ul> <div class="box" id="searchInContent"> <form action="/recherche" method="get" id="formSearchDesktop" > <div class="btSearchExalead"> <input type="text" name="q" value="" class="text" placeholder="Rechercher" /> <input type="image" value="Ok" class="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1Y2E3NTUwNy1jN2MzLWQ0NGQtOWUxZC03OGFiNDU2ODI3NjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkI2MUUzNzQyRDVFMTFFQTg1NTE5NjNBOTc4QkQ2OEEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkI2MUUzNzMyRDVFMTFFQTg1NTE5NjNBOTc4QkQ2OEEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWNhNzU1MDctYzdjMy1kNDRkLTllMWQtNzhhYjQ1NjgyNzY5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVjYTc1NTA3LWM3YzMtZDQ0ZC05ZTFkLTc4YWI0NTY4Mjc2OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PurtPLwAAAFQSURBVHja1JU7S0NBEIVzxcbCJCh2imARKx8oUQQx3L+T/KCQoMYiSCC2lrGzE9ROsVKSRlIFfHSbM3LEKczuTvAWDnzscGdmz97HzE2cc7ksbSaXsc1G5JRACpaB3O4AXIGnKAV5RB6OQAv03Y+JfwoOA7Vf+IJtF7b2tAI3apMG72SBiF9X8TurwAULP8G+p1hib8ztxgrsqZNtRzzjLZVfDgmsgQ6TT2JeIGmxphMSqIJXJu8aBHZYM/wtrhttBSzRfzD00iPXRVDwdXIywbeY8wn0wVB1b6ytc5XakU/gEvToVw0CNa69mFFRVp/d5l9/pt90WfABDjybS+yduU3rqLhVJ5PiVI2KlNe0XYOCddidRwy7Y3CvpmzRIiBUwBl4Vpu+sHsrzJlT43wANiwCmjyYnxArcnPHYTmVQIhVzrC8vp78+59+5gJjAQYAy9tVJuznaUkAAAAASUVORK5CYII=" /> </div> <input type="hidden" value="1" name="x" /> <input type="hidden" value="1" name="y" /> </form> </div> <div class="box" id="searchInTown"> <div class="btSearchTown"> <input type="text" name="" value="" class="text searchCommune" placeholder="Code postal, Commune" /> <input type="image" value="Ok" class="icon_search after" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1Y2E3NTUwNy1jN2MzLWQ0NGQtOWUxZC03OGFiNDU2ODI3NjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkI2MUUzNzQyRDVFMTFFQTg1NTE5NjNBOTc4QkQ2OEEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkI2MUUzNzMyRDVFMTFFQTg1NTE5NjNBOTc4QkQ2OEEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWNhNzU1MDctYzdjMy1kNDRkLTllMWQtNzhhYjQ1NjgyNzY5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVjYTc1NTA3LWM3YzMtZDQ0ZC05ZTFkLTc4YWI0NTY4Mjc2OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PurtPLwAAAFQSURBVHja1JU7S0NBEIVzxcbCJCh2imARKx8oUQQx3L+T/KCQoMYiSCC2lrGzE9ROsVKSRlIFfHSbM3LEKczuTvAWDnzscGdmz97HzE2cc7ksbSaXsc1G5JRACpaB3O4AXIGnKAV5RB6OQAv03Y+JfwoOA7Vf+IJtF7b2tAI3apMG72SBiF9X8TurwAULP8G+p1hib8ztxgrsqZNtRzzjLZVfDgmsgQ6TT2JeIGmxphMSqIJXJu8aBHZYM/wtrhttBSzRfzD00iPXRVDwdXIywbeY8wn0wVB1b6ytc5XakU/gEvToVw0CNa69mFFRVp/d5l9/pt90WfABDjybS+yduU3rqLhVJ5PiVI2KlNe0XYOCddidRwy7Y3CvpmzRIiBUwBl4Vpu+sHsrzJlT43wANiwCmjyYnxArcnPHYTmVQIhVzrC8vp78+59+5gJjAQYAy9tVJuznaUkAAAAASUVORK5CYII="/> </div> <ul class="listTown"> <li><a href="/edition-annecy-rumilly-les-aravis/annecy">Annecy</a></li> <li><a href="/edition-vaucluse/avignon">Avignon</a></li> <li><a href="/edition-chambery-aix-les-bains/chambery">Chambéry</a></li> <li><a href="/edition-gap-alpes-du-sud/gap">Gap</a></li> <li><a href="/edition-grenoble-vercors/grenoble">Grenoble</a></li> <li><a href="/edition-drome-ardeche-nord-privas/privas">Privas</a></li> <li><a href="/edition-de-valence-au-diois/valence">Valence</a></li> </ul> </div> </div> </div> </div> <style> .GRDC_List_Model5 .typeCarnet { position: relative; } </style> </div> </header> <nav id="navBurger" role="navigation" class="noPrint"> <div class="burgerOverlay"></div> <div class="navBurgerWrapper"> <div class="icon_close_wrapper"> <span class="icon_close after"></span> </div> <p class="phrasesAleatoires"> <span>L'édition du soir en numérique dès 21h30</span> <span>Le journal en numérique dès 5h</span> <span>Accédez à tous les contenus en illimité</span> </p> <a href="/nos-offres-abonnements" class="bt_special">S'abonner</a> <div class="burgerList"> <ul class="nav_model02 nav_niv1 noPrint "> <li class="itemLevel1 hasChilds depts_list with_cols edition_home" onmouseup="toggleHmenuChilds(this, '#menuVtypedChild1')" > <span class="titleSection icon_arrowMenu "> Actualité <i class="icon_redac" data-icon="keyboard_arrow_right"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols with_numbs subDepts" onmouseup="toggleHmenuChilds(this, '#menuVtypedChild2')" > <span class="titleSection icon_arrowMenu "> Départements <i class="icon_redac" data-icon="keyboard_arrow_right"></i> </span> </li> <li class="itemLevel1 hasChilds selected depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuVtypedChild3')" > <span class="titleSection icon_arrowMenu "> Sports <i class="icon_redac" data-icon="keyboard_arrow_right"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuVtypedChild4')" > <span class="titleSection icon_arrowMenu "> Sorties et loisirs <i class="icon_redac" data-icon="keyboard_arrow_right"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuVtypedChild5')" > <span class="titleSection icon_arrowMenu "> Magazine <i class="icon_redac" data-icon="keyboard_arrow_right"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuVtypedChild6')" > <a href="#" class="titleSection icon_arrowMenu after bottom"> Mon séjour en montagne</a> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuVtypedChild7')" > <span class="titleSection icon_arrowMenu "> Services <i class="icon_redac" data-icon="keyboard_arrow_right"></i> </span> </li> </ul> <div id="menuVtypedChild1" class="nav_niv2 typed depts_list with_cols edition_home" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="/" class="linkLevel2">À la une</a> </li> <li class="itemLevel2 "> <a href="/politique" class="linkLevel2">Politique</a> </li> <li class="itemLevel2 edition_link"> <a href="/faits-divers-justice" class="linkLevel2">Faits divers</a> </li> <li class="itemLevel2 "> <a href="/environnement" class="linkLevel2">Environnement</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/environnement/ici-on-agit" class="linkLevel3">     Ici on agit</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/societe/oiseaux-de-bonheur" target="_blank" class="linkLevel3">     Oiseaux de bonheur</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/france-monde" class="linkLevel2">France - Monde</a> </li> <li class="itemLevel2 "> <a href="/societe/montagne" class="linkLevel2">Montagne</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/societe/montagne/l-appel-des-sommets-du-dauphine-libere" target="_blank" class="linkLevel3">     L'appel des sommets</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/economie" class="linkLevel2">Économie</a> </li> <li class="itemLevel2 "> <a href="/economie/direct-entreprises" target="_blank" class="linkLevel2">DL Entreprises</a> </li> <li class="itemLevel2 "> <a href="/societe/desinfox" class="linkLevel2">Désinfox</a> </li> <li class="itemLevel2 "> <a href="/education" class="linkLevel2">Éducation</a> </li> <li class="itemLevel2 "> <a href="/insolite" class="linkLevel2">Insolite</a> </li> <li class="itemLevel2 "> <a href="/fil-info" class="linkLevel2">Fil info</a> </li> <li class="itemLevel2 "> <a href="/format/data/data-formats-interactifs" class="linkLevel2">Data, formats interactifs</a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/societe/le-billet" target="_blank" class="linkLevel2">Le billet</a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/societe/le-point-de-vue" target="_blank" class="linkLevel2">Le point de vue</a> </li> </ul> </div> </div> <div id="menuVtypedChild2" class="nav_niv2 typed depts_list with_cols with_numbs subDepts" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 hasNum"> <a href="/isere" class="linkLevel2">38 Isère</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-grenoble-agglomeration" class="linkLevel3">Grenoble / Agglomération</a> </li> <li class="itemLevel3 "> <a href="/edition-gresivaudan-oisans" class="linkLevel3">Grésivaudan / Oisans</a> </li> <li class="itemLevel3 "> <a href="/edition-voiron-saint-marcellin" class="linkLevel3">Voiron / Saint-Marcellin</a> </li> <li class="itemLevel3 "> <a href="/edition-la-tour-du-pin-nord-dauphine" class="linkLevel3">La Tour-du-Pin / Nord-Dauphiné</a> </li> <li class="itemLevel3 "> <a href="/edition-bourgoin-jallieu-nord-dauphine" class="linkLevel3">Bourgoin-Jallieu / Nord-Dauphiné</a> </li> <li class="itemLevel3 "> <a href="/edition-vienne-roussillon" class="linkLevel3">Vienne / Roussillon</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/haute-savoie" class="linkLevel2">74 Haute-Savoie</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-annecy-rumilly-les-aravis" class="linkLevel3">Annecy / Rumilly / Les Aravis</a> </li> <li class="itemLevel3 "> <a href="/edition-mont-blanc-arve" class="linkLevel3">Mont-Blanc / Arve</a> </li> <li class="itemLevel3 "> <a href="/edition-grand-geneve-chablais-ain" class="linkLevel3">Grand Genève / Chablais / Ain</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/savoie" class="linkLevel2">73 Savoie</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-chambery-aix-les-bains" class="linkLevel3">Chambéry / Aix-les-Bains</a> </li> <li class="itemLevel3 "> <a href="/edition-tarentaise-maurienne" class="linkLevel3">Tarentaise / Maurienne</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/drome" class="linkLevel2">26 Drôme</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-montelimar-drome-provencale" class="linkLevel3">Montélimar / Drôme Provençale</a> </li> <li class="itemLevel3 "> <a href="/edition-valence-rhone-crussol-vallee-de-la-drome" class="linkLevel3">Valence / Rhône Crussol / Vallée de la Drôme</a> </li> <li class="itemLevel3 "> <a href="/edition-romans-nord-drome" class="linkLevel3">Romans / Nord Drôme</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/ardeche" class="linkLevel2">07 Ardèche</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-aubenas-privas-vallee-du-rhone" class="linkLevel3">Aubenas / Privas / Vallée du Rhône</a> </li> <li class="itemLevel3 "> <a href="/edition-annonay-nord-ardeche" class="linkLevel3">Annonay / Nord Ardèche</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/vaucluse" class="linkLevel2">84 Vaucluse</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-provencale" class="linkLevel3">Avignon, Orange, Carpentras et autour</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/hautes-alpes" class="linkLevel2">05 Hautes-Alpes</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-hautes-alpes-alpes-de-haute-provence" class="linkLevel3">Hautes-Alpes / Alpes de Haute-Provence</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/haute-provence" class="linkLevel2">04 Alpes-de-Haute-Provence</a> </li> <li class="itemLevel2 hasNum"> <a href="/ain" class="linkLevel2">01 Ain</a> </li> <li class="itemLevel2 hasNum"> <a href="/rhone" class="linkLevel2">69 Rhône</a> </li> <li class="itemLevel2 annul-marge hasNum"> <a href="/haute-savoie/frontaliers" class="linkLevel2">CH Grand Genève et Suisse voisine </a> </li> </ul> <div class="cta_favEditionWrapper"> <a class="cta_favEdition currentEdition"> Je choisis mon �dition favorite </a> </div> </div> </div> <div id="menuVtypedChild3" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 selected edition_link"> <a href="/sport" class="linkLevel2">Toute l'actualité sportive</a> </li> <li class="itemLevel2 "> <a href="/sport/calendrier-resultats/football/national-ligue-1" class="linkLevel2">Résultats et classements</a> </li> <li class="itemLevel2 "> <a href="/sport/football" class="linkLevel2">Football</a> </li> <li class="itemLevel2 "> <a href="/sport/rugby" class="linkLevel2">Rugby</a> </li> <li class="itemLevel2 "> <a href="/sport/handball" class="linkLevel2">Handball</a> </li> <li class="itemLevel2 "> <a href="/sport/cyclisme" class="linkLevel2">Cyclisme</a> </li> <li class="itemLevel2 "> <a href="/skichrono" class="linkLevel2">Ski Chrono</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/skichrono/ski-alpin" class="linkLevel3">Ski alpin</a> </li> <li class="itemLevel3 "> <a href="/skichrono/biathlon" class="linkLevel3">Biathlon</a> </li> <li class="itemLevel3 "> <a href="/skichrono/freestyle" class="linkLevel3">Freestyle</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/sport/hockey-sur-glace" class="linkLevel2">Hockey sur glace</a> </li> <li class="itemLevel2 "> Dans les départements <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+isere" class="linkLevel3">En Isère</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+haute-savoie" class="linkLevel3">En Haute-Savoie</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+savoie" class="linkLevel3">En Savoie</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+drome" class="linkLevel3">Dans la Drôme</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+ardeche" class="linkLevel3">En Ardèche</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+hautes-alpes" class="linkLevel3">Dans les Alpes du Sud</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+vaucluse" class="linkLevel3">Dans le Vaucluse</a> </li> </ul> </li> </ul> <div class="cta_favEditionWrapper"> <a class="cta_favEdition currentEdition"> Je choisis mon �dition favorite </a> </div> </div> </div> <div id="menuVtypedChild4" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="/culture-loisirs" class="linkLevel2">Toute l'actualité culturelle</a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/culture-loisirs/livres-notre-selection" target="_blank" class="linkLevel2">Livres : notre sélection</a> </li> <li class="itemLevel2 "> <a href="#" class="linkLevel2">Cinéma</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/culture-loisirs/cinema" class="linkLevel3">     L'actu du cinéma</a> </li> <li class="itemLevel3 "> <a href="https://cinema.ledauphine-presse.fr/" class="linkLevel3">     Programme des cinémas</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/culture-loisirs/musique" class="linkLevel2">Musique</a> </li> <li class="itemLevel2 "> <a href="/societe/television-medias" class="linkLevel2">Télévision - séries - streaming </a> </li> <li class="itemLevel2 "> <a href="https://www.diverto.tv" target="_blank" class="linkLevel2">Diverto TV</a> <ul class="nav_niv3"> <li class="itemLevel3 external-icon"> <a href="https://www.diverto.tv/programme-tv" target="_blank" class="linkLevel3">     Programme TV</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/pour-sortir" class="linkLevel2">Pour Sortir, l'agenda des sorties</a> </li> </ul> <div class="cta_favEditionWrapper"> <a class="cta_favEdition currentEdition"> Je choisis mon �dition favorite </a> </div> </div> </div> <div id="menuVtypedChild5" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="/magazine" class="linkLevel2">Tous nos magazines</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/magazine-sante" class="linkLevel3">Santé</a> </li> <li class="itemLevel3 "> <a href="/magazine-lifestyle" class="linkLevel3">Lifestyle</a> </li> <li class="itemLevel3 "> <a href="/magazine-immobilier" class="linkLevel3">Immobilier</a> </li> <li class="itemLevel3 "> <a href="/magazine-automobile" class="linkLevel3">Automobile</a> </li> <li class="itemLevel3 "> <a href="/magazine-education-jeunesse" class="linkLevel3">Education et jeunesse</a> </li> <li class="itemLevel3 "> <a href="/magazine-cuisine-et-vins" class="linkLevel3">Cuisine et vins</a> </li> <li class="itemLevel3 "> <a href="/magazine-tourisme-et-patrimoine" class="linkLevel3">Tourisme et patrimoine</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/skichrono/liseuse" class="linkLevel2">Ski Chrono</a> </li> </ul> <div class="cta_favEditionWrapper"> <a class="cta_favEdition currentEdition"> Je choisis mon �dition favorite </a> </div> </div> </div> <div id="menuVtypedChild6" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="https://www.mon-sejour-en-montagne.com/" target="_blank" class="linkLevel2">Préparer vos vacances</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/" target="_blank" class="linkLevel3">Réserver votre séjour</a> </li> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/toutes-les-stations/" target="_blank" class="linkLevel3">Toutes les stations</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="#" target="_blank" class="linkLevel2">Nos inspirations</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/infos-montagne/categorie-magazine/en-famille/" target="_blank" class="linkLevel3">En famille</a> </li> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/infos-montagne/categorie-magazine/insolite/" target="_blank" class="linkLevel3">Insolite</a> </li> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/infos-montagne/categorie-magazine/tendance/" target="_blank" class="linkLevel3">Tendance</a> </li> </ul> </li> </ul> <div class="cta_favEditionWrapper"> <a class="cta_favEdition currentEdition"> Je choisis mon �dition favorite </a> </div> </div> </div> <div id="menuVtypedChild7" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/contact" target="_blank" class="linkLevel2">Nous contacter</a> </li> <li class="itemLevel2 "> <a href="https://boutique.ledauphine.com/" class="linkLevel2">Boutique</a> </li> <li class="itemLevel2 "> <a href="https://www.mon-sejour-en-montagne.com/" target="_blank" class="linkLevel2">Location appart ski</a> </li> <li class="itemLevel2 "> <a href="/nos-evenements/fiche-evenementielle" class="linkLevel2">Nos événements</a> </li> <li class="itemLevel2 "> <a href="https://www.libramemoria.com/avis/le-dauphine-libere" class="linkLevel2">Libra Mémoria</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://www.libramemoria.com/avis/le-dauphine-libere" class="linkLevel3">Tous les avis de décès</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/comparateur-telecom" class="linkLevel2">Nos comparateurs </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/comparateur-telecom/comparateur-box-internet" class="linkLevel3">Box Internet</a> </li> <li class="itemLevel3 "> <a href="/comparateur-telecom/comparateur-forfait-mobile" class="linkLevel3">Forfaits mobile</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="#" class="linkLevel2">Petites annonces</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/immobilier" target="_blank" class="linkLevel3">Immobilier</a> </li> <li class="itemLevel3 "> <a href="https://www.paruvendu.fr/voiture-occasion/?partenaire=ldl" target="_blank" class="linkLevel3">Automobiles</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="https://www.ledauphine.com/annonces/recherche" target="_blank" class="linkLevel2">Annonces judiciaires et légales</a> </li> <li class="itemLevel2 "> <a href="https://al-ledauphine.viedessocietes-eurolegales.com/" target="_blank" class="linkLevel2">Vie des sociétés</a> </li> <li class="itemLevel2 "> <a href="https://ledauphine.marchespublics-eurolegales.com/" target="_blank" class="linkLevel2">Marchés publics</a> </li> <li class="itemLevel2 "> <a href="https://www.francemarches.com/" target="_blank" class="linkLevel2">France Marché, portail d'appels d'offres</a> </li> <li class="itemLevel2 h25"> <a href="#" class="linkLevel2"> Paroles de partenaires</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/paroles-de-partenaires/articles-partenaires" class="linkLevel3">Articles partenaires</a> </li> <li class="itemLevel3 "> <a href="/paroles-de-partenaires/dossiers-partenaires" class="linkLevel3">Dossiers partenaires</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="http://www.ebra.fr" target="_blank" class="linkLevel2">Le groupe EBRA</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://www.ebra.fr/le-groupe" target="_blank" class="linkLevel3">Présentation du groupe</a> </li> <li class="itemLevel3 "> <a href="https://www.ebra.fr/ebra-medias" target="_blank" class="linkLevel3">EBRA Médias</a> </li> <li class="itemLevel3 "> <a href="https://www.ebra.fr/ebra-events" target="_blank" class="linkLevel3">EBRA Events</a> </li> </ul> </li> </ul> <div class="cta_favEditionWrapper"> <a class="cta_favEdition currentEdition"> Je choisis mon �dition favorite </a> </div> </div> </div> <!-- Nielsen Bar --> <div class="mod GJNU_PDFWidget" id="gjnuModBurger"> <div class="title">L'édition du jour</div> <div class="modContent"> <div class="item"> <div class="book"> <a href="/liseuse/editions-numeriques#ES38" title="Edition du Soir Isère" class="UA-trackEvent" data-UAval1="clic-entree-tunnel" data-UAval2="clic-module-offres-pdf" data-UAval3="clic-vignette-pdf"> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/62a9ec2b-d244-4aab-bf28-b8d77b6ab87d/JNU_01/edition-du-soir-isere-1732502424.jpg" alt="Edition du Soir Isère" /> </a> </div> <div class="labelWrapper"> <p class="label">Edition du Soir Isère</p> <p class="date">lun. 25/11/2024</p> <a href="/liseuse/editions-numeriques " title="Lire le journal" class="UA-trackEvent bt_special linkAll" data-uaval1="clic-entree-tunnel" data-uaval2="clic-module-offres-pdf" data-uaval3="clic-lien-vers-page-offres-pdf"> <i class="icon_redac" data-icon="keyboard_arrow_right"></i> Lire le journal </a> </div> </div> </div> </div> <!-- Nielsen Bar --> <ul class="nav_model07 nav_niv1 noPrint "> <li class="itemLevel1 "> <a href="/videos" class="titleSection "> Vidéos </a> </li> <li class="itemLevel1 "> <a href="/meteo/previsions-detaillees" target="_blank" class="titleSection "> Météo <i class="icon_redac" data-icon="external"></i> </a> </li> <li class="itemLevel1 "> <a href="/newsletters/subscribe" class="titleSection "> Newsletters </a> </li> <li class="itemLevel1 "> <a href="https://www.libramemoria.com/avis/le-dauphine-libere" class="titleSection "> Libra Memoria </a> </li> <li class="itemLevel1 "> <a href="https://boutique.ledauphine.com/" target="_blank" class="titleSection "> Boutique <i class="icon_redac" data-icon="external"></i> </a> </li> <li class="itemLevel1 NielsenBar-text-transform-none"> <a href="/leclub" target="_blank" class="titleSection "> LeCLUB <i class="icon_redac" data-icon="external"></i> </a> </li> </ul> <a class="pushApp" href=""> <div class="appIcon"><img src="" alt="Icone de l'application mobile" /></div> <p>Retrouvez tous nos contenus et notre journal en numérique<br><span>Téléchargez l'application</span></p> </a><div class="nav_model06"> <span class="menuTitle">Suivez-nous</span> <ul class="nav_niv1 noPrint"> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=FB" target="_blank" class="icon_facebook before"><span>Facebook</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=TT" target="_blank" class="icon_twitter before"><span>Twitter</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=IG" target="_blank" class="icon_instagram before"><span>Instagram</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=LI" target="_blank" class="icon_linkedin before"><span>Linkedin</span></a> </li> <li class="itemLevel1 "> <a href="/rss" target="_blank" class="icon_rss before"><span>Rss</span></a> </li> </ul> </div><!-- Nielsen Bar --> <ul class="nav_model04 nav_niv1 noPrint "> <li class="itemLevel1 "> <a href="/contact" class="titleSection">Contact</a> </li> <li class="itemLevel1 "> <a href="/faq" class="titleSection">FAQ</a> </li> <li class="itemLevel1 "> <a href="/espace-client/cgau" class="titleSection">CGAU du site</a> </li> <li class="itemLevel1 "> <a href="/espace-client/mentions-legales" class="titleSection">Informations légales</a> </li> <li class="itemLevel1 "> <a href="/protection-des-donnees" class="titleSection">Protection des données</a> </li> </ul> </div> </div> </nav> <div id="ad_portal" class="main"> <div class="ad_portal_overlay"></div> <div id="wrapper" role="main"> <section class="section S_top"><div class="constrain"> <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p1d { min-height:250px; justify-content:center; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p1d { display:none; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p1d'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p1d' class='stickyPub'></div> </div> </div></section> <section class="section headerPage constrain"> <h1>Sports</h1> </section> <section class="section portailList2 sectionUnes sectionUnesCategory"> <section class="redacblock List_Top constrain blockUne" > <div class="GRDC_linkTags linkTags" data-position="0" data-name="Sports"> <div class="prevLinkTags"><i class="icon_redac" data-icon="keyboard_arrow_left"></i></div> <ul class="linkTagsList"> <li ><a href="https://www.ledauphine.com/sport/calendrier-resultats/football/national-ligue-1" title="Résultats et classements"> Résultats et classements </a> </li> <li ><a href="https://www.ledauphine.com/sport/football" title="Football"> Football </a> </li> <li ><a href="https://www.ledauphine.com/sport/cyclisme" title="Cyclisme"> Cyclisme </a> </li> <li ><a href="https://www.ledauphine.com/sport/rugby" title="Rugby"> Rugby </a> </li> <li ><a href="https://www.ledauphine.com/sport/hockey-sur-glace" title="Hockey sur glace"> Hockey sur glace </a> </li> <li ><a href="https://c.ledauphine.com/sport/piste-noire-le-podcast-des-recits-meconnus-des-sports-d-hiver" title="🎧 &quot;Piste Noire&quot;"> 🎧 &quot;Piste Noire&quot; </a> </li> <li ><a href="https://www.ledauphine.com/skichrono" title="SkiChrono"> SkiChrono </a> </li> <li ><a href="https://www.ledauphine.com/sport/handball" title="Handball"> Handball </a> </li> </ul> <div class="nextLinkTags"><i class="icon_redac" data-icon="keyboard_arrow_right"></i></div> </div> <section class="List_2-1" id="ListUneMain"> <div class="col-2-1-main"> <div class="mainContentUneCat"> <article class="article article_dossier hasBadge flagSCH"> <div class="wrapperClickArticle"> <a href="/skichrono/2024/11/24/imperturbable-a-gurgl-comment-clement-noel-a-marque-les-esprits-avant-val-d-isere" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline wrapBadge"><span class="oldbadge">SKI CHRONO.</span></span> <span>Imperturbable à Gurgl, pourquoi Clément Noël a marqué les esprits avant Val d'Isère</span> </h3> </a> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> <figure> <picture> <source media="(max-width: 768px)" srcset="https://cdn-s-www.ledauphine.com/images/746E0CC2-3BFF-42B9-B596-3912832B7527/REDAC_A_M/imperturbable-a-gurgl-pourquoi-clement-noel-a-marque-les-esprits-avant-val-d-isere-1732475774.jpg" /> <img src="https://cdn-s-www.ledauphine.com/images/746E0CC2-3BFF-42B9-B596-3912832B7527/REDAC_A/imperturbable-a-gurgl-pourquoi-clement-noel-a-marque-les-esprits-avant-val-d-isere-1732475774.jpg" alt="" fecthpriority="high" decoding="async"/> </picture> </figure> </div> <div class="dossier"> <article class="subArticleDossier"> <a href="/skichrono/2024/11/24/quelques-fautes-qui-me-coutent-le-podium-quatrieme-a-gurgl-steven-amiez-continue-de-progresser" class="article_content"> <i class="icon_redac" data-icon="arrow_right"></i> <h4 class="titleArticle"><span>« Quelques fautes qui me coûtent le podium » : quatrième à Gurgl, Steven Amiez continue de progresser</span> </h4> </a> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="subArticleDossier"> <a href="/skichrono/2024/11/22/shiffrin-proche-de-la-100e-noel-peut-confirmer-bonnes-conditions-ce-qu-il-faut-savoir-sur-les-slaloms-de-gurgl" class="article_content"> <i class="icon_redac" data-icon="arrow_right"></i> <h4 class="titleArticle"><span>Mikaela Shiffrin proche de la 100e, Clément Noël peut confirmer, de bonnes conditions… : ce qu’il faut savoir sur les slaloms de Gurgl</span> </h4> </a> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <a class="btn btn-arrow light" href="/skichrono/slalom-de-gurgl-2024" title="Tout le fil info" onclick="event.stopPropagation();">Voir tout le dossier <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a> </div> </article> </div> <section class="pubblock constrain pub-dfp-m"> <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p1m { display:none; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p1m { min-height:250px; justify-content:center; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p1m'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p1m' class='stickyPub'></div> </div> </section> <article class="article article-col "> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/07A19773-0E40-463E-89D9-D0442A569BCD/REDAC_B/des-poteaux-une-penalite-a-la-derniere-seconde-voiron-s-offre-un-derby-fou-face-a-vinay-1732486536.jpg" alt="Des poteaux, une pénalité à la dernière seconde... Voiron s'offre un derby fou face à Vinay" loading="lazy" decoding="async" /> </figure> <a href="/sport/2024/11/24/voiron-dejoue-les-pronostics" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Rugby - Fédérale 2.</span> <span>Des poteaux, une pénalité à la dernière seconde... Voiron s'offre un derby fou face à Vinay</span> <span class="flagPaid"></span></h3> </a> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-col "> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/E5DF9D21-2498-4AD1-8340-8FB929A8C16C/REDAC_B/antoine-dupont-elu-meilleur-joueur-de-rugby-a-vii-de-2024-daret-titre-comme-coach-1732487206.jpg" alt="Antoine Dupont élu meilleur joueur de rugby à VII de 2024, Daret titré comme coach" loading="lazy" decoding="async" /> </figure> <a href="/sport/2024/11/24/jerome-daret-ex-selectionneur-des-septistes-designe-entraineur-de-l-annee" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Rugby.</span> <span>Antoine Dupont élu meilleur joueur de rugby à VII de 2024, Daret titré comme coach</span> </h3> </a> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <div class="pub-dfp-d"> <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p3d { min-height:156px; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p3d { display:none; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p3d'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p3d' class='stickyPub'></div> </div> </div> <article class="article article-col "> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/BA3DBE42-C8DA-4524-BD82-ECFAD9AA9F60/REDAC_B/pour-gagner-il-faut-tenir-plus-que-30-minutes-valeureux-chambery-cede-face-au-psg-1732481922.jpg" alt="« Pour gagner, il faut tenir plus que 30 minutes » : valeureux, Chambéry cède face au PSG" loading="lazy" decoding="async" /> </figure> <a href="/sport/2024/11/24/pour-gagner-il-faut-tenir-plus-que-30-minutes-valeureux-chambery-cede-face-au-psg" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Handball - Starligue.</span> <span>« Pour gagner, il faut tenir plus que 30 minutes » : valeureux, Chambéry cède face au PSG</span> <span class="flagPaid"></span></h3> </a> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <section class="pubblock constrain pub-dfp-m"> <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p2m { display:none; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p2m { min-height:250px; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p2m'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p2m' class='stickyPub'></div> </div> </section> <article class="article article-col "> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/699E4D6B-F396-4C54-A28F-1A4C5EE66B72/REDAC_B/braquage-pression-marabout-le-proces-de-l-affaire-pogba-debute-mardi-1732462961.jpg" alt="Braquage, pression, marabout… le procès de l’affaire Pogba débute mardi" loading="lazy" decoding="async" /> </figure> <a href="/sport/2024/11/24/braquage-pression-marabout-le-proces-de-l-affaire-pogba-debute-mardi" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Football.</span> <span>Braquage, pression, marabout… le procès de l’affaire Pogba débute mardi</span> <span class="flagPaid"></span></h3> </a> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <div id='pub-outbrain-1d'> </div> <style> @media screen and (min-width:1000px) { #wrapper_pub-outbrain-1m { display:none; }} @media screen and (max-width:999px) { #wrapper_pub-outbrain-1m { min-height:141px; }} </style> <div id='wrapper_pub-outbrain-1m'> <div id='pub-outbrain-1m'> </div> </div> <div id="selectionAboMobile"> <div id="selectionAbo" class=""> </div> </div> <link type='text/css' rel='stylesheet' href='https://cdn-files.prsmedia.fr/files/min/fr/GJNU/css/style.204ECD2D7613741CA8D56295284C32BD.min.css' media='screen' /><div class="mod GJNU_LiseuseDual" id="LiseuseDual"> <p class="modTitle"><span class="icon_redac" data-icon="book_kiosque"></span> Le kiosque</p> <div class="modContent"> <div class="firstProduct"> <div class="firstProductImg"><img src="https://cdn-s-www.ledauphine.com/images/62a9ec2b-d244-4aab-bf28-b8d77b6ab87d/JNU_01/edition-du-soir-isere-1732502424.jpg" loading="lazy" decoding="async"/></div> <div class="productInfos"> <p class="title">L'édition du soir du lundi 25 novembre 2024</p> <p class="subtitle">Edition du Soir Isère <span class="flagPaid"></span> </p> <a href="/liseuse/editions-numeriques" title="Lire le journal" class="btn">Lire le journal <span class="icon_redac" data-icon="keyboard_arrow_right"></span></a> </div> </div> <div class="secondProduct"> <div class="secondaryProductImg"><img src="https://cdn-s-www.ledauphine.com/images/21ac10a4-87c4-41ec-b1aa-68d82fd6ad8c/JNU_01/diverto-1732300622.jpg" loading="lazy" decoding="async"/></div> <a href="/liseuse/editions-numeriques#SUP" title="Voir toutes les éditions et les suppléments" class="btn">Voir toutes les éditions et les suppléments <span class="icon_redac" data-icon="keyboard_arrow_right"></span></a> </div> </div> </div> </div> <div class="col-2-1-right" id="ColUneRight"> <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p2d { min-height:600px; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p2d { display:none; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p2d'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p2d' class='stickyPub'></div> </div> <style> @media screen and (max-width:999px) { #ColUneRight > div.mod.GRDC_List_Model12.fil-info-v2 { display:none; } } </style><div class="mod GRDC_List_Model12 fil-info-v2"> <a href="/sport+fil-info" title="Tout le fil info" class="title"> <p>FIL INFO SPORT</p> </a> <div class="modContent"> <ul> <li class="richcontent"> <p class="publicationTime"> Hier à 23:11 </p> <a title="Top 14 : Le Stade Français s'offre le derby francilien face au Racing avec le bonus" href="/sport/2024/11/24/top-14-le-stade-francais-s-offre-le-derby-francilien-face-au-racing-avec-le-bonus" onclick="_gaq.push(['_trackEvent', 'Modules', 'Fil info', '/sport/2024/11/24/top-14-le-stade-francais-s-offre-le-derby-francilien-face-au-racing-avec-le-bonus']);" > <h2 class="publicationTitle"> <span class="headline">Rugby.</span> <span>Top 14 : Le Stade Français s'offre le derby francilien face au Racing avec le bonus</span> </h2> </a> </li> <li class="richcontent"> <p class="publicationTime"> Hier à 22:47 </p> <a title="Ligue 1 : Nice renverse Strasbourg et grimpe à la cinquième place" href="/sport/2024/11/24/ligue-1-nice-renverse-strasbourg-et-grimpe-a-la-cinquieme-place" onclick="_gaq.push(['_trackEvent', 'Modules', 'Fil info', '/sport/2024/11/24/ligue-1-nice-renverse-strasbourg-et-grimpe-a-la-cinquieme-place']);" > <h2 class="publicationTitle"> <span class="headline">Football.</span> <span>Ligue 1 : Nice renverse Strasbourg et grimpe à la cinquième place</span> </h2> </a> </li> <li class="richcontent"> <p class="publicationTime"> Hier à 21:55 </p> <a title="Antoine Dupont élu meilleur joueur de rugby à VII de 2024, Daret titré comme coach" href="/sport/2024/11/24/jerome-daret-ex-selectionneur-des-septistes-designe-entraineur-de-l-annee" onclick="_gaq.push(['_trackEvent', 'Modules', 'Fil info', '/sport/2024/11/24/jerome-daret-ex-selectionneur-des-septistes-designe-entraineur-de-l-annee']);" > <h2 class="publicationTitle"> <span class="headline">Rugby.</span> <span>Antoine Dupont élu meilleur joueur de rugby à VII de 2024, Daret titré comme coach</span> </h2> </a> </li> <li class="richcontent"> <p class="publicationTime"> Hier à 21:55 </p> <a title="Tour d'Europe : Mbappé marque avec le Real Madrid, Liverpool s'envole" href="/sport/2024/11/24/tour-d-europe-liverpool-s-envole-en-premier-league-avec-huit-points-d-avance" onclick="_gaq.push(['_trackEvent', 'Modules', 'Fil info', '/sport/2024/11/24/tour-d-europe-liverpool-s-envole-en-premier-league-avec-huit-points-d-avance']);" > <h2 class="publicationTitle"> <span class="headline">Football.</span> <span>Tour d'Europe : Mbappé marque avec le Real Madrid, Liverpool s'envole</span> </h2> </a> </li> <li class="richcontent"> <p class="publicationTime"> Hier à 21:21 </p> <a title="Solides en défense mais imprécises... Les Bleues battent l'Angola avant l’Euro" href="/sport/2024/11/24/solides-en-defense-mais-imprecises-les-bleues-battent-l-angola-avant-l-euro" onclick="_gaq.push(['_trackEvent', 'Modules', 'Fil info', '/sport/2024/11/24/solides-en-defense-mais-imprecises-les-bleues-battent-l-angola-avant-l-euro']);" > <h2 class="publicationTitle"> <span class="headline">Handball.</span> <span>Solides en défense mais imprécises... Les Bleues battent l'Angola avant l’Euro</span> </h2> </a> </li> </ul> </div> <a class="btn btn-arrow light" href="/sport+fil-info" title="Tout le fil info">Tout le fil info <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a> </div> </div> </section> <section class="List_1-2 " id="ListUneSecondary"> <div class="mod GRDC_webPoll"> <div class="voteContent"> <div class="question"><span>Vote.</span>Coupe de France : quelle performance du week-end retenez-vous ?</div> <form class="pollComponent"> <div id="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Choices"> <div class="alert--info" id="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_ZoneMsg2" style="display:none;"> <span id="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Msg2"></span> </div> <ul> <li> <input type="radio" value="0" name="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Choice" id="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Choice_0" class="radio" /> <label for="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Choice_0">La séance de tirs au but victorieuse du GF38</label> </li> <li> <input type="radio" value="1" name="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Choice" id="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Choice_1" class="radio" /> <label for="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Choice_1">La belle résistance du FC Foron contre une Ligue 2</label> </li> <li> <input type="radio" value="2" name="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Choice" id="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Choice_2" class="radio" /> <label for="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Choice_2">Le carton plein des clubs de Valence</label> </li> <li> <input type="radio" value="3" name="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Choice" id="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Choice_3" class="radio" /> <label for="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Choice_3">Le FCA, le GFA, le FCBJ, Cluses-Scionzier et Chambéry ont fait respecter la logique</label> </li> </ul> </div> <div id="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Results" style="display:none;"> <div class="listOption"> <div class="option "> <div class="resconteneur"> <div style="width: 24%; height: 24%;" class="result res0" id="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Avc_0"></div> </div> <div class="reponse">La séance de tirs au but victorieuse du GF38</div> <div class="percent" id="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Pct_0">24 % </div> </div> <div class="option "> <div class="resconteneur"> <div style="width: 20%; height: 20%;" class="result res1" id="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Avc_1"></div> </div> <div class="reponse">La belle résistance du FC Foron contre une Ligue 2</div> <div class="percent" id="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Pct_1">20 % </div> </div> <div class="option bestResult"> <div class="resconteneur"> <div style="width: 33%; height: 33%;" class="result res2" id="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Avc_2"></div> </div> <div class="reponse">Le carton plein des clubs de Valence</div> <div class="percent" id="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Pct_2">33 % </div> </div> <div class="option "> <div class="resconteneur"> <div style="width: 23%; height: 23%;" class="result res3" id="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Avc_3"></div> </div> <div class="reponse">Le FCA, le GFA, le FCBJ, Cluses-Scionzier et Chambéry ont fait respecter la logique</div> <div class="percent" id="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Pct_3">23 % </div> </div> </div> </div> <div id="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Compact"> <div class="blocButtons"> <a href="/sport/2024/11/18/coupe-de-france-quelle-performance-du-week-end-retenez-vous" class="btn btn-arrow"><span class="msg"> Donner mon avis</span><span class="icon_redac" data-icon="keyboard_arrow_right"></span></a> </div> </div> <div class="pollFooter"> <div id="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_TotalDiv" class="total"><span id="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Total">453</span> votants</div> <div class="poll_result" style="display:none;" id="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_ZoneMsg"> <span id="poll_2f93f6460-c677-40b3-89a8-a7eef05c3430_Msg"></span> </div> </div> </form> </div> </div> <article class="article article-row "> <div class="wrapperClickArticle"> <a href="/sport/2024/11/24/toujours-pas-de-victoire-pour-aix-les-bains" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Rugby - Fédérale 3.</span> <span>Toujours pas de victoire pour Aix-les-Bains, tenu en échec par Vichy</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/83EC3926-454F-4637-946E-2CC7C9040766/REDAC_B/toujours-pas-de-victoire-pour-aix-les-bains-tenu-en-echec-par-vichy-1732481960.jpg" alt="Toujours pas de victoire pour Aix-les-Bains, tenu en échec par Vichy" /> </figure> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <div id='pub-outbrain-2d'> </div> <style> @media screen and (min-width:1000px) { #wrapper_pub-outbrain-2m { display:none; }} @media screen and (max-width:999px) { #wrapper_pub-outbrain-2m { min-height:141px; }} </style> <div id='wrapper_pub-outbrain-2m'> <div id='pub-outbrain-2m'> </div> </div> <article class="article article-row "> <div class="wrapperClickArticle"> <a href="/sport/2024/11/23/federale-2-federale-3-elite-1-feminine-le-programme-de-nos-clubs-regionaux" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Rugby.</span> <span>Fédérale 2, Fédérale 3, Elite 1 féminine... Les résultats de nos clubs régionaux</span> </h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/31CB7C0F-007E-43B2-98B6-CC00A61B6F24/REDAC_B/federale-2-federale-3-elite-1-feminine-les-resultats-de-nos-clubs-regionaux-1732477942.jpg" alt="Fédérale 2, Fédérale 3, Elite 1 féminine... Les résultats de nos clubs régionaux" /> </figure> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <section class="pubblock constrain pub-dfp-m"> <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p3m { display:none; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p3m { min-height:140px; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p3m'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p3m' class='stickyPub'></div> </div> </section> <article class="article article-row "> <div class="wrapperClickArticle"> <a href="/sport/2024/11/24/top-14-le-stade-francais-s-offre-le-derby-francilien-face-au-racing-avec-le-bonus" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Rugby.</span> <span>Top 14 : Le Stade Français s'offre le derby francilien face au Racing avec le ...</span> </h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/D4F96E4F-6129-4451-95A8-0C39170F6845/REDAC_B/top-14-le-stade-francais-s-offre-le-derby-francilien-face-au-racing-avec-le-bonus-1732486301.jpg" alt="Top 14 : Le Stade Français s'offre le derby francilien face au Racing avec le bonus" /> </figure> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row "> <div class="wrapperClickArticle"> <a href="/sport/2024/11/24/une-marche-beaucoup-trop-haute" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Rugby - Élite 1 féminine.</span> <span>La marche était beaucoup trop haute pour les Amazones du FCG à Bordeaux</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/8E730635-0CB4-4739-93C5-D5589CA9A09E/REDAC_B/la-marche-etait-beaucoup-trop-haute-pour-les-amazones-du-fcg-a-bordeaux-1732485918.jpg" alt="La marche était beaucoup trop haute pour les Amazones du FCG à Bordeaux" /> </figure> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <div id='pub-outbrain-3d'> </div> </section> <script type="text/javascript"> /* ========================================================================== Selection abonnés des Une ========================================================================== */ function selectionAboResponsive() { if(needRecalculationOfViewport){ viewPortWidth = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; needRecalculationOfViewport = false; } if (viewPortWidth < 1000) { var selectionAbo = document.getElementById('selectionAbo'); var selectionAboMobile = document.getElementById('selectionAboMobile'); if (selectionAbo && selectionAboMobile && selectionAboMobile.childElementCount === 0) { selectionAboMobile.appendChild(selectionAbo); } } else if (viewPortWidth > 999) { var selectionAbo = document.getElementById('selectionAbo'); var selectionAboDesktop = document.getElementById('selectionAboDesktop'); if (selectionAbo && selectionAboDesktop && selectionAboDesktop.childElementCount === 0) { selectionAboDesktop.appendChild(selectionAbo); } } } selectionAboResponsive(); window.addEventListener("resize", debounce(async function (e) { needRecalculationOfViewport = true; selectionAboResponsive(); }, 500)); /* ========================================================================== Colonne Une Right Responsive ========================================================================== */ let alreadyInMobileColUne = false; let alreadyInDesktopColUne = false; function colUneRightResponsive() { if(needRecalculationOfViewport){ viewPortWidth = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; needRecalculationOfViewport = false; } if (alreadyInMobileColUne == false && viewPortWidth < 1000) { alreadyInMobileColUne = true; alreadyInDesktopColUne = false; var colUneRight = document.getElementById('ColUneRight'); var listUneSecondary = document.getElementById('ListUneSecondary'); if (colUneRight && ListUneSecondary) { listUneSecondary.appendChild(colUneRight); } } else if (alreadyInDesktopColUne == false && viewPortWidth > 999) { alreadyInMobileColUne = false; alreadyInDesktopColUne = true; var colUneRight = document.getElementById('ColUneRight'); var listUneMain = document.getElementById('ListUneMain'); if (listUneMain && colUneRight) { listUneMain.appendChild(colUneRight); } } } colUneRightResponsive(); window.addEventListener("resize", debounce(async function(e){ needRecalculationOfViewport = true; colUneRightResponsive(); }, 500)); </script> <a href="/sport?page=2" class="btn btn-arrow">Voir tout <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a> </section> <section class="newsletterblock List_1 constrain blockUne" > <div class="mod GRDC_newsletters"> <form method="post" id="1subscriptionForm" action="/newsletters/subscribe"> <div class="nwl-illustration simple"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/B8D3BAA5-1F19-4FF4-A0C6-A3E54CC4A79B/NEWL_ModelPicture/dr-1663747856.jpg" alt="dr" /> </figure> </div> <div class="nl_infos"> <p class="nwl-title"> <span>Newsletter. </span> Le café des sports </p> <div class="nwl-description"> <span class="nwl-frequency"> Chaque jour. </span> <p>Recevez dans votre bo&icirc;te mail l'essentiel de l'actualit&eacute; sportive, des grands clubs de notre r&eacute;gion aux &eacute;v&eacute;nements internationaux.</p></div> <div class="email_wrapper"> <div class="field email nonConnecte"> <input class="inputField" type="email" id="1nwl-login" name="email" placeholder="Saisissez votre e-mail" /> </div> <div id="1nwl-button" class="modalBlocButtons"> <input id="1nwl-modelkey" type="hidden" name="modelkey" value="0b4ed2c3-794e-47d9-a150-82a81a991db8" /> <input type="submit" id="GFWKCAPTCHACheckINPUT1subscriptionForm" class="btn subscribe_btn" value="S'inscrire" name="0b4ed2c3-794e-47d9-a150-82a81a991db8"/> <style type="text/css"> .noteReCaptcha { line-height: 3rem; font-size: 1.1rem; color: gray; } </style> <style type="text/css"> 1subscriptionForm > .grecaptcha-badge { visibility: hidden; } </style> <a class="btn" id="1aNewsLetterAlert" href="/espace-personnel/gerer-mes-newsletters" style="display: none;">Voir mes newsletters</a> <div id="1nwl-completionnotice" class="alert--success" style="display:none">Ca y est ! Vous êtes inscrit</div> </div> </div> <div class="protection_infos"> Peut contenir des publicités. <a href="/protection-des-donnees">Protection des données</a> </div> </div> </form> </div> </section> <section class="redacblock List_1 constrain blockUne" > <div class="blockMedia"> <div class="List-heading"> <h2 class="sectionTitle"> <span>Le sport en images</span> </h2> </div> <div class="GRDC_linkTags linkTags" data-position="2" data-name="Le sport en images"> <div class="prevLinkTags"><i class="icon_redac" data-icon="keyboard_arrow_left"></i></div> <ul class="linkTagsList"> <li ><a href="/format/galerie-photo" title=" 📸 Diaporamas"> 📸 Diaporamas </a> </li> <li ><a href="https://www.ledauphine.com/videos" title="🎥 Vidéos"> 🎥 Vidéos </a> </li> <li ><a href="https://www.facebook.com/ledauphinesports/ " title="Sur les réseaux sociaux"> Sur les réseaux sociaux </a> </li> </ul> <div class="nextLinkTags"><i class="icon_redac" data-icon="keyboard_arrow_right"></i></div> </div> <div class="list_media"> <article class="article article-media"> <div class="article_content"> <div class="wrapperClickArticle"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/382B2391-C19B-4178-AC72-C452C4804DFF/REDAC_S/revivez-le-week-end-de-gurgl-avec-les-nouvelles-victoires-de-clement-noel-et-mikaela-shiffrin-1732468373.jpg" alt="Revivez le week-end de Gurgl avec les nouvelles victoires de Clément Noël et Mikaela Shiffrin" /> </figure> <div class="detail"> <p class="article_format"><span class="icon_format icon_redac" data-icon="format_galerie"></span><span class="nom_format">En images</span></p> <a href="/skichrono/2024/11/24/revivez-le-week-end-de-gurgl-avec-les-nouvelles-victoires-de-clement-noel-et-mikaela-shiffrin-fnkh" class="mainLink"><h3 class="titleArticle">Revivez le week-end de Gurgl avec les nouvelles victoires de Clément Noël et Mikaela Shiffrin </h3></a> <p class="article_info">19 photos</p> </div> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-media"> <div class="article_content"> <div class="wrapperClickArticle"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/DB673D42-A5A3-4AC8-ABF1-4653CBC80E20/REDAC_S/gurgl-levi-chamonix-wengen-kitzbuhel-val-d-isere-les-12-victoires-de-clement-noel-en-coupe-du-monde-1732456781.jpg" alt="Gurgl, Levi, Chamonix, Wengen, Kitzbühel, Val d'Isère : les 12 victoires de Clément Noël en Coupe du monde" /> </figure> <div class="detail"> <p class="article_format"><span class="icon_format icon_redac" data-icon="format_galerie"></span><span class="nom_format">En images</span></p> <a href="/skichrono/2021/01/30/en-images-chamonix-wengen-kitzbuhel-zagreb-soldeu-les-victoires-de-clement-noel-en-coupe-du-monde" class="mainLink"><h3 class="titleArticle">Gurgl, Levi, Chamonix, Wengen, Kitzbühel, Val d'Isère : les 12 victoires de Clément Noël en Coupe du monde </h3></a> <p class="article_info">13 photos</p> </div> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-media"> <div class="article_content"> <div class="wrapperClickArticle"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/2655D9AC-158D-459D-930C-5627DFF477C5/REDAC_S/fc-annecy-ahmed-kashi-inspire-kapit-djoco-tourmente-les-notes-du-match-nul-au-paris-fc-1732382400.jpg" alt="FC Annecy : Ahmed Kashi inspiré, Kapit Djoco tourmenté... Les notes du match nul au Paris FC" /> </figure> <div class="detail"> <p class="article_format"><span class="icon_format icon_redac" data-icon="format_galerie"></span><span class="nom_format">En images</span></p> <a href="/sport/2024/11/23/fc-annecy-ahmed-kashi-inspire-djoco-tourmente-les-notes-du-match-nul-au-paris-fc" class="mainLink"><h3 class="titleArticle">FC Annecy : Ahmed Kashi inspiré, Kapit Djoco tourmenté... Les notes du match nul au Paris FC </h3></a> <p class="article_info">11 photos</p> </div> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-media"> <div class="article_content"> <div class="wrapperClickArticle"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/72F66923-3CF1-498A-B8B6-63FF09B07E13/REDAC_S/d-are-2012-a-gurgl-2024-revivez-les-99-victoires-de-mikaela-shiffrin-en-coupe-du-monde-1732375102.jpg" alt="D'Are 2012 à Gurgl 2024 : revivez les 99 victoires de Mikaela Shiffrin en Coupe du monde" /> </figure> <div class="detail"> <p class="article_format"><span class="icon_format icon_redac" data-icon="format_galerie"></span><span class="nom_format">En images</span></p> <a href="/skichrono/2023/01/08/revivez-les-82-victoires-de-mikaela-shiffrin-en-coupe-du-monde" class="mainLink"><h3 class="titleArticle">D'Are 2012 à Gurgl 2024 : revivez les 99 victoires de Mikaela Shiffrin en Coupe du monde </h3></a> <p class="article_info">99 photos</p> </div> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> </div> <a href="/format/galerie-sport+region/alpes+region/paca+region/vallee-du-rhone+zone/france-monde" class="btn btn-arrow">Voir tout <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a> </div> </section> <section class="pubblock List_1 constrain blockUne" > <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p4 { min-height:300px; justify-content:center; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p4 { min-height:250px; justify-content:center; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p4'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p4' class='stickyPub'></div> </div> </section> <section class="redacblock List_1 constrain blockUne" > <div class="List-heading"> <h2 class="sectionTitle"> <span> <a href="/sport/football" class="">Football</a> </span> </h2> </div> <div class="GRDC_linkTags linkTags" data-position="4" data-name="Football"> <div class="prevLinkTags"><i class="icon_redac" data-icon="keyboard_arrow_left"></i></div> <ul class="linkTagsList"> <li ><a href="https://c.ledauphine.com/sport/gf38-grenoble-foot-38" title="GF38"> GF38 </a> </li> <li ><a href="https://c.ledauphine.com/sport/fc-annecy" title="FC Annecy"> FC Annecy </a> </li> <li ><a href="https://c.ledauphine.com/sport/ol-olympique-lyonnais" title="Olympique Lyonnais"> Olympique Lyonnais </a> </li> <li ><a href="https://c.ledauphine.com/sport/om-olympique-de-marseille" title="Olympique de Marseille"> Olympique de Marseille </a> </li> <li ><a href="https://c.ledauphine.com/sport/asse-as-saint-etienne" title="AS Saint-Etienne"> AS Saint-Etienne </a> </li> <li ><a href="https://c.ledauphine.com/sport/equipe-de-france-de-football" title="L'actu des Bleus"> L'actu des Bleus </a> </li> </ul> <div class="nextLinkTags"><i class="icon_redac" data-icon="keyboard_arrow_right"></i></div> </div> <div class="List_home"> <article class="article article-fond " > <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/10368352-83A5-4172-9BF0-3705F151D482/REDAC_S/ligue-1-nice-renverse-strasbourg-et-grimpe-a-la-cinquieme-place-1732485061.jpg" alt="Ligue 1 : Nice renverse Strasbourg et grimpe à la cinquième place" decoding="async" loading="lazy" /> </figure> <a href="/sport/2024/11/24/ligue-1-nice-renverse-strasbourg-et-grimpe-a-la-cinquieme-place" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Football.</span> <span>Ligue 1 : Nice renverse Strasbourg et grimpe à la cinquième place</span> </h3> </a> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row " > <div class="corps"> <div class="wrapperClickArticle"> <a href="/sport/2024/11/24/bouzerouata-a-ecoeure-l-assaf" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Football - Régional 2.</span> <span>Comment le gardien d'Echirolles Bouzerouata a écœuré l’ASSAF</span> <span class="flagPaid"></span></h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <style> #wrapper_pub-dfp-p3bis { min-height:140px; } </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p3bis'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p3bis' class='stickyPub'></div> </div> <article class="article article-row " > <div class="corps"> <div class="wrapperClickArticle"> <a href="/sport/2024/11/24/tour-d-europe-liverpool-s-envole-en-premier-league-avec-huit-points-d-avance" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Football.</span> <span>Tour d'Europe : Mbappé marque avec le Real Madrid, Liverpool s'envole</span> </h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row " > <div class="corps"> <div class="wrapperClickArticle"> <a href="/sport/2024/11/24/valence-elimine-au-bout-du-suspense" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Football - Coupe de France féminine.</span> <span>Les filles de Valence frustrées et éliminées au bout du suspense</span> <span class="flagPaid"></span></h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> </div> <a href="/sport/football" class="btn btn-arrow">Voir tout <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a> </section> <section class="pubblock List_1 constrain blockUne" > <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p5 { min-height:300px; justify-content:center; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p5 { min-height:250px; justify-content:center; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p5'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p5' class='stickyPub'></div> </div> </section> <section class="redacblock List_1 constrain blockUne" > <div class="List-heading"> <h2 class="sectionTitle"> <span> <a href="/sport/rugby" class="">Rugby</a> </span> </h2> </div> <div class="GRDC_linkTags linkTags" data-position="6" data-name="Rugby"> <div class="prevLinkTags"><i class="icon_redac" data-icon="keyboard_arrow_left"></i></div> <ul class="linkTagsList"> <li ><a href="https://c.ledauphine.com/sport/fcg-fc-grenoble-rugby" title="FCG"> FCG </a> </li> <li ><a href="https://c.ledauphine.com/sport/vrdr-valence-romans-drome-rugby" title="VRDR"> VRDR </a> </li> <li ><a href="https://c.ledauphine.com/sport/csbj-cs-bourgoin-jallieu" title="CSBJ"> CSBJ </a> </li> <li ><a href="https://c.ledauphine.com/sport/csv-club-sportif-de-vienne-rugby" title="CS Vienne"> CS Vienne </a> </li> <li ><a href="https://c.ledauphine.com/sport/soc-stade-olympique-de-chambery-rugby" title="SO Chambéry"> SO Chambéry </a> </li> <li ><a href="https://c.ledauphine.com/sport/xv-de-france" title="XV de France"> XV de France </a> </li> </ul> <div class="nextLinkTags"><i class="icon_redac" data-icon="keyboard_arrow_right"></i></div> </div> <div class="List_home"> <article class="article article-fond " > <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/1FAEBC09-A7B2-4B8A-B624-E6051D5EC093/REDAC_S/un-point-a-suffi-pour-chateauneuf-saint-marcel-contre-romans-peage-1732484658.jpg" alt="Un point a suffi pour Châteauneuf-Saint-Marcel contre Romans-Péage" decoding="async" loading="lazy" /> </figure> <a href="/sport/2024/11/24/un-point-suffit-pour-chateauneuf-saint-marcel" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Rugby - Fédérale 3.</span> <span>Un point a suffi pour Châteauneuf-Saint-Marcel contre Romans-Péage</span> <span class="flagPaid"></span></h3> </a> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row "> <div class="wrapperClickArticle"> <a href="/sport/2024/11/24/dans-un-match-balaye-par-le-vent-tournon-tain-domine-veore" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Rugby - Fédérale 3.</span> <span>A 13 contre 15, Tournon Tain vient à bout de la Véore</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/D2E7772C-4FAA-410A-BD4F-0AAFB10CB85E/REDAC_B/a-13-contre-15-tournon-tain-vient-a-bout-de-la-veore-1732485703.jpg" alt="A 13 contre 15, Tournon Tain vient à bout de la Véore" /> </figure> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row "> <div class="wrapperClickArticle"> <a href="/sport/2024/11/24/saint-savin-puissance-dix" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Rugby - Fédérale 3.</span> <span>Dix essais inscrits : Saint-Savin écrase Belleville-en-Beaujolais !</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/E8F149BB-38E3-4CFC-9258-DD7D3A8E0936/REDAC_B/dix-essais-inscrits-saint-savin-ecrase-belleville-en-beaujolais-1732487629.jpg" alt="Dix essais inscrits : Saint-Savin écrase Belleville-en-Beaujolais !" /> </figure> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row " > <div class="corps"> <div class="wrapperClickArticle"> <a href="/sport/2024/11/24/saint-marcellin-s-en-sort-de-justesse-renage-rives-accroche-le-bonus-defensif-la-9e-journee-des-clubs-iserois" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Rugby - Fédérale 3.</span> <span>Saint-Marcellin s’en sort de justesse, Renage/Rives accroche le bonus défensif : ...</span> <span class="flagPaid"></span></h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row " > <div class="corps"> <div class="wrapperClickArticle"> <a href="/sport/2024/11/24/beaurepaire-fait-respecter-la-logique" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Rugby - Fédérale 3.</span> <span>Beaurepaire fait respecter la logique face à Faucigny</span> <span class="flagPaid"></span></h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> </div> <a href="/sport/rugby" class="btn btn-arrow">Voir tout <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a> </section> <section class="pubblock List_1 constrain blockUne" > <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p6 { min-height:300px; justify-content:center; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p6 { min-height:250px; justify-content:center; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p6'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p6' class='stickyPub'></div> </div> </section> <section class="redacblock List_1 constrain blockUne" > <div class="List-heading"> <h2 class="sectionTitle"> <span> <a href="/sport/cyclisme+region/alpes+region/paca+region/vallee-du-rhone+zone/france-monde" class="">Cyclisme</a> </span> </h2> </div> <div class="GRDC_linkTags linkTags" data-position="8" data-name="Cyclisme"> <div class="prevLinkTags"><i class="icon_redac" data-icon="keyboard_arrow_left"></i></div> <ul class="linkTagsList"> <li ><a href="https://c.ledauphine.com/p/tadej-pogacar" title="Tadej Pogacar"> Tadej Pogacar </a> </li> <li ><a href="https://c.ledauphine.com/p/julian-alaphilippe" title="Julian Alaphilippe"> Julian Alaphilippe </a> </li> <li ><a href="https://c.ledauphine.com/p/mathieu-van-der-poel" title="Mathieu van der Poel"> Mathieu van der Poel </a> </li> <li ><a href="https://c.ledauphine.com/p/remco-evenepoel" title="Remco Evenepoel"> Remco Evenepoel </a> </li> <li ><a href="https://c.ledauphine.com/p/jonas-vingegaard" title="Jonas Vingegaard"> Jonas Vingegaard </a> </li> <li ><a href="https://c.ledauphine.com/p/wout-van-aert" title="Wout van Aert "> Wout van Aert </a> </li> </ul> <div class="nextLinkTags"><i class="icon_redac" data-icon="keyboard_arrow_right"></i></div> </div> <div class="List_home"> <article class="article article-fond " > <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/4C2A9C23-72CA-4B1C-A9C7-26A65094258D/REDAC_S/quand-un-cycliste-amateur-bat-un-record-de-nibali-sur-strava-1624909150.jpg" alt="Quand un cycliste amateur bat un record de Nibali sur Strava" decoding="async" loading="lazy" /> </figure> <a href="/sport/2024/11/21/quand-un-cycliste-amateur-bat-un-record-de-nibali-sur-strava" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Cyclisme.</span> <span>Quand un cycliste amateur bat un record de Nibali sur Strava</span> </h3> </a> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row "> <div class="wrapperClickArticle"> <a href="/sport/2024/11/21/renverse-par-un-camion-a-l-entrainement-un-maillot-rose-du-tour-d-italie-arrete-sa-carriere" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Cyclisme.</span> <span>Renversé par un camion à l'entraînement, un maillot rose du Tour d'Italie arrête ...</span> </h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/C0238CC1-8F2A-436F-B3F5-ABA58EC7DFDF/REDAC_B/renverse-par-un-camion-a-l-entrainement-un-maillot-rose-du-tour-d-italie-arrete-sa-carriere-1732197289.jpg" alt="Renversé par un camion à l'entraînement, un maillot rose du Tour d'Italie arrête sa carrière " /> </figure> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row "> <div class="wrapperClickArticle"> <a href="/sport/2024/11/18/votez-pour-la-championne-de-l-annee-2024-du-dauphine-libere" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Sport.</span> <span>Votez pour la championne de l'année 2024 du Dauphiné Libéré </span> </h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/47CE216A-02C0-4B81-9722-4F059445B12F/REDAC_B/votez-pour-la-championne-de-l-annee-2024-du-dauphine-libere-1731846477.jpg" alt="Votez pour la championne de l'année 2024 du Dauphiné Libéré " /> </figure> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row " > <div class="corps"> <div class="wrapperClickArticle"> <a href="/sport/2024/11/18/votez-pour-la-performance-de-l-annee-2024-du-dauphine-libere" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Sport.</span> <span>Votez pour la performance de l'année 2024 du Dauphiné Libéré </span> </h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row " > <div class="corps"> <div class="wrapperClickArticle"> <a href="/sport/2024/11/18/votez-pour-le-champion-de-l-annee-2024-du-dauphine-libere" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Sport.</span> <span>Votez pour le champion de l'année 2024 du Dauphiné Libéré </span> </h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> </div> <a href="/sport/cyclisme+region/alpes+region/paca+region/vallee-du-rhone+zone/france-monde" class="btn btn-arrow">Voir tout <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a> </section> <section class="redacblock List_1 constrain blockUne" > <div class="List-heading"> <h2 class="sectionTitle"> <span> <a href="/sport/sports-d-hiver+region/alpes+region/paca+region/vallee-du-rhone+zone/france-monde" class="">Sports d'hiver</a> </span> </h2> </div> <div class="GRDC_linkTags linkTags" data-position="9" data-name="Sports d'hiver"> <div class="prevLinkTags"><i class="icon_redac" data-icon="keyboard_arrow_left"></i></div> <ul class="linkTagsList"> <li ><a href="https://c.ledauphine.com/sport/piste-noire-le-podcast-des-recits-meconnus-des-sports-d-hiver" title="🎧 &quot;Piste Noire&quot;"> 🎧 &quot;Piste Noire&quot; </a> </li> <li ><a href="https://www.ledauphine.com/sport/sport/la-candidature-francaise-aux-jeux-olympiques-d-hiver-de-2030" title="⛷️ La candidature aux JO 2030"> ⛷️ La candidature aux JO 2030 </a> </li> <li ><a href="https://c.ledauphine.com/p/julia-simon" title="Julia Simon"> Julia Simon </a> </li> <li ><a href="https://c.ledauphine.com/p/cyprien-sarrazin" title="Cyprien Sarrazin"> Cyprien Sarrazin </a> </li> <li ><a href="https://c.ledauphine.com/p/justine-braisaz-bouchet" title="Justine Braisaz-Bouchet"> Justine Braisaz-Bouchet </a> </li> </ul> <div class="nextLinkTags"><i class="icon_redac" data-icon="keyboard_arrow_right"></i></div> </div> <div class="List_home"> <article class="article article-fond hasBadge flagSCH" > <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/ECA5C8F0-D455-442C-9E0C-C601D4F3EB28/REDAC_S/coupe-du-monde-le-calendrier-et-les-resultats-de-la-saison-2024-2025-1726674621.jpg" alt="Coupe du monde : le calendrier et les résultats de la saison 2024-2025" decoding="async" loading="lazy" /> </figure> <a href="/skichrono/2024/11/19/coupe-du-monde-le-calendrier-complet-de-la-saison-2024-2025" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline wrapBadge"><span class="oldbadge">SKI CHRONO.</span></span> <span>Coupe du monde : le calendrier et les résultats de la saison 2024-2025</span> </h3> </a> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row hasBadge flagSCH"> <div class="wrapperClickArticle"> <a href="/skichrono/2024/11/24/quelques-fautes-qui-me-coutent-le-podium-quatrieme-a-gurgl-steven-amiez-continue-de-progresser" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline wrapBadge"><span class="oldbadge">SKI CHRONO.</span></span> <span>« Quelques fautes qui me coûtent le podium » : quatrième à Gurgl, Steven Amiez ...</span> </h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/1058B9A1-9311-4085-AE7C-87782C8C4350/REDAC_B/quelques-fautes-qui-me-coutent-le-podium-quatrieme-a-gurgl-steven-amiez-continue-de-progresser-1732475775.jpg" alt="« Quelques fautes qui me coûtent le podium » : quatrième à Gurgl, Steven Amiez continue de progresser" /> </figure> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row hasBadge flagSCH"> <div class="wrapperClickArticle"> <a href="/skichrono/2024/11/18/gurgl-lillehammer-stubai-le-nouveau-programme-de-la-semaine" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline wrapBadge"><span class="oldbadge">SKI CHRONO.</span></span> <span>Gurgl, Lillehammer, Stubai... le programme et les résultats de la semaine</span> </h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/015DCD57-97DD-47D1-872F-A94BE5BCDC76/REDAC_B/gurgl-lillehammer-stubai-le-programme-et-les-resultats-de-la-semaine-1732450848.jpg" alt="Gurgl, Lillehammer, Stubai... le programme et les résultats de la semaine" /> </figure> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row hasBadge flagSCH" > <div class="corps"> <div class="wrapperClickArticle"> <a href="/skichrono/2024/11/24/revivez-la-nouvelle-victoire-de-clement-noel-lors-du-slalom-de-gurgl" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline wrapBadge"><span class="oldbadge">SKI CHRONO.</span></span> <span>Revivez la nouvelle victoire de Clément Noël lors du slalom de Gurgl</span> </h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row hasBadge flagSCH" > <div class="corps"> <div class="wrapperClickArticle"> <a href="/skichrono/2024/11/24/josephine-pagnier-disqualifiee-lors-des-qualifications-a-lillehammer-la-finale-hommes-a-suivre-avec-deux-francais" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline wrapBadge"><span class="oldbadge">SKI CHRONO.</span></span> <span>Valentin Foubert aux portes du Top 20 à Lillehammer, Joséphine Pagnier ...</span> </h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> </div> <a href="/sport/sports-d-hiver+region/alpes+region/paca+region/vallee-du-rhone+zone/france-monde" class="btn btn-arrow">Voir tout <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a> </section> <section class="pubblock List_1 constrain blockUne" > <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p7 { min-height:300px; justify-content:center; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p7 { min-height:250px; justify-content:center; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p7'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p7' class='stickyPub'></div> </div> </section> <section class="redacblock List_1 constrain blockUne" > <div class="List-heading"> <h2 class="sectionTitle"> <span> <a href="/sport/hockey-sur-glace+region/alpes+region/paca+region/vallee-du-rhone+zone/france-monde" class="">Hockey sur glace</a> </span> </h2> </div> <div class="GRDC_linkTags linkTags" data-position="11" data-name="Hockey sur glace"> <div class="prevLinkTags"><i class="icon_redac" data-icon="keyboard_arrow_left"></i></div> <ul class="linkTagsList"> <li ><a href="https://c.ledauphine.com/sport/hockey-sur-glace-grenoble" title="Les Brûleurs de Loups de Grenoble"> Les Brûleurs de Loups de Grenoble </a> </li> <li ><a href="https://c.ledauphine.com/sport/hockey-sur-glace-gap" title="Les Rapaces de Gap"> Les Rapaces de Gap </a> </li> <li ><a href="https://c.ledauphine.com/sport/hockey-sur-glace-briancon" title="Les Diables Rouges de Briançon"> Les Diables Rouges de Briançon </a> </li> <li ><a href="https://c.ledauphine.com/sport/hockey-sur-glace-chamonix" title="Les Pionniers de Chamonix"> Les Pionniers de Chamonix </a> </li> </ul> <div class="nextLinkTags"><i class="icon_redac" data-icon="keyboard_arrow_right"></i></div> </div> <div class="List_home"> <article class="article article-fond " > <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/CC07B0AE-FA7A-4CCC-B0FE-581CDBFC8C34/REDAC_S/dans-une-fin-de-match-completement-folle-les-bruleurs-de-loups-imposent-leur-loi-1732486556.jpg" alt="Dans une fin de match complètement folle, les Brûleurs de loups imposent leur loi" decoding="async" loading="lazy" /> </figure> <a href="/sport/2024/11/24/grenoble-impose-sa-loi" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Hockey sur glace - Ligue Magnus.</span> <span>Dans une fin de match complètement folle, les Brûleurs de loups imposent leur loi</span> <span class="flagPaid"></span></h3> </a> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row "> <div class="wrapperClickArticle"> <a href="/sport/2024/11/24/chamonix-realise-le-gros-coup-a-cergy-pontoise-tous-les-resultats-de-la-21e-journee" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Hockey sur glace - Ligue Magnus.</span> <span>Nouvelle démonstration de Grenoble, Chamonix réalise le gros coup... tous les ...</span> </h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/1A4C666A-8EC1-4E00-82AD-648490D69225/REDAC_B/nouvelle-demonstration-de-grenoble-chamonix-realise-le-gros-coup-tous-les-resultats-de-la-21e-journee-1731615842.jpg" alt="Nouvelle démonstration de Grenoble, Chamonix réalise le gros coup... tous les résultats de la 21e journée" /> </figure> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row "> <div class="wrapperClickArticle"> <a href="/sport/2024/11/24/la-belle-operation-de-briancon" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Hockey sur glace - Ligue Magnus.</span> <span>Un deuxième tiers de feu, une belle frayeur en fin de match : Briançon a réalisé ...</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/4E672158-8C92-4EED-BE7E-7956F80FBA52/REDAC_B/un-deuxieme-tiers-de-feu-une-belle-frayeur-en-fin-de-match-briancon-a-realise-une-belle-operation-contre-anglet-1732480101.jpg" alt="Un deuxième tiers de feu, une belle frayeur en fin de match : Briançon a réalisé une belle opération contre Anglet" /> </figure> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row " > <div class="corps"> <div class="wrapperClickArticle"> <a href="/sport/2024/11/24/gap-a-trouve-la-solution-trop-tard" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Hockey sur glace - Ligue Magnus.</span> <span>Mené 3-0, Gap a trouvé la solution trop tard</span> <span class="flagPaid"></span></h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row " > <div class="corps"> <div class="wrapperClickArticle"> <a href="/sport/2024/11/23/bruleurs-de-loups-on-reste-concentre-sur-ce-qu-on-doit-faire-grenoble-vise-la-passe-de-six-a-bordeaux" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Hockey sur glace - Ligue Magnus.</span> <span>Brûleurs de loups : « On reste concentré sur ce qu’on doit faire », Grenoble vise ...</span> <span class="flagPaid"></span></h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> </div> <a href="/sport/hockey-sur-glace+region/alpes+region/paca+region/vallee-du-rhone+zone/france-monde" class="btn btn-arrow">Voir tout <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a> </section> <section class="playlistblock List_1 Standard constrain blockUne" > <div class="List-heading"> <h2 class="sectionTitle"> <i class="icon_redac" data-icon="format_video"></i> <span><a href="/videos/playlist/l-actualite-des-sports-le-dauphine-libere-qlsvpu" class="">L'actualité des sports en vidéo</a></span> </h2> </div> <div class="list list_3c"> <article class="article article-video"> <div class="wrapperClickArticle"> <figure> <div class="formatVideo"><i class="icon_redac" data-icon="format_video"></i></div> <img src="https://medialb.ultimedia.com/multi/3p3qf/xr008r5-L.jpg" alt="&quot;Je ne suis pas favori&quot;: quand Rafael Nadal découvrait Roland-Garros en 2005" loading="lazy" decoding="async" /> <p class="duration">01:31</p> </figure> <div class="content"> <a class="mainLink" href="/videos/je-ne-suis-pas-favori-quand-rafael-nadal-decouvrait-roland-garros-en-2005-xr008r5?playlist=qlsvpu"><h3>&quot;Je ne suis pas favori&quot;: quand Rafael Nadal découvrait Roland-Garros en 2005</h3></a> <p class="date">20 nov. 2024</p> </div> </div> </article> <article class="article article-video"> <div class="wrapperClickArticle"> <figure> <div class="formatVideo"><i class="icon_redac" data-icon="format_video"></i></div> <img src="https://medialb.ultimedia.com/multi/3p30v/x8fkqxf-L.jpg" alt="Champon (Amazones) : « On ne s’attendait pas à un score aussi gros… »" loading="lazy" decoding="async" /> <p class="duration">01:56</p> </figure> <div class="content"> <a class="mainLink" href="/videos/champon-amazones-on-ne-s-attendait-pas-a-un-score-aussi-gros-x8fkqxf?playlist=qlsvpu"><h3>Champon (Amazones) : « On ne s’attendait pas à un score aussi gros… »</h3></a> <p class="date">17 nov. 2024</p> </div> </div> </article> <article class="article article-video"> <div class="wrapperClickArticle"> <figure> <div class="formatVideo"><i class="icon_redac" data-icon="format_video"></i></div> <img src="https://medialb.ultimedia.com/multi/3pxfp/x8f83uk-L.jpg" alt="Coupe de France de football : Chambéry renverse Saint-Cyr-Collonges et se qualifie ! " loading="lazy" decoding="async" /> <p class="duration">02:43</p> </figure> <div class="content"> <a class="mainLink" href="/videos/coupe-de-france-de-football-chambery-renverse-saint-cyr-collonges-et-se-qualifie-x8f83uk?playlist=qlsvpu"><h3>Coupe de France de football : Chambéry renverse Saint-Cyr-Collonges et se qualifie ! </h3></a> <p class="date">17 nov. 2024</p> </div> </div> </article> </div> <a href="/videos/playlist/l-actualite-des-sports-le-dauphine-libere-qlsvpu" class="btn btn-arrow">Toutes les vidéos Sports <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a> </section> <section class="playlistblock List_1 Standard constrain blockUne" > <div class="List-heading"> <h2 class="sectionTitle"> <i class="icon_redac" data-icon="format_video"></i> <span><a href="/videos/playlist/jour-de-gloire-le-jour-ou-ils-sont-devenus-champions-olympiques-qlsvfr" class="">Le jour où ils sont devenus champions olympiques</a></span> </h2> </div> <div class="list list_3c"> <article class="article article-video"> <div class="wrapperClickArticle"> <figure> <div class="formatVideo"><i class="icon_redac" data-icon="format_video"></i></div> <img src="https://medialb.ultimedia.com/multi/3zs0q/x5sfv5q-L.jpg" alt="Le jour de gloire de Jérémie Azou, champion olympique d’aviron, le 12 août 2016 à Rio de Janeiro." loading="lazy" decoding="async" /> <p class="duration">01:21</p> </figure> <div class="content"> <a class="mainLink" href="/videos/le-jour-de-gloire-de-jeremie-azou-champion-olympique-d-aviron-le-12-aout-2016-a-rio-de-janeiro-x5sfv5q?playlist=qlsvfr"><h3>Le jour de gloire de Jérémie Azou, champion olympique d’aviron, le 12 août 2016 à Rio de Janeiro.</h3></a> <p class="date">05 juin 2024</p> </div> </div> </article> <article class="article article-video"> <div class="wrapperClickArticle"> <figure> <div class="formatVideo"><i class="icon_redac" data-icon="format_video"></i></div> <img src="https://medialb.ultimedia.com/multi/3z3fp/x5sf3vf-L.jpg" alt="Le jour de gloire de David Douillet, champion olympique de judo, le 22 septembre 2000 à Sydney." loading="lazy" decoding="async" /> <p class="duration">01:40</p> </figure> <div class="content"> <a class="mainLink" href="/videos/le-jour-de-gloire-de-david-douillet-champion-olympique-de-judo-le-22-septembre-2000-a-sydney-x5sf3vf?playlist=qlsvfr"><h3>Le jour de gloire de David Douillet, champion olympique de judo, le 22 septembre 2000 à Sydney.</h3></a> <p class="date">05 juin 2024</p> </div> </div> </article> <article class="article article-video"> <div class="wrapperClickArticle"> <figure> <div class="formatVideo"><i class="icon_redac" data-icon="format_video"></i></div> <img src="https://medialb.ultimedia.com/multi/3zs0q/x5sfuxu-L.jpg" alt="Le jour de gloire de Florian Rousseau, champion olympique de cyclisme sur piste, le 24 juillet 1996 " loading="lazy" decoding="async" /> <p class="duration">01:42</p> </figure> <div class="content"> <a class="mainLink" href="/videos/le-jour-de-gloire-de-florian-rousseau-champion-olympique-de-cyclisme-sur-piste-le-24-juillet-1996-x5sfuxu?playlist=qlsvfr"><h3>Le jour de gloire de Florian Rousseau, champion olympique de cyclisme sur piste, le 24 juillet 1996 </h3></a> <p class="date">05 juin 2024</p> </div> </div> </article> </div> <a href="/videos/playlist/jour-de-gloire-le-jour-ou-ils-sont-devenus-champions-olympiques-qlsvfr" class="btn btn-arrow">Tous les épisodes <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a> </section> <section class="pubblock List_1 constrain blockUne" > <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p8 { min-height:300px; justify-content:center; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p8 { min-height:250px; justify-content:center; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p8'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p8' class='stickyPub'></div> </div> </section> <section class="redacblock List_1 constrain blockUne" > <div class="blockBoutique"> <div class="List-heading"> <h2 class="sectionTitle"> <i class="icon_redac" data-icon="shopping_bag"></i> <span>En vente dans la boutique</span> </h2> </div> <div class="list_boutique"> <article class="article boutique-article"> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/6ECC6A32-A093-45BD-AF5D-6A074E8955C5/REDAC_Shop/outlines-n-15-1725626192.jpg" alt="Outlines N°15" decoding="async" loading="lazy"/> </figure> <div class="detail"> <a href="https://boutique.ledauphine.com/les-magazines/outlines/outlines-n15" class="article_content mainLink"> <div class="prices"> 6€ </div> <h3 class="boutique-title"><span>Outlines N°15</span></h3> </a> </div> </div> </article> <article class="article boutique-article"> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/2173A4B4-2291-4FBA-A981-A9F7CFA1AE0C/REDAC_Shop/a-table-n-20-1725626320.jpg" alt="A table N°20" decoding="async" loading="lazy"/> </figure> <div class="detail"> <a href="https://boutique.ledauphine.com/les-magazines/cuisine/a-table-n20" class="article_content mainLink"> <div class="prices"> 5,90 € </div> <h3 class="boutique-title"><span>A table N°20</span></h3> </a> </div> </div> </article> <article class="article boutique-article"> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/CFC8614C-F86B-4194-98AC-EADAAC4406E2/REDAC_Shop/le-ventoux-1725626584.jpg" alt="Le Ventoux" decoding="async" loading="lazy"/> </figure> <div class="detail"> <a href="https://boutique.ledauphine.com/collection-les-patrimoines/sites-remarquables/le-ventoux" class="article_content mainLink"> <div class="prices"> 8,50 € </div> <h3 class="boutique-title"><span>Le Ventoux</span></h3> </a> </div> </div> </article> <article class="article boutique-article"> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/40A824B0-AD99-4D8F-A50D-9A7953A04F32/REDAC_Shop/campus-des-arts-1725626663.jpg" alt="Campus des arts" decoding="async" loading="lazy"/> </figure> <div class="detail"> <a href="https://boutique.ledauphine.com/collection-les-patrimoines/arts/campus-des-arts" class="article_content mainLink"> <div class="prices"> 8,50 € </div> <h3 class="boutique-title"><span>Campus des arts</span></h3> </a> </div> </div> </article> <article class="article boutique-article"> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/6FBE11CC-7B5A-4619-8936-CA380F26CA8F/REDAC_Shop/le-calendrier-lunaire-2025-1725626899.jpg" alt="Le Calendrier lunaire 2025" decoding="async" loading="lazy"/> </figure> <div class="detail"> <a href="https://boutique.ledauphine.com/beaux-livres/mieux-vivre/calendrier-lunaire-2025" class="article_content mainLink"> <div class="prices"> 9,50€ </div> <h3 class="boutique-title"><span>Le Calendrier lunaire 2025</span></h3> </a> </div> </div> </article> <div class="boutique-btn"><a href="https://boutique.ledauphine.com/" class="btn btn-arrow">Voir tout <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a></div> </div> </div> </section> <section class="pubblock List_1 constrain blockUne" > <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p9 { min-height:300px; justify-content:center; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p9 { min-height:250px; justify-content:center; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p9'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p9' class='stickyPub'></div> </div> </section> <section class="cmsblock List_1 constrain blockUne" data-column="1" > <div class="mod GRDC_anthroponyms"> <h2>A propos de</h2> <div class="anthroponyms_list"> <div class="anthroponyms_item"> <a title="Clément Noël" href="/p/clement-noel" target="_blank"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/60a8b7aa-88d0-49d7-9749-4fed2667feec/NW_listC/clement-noel-1676367192.jpg" alt="Clément Noël" /> </figure> <div class="text"><h3>Clément Noël</h3></div> </a> </div> <div class="anthroponyms_item"> <a title="Rafael Nadal" href="/p/rafael-nadal" target="_blank"> <figure> RN </figure> <div class="text"><h3>Rafael Nadal</h3></div> </a> </div> <div class="anthroponyms_item"> <a title="Fabien Galthié" href="/p/fabien-galthie" target="_blank"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/643ac158-f8bb-4f5c-9387-2dc5066ce6dd/NW_listC/fabien-galthie-1671701608.jpg" alt="Fabien Galthié" /> </figure> <div class="text"><h3>Fabien Galthié</h3></div> </a> </div> <div class="anthroponyms_item"> <a title="Kylian Mbappé" href="/p/kylian-mbappe" target="_blank"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/9658826e-4e63-46ba-b4d4-2f083fdcf796/NW_listC/kylian-mbappe-1671701433.jpg" alt="Kylian Mbappé" /> </figure> <div class="text"><h3>Kylian Mbappé</h3></div> </a> </div> <div class="anthroponyms_item"> <a title="Didier Deschamps" href="/p/didier-deschamps" target="_blank"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/4e6dbfd5-313a-4439-9924-4e2603df72b0/NW_listC/didier-deschamps-1571299120.jpg" alt="Didier Deschamps" /> </figure> <div class="text"><h3>Didier Deschamps</h3></div> </a> </div> <div class="anthroponyms_item"> <a title="Tadej Pogacar" href="/p/tadej-pogacar" target="_blank"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/600adaa4-e87b-44a6-bab7-f44f7d244899/NW_listC/tadej-pogacar-1707919174.jpg" alt="Tadej Pogacar" /> </figure> <div class="text"><h3>Tadej Pogacar</h3></div> </a> </div> </div> </div> </section> <div class="pager"> <div class="main_pager"> <a class="selected">1</a> <a href="/sport?page=2">2</a> <a href="/sport?page=3">3</a> <a href="/sport?page=4">4</a> <a href="/sport?page=5">5</a> <a href="/sport?page=6">6</a> <a href="/sport?page=7">7</a> <a href="/sport?page=8">8</a> <a href="/sport?page=9">9</a> <a title="Page suivante" href="/sport?page=2" rel="next" class="icon_arrowBig right after"></a> <!--a title="Dernière page" href="/sport?page=100" class="icon_arrow after"></a --> </div> <div class = "secondary_pager"> <a href="/sport?page=10">10</a> <a href="/sport?page=20">20</a> <a href="/sport?page=30">30</a> <a href="/sport?page=40">40</a> <a href="/sport?page=50">50</a> <a href="/sport?page=60">60</a> <a href="/sport?page=70">70</a> <a href="/sport?page=80">80</a> <a href="/sport?page=90">90</a> <a href="/sport?page=100">100</a> </div> </div> </section> </div> </div> <footer id="footer" role="contentinfo" class="noPrint site-footer -default"> <div class="constrain"> <div class="footerTop"><ul class="nav_model03 nav_niv1 noPrint "> <li class="itemLevel1 "> <span class="titleSection">Les sites du groupe EBRA</span> <ul class="nav_niv2"> <li class="itemLevel2 "> <a href="https://www.lalsace.fr" target="_blank" class="linkLevel2">L'Alsace</a> </li> <li class="itemLevel2 "> <a href="https://www.dna.fr" target="_blank" class="linkLevel2">Les Dernières Nouvelles d'Alsace</a> </li> <li class="itemLevel2 "> <a href="https://www.republicain-lorrain.fr" target="_blank" class="linkLevel2">Le Républicain Lorrain</a> </li> <li class="itemLevel2 "> <a href="https://www.estrepublicain.fr" target="_blank" class="linkLevel2">L'Est Républicain</a> </li> <li class="itemLevel2 "> <a href="https://www.leprogres.fr" target="_blank" class="linkLevel2">Le Progrès</a> </li> <li class="itemLevel2 "> <a href="https://www.bienpublic.com/" target="_blank" class="linkLevel2">Le Bien Public</a> </li> <li class="itemLevel2 "> <a href="https://www.lejsl.com" target="_blank" class="linkLevel2">Le Journal de Saône et Loire</a> </li> <li class="itemLevel2 "> <a href="https://www.ledauphine.com" target="_blank" class="linkLevel2">Le Dauphiné Libéré</a> </li> <li class="itemLevel2 bottomSeparation"> <a href="https://www.vosgesmatin.fr" target="_blank" class="linkLevel2">Vosges Matin</a> </li> <li class="itemLevel2 "> <a href="http://www.ebra.fr" target="_blank" class="linkLevel2">Le groupe EBRA</a> </li> </ul> </li> <li class="itemLevel1 "> <span class="titleSection">Nos thématiques</span> <ul class="nav_niv2"> <li class="itemLevel2 newsLink"> <a href="/" class="linkLevel2">À la une</a> </li> <li class="itemLevel2 "> <a href="/sport" class="linkLevel2">Sports</a> </li> <li class="itemLevel2 "> <a href="/societe/montagne" class="linkLevel2">Montagne</a> </li> <li class="itemLevel2 "> <a href="/france-monde" class="linkLevel2">France - Monde</a> </li> <li class="itemLevel2 "> <a href="/faits-divers-justice" class="linkLevel2">Faits divers</a> </li> <li class="itemLevel2 "> <a href="/politique" class="linkLevel2">Politique</a> </li> <li class="itemLevel2 "> <a href="/economie" class="linkLevel2">Économie</a> </li> <li class="itemLevel2 "> <a href="/environnement" class="linkLevel2">Environnement</a> </li> <li class="itemLevel2 "> <a href="/culture-loisirs" class="linkLevel2">Culture - Loisirs</a> </li> <li class="itemLevel2 "> <a href="/elections" target="_blank" class="linkLevel2">Elections</a> </li> <li class="itemLevel2 "> <a href="https://www.ledauphine.com/elections/elections-municipales" target="_blank" class="linkLevel2">Elections municipales</a> </li> <li class="itemLevel2 bottomSeparation"> <a href="https://www.ledauphine.com/elections/elections-americaines" target="_blank" class="linkLevel2">Elections américaines</a> </li> <li class="itemLevel2 "> <a href="/societe/nos-chartes-editoriales" class="linkLevel2">Nos chartes éditoriales</a> </li> </ul> </li> <li class="itemLevel1 "> <span class="titleSection">Services</span> <ul class="nav_niv2"> <li class="itemLevel2 "> <a href="/elections/communes" class="linkLevel2">Résultats des élections par commune</a> </li> <li class="itemLevel2 "> <a href="https://www.diverto.tv/programme-tv" target="_blank" class="linkLevel2">Diverto.TV</a> </li> <li class="itemLevel2 "> <a href="https://boutique.ledauphine.com/" target="_blank" class="linkLevel2">Boutique</a> </li> <li class="itemLevel2 "> <a href="/guide-d-achat" class="linkLevel2">Guide d'achat</a> </li> <li class="itemLevel2 "> <a href="/meteo/previsions-detaillees" class="linkLevel2">Prévisions météo</a> </li> <li class="itemLevel2 "> <a href="https://www.libramemoria.com/avis/le-dauphine-libere" class="linkLevel2">Avis de décès</a> </li> <li class="itemLevel2 "> <a href="/pour-sortir" class="linkLevel2">Pour sortir</a> </li> <li class="itemLevel2 "> <a href="/immobilier" class="linkLevel2">Annonces immobilières</a> </li> <li class="itemLevel2 "> <a href="https://www.paruvendu.fr/voiture-occasion/?partenaire=ldl" target="_blank" class="linkLevel2">Annonces automobile</a> </li> <li class="itemLevel2 "> <a href="/brand-content" class="linkLevel2">Nos partenaires</a> </li> <li class="itemLevel2 "> <a href="https://www.ledauphine.com/skichrono" class="linkLevel2">Ski Chrono</a> </li> <li class="itemLevel2 bottomSeparation"> <a href="/archives" class="linkLevel2">Archives</a> </li> <li class="itemLevel2 "> <a href="/applications-mobiles" class="linkLevel2">Applications mobiles</a> </li> <li class="itemLevel2 "> <a href="/devenir-correspondant-local-de-presse" target="_blank" class="linkLevel2">Devenir correspondant</a> </li> <li class="itemLevel2 bottomSeparation"> <a href="/offre-emploi/postuler_colporteurs" target="_blank" class="linkLevel2">Devenir porteur de journaux</a> </li> <li class="itemLevel2 "> <a href="/contact-publicite-agences" class="linkLevel2">Publicité : Communiquez sur nos supports</a> </li> <li class="itemLevel2 "> <a href="https://www.ebra-medias.fr/ " target="_blank" class="linkLevel2">Publicité : Votre espace client</a> </li> </ul> </li> </ul><div class="nav_model06"> <span class="menuTitle">Suivez-nous</span> <ul class="nav_niv1 noPrint"> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=FB" target="_blank" class="icon_facebook before"><span>Facebook</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=TT" target="_blank" class="icon_twitter before"><span>Twitter</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=IG" target="_blank" class="icon_instagram before"><span>Instagram</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=LI" target="_blank" class="icon_linkedin before"><span>Linkedin</span></a> </li> <li class="itemLevel1 "> <a href="/rss" target="_blank" class="icon_rss before"><span>Rss</span></a> </li> </ul> </div></div> </div> <div class="HRonTop"> <div class="constrain"> <div class="footerBottom"> <!-- Nielsen Bar --> <ul class="nav_model04 nav_niv1 noPrint "> <li class="itemLevel1 "> <a href="/contact" class="titleSection">Contact</a> </li> <li class="itemLevel1 "> <a href="/faq" class="titleSection">FAQ</a> </li> <li class="itemLevel1 "> <a href="/espace-client/cgau" class="titleSection">CGAU du site</a> </li> <li class="itemLevel1 "> <a href="/espace-client/mentions-legales" class="titleSection">Informations légales</a> </li> <li class="itemLevel1 "> <a href="/protection-des-donnees" class="titleSection">Protection des données</a> </li> </ul> <div class="trustLogos"> <img loading="lazy" decoding="async" width="57" height="58" src="https://cdn-files.prsmedia.fr/files/REDAC/min/images/logo_ojd.png" alt="OJD" /> <img loading="lazy" decoding="async" width="52" height="58" src="https://cdn-files.prsmedia.fr/files/REDAC/min/images/logo_adtrust.png" alt="Digital Ad Trust Display" /> <img loading="lazy" decoding="async" width="85" height="58" src="https://cdn-files.prsmedia.fr/files/REDAC/min/images/logo_jti.jpg" alt="JTI" /> </div> </div> </div> </div> </footer> <nav id="navTabBar" role="navigation" class="noPrint noDesktop"> <!-- Tab Bar --> <ul class="nav_model08 nav_niv1 noPrint "> <li class="itemLevel1 icon_home w20" > <i class="icon_redac"></i> <a href="/" class="titleSection">A la une</a> </li> <li class="itemLevel1 icon_filinfo w20" > <i class="icon_redac"></i> <a href="/fil-info" class="titleSection">Fil Info</a> </li> <li class="itemLevel1 icon_favedition w20" onmouseup="toggleTmenuChilds(this, '#menuTtypedChild3')"> <i class="icon_redac"></i> <span class="titleSection">Départements</span> </li> <li class="itemLevel1 icon_play w20" > <i class="icon_redac"></i> <a href="/format/video" class="titleSection">Vidéo</a> </li> <li class="itemLevel1 icon_search w20" > <i class="icon_redac"></i> <a href="/recherche" class="titleSection">Rechercher</a> </li> </ul> <div id="menuTtypedChild3" class="nav_niv2 typed icon_favedition w20" > <div class="titleSection">Départements</div> <span class="icon_close after"></span> <div class="constrain"> <ul> <li class="itemLevel2"> <a href="/isere" class="linkLevel2">38 Isère</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-grenoble-agglomeration/infos-locales" class="linkLevel3">Grenoble et agglo</a> </li> <li class="itemLevel3 "> <a href="/edition-gresivaudan-oisans/infos-locales" class="linkLevel3">Grésivaudan / Oisans</a> </li> <li class="itemLevel3 "> <a href="/edition-voiron-saint-marcellin/infos-locales" class="linkLevel3">Voiron / Saint-Marcellin</a> </li> <li class="itemLevel3 "> <a href="/edition-la-tour-du-pin-nord-dauphine/infos-locales" class="linkLevel3">La Tour-du-Pin / Nord-Dauphiné</a> </li> <li class="itemLevel3 "> <a href="/edition-bourgoin-jallieu-nord-dauphine/infos-locales" class="linkLevel3">Bourgoin-Jallieu / Nord-Dauphiné</a> </li> <li class="itemLevel3 "> <a href="/edition-vienne-roussillon/infos-locales" class="linkLevel3">Vienne / Roussillon</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/haute-savoie" class="linkLevel2">74 Haute-Savoie</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-annecy-rumilly-les-aravis/infos-locales" class="linkLevel3">Annecy / Rumilly / Les Aravis</a> </li> <li class="itemLevel3 "> <a href="/edition-mont-blanc-arve/infos-locales" class="linkLevel3">Mont-Blanc / Arve</a> </li> <li class="itemLevel3 "> <a href="/edition-grand-geneve-chablais-ain/infos-locales" class="linkLevel3">Grand Genève / Chablais / Ain</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/savoie" class="linkLevel2">73 Savoie</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-chambery-aix-les-bains/infos-locales" class="linkLevel3">Chambéry / Aix-les-Bains</a> </li> <li class="itemLevel3 "> <a href="/edition-tarentaise-maurienne/infos-locales" class="linkLevel3">Tarentaise / Maurienne</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/drome" class="linkLevel2">26 Drôme</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-montelimar-drome-provencale/infos-locales" class="linkLevel3">Montélimar / Drôme Provençale</a> </li> <li class="itemLevel3 "> <a href="/edition-valence-rhone-crussol-vallee-de-la-drome/infos-locales" class="linkLevel3">Valence / Rhône Crussol / Vallée de la Drôme</a> </li> <li class="itemLevel3 "> <a href="/edition-romans-nord-drome/infos-locales" class="linkLevel3">Romans / Nord Drôme</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/ardeche" class="linkLevel2">07 Ardèche</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-aubenas-privas-vallee-du-rhone/infos-locales" class="linkLevel3">Aubenas / Privas / Vallée du Rhône</a> </li> <li class="itemLevel3 "> <a href="/edition-annonay-nord-ardeche/infos-locales" class="linkLevel3">Annonay / Nord Ardèche</a> </li> <li class="itemLevel3 "> <a href="/edition-valence-rhone-crussol-vallee-de-la-drome/infos-locales" class="linkLevel3">Valence / Rhône Crussol / Vallée de la Drôme</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/vaucluse" class="linkLevel2">84 Vaucluse</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-provencale/infos-locales" class="linkLevel3">Avignon, Orange, Carpentras et autour</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/hautes-alpes" class="linkLevel2">05 Hautes-Alpes</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-hautes-alpes-alpes-de-haute-provence/infos-locales" class="linkLevel3">Hautes-Alpes / Alpes de Haute-Provence</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/haute-provence" class="linkLevel2">04 Alpes-de-Haute-Provence</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-hautes-alpes-alpes-de-haute-provence/infos-locales" class="linkLevel3">Hautes-Alpes / Alpes de Haute-Provence</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/ain" class="linkLevel2">01 Ain</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-grand-geneve-chablais-ain/infos-locales" class="linkLevel3">Grand Genève / Chablais / Ain</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/rhone" class="linkLevel2">69 Rhône</a> <ul class="nav_niv3"> </ul> </li> <li class="itemLevel2"> <a href="/haute-savoie/frontaliers" class="linkLevel2">CH Grand Genève et Suisse voisine</a> <ul class="nav_niv3"> </ul> </li> </ul> </div> </div> </nav> <script>var CommonFilesBaseUrl = 'https://cdn-files.prsmedia.fr/files'; var trigramme = 'LDL'; var cookieDomain = 'ledauphine.com'; var googletag = googletag || {};googletag.cmd = googletag.cmd || []; </script><script src='https://cdn-files.prsmedia.fr/files/REDAC/min/javascript/bundle-vendor-JQuery3.7.1.EE893CA920EE1763931FBB00408491E6.min.js'></script><script src='https://cdn-files.prsmedia.fr/files/min/fr/javascript/lib/ordonnanceur.6EF3017F3614F53FEE015DBBA213C530.min.js' async></script> <script src='https://cdn-files.prsmedia.fr/files/GTRF/min/javascript/gtrf.0E55DE94B4531E1B0FCEE1BECFE7B266.min.js' ></script> <script> window.ORDONNANCEUR.queue.push( { src: 'https://cdn-files.prsmedia.fr/files/REDAC/min/javascript/bundle-global.272AF743F652E2C1B26D99D5BBE240C8.min.js', family: 'core', name: 'bundle-global', async: true, defer: true}, { src: 'https://cdn-files.prsmedia.fr/files/REDAC/min/javascript/subwithgoogle.D42B5EFC8C212F1D0FAE68E0E6A67308.min.js', family: 'business', name: 'subwithgoogle', async: true, defer: true}, { src: 'https://news.google.com/swg/js/v1/swg.js', family: 'business', name: 'swg', async: true, defer: true, vendors: ['c:subscribe-ZmwUeUCP',], attributes: {'subscriptions-control':'manual'}}, { src: 'https://cdn-files.prsmedia.fr/files/GTRF/min/javascript/prebid8.52.2.763F04466DBD917884F891921ACBA445.min.js', family: 'advertising', name: 'prebid', async: true, defer: true}, { src: 'https://accounts.google.com/gsi/client', family: 'others', name: 'google_gsi_client', async: true, defer: true}, { src: 'https://cdn-files.prsmedia.fr/files/REDAC/min/javascript/pollPortal.2B8EF22BE8A3832BC08E2EBF6E1D8378.min.js', family: 'firstparty', name: 'pollPortail', async: true, defer: true}, { family: 'outbrain', name: 'outbrain', fn() {$ .getScript({url:'https://cdn-files.prsmedia.fr/files/GTRF/min/javascript/outbrain.A4E344BE98F65AF8DA60C71C232FCE13.min.js', cache: true}, function() { outbrain.configuration.debug = false; outbrain.configuration.checkConsent = false; outbrain.configuration.firstId = false; outbrain.url = 'https://www.ledauphine.com/sport'; outbrain.positions.push({id:'pub-outbrain-1d',mode:'Desktop',limit:1000,desktop:'SF_1',mobile:'SF_1'}); outbrain.positions.push({id:'pub-outbrain-2m',mode:'Mobile',limit:1000,desktop:'SF_2',mobile:'SF_2'}); outbrain.positions.push({id:'pub-outbrain-2d',mode:'Desktop',limit:1000,desktop:'SF_2',mobile:'SF_2'}); outbrain.positions.push({id:'pub-outbrain-3d',mode:'Desktop',limit:1000,desktop:'SF_3',mobile:'SF_3'}); outbrain.positions.push({id:'pub-outbrain-1m',mode:'Mobile',limit:1000,desktop:'SF_1',mobile:'SF_1'}); outbrain.run(); }); } }, { family: 'firstparty', name: 'pollPortailJSInline', fn() {CallPoll2('2','f93f6460-c677-40b3-89a8-a7eef05c3430'); } , conditionLoad: (job)=>window.CallPoll}, ); </script> <script>$(window).on('load',function(){$.each(bufferLoad,function(){$.ajax({url:this,dataType:'script',cache:true});});}); $(document).ready(function() {GSOC_Init('765DF2F6-7651-4945-8432-BCC1C4BE098A', '/fr/communaute/'); SetCookieConsentPub4FirstId(); gtrf.configuration.debug = false; gtrf.configuration.singlerequest = true; gtrf.configuration.disableSendAllBids = false; gtrf.configuration.priceGranularity = true; gtrf.configuration.currency = "EUR";gtrf.configuration.useBidCache = true; gtrf.configuration.ias.active = true; gtrf.configuration.ias.pubId = '931580'; gtrf.configuration.ias.delay = 500; gtrf.configuration.weborama.active = true; gtrf.configuration.weborama.token = '263GgpvUT8WDTRhPqPTz'; gtrf.configuration.weborama.delay = 500; gtrf.configuration.sirdata.active = true; gtrf.configuration.sirdata.partnerId = 43532; gtrf.configuration.sirdata.key = 191; gtrf.configuration.sirdata.delay = 500; gtrf.configuration.timeout = 2500; gtrf.configuration.failsafeTimeout = 3500; gtrf.configuration.userSync.auctionDelay = 50;gtrf.configuration.pubstack = true; gtrf.configuration.safeFrame.force = null; gtrf.configuration.safeFrame.sandbox = null; gtrf.configuration.safeFrame.allowOverlayExpansion = null; gtrf.configuration.safeFrame.allowPushExpansion = null; gtrf.configuration.loadAmazon = true; gtrf.configuration.gpt = 'auto'; gtrf.configuration.firstId.PPID = true; gtrf.configuration.firstId.secureSignal = true; gtrf.configuration.firstId.pubProvidedId.push('366_rubicon'); gtrf.configuration.firstId.pubProvidedId.push('rubicon'); gtrf.configuration.firstId.pubProvidedId.push('366_smartadserver'); gtrf.configuration.firstId.pubProvidedId.push('smartadserver'); gtrf.configuration.firstId.pubProvidedId.push('366_appnexus'); gtrf.configuration.firstId.pubProvidedId.push('appnexus'); gtrf.configuration.firstId.pubProvidedId.push('criteo'); gtrf.targeting["cp"] = ["portal2component"]; gtrf.targeting["s"] = ["sport"]; gtrf.targeting["k"] = ["sport"]; gtrf.targeting["env"] = ["p"]; gtrf.targeting["ld"] = ["00"]; gtrf.targeting["vm"] = "w"; gtrf.configuration.floors.desktop['0|*|*|*']=0.10; gtrf.configuration.floors.desktop['0|pub-dfp-g1|*|*']=0.40; gtrf.configuration.floors.desktop['0|pub-dfp-i1|*|*']=0.35; gtrf.configuration.floors.desktop['0|pub-dfp-i1|*|300x600']=0.50; gtrf.configuration.floors.desktop['0|pub-dfp-i1|Video|*']=0.75; gtrf.configuration.floors.desktop['0|pub-dfp-i2|*|*']=0.35; gtrf.configuration.floors.desktop['0|pub-dfp-i2|*|300x600']=0.50; gtrf.configuration.floors.desktop['0|pub-dfp-i2|Video|*']=0.75; gtrf.configuration.floors.desktop['0|pub-dfp-i3|*|*']=0.35; gtrf.configuration.floors.desktop['0|pub-dfp-i3|*|300x600']=0.50; gtrf.configuration.floors.desktop['0|pub-dfp-i3|Video|*']=0.75; gtrf.configuration.floors.desktop['0|pub-dfp-i4|*|*']=0.35; gtrf.configuration.floors.desktop['0|pub-dfp-i4|*|300x600']=0.50; gtrf.configuration.floors.desktop['0|pub-dfp-i4|Video|*']=0.75; gtrf.configuration.floors.desktop['0|pub-dfp-i5|*|*']=0.35; gtrf.configuration.floors.desktop['0|pub-dfp-i5|*|300x600']=0.50; gtrf.configuration.floors.desktop['0|pub-dfp-i5|Video|*']=0.75; gtrf.configuration.floors.desktop['0|pub-dfp-p1|*|*']=0.15; gtrf.configuration.floors.desktop['0|pub-dfp-p1|*|1000x300']=0.25; gtrf.configuration.floors.desktop['0|pub-dfp-p1|*|1x1']=0.95; gtrf.configuration.floors.desktop['0|pub-dfp-p1|*|970x250']=0.25; gtrf.configuration.floors.desktop['0|pub-dfp-p2|*|*']=0.20; gtrf.configuration.floors.desktop['0|pub-dfp-p2|*|300x600']=0.30; gtrf.configuration.floors.desktop['0|pub-dfp-p3|*|*']=0.20; gtrf.configuration.floors.desktop['0|pub-dfp-p3bis|*|*']=0.20; gtrf.configuration.floors.desktop['0|pub-dfp-p4|*|*']=0.10; gtrf.configuration.floors.desktop['0|pub-dfp-p5|*|*']=0.10; gtrf.configuration.floors.desktop['0|pub-dfp-p6|*|*']=0.10; gtrf.configuration.floors.desktop['0|pub-dfp-p7|*|*']=0.10; gtrf.configuration.floors.desktop['0|pub-dfp-p8|*|*']=0.10; gtrf.configuration.floors.desktop['0|pub-dfp-p9|*|*']=0.10; gtrf.configuration.floors.desktop['1|*|*|*']=0.10; gtrf.configuration.floors.mobile['0|*|*|*']=0.10; gtrf.configuration.floors.mobile['0|pub-dfp-g1|*|*']=0.25; gtrf.configuration.floors.mobile['0|pub-dfp-i1|*|*']=0.25; gtrf.configuration.floors.mobile['0|pub-dfp-i1|*|320x480']=0.35; gtrf.configuration.floors.mobile['0|pub-dfp-i1|Video|*']=0.65; gtrf.configuration.floors.mobile['0|pub-dfp-i2|*|*']=0.25; gtrf.configuration.floors.mobile['0|pub-dfp-i2|*|320x480']=0.35; gtrf.configuration.floors.mobile['0|pub-dfp-i2|Video|*']=0.65; gtrf.configuration.floors.mobile['0|pub-dfp-i3|*|*']=0.25; gtrf.configuration.floors.mobile['0|pub-dfp-i3|*|320x480']=0.35; gtrf.configuration.floors.mobile['0|pub-dfp-i3|Video|*']=0.65; gtrf.configuration.floors.mobile['0|pub-dfp-i4|*|*']=0.25; gtrf.configuration.floors.mobile['0|pub-dfp-i4|*|320x480']=0.35; gtrf.configuration.floors.mobile['0|pub-dfp-i4|Video|*']=0.65; gtrf.configuration.floors.mobile['0|pub-dfp-i5|*|*']=0.25; gtrf.configuration.floors.mobile['0|pub-dfp-i5|*|320x480']=0.35; gtrf.configuration.floors.mobile['0|pub-dfp-i5|Video|*']=0.65; gtrf.configuration.floors.mobile['0|pub-dfp-p1|*|*']=0.20; gtrf.configuration.floors.mobile['0|pub-dfp-p1|*|300x250']=0.25; gtrf.configuration.floors.mobile['0|pub-dfp-p2|*|*']=0.20; gtrf.configuration.floors.mobile['0|pub-dfp-p2|*|300x600']=0.30; gtrf.configuration.floors.mobile['0|pub-dfp-p3|*|*']=0.20; gtrf.configuration.floors.mobile['0|pub-dfp-p3bis|*|*']=0.20; gtrf.configuration.floors.mobile['0|pub-dfp-p4|*|*']=0.10; gtrf.configuration.floors.mobile['0|pub-dfp-p4|*|300x600']=0.15; gtrf.configuration.floors.mobile['0|pub-dfp-p5|*|*']=0.10; gtrf.configuration.floors.mobile['0|pub-dfp-p5|*|300x600']=0.15; gtrf.configuration.floors.mobile['0|pub-dfp-p6|*|*']=0.10; gtrf.configuration.floors.mobile['0|pub-dfp-p7|*|*']=0.10; gtrf.configuration.floors.mobile['0|pub-dfp-p8|*|*']=0.15; gtrf.configuration.floors.mobile['0|pub-dfp-p8|*|320x480']=0.20; gtrf.configuration.floors.mobile['0|pub-dfp-p9|*|*']=0.15; gtrf.configuration.floors.mobile['0|pub-dfp-p9|*|320x480']=0.20; gtrf.configuration.floors.mobile['1|*|*|*']=0.10; gtrf.positions.push({ id:"pub-dfp-p4" ,position:"p4" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:true ,retry:true ,adunit:"/8695/ldl/sport/p4" ,desktop:{ sizes:[[1000,250],[1000,200],[1000,90],[970,250],[970,90],[728,90],[1000,300],[800,250],[900,300],[970,90],[970,150],[300,250],'fluid'] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1481134' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'79839' , tagId:'sas_79839' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88609' , tagId:'sas_88609' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_RR' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598486' } } , { bidder:'appnexus' ,params:{ placementId:'17860600' } } , { bidder:'teads' ,params:{ pageId:'135258' , placementId:'148441' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p4' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'KqnoG4uu30' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,mobile:{ sizes:['fluid',[300,250],[300,100],[300,50],[320,100],[320,50],[300,600]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1481132' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'79839' , tagId:'sas_79839' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88610' , tagId:'sas_88610' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_RR' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598436' } } , { bidder:'appnexus' ,params:{ placementId:'17860600' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p4' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'ic9v4qKJk1' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-p8" ,position:"p8" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:true ,retry:true ,adunit:"/8695/ldl/sport/p8" ,desktop:{ sizes:[[1000,250],[1000,200],[1000,90],[970,250],[970,90],[728,90],[1000,300],[800,250],[900,300],[970,90],[970,150],[300,250],'fluid'] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'131508' , tagId:'sas_131508' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'131424' , tagId:'sas_131424' } } , { bidder:'appnexus' ,params:{ placementId:'32779967' } } , { bidder:'teads' ,params:{ pageId:'135258' , placementId:'148441' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p8' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'ddSWgSjfDR' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,mobile:{ sizes:['fluid',[300,250],[300,100],[300,50],[320,100],[320,50],[300,600]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'131508' , tagId:'sas_131508' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'131425' , tagId:'sas_131425' } } , { bidder:'appnexus' ,params:{ placementId:'32779967' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p8' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'aRmzJxvKtb' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-p3d" ,position:"p3" ,pubstackId:"pub-dfp-p3" ,mode:"Desktop" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:true ,lazy:false ,retry:true ,adunit:"/8695/ldl/sport/p3" ,desktop:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } ,mobile:null }); gtrf.positions.push({ id:"pub-dfp-p2m" ,position:"p2" ,pubstackId:"pub-dfp-p2" ,mode:"Mobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:true ,lazy:false ,retry:true ,adunit:"/8695/ldl/sport/p2" ,desktop:null ,mobile:{ sizes:[[320,100],[300,250],[300,100],[300,50]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1481122' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61468' , tagId:'sas_61468' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88604' , tagId:'sas_88604' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_RR' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598435' } } , { bidder:'appnexus' ,params:{ placementId:'17860545' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p2' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'Dh0HQqYVVL' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-p7" ,position:"p7" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:true ,retry:true ,adunit:"/8695/ldl/sport/p7" ,desktop:{ sizes:[[1000,250],[1000,200],[1000,90],[970,250],[970,90],[728,90],[1000,300],[800,250],[900,300],[970,90],[970,150],[300,250],'fluid'] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1475720' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61477' , tagId:'sas_61477' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88607' , tagId:'sas_88607' } } , { bidder:'366_appnexus' ,params:{ placementId:'16053870' } } , { bidder:'appnexus' ,params:{ placementId:'17860609' } } , { bidder:'teads' ,params:{ pageId:'135258' , placementId:'148441' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p7' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'izfFgh3xrx' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,mobile:{ sizes:['fluid',[300,250],[300,100],[300,50],[320,100],[320,50],[300,600]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1475724' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61477' , tagId:'sas_61477' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88608' , tagId:'sas_88608' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598439' } } , { bidder:'appnexus' ,params:{ placementId:'17860609' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p7' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'xw5LIDV95l' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-p3bis" ,position:"p3bis" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:true ,retry:true ,adunit:"/8695/ldl/sport/p3bis" ,desktop:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } ,mobile:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61470' , tagId:'sas_61470' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'112571' , tagId:'sas_112571' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_300x250_M_p3_bis_prebid' } } , { bidder:'appnexus' ,params:{ placementId:'25165373' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p3bis' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ledauphine.com_hb_display_2' } } , { bidder:'richaudience' ,params:{ pid:'1N7OpgzfMb' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-interstitiel" ,position:"p-1" ,mode:"Mobile" ,limit:1000 ,outofpage:true ,interstitial:true ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:true ,lazy:false ,retry:false ,adunit:"/8695/ldl/sport/p-1" ,desktop:null ,mobile:{ sizes:null ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } }); gtrf.positions.push({ id:"pub-dfp-p3m" ,position:"p3" ,pubstackId:"pub-dfp-p3" ,mode:"Mobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:true ,lazy:false ,retry:true ,adunit:"/8695/ldl/sport/p3" ,desktop:null ,mobile:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61468' , tagId:'sas_61468' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'112570' , tagId:'sas_112570' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_300x250_M_p3_prebid' } } , { bidder:'appnexus' ,params:{ placementId:'25165372' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p3' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ledauphine.com_hb_display_1' } } , { bidder:'richaudience' ,params:{ pid:'dkNvv5ukbQ' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-p5" ,position:"p5" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:true ,retry:true ,adunit:"/8695/ldl/sport/p5" ,desktop:{ sizes:[[1000,250],[1000,200],[1000,90],[970,250],[970,90],[728,90],[1000,300],[800,250],[900,300],[970,90],[970,150],[300,250],'fluid'] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1481140' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61470' , tagId:'sas_61470' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88611' , tagId:'sas_88611' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_RR' } } , { bidder:'366_appnexus' ,params:{ placementId:'16053844' } } , { bidder:'appnexus' ,params:{ placementId:'17860604' } } , { bidder:'teads' ,params:{ pageId:'135258' , placementId:'148441' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p5' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'wkNKcLUfA2' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,mobile:{ sizes:['fluid',[300,250],[300,100],[300,50],[320,100],[320,50],[300,600]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1481138' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61470' , tagId:'sas_61470' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88612' , tagId:'sas_88612' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_RR' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598437' } } , { bidder:'appnexus' ,params:{ placementId:'17860604' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p5' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'qQw8cd6LoU' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-p2d" ,position:"p2" ,pubstackId:"pub-dfp-p2" ,mode:"Desktop" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:true ,lazy:false ,retry:true ,adunit:"/8695/ldl/sport/p2" ,desktop:{ sizes:[[300,600],[300,250],[300,100]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1481124' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61468' , tagId:'sas_61468' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88603' , tagId:'sas_88603' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_RR' } } , { bidder:'366_appnexus' ,params:{ placementId:'15930526' } } , { bidder:'appnexus' ,params:{ placementId:'17860545' } } , { bidder:'teads' ,params:{ pageId:'135258' , placementId:'148441' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p2' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'uWV3utIFC7' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,mobile:null }); gtrf.positions.push({ id:"pub-dfp-p1d" ,position:"p1" ,pubstackId:"pub-dfp-p1" ,mode:"Desktop" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:true ,lazy:false ,retry:true ,adunit:"/8695/ldl/sport/p1" ,desktop:{ sizes:[[1,1],[1000,250],[1000,200],[1000,90],[970,250],[970,90],[728,90],[1000,300],[800,250],[900,300],[970,90],[970,150]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1475728' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61474' , tagId:'sas_61474' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88601' , tagId:'sas_88601' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_Billboard' } } , { bidder:'366_appnexus' ,params:{ placementId:'16053869' } } , { bidder:'appnexus' ,params:{ placementId:'17860606' } } , { bidder:'teads' ,params:{ pageId:'135258' , placementId:'148441' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p1' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:['lXxhTq8Xf5','kNeakMzytz'] , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,mobile:null }); gtrf.positions.push({ id:"pub-dfp-p1m" ,position:"p1" ,pubstackId:"pub-dfp-p1" ,mode:"Mobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:true ,lazy:false ,retry:true ,adunit:"/8695/ldl/sport/p1" ,desktop:null ,mobile:{ sizes:['fluid',[1,1],[300,250],[320,100],[320,50],[300,100],[300,50]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1475730' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61474' , tagId:'sas_61474' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88602' , tagId:'sas_88602' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_HDX' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598434' } } , { bidder:'appnexus' ,params:{ placementId:'17860606' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p1' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'2yZb9tUHO5' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } , { bidder:'ogury' ,params:{ assetKey:'OGY-599086056BE1' , adUnitId:'9524e66b-b55d-4636-bf81-16f83c68b592' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-n1" ,position:"n1" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:false ,retry:true ,adunit:"/8695/ldl/sport/n1" ,desktop:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } ,mobile:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } }); gtrf.positions.push({ id:"pub-dfp-n2" ,position:"n2" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:false ,retry:true ,adunit:"/8695/ldl/sport/n2" ,desktop:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } ,mobile:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } }); gtrf.positions.push({ id:"pub-dfp-n3" ,position:"n3" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:false ,retry:true ,adunit:"/8695/ldl/sport/n3" ,desktop:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } ,mobile:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } }); gtrf.positions.push({ id:"pub-dfp-p6" ,position:"p6" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:true ,retry:true ,adunit:"/8695/ldl/sport/p6" ,desktop:{ sizes:[[1000,250],[1000,200],[1000,90],[970,250],[970,90],[728,90],[1000,300],[800,250],[900,300],[970,90],[970,150],[300,250],'fluid'] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1481146' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'85958' , tagId:'sas_85958' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88605' , tagId:'sas_88605' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598487' } } , { bidder:'appnexus' ,params:{ placementId:'17860607' } } , { bidder:'teads' ,params:{ pageId:'135258' , placementId:'148441' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p6' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'asnPzhV1S8' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,mobile:{ sizes:['fluid',[300,250],[300,100],[300,50],[320,100],[320,50],[300,600]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1481144' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'85958' , tagId:'sas_85958' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88606' , tagId:'sas_88606' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598440' } } , { bidder:'appnexus' ,params:{ placementId:'17860607' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p6' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'KUeZkoQRWk' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-p9" ,position:"p9" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:true ,retry:true ,adunit:"/8695/ldl/sport/p9" ,desktop:{ sizes:[[1000,250],[1000,200],[1000,90],[970,250],[970,90],[728,90],[1000,300],[800,250],[900,300],[970,90],[970,150],[300,250],'fluid'] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'131509' , tagId:'sas_131509' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'131426' , tagId:'sas_131426' } } , { bidder:'appnexus' ,params:{ placementId:'32779968' } } , { bidder:'teads' ,params:{ pageId:'135258' , placementId:'148441' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p9' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'apGn9mIpdy' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,mobile:{ sizes:['fluid',[300,250],[300,100],[300,50],[320,100],[320,50],[300,600]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'131509' , tagId:'sas_131509' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'131427' , tagId:'sas_131427' } } , { bidder:'appnexus' ,params:{ placementId:'32779968' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p9' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'BdJiQBdD4d' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.run(); $(document).ready(function () { var paginationStatus = false; var navigationStatus = true; var responsiveStatus = true; if (1 <= 3) { paginationStatus = true; navigationStatus = false; } if (1 >= 2) { $("#gjnuMod").hide(); $("#gjnuMod .modContent").lightSlider({ controls: navigationStatus, /*gallery: paginationStatus,*/ gallery: "nextweb", thumbItem: 6, slideMargin: 0, item: 1, keyPress: true, slideMargin: 16 }); } }); CheckPassword = { KeyUpDelay : 1000, LastCheck : Date.now(), CheckDirect : function(password,type){ if (type == "validate") { if ((Date.now() - CheckPassword.LastCheck) < CheckPassword.KeyUpDelay) return; } var result = null; $ .ajax({ type: "POST", url: "/webservices/CDM.GXCO.Web/CDM.GXCO.Web.Service.UsersService.asmx/PasswordIsValidWithReason2", cache: "false", dataType: "json", async: false, contentType: "application/json; charset=utf-8", data: JSON.stringify({password: password}), success: function (data) { result = data.d; } }); //rules = result.rules; rules = result; CheckPassword.UpdateList(rules,type); } , Check : function(password,type){ if (type == "validate") { CheckPassword.LastCheck = Date.now(); setTimeout(function(){ CheckPassword.CheckDirect(password,type);}, CheckPassword.KeyUpDelay); } else CheckPassword.CheckDirect(password,type); } , UpdateList : function(rules,type) { $("#divPasswordMessages").parent().addClass("containerInputError").removeClass("containerInputAllValid"); $("#divPasswordMessages").empty(); var allValid = ""; if(rules.isvalid) { allValid = "class='allValid'"; $("#divPasswordMessages").parent().removeClass("containerInputError").addClass("containerInputAllValid"); if(type == "blur") { $("#divPasswordMessages").parent().removeClass("containerInputAllValid"); } } else { $("#divPasswordMessages").parent().removeClass("containerInputAllValid"); } var ul = $("<ul " + allValid + ">"); ul.prop("id","lPasswordMessages"); for(i in rules.rules) { var li = $("<li>"); li.text(rules.rules[i].Label); if (rules.rules[i].IsValidate == true) { if (type == "focus" || type == "validate") { li.addClass("rulesOK"); ul.append(li); } } else { li.addClass("rulesKO"); ul.append(li); } } if (ul.children("li").length > 0) $("#divPasswordMessages").append(ul); } }; $('#CreateAccountForm').validate({ errorElement: "span", rules: { ctl00_txtEmail: { required: true }, ctl00_txtMdp: { required: true } }, messages: { ctl00_txtEmail: { required: "Ce champ est obligatoire", }, ctl00_txtMdp: { required: "Ce champ est obligatoire", } } }); $("#ctl00_txtMdpCreate").on("focus",function(event) { CheckPassword.Check($(event.target).val(),"focus"); }); $("#ctl00_txtMdpCreate").blur(function(event) { CheckPassword.Check($(event.target).val(),"blur"); }); $("#ctl00_txtMdpCreate").keyup(function(event) { CheckPassword.Check($(event.target).val(),"validate"); }); $("#showPassword").on('click', function(){ $(this).toggleClass('show'); var input = $(this).prev(); if (input.attr("type") == "password") { input.attr("type", "text"); } else { input.attr("type", "password"); } }); CheckCreation = { Init : function(){ CheckCreation.AttachEv.All(); //Erreur serveur if ( $("body:not(.AuthenticationComponent):not(.ChangePasswordByLinkComponent)").find(".messageBox.error").length > 0 ) { $("body").addClass("hasModal"); $("body").prepend('<div class="overlay"></div>'); $('.GPRF_NextWeb').show(); } }, AttachEv: { All: function(){ CheckCreation.AttachEv.Modal.Open(); CheckCreation.AttachEv.Modal.Close(); }, Modal : { Open: function(){ $(".link_createAccount").unbind('click').bind('click', function(){ $("div.GPRF_NextWeb").find("ul.alert--danger").remove(); $("body").addClass("hasModal"); if($('.overlay').length == 0) { $("body").prepend('<div class="overlay"></div>'); } $('.modal').hide(); $('.GPRF_NextWeb').show(); $('#navBurger .navBurgerWrapper').animate({ marginLeft: '-100%' }, 150); $('#navBurger .burgerOverlay').fadeOut(150); $('#navBurger').delay(150).hide(0).removeClass('visible'); }); }, Close: function(){ $(".modal .modalClose, .overlay").unbind('click').bind('click', function(event){ if( $(event.target).is(".modal .modalClose, .overlay") ){ $("body").removeClass("hasModal"); if($('.overlay').length == 0) { $("body").remove('.overlay'); } $('.modal').hide(); } }); }, }, } }; //CheckCreation.Init(); $(document).ready(function () { var paginationStatus = false; var navigationStatus = true; var responsiveStatus = true; if (1 <= 3) { paginationStatus = true; navigationStatus = false; } if (1 >= 2) { $("#gjnuModBurger").hide(); $("#gjnuModBurger .modContent").lightSlider({ controls: navigationStatus, /*gallery: paginationStatus,*/ gallery: "nextweb", thumbItem: 6, slideMargin: 0, item: 1, keyPress: true, slideMargin: 16 }); } }); $.each(bufferScript,function(){this()});}); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10