HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<!DOCTYPE html>
<html
lang="fr"
dir="ltr"
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=yes"
/>
<meta
name="format-detection"
content="telephone=no, date=no, address=no, email=no, url=no"
/>
<meta name="x-apple-disable-message-reformatting" />
<meta name="color-scheme" content="light dark" />
<meta name="supported-color-schemes" content="light dark" />
<title>Dès demain : 500 points offerts sur votre compte fidélité !</title>
<!--[if mso]>
<noscript>
<xml>
<o:OfficeDocumentSettings>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
</noscript>
<![endif]-->
<style>
:root {
color-scheme: light dark;
supported-color-schemes: light dark;
}
.hover01:hover {
background-color: #3393df !important;
transition: 1s;
}
.hover02:hover {
background-color: #3393df !important;
transition: 1s;
}
.hover02:hover * {
color: #ffffff !important;
transition: 1s;
}
.marqueur01 {
animation: 3s infinite reduction01;
}
@keyframes reduction01 {
0% {
width: 17px;
}
50% {
width: 5px;
}
100% {
width: 17px;
}
}
.marqueur02 {
animation: 3s infinite reduction02;
}
@keyframes reduction02 {
0% {
width: 34px;
}
50% {
width: 26px;
}
100% {
width: 34px;
}
}
@media screen and (max-width: 623px) {
.borderradius0px {
border-radius: 0 !important;
}
.displayblock {
display: block !important;
}
.displaynone {
display: none !important;
}
.fontsize30px {
font-size: 30px !important;
}
.fontsize36px {
font-size: 36px !important;
}
.lineheight110pc {
line-height: 110% !important;
}
.marginauto {
margin: 0 auto !important;
}
.marginb0px {
margin-bottom: 0px !important;
}
.paddingl24px {
padding-left: 24px !important;
}
.paddingr24px {
padding-right: 24px !important;
}
.textaligncenter {
text-align: center !important;
}
.textalignleft {
text-align: left !important;
}
.width100pc {
width: 100% !important;
}
}
</style>
<!--[if (gte mso 9)|(IE)]><!-->
<style>
/* latin-ext */
@font-face {
font-family: "Poppins";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJnecmNE.woff2)
format("woff2");
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F,
U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
U+A720-A7FF;
}
/* latin */
@font-face {
font-family: "Poppins";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJfecg.woff2)
format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC,
U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: "Poppins";
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2)
format("woff2");
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F,
U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
U+A720-A7FF;
}
/* latin */
@font-face {
font-family: "Poppins";
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2)
format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC,
U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
</style>
<!--<![endif]-->
</head>
<body class="body" xml:lang="fr">
<div
role="article"
aria-roledescription="email"
aria-label="Dès demain : 500 points offerts sur votre compte fidélité !"
lang="fr"
dir="ltr"
style="font-size: medium; font-size: max(16px, 1rem)"
>
<div style="display: none">
C’est le moment d’ouvrir votre carte C-Casto Max !
</div>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<td bgcolor="#FFFFFF" align="center" style="padding: 0 6px">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 624px"
class="width100pc"
>
<tr>
<td align="center">
<p
style="
margin: 12px 0 30px;
font-family: 'Poppins', Century Gothic, Arial, Helvetica,
sans-serif;
font-size: 12px;
text-align: center;
line-height: 17px;
mso-line-height-rule: exactly;
"
>
<a
href="https://www.badsender.com/"
target="_blank"
style="color: #58585a; text-decoration: underline"
>Visualisez la version web de cet email</a
>
|
<a
href="https://www.badsender.com/"
target="_blank"
style="color: #58585a; text-decoration: underline"
>Se désabonner</a
>
</p>
<a href="https://www.badsender.com/" target="_blank"
><img
src="https://www.badsender.com/wp-content/uploads/2024/09/logo-castorama.png"
border="0"
style="
display: block;
margin: 0 auto;
font-family: 'Poppins', Century Gothic, Arial, Helvetica,
sans-serif;
color: #0078d7;
font-size: 24px;
font-weight: bold;
"
width="312"
alt="logo de castorama"
/></a>
<p
style="
margin: 3px 0 24px;
font-family: 'Poppins', Century Gothic, Arial, Helvetica,
sans-serif;
font-size: 14px;
text-align: center;
line-height: 20px;
mso-line-height-rule: exactly;
"
>
<a
href="https://www.badsender.com/"
target="_blank"
style="color: #58585a; text-decoration: none"
>Changer nous fait avancer</a
>
</p>
</td>
</tr>
<tr>
<td>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<th
bgcolor="#0078D7"
class="displayblock width100pc"
style="
font-weight: normal;
padding: 0;
width: 312px;
vertical-align: middle;
"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<td style="padding: 6px 0" align="left">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
class="marginauto"
>
<tr>
<td
style="width: 17px; vertical-align: middle"
align="left"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td
bgcolor="#FFDC00"
style="
width: 17px;
height: 14px;
min-height: 14px;
border-radius: 0 300px 300px 0;
font-size: 1px;
line-height: 1px;
"
height="14"
class="marqueur01"
>
</td>
</tr>
</table>
</td>
<td style="vertical-align: middle">
<p
style="
margin: 0 3px;
font-family: 'Poppins', Century Gothic,
Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: 700;
color: #ffffff;
mso-line-height-rule: exactly;
line-height: 26px;
"
>
Exclu carte
</p>
</td>
<td>
<img
src="https://www.badsender.com/wp-content/uploads/2024/09/carte-c-casto-max.png"
width="66"
border="0"
style="
display: block;
font-family: Arial, Helvetica,
sans-serif;
color: #ffffff;
font-size: 12px;
"
alt="Carte C-Casto Max"
/>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<img
src="https://www.badsender.com/wp-content/uploads/2024/09/cover.jpg"
width="312"
border="0"
style="
display: block;
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 16px;
"
alt="Un enfant pousse une tondeuse accompagné d'un adulte"
class="displaynone"
/>
</td>
</tr>
</table>
</th>
<th
bgcolor="#FFDC00"
class="displayblock width100pc"
style="
font-weight: normal;
padding: 0;
width: 312px;
vertical-align: middle;
"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<td style="padding: 24px">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<td>
<p
style="
margin: 0;
font-family: 'Poppins', Century Gothic,
Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000;
text-align: center;
mso-line-height-rule: exactly;
line-height: 18px;
"
>
du 4 au 8 septembre
</p>
<h1
style="
margin: 0;
padding: 0;
font-family: 'Poppins', Century Gothic,
Arial, Helvetica, sans-serif;
font-size: 72px;
color: #e22a39;
text-align: center;
font-weight: 700;
line-height: 79px;
mso-line-height-rule: exactly;
"
>
+500<sup
style="
font-size: 12px;
font-weight: 400;
line-height: 0;
vertical-align: 42px;
"
>(1)</sup
>
</h1>
<p
style="
margin: 0;
font-family: 'Poppins', Century Gothic,
Arial, Helvetica, sans-serif;
font-size: 24px;
color: #e22a39;
text-align: center;
text-transform: uppercase;
font-weight: 700;
line-height: 26px;
mso-line-height-rule: exactly;
"
>
points offerts
</p>
<p
style="
margin: 6px 0 0;
font-family: 'Poppins', Century Gothic,
Arial, Helvetica, sans-serif;
font-size: 20px;
color: #000000;
text-align: center;
font-weight: 700;
line-height: 25px;
mso-line-height-rule: exactly;
"
>
sur votre compte fidélité
</p>
<p
style="
margin: 0;
font-family: 'Poppins', Century Gothic,
Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000;
text-align: center;
line-height: 20px;
mso-line-height-rule: exactly;
"
>
pour toute ouverture d’une carte<br
class="displaynone"
/>
de fidélité C<span
style="
font-family: Century Gothic, Arial,
Helvetica, sans-serif;
"
>‑</span
>Casto Max
</p>
</td>
</tr>
<tr>
<td align="center" style="padding-top: 18px">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td
bgcolor="#0078D7"
style="padding: 18px 24px"
class="hover01"
>
<p
style="
margin: 0;
font-family: 'Poppins',
Century Gothic, Arial, Helvetica,
sans-serif;
font-size: 16px;
font-weight: 700;
line-height: 20px;
mso-line-height-rule: exactly;
"
>
<a
href="https://www.badsender.com/"
target="_blank"
style="
color: #ffffff;
text-decoration: none;
"
>À moi les points !</a
>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</th>
</tr>
</table>
</td>
</tr>
<tr>
<td style="padding: 0 36px" class="paddingl24px paddingr24px">
<h2
style="
margin: 36px 0 18px;
padding: 0;
font-family: 'Poppins', Century Gothic, Arial, Helvetica,
sans-serif;
text-align: center;
font-size: 42px;
font-weight: 700;
color: #323c41;
line-height: 46px;
mso-line-height-rule: exactly;
"
class="fontsize36px textalignleft lineheight110pc"
>
Découvrez la carte <br class="displaynone" /><span
style="color: #0078d7"
>C</span
><span
style="
color: #ffdc00;
font-family: Century Gothic, Arial, Helvetica,
sans-serif;
"
>‑</span
><span style="color: #0078d7">Casto</span> <span
style="color: #ffdc00"
>Max</span
>
</h2>
<p
style="
margin: 0;
font-family: 'Poppins', Century Gothic, Arial, Helvetica,
sans-serif;
font-size: 16px;
color: #323c41;
text-align: left;
mso-line-height-rule: exactly;
line-height: 22px;
"
>
Monsieur Defossez,
</p>
<h3
style="
margin: 9px 0;
padding: 0;
font-family: 'Poppins', Century Gothic, Arial, Helvetica,
sans-serif;
font-size: 18px;
font-weight: 700;
color: #323c41;
text-align: left;
mso-line-height-rule: exactly;
line-height: 25px;
"
>
Changez de formule, optez pour la C<span
style="
font-family: Century Gothic, Arial, Helvetica,
sans-serif;
"
>‑</span
>Casto Max !
</h3>
<p
style="
margin: 0 0 24px;
font-family: 'Poppins', Century Gothic, Arial, Helvetica,
sans-serif;
font-size: 16px;
color: #323c41;
text-align: left;
mso-line-height-rule: exactly;
line-height: 22px;
"
>
Vous profitez à ce jour de la carte de fidélité gratuite
C<span
style="
font-family: Century Gothic, Arial, Helvetica,
sans-serif;
"
>‑</span
>Casto.<br class="displaynone" />
Pour seulement 9,90€/mois, passez à la carte C<span
style="
font-family: Century Gothic, Arial, Helvetica,
sans-serif;
"
>‑</span
>Casto Max et profitez d'avantages exceptionnels ! Ne
manquez pas cette opportunité d'économiser encore plus et de
bénéficier de services exclusifs.
</p>
</td>
</tr>
<tr>
<td
style="border-radius: 12px; padding: 1px; overflow: hidden"
bgcolor="#0078D7"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<th
bgcolor="#FFFFFF"
class="displayblock width100pc borderradius0px"
style="
font-weight: normal;
padding: 0;
width: 312px;
vertical-align: middle;
border-radius: 12px 110px 110px 12px;
"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<td style="padding: 24px 0">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<td style="vertical-align: top; width: 34px">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td
bgcolor="#FFDC00"
style="
width: 34px;
height: 28px;
min-height: 28px;
border-radius: 0 300px 300px 0;
font-size: 1px;
line-height: 1px;
"
height="28"
class="marqueur02"
>
</td>
</tr>
</table>
</td>
<td style="padding-left: 12px">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td>
<p
style="
margin: 0;
font-family: 'Poppins',
Century Gothic, Arial, Helvetica,
sans-serif;
font-size: 16px;
color: #0078d7;
text-align: left;
mso-line-height-rule: exactly;
line-height: 22px;
"
>
Un grand coup de main,
</p>
<h3
style="
margin: 0 0 9px;
padding: 0;
font-family: 'Poppins',
Century Gothic, Arial, Helvetica,
sans-serif;
font-size: 22px;
font-weight: 700;
color: #0078d7;
line-height: 24px;
text-align: left;
mso-line-height-rule: exactly;
"
class="marginb0px"
>
pour un maximum<br
class="displaynone"
/>
de rangements
</h3>
</td>
</tr>
<tr class="displaynone">
<td>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td>
<img
src="https://www.badsender.com/wp-content/uploads/2024/09/carte-c-casto-max-02.png"
width="99"
border="0"
style="
display: block;
font-family: Arial,
Helvetica, sans-serif;
color: #0078d7;
font-size: 14px;
"
alt="Carte C-Casto Max"
/>
</td>
<td style="vertical-align: top">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td
bgcolor="#FFDC00"
style="
padding: 3px 9px;
border-radius: 300px;
"
>
<p
style="
margin: 0;
font-family: 'Poppins',
Century Gothic,
Arial, Helvetica,
sans-serif;
font-size: 12px;
color: #0078d7;
font-weight: 700;
mso-line-height-rule: exactly;
line-height: 17px;
"
>
9,90€/an<sup
style="
font-weight: 400;
font-size: 8px;
line-height: 0;
vertical-align: 4px;
"
>(2)</sup
>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</th>
<th
class="displayblock width100pc"
style="
font-weight: normal;
padding: 0;
width: 312px;
vertical-align: middle;
"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<td style="padding: 24px 12px">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<td align="center">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<td
style="
vertical-align: top;
padding-right: 12px;
"
>
<p
style="
margin: 0;
font-family: 'Poppins',
Century Gothic, Arial, Helvetica,
sans-serif;
font-size: 48px;
color: #ffffff;
text-align: center;
font-weight: 700;
line-height: 59px;
mso-line-height-rule: exactly;
"
>
5%
</p>
<p
style="
margin: 0;
font-family: 'Poppins',
Century Gothic, Arial, Helvetica,
sans-serif;
font-size: 14px;
color: #ffffff;
text-align: center;
line-height: 15px;
mso-line-height-rule: exactly;
"
>
de bienvenue<sup
style="
font-size: 8px;
line-height: 0;
vertical-align: 4px;
"
>(3)</sup
>
</p>
</td>
<td style="vertical-align: top">
<p
style="
margin: 0;
font-family: 'Poppins',
Century Gothic, Arial, Helvetica,
sans-serif;
font-size: 48px;
color: #ffffff;
text-align: center;
font-weight: 700;
line-height: 59px;
mso-line-height-rule: exactly;
"
>
10%
</p>
<p
style="
margin: 0;
font-family: 'Poppins',
Century Gothic, Arial, Helvetica,
sans-serif;
font-size: 14px;
color: #ffffff;
text-align: center;
line-height: 15px;
mso-line-height-rule: exactly;
"
>
tous les 1500 points<sup
style="
font-size: 8px;
line-height: 0;
vertical-align: 4px;
"
>(4)</sup
>
</p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<p
style="
margin: 6px 0 18px;
font-family: 'Poppins', Century Gothic,
Arial, Helvetica, sans-serif;
font-size: 24px;
color: #ffdc00;
text-align: center;
font-weight: 700;
mso-line-height-rule: exactly;
line-height: 34px;
"
>
Et bien plus encore !
</p>
</td>
</tr>
<tr>
<td align="center">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td
bgcolor="#FFFFFF"
style="padding: 12px 18px"
class="hover02"
>
<p
style="
margin: 0;
font-family: 'Poppins',
Century Gothic, Arial, Helvetica,
sans-serif;
font-size: 16px;
font-weight: 700;
line-height: 20px;
mso-line-height-rule: exactly;
"
>
<a
href="https://www.badsender.com/"
target="_blank"
style="
color: #0078d7;
text-decoration: none;
"
>Vite, j'en profite !</a
>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</th>
</tr>
</table>
</td>
</tr>
<tr>
<td style="padding: 0 36px" class="paddingl24px paddingr24px">
<h4
style="
margin: 48px 0 18px;
padding: 0;
font-family: 'Poppins', Century Gothic, Arial, Helvetica,
sans-serif;
text-align: center;
font-size: 36px;
font-weight: 700;
color: #323c41;
line-height: 40px;
mso-line-height-rule: exactly;
"
class="fontsize30px lineheight110pc"
>
Les offres Exlu <br class="displaynone" />carte
<span style="color: #0078d7">C</span
><span
style="
color: #ffdc00;
font-family: Century Gothic, Arial, Helvetica,
sans-serif;
"
>‑</span
><span style="color: #0078d7">Casto</span> <span
style="color: #ffdc00"
>Max</span
>
</h4>
</td>
</tr>
<tr>
<td bgcolor="#FFDC00" style="border: 2px solid #ffdc00">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<th
class="displayblock width100pc"
style="
font-weight: normal;
padding: 0;
width: 312px;
vertical-align: middle;
"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<td style="padding: 24px 36px" align="center">
<p
style="
margin: 0;
font-family: 'Poppins', Arial, Helvetica,
sans-serif;
font-size: 20px;
color: #e22a39;
font-weight: 700;
text-align: center;
text-transform: uppercase;
line-height: 22px;
mso-line-height-rule: exactly;
"
>
Vos points
</p>
<p
style="
margin: 0;
font-family: 'Poppins', Arial, Helvetica,
sans-serif;
font-size: 84px;
color: #e22a39;
font-weight: 700;
text-align: center;
line-height: 92px;
mso-line-height-rule: exactly;
"
>
x2<sup
style="
font-size: 12px;
font-weight: 400;
line-height: 0;
vertical-align: 48px;
"
>(5)</sup
>
</p>
</td>
</tr>
</table>
</th>
<th
bgcolor="#F2D100"
class="displayblock width100pc"
style="
font-weight: normal;
padding: 0;
width: 312px;
vertical-align: middle;
"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<td style="padding: 24px">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<td>
<p
style="
margin: 0;
font-family: 'Poppins', Century Gothic,
Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000;
text-align: center;
mso-line-height-rule: exactly;
line-height: 22px;
"
>
Du 4 au 23 septembre
</p>
<p
style="
margin: 0 0 12px;
font-family: 'Poppins', Century Gothic,
Arial, Helvetica, sans-serif;
font-size: 18px;
color: #000000;
text-align: center;
font-weight: 700;
line-height: 20px;
mso-line-height-rule: exactly;
"
>
sur une sélection
<br class="displaynone" />
de produits
</p>
</td>
</tr>
<tr>
<td align="center">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td>
<p
style="
margin: 0 6px 0 0;
font-family: 'Poppins',
Century Gothic, Arial, Helvetica,
sans-serif;
font-size: 16px;
line-height: 20px;
mso-line-height-rule: exactly;
"
>
<a
href="https://www.badsender.com/"
target="_blank"
style="
color: #000000;
text-decoration: none;
"
>Je multiplie mes points</a
>
</p>
</td>
<td style="vertical-align: middle">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td
style="
padding: 3px 6px;
border: 1px solid #000000;
border-radius: 300px;
"
>
<p
style="
margin: 0;
font-family: 'Poppins',
Arial, Helvetica,
sans-serif;
font-size: 16px;
line-height: 18px;
mso-line-height-rule: exactly;
"
>
<a
href="https://www.badsender.com/"
target="_blank"
style="
color: #000000;
text-decoration: none;
"
>➔</a
>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</th>
</tr>
</table>
</td>
</tr>
<tr>
<td style="padding-top: 6px">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<td bgcolor="#0078D7" style="border: 1px solid #0078d7">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<th
bgcolor="#FFFFFF"
class="displayblock width100pc"
style="
font-weight: normal;
padding: 0;
width: 312px;
vertical-align: middle;
"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<td style="padding: 24px" align="center">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<td align="center">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td style="padding-right: 9px">
<img
src="https://www.badsender.com/wp-content/uploads/2024/09/picto01.png"
border="0"
style="display: block"
width="58"
alt=""
/>
</td>
<td
style="vertical-align: middle"
>
<p
style="
margin: 0;
font-family: 'Poppins',
Arial, Helvetica,
sans-serif;
font-size: 28px;
color: #0078d7;
line-height: 31px;
text-transform: uppercase;
font-weight: 700;
mso-line-height-rule: exactly;
"
>
Pack
</p>
<p
style="
margin: 0;
font-family: 'Poppins',
Arial, Helvetica,
sans-serif;
font-size: 16px;
color: #0078d7;
line-height: 18px;
mso-line-height-rule: exactly;
"
>
emménagement
</p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<p
style="
margin: 6px 0;
font-family: 'Poppins',
Century Gothic, Arial, Helvetica,
sans-serif;
font-size: 16px;
color: #323c41;
text-align: center;
line-height: 18px;
mso-line-height-rule: exactly;
"
class="marginb0px"
>
Votre carte
<strong
><span style="color: #0078d7"
>C</span
><span
style="
color: #ffdc00;
font-family: Century Gothic,
Arial, Helvetica, sans-serif;
"
>‑</span
><span style="color: #0078d7"
>Casto</span
> <span
style="color: #ffdc00"
>Max</span
></strong
><br class="displaynone" />
vous prête main forte !
</p>
</td>
</tr>
<tr class="displaynone">
<td align="center">
<img
src="https://www.badsender.com/wp-content/uploads/2024/09/carte-c-casto-max.png"
width="66"
border="0"
style="
display: block;
font-family: Arial, Helvetica,
sans-serif;
color: #0078d7;
font-size: 12px;
"
alt="Carte C-Casto Max"
/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</th>
<th
class="displayblock width100pc"
style="
font-weight: normal;
padding: 0;
width: 312px;
vertical-align: middle;
"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<td style="padding: 24px">
<p
style="
margin: 0;
font-family: 'Poppins', Century Gothic,
Arial, Helvetica, sans-serif;
font-size: 60px;
color: #ffffff;
text-align: center;
font-weight: 700;
line-height: 66px;
mso-line-height-rule: exactly;
"
>
-15%<sup
style="
font-size: 12px;
font-weight: 400;
line-height: 0;
vertical-align: 30px;
"
>(6)</sup
>
</p>
<p
style="
margin: 0;
font-family: 'Poppins', Century Gothic,
Arial, Helvetica, sans-serif;
font-size: 18px;
color: #ffffff;
text-align: center;
font-weight: 700;
line-height: 20px;
mso-line-height-rule: exactly;
"
>
au lieu de
<span
style="text-decoration: line-through"
>-10%</span
>
</p>
<p
style="
margin: 18px 0 0;
font-family: 'Poppins', Century Gothic,
Arial, Helvetica, sans-serif;
font-size: 14px;
color: #ffffff;
text-align: center;
line-height: 18px;
mso-line-height-rule: exactly;
"
>
Jusqu’au 30 septembre,<br
class="displaynone"
/>
le jour de votre choix,<br
class="displaynone"
/>
uniquement en magasin
</p>
</td>
</tr>
</table>
</th>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="padding: 0 36px" class="paddingl24px paddingr24px">
<h4
style="
margin: 48px 0 6px;
padding: 0;
font-family: 'Poppins', Century Gothic, Arial, Helvetica,
sans-serif;
text-align: center;
font-size: 42px;
font-weight: 700;
color: #323c41;
line-height: 46px;
mso-line-height-rule: exactly;
"
class="fontsize36px lineheight110pc"
>
Votre Carte actuelle,<br class="displaynone" />
en résumé
</h4>
</td>
</tr>
<tr>
<td bgcolor="#0078D7">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<td
bgcolor="#FFFFFF"
style="
border-radius: 0 0 12px 12px;
padding: 0 24px 12px;
"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<th
style="
font-weight: normal;
padding: 0;
vertical-align: middle;
width: 288px;
"
class="displayblock width100pc"
align="left"
>
<p
style="
margin: 12px 0 0;
font-family: 'Poppins', Arial, Helvetica,
sans-serif;
font-size: 22px;
color: #323c41;
line-height: 28px;
text-align: left;
mso-line-height-rule: exactly;
"
class="textaligncenter"
>
C<span
style="
font-family: Century Gothic, Arial,
Helvetica, sans-serif;
"
>‑</span
>Casto
</p>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
class="marginauto"
>
<tr>
<td
bgcolor="#FFDC00"
style="
padding: 3px 6px;
border-radius: 300px;
"
>
<p
style="
margin: 0;
font-family: 'Poppins', Century Gothic,
Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0078d7;
line-height: 13px;
mso-line-height-rule: exactly;
"
>
gratuite
</p>
</td>
</tr>
</table>
<p
style="
margin: 6px 0 12px;
font-family: 'Poppins', Arial, Helvetica,
sans-serif;
font-size: 14px;
color: #323c41;
line-height: 18px;
text-align: left;
mso-line-height-rule: exactly;
"
class="textaligncenter"
>
Defossez Thomas<br />
N° de carte : 9130000400048523607<br />
Cumul de points : 58 points
</p>
</th>
<th
style="
font-weight: normal;
padding: 0;
vertical-align: middle;
width: 288px;
text-align: center;
"
class="displayblock width100pc"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="display: inline-block"
>
<tr>
<td style="padding: 1px">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td
bgcolor="#E9F4FC"
style="
padding: 3px 6px;
border-radius: 300px;
"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td>
<img
src="https://placehold.co/18x18/E9F4FC/FFDC00/png"
border="0"
style="display: block"
alt=""
/>
</td>
<td>
<p
style="
margin: 0 0 0 3px;
font-family: 'Poppins',
Century Gothic, Arial,
Helvetica, sans-serif;
font-size: 12px;
color: #004a84;
line-height: 15px;
text-align: left;
mso-line-height-rule: exactly;
"
>
5€ tous les 300 points
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="display: inline-block"
>
<tr>
<td style="padding: 1px">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td
bgcolor="#E9F4FC"
style="
padding: 3px 6px;
border-radius: 300px;
"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td>
<img
src="https://placehold.co/18x18/E9F4FC/FFDC00/png"
border="0"
style="display: block"
alt=""
/>
</td>
<td>
<p
style="
margin: 0 0 0 3px;
font-family: 'Poppins',
Century Gothic, Arial,
Helvetica, sans-serif;
font-size: 12px;
color: #004a84;
line-height: 15px;
text-align: left;
mso-line-height-rule: exactly;
"
>
Mémo achat
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="display: inline-block"
>
<tr>
<td style="padding: 1px">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td
bgcolor="#E9F4FC"
style="
padding: 3px 6px;
border-radius: 300px;
"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td>
<img
src="https://placehold.co/18x18/E9F4FC/FFDC00/png"
border="0"
style="display: block"
alt=""
/>
</td>
<td>
<p
style="
margin: 0 0 0 3px;
font-family: 'Poppins',
Century Gothic, Arial,
Helvetica, sans-serif;
font-size: 12px;
color: #004a84;
line-height: 15px;
text-align: left;
mso-line-height-rule: exactly;
"
>
Retour facile sans ticket de
caisse<br
class="displaynone"
/>
ni limite de temps
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</th>
</tr>
</table>
</td>
</tr>
<tr>
<td
style="padding: 36px 24px"
class="paddingr24px paddingl24px"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<td>
<h5
style="
margin: 0 0 18px;
padding: 0;
font-family: 'Poppins', Century Gothic, Arial,
Helvetica, sans-serif;
text-align: center;
font-size: 30px;
font-weight: 700;
color: #ffffff;
line-height: 33px;
mso-line-height-rule: exactly;
"
class="fontsize30px lineheight110pc"
>
Avantages en +<br class="displaynone" />
avec C<span
style="
font-family: Century Gothic, Arial,
Helvetica, sans-serif;
"
>‑</span
>Casto Max
</h5>
</td>
</tr>
<tr>
<td align="center">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="display: inline-block"
>
<tr>
<td style="padding: 1px">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td
bgcolor="#FFFFFF"
style="
padding: 3px 6px;
border-radius: 300px;
"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td>
<img
src="https://placehold.co/18x18/FFFFFF/FFDC00/png"
border="0"
style="display: block"
alt=""
/>
</td>
<td>
<p
style="
margin: 0 0 0 3px;
font-family: 'Poppins',
Century Gothic, Arial,
Helvetica, sans-serif;
font-size: 12px;
color: #004a84;
line-height: 15px;
text-align: left;
mso-line-height-rule: exactly;
"
>
10% tous les 1500 points
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="display: inline-block"
>
<tr>
<td style="padding: 1px">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td
bgcolor="#FFFFFF"
style="
padding: 3px 6px;
border-radius: 300px;
"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td>
<img
src="https://placehold.co/18x18/FFFFFF/FFDC00/png"
border="0"
style="display: block"
alt=""
/>
</td>
<td>
<p
style="
margin: 0 0 0 3px;
font-family: 'Poppins',
Century Gothic, Arial,
Helvetica, sans-serif;
font-size: 12px;
color: #004a84;
line-height: 15px;
text-align: left;
mso-line-height-rule: exactly;
"
>
5% de bienvenue
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="display: inline-block"
>
<tr>
<td style="padding: 1px">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td
bgcolor="#FFFFFF"
style="
padding: 3px 6px;
border-radius: 300px;
"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td>
<img
src="https://placehold.co/18x18/FFFFFF/FFDC00/png"
border="0"
style="display: block"
alt=""
/>
</td>
<td>
<p
style="
margin: 0 0 0 3px;
font-family: 'Poppins',
Century Gothic, Arial,
Helvetica, sans-serif;
font-size: 12px;
color: #004a84;
line-height: 15px;
text-align: left;
mso-line-height-rule: exactly;
"
>
Offres exclusives
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="display: inline-block"
>
<tr>
<td style="padding: 1px">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td
bgcolor="#FFFFFF"
style="
padding: 3px 6px;
border-radius: 300px;
"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td>
<img
src="https://placehold.co/18x18/FFFFFF/FFDC00/png"
border="0"
style="display: block"
alt=""
/>
</td>
<td>
<p
style="
margin: 0 0 0 3px;
font-family: 'Poppins',
Century Gothic, Arial,
Helvetica, sans-serif;
font-size: 12px;
color: #004a84;
line-height: 15px;
text-align: left;
mso-line-height-rule: exactly;
"
>
Invitation VIP
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="display: inline-block"
>
<tr>
<td style="padding: 1px">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td
bgcolor="#FFFFFF"
style="
padding: 3px 6px;
border-radius: 300px;
"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td>
<img
src="https://placehold.co/18x18/FFFFFF/FFDC00/png"
border="0"
style="display: block"
alt=""
/>
</td>
<td>
<p
style="
margin: 0 0 0 3px;
font-family: 'Poppins',
Century Gothic, Arial,
Helvetica, sans-serif;
font-size: 12px;
color: #004a84;
line-height: 15px;
text-align: left;
mso-line-height-rule: exactly;
"
>
Garantie erreur de coupe
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="display: inline-block"
>
<tr>
<td style="padding: 1px">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td
bgcolor="#FFFFFF"
style="
padding: 3px 6px;
border-radius: 300px;
"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td>
<img
src="https://placehold.co/18x18/FFFFFF/FFDC00/png"
border="0"
style="display: block"
alt=""
/>
</td>
<td>
<p
style="
margin: 0 0 0 3px;
font-family: 'Poppins',
Century Gothic, Arial,
Helvetica, sans-serif;
font-size: 12px;
color: #004a84;
line-height: 15px;
text-align: left;
mso-line-height-rule: exactly;
"
>
Garantie constructeur
prolongée 1 an
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" style="padding-top: 16px">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td
style="
padding: 12px 24px;
border: 1px solid #ffffff;
"
class="hover02"
>
<p
style="
margin: 0;
font-family: 'Poppins', Century Gothic,
Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: 700;
line-height: 20px;
mso-line-height-rule: exactly;
text-align: center;
"
>
<a
href="https://www.badsender.com/"
target="_blank"
style="
color: #ffffff;
text-decoration: none;
"
>Activez vos avantages en un clic</a
>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td
style="padding: 48px 36px"
class="paddingl24px paddingr24px"
>
<p
style="
margin: 0;
font-family: 'Poppins', Century Gothic, Arial, Helvetica,
sans-serif;
text-align: left;
font-size: 16px;
font-weight: 700;
color: #323c41;
line-height: 20px;
mso-line-height-rule: exactly;
"
>
La carte C<span
style="
font-family: Century Gothic, Arial, Helvetica,
sans-serif;
"
>‑</span
>Casto Max est-elle
<span style="color: #ffdc00">vite</span>
<span style="color: #0078d7">rentabilisée</span> ?
</p>
<p
style="
margin: 6px 0 12px;
font-family: 'Poppins', Century Gothic, Arial, Helvetica,
sans-serif;
text-align: left;
font-size: 14px;
color: #323c41;
line-height: 20px;
mso-line-height-rule: exactly;
"
>
La carte C-Casto Max coûte 9,90€/an. Lors de l’ouverture de
votre carte, vous obtenez un coupon fidélité de 5% de
bienvenue. Donc, si vous achetez ensuite un broyeur de
végétaux à 200€ par exemple, vous obtenez 10€ de réduction.
C’est déjà rentabilisé.
</p>
<hr
style="
border-width: 0;
background: #ededed;
color: #ededed;
height: 1px;
"
/>
<p
style="
margin: 12px 0 0;
font-family: 'Poppins', Century Gothic, Arial, Helvetica,
sans-serif;
text-align: left;
font-size: 16px;
font-weight: 700;
color: #323c41;
line-height: 20px;
mso-line-height-rule: exactly;
"
>
Combien de temps sont valables les coupons de fidélité
<span style="color: #0078d7">C</span
><span
style="
color: #ffdc00;
font-family: Century Gothic, Arial, Helvetica,
sans-serif;
"
>‑</span
><span style="color: #0078d7">Casto</span> <span
style="color: #ffdc00"
>Max</span
> ?
</p>
<p
style="
margin: 6px 0 0;
font-family: 'Poppins', Century Gothic, Arial, Helvetica,
sans-serif;
text-align: left;
font-size: 14px;
color: #323c41;
line-height: 20px;
mso-line-height-rule: exactly;
"
>
Les coupons fidélité C-Casto Max sont valables 12 mois. Vous
pouvez les retrouver sur votre espace fidélité ou dans vos
coupons disponibles depuis votre wallet. Ils sont valables
sur vos achats et vos commandes en magasin.
</p>
</td>
</tr>
<tr>
<td
bgcolor="#F9F9F9"
style="padding: 24px 36px"
class="paddingr24px paddingl24px"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<th
class="displayblock width100pc"
style="
font-weight: normal;
padding: 0;
width: 176px;
vertical-align: top;
"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<td align="center">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td
align="center"
style="
border-radius: 300px;
height: 72px;
min-height: 72px;
width: 72px;
vertical-align: middle;
"
height="72"
bgcolor="#0078D7"
>
<img
src="https://www.badsender.com/wp-content/uploads/2024/09/icone01.png"
border="0"
style="display: block"
width="48"
alt=""
/>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<p
style="
margin: 6px 0 12px;
font-family: 'Poppins', Century Gothic, Arial,
Helvetica, sans-serif;
font-size: 14px;
color: #323c41;
text-align: center;
line-height: 15px;
mso-line-height-rule: exactly;
"
>
Retrouvez les CGU de la carte de fidélité
</p>
</td>
</tr>
<tr>
<td align="center">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td
bgcolor="#0078D7"
style="padding: 9px 18px"
class="hover01"
>
<p
style="
margin: 0;
font-family: 'Poppins', Century Gothic,
Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: 700;
line-height: 18px;
mso-line-height-rule: exactly;
"
>
<a
href="https://www.badsender.com/"
target="_blank"
style="
color: #ffffff;
text-decoration: none;
"
>En savoir plus</a
>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</th>
<th
style="
font-weight: normal;
padding: 0;
width: 12px;
height: 24px;
min-height: 24px;
font-size: 1px;
line-height: 1px;
"
height="24"
class="displayblock width100pc"
>
</th>
<th
class="displayblock width100pc"
style="
font-weight: normal;
padding: 0;
width: 176px;
vertical-align: top;
"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<td align="center">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td
align="center"
style="
border-radius: 300px;
height: 72px;
min-height: 72px;
width: 72px;
vertical-align: middle;
"
height="72"
bgcolor="#0078D7"
>
<img
src="https://www.badsender.com/wp-content/uploads/2024/09/icone02.png"
border="0"
style="display: block"
width="18"
alt=""
/>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<p
style="
margin: 6px 0 12px;
font-family: 'Poppins', Century Gothic, Arial,
Helvetica, sans-serif;
font-size: 14px;
color: #323c41;
text-align: center;
line-height: 15px;
mso-line-height-rule: exactly;
"
>
Découvrez les questions fréquentes
</p>
</td>
</tr>
<tr>
<td align="center">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td
bgcolor="#0078D7"
style="padding: 9px 18px"
class="hover01"
>
<p
style="
margin: 0;
font-family: 'Poppins', Century Gothic,
Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: 700;
line-height: 18px;
mso-line-height-rule: exactly;
"
>
<a
href="https://www.badsender.com/"
target="_blank"
style="
color: #ffffff;
text-decoration: none;
"
>En savoir plus</a
>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</th>
<th
style="
font-weight: normal;
padding: 0;
width: 12px;
height: 24px;
min-height: 24px;
font-size: 1px;
line-height: 1px;
"
height="24"
class="displayblock width100pc"
>
</th>
<th
class="displayblock width100pc"
style="
font-weight: normal;
padding: 0;
width: 176px;
vertical-align: top;
"
>
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
style="width: 100%"
>
<tr>
<td align="center">
<table
cellpadding="0"
cellspacing="0"
border="0"
role="presentation"
>
<tr>
<td
align="center"
style="
border-radius: 300px;
height: 72px;
min-height: 72px;
width: 72px;
vertical-align: middle;
"
height="72"
bgcolor="#0078D7"
>
<img
src="https://www.badsender.com/wp-content/uploads/2024/09/icone03.png"
border="0"
style="display: block"
width="48"
alt=""
/>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<p
style="
margin: 6px 0 0;
font-family: 'Poppins', Century Gothic, Arial,
Helvetica, sans-serif;
font-size: 14px;
color: #323c41;
text-align: center;
line-height: 15px;
mso-line-height-rule: exactly;
"
>
Contactez-nous
</p>
<p
style="
margin: 6px 0;
font-family: 'Poppins', Century Gothic, Arial,
Helvetica, sans-serif;
font-size: 12px;
color: #323c41;
text-align: center;
line-height: 13px;
mso-line-height-rule: exactly;
"
>
Nous sommes à votre écoute par téléphone du
lundi au samedi de 8h à 20h
</p>
<p
style="
margin: 0;
font-family: 'Poppins', Century Gothic, Arial,
Helvetica, sans-serif;
font-size: 18px;
color: #323c41;
text-align: center;
line-height: 20px;
font-weight: 700;
mso-line-height-rule: exactly;
"
>
<a
href="https://www.badsender.com/"
target="_blank"
style="color: #323c41; text-decoration: none"
>09 74 75 01 74</a
>
</p>
</td>
</tr>
</table>
</th>
</tr>
</table>
</td>
</tr>
<tr>
<td
style="padding: 0 0 36px"
class="paddingl24px paddingr24px"
align="center"
>
<h6
style="
margin: 36px 0 18px;
padding: 0;
font-family: 'Poppins', Century Gothic, Arial, Helvetica,
sans-serif;
text-align: center;
font-size: 22px;
font-weight: 700;
color: #323c41;
line-height: 24px;
mso-line-height-rule: exactly;
display: none;
"
class="displayblock"
>
Téléchargez l'appli
</h6>
<a
href="https://www.badsender.com/"
target="_blank"
style="display: none"
class="displayblock"
>
<img
src="https://www.badsender.com/wp-content/uploads/2024/09/appli01.png"
width="148"
border="0"
style="
display: block;
font-family: Century Gothic, Arial, Helvetica,
sans-serif;
color: #58585a;
font-size: 14px;
"
/></a>
<a
href="https://www.badsender.com/"
target="_blank"
style="display: none"
class="displayblock"
>
<img
src="https://www.badsender.com/wp-content/uploads/2024/09/appli02.png"
width="148"
border="0"
style="
display: block;
font-family: Century Gothic, Arial, Helvetica,
sans-serif;
color: #58585a;
font-size: 14px;
margin: 6px 0 0;
"
/></a>
<p
style="
margin: 36px 0 0;
font-family: 'Poppins', Century Gothic, Arial, Helvetica,
sans-serif;
text-align: left;
font-size: 12px;
color: #58585a;
line-height: 15px;
mso-line-height-rule: exactly;
"
>
Vous disposez d’un droit d’accès, de rectification,
d’effacement, d’opposition et de suppression de vos données,
en vous connectant à
<a
href="https://www.badsender.com/"
target="_blank"
style="color: #58585a; text-decoration: underline"
>votre compte client</a
>
ou en contactant le service client à l’adresse
<a
href="https://www.badsender.com/"
target="_blank"
style="color: #58585a; text-decoration: underline"
>dad@castorama.fr</a
>
ou par courrier à l’adresse suivante : Castorama France
Service Client DAD C.S 50101 Templemars - 59637 Wattignies
Cedex.<br /><br />
(1) Offre valable du 4 au 8/09/2024 pour toute ouverture de
carte ou renouvellement de la carte de fidélité C-Casto-Max
au prix de 9,90€. Un ajout de 500 points sera effectué sur
votre compte fidélité. Offre valable en magasin ou sur
<a
href="https://www.badsender.com/"
target="_blank"
style="color: #58585a; text-decoration: underline"
>castorama.fr</a
>.<br /><br />
Vous pouvez également
<a
href="https://www.badsender.com/"
target="_blank"
style="color: #58585a; text-decoration: underline"
>vous désabonner ici</a
><br /><br />
Voir nos
<a
href="https://www.badsender.com/"
target="_blank"
style="color: #58585a; text-decoration: underline"
>conditions générales de vente</a
>.<br /><br />
Castorama France - S.A.S. au capital de 305 868 800 euros
451678973 RCS Lille Métropole<br />
Parc d’activités 59175 Templemars.
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>
Also see: Tab Triggers