<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    
    <title>GratteCenne - Points et milles de récompenses</title>
    <link rel="icon" href="https://grattecenne.com/wp-content/uploads/2021/10/GratteCenne-150x150.png" sizes="32x32" />
<link rel="icon" href="https://grattecenne.com/wp-content/uploads/2021/10/GratteCenne-240x240.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://grattecenne.com/wp-content/uploads/2021/10/GratteCenne-180x180.png" />
<meta name="msapplication-TileImage" content="https://grattecenne.com/wp-content/uploads/2021/10/GratteCenne-300x300.png" />

<!-- Google Tag Manager -->
<script type="rocketlazyloadscript">(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-M4S4GN5');</script>
<!-- End Google Tag Manager -->


  </head>
  <body>

  <style>
    html{
        width: 100%;
        height: 100%;
        background-color: #0cc;
    }
    body{
        margin:0;
        padding:0;
    }
    .header{
        background-color: #fff;
        padding-top: 65px;
    }
    .headerContent {
        margin: 0 auto;
        display: block;
        padding: 0;
        max-width: 500px;
        overflow: hidden;
        height: 266px;
  }
.headerContent img {
    width: 100%;
    height: auto;
}
.content{
    text-align: center;
    padding: 65px;
}
.wrapContentinner{
    display: inline-block;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    font-family: "arial";
    max-width: 90%;
}
a {
  color: #fff;
}
a:hover {
  color: #fff;
  text-decoration:none;
}
</style>
    <main>
        <div class="wrap_content">
            <div class="header">
                <div class="headerContent"><img src="/landing/img/BannerGrattecenne.png"></div>
            </div>
            <div class="content">
               <div class="wrapContentinner">
                <p>GratteCenne s’est joint à Hardbacon pour aider les Québécois à épargner.</br></br>
                Vous retrouverez dans la section <a href="https://hardbacon.ca/fr/category/points-recompenses/">Points récompenses</a> de Hardbacon tout ce que vous aimiez sur GratteCenne et encore plus. </br></br>
                On vous redirige sur Hardbacon dans 3, 2, 1… </p>
               </div>
            </div>
        </div>
    </main>
    <script>
        var timer = setTimeout(function() {
            window.location='https://hardbacon.ca/fr/category/points-recompenses/'
        }, 5000);
    </script>
  </body>
</html>
