CINXE.COM
Info France - Monde : actualités, météo, faits divers, culture et sport
<!DOCTYPE html> <html lang="fr"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1" > <title>Info France - Monde : actualités, météo, faits divers, culture et sport</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.2C8046CD519911C344074EE61828DA9E.min.css' /> <script type="text/javascript">(function(){function i(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(){i(e)},5)}}}function e(n,o,r,f,s){function e(e,t,n,i){if(typeof n!=="function"){return}if(!window[o]){window[o]=[]}var a=false;if(s){a=s(e,i,n)}if(!a){window[o].push({command:e,version:t,callback:n,parameter:i})}}e.stub=true;e.stubVersion=2;function t(i){if(!window[n]||window[n].stub!==true){return}if(!i.data){return}var a=typeof i.data==="string";var e;try{e=a?JSON.parse(i.data):i.data}catch(t){return}if(e[r]){var o=e[r];window[n](o.command,o.version,function(e,t){var n={};n[f]={returnValue:e,success:t,callId:o.callId};if(i.source){i.source.postMessage(a?JSON.stringify(n):n,"*")}},o.parameter)}}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");i("__tcfapiLocator")})();</script><script type="text/javascript">(function(){(function(e){var n=document.createElement("script");n.id="spcloader";n.type="text/javascript";n["async"]=true;n.charset="utf-8";n.fetchPriority="high";var o="https://sdk.privacy-center.org/"+e+"/loader.js?target="+document.location.hostname;if(window.didomiConfig&&window.didomiConfig.user){var i=window.didomiConfig.user;var a=i.country;var c=i.region;if(a){o=o+"&country="+a;if(c){o=o+"®ion="+c}}}n.src=o;var d=document.getElementsByTagName("script")[0];d.parentNode.insertBefore(n,d)})("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' : 'France - Monde', 'dimension17' : '\"France - Monde\"', 'dimension24' : 'Liste', 'dimension26' : 'Mot-clé', 'content_keywords' : ['france-monde'], 'content_sections' : ['france-monde'], 'description' : 'Non', '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-K9ZR58J'); </script> <script> /* Recherche de l'édition de l'utilisateur */ var selectedEdition = null; var nationalEdition = { code: "W" + 'ALS' + "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 = "lalsace.fr: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=lalsace.fr";} function DeleteCookie4FirstId(t){document.cookie = t+"=; domain=lalsace.fr; 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.lalsace.fr', 'c.lalsace.fr', '2'); </script> <meta name="language" content="FR-fr" > <meta name="twitter:dnt" content="on"> <meta name="Keywords" content="France - Monde" > <meta name="description" content="Retrouvez les dernières actualités à France - Monde et ses alentours. Restez informés avec L'Alsace : infos en direct, photos, vidéos." > <meta property="og:title" content="Info France - Monde : actualités, météo, faits divers, culture et sport" > <meta name="twitter:title" content="Info France - Monde : actualités, météo, faits divers, culture et sport" > <meta property="og:description" content="Retrouvez les dernières actualités à France - Monde et ses alentours. Restez informés avec L'Alsace : infos en direct, photos, vidéos." > <meta name="twitter:description" content="Retrouvez les dernières actualités à France - Monde et ses alentours. Restez informés avec L'Alsace : infos en direct, photos, vidéos." > <meta property="og:url" content="https://www.lalsace.fr/france-monde" > <meta name="twitter:site" content="@lalsace" > <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=484961455" > <meta name="google-play-app" content="app-id=com.lalsace_prod.presse" > <meta name="msApplication-ID" content="App" /> <meta name="msApplication-PackageFamilyName" content="6ab4002d-f403-4909-8afb-8c825b9a08bb" > <link rel="canonical" href="https://www.lalsace.fr/france-monde" /> <link rel="icon" type="image/png" sizes="144x144" href="https://cdn-files.prsmedia.fr/files/REDAC/images/favicons/2022/favicon_ALS-V2.png" > <link rel="apple-touch-icon" href="https://cdn-files.prsmedia.fr/files/REDAC/images/touch_icon/apple-touch-icon_ALS-V2.png" > <link rel="apple-touch-icon-precomposed" href="https://cdn-files.prsmedia.fr/files/REDAC/images/touch_icon/apple-touch-icon_ALS-V2.png" > </head> <body data-color="skin_white" data-site="ALS" class="V2022 UX2023 ContentListComponent ALS skin_white layout_default " > <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K9ZR58J" 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éjà abonné ?</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 Janvier Voir avec Myra */ .infosServicesList li.mea h3.infosServicesDesc{ color: #fff; } .collapse header, .collapse #header { z-index: unset; } .collapse header, .collapse #header { z-index: unset; } .collapse header .headerBottom, .collapse #header .headerBottom { z-index: 101 !important; } .collapse header .headerTopRight, .collapse #header .headerTopRight { z-index: 110; } /* 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; } .layout_unes .EventMode .selection_abo .corps h3 a{ color: var(--invariant_white) !important; } .layout_unes .selection_abo .corps .headTitle { position: absolute; width: 100%; left: 0; top: 0; transform: translateY(-100%); aspect-ratio: unset; } .layout_unes .EventMode .selection_abo .corps .title{ position: initial; transform: none; } a.bt-linkApp {position: relative;} a.noDesktop.bt-linkApp::before { content: ""; display: block; position: absolute; top: -7.5px; bottom: -7.5px; left: 0; /* background: azure; */ width: 100%; } .MainArticleVideo .videoContent{ width:100%; } .MainArticleVideo .videoContent:has(> .consentModule.moduleHidden), .MainArticleVideo .videoContent:has(.digitekaContent) { min-height: revert; } </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.lalsace.fr%2ffrance-monde" 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="WALS68A">Colmar - Guebwiller</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WALS68B">Mulhouse - Thann</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WALS67E">Sélestat - Erstein</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WALS68C">Sundgau - Trois-Frontières</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="https://www.libramemoria.com/avis/l-alsace" target="_blank" class="titleSection "> Libra Memoria <i class="icon_redac" data-icon="external"></i> </a> </li> <li class="itemLevel1 "> <a href="/meteo/previsions-detaillees" class="titleSection "> Météo </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> <li class="itemLevel1 "> <a href="/newsletters/subscribe" class="titleSection "> Newsletters </a> </li> <li class="itemLevel1 "> <a href="https://boutique.lalsace-dna.fr/" target="_blank" class="titleSection "> Boutique <i class="icon_redac" data-icon="external"></i> </a> </li> <li class="itemLevel1 "> <a href="https://www.mon-sejour-en-montagne.com/" target="_blank" class="titleSection "> Mon Séjour en Montagne <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">Journal numérique</div> <div class="modContent"> <div class="item"> <div class="book"> <a href="/liseuse/editions-numeriques#SUP" title="Mulhouse" 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.lalsace.fr/images/24f0e670-a003-497f-9a9d-05e4690f84ae/JNU_01/mulhouse-1740191895.jpg" alt="Mulhouse" /> </a> </div> <div class="labelWrapper"> <p class="label">Mulhouse</p> <p class="date">sam. 22/02/2025</p> <a href="/liseuse/editions-numeriques#SUP" 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="L'Alsace"></a> <figcaption hidden>L'Alsace</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> </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="6Ld56ZcUAAAAABs0MJlpr7vwsTTf-Z7szUb9URuX" 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' : '6Ld56ZcUAAAAABs0MJlpr7vwsTTf-Z7szUb9URuX', '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>L'Alsace, 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 L'Alsace, 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:s.lecteur@lalsace.fr">s.lecteur@lalsace.fr</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="202658585198-i18b52u34ufsr56tfp0a97fp07klhtmv.apps.googleusercontent.com" data-context="signin" data-ux_mode="redirect" data-cancel_on_tap_outside="false" data-login_uri="https://www.lalsace.fr/e-services/oAuthRedirect?state=OG"> </div> </div> </div> <div class="headerBottom noMobile noPrint"> <figure class="logo noMobile"> <a href="/" title="L'Alsace"></a> <figcaption hidden>L'Alsace</figcaption> </figure> <nav id="navHorizontal" role="navigation"> <div class="menuWrapper"> <ul class="nav_model01 typed nav_niv1 "> <li class="itemLevel1 hasChilds selected 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 subDepts" onmouseup="toggleHmenuChilds(this, '#menuHtypedChild2')" > <span class="titleSection icon_arrowMenu "> L'info locale <i class="icon_redac" data-icon="keyboard_arrow_down"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuHtypedChild3')" > <span class="titleSection icon_arrowMenu "> Faits divers <i class="icon_redac" data-icon="keyboard_arrow_down"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols edition_home" onmouseup="toggleHmenuChilds(this, '#menuHtypedChild4')" > <span class="titleSection icon_arrowMenu "> Sport <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 "> Culture-Loisirs <i class="icon_redac" data-icon="keyboard_arrow_down"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list" onmouseup="toggleHmenuChilds(this, '#menuHtypedChild6')" > <span class="titleSection icon_arrowMenu "> Nos vidéos <i class="icon_redac" data-icon="keyboard_arrow_down"></i> </span> </li> <li class="itemLevel1 " > <a href="/format/long-format" class="titleSection"> Nos longs formats</a> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuHtypedChild8')" > <span class="titleSection icon_arrowMenu "> Magazines <i class="icon_redac" data-icon="keyboard_arrow_down"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuHtypedChild9')" > <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="/fil-info" class="linkLevel2"> Fil info </a> </li> <li class="itemLevel2 selected "> <a href="/france-monde" class="linkLevel2"> France-Monde </a> </li> <li class="itemLevel2 "> <a href="/politique" class="linkLevel2"> Politique </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/politique/chuchotements/les-chuchotements-politiques" class="linkLevel3">Chuchotements</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/economie" class="linkLevel2"> Économie </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> </ul> </li> <li class="itemLevel2 "> <a href="/sante" class="linkLevel2"> Santé </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="/actualite/l-editorial" class="linkLevel2"> Éditos </a> </li> </ul> </div> </div> <div id="menuHtypedChild2" class="nav_niv2 typed depts_list with_cols subDepts" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="/region/alsace" class="linkLevel2"> L'actu en Alsace </a> </li> <li class="itemLevel2 "> <a href="/haut-rhin" class="linkLevel2"> L'actu du Haut-Rhin </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-mulhouse-thann" class="linkLevel3">Mulhouse - Thann</a> </li> <li class="itemLevel3 "> <a href="/edition-sundgau-trois-frontieres" class="linkLevel3">Sundgau - Trois-Frontières</a> </li> <li class="itemLevel3 "> <a href="/edition-colmar-guebwiller" class="linkLevel3">Colmar - Guebwiller</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/bas-rhin" class="linkLevel2"> L'actu du Bas-Rhin </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-selestat-erstein" class="linkLevel3">Sélestat - Erstein</a> </li> <li class="itemLevel3 "> <a href="/bas-rhin/strasbourg" class="linkLevel3">Strasbourg</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/region/rheinblick" class="linkLevel2"> Rheinblick – L’actu transfrontalière </a> </li> <li class="itemLevel2 "> <a href="/magazine-cuisine-et-vins/magazine-cuisine-et-vins/au-coeur-du-vignoble-alsacien" class="linkLevel2"> Au cœur du vignoble </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 "> <a href="/faits-divers-justice" class="linkLevel2"> Tous les faits divers </a> </li> <li class="itemLevel2 edition_link"> <a href="/region/alsace+faits-divers-justice" class="linkLevel2"> En Alsace </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/faits-divers-justice+departement/haut-rhin+edition/edition-mulhouse-thann" class="linkLevel3">Mulhouse – Thann</a> </li> <li class="itemLevel3 "> <a href="/faits-divers-justice+departement/haut-rhin+edition/edition-sundgau-trois-frontieres" class="linkLevel3">Sundgau – Trois-Frontières</a> </li> <li class="itemLevel3 "> <a href="/faits-divers-justice+departement/haut-rhin+edition/edition-colmar-guebwiller" class="linkLevel3">Colmar – Guebwiller</a> </li> <li class="itemLevel3 "> <a href="/faits-divers-justice+departement/bas-rhin+edition/edition-selestat-erstein" class="linkLevel3">Sélestat – Erstein</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/france-monde+faits-divers-justice" class="linkLevel2"> En France et dans le monde </a> </li> <li class="itemLevel2 "> <a href="#" class="linkLevel2"> Les affaires à la Une </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/faits-divers-justice/faits-divers-justice/disparition-de-lina" class="linkLevel3">Affaire Lina</a> </li> <li class="itemLevel3 "> <a href="/faits-divers-justice/faits-divers-justice/l-affaire-gregory" class="linkLevel3">Affaire Grégory</a> </li> <li class="itemLevel3 "> <a href="/faits-divers-justice/faits-divers-justice/l-affaire-gabriel-fortin" class="linkLevel3">Affaire Gabriel Fortin, le "tueur de DRH"</a> </li> <li class="itemLevel3 "> <a href="/faits-divers-justice/faits-divers-justice/incendie-mortel-de-wintzenheim" class="linkLevel3">Incendie de Wintzenheim</a> </li> </ul> </li> </ul> </div> </div> <div id="menuHtypedChild4" 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="/sport" class="linkLevel2"> Toute l'actualité sportive </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/sport/matchs-en-direct" class="linkLevel3">Matches en direct</a> </li> <li class="itemLevel3 "> <a href="/sport/classement/football/national-ligue-1" class="linkLevel3">Résultats et classements</a> </li> <li class="itemLevel3 "> <a href="/sport/sport/le-billet-d-humeur-de-la-redaction-des-sports" class="linkLevel3">Le billet de la rédaction</a> </li> <li class="itemLevel3 "> <a href="/sport/les-dossiers-de-la-redaction-des-sports" class="linkLevel3">Les dossiers de la rédaction</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="#" class="linkLevel2"> > Les clubs alsaciens </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/sport/rcsa-racing-club-strasbourg" class="linkLevel3">Racing club de Strasbourg</a> </li> <li class="itemLevel3 "> <a href="/sport/volley-mulhouse-alsace" class="linkLevel3">Volley Mulhouse Alsace</a> </li> <li class="itemLevel3 "> <a href="https://c.lalsace.fr/sport/mulhouse-basket-agglomeration" class="linkLevel3">Mulhouse Basket Agglomération</a> </li> <li class="itemLevel3 "> <a href="https://c.lalsace.fr/sport/mon-mulhouse-olympique-natation" class="linkLevel3">Mulhouse Olympic Natation</a> </li> <li class="itemLevel3 "> <a href="https://c.lalsace.fr/sport/asptt-mulhouse-rixheim" class="linkLevel3">ASPTT Mulhouse-Rixheim</a> </li> <li class="itemLevel3 "> <a href="/sport/sr-colmar" class="linkLevel3">SR Colmar</a> </li> <li class="itemLevel3 "> <a href="/sport/asc-biesheim" class="linkLevel3">ASC Biesheim</a> </li> <li class="itemLevel3 "> <a href="/sport/fcm-football-club-mulhouse" class="linkLevel3">FC Mulhouse</a> </li> <li class="itemLevel3 "> <a href="/sport/sahb-selestat-handball" class="linkLevel3">SAHB Sélestat Alsace Handball</a> </li> <li class="itemLevel3 "> <a href="/sport/sig-strasbourg" class="linkLevel3">SIG Strasbourg</a> </li> <li class="itemLevel3 "> <a href="/sport/strasbourg-ath" class="linkLevel3">Strasbourg ATH</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/actualite/tierce" class="linkLevel2"> Tiercé </a> </li> <li class="itemLevel2 "> <a href="/sport/a-la-une" class="linkLevel2"> Tous les sports </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/sport/football+zone/france-monde" class="linkLevel3">Football national et international </a> </li> <li class="itemLevel3 "> <a href="/sport/football+region/alsace" class="linkLevel3">Football régional</a> </li> <li class="itemLevel3 "> <a href="/sport/basket-ball" class="linkLevel3">Basket-ball</a> </li> <li class="itemLevel3 "> <a href="/sport/volley-ball" class="linkLevel3">Volley-ball</a> </li> <li class="itemLevel3 "> <a href="/sport/rugby" class="linkLevel3">Rugby</a> </li> <li class="itemLevel3 "> <a href="/sport/athletisme" class="linkLevel3">Athlétisme</a> </li> <li class="itemLevel3 "> <a href="/sport/auto-moto" class="linkLevel3">Auto-moto</a> </li> <li class="itemLevel3 "> <a href="/sport/cyclisme" class="linkLevel3">Cyclisme</a> </li> <li class="itemLevel3 "> <a href="/sport/handball" class="linkLevel3">Handball</a> </li> <li class="itemLevel3 "> <a href="/sport/hockey-sur-glace" class="linkLevel3">Hockey</a> </li> <li class="itemLevel3 "> <a href="/sport/tennis" class="linkLevel3">Tennis</a> </li> <li class="itemLevel3 "> <a href="/sport/sports-nautiques" class="linkLevel3">Sports nautiques</a> </li> <li class="itemLevel3 "> <a href="/sport/sports-de-combat" class="linkLevel3">Sports de combat</a> </li> <li class="itemLevel3 "> <a href="/sport/sports-d-hiver" class="linkLevel3">Sports d’hiver</a> </li> <li class="itemLevel3 "> <a href="/sport" class="linkLevel3">Autres sports</a> </li> </ul> </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="/culture-loisirs" class="linkLevel2"> Toute l'actualité culturelle </a> </li> <li class="itemLevel2 "> <a href="/culture-loisirs/cinema" class="linkLevel2"> Cinéma </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://cinema.lalsace-presse.fr/" class="linkLevel3">Les films à l'affiche près de chez vous</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/societe/television-medias" class="linkLevel2"> Télévision - Séries - Streaming </a> </li> <li class="itemLevel2 external-icon"> <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="/culture-loisirs/livres-bd" class="linkLevel2"> Livres </a> </li> <li class="itemLevel2 "> <a href="/culture-loisirs/musique" class="linkLevel2"> Musique </a> </li> <li class="itemLevel2 "> <a href="/culture-loisirs/jeux-video" class="linkLevel2"> Jeux vidéo </a> </li> <li class="itemLevel2 "> <a href="/culture-loisirs/gastronomie" class="linkLevel2"> Gastronomie </a> </li> <li class="itemLevel2 "> <a href="/economie/tourisme" class="linkLevel2"> Tourisme </a> </li> <li class="itemLevel2 "> <a href="/pour-sortir" target="_blank" class="linkLevel2"> Pour Sortir, l'agenda des sorties </a> </li> </ul> </div> </div> <div id="menuHtypedChild6" class="nav_niv2 typed depts_list" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="/videos" class="linkLevel2"> Toutes les vidéos </a> </li> <li class="itemLevel2 "> <a href="/videos/playlist/l-actualite-dans-le-haut-rhin-qlsfpk" class="linkLevel2"> Dans le Haut-Rhin </a> </li> <li class="itemLevel2 "> <a href="/videos/playlist/l-actualite-dans-le-bas-rhin-qlsfp5" class="linkLevel2"> Dans le Bas-Rhin </a> </li> <li class="itemLevel2 "> <a href="/videos/playlist/a-la-une-l-alsace-ql5qxf" class="linkLevel2"> La sélection de la rédaction </a> </li> <li class="itemLevel2 "> <a href="/videos/playlist/l-actualite-du-racing-club-de-strasbourg-ql50z5" class="linkLevel2"> Racing Strasbourg </a> </li> </ul> </div> </div> <div id="menuHtypedChild8" 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://boutique.lalsace-dna.fr/" class="linkLevel2"> Les magazines de la rédaction </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://boutique.lalsace-dna.fr/histoire-et-patrimoine/collection-les-saisons-dalsace" class="linkLevel3">Les Saisons d'Alsace</a> </li> <li class="itemLevel3 "> <a href="https://boutique.lalsace-dna.fr/histoire-et-patrimoine/tresors-dalsace" class="linkLevel3">Trésors d'Alsace</a> </li> <li class="itemLevel3 "> <a href="https://boutique.lalsace-dna.fr/nature/collection-passion-vosges" class="linkLevel3">Passion Vosges</a> </li> <li class="itemLevel3 "> <a href="https://c.lalsace.fr/liseuse/supplements-numeriques" class="linkLevel3">Nos suppléments numériques</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/environnement/ici-on-agit" class="linkLevel2"> Ici on agit ! </a> </li> <li class="itemLevel2 "> <a href="/paroles-d-experts" class="linkLevel2"> Paroles d'experts </a> </li> <li class="itemLevel2 "> <a href="/magazine-tourisme-et-patrimoine" class="linkLevel2"> Tourisme et patrimoine </a> </li> <li class="itemLevel2 "> <a href="/magazine-cuisine-et-vins" class="linkLevel2"> Cuisine et vins </a> </li> <li class="itemLevel2 "> <a href="/magazine-automobile" class="linkLevel2"> Automobile </a> </li> <li class="itemLevel2 "> <a href="/societe/montagne" class="linkLevel2"> Montagne </a> </li> <li class="itemLevel2 "> <a href="/magazine-sante" class="linkLevel2"> Santé </a> </li> <li class="itemLevel2 "> <a href="/magazine-lifestyle" class="linkLevel2"> Lifestyle </a> </li> <li class="itemLevel2 "> <a href="/magazine-immobilier" class="linkLevel2"> Immobilier </a> </li> </ul> </div> </div> <div id="menuHtypedChild9" 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://boutique.lalsace-dna.fr/" target="_blank" class="linkLevel2"> Boutique </a> </li> <li class="itemLevel2 external-icon"> <a href="https://www.libramemoria.com/avis/l-alsace" target="_blank" class="linkLevel2"> Libra Memoria – Avis de décès </a> </li> <li class="itemLevel2 "> <a href="#" target="_blank" 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 external-icon"> <a href="https://www.paruvendu.fr/voiture-occasion/?partenaire=als" target="_blank" class="linkLevel3">Automobile</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="#" target="_blank" class="linkLevel2"> Paroles de partenaires </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/paroles-de-partenaires/articles-partenaires" target="_blank" class="linkLevel3">Articles partenaires</a> </li> <li class="itemLevel3 "> <a href="/paroles-de-partenaires/dossiers-partenaires" target="_blank" class="linkLevel3">Dossiers partenaires</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="#" target="_blank" class="linkLevel2"> > Pour nos abonnés </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/leclub" target="_blank" class="linkLevel3">Programme de fidélité : LeCLUB</a> </li> <li class="itemLevel3 "> <a href="/votre-journal-et-vous/tutoriels-lecteurs/tutos-videos-le-guide-d-acces-de-votre-abonnement-numerique" target="_blank" class="linkLevel3">Tutoriels vidéo : premiers pas sur lalsace.fr</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/infos-services" target="_blank" class="linkLevel2"> Infos services </a> </li> <li class="itemLevel2 "> <a href="https://www.lalsace.fr/annonces/recherche" target="_blank" class="linkLevel2"> Annonces judiciaires et légales </a> </li> <li class="itemLevel2 external-icon"> <a href="https://al-lalsace.viedessocietes-eurolegales.com/" target="_blank" class="linkLevel2"> Vie des sociétés </a> </li> <li class="itemLevel2 external-icon"> <a href="http://lalsace.marchespublics-eurolegales.com/" target="_blank" class="linkLevel2"> Marchés publics </a> </li> <li class="itemLevel2 external-icon"> <a href="https://www.francemarches.com/" target="_blank" class="linkLevel2"> France Marchés – Portail d’appels d’offres </a> </li> <li class="itemLevel2 "> <a href="/les-lecteurs-voyageurs" target="_blank" class="linkLevel2"> Les Lecteurs Voyageurs </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/les-lecteurs-voyageurs/programme-voyages" class="linkLevel3">Le programme de nos voyages</a> </li> </ul> </li> <li class="itemLevel2 external-icon"> <a href="http://www.ebra.fr" target="_blank" class="linkLevel2"> Le groupe EBRA </a> <ul class="nav_niv3"> <li class="itemLevel3 external-icon"> <a href="https://www.ebra.fr/le-groupe" target="_blank" class="linkLevel3">Présentation du groupe</a> </li> <li class="itemLevel3 external-icon"> <a href="https://www.ebra.fr/ebra-medias" target="_blank" class="linkLevel3">EBRA Médias</a> </li> <li class="itemLevel3 external-icon"> <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><style> .external-icon > a:after { content: ""; margin-left: 5px; background-image: url(https://cdn-ext.prsmedia.fr/ALS/Technique/external-link-v2.png); width: 12px; height: 12px; background-size: contain; display: inline-block; position: relative; top: 1px; } </style> <style> .GRDC_List_Model5 .carnetCarousel .showMore a { font-size: 1.1rem; } .GRDC_List_Model5 .carnetCarousel > *:not(h3, .contentList, .showMore) { font-size: 0; } </style> </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="">Strasbourg</a></li> <li><a href="">Haguenau</a></li> <li><a href="">Saverne</a></li> <li><a href="">Wissembourg</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 selected 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 subDepts" onmouseup="toggleHmenuChilds(this, '#menuVtypedChild2')" > <span class="titleSection icon_arrowMenu "> L'info locale <i class="icon_redac" data-icon="keyboard_arrow_right"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuVtypedChild3')" > <span class="titleSection icon_arrowMenu "> Faits divers <i class="icon_redac" data-icon="keyboard_arrow_right"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols edition_home" onmouseup="toggleHmenuChilds(this, '#menuVtypedChild4')" > <span class="titleSection icon_arrowMenu "> Sport <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 "> Culture-Loisirs <i class="icon_redac" data-icon="keyboard_arrow_right"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list" onmouseup="toggleHmenuChilds(this, '#menuVtypedChild6')" > <span class="titleSection icon_arrowMenu "> Nos vidéos <i class="icon_redac" data-icon="keyboard_arrow_right"></i> </span> </li> <li class="itemLevel1 " > <a href="/format/long-format" class="titleSection"> Nos longs formats</a> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuVtypedChild8')" > <span class="titleSection icon_arrowMenu "> Magazines <i class="icon_redac" data-icon="keyboard_arrow_right"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuVtypedChild9')" > <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="/fil-info" class="linkLevel2">Fil info</a> </li> <li class="itemLevel2 selected "> <a href="/france-monde" class="linkLevel2">France-Monde</a> </li> <li class="itemLevel2 "> <a href="/politique" class="linkLevel2">Politique</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/politique/chuchotements/les-chuchotements-politiques" class="linkLevel3">Chuchotements</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/economie" class="linkLevel2">Économie</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> </ul> </li> <li class="itemLevel2 "> <a href="/sante" class="linkLevel2">Santé</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="/actualite/l-editorial" class="linkLevel2">Éditos</a> </li> </ul> </div> </div> <div id="menuVtypedChild2" class="nav_niv2 typed depts_list with_cols subDepts" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="/region/alsace" class="linkLevel2">L'actu en Alsace</a> </li> <li class="itemLevel2 "> <a href="/haut-rhin" class="linkLevel2">L'actu du Haut-Rhin</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-mulhouse-thann" class="linkLevel3">Mulhouse - Thann</a> </li> <li class="itemLevel3 "> <a href="/edition-sundgau-trois-frontieres" class="linkLevel3">Sundgau - Trois-Frontières</a> </li> <li class="itemLevel3 "> <a href="/edition-colmar-guebwiller" class="linkLevel3">Colmar - Guebwiller</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/bas-rhin" class="linkLevel2">L'actu du Bas-Rhin</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-selestat-erstein" class="linkLevel3">Sélestat - Erstein</a> </li> <li class="itemLevel3 "> <a href="/bas-rhin/strasbourg" class="linkLevel3">Strasbourg</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/region/rheinblick" class="linkLevel2">Rheinblick – L’actu transfrontalière</a> </li> <li class="itemLevel2 "> <a href="/magazine-cuisine-et-vins/magazine-cuisine-et-vins/au-coeur-du-vignoble-alsacien" class="linkLevel2">Au cœur du vignoble</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 "> <a href="/faits-divers-justice" class="linkLevel2">Tous les faits divers</a> </li> <li class="itemLevel2 edition_link"> <a href="/region/alsace+faits-divers-justice" class="linkLevel2">En Alsace</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/faits-divers-justice+departement/haut-rhin+edition/edition-mulhouse-thann" class="linkLevel3">Mulhouse – Thann</a> </li> <li class="itemLevel3 "> <a href="/faits-divers-justice+departement/haut-rhin+edition/edition-sundgau-trois-frontieres" class="linkLevel3">Sundgau – Trois-Frontières</a> </li> <li class="itemLevel3 "> <a href="/faits-divers-justice+departement/haut-rhin+edition/edition-colmar-guebwiller" class="linkLevel3">Colmar – Guebwiller</a> </li> <li class="itemLevel3 "> <a href="/faits-divers-justice+departement/bas-rhin+edition/edition-selestat-erstein" class="linkLevel3">Sélestat – Erstein</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/france-monde+faits-divers-justice" class="linkLevel2">En France et dans le monde</a> </li> <li class="itemLevel2 "> <a href="#" class="linkLevel2">Les affaires à la Une</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/faits-divers-justice/faits-divers-justice/disparition-de-lina" class="linkLevel3">Affaire Lina</a> </li> <li class="itemLevel3 "> <a href="/faits-divers-justice/faits-divers-justice/l-affaire-gregory" class="linkLevel3">Affaire Grégory</a> </li> <li class="itemLevel3 "> <a href="/faits-divers-justice/faits-divers-justice/l-affaire-gabriel-fortin" class="linkLevel3">Affaire Gabriel Fortin, le "tueur de DRH"</a> </li> <li class="itemLevel3 "> <a href="/faits-divers-justice/faits-divers-justice/incendie-mortel-de-wintzenheim" class="linkLevel3">Incendie de Wintzenheim</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 edition_home" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="/sport" class="linkLevel2">Toute l'actualité sportive</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/sport/matchs-en-direct" class="linkLevel3">Matches en direct</a> </li> <li class="itemLevel3 "> <a href="/sport/classement/football/national-ligue-1" class="linkLevel3">Résultats et classements</a> </li> <li class="itemLevel3 "> <a href="/sport/sport/le-billet-d-humeur-de-la-redaction-des-sports" class="linkLevel3">Le billet de la rédaction</a> </li> <li class="itemLevel3 "> <a href="/sport/les-dossiers-de-la-redaction-des-sports" class="linkLevel3">Les dossiers de la rédaction</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="#" class="linkLevel2">> Les clubs alsaciens</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/sport/rcsa-racing-club-strasbourg" class="linkLevel3">Racing club de Strasbourg</a> </li> <li class="itemLevel3 "> <a href="/sport/volley-mulhouse-alsace" class="linkLevel3">Volley Mulhouse Alsace</a> </li> <li class="itemLevel3 "> <a href="https://c.lalsace.fr/sport/mulhouse-basket-agglomeration" class="linkLevel3">Mulhouse Basket Agglomération</a> </li> <li class="itemLevel3 "> <a href="https://c.lalsace.fr/sport/mon-mulhouse-olympique-natation" class="linkLevel3">Mulhouse Olympic Natation</a> </li> <li class="itemLevel3 "> <a href="https://c.lalsace.fr/sport/asptt-mulhouse-rixheim" class="linkLevel3">ASPTT Mulhouse-Rixheim</a> </li> <li class="itemLevel3 "> <a href="/sport/sr-colmar" class="linkLevel3">SR Colmar</a> </li> <li class="itemLevel3 "> <a href="/sport/asc-biesheim" class="linkLevel3">ASC Biesheim</a> </li> <li class="itemLevel3 "> <a href="/sport/fcm-football-club-mulhouse" class="linkLevel3">FC Mulhouse</a> </li> <li class="itemLevel3 "> <a href="/sport/sahb-selestat-handball" class="linkLevel3">SAHB Sélestat Alsace Handball</a> </li> <li class="itemLevel3 "> <a href="/sport/sig-strasbourg" class="linkLevel3">SIG Strasbourg</a> </li> <li class="itemLevel3 "> <a href="/sport/strasbourg-ath" class="linkLevel3">Strasbourg ATH</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/actualite/tierce" class="linkLevel2">Tiercé</a> </li> <li class="itemLevel2 "> <a href="/sport/a-la-une" class="linkLevel2">Tous les sports</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/sport/football+zone/france-monde" class="linkLevel3">Football national et international </a> </li> <li class="itemLevel3 "> <a href="/sport/football+region/alsace" class="linkLevel3">Football régional</a> </li> <li class="itemLevel3 "> <a href="/sport/basket-ball" class="linkLevel3">Basket-ball</a> </li> <li class="itemLevel3 "> <a href="/sport/volley-ball" class="linkLevel3">Volley-ball</a> </li> <li class="itemLevel3 "> <a href="/sport/rugby" class="linkLevel3">Rugby</a> </li> <li class="itemLevel3 "> <a href="/sport/athletisme" class="linkLevel3">Athlétisme</a> </li> <li class="itemLevel3 "> <a href="/sport/auto-moto" class="linkLevel3">Auto-moto</a> </li> <li class="itemLevel3 "> <a href="/sport/cyclisme" class="linkLevel3">Cyclisme</a> </li> <li class="itemLevel3 "> <a href="/sport/handball" class="linkLevel3">Handball</a> </li> <li class="itemLevel3 "> <a href="/sport/hockey-sur-glace" class="linkLevel3">Hockey</a> </li> <li class="itemLevel3 "> <a href="/sport/tennis" class="linkLevel3">Tennis</a> </li> <li class="itemLevel3 "> <a href="/sport/sports-nautiques" class="linkLevel3">Sports nautiques</a> </li> <li class="itemLevel3 "> <a href="/sport/sports-de-combat" class="linkLevel3">Sports de combat</a> </li> <li class="itemLevel3 "> <a href="/sport/sports-d-hiver" class="linkLevel3">Sports d’hiver</a> </li> <li class="itemLevel3 "> <a href="/sport" class="linkLevel3">Autres sports</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="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="/culture-loisirs" class="linkLevel2">Toute l'actualité culturelle</a> </li> <li class="itemLevel2 "> <a href="/culture-loisirs/cinema" class="linkLevel2">Cinéma</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://cinema.lalsace-presse.fr/" class="linkLevel3">Les films à l'affiche près de chez vous</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/societe/television-medias" class="linkLevel2">Télévision - Séries - Streaming</a> </li> <li class="itemLevel2 external-icon"> <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="/culture-loisirs/livres-bd" class="linkLevel2">Livres</a> </li> <li class="itemLevel2 "> <a href="/culture-loisirs/musique" class="linkLevel2">Musique</a> </li> <li class="itemLevel2 "> <a href="/culture-loisirs/jeux-video" class="linkLevel2">Jeux vidéo</a> </li> <li class="itemLevel2 "> <a href="/culture-loisirs/gastronomie" class="linkLevel2">Gastronomie</a> </li> <li class="itemLevel2 "> <a href="/economie/tourisme" class="linkLevel2">Tourisme</a> </li> <li class="itemLevel2 "> <a href="/pour-sortir" target="_blank" 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="menuVtypedChild6" class="nav_niv2 typed depts_list" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="/videos" class="linkLevel2">Toutes les vidéos</a> </li> <li class="itemLevel2 "> <a href="/videos/playlist/l-actualite-dans-le-haut-rhin-qlsfpk" class="linkLevel2">Dans le Haut-Rhin</a> </li> <li class="itemLevel2 "> <a href="/videos/playlist/l-actualite-dans-le-bas-rhin-qlsfp5" class="linkLevel2">Dans le Bas-Rhin</a> </li> <li class="itemLevel2 "> <a href="/videos/playlist/a-la-une-l-alsace-ql5qxf" class="linkLevel2">La sélection de la rédaction</a> </li> <li class="itemLevel2 "> <a href="/videos/playlist/l-actualite-du-racing-club-de-strasbourg-ql50z5" class="linkLevel2">Racing Strasbourg</a> </li> </ul> <div class="cta_favEditionWrapper"> <a class="cta_favEdition currentEdition"> Je choisis mon �dition favorite </a> </div> </div> </div> <div id="menuVtypedChild8" 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://boutique.lalsace-dna.fr/" class="linkLevel2">Les magazines de la rédaction</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://boutique.lalsace-dna.fr/histoire-et-patrimoine/collection-les-saisons-dalsace" class="linkLevel3">Les Saisons d'Alsace</a> </li> <li class="itemLevel3 "> <a href="https://boutique.lalsace-dna.fr/histoire-et-patrimoine/tresors-dalsace" class="linkLevel3">Trésors d'Alsace</a> </li> <li class="itemLevel3 "> <a href="https://boutique.lalsace-dna.fr/nature/collection-passion-vosges" class="linkLevel3">Passion Vosges</a> </li> <li class="itemLevel3 "> <a href="https://c.lalsace.fr/liseuse/supplements-numeriques" class="linkLevel3">Nos suppléments numériques</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/environnement/ici-on-agit" class="linkLevel2">Ici on agit !</a> </li> <li class="itemLevel2 "> <a href="/paroles-d-experts" class="linkLevel2">Paroles d'experts</a> </li> <li class="itemLevel2 "> <a href="/magazine-tourisme-et-patrimoine" class="linkLevel2">Tourisme et patrimoine</a> </li> <li class="itemLevel2 "> <a href="/magazine-cuisine-et-vins" class="linkLevel2">Cuisine et vins</a> </li> <li class="itemLevel2 "> <a href="/magazine-automobile" class="linkLevel2">Automobile</a> </li> <li class="itemLevel2 "> <a href="/societe/montagne" class="linkLevel2">Montagne</a> </li> <li class="itemLevel2 "> <a href="/magazine-sante" class="linkLevel2">Santé</a> </li> <li class="itemLevel2 "> <a href="/magazine-lifestyle" class="linkLevel2">Lifestyle</a> </li> <li class="itemLevel2 "> <a href="/magazine-immobilier" class="linkLevel2">Immobilier</a> </li> </ul> <div class="cta_favEditionWrapper"> <a class="cta_favEdition currentEdition"> Je choisis mon �dition favorite </a> </div> </div> </div> <div id="menuVtypedChild9" 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://boutique.lalsace-dna.fr/" target="_blank" class="linkLevel2">Boutique</a> </li> <li class="itemLevel2 external-icon"> <a href="https://www.libramemoria.com/avis/l-alsace" target="_blank" class="linkLevel2">Libra Memoria – Avis de décès</a> </li> <li class="itemLevel2 "> <a href="#" target="_blank" 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 external-icon"> <a href="https://www.paruvendu.fr/voiture-occasion/?partenaire=als" target="_blank" class="linkLevel3">Automobile</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="#" target="_blank" class="linkLevel2">Paroles de partenaires</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/paroles-de-partenaires/articles-partenaires" target="_blank" class="linkLevel3">Articles partenaires</a> </li> <li class="itemLevel3 "> <a href="/paroles-de-partenaires/dossiers-partenaires" target="_blank" class="linkLevel3">Dossiers partenaires</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="#" target="_blank" class="linkLevel2">> Pour nos abonnés</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/leclub" target="_blank" class="linkLevel3">Programme de fidélité : LeCLUB</a> </li> <li class="itemLevel3 "> <a href="/votre-journal-et-vous/tutoriels-lecteurs/tutos-videos-le-guide-d-acces-de-votre-abonnement-numerique" target="_blank" class="linkLevel3">Tutoriels vidéo : premiers pas sur lalsace.fr</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/infos-services" target="_blank" class="linkLevel2">Infos services</a> </li> <li class="itemLevel2 "> <a href="https://www.lalsace.fr/annonces/recherche" target="_blank" class="linkLevel2">Annonces judiciaires et légales</a> </li> <li class="itemLevel2 external-icon"> <a href="https://al-lalsace.viedessocietes-eurolegales.com/" target="_blank" class="linkLevel2">Vie des sociétés</a> </li> <li class="itemLevel2 external-icon"> <a href="http://lalsace.marchespublics-eurolegales.com/" target="_blank" class="linkLevel2">Marchés publics</a> </li> <li class="itemLevel2 external-icon"> <a href="https://www.francemarches.com/" target="_blank" class="linkLevel2">France Marchés – Portail d’appels d’offres</a> </li> <li class="itemLevel2 "> <a href="/les-lecteurs-voyageurs" target="_blank" class="linkLevel2">Les Lecteurs Voyageurs</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/les-lecteurs-voyageurs/programme-voyages" class="linkLevel3">Le programme de nos voyages</a> </li> </ul> </li> <li class="itemLevel2 external-icon"> <a href="http://www.ebra.fr" target="_blank" class="linkLevel2">Le groupe EBRA</a> <ul class="nav_niv3"> <li class="itemLevel3 external-icon"> <a href="https://www.ebra.fr/le-groupe" target="_blank" class="linkLevel3">Présentation du groupe</a> </li> <li class="itemLevel3 external-icon"> <a href="https://www.ebra.fr/ebra-medias" target="_blank" class="linkLevel3">EBRA Médias</a> </li> <li class="itemLevel3 external-icon"> <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">Journal numérique</div> <div class="modContent"> <div class="item"> <div class="book"> <a href="/liseuse/editions-numeriques#SUP" title="Mulhouse" 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.lalsace.fr/images/24f0e670-a003-497f-9a9d-05e4690f84ae/JNU_01/mulhouse-1740191895.jpg" alt="Mulhouse" /> </a> </div> <div class="labelWrapper"> <p class="label">Mulhouse</p> <p class="date">sam. 22/02/2025</p> <a href="/liseuse/editions-numeriques#SUP" 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="https://www.libramemoria.com/avis/l-alsace" target="_blank" class="titleSection "> Libra Memoria <i class="icon_redac" data-icon="external"></i> </a> </li> <li class="itemLevel1 "> <a href="/meteo/previsions-detaillees" class="titleSection "> Météo </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> <li class="itemLevel1 "> <a href="/newsletters/subscribe" class="titleSection "> Newsletters </a> </li> <li class="itemLevel1 "> <a href="https://boutique.lalsace-dna.fr/" target="_blank" class="titleSection "> Boutique <i class="icon_redac" data-icon="external"></i> </a> </li> <li class="itemLevel1 "> <a href="https://www.mon-sejour-en-montagne.com/" target="_blank" class="titleSection "> Mon Séjour en Montagne <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 gratuitement l'app</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" class="icon_facebook before"><span>Facebook</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=TT" class="icon_twitter before"><span>Twitter</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=IG" class="icon_instagram before"><span>Instagram</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=LI" class="icon_linkedin before"><span>Linkedin</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> <li class="itemLevel1 "> <a href="https://www.ebra.fr/politique-rse" target="_blank" class="titleSection">Politique RSE</a> </li> </ul> </div> </div> </nav> <div id="ad_portal" class="main"> <div class="ad_portal_overlay"></div> <div id="wrapper" role="main" class="layout_list"> <section class="section S_top"><div class="constrain"><style type="text/css"> /* -----LLV------ */ .GRDC_newsFeed.fiche-voyage .sideList_first.last-minute figure::before, .GRDC_newsFeed.fiche-voyage .sideList_first.complet figure::before { top: 265px !important; left: -10px !important; } #LLV ul.LLV_contact { margin:0 !important; } #LLV ul.LLV_contact li { min-height: 90px !important; list-style: none !important; font-size: 1.6rem; } #LLV p.note { font-size: 1.4rem; line-height: 1.8rem; } #LLV span.prix {font-size: 3.4rem; font-weight: bold;} #navHorizontal > .menuWrapper .nav_niv2.depts_list .itemLevel3 a { padding-left: 50px; } /*-------SERIES----- */ @media screen and (min-width:1000px) { .serie .insetComponent figure {min-height:315px !important;} } /*-------pour NielsenBar LeCLUB----- */ .NielsenBar-text-transform-none a { text-transform:none !important; } /*-------TDF 2022 ----- */ ul.GRDC_linkTags.mobileScroll.tour-de-france::before, ul.GRDC_linkTags.mobileScroll.tour-de-france-femmes::before, ul.GRDC_linkTags.mobileScroll.sur-la-route-du-tour::before, ul.GRDC_linkTags.mobileScroll.en-attendant-le-tour::before, ul.GRDC_linkTags.mobileScroll.la-course::before, ul.GRDC_linkTags.mobileScroll.les-images-du-tour::before { content: url(https://cdn-ext.prsmedia.fr/LER/images/ERV/tdf-db-frise.png); vertical-align: bottom; display: inline-block; } ul.GRDC_linkTags.mobileScroll.tour-de-france::after, ul.GRDC_linkTags.mobileScroll.tour-de-france-femmes::after, ul.GRDC_linkTags.mobileScroll.sur-la-route-du-tour::after, ul.GRDC_linkTags.mobileScroll.en-attendant-le-tour::after, ul.GRDC_linkTags.mobileScroll.la-course::after, ul.GRDC_linkTags.mobileScroll.les-images-du-tour::after { content: url(https://cdn-ext.prsmedia.fr/LER/images/ERV/tdf-fn-frise.png); vertical-align: bottom; display: inline-block; } .tour-de-france.GRDC_linkTags li:last-child, .tour-de-france-femmes.GRDC_linkTags li:last-child, .sur-la-route-du-tour.GRDC_linkTags li:last-child, .en-attendant-le-tour.GRDC_linkTags li:last-child, .la-course.GRDC_linkTags li:last-child, .les-images-du-tour.GRDC_linkTags li:last-child { display: inline-block; margin: 0; } /* -----VOTES------ */ .ContentDetailComponent article .content .pollComponent ul > li {list-style-type: none;} /* -----ANNEE ELECTIONS------ */ span.textBadge2 {display:none;} /* -------BLOC 1----------- */ .titleArticle .wrapBadge:before { height: 28px; width: 28px;} @media screen and (max-width: 999px) { .titleArticle .wrapBadge:before{height: 20px; width: 20px;} } .flagUkraine .wrapBadge::before {background-image: url("https://cdn-ext.prsmedia.fr/ALS/flag_ukraine.png");} @media screen and (min-width: 1000px) { .chocolat-wrapper .chocolat-bottom {height: auto;} } @media screen and (max-width : 1000px){ .chocolat-bottom .chocolat-description { max-height: 15em; overflow-y: scroll;} } /* -----Player Digiteka------ */ #um_ultimedia_wrapper_marquee_wrap { height: 24px !important; } /* --------- correction boutons sur détails -------------- */ .ContentDetailComponent #below_article_pubSponso_footer_comments .blocButton input, .ContentDetailComponent #below_article_pubSponso_footer_comments .bt_neutral { padding: 0;} /* --------- mise en avant menu portails événementiels -------------- */ .itemLevel2.jo-paris-2024 a { background-color:#faf8ef; } .itemLevel2.jo-paris-2024 > a::before { content:' '; display:inline-block; height:18px; width:18px; margin-right:5px; background-image:url("https://cdn-ext.prsmedia.fr/ALS/Portail/JO/picto-jo-light-min.png"); background-size:contain; position:relative; top:4px; } .itemLevel3.legislatives-2024 a { background-color:#ecf2fd; } .itemLevel3.legislatives-2024 a::before { content:' '; display:inline-block; height:18px; width:18px; margin-right:5px; background-image:url("https://cdn-ext.prsmedia.fr/ALS/Portail/Elections/picto-france.png"); background-size:contain; position:relative; top:4px; } .itemLevel2.tour-de-france a::before { content:' '; display:inline-block; height:18px; width:20px; margin-right:4px; background-image: url(https://cdn-files.prsmedia.fr/files/REDAC/min/images/velo.svg); background-color: #ff0; border-radius: 8px 0 8px 0; border: 1px solid #f3f30a; background-size:14px; background-repeat:no-repeat; background-position:center; position:relative; top:4px; left:-1px; } @media screen and (max-width: 999px) { body[data-color=skin_red] .header_club_abonne .wrapperHeader, body[data-color=skin_blue] .header_club_abonne .wrapperHeader, body[data-color=skin_white] .header_club_abonne .wrapperHeader { background-color: #212121; } } </style> <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> <style type="text/css"> @media screen and (min-width: 1000px){ .contentList .tertiary{ min-height: 170px; } } </style><div class="msg info redirectMessage" style="display:none"> <img data-src="https://cdn-files.prsmedia.fr/files/REDAC/images/article-introuvable.png" src="" loading="lazy" decoding="async"/> <div> <p class="title">Vous avez été redirigé</p> <p>Vous pouvez consulter ci-dessous des articles sur le même thème.</p> </div> </div></div></section> <style type="text/css"> @media screen and (min-width: 1000px) { .layout_portail .hasBG>img { height:64px; } .banniere .hasBG>img { height:100px; } .banniere.light .hasBG>img { height:64px; } .layout_portail .constrain { width: 1000px !important; } } @media screen and (max-width: 999px) { .layout_portail .hasBG>img, .banniere .hasBG>img { height:64px; } } </style> <section class="section headerPage constrain"> <h1>France - Monde : toute l'info en France et à l'international</h1> <div class="GRDC_linkTags france-monde" id="listTag"> <div class="prevLinkTags"><i class="icon_redac" data-icon="keyboard_arrow_left"></i></div> <ul class="linkTagsList"> <li > <a href="https://c.lalsace.fr/defense-guerre-conflit/otage-en-iran" title="Cécile Kohler, otage en Iran"> Cécile Kohler, otage en Iran </a> </li> <li > <a href="https://c.lalsace.fr/france-monde/israel" title="Guerre au Proche-Orient"> Guerre au Proche-Orient </a> </li> <li > <a href="https://c.lalsace.fr/france-monde/ukraine" title="Guerre en Ukraine"> Guerre en Ukraine </a> </li> <li > <a href="https://c.lalsace.fr/france-monde/europe" title="🇪🇺 Europe"> 🇪🇺 Europe </a> </li> <li > <a href="/actualite/l-editorial" title="L'éditorial"> L'éditorial </a> </li> <li > <a href="https://c.lalsace.fr/societe/2023/01/02/l-oeil-de-laurent-salles-en-2023" title="L'Oeil de Laurent Salles"> L'Oeil de Laurent Salles </a> </li> </ul> <div class="nextLinkTags"><i class="icon_redac" data-icon="keyboard_arrow_right"></i></div> </div> </section> <section id="S_List_01" class="section S_List_01 constrain"> <div class="col_main"> <div class="viewList"> <article class="A1 viewListRow richcontent "> <a href="/economie/2025/02/22/apres-les-tensions-une-parenthese-festive-au-salon-de-l-agriculture"> <div class="corps"> <h2> <span class="headline">Agriculture.</span> <span>Après les tensions, une parenthèse festive au Salon de l’agriculture</span> </h2> </div> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.lalsace.fr/images/4F73EC8F-9974-48E6-A324-58530939FBAD/REDAC_B/apres-les-tensions-une-parenthese-festive-au-salon-de-l-agriculture-1740247211.jpg" alt="Après les tensions, une parenthèse festive au Salon de l’agriculture" width="164" height="123" /> </figure> </a> <div class="viewFooter"> <div class="infoContent"><span class="publish"> 19:33 </span></div> <span class="icon_redac empty addBookmark" data-icon="bookmark" title="Lire plus tard"></span> </div> </article> <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> <article class="A2 viewListRow richcontent "> <a href="/societe/2025/02/22/l-etat-de-sante-du-pape-francois-reste-critique-son-pronostic-est-actuellement-reserve"> <div class="corps"> <h2> <span class="headline">Vatican.</span> <span>L'état de santé du pape François reste « critique », son « pronostic est actuellement réservé »</span> </h2> </div> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.lalsace.fr/images/EE981EBF-090B-4944-BCA9-FB0E1BEEB180/REDAC_B/l-etat-de-sante-du-pape-francois-reste-critique-son-pronostic-est-actuellement-reserve-1740248624.jpg" alt="L'état de santé du pape François reste « critique », son « pronostic est actuellement réservé »" width="164" height="123" /> </figure> </a> <div class="viewFooter"> <div class="infoContent"><span class="publish"> 19:31 </span></div> <span class="icon_redac empty addBookmark" data-icon="bookmark" title="Lire plus tard"></span> </div> </article> <article class="A3 viewListRow gallery "> <a href="/economie/2025/02/22/les-animaux-sur-leur-31-au-salon-de-l-agriculture"> <div class="corps"> <h2> <span class="headline">En images.</span> <span>Le Salon de l'agriculture ouvre ses portes ce samedi 22 février</span> </h2> </div> <figure> <span class="imgCounter icon_camera after">7</span> </figure> </a> <div class="viewFooter"> <div class="infoContent"><span class="publish"> 19:04 </span></div> <span class="icon_redac empty addBookmark" data-icon="bookmark" title="Lire plus tard"></span> </div> </article> <article class="A4 viewListRow richcontent "> <a href="/sport/2025/02/22/sebastien-loeb-dans-le-rythme-a-abou-dabi"> <div class="corps"> <h2> <span class="headline">Rallye-raid.</span> <span>Sébastien Loeb dans le rythme à Abou Dabi</span> </h2> </div> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.lalsace.fr/images/CBCA597A-E335-493C-A477-37C8DF8D5C23/REDAC_B/sebastien-loeb-dans-le-rythme-a-abou-dabi-1740247068.jpg" alt="Sébastien Loeb dans le rythme à Abou Dabi" width="164" height="123" /> </figure> </a> <div class="viewFooter"> <div class="infoContent"><span class="publish"> 18:55 </span></div> <span class="icon_redac empty addBookmark" data-icon="bookmark" title="Lire plus tard"></span> </div> </article> <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> <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:148px; }} </style> <div id='wrapper_pub-outbrain-1m'> <div id='pub-outbrain-1m'> </div> </div> <article class="A5 viewListRow richcontent "> <a href="/economie/2025/02/22/guernesey-morceau-de-france-ramasse-par-l-angleterre"> <div class="corps"> <h2> <span class="headline">Îles Anglo-Normandes.</span> <span>Guernesey, morceau de France ramassé par l’Angleterre</span> <span class="flagPaid"></span></h2> </div> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.lalsace.fr/images/4D21BAFB-3D95-418B-AF77-C49E0010FACB/REDAC_B/guernesey-morceau-de-france-ramasse-par-l-angleterre-1740245067.jpg" alt="Guernesey, morceau de France ramassé par l’Angleterre" width="164" height="123" /> </figure> </a> <div class="viewFooter"> <div class="infoContent"><span class="publish"> 18:24 </span></div> <span class="icon_redac empty addBookmark" data-icon="bookmark" title="Lire plus tard"></span> </div> </article> <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> <article class="A6 viewListRow richcontent "> <a href="/economie/2025/02/22/sercq-le-dernier-etat-feodal-d-europe"> <div class="corps"> <h2> <span class="headline">Guernesey.</span> <span>Sercq, le dernier État féodal d’Europe</span> <span class="flagPaid"></span></h2> </div> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.lalsace.fr/images/4EB000AF-3E84-47BB-BB9D-DA6F3E5F3236/REDAC_B/sercq-le-dernier-etat-feodal-d-europe-1740245068.jpg" alt="Sercq, le dernier État féodal d’Europe" width="164" height="123" /> </figure> </a> <div class="viewFooter"> <div class="infoContent"><span class="publish"> 18:24 </span></div> <span class="icon_redac empty addBookmark" data-icon="bookmark" title="Lire plus tard"></span> </div> </article> <style> @media screen and (min-width:1000px) { #wrapper_pub-outbrain-1d { min-height:170px; }} @media screen and (max-width:999px) { #wrapper_pub-outbrain-1d { display:none; }} </style> <div id='wrapper_pub-outbrain-1d'> <div id='pub-outbrain-1d'> </div> </div> <article class="A7 viewListRow richcontent "> <a href="/faits-divers-justice/2025/02/22/ce-que-l-on-sait-de-l-attaque-au-couteau-qui-a-fait-au-moins-un-mort-a-mulhouse"> <div class="corps"> <h2> <span class="headline">Faits-divers.</span> <span>Ce que l'on sait de l'attaque au couteau qui a fait au moins un mort à Mulhouse</span> </h2> </div> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.lalsace.fr/images/FA0EEAB8-16AB-4C6F-B122-429C0183288B/REDAC_B/ce-que-l-on-sait-de-l-attaque-au-couteau-qui-a-fait-au-moins-un-mort-a-mulhouse-1740244514.jpg" alt="Ce que l'on sait de l'attaque au couteau qui a fait au moins un mort à Mulhouse" width="164" height="123" /> </figure> </a> <div class="viewFooter"> <div class="infoContent"><span class="publish"> 18:03 </span></div> <span class="icon_redac empty addBookmark" data-icon="bookmark" title="Lire plus tard"></span> </div> </article> <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:148px; }} </style> <div id='wrapper_pub-outbrain-2m'> <div id='pub-outbrain-2m'> </div> </div> <article class="A8 viewListRow external "> <a href="http://www.lalsace.fr/videos/un-cerf-poursuivi-par-des-chasseurs-dans-le-jardin-de-la-mere-de-luc-besson-xms83x5" target="_blank"> <div class="corps"> <h2> <span class="headline">Vidéo.</span> <span>Un cerf poursuivi par des chasseurs dans le jardin de la mère de Luc Besson</span> </h2> </div> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.lalsace.fr/images/6F270A6F-5F0D-485C-B3B8-BB878029F202/REDAC_B/un-cerf-poursuivi-par-des-chasseurs-dans-le-jardin-de-la-mere-de-luc-besson-1740241210.jpg" alt="Un cerf poursuivi par des chasseurs dans le jardin de la mère de Luc Besson" width="164" height="123" /> </figure> </a> <div class="viewFooter"> <div class="infoContent"><span class="publish"> 17:17 </span></div> <span class="icon_redac empty addBookmark" data-icon="bookmark" title="Lire plus tard"></span> </div> </article> <style> @media screen and (min-width:1000px) { #wrapper_pub-outbrain-2d { min-height:170px; }} @media screen and (max-width:999px) { #wrapper_pub-outbrain-2d { display:none; }} </style> <div id='wrapper_pub-outbrain-2d'> <div id='pub-outbrain-2d'> </div> </div> <article class="A9 viewListRow richcontent "> <a href="/societe/2025/02/22/paris-paris-antifa-des-centaines-de-personnes-rassemblees-contre-l-extreme-droite"> <div class="corps"> <h2> <span class="headline">Société.</span> <span>« Paris, Paris, Antifa! » : des centaines de personnes rassemblées contre l'extrême droite</span> </h2> </div> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.lalsace.fr/images/E044DC69-6838-4B77-B57C-ADF000B4FD44/REDAC_B/paris-paris-antifa-des-centaines-de-personnes-rassemblees-contre-l-extreme-droite-1740237524.jpg" alt="« Paris, Paris, Antifa! » : des centaines de personnes rassemblées contre l'extrême droite" width="164" height="123" /> </figure> </a> <div class="viewFooter"> <div class="infoContent"><span class="publish"> 17:10 </span></div> <span class="icon_redac empty addBookmark" data-icon="bookmark" title="Lire plus tard"></span> </div> </article> </div> </div> <div id="sticky_1" class="col_sticky"> <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p2 { min-height:600px; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p2 { min-height:250px; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p2'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p2' class='stickyPub'></div> </div> <div class="mod GRDC_LocalisationChain"> </div> <div class="mod aroundTown"> <div class="title">Rechercher ma commune</div> <div class="btSearchTown"> <input type="text" name="" value="" class="text searchCommune2" 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> </div><!-- Nielsen Bar --> <div class="mod GJNU_PDFWidget" id="liseuse"> <div class="title">Journal numérique</div> <div class="modContent"> <div class="item"> <div class="book"> <a href="/liseuse/editions-numeriques#SUP" title="Mulhouse" 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.lalsace.fr/images/24f0e670-a003-497f-9a9d-05e4690f84ae/JNU_01/mulhouse-1740191895.jpg" alt="Mulhouse" /> </a> </div> <div class="labelWrapper"> <p class="label">Mulhouse</p> <p class="date">sam. 22/02/2025</p> <a href="/liseuse/editions-numeriques#SUP" 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> </div> </section> <section class="section S_Insert_01 constrain"> <div class="mod GRDC_SerieChain"> <h2>Les dossiers de la rédaction</h2> <div class="GRDC_SerieList"> <article class="GRDC_SerieItem"> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.lalsace.fr/images/ee274034-8554-4762-88b7-319e8695df5f/REDAC_M/plus-d-un-quart-des-habitants-de-l-ile-vit-dans-des-bidonvilles-qui-ont-ete-souffles-par-le-cyclone-chido-photo-sipa-1734510974.jpg" alt="Plus d’un quart des habitants de l’île vit dans des bidonvilles qui ont été soufflés par le cyclone Chido. Photo Sipa" loading="lazy" decoding="async"/> </figure> <h3 class="SerieTitle"><a href="/france-monde/france-monde/cyclone-chido-a-mayotte">Cyclone Chido à Mayotte</a></h3> </div> </article> <article class="GRDC_SerieItem"> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.lalsace.fr/images/aa39f0e3-39e6-42a7-aca3-647e7ab858ad/REDAC_M/le-parlement-europeen-a-strasbourg-1733417705.jpg" alt="Le Parlement européen à Strasbourg" loading="lazy" decoding="async"/> </figure> <h3 class="SerieTitle"><a href="/france-monde/europe/au-coeur-de-l-europe">Au cœur de l’Europe</a></h3> </div> </article> <article class="GRDC_SerieItem"> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.lalsace.fr/images/24ff93a7-f00b-4769-9455-5db1e1ca5eb5/REDAC_M/photo-dna-1707138783.jpg" alt="Photo DNA" loading="lazy" decoding="async"/> </figure> <h3 class="SerieTitle"><a href="/france-monde/sur-les-traces-du-dinosaure-du-fleuve-congo">Sur les traces du dinosaure du fleuve Congo</a></h3> </div> </article> </div> </div> </section> <section id="S_List_02" class="section S_List_02 constrain"> <div class="col_main"> <div class="viewList"> <article class="A10 viewListRow richcontent "> <a href="/faits-divers-justice/2025/02/22/mohamed-amra-recherche-apres-une-evasion-sanglante-a-ete-arrete-en-roumanie"> <div class="corps"> <h2> <span class="headline">Justice.</span> <span>Mohamed Amra, recherché après une évasion sanglante, a été arrêté en Roumanie</span> </h2> </div> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.lalsace.fr/images/DA6043AF-9017-4B66-BEA3-5291DBCC8D19/REDAC_B/mohamed-amra-recherche-apres-une-evasion-sanglante-a-ete-arrete-en-roumanie-1740238940.jpg" alt="Mohamed Amra, recherché après une évasion sanglante, a été arrêté en Roumanie" width="164" height="123" /> </figure> </a> <div class="viewFooter"> <div class="infoContent"><span class="publish"> 16:27 </span></div> <span class="icon_redac empty addBookmark" data-icon="bookmark" title="Lire plus tard"></span> </div> </article> <article class="A11 viewListRow richcontent "> <a href="/politique/2025/02/22/affaire-betharram-emmanuel-macron-renouvelle-sa-confiance-a-francois-bayrou"> <div class="corps"> <h2> <span class="headline">Politique.</span> <span>Affaire Bétharram : Emmanuel Macron renouvelle sa confiance à François Bayrou</span> </h2> </div> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.lalsace.fr/images/CCA81261-AB9C-4FBD-B0A1-FB8F2A607297/REDAC_B/affaire-betharram-emmanuel-macron-renouvelle-sa-confiance-a-francois-bayrou-1740235530.jpg" alt="Affaire Bétharram : Emmanuel Macron renouvelle sa confiance à François Bayrou" width="164" height="123" /> </figure> </a> <div class="viewFooter"> <div class="infoContent"><span class="publish"> 15:50 </span></div> <span class="icon_redac empty addBookmark" data-icon="bookmark" title="Lire plus tard"></span> </div> </article> <article class="A12 viewListRow richcontent "> <a href="/faits-divers-justice/2025/02/22/ivre-il-tue-son-ami-qui-tente-de-l-empecher-de-conduire-car-il-a-trop-bu"> <div class="corps"> <h2> <span class="headline">Faits-divers.</span> <span>Ivre, il tue son ami qui tente de l'empêcher de conduire car il a trop bu</span> </h2> </div> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.lalsace.fr/images/819B172B-043B-4E8F-88D5-545AC239A21D/REDAC_B/ivre-il-tue-son-ami-qui-tente-de-l-empecher-de-conduire-car-il-a-trop-bu-1740232965.jpg" alt="Ivre, il tue son ami qui tente de l'empêcher de conduire car il a trop bu" width="164" height="123" /> </figure> </a> <div class="viewFooter"> <div class="infoContent"><span class="publish"> 14:55 </span></div> <span class="icon_redac empty addBookmark" data-icon="bookmark" title="Lire plus tard"></span> </div> </article> <article class="A13 viewListRow richcontent "> <a href="/environnement/2025/02/22/des-plages-argentines-envahies-par-des-algues-rouges"> <div class="corps"> <h2> <span class="headline">Environnement.</span> <span>Des plages argentines envahies par des algues rouges</span> </h2> </div> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.lalsace.fr/images/0D223283-6FA9-4429-8F3A-AE5E5A15C07D/REDAC_B/des-plages-argentines-envahies-par-des-algues-rouges-1740234307.jpg" alt="Des plages argentines envahies par des algues rouges" width="164" height="123" /> </figure> </a> <div class="viewFooter"> <div class="infoContent"><span class="publish"> 14:43 </span></div> <span class="icon_redac empty addBookmark" data-icon="bookmark" title="Lire plus tard"></span> </div> </article> <article class="A14 viewListRow richcontent "> <a href="/defense-guerre-conflit/2025/02/22/zelensky-pas-pret-a-lacher-les-minerais-ukrainiens-aux-etats-unis"> <div class="corps"> <h2> <span class="headline">Guerre en Ukraine.</span> <span>Zelensky « pas prêt » à lâcher les minerais ukrainiens aux États-Unis </span> </h2> </div> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.lalsace.fr/images/3AB04532-FBBD-4FE9-81B6-56EFE9A952BB/REDAC_B/zelensky-pas-pret-a-lacher-les-minerais-ukrainiens-aux-etats-unis-1740231665.jpg" alt="Zelensky « pas prêt » à lâcher les minerais ukrainiens aux États-Unis " width="164" height="123" /> </figure> </a> <div class="viewFooter"> <div class="infoContent"><span class="publish"> 14:41 </span></div> <span class="icon_redac empty addBookmark" data-icon="bookmark" title="Lire plus tard"></span> </div> </article> <style> @media screen and (min-width:1000px) { #wrapper_pub-outbrain-3d { min-height:170px; }} @media screen and (max-width:999px) { #wrapper_pub-outbrain-3d { display:none; }} </style> <div id='wrapper_pub-outbrain-3d'> <div id='pub-outbrain-3d'> </div> </div> </div> </div> <div id="sticky_2" class="col_sticky"> <style> #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> </div> </section> <section class="section S_Insert_02 constrain"> <div class="mod GRDC_anthroponyms"> <h2>À propos de</h2> <div class="anthroponyms_list"> <div class="anthroponyms_item"> <a title="Donald Trump" href="/p/donald-trump" target="_blank"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.lalsace.fr/images/4cda09c9-beb1-4fa2-83f2-b06cffd32154/NW_listC/donald-trump-1664817470.jpg" alt="Donald Trump" /> </figure> <div class="text"><h3>Donald Trump</h3></div> </a> </div> <div class="anthroponyms_item"> <a title="Emmanuel Macron" href="/p/emmanuel-macron" target="_blank"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.lalsace.fr/images/638058de-d819-4e0c-9178-58ec3c27eba0/NW_listC/emmanuel-macron-1653030438.jpg" alt="Emmanuel Macron" /> </figure> <div class="text"><h3>Emmanuel Macron</h3></div> </a> </div> <div class="anthroponyms_item"> <a title="François Bayrou" href="/p/francois-bayrou" target="_blank"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.lalsace.fr/images/efa18318-2183-45b0-8a33-568a4ab62576/NW_listC/francois-bayrou-1673256284.jpg" alt="François Bayrou" /> </figure> <div class="text"><h3>François Bayrou</h3></div> </a> </div> <div class="anthroponyms_item"> <a title="Élisabeth Borne" href="/p/elisabeth-borne" target="_blank"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.lalsace.fr/images/d25ea60e-512a-4f81-bffd-252b7a5264a7/NW_listC/elisabeth-borne-1653295324.jpg" alt="Élisabeth Borne" /> </figure> <div class="text"><h3>Élisabeth Borne</h3></div> </a> </div> <div class="anthroponyms_item"> <a title="Joe Biden" href="/p/joe-biden" target="_blank"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.lalsace.fr/images/a5e681ca-9997-4609-8228-54295a3f1c5b/NW_listC/joe-biden-1673262676.jpg" alt="Joe Biden" /> </figure> <div class="text"><h3>Joe Biden</h3></div> </a> </div> </div> </div> </section> <section id="S_List_03" class="section S_List_03 constrain"> <div class="col_main"> <div class="viewList"> <article class="A15 viewListRow richcontent "> <a href="/defense-guerre-conflit/2025/02/22/deux-nouveaux-otages-remis-par-le-hamas-aux-autorites-israeliennes"> <div class="corps"> <h2> <span class="headline">Proche-Orient.</span> <span>Six nouveaux otages libérés par le Hamas et remis aux autorités israéliennes ce samedi</span> </h2> </div> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.lalsace.fr/images/24CF5749-2310-4F70-B3E1-962B0CAFC141/REDAC_B/six-nouveaux-otages-liberes-par-le-hamas-et-remis-aux-autorites-israeliennes-ce-samedi-1740213420.jpg" alt="Six nouveaux otages libérés par le Hamas et remis aux autorités israéliennes ce samedi" width="164" height="123" /> </figure> </a> <div class="viewFooter"> <div class="infoContent"><span class="publish"> 14:25 </span></div> <span class="icon_redac empty addBookmark" data-icon="bookmark" title="Lire plus tard"></span> </div> </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="A16 viewListRow richcontent "> <a href="/faits-divers-justice/2025/02/22/mobile-antisemite-retenu-contre-le-suspect-syrien-de-l-attaque-au-couteau-a-berlin"> <div class="corps"> <h2> <span class="headline">Allemagne.</span> <span>Mobile antisémite retenu contre le suspect syrien de l'attaque au couteau à Berlin</span> </h2> </div> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.lalsace.fr/images/6CB23D41-9FD9-451E-8EAF-0C83518EABD0/REDAC_B/mobile-antisemite-retenu-contre-le-suspect-syrien-de-l-attaque-au-couteau-a-berlin-1740230468.jpg" alt="Mobile antisémite retenu contre le suspect syrien de l'attaque au couteau à Berlin" width="164" height="123" /> </figure> </a> <div class="viewFooter"> <div class="infoContent"><span class="publish"> 14:21 </span></div> <span class="icon_redac empty addBookmark" data-icon="bookmark" title="Lire plus tard"></span> </div> </article> <article class="A17 viewListRow richcontent "> <a href="/politique/2025/02/22/affaire-julien-bayou-les-ecologistes-regrettent-les-souffrances-causees-a-leur-ancien-chef"> <div class="corps"> <h2> <span class="headline">Politique.</span> <span>Affaire Julien Bayou : les Écologistes regrettent les souffrances causées à leur ancien chef</span> </h2> </div> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.lalsace.fr/images/77DFFE6E-A38E-4E9D-AF09-239FFBD112F3/REDAC_B/affaire-julien-bayou-les-ecologistes-regrettent-les-souffrances-causees-a-leur-ancien-chef-1740229099.jpg" alt="Affaire Julien Bayou : les Écologistes regrettent les souffrances causées à leur ancien chef" width="164" height="123" /> </figure> </a> <div class="viewFooter"> <div class="infoContent"><span class="publish"> 13:58 </span></div> <span class="icon_redac empty addBookmark" data-icon="bookmark" title="Lire plus tard"></span> </div> </article> <article class="A18 viewListRow richcontent "> <a href="/politique/2025/02/22/entre-allies-on-ne-peut-pas-faire-souffrir-l-autre-ce-que-macron-prevoit-de-dire-a-trump"> <div class="corps"> <h2> <span class="headline">Diplomatie.</span> <span>« Entre alliés, on ne peut pas faire souffrir l'autre » : ce que Macron prévoit de dire à Trump</span> </h2> </div> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.lalsace.fr/images/FEF797DD-7416-43D2-9FCD-E72D1A1DEE6C/REDAC_B/entre-allies-on-ne-peut-pas-faire-souffrir-l-autre-ce-que-macron-prevoit-de-dire-a-trump-1740223909.jpg" alt="« Entre alliés, on ne peut pas faire souffrir l'autre » : ce que Macron prévoit de dire à Trump" width="164" height="123" /> </figure> </a> <div class="viewFooter"> <div class="infoContent"><span class="publish"> 12:36 </span></div> <span class="icon_redac empty addBookmark" data-icon="bookmark" title="Lire plus tard"></span> </div> </article> <article class="A19 viewListRow richcontent "> <a href="/faits-divers-justice/2025/02/22/ils-l-ont-massacre-devant-ma-mere-des-chasseurs-abattent-un-cerf-dans-le-jardin-de-luc-besson"> <div class="corps"> <h2> <span class="headline">Orne.</span> <span>« Ils l'ont massacré devant ma mère » : des chasseurs abattent un cerf dans le jardin de Luc Besson</span> </h2> </div> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.lalsace.fr/images/0DCF0FBF-6FDA-4581-9555-B2950B23DA55/REDAC_B/ils-l-ont-massacre-devant-ma-mere-des-chasseurs-abattent-un-cerf-dans-le-jardin-de-luc-besson-1740221860.jpg" alt="« Ils l'ont massacré devant ma mère » : des chasseurs abattent un cerf dans le jardin de Luc Besson" width="164" height="123" /> </figure> </a> <div class="viewFooter"> <div class="infoContent"><span class="publish"> 12:14 </span></div> <span class="icon_redac empty addBookmark" data-icon="bookmark" title="Lire plus tard"></span> </div> </article> <article class="A20 viewListRow richcontent "> <a href="/societe/2025/02/22/huitieme-nuit-a-l-hopital-pour-le-pape-francois-qui-s-est-bien-repose"> <div class="corps"> <h2> <span class="headline">Religion.</span> <span>Bien que « reposé » le pape François ne dirigera pas la prière de l'Angélus </span> </h2> </div> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.lalsace.fr/images/C815554D-DB34-48E0-B637-7BFD942A114E/REDAC_B/bien-que-repose-le-pape-francois-ne-dirigera-pas-la-priere-de-l-angelus-1740211834.jpg" alt="Bien que « reposé » le pape François ne dirigera pas la prière de l'Angélus " width="164" height="123" /> </figure> </a> <div class="viewFooter"> <div class="infoContent"><span class="publish"> 10:50 </span></div> <span class="icon_redac empty addBookmark" data-icon="bookmark" title="Lire plus tard"></span> </div> </article> </div> </div> <div id="sticky_3" class="col_sticky"> <style> #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> </div> </section> <section class="section S_breadcrumb constrain"> <ul class="GFWK_breadcrumb noPrint"> <li class="accueil"> <a href="/" class="UA-trackEvent" data-UAval1="Navigation" data-UAval2="clic-fil-ariane" data-UAval3="clic-lien-accueil" title="accueil L'Alsace">Accueil</a> </li> <li class="last"> <span> <i class="icon_redac" data-icon="keyboard_arrow_right"></i> France - Monde </span> </li> </ul> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "France - Monde", "item": "https://www.lalsace.fr/france-monde" } ]} </script> </section> <div class="pager"> <div class="main_pager"> <a class="selected">1</a> <a href="?page=2">2</a> <a href="?page=3">3</a> <a href="?page=4">4</a> <a href="?page=5">5</a> <a href="?page=6">6</a> <a href="?page=7">7</a> <a href="?page=8">8</a> <a href="?page=9">9</a> <a title="Page suivante" href="?page=2" rel="next" class="icon_arrowBig right after"></a> <!--a title="Dernière page" href="?page=100" class="icon_arrow after"></a --> </div> <div class = "secondary_pager"> <a href="?page=10">10</a> <a href="?page=20">20</a> <a href="?page=30">30</a> <a href="?page=40">40</a> <a href="?page=50">50</a> <a href="?page=60">60</a> <a href="?page=70">70</a> <a href="?page=80">80</a> <a href="?page=90">90</a> <a href="?page=100">100</a> </div> </div> <div id="stickyZoneMobile"></div> <script type="text/javascript"> /* ========================================================================== Gestion des stickys des Listes Version UX 2023 ========================================================================== */ // Utiliser pour le resize --> ListeStickyResponsive let alreadyInMobile = false; let alreadyInDesktop = false; function listesStickyResponsive() { if(needRecalculationOfViewport){ viewPortWidth = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; needRecalculationOfViewport = false; } if (alreadyInMobile == false && viewPortWidth < 1000) { alreadyInMobile = true; alreadyInDesktop = false; var sticky_1 = document.getElementById('sticky_1'); var sticky_2 = document.getElementById('sticky_2'); var sticky_3 = document.getElementById('sticky_3'); var stickyBottomZone = document.getElementById('stickyZoneMobile'); if (((sticky_1 || sticky_2 || sticky_3) && stickyBottomZone) && stickyBottomZone.childElementCount === 0) { stickyBottomZone.appendChild(sticky_1); stickyBottomZone.appendChild(sticky_2); stickyBottomZone.appendChild(sticky_3); } } else if (alreadyInDesktop == false && viewPortWidth > 999) { alreadyInMobile = false; alreadyInDesktop = true; var sticky_1Zone = document.getElementById('S_List_01'); var sticky_2Zone = document.getElementById('S_List_02'); var sticky_3Zone = document.getElementById('S_List_03'); var sticky_1 = document.getElementById('sticky_1'); var sticky_2 = document.getElementById('sticky_2'); var sticky_3 = document.getElementById('sticky_3'); if ((sticky_1 || sticky_2 || sticky_3) && (sticky_1Zone || sticky_1Zone || sticky_1Zone)) { sticky_1Zone.appendChild(sticky_1); sticky_2Zone.appendChild(sticky_2); sticky_3Zone.appendChild(sticky_3); } } } listesStickyResponsive(); window.addEventListener("resize", debounce(async function (e) { needRecalculationOfViewport = true; listesStickyResponsive(); }, 500)); </script> <section class="section S_bottom"><div class="constrain"> <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> <script type="text/javascript"> var l_publi_p3b = top.document.getElementById('pub-dfp-p3bis'); if (l_publi_p3b) { l_publi_p3b.className += ' secondary'; } </script><style> .mod_selfpromotion article.event {width: 100%;} </style></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">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.bienpublic.com" target="_blank" class="linkLevel2">Le Bien Public</a> </li> <li class="itemLevel2 "> <a href="https://www.ledauphine.com" target="_blank" class="linkLevel2">Le Dauphiné Libéré</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.estrepublicain.fr" target="_blank" class="linkLevel2">L'Est Républicain</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.leprogres.fr" target="_blank" class="linkLevel2">Le Progrès</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 bottomSeparation"> <a href="https://www.vosgesmatin.fr" target="_blank" class="linkLevel2">Vosges Matin</a> </li> <li class="itemLevel2 "> <a href="https://www.nueebleue.com/" target="_blank" class="linkLevel2">La Nuée bleue</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 "> <a href="/sport" class="linkLevel2">Sport</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="/magazine-lifestyle" class="linkLevel2">Lifestyle</a> </li> <li class="itemLevel2 bottomSeparation"> <a href="/culture-loisirs" class="linkLevel2">Culture - Loisirs</a> </li> <li class="itemLevel2 bottomSeparation"> <a href="/les-lecteurs-voyageurs" class="linkLevel2">Les Lecteurs Voyageurs</a> </li> <li class="itemLevel2 bottomSeparation"> <a href="/elections" class="linkLevel2">Élections</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">Nos services</span> <ul class="nav_niv2"> <li class="itemLevel2 "> <a href="https://boutique.lalsace-dna.fr/" target="_blank" class="linkLevel2">Boutique</a> </li> <li class="itemLevel2 "> <a href="https://www.diverto.tv" target="_blank" class="linkLevel2">Diverto.TV</a> </li> <li class="itemLevel2 "> <a href="https://www.libramemoria.com/avis/l-alsace" target="_blank" class="linkLevel2">Avis de décès</a> </li> <li class="itemLevel2 "> <a href="/immobilier" target="_blank" class="linkLevel2">Annonces immobilières</a> </li> <li class="itemLevel2 "> <a href="https://www.paruvendu.fr/voiture-occasion/?partenaire=als" 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="/pour-sortir" class="linkLevel2">Pour sortir</a> </li> <li class="itemLevel2 bottomSeparation"> <a href="/applications-mobiles" target="_blank" class="linkLevel2">Application mobile</a> </li> <li class="itemLevel2 "> <a href="/votre-journal-et-vous/tutoriels-lecteurs/tutos-videos-le-guide-d-acces-de-votre-abonnement-numerique" target="_blank" class="linkLevel2">Tutoriels vidéo abonnés</a> </li> <li class="itemLevel2 bottomSeparation"> <a href="/leclub" target="_blank" class="linkLevel2">Programme de fidélité : LeCLUB</a> </li> <li class="itemLevel2 "> <a href="/a-propos/mediaportage-recrutement" class="linkLevel2">Devenez porteur de presse</a> </li> <li class="itemLevel2 bottomSeparation"> <a href="/archives" class="linkLevel2">Archives</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" class="icon_facebook before"><span>Facebook</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=TT" class="icon_twitter before"><span>Twitter</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=IG" class="icon_instagram before"><span>Instagram</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=LI" class="icon_linkedin before"><span>Linkedin</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> <li class="itemLevel1 "> <a href="https://www.ebra.fr/politique-rse" target="_blank" class="titleSection">Politique RSE</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">Alsace</span> </li> <li class="itemLevel1 icon_play w20" > <i class="icon_redac"></i> <a href="/videos" 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">Alsace</div> <span class="icon_close after"></span> <div class="constrain"> <ul> <li class="itemLevel2"> <a href="/haut-rhin" class="linkLevel2">68 Haut-Rhin</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-colmar-guebwiller/infos-locales" class="linkLevel3">Colmar - Guebwiller</a> </li> <li class="itemLevel3 "> <a href="/edition-mulhouse-thann/infos-locales" class="linkLevel3">Mulhouse - Thann</a> </li> <li class="itemLevel3 "> <a href="/edition-sundgau-trois-frontieres/infos-locales" class="linkLevel3">Sundgau - Trois-Frontières</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/bas-rhin" class="linkLevel2">67 Bas-Rhin</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-selestat-erstein/infos-locales" class="linkLevel3">Selestat - Erstein</a> </li> </ul> </li> </ul> </div> </div> </nav> <script>var CommonFilesBaseUrl = 'https://cdn-files.prsmedia.fr/files'; var trigramme = 'ALS'; var cookieDomain = 'lalsace.fr'; var googletag = googletag || {};googletag.cmd = googletag.cmd || []; </script><script src='https://cdn-files.prsmedia.fr/files/REDAC/min/javascript/bundle-vendor-JQuery3.7.1.69DAB13D19CFEBB239FEB6F3EEA4D899.min.js'></script><script src='https://cdn-files.prsmedia.fr/files/min/fr/javascript/lib/ordonnanceur.B6FAE5758541B1F603D2E4B6ECCF927B.min.js' async></script> <script> window.ORDONNANCEUR.queue.push( { src: 'https://cdn-files.prsmedia.fr/files/REDAC/min/javascript/bundle-global.5695A18FD3FBC35C1178841A5C7975C1.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/javascript/prebid9.18.0.js', family: 'advertising', name: 'prebid', async: true, defer: true}, { src: 'https://cdn-files.prsmedia.fr/files/GTRF/min/javascript/gtrf.F533DF1E59E1755BCD5AEC8295FFCCE3.min.js', family: 'advertising', name: 'gtrf', async: true, defer: true, conditionLoad: (job)=>window.pbjs}, { src: 'https://boot.pbstck.com/v1/tag/6e949066-a61b-42ba-b237-29b9902dfa57', family: 'advertising', name: 'pubstack', async: true, defer: true}, { src: 'https://accounts.google.com/gsi/client', family: 'others', name: 'google_gsi_client', async: true, defer: true}, { family: 'advertising', name: 'Head2JS', fn() {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.adagio.active = true; gtrf.configuration.adagio.organizationId = '1169'; gtrf.configuration.adagio.site = 'lalsace'; gtrf.configuration.adagio.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"] = ["contentlistcomponent"]; gtrf.targeting["s"] = ["france-monde"]; gtrf.targeting["k"] = ["france-monde"]; gtrf.targeting["cnx"] = ["0"]; 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-p2" ,position:"p2" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:true ,lazy:false ,retry:true ,adunit:"/8695/als/france-monde/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:'270304' , zoneId:'1481158' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334940' , zoneId:'1760172' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268435' , pageId:'1005023' , formatId:'61468' , tagId:'sas_61468' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342934' , pageId:'1198459' , formatId:'88603' , tagId:'sas_88603' } } , { bidder:'triplelift' ,params:{ inventoryCode:'Alsace_RR' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598258' } } , { bidder:'appnexus' ,params:{ placementId:'17860556' } } , { bidder:'teads' ,params:{ pageId:'135248' , placementId:'148431' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'lalsace' , placement:'p2' , pagetype:'liste' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'ve23MldyY5' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } , { bidder:'ogury' ,params:{ assetKey:'OGY-9DCAA35C4266' , adUnitId:'wd-hb-stdb-lalsac-ebra-cltpkjpnnukml' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,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:'270304' , zoneId:'1481156' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334940' , zoneId:'1760174' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268435' , pageId:'1005023' , formatId:'61468' , tagId:'sas_61468' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342934' , pageId:'1198459' , formatId:'88604' , tagId:'sas_88604' } } , { bidder:'triplelift' ,params:{ inventoryCode:'Alsace_RR' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598267' } } , { bidder:'appnexus' ,params:{ placementId:'17860556' } } , { bidder:'teads' ,params:{ pageId:'149513' , placementId:'163679' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'lalsace' , placement:'p2' , pagetype:'liste' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'aegk5MBWEX' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); 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/als/france-monde/p4" ,desktop:{ sizes:[[300,250],[300,100]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'270304' , zoneId:'1481226' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334940' , zoneId:'1760172' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268435' , pageId:'1005023' , formatId:'79839' , tagId:'sas_79839' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342934' , pageId:'1198459' , formatId:'88609' , tagId:'sas_88609' } } , { bidder:'triplelift' ,params:{ inventoryCode:'Alsace_RR' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598260' } } , { bidder:'appnexus' ,params:{ placementId:'17860652' } } , { bidder:'teads' ,params:{ pageId:'135248' , placementId:'148431' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'lalsace' , placement:'p4' , pagetype:'liste' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'MldL3EFhhQ' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } , { bidder:'ogury' ,params:{ assetKey:'OGY-9DCAA35C4266' , adUnitId:'wd-hb-stdb-lalsac-ebra-bgo7ge38n3q9n' } } ] ,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:'270304' , zoneId:'1481224' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334940' , zoneId:'1760174' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268435' , pageId:'1005023' , formatId:'79839' , tagId:'sas_79839' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342934' , pageId:'1198459' , formatId:'88610' , tagId:'sas_88610' } } , { bidder:'triplelift' ,params:{ inventoryCode:'Alsace_RR' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598268' } } , { bidder:'appnexus' ,params:{ placementId:'17860652' } } , { bidder:'teads' ,params:{ pageId:'149513' , placementId:'163679' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'lalsace' , placement:'p4' , pagetype:'liste' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'QMxatYAADP' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); 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/als/france-monde/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:'270304' , zoneId:'1475630' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334940' , zoneId:'1760174' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268435' , pageId:'1005023' , formatId:'61474' , tagId:'sas_61474' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342934' , pageId:'1198459' , formatId:'88602' , tagId:'sas_88602' } } , { bidder:'triplelift' ,params:{ inventoryCode:'Alsace_HDX' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598266' } } , { bidder:'appnexus' ,params:{ placementId:'17860656' } } , { bidder:'teads' ,params:{ pageId:'149513' , placementId:'163679' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'lalsace' , placement:'p1' , pagetype:'liste' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'ByjvwZTjFk' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } , { bidder:'ogury' ,params:{ assetKey:'OGY-9DCAA35C4266' , adUnitId:'acaa7268-cce9-451b-99a3-add504b35f75' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); 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/als/france-monde/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:'270304' , zoneId:'1475628' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334940' , zoneId:'1760172' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268435' , pageId:'1005023' , formatId:'61474' , tagId:'sas_61474' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342934' , pageId:'1198459' , formatId:'88601' , tagId:'sas_88601' } } , { bidder:'triplelift' ,params:{ inventoryCode:'Alsace_Billboard' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598257' } } , { bidder:'appnexus' ,params:{ placementId:'17860656' } } , { bidder:'teads' ,params:{ pageId:'135248' , placementId:'148431' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'lalsace' , placement:'p1' , pagetype:'liste' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:['ue5bOJIkum','KbXEi0PXmF'] , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } , { bidder:'ogury' ,params:{ assetKey:'OGY-9DCAA35C4266' , adUnitId:'wd-hb-stdb-lalsac-ebra-sn23loq5gr5r8' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,mobile:null }); 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/als/france-monde/p3" ,desktop:null ,mobile:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334940' , zoneId:'1760174' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268435' , pageId:'1005023' , formatId:'61468' , tagId:'sas_61468' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342934' , pageId:'1198459' , formatId:'112570' , tagId:'sas_112570' } } , { bidder:'triplelift' ,params:{ inventoryCode:'Alsace_300x250_M_p3_prebid' } } , { bidder:'appnexus' ,params:{ placementId:'25165424' } } , { bidder:'teads' ,params:{ pageId:'149513' , placementId:'163679' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'lalsace' , placement:'p3' , pagetype:'liste' } } , { bidder:'smilewanted' ,params:{ zoneId:'lalsace.fr_hb_display_1' } } , { bidder:'richaudience' ,params:{ pid:'TZj8tWEZx4' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } ] ,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/als/france-monde/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-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/als/france-monde/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:'334940' , zoneId:'1760174' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268435' , pageId:'1005023' , formatId:'61470' , tagId:'sas_61470' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342934' , pageId:'1198459' , formatId:'112571' , tagId:'sas_112571' } } , { bidder:'triplelift' ,params:{ inventoryCode:'Alsace_300x250_M_p3_bis_prebid' } } , { bidder:'appnexus' ,params:{ placementId:'25165425' } } , { bidder:'teads' ,params:{ pageId:'149513' , placementId:'163679' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'lalsace' , placement:'p3bis' , pagetype:'liste' } } , { bidder:'smilewanted' ,params:{ zoneId:'lalsace.fr_hb_display_2' } } , { bidder:'richaudience' ,params:{ pid:'b6cVSrVuUb' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } ] ,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/als/france-monde/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-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/als/france-monde/p5" ,desktop:{ sizes:[[300,250],[300,100]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'270304' , zoneId:'1481238' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334940' , zoneId:'1760172' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268435' , pageId:'1005023' , formatId:'61470' , tagId:'sas_61470' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342934' , pageId:'1198459' , formatId:'88611' , tagId:'sas_88611' } } , { bidder:'triplelift' ,params:{ inventoryCode:'Alsace_RR' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598261' } } , { bidder:'appnexus' ,params:{ placementId:'17860654' } } , { bidder:'teads' ,params:{ pageId:'135248' , placementId:'148431' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'lalsace' , placement:'p5' , pagetype:'liste' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'DJWdnuePkj' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } ] ,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:'270304' , zoneId:'1481230' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334940' , zoneId:'1760174' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268435' , pageId:'1005023' , formatId:'61470' , tagId:'sas_61470' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342934' , pageId:'1198459' , formatId:'88612' , tagId:'sas_88612' } } , { bidder:'triplelift' ,params:{ inventoryCode:'Alsace_RR' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598269' } } , { bidder:'appnexus' ,params:{ placementId:'17860654' } } , { bidder:'teads' ,params:{ pageId:'149513' , placementId:'163679' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'lalsace' , placement:'p5' , pagetype:'liste' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'cT0wPcnRc2' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); 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/als/france-monde/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:'270304' , zoneId:'1481236' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334940' , zoneId:'1760172' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268435' , pageId:'1005023' , formatId:'85958' , tagId:'sas_85958' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342934' , pageId:'1198459' , formatId:'88605' , tagId:'sas_88605' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598265' } } , { bidder:'appnexus' ,params:{ placementId:'17860657' } } , { bidder:'teads' ,params:{ pageId:'135248' , placementId:'148431' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'lalsace' , placement:'p6' , pagetype:'liste' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'0nCCvWe9ls' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } ] ,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:'270304' , zoneId:'1481234' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334940' , zoneId:'1760174' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268435' , pageId:'1005023' , formatId:'85958' , tagId:'sas_85958' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342934' , pageId:'1198459' , formatId:'88606' , tagId:'sas_88606' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598274' } } , { bidder:'appnexus' ,params:{ placementId:'17860657' } } , { bidder:'teads' ,params:{ pageId:'149513' , placementId:'163679' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'lalsace' , placement:'p6' , pagetype:'liste' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'UZJQAahvNo' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.run(); } , conditionLoad: (job)=>window.pbjs && window.gtrf}, { 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.lalsace.fr/france-monde'; outbrain.positions.push({id:'pub-outbrain-3d',mode:'Desktop',limit:1000,desktop:'SF_13',mobile:'SF_13'}); outbrain.positions.push({id:'pub-outbrain-1d',mode:'Desktop',limit:1000,desktop:'SF_11',mobile:'SF_11'}); outbrain.positions.push({id:'pub-outbrain-1m',mode:'Mobile',limit:1000,desktop:'SF_11',mobile:'SF_11'}); outbrain.positions.push({id:'pub-outbrain-2m',mode:'Mobile',limit:1000,desktop:'SF_12',mobile:'SF_12'}); outbrain.positions.push({id:'pub-outbrain-2d',mode:'Desktop',limit:1000,desktop:'SF_12',mobile:'SF_12'}); outbrain.run(); }); } }, ); </script> <script>$(window).on('load',function(){$.each(bufferLoad,function(){$.ajax({url:this,dataType:'script',cache:true});});}); $(document).ready(function() {GSOC_Init('5852b51c-d49e-40b6-82ac-9173ca7c7f71', '/fr/communaute/'); SetCookieConsentPub4FirstId(); $(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 }); } }); $(document).ready(function () { var paginationStatus = false; var navigationStatus = true; var responsiveStatus = true; if (1 <= 3) { paginationStatus = true; navigationStatus = false; } if (1 >= 2) { $("#liseuse").hide(); $("#liseuse .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>