CINXE.COM

<!DOCTYPE html> <html lang="fr"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1" > <title></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+"&region="+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', 'dimension33' : navigator.userAgent }]; </script> <script> (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-588M3M4'); </script> <script> /* Recherche de l'édition de l'utilisateur */ var selectedEdition = null; var nationalEdition = { code: "W" + 'LDL' + "00", label: 'Edition nationale', url: "/" }; var userDemand = 0; /* Vérification de la présence du cookie d'édition */ try { selectedEdition = JSON.parse(getCookieEdition("Edition")); } catch (e) { } if (selectedEdition == null) { selectedEdition = nationalEdition; /* Demande de géolocalisation si résolution smartphone */ if (navigator.geolocation && viewPortWidth < 1000) { navigator.geolocation.getCurrentPosition(getEdition, getEdition); } else { getEdition(); } } else { setEdition(selectedEdition); } function getEdition(position) { var latitude = null; var longitude = null; if (position != null && position.coords != null) { latitude = position.coords.latitude; longitude = position.coords.longitude; } if (dataLayer[0].dimension10 == 'Non' && latitude == null && longitude == null) { setEdition(nationalEdition); } else { var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { var edition = null; if (this.readyState == 4) { if(this.status == 200) { try { edition = JSON.parse(this.responseText); setEdition(edition != null ? edition : nationalEdition); } catch (e) { setEdition(nationalEdition); } } else { setEdition(nationalEdition); } } }; xhttp.open("GET", '/services/grdc/package/getuseredition?latitude=' + latitude + '&longitude=' + longitude, true); xhttp.send(); } } function setEdition(edition) { if (!redirect(edition)) { setCookie('Edition', JSON.stringify(edition), 30); selectedEdition = edition; dataLayer[0]["dimension44"] = edition.label; dataLayer[0]["selectedEditionCode"] = edition.code; } } function redirect(edition) { var redirect = false; /* Redirection vers la une de l'édition si la une actuelle est différente */ if ((dataLayer[0].Component == "Homepage" ||dataLayer[0].Component == "Portal") && (dataLayer[0].EditionCode != "" && dataLayer[0].EditionCode != edition.code) || (dataLayer[0].EditionCode == "" && edition.code != nationalEdition.code)) { /* Forçage vers la Une nationale si l'url de l'édition est la même que la page actuelle (pour éviter les redirections en boucle) */ if (window.location.pathname == edition.url) { setCookie('Edition', JSON.stringify(nationalEdition), 30); } else { if (userDemand == 1) { alert('Vous ne vous situez pas dans la zone d\'une de nos éditions.'); } } redirect = true; window.location.replace(edition.url); } else { if (userDemand == 1) { alert('Vous ne vous situez pas dans la zone d\'une de nos éditions.'); } } return redirect; } function getCookieEdition(cname) { var name = cname + "="; var decodedCookie = decodeURIComponent(document.cookie); var ca = decodedCookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ""; } function errorGEBG() { alert('La géolocalisation n\'est pas possible sur ce navigateur'); } function getEditionByGeoloc() { if (typeof navigator.geolocation != 'undefined') { userDemand = 1; navigator.geolocation.getCurrentPosition(getEdition, errorGEBG); } else { errorGEBG(); } } function setCookie(name, value, days) { if (days) { var date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); var expires = "; expires=" + date.toGMTString(); } else { var expires = "; expires="; } // On récupère le domaine var hostname = window.location.hostname; var domainName = hostname.substring(hostname.indexOf(".")); var domain = "; domain=" + domainName; document.cookie = name + "=" + encodeURIComponent(value) + expires + domain + "; secure; path=/"; } function deleteCookie(name) { document.cookie = name + '=;Path=/;expires=Thu, 01 Jan 1970 00:00:01 GMT;'; }; </script> <script>var consentModuleEnabled = true;</script> <script>var consentModuleFreeHtmlEnabled = true;</script> <script>var galleryDivId = 'pub-dfp-g1';</script> <script>var inread1DivId = 'pub-dfp-i1';</script> <script>var inread1WrapperId = 'wrapper_pub-dfp-i1';</script> <script> var swgAutoInit = false; var productId = "ledauphine.com:basic"; </script> <script> var firstidCurrentUrlParams = new URL(window.location).searchParams; var firstidConsoleLog = (firstidCurrentUrlParams.get("debug")!=null); function GetCookie4FirstId(t){for(var n=t+"=",r=document.cookie.split(";"),e=0;e<r.length;e++){for(var i=r[e];" "==i.charAt(0);)i=i.substring(1);if(0==i.indexOf(n))return i.substring(n.length,i.length)}return null} function SetCookie4FirstId(t,v){document.cookie = t+"="+v+"; domain=ledauphine.com";} function DeleteCookie4FirstId(t){document.cookie = t+"=; domain=ledauphine.com; expires=Thu, 01 Jan 1970 00:00:00 UTC";} function Log4Firstid(t){if (firstidConsoleLog)console.log(t); } function DeleteFirstIdInDataLayer() { Log4Firstid('delete firstId info in datalayer'); if (dataLayer[0].firstid) delete dataLayer[0].firstid; } function SetFirstIdInDataLayer() { var firstId = GetCookie4FirstId("firstid"); var consentTrackingPub = GetCookie4FirstId("consentTrackingPub"); if (firstId !=null) { if (firstId!="DOWN" && firstId!="NO_TRACKING") { dataLayer[0]["firstid"]=firstId; dataLayer[0]["firstidStatus"]="UP"; } else { if (firstId=="DOWN") { dataLayer[0]["firstidStatus"]="DOWN"; } else { dataLayer[0]["firstidStatus"]="NO_TRACKING"; } } } else { if (consentTrackingPub !=null) { dataLayer[0]["firstidStatus"]="NEW"; } else { dataLayer[0]["firstidStatus"]="OFF"; } } } function SetCookieConsentPub4FirstId() { CheckCMPOnInit(); CheckCMPOnEvent(); } function CheckCMPOnEvent() { window.didomiEventListeners = window.didomiEventListeners || []; window.didomiEventListeners.push({ event: 'consent.changed', listener: function (context) { Log4Firstid('before firstId check CMP event'); CheckCMPOnInit(); Log4Firstid('after firstId check CMP event'); } }); } function CheckCMPOnInit() { window.didomiOnReady = window.didomiOnReady || []; window.didomiOnReady.push(function (Didomi) { Log4Firstid('before firstId check CMP init'); if (Didomi.getUserConsentStatusForPurpose(Didomi.Purposes.SelectPersonalizedAds)) { Log4Firstid('Didomi.Purposes.SelectPersonalizedAds = true'); SetCookie4FirstId("consentTrackingPub","1"); } else { DeleteCookie4FirstId("consentTrackingPub"); DeleteCookie4FirstId("firstid"); DeleteFirstIdInDataLayer(); } SetFirstIdInDataLayer(); Log4Firstid('Didomi objet :'); Log4Firstid(Didomi); Log4Firstid('after firstId check CMP init'); }); } function FirstIdLogic() { Log4Firstid('start firstId script'); var firstId = GetCookie4FirstId("firstid"); var consentTrackingPub = GetCookie4FirstId("consentTrackingPub"); Log4Firstid('firstId = ' + firstId); Log4Firstid('consentTrackingPub = ' + consentTrackingPub); if (firstId == null && consentTrackingPub!= null) window.location.replace("/firstid/"); Log4Firstid('end firstId script'); } FirstIdLogic(); </script> <script> function getCookie(t){for(var n=t+"=",r=document.cookie.split(";"),e=0;e<r.length;e++){for(var i=r[e];" "==i.charAt(0);)i=i.substring(1);if(0==i.indexOf(n))return i.substring(n.length,i.length)}return null} function getCookieXCONNECT(){var e=getCookie(".XCONNECT");if(e==null)return getCookie("IdSes");else return e;} function getCookieXCONNECTForEnv(t){var i=getCookieXCONNECT();if(null!==i){var r,e=i.split("&");for(r=0;r<e.length;r+=1)if(e[r].split("=")[0]===t)return e[r].split("=")[1]}return""} function IsConnected(n){return""!==getCookieXCONNECTForEnv(n)} function IsAnomymousConnected(){return null!==getCookie(".PRF")} function RedirectDomain(e,c,i){window.location.replace(e.replace(c,i))} function SwitchAuthDomain(n,i,o){(IsConnected(o)||IsAnomymousConnected())&&RedirectDomain(window.location.href,n,i)} SwitchAuthDomain('www.ledauphine.com', 'c.ledauphine.com', '2'); </script> <meta name="language" content="FR-fr" > <meta name="twitter:dnt" content="on"> <meta property="og:title" content="" > <meta name="twitter:title" content="" > <meta property="og:url" content="https://www.ledauphine.com/choisissez-votre-carte-cadeau" > <meta name="twitter:site" content="@ledauphine" > <meta name="twitter:card" content="summary_large_image" > <meta name="robots" content="max-snippet:-1, max-image-preview:large, max-video-preview:-1" > <meta name="apple-itunes-app" content="app-id=464737810" > <meta name="google-play-app" content="app-id=com.e_i.presse" > <meta name="msApplication-ID" content="App" /> <meta name="msApplication-PackageFamilyName" content="1546f925-a3a4-477c-811f-de0d37758572" > <link rel="canonical" href="https://www.ledauphine.com/choisissez-votre-carte-cadeau" /> <link rel="icon" type="image/png" sizes="144x144" href="https://cdn-files.prsmedia.fr/files/REDAC/images/favicons/2022/favicon_LDL-V2.png" > <link rel="apple-touch-icon" href="https://cdn-files.prsmedia.fr/files/REDAC/images/touch_icon/apple-touch-icon_LDL-V2.png" > <link rel="apple-touch-icon-precomposed" href="https://cdn-files.prsmedia.fr/files/REDAC/images/touch_icon/apple-touch-icon_LDL-V2.png" > </head> <body data-color="skin_white" data-site="LDL" class="V2022 UX2023 GiftCardPageComponent LDL skin_white layout_light layout_activation_compte " > <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-588M3M4" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <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; } .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=%2fchoisissez-votre-carte-cadeau" class="bt_default">Se connecter ou créer un compte</a> </div> </div> </div> <link type='text/css' rel='stylesheet' href='https://cdn-files.prsmedia.fr/files/REDAC/min/css/sassconcat/funnel_white.E7020A1B4345DD9129E190D7FB416CC6.min.css' /><link type='text/css' rel='stylesheet' href='https://cdn-files.prsmedia.fr/files/REDAC/min/css/oneScreenTunnel.D012349A97DCD578D814608D6A64140F.min.css' /> <header id="header" role="banner" class="noprint"> <div class="wrapperHeader"> <div class="headerTopLeft"> <figure class="logo"> <a href="/" title="Le Dauphiné Libéré"></a> </figure> </div> </div> </header> <div id="ad_portal"> <div id="wrapper" role="main"> <section class="section "> <div id="gift-card" class="constrain"> <h1>Offrez un abonnement à vos proches</h1> <p></p> <section class="select_gift select_gift-top"> <div id="info-0000000001788" class="infoOffer select_gift-left" style=""> <h2>Abonnement numérique</h2> <div class="abo-image"> <img src="/images-gnf/f05056a4-aeb4-da02-31fa-0273f040ab6a" class="thumbnail" alt="" /> </div> <p class="offer-advantage-toggle" data-container="offer-advantage-0000000001788">Voir les avantages de l'abonnement</p> <div class="offer-advantage" id="offer-advantage-0000000001788"> <ul class="offer-advantage-on"> <li>Accès aux articles en illimité</li> <li> Connexions jusqu'à 4 appareils</li> <li> Accès à tous les journaux format numérique à partir de 5h</li> <li> Avantages du programme de fidélité LeCLUB</li> <li> Un affichage publicitaire limité</li> <li> Accès à toutes les éditions du soir à partir de 21h30</li> </ul> <ul class="offer-advantage-off"> </ul> </div> </div> <div id="info-0000000001790" class="infoOffer select_gift-left" style=""> <h2>Abonnement papier + numérique</h2> <div class="abo-image"> <img src="/images-gnf/f05056a4-a8a0-ee00-d82e-0276d25f7852" class="thumbnail" alt="" /> </div> <p class="offer-advantage-toggle" data-container="offer-advantage-0000000001790">Voir les avantages de l'abonnement</p> <div class="offer-advantage" id="offer-advantage-0000000001790"> <ul class="offer-advantage-on"> <li>Votre journal papier livré chez vous</li> <li> Les journaux numériques dès 5h</li> <li> Tous les articles sur le site et l'application</li> <li> Un affichage publicitaire limité</li> <li> De nombreux cadeaux et invitations avec LeCLUB</li> <li> Connexions jusqu'à 4 appareils</li> <li> Carte cadeau valable 12 mois</li> </ul> <ul class="offer-advantage-off"> </ul> </div> </div> <div class="select_gift-right"> <p>Sélectionnez le type d'abonnement</p> <div class="list_abo"> <button id="btn0000000001788" class="btnSwitchOffer" value="" onclick="switchOffer(event, '0000000001788')" style="">Numérique</button> <button id="btn0000000001790" class="btnSwitchOffer" value="" onclick="switchOffer(event, '0000000001790')" style="">Papier + Numérique</button> </div> <p>Sélectionnez la durée de l'abonnement</p> <div id="0000000001788" class="internetOffer" style=""> <button id="btn0000000015608/0000000001788" class="btnSelectOffer" value="" onclick="selectOffer(event, '0000000015608/0000000001788')"> <p> <span>Premium 3 mois</span> <span>Abonnement numérique</span> </p> <p> <span>44,97 €</span> </p> </button> <button id="btn0000000015596/0000000001788" class="btnSelectOffer" value="" onclick="selectOffer(event, '0000000015596/0000000001788')"> <p> <span>Premium 6 mois</span> <span>Abonnement numérique</span> </p> <p> <span>89,90 €</span> </p> </button> <button id="btn0000000015580/0000000001788" class="btnSelectOffer" value="" onclick="selectOffer(event, '0000000015580/0000000001788')"> <p> <span>Premium 12 mois</span> <span>Abonnement numérique</span> </p> <p> <span>179 €</span> </p> </button> </div> <div id="0000000001790" class="internetOffer" style=""> <button id="btn0000000015613/0000000001790" class="btnSelectOffer" value="" onclick="selectOffer(event, '0000000015613/0000000001790')"> <p> <span>Papier 7/7 + web - 6 mois</span> <span>Abonnement papier + numérique</span> </p> <p> <span>234 €</span> </p> </button> <button id="btn0000000015615/0000000001790" class="btnSelectOffer" value="" onclick="selectOffer(event, '0000000015615/0000000001790')"> <p> <span>Papier 7/7 + web - 12 mois</span> <span>Abonnement papier + numérique</span> </p> <p> <span>468 €</span> </p> </button> </div> </div> </section> <section class="select_gift select_gift-bottom"> <div class="select_gift-left"> <p>Aperçu</p> <div class="apercu_img"> <img src="https://cdn-files.prsmedia.fr/files/REDAC/images/carte-cadeau/small/visuel_01.png" /> <img src="https://cdn-files.prsmedia.fr/files/REDAC/images/logos/2022/LDL_bg.png" /> </div> </div> <form id="form-giftcard" class="select_gift-right" method="POST"> <p>Sélectionnez un thème pour votre carte cadeau</p> <input id="gcTmp" type="hidden" name="gcTmp" value="visuel_01"> <div class="image_choice"> <button type="button" class="imgSwitch active" onclick="switchImage(event, 'visuel_01')"> <img src="https://cdn-files.prsmedia.fr/files/REDAC/images/carte-cadeau/small/visuel_01.png" /> </button> <button type="button" class="imgSwitch" onclick="switchImage(event, 'visuel_02')"> <img src="https://cdn-files.prsmedia.fr/files/REDAC/images/carte-cadeau/small/visuel_02.png" /> </button> <button type="button" class="imgSwitch" onclick="switchImage(event, 'visuel_03')"> <img src="https://cdn-files.prsmedia.fr/files/REDAC/images/carte-cadeau/small/visuel_03.png" /> </button> <button type="button" class="imgSwitch" onclick="switchImage(event, 'visuel_04')"> <img src="https://cdn-files.prsmedia.fr/files/REDAC/images/carte-cadeau/small/visuel_04.png" /> </button> <button type="button" class="imgSwitch" onclick="switchImage(event, 'visuel_05')"> <img src="https://cdn-files.prsmedia.fr/files/REDAC/images/carte-cadeau/small/visuel_05.png" /> </button> </div> <p>Message de la carte cadeau (en option)</p> <textarea id="gcMsg" name="gcMsg" maxlength="250" oninput="calcLength()"></textarea> <p class="info"><span id="nbCharInputUserMessage">0</span>/250</p> <input id="p" type="hidden" name="p" value=""> <input type="submit" value="Passez à l'étape suivante" /> </form> </section> </div> <script> let button = document.querySelector(".list_abo > button:first-of-type") let button2 = document.querySelector(".internetOffer > button:first-of-type") button.click() button2.click() function switchOffer(evt, offerKey) { var i, internetOffer, btnSwitchOffer, infoOffer; internetOffer = document.getElementsByClassName("internetOffer"); for (i = 0; i < internetOffer.length; i++) { internetOffer[i].style.display = "none"; } btnSwitchOffer = document.getElementsByClassName("btnSwitchOffer"); for (i = 0; i < btnSwitchOffer.length; i++) { btnSwitchOffer[i].className = btnSwitchOffer[i].className.replace(" active", ""); } infoOffer = document.getElementsByClassName("infoOffer"); for (i = 0; i < infoOffer.length; i++) { infoOffer[i].style.display = "none"; } document.getElementById('info-' + offerKey).style.display = "block"; document.getElementById(offerKey).style.display = "block"; for (i = 0; i < document.getElementsByClassName('btnSelectOffer').length; i++) { document.getElementsByClassName('btnSelectOffer')[i].className = document.getElementsByClassName('btnSelectOffer')[i].className.replace(" active", ""); } document.getElementById(offerKey).children[0].className += " active"; const id = document.getElementById(offerKey).children[0].id; const cleanId = id.replace('btn', ''); document.getElementById("p").value = cleanId; evt.currentTarget.className += " active"; } function selectOffer(evt, offerKey) { var i, offer, btnSwitchOffer; document.getElementById("p").value = offerKey; btnSwitchOffer = document.getElementsByClassName("btnSelectOffer"); for (i = 0; i < btnSwitchOffer.length; i++) { btnSwitchOffer[i].className = btnSwitchOffer[i].className.replace(" active", ""); } evt.currentTarget.className += " active"; } function switchImage(evt, image) { var i, imgSwitch; document.getElementById("gcTmp").value = image; document.querySelector(".apercu_img > img:first-of-type").src = 'https://cdn-files.prsmedia.fr/files/REDAC/images/carte-cadeau/small/' + image + '.png'; imgSwitch = document.getElementsByClassName("imgSwitch"); for (i = 0; i < imgSwitch.length; i++) { imgSwitch[i].className = imgSwitch[i].className.replace(" active", ""); } evt.currentTarget.className += " active"; } function calcLength() { let e = $('#gcMsg'); let nb = e.val().length; $("#nbCharInputUserMessage").text(nb) } if (document.body.clientWidth < 1000) { let bloc = document.querySelector('.select_gift-bottom > .select_gift-left') bloc.parentNode.removeChild(bloc); document.querySelector('.image_choice').parentNode.insertBefore(bloc, document.querySelector('.image_choice').nextSibling); } var linkToggle = document.querySelectorAll('.offer-advantage-toggle'); for (i = 0; i < linkToggle.length; i++) { linkToggle[i].addEventListener('click', function (event) { event.preventDefault(); event.currentTarget.classList.toggle('active'); var container = document.getElementById(this.dataset.container); console.log(container.classList) if (!container.classList.contains('active')) { container.classList.add('active'); container.style.height = 'auto'; var height = container.clientHeight + 'px'; container.style.height = '0px'; setTimeout(function () { container.style.height = height; }, 0); } else { container.style.height = '0px'; container.addEventListener('transitionend', function () { container.classList.remove('active'); }, { once: true }); } }); } </script> <div class="constrain mentions-legales"> <div class="tutoPrintCard"> <div > <h3>Comment imprimer votre carte cadeau depuis chez vous</h3> <p> Créez une carte cadeau 100% personnalisée<br/> Recevez-la par e-mail en format PDF ou retrouvez-la dans votre compte<br/> Imprimez la carte cadeau, de préférence en couleur.<br/> Pliez la carte et voila ! </p> </div> <video controls width="400" muted> <source src="https://cdn-ext.prsmedia.fr/LRL/Vidéo pliage sans son.mov" type="video/mp4"> </video> </div><div style="clear: both;"> <p style="text-align: center; clear: both; display: block; padding-top: 20px; font-size: 1.4rem;">Retrouvez toutes <a href="/faq" style="text-decoration: underline;">les réponses et les détails de nos offres dans notre FAQ.</a></p></div> <div class="mentions-legales-abo"> <p>Dans le cadre du traitement Inscription support digitaux (1), le Dauphiné Libéré, en sa qualité de responsable de traitement, collecte votre adresse mail et vos coordonnées, la finalité étant d’assurer la création et la gestion de votre compte, ainsi que des abonnements et autres services souscrits. Si vous y avez consenti, ces données peuvent également être utilisées pour l’envoi de newsletters et/ou d’offres promotionnelles par le Dauphiné Libéré, les sociétés qui lui sont affiliées et/ou ses partenaires commerciaux. <br />Vous pouvez exercer en permanence vos droits d’accès, rectification, effacement, limitation, opposition, retirer votre consentement et/ou pour toute question relative au traitement de vos données à caractère personnel en contactant <a href="mailto:LDLABOWEB@ledauphine.com">LDLABOWEB@ledauphine.com</a> ou consulter les liens suivants : <a href="/protection-des-donnees">Protection des données</a>, <a href="/espace-client/cgu">CGU du site</a> et <a href="/contact">Contact</a>. Le Délégué à la Protection des Données personnelles (<a href="mailto:dpo@ebra.fr">dpo@ebra.fr</a>) est en copie de toute demande relative à vos informations personnelles.</p> <p>Service client de la Société le Dauphiné Libéré : <a href="mailto:LDLABOWEB@ledauphine.com">LDLABOWEB@ledauphine.com</a> <p>* Sauf publicités sponsorisées.</p> </div> </div> </section> </div> </div> <footer id="footer" role="contentinfo" class="noPrint"> <div class="footerTop"><div class="nav_model06"> <span class="menuTitle">Suivez-nous</span> <ul class="nav_niv1 noPrint"> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=FB" target="_blank" class="icon_facebook before"><span>Facebook</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=TT" target="_blank" class="icon_twitter before"><span>Twitter</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=IG" target="_blank" class="icon_instagram before"><span>Instagram</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=LI" target="_blank" class="icon_linkedin before"><span>Linkedin</span></a> </li> <li class="itemLevel1 "> <a href="/rss" target="_blank" class="icon_rss before"><span>Rss</span></a> </li> </ul> </div></div> <div class="footerBottom"><!-- Nielsen Bar --> <ul class="nav_model04 nav_niv1 noPrint "> <li class="itemLevel1 "> <a href="/contact" class="titleSection">Contact</a> </li> <li class="itemLevel1 "> <a href="/faq" class="titleSection">FAQ</a> </li> <li class="itemLevel1 "> <a href="/espace-client/cgau" class="titleSection">CGAU du site</a> </li> <li class="itemLevel1 "> <a href="/espace-client/mentions-legales" class="titleSection">Informations légales</a> </li> <li class="itemLevel1 "> <a href="/protection-des-donnees" class="titleSection">Protection des données</a> </li> </ul> </div> </footer> <script>var CommonFilesBaseUrl = 'https://cdn-files.prsmedia.fr/files'; var trigramme = 'LDL'; var cookieDomain = 'ledauphine.com'; </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'}}, ); </script> <script>$(window).on('load',function(){$.each(bufferLoad,function(){$.ajax({url:this,dataType:'script',cache:true});});}); $(document).ready(function() {GSOC_Init('765DF2F6-7651-4945-8432-BCC1C4BE098A', '/fr/communaute/'); SetCookieConsentPub4FirstId(); $.each(bufferScript,function(){this()});}); </script></body> </html>

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