<!doctype html>
<html class="js" lang="fr">
<head><!--Content in content_for_header -->
<!--LayoutHub-Embed--><link rel="stylesheet" type="text/css" href="data:text/css;base64," media="all">
<!--LH--><!--/LayoutHub-Embed--><!-- LAYOUTHUB-HELPER -->
<!-- GA4 script tags -->
<script async src="https://www.googletagmanager.com/gtag/js?id="></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', '', { groups: 'layouthub' });
</script>
<!-- End GA4 script tags -->
<!-- GA4 Snippet -->
<script>
window.addEventListener('load', () => {
// fallback for gtag when not initialized
if (typeof window.gtag !== 'function') {
window.gtag = (str1, str2, obj) => {
}
}
// Poll queued events from pixel localStorage and forward to GA
const STORAGE_KEY = 'LH_STORAGE_KEY';
const INTERVAL = 2000;
async function flushQueuedEvents() {
try {
const raw = window.localStorage.getItem(STORAGE_KEY);
if (!raw) return;
const events = JSON.parse(raw);
if (!Array.isArray(events) || events.length === 0) return;
for (const ev of events) {
if (!ev || !ev.name) continue;
const params = ev.params || {};
// attach template tag
params.lh_template_event = "index";
gtag('event', ev.name, Object.assign({ app_event: 'layouthub', send_to: 'layouthub' }, params));
}
// Clear only if all sent
window.localStorage.removeItem(STORAGE_KEY);
} catch (e) {
// swallow to avoid breaking page
}
}
flushQueuedEvents();
setInterval(flushQueuedEvents, INTERVAL);
})
</script>
<!-- End GA4 Snippet --><!-- END LAYOUTHUB-HELPER -->
<!-- LAYOUTHUB-V2-HEADER -->
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Assistant:wght@regular;500;600;700&display=swap" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Assistant:wght@regular;500;600;700&display=swap"></noscript>
<style>
:root{ --lh-other-sale-price-color: #d82727;
--lh-other-sale-bg-color: #d82727;
--lh-other-sale-text-color: #ffffff;
--lh-other-sold-out-bg-color: #adadad;
--lh-other-sold-out-text-color: #ffffff;
--lh-other-tag-1-bg-color: #008c62;
--lh-other-tag-1-text-color: #ffffff;
--lh-other-tag-2-bg-color: #405de6;
--lh-other-tag-2-text-color: #ffffff;
--lh-h1-font-family: Assistant;
--lh-h1-font-size: 52px;
--lh-h1-font-weight: 400;
--lh-h1-line-height: 1.3;
--lh-h1-letter-spacing: 0.6px;
--lh-h1-text-transform: inherit;
--lh-h1-font-style: normal;
--lh-h2-font-family: Assistant;
--lh-h2-font-size: 40px;
--lh-h2-font-weight: 400;
--lh-h2-line-height: 1.3;
--lh-h2-letter-spacing: 0.6px;
--lh-h2-text-transform: inherit;
--lh-h2-font-style: normal;
--lh-h3-font-family: Assistant;
--lh-h3-font-size: 24px;
--lh-h3-font-weight: 400;
--lh-h3-line-height: 1.3;
--lh-h3-letter-spacing: 0.6px;
--lh-h3-text-transform: inherit;
--lh-h3-font-style: normal;
--lh-h4-font-family: Assistant;
--lh-h4-font-size: 18px;
--lh-h4-font-weight: 400;
--lh-h4-line-height: 1.3;
--lh-h4-letter-spacing: 0.6px;
--lh-h4-text-transform: inherit;
--lh-h4-font-style: normal;
--lh-h5-font-family: Assistant;
--lh-h5-font-size: 15px;
--lh-h5-font-weight: 400;
--lh-h5-line-height: 1.3;
--lh-h5-letter-spacing: 0.6px;
--lh-h5-text-transform: inherit;
--lh-h5-font-style: normal;
--lh-p-font-family: Assistant;
--lh-p-font-size: 16px;
--lh-p-font-weight: 400;
--lh-p-line-height: 1.8;
--lh-p-letter-spacing: 0.6px;
--lh-p-text-transform: inherit;
--lh-p-font-style: normal;
--lh-p2-font-family: Assistant;
--lh-p2-font-size: 13.2px;
--lh-p2-font-weight: 400;
--lh-p2-line-height: 1.82;
--lh-p2-letter-spacing: 0.6px;
--lh-p2-text-transform: inherit;
--lh-p2-font-style: normal;
--lh-p3-font-family: Assistant;
--lh-p3-font-size: 18px;
--lh-p3-font-weight: 400;
--lh-p3-line-height: 1.8;
--lh-p3-letter-spacing: 0.6px;
--lh-p3-text-transform: inherit;
--lh-p3-font-style: normal;
--lh-btn-font-size: 15px;
--lh-btn-font-weight: 400;
--lh-btn-letter-spacing: 1px;
--lh-btn-text-transform: normal;
--lh-btn-height: 45px;
--lh-btn-padding: 30px;
--lh-btn-border-radius: 0px;
--lh-btn-transition-hover: 150ms;
--lh-btn-pr-border-width: 1px;
--lh-btn-pr-shadow-x: 0px;
--lh-btn-pr-shadow-y: 0px;
--lh-btn-pr-shadow-blur: 0px;
--lh-btn-pr-shadow-transparent: 0%;
--lh-btn-se-border-width: 1px;
--lh-btn-se-shadow-x: 0px;
--lh-btn-se-shadow-y: 0px;
--lh-btn-se-shadow-blur: 0px;
--lh-btn-se-shadow-transparent: 0%;
--lh-btn-te-underline: underline;
--lh-btn-te-underline-offset: 5px; }
@media (min-width: 768px) and (max-width: 1023px) { :root{ --lh-h1-font-size: 44px;
--lh-h1-line-height: 1.3;
--lh-h1-letter-spacing: 0.6px;
--lh-h2-font-size: 34px;
--lh-h2-line-height: 1.3;
--lh-h3-font-size: 22px;
--lh-h3-line-height: 1.3;
--lh-h5-font-size: 15px;
--lh-btn-font-size: 15px;
--lh-btn-height: 45px;
--lh-btn-padding: 30px;
--lh-btn-pr-border-width: 1px;
--lh-btn-se-border-width: 1px; }}
@media (max-width: 767px) { :root{ --lh-h1-font-size: 40px;
--lh-h2-font-size: 30px;
--lh-h3-font-size: 20px;
--lh-h4-font-size: 18px;
--lh-h5-font-size: 15px;
--lh-btn-font-size: 15px;
--lh-btn-height: 45px;
--lh-btn-padding: 30px;
--lh-btn-pr-border-width: 1px;
--lh-btn-se-border-width: 1px; }}
.lh-scheme-1 {
--lh-text-color: #5b5b5b;
--lh-heading-color: #121212;
--lh-background-color: #ffffff;
--lh-btn-pr-background-color: #121212;
--lh-btn-pr-label-color: #ffffff;
--lh-btn-pr-border-color: #121212;
--lh-btn-se-background-color: #ececec;
--lh-btn-se-label-color: #121212;
--lh-btn-se-border-color: #ececec;
--lh-btn-te-label-color: #121212;
--lh-btn-pr-background-hover: color-mix(in srgb, var(--lh-btn-pr-background-color), white 10%);
--lh-btn-pr-label-hover: color-mix(in srgb, var(--lh-btn-pr-label-color), black 0%);
--lh-btn-pr-border-hover: color-mix(in srgb, var(--lh-btn-pr-border-color), black 0%);
--lh-btn-se-background-hover: color-mix(in srgb, var(--lh-btn-se-background-color), white 10%);
--lh-btn-se-label-hover: color-mix(in srgb, var(--lh-btn-se-label-color), black 0%);
--lh-btn-se-border-hover: color-mix(in srgb, var(--lh-btn-se-border-color), black 0%);
--lh-btn-te-label-hover: color-mix(in srgb, var(--lh-btn-te-label-color), white 25%);
--color-scheme-text: #5b5b5b;
--color-scheme-bg: #ffffff;
--color-scheme-text-50: #f2f2f2;
--color-scheme-text-100: #e6e6e6;
--color-scheme-text-200: #cccccc;
--color-scheme-text-300: #b3b3b3;
--color-scheme-text-400: #999999;
--color-scheme-text-500: #808080;
--color-scheme-text-600: #666666;
--color-scheme-text-700: #4d4d4d;
--color-scheme-text-800: #333333;
--color-scheme-text-900: #1a1a1a;
--color-scheme-text-950: #0d0d0d;
}
.lh-scheme-2 {
--lh-text-color: #5b5b5b5;
--lh-heading-color: #121212;
--lh-background-color: #f5f5f5;
--lh-btn-pr-background-color: #121212;
--lh-btn-pr-label-color: #ffffff;
--lh-btn-pr-border-color: #121212;
--lh-btn-se-background-color: #d8d8d8;
--lh-btn-se-label-color: #121212;
--lh-btn-se-border-color: #d8d8d8;
--lh-btn-te-label-color: #121212;
--lh-btn-pr-background-hover: color-mix(in srgb, var(--lh-btn-pr-background-color), white 10%);
--lh-btn-pr-label-hover: color-mix(in srgb, var(--lh-btn-pr-label-color), black 0%);
--lh-btn-pr-border-hover: color-mix(in srgb, var(--lh-btn-pr-border-color), black 0%);
--lh-btn-se-background-hover: color-mix(in srgb, var(--lh-btn-se-background-color), black 10%);
--lh-btn-se-label-hover: color-mix(in srgb, var(--lh-btn-se-label-color), black 0%);
--lh-btn-se-border-hover: color-mix(in srgb, var(--lh-btn-se-border-color), black 0%);
--lh-btn-te-label-hover: color-mix(in srgb, var(--lh-btn-te-label-color), white 25%);
--color-scheme-text: #5b5b5b5;
--color-scheme-bg: #f5f5f5;
--color-scheme-text-50: #f2f2f2;
--color-scheme-text-100: #e6e6e6;
--color-scheme-text-200: #cccccc;
--color-scheme-text-300: #b3b3b3;
--color-scheme-text-400: #999999;
--color-scheme-text-500: #808080;
--color-scheme-text-600: #666666;
--color-scheme-text-700: #4d4d4d;
--color-scheme-text-800: #333333;
--color-scheme-text-900: #1a1a1a;
--color-scheme-text-950: #0d0d0d;
}
.lh-scheme-3 {
--lh-text-color: #ffffff;
--lh-heading-color: #ffffff;
--lh-background-color: #121212;
--lh-btn-pr-background-color: #ffffff;
--lh-btn-pr-label-color: #121212;
--lh-btn-pr-border-color: #ffffff;
--lh-btn-se-background-color: #ffffff00;
--lh-btn-se-label-color: #ffffff;
--lh-btn-se-border-color: #ffffff;
--lh-btn-te-label-color: #ffffff;
--lh-btn-pr-background-hover: color-mix(in srgb, var(--lh-btn-pr-background-color), black 10%);
--lh-btn-pr-label-hover: color-mix(in srgb, var(--lh-btn-pr-label-color), black 0%);
--lh-btn-pr-border-hover: color-mix(in srgb, var(--lh-btn-pr-border-color), black 0%);
--lh-btn-se-background-hover: color-mix(in srgb, var(--lh-btn-se-background-color), white 100%);
--lh-btn-se-label-hover: color-mix(in srgb, var(--lh-btn-se-label-color), black 100%);
--lh-btn-se-border-hover: color-mix(in srgb, var(--lh-btn-se-border-color), black 0%);
--lh-btn-te-label-hover: color-mix(in srgb, var(--lh-btn-te-label-color), black 25%);
--color-scheme-text: #ffffff;
--color-scheme-bg: #121212;
--color-scheme-text-50: #f2f2f2;
--color-scheme-text-100: #e6e6e6;
--color-scheme-text-200: #cccccc;
--color-scheme-text-300: #b3b3b3;
--color-scheme-text-400: #999999;
--color-scheme-text-500: #808080;
--color-scheme-text-600: #666666;
--color-scheme-text-700: #4d4d4d;
--color-scheme-text-800: #333333;
--color-scheme-text-900: #1a1a1a;
--color-scheme-text-950: #0d0d0d;
}
.lh-h1 {
font-family: var(--lh-h1-font-family);
font-size: var(--lh-h1-font-size);
font-weight: var(--lh-h1-font-weight);
line-height: var(--lh-h1-line-height);
letter-spacing: var(--lh-h1-letter-spacing);
text-transform: var(--lh-h1-text-transform);
font-style: var(--lh-h1-font-style);
color: var(--lh-heading-color);
}
.lh-h2 {
font-family: var(--lh-h2-font-family);
font-size: var(--lh-h2-font-size);
font-weight: var(--lh-h2-font-weight);
line-height: var(--lh-h2-line-height);
letter-spacing: var(--lh-h2-letter-spacing);
text-transform: var(--lh-h2-text-transform);
font-style: var(--lh-h2-font-style);
color: var(--lh-heading-color);
}
.lh-h3 {
font-family: var(--lh-h3-font-family);
font-size: var(--lh-h3-font-size);
font-weight: var(--lh-h3-font-weight);
line-height: var(--lh-h3-line-height);
letter-spacing: var(--lh-h3-letter-spacing);
text-transform: var(--lh-h3-text-transform);
font-style: var(--lh-h3-font-style);
color: var(--lh-heading-color);
}
.lh-h4 {
font-family: var(--lh-h4-font-family);
font-size: var(--lh-h4-font-size);
font-weight: var(--lh-h4-font-weight);
line-height: var(--lh-h4-line-height);
letter-spacing: var(--lh-h4-letter-spacing);
text-transform: var(--lh-h4-text-transform);
font-style: var(--lh-h4-font-style);
color: var(--lh-heading-color);
}
.lh-h5 {
font-family: var(--lh-h5-font-family);
font-size: var(--lh-h5-font-size);
font-weight: var(--lh-h5-font-weight);
line-height: var(--lh-h5-line-height);
letter-spacing: var(--lh-h5-letter-spacing);
text-transform: var(--lh-h5-text-transform);
font-style: var(--lh-h5-font-style);
color: var(--lh-heading-color);
}
.lh-p {
font-family: var(--lh-p-font-family);
font-size: var(--lh-p-font-size);
font-weight: var(--lh-p-font-weight);
line-height: var(--lh-p-line-height);
letter-spacing: var(--lh-p-letter-spacing);
text-transform: var(--lh-p-text-transform);
font-style: var(--lh-p-font-style);
color: var(--lh-text-color);
}
.lh-p2 {
font-family: var(--lh-p2-font-family);
font-size: var(--lh-p2-font-size);
font-weight: var(--lh-p2-font-weight);
line-height: var(--lh-p2-line-height);
letter-spacing: var(--lh-p2-letter-spacing);
text-transform: var(--lh-p2-text-transform);
font-style: var(--lh-p2-font-style);
color: var(--lh-text-color);
}
.lh-p3 {
font-family: var(--lh-p3-font-family);
font-size: var(--lh-p3-font-size);
font-weight: var(--lh-p3-font-weight);
line-height: var(--lh-p3-line-height);
letter-spacing: var(--lh-p3-letter-spacing);
text-transform: var(--lh-p3-text-transform);
font-style: var(--lh-p3-font-style);
color: var(--lh-text-color);
}
.lh-btn-pr, .lh-btn-se, .lh-btn-te {
display: flex;
align-items: center;
justify-content:center;
font-family: var(--lh-p-font-family);
font-size: var(--lh-btn-font-size);
font-weight: var(--lh-btn-font-weight);
text-transform: var(--lh-btn-text-transform);
letter-spacing: var(--lh-btn-letter-spacing);
line-height: 1.5;
font-style: var(--lh-p-font-style);
transition: all ease-in var(--lh-btn-transition-hover, 0ms);
}
.lh-btn-pr {
cursor: pointer;
color: var(--lh-btn-pr-label-color);
height: var(--lh-btn-height);
padding: 0px var(--lh-btn-padding);
border-radius: var(--lh-btn-border-radius);
outline: var(--lh-btn-pr-border-width) solid var(--lh-btn-pr-border-color);
outline-offset: calc(var(--lh-btn-pr-border-width) * -1);
background: var(--lh-btn-pr-background-color);
box-shadow: var(--lh-btn-pr-shadow-x) var(--lh-btn-pr-shadow-y) var(--lh-btn-pr-shadow-blur) rgba(0, 0, 0, var(--lh-btn-pr-shadow-transparent));
}
.lh-btn-pr:hover {
color: var(--lh-btn-pr-label-hover);
background: var(--lh-btn-pr-background-hover);
border-color: var(--lh-btn-pr-border-hover);
}
.lh-btn-se {
cursor: pointer;
color: var(--lh-btn-se-label-color);
height: var(--lh-btn-height);
padding: 0px var(--lh-btn-padding);
border-radius: var(--lh-btn-border-radius);
outline: var(--lh-btn-se-border-width) solid var(--lh-btn-se-border-color);
outline-offset: calc(var(--lh-btn-se-border-width) * -1);
background: var(--lh-btn-se-background-color);
box-shadow: var(--lh-btn-se-shadow-x) var(--lh-btn-se-shadow-y) var(--lh-btn-se-shadow-blur) rgba(0, 0, 0, var(--lh-btn-se-shadow-transparent));
}
.lh-btn-se:hover {
color: var(--lh-btn-se-label-hover);
background: var(--lh-btn-se-background-hover);
border-color: var(--lh-btn-se-border-hover);
}
.lh-btn-te {
cursor: pointer;
color: var(--lh-btn-te-label-color);
text-decoration: var(--lh-btn-te-underline);
text-underline-offset: var(--lh-btn-te-underline-offset);
position: relative;
}
.lh-btn-te:hover {
color: var(--lh-btn-te-label-hover);
}
.lh-sections, .lh-section {
display: block;
width: 100%;
}
.lh-container {
width: 100%;
padding-top: var(--lh-container-padding-top, var(--lh-container-padding, 4rem));
padding-bottom: var(--lh-container-padding-bottom, var(--lh-container-padding, 4rem));
padding-right: var(--lh-container-padding, 1rem);
padding-left: var(--lh-container-padding, 1rem);
max-width: var(--lh-container-width, 1140px);
margin-right: auto;
margin-left: auto;
}
.lh-image-picture {
aspect-ratio: var(--lh-image-ratio, auto);
display: block;
overflow: hidden;
}
.lh-image-picture img {
width: 100%;
height: 100%;
object-fit: var(--lh-image-fit, cover);
object-position: var(--lh-image-position, 50% 50%);
vertical-align: middle;
}
@media (min-width: 993px) {
.lh-image-picture[data-ratio="default"] img {
height: auto;
}
}
@media (min-width: 750px) and (max-width: 992px) {
.lh-image-picture {
aspect-ratio: var(--lh-image-ratio-ta, var(--lh-image-ratio, auto));
}
.lh-image-picture img {
object-fit: var(--lh-image-fit-ta, var(--lh-image-fit,cover));
object-position: var(--lh-image-position-ta, var(--lh-image-position,50% 50%));
}
.lh-image-picture[data-ratio-ta="default"] img {
height: auto;
}
}
@media (max-width: 749px) {
.lh-image-picture {
aspect-ratio: var(--lh-image-ratio-mo, var(--lh-image-ratio, auto));
}
.lh-image-picture img {
object-fit: var(--lh-image-fit-mo, var(--lh-image-fit,cover));
object-position: var(--lh-image-position-mo, var(--lh-image-position,50% 50%));
}
.lh-image-picture[data-ratio-mo="default"] img {
height: auto;
}
}
</style>
<!-- END LAYOUTHUB-V2-HEADER -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="theme-color" content="">
<link rel="canonical" href="https://teckelparis.fr/"><link rel="icon" type="image/png" href="//teckelparis.fr/cdn/shop/files/Favicon_teckel_paris.webp?crop=center&height=32&v=1763655747&width=32"><link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin><title>
Boutique Teckel Paris : Accessoires & Vêtements Teckel
</title>
<meta name="description" content="Boutique Teckel Paris : accessoires, harnais, colliers, jouets et soins spécialement conçus pour les teckels.">
<meta property="og:site_name" content="Teckel Paris">
<meta property="og:url" content="https://teckelparis.fr/">
<meta property="og:title" content="Boutique Teckel Paris : Accessoires & Vêtements Teckel">
<meta property="og:type" content="website">
<meta property="og:description" content="Boutique Teckel Paris : accessoires, harnais, colliers, jouets et soins spécialement conçus pour les teckels."><meta property="og:image" content="http://teckelparis.fr/cdn/shop/files/Logo_teckel_paris_1.png?height=628&pad_color=ffffff&v=1763221319&width=1200">
<meta property="og:image:secure_url" content="https://teckelparis.fr/cdn/shop/files/Logo_teckel_paris_1.png?height=628&pad_color=ffffff&v=1763221319&width=1200">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="628"><meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Boutique Teckel Paris : Accessoires & Vêtements Teckel">
<meta name="twitter:description" content="Boutique Teckel Paris : accessoires, harnais, colliers, jouets et soins spécialement conçus pour les teckels.">
<script src="//teckelparis.fr/cdn/shop/t/2/assets/constants.js?v=132983761750457495441762962926" defer="defer"></script>
<script src="//teckelparis.fr/cdn/shop/t/2/assets/pubsub.js?v=25310214064522200911762962927" defer="defer"></script>
<script src="//teckelparis.fr/cdn/shop/t/2/assets/global.js?v=7301445359237545521762962926" defer="defer"></script>
<script src="//teckelparis.fr/cdn/shop/t/2/assets/details-disclosure.js?v=13653116266235556501762962926" defer="defer"></script>
<script src="//teckelparis.fr/cdn/shop/t/2/assets/details-modal.js?v=25581673532751508451762962926" defer="defer"></script>
<script src="//teckelparis.fr/cdn/shop/t/2/assets/search-form.js?v=133129549252120666541762962927" defer="defer"></script><script src="//teckelparis.fr/cdn/shop/t/2/assets/animations.js?v=88693664871331136111762962925" defer="defer"></script><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/93418160508/digital_wallets/dialog">
<script async="async" src="/checkouts/internal/preloads.js?locale=fr-FR"></script>
<script id="shopify-features" type="application/json">{"accessToken":"9eaf71515140809f9e080d6c285ec50a","betas":["rich-media-storefront-analytics"],"domain":"teckelparis.fr","predictiveSearch":true,"shopId":93418160508,"locale":"fr"}</script>
<script>var Shopify = Shopify || {};
Shopify.shop = "wngm1z-yq.myshopify.com";
Shopify.locale = "fr";
Shopify.currency = {"active":"EUR","rate":"1.0"};
Shopify.country = "FR";
Shopify.theme = {"name":"Dawn","id":183135535484,"schema_name":"Dawn","schema_version":"15.4.0","theme_store_id":887,"role":"main"};
Shopify.theme.handle = "null";
Shopify.theme.style = {"id":null,"handle":null};
Shopify.cdnHost = "teckelparis.fr/cdn";
Shopify.routes = Shopify.routes || {};
Shopify.routes.root = "/";</script>
<script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script>
<script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script>
<script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script>
<script defer="defer" async type="module" src="//teckelparis.fr/cdn/shopifycloud/shop-js/modules/v2/client.init-shop-cart-sync_CFsGrWZK.fr.esm.js"></script>
<script defer="defer" async type="module" src="//teckelparis.fr/cdn/shopifycloud/shop-js/modules/v2/chunk.common_BmZGYhCT.esm.js"></script>
<script type="module">
await import("//teckelparis.fr/cdn/shopifycloud/shop-js/modules/v2/client.init-shop-cart-sync_CFsGrWZK.fr.esm.js");
await import("//teckelparis.fr/cdn/shopifycloud/shop-js/modules/v2/chunk.common_BmZGYhCT.esm.js");
window.Shopify.SignInWithShop?.initShopCartSync?.({"fedCMEnabled":true,"windoidEnabled":true});
</script>
<script>(function() {
var isLoaded = false;
function asyncLoad() {
if (isLoaded) return;
isLoaded = true;
var urls = ["https:\/\/app.layouthub.com\/shopify\/layouthub.js?shop=wngm1z-yq.myshopify.com"];
for (var i = 0; i < urls.length; i++) {
var s = document.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = urls[i];
var x = document.getElementsByTagName('script')[0];
x.parentNode.insertBefore(s, x);
}
};
if(window.attachEvent) {
window.attachEvent('onload', asyncLoad);
} else {
window.addEventListener('load', asyncLoad, false);
}
})();</script>
<script id="__st">var __st={"a":93418160508,"offset":3600,"reqid":"adf94ba7-519e-4962-a898-a8cb89b6a134-1768086130","pageurl":"teckelparis.fr\/","u":"bf78fbb1077c","p":"home"};</script>
<script>window.ShopifyPaypalV4VisibilityTracking = true;</script>
<script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.2.iife.js',D={infoText:'Protégé par hCaptcha',privacyText:'Confidentialité',termsText:'Conditions'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>S(e,t)))}))}(h,new URLSearchParams(w.location.search),n,t,e,['guest_login'])})(!0,!0)}();</script>
<script integrity="sha256-4kQ18oKyAcykRKYeNunJcIwy7WH5gtpwJnB7kiuLZ1E=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//teckelparis.fr/cdn/shopifycloud/storefront/assets/storefront/load_feature-a0a9edcb.js" crossorigin="anonymous"></script>
<script id='scb4127' type='text/javascript' async='' src='https://teckelparis.fr/cdn/shopifycloud/privacy-banner/storefront-banner.js'></script><script id="sections-script" data-sections="header" defer="defer" src="//teckelparis.fr/cdn/shop/t/2/compiled_assets/scripts.js?514"></script>
<script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>
<style data-shopify>
@font-face {
font-family: Inter;
font-weight: 400;
font-style: normal;
font-display: swap;
src: url("//teckelparis.fr/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2") format("woff2"),
url("//teckelparis.fr/cdn/fonts/inter/inter_n4.af8052d517e0c9ffac7b814872cecc27ae1fa132.woff") format("woff");
}
@font-face {
font-family: Inter;
font-weight: 700;
font-style: normal;
font-display: swap;
src: url("//teckelparis.fr/cdn/fonts/inter/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2") format("woff2"),
url("//teckelparis.fr/cdn/fonts/inter/inter_n7.6dab87426f6b8813070abd79972ceaf2f8d3b012.woff") format("woff");
}
@font-face {
font-family: Inter;
font-weight: 400;
font-style: italic;
font-display: swap;
src: url("//teckelparis.fr/cdn/fonts/inter/inter_i4.feae1981dda792ab80d117249d9c7e0f1017e5b3.woff2") format("woff2"),
url("//teckelparis.fr/cdn/fonts/inter/inter_i4.62773b7113d5e5f02c71486623cf828884c85c6e.woff") format("woff");
}
@font-face {
font-family: Inter;
font-weight: 700;
font-style: italic;
font-display: swap;
src: url("//teckelparis.fr/cdn/fonts/inter/inter_i7.b377bcd4cc0f160622a22d638ae7e2cd9b86ea4c.woff2") format("woff2"),
url("//teckelparis.fr/cdn/fonts/inter/inter_i7.7c69a6a34e3bb44fcf6f975857e13b9a9b25beb4.woff") format("woff");
}
@font-face {
font-family: "Tilt Warp";
font-weight: 400;
font-style: normal;
font-display: swap;
src: url("//teckelparis.fr/cdn/fonts/tilt_warp/tiltwarp_n4.f384a3a1626eb8664d9936d63a78a5d24c25afb6.woff2") format("woff2"),
url("//teckelparis.fr/cdn/fonts/tilt_warp/tiltwarp_n4.9aae13ef5959bb7d6e8b06285e7e8e8103e6a67c.woff") format("woff");
}
:root,
.color-scheme-1 {
--color-background: 255,247,234;
--gradient-background: #fff7ea;
--color-foreground: 71,1,2;
--color-background-contrast: 255,198,106;
--color-shadow: 0,0,0;
--color-button: 71,1,2;
--color-button-text: 255,255,255;
--color-secondary-button: 255,247,234;
--color-secondary-button-text: 71,1,2;
--color-link: 71,1,2;
--color-badge-foreground: 71,1,2;
--color-badge-background: 255,247,234;
--color-badge-border: 71,1,2;
--payment-terms-background-color: rgb(255 247 234);
}
.color-scheme-2 {
--color-background: 243,243,243;
--gradient-background: #f3f3f3;
--color-foreground: 18,18,18;
--color-background-contrast: 179,179,179;
--color-shadow: 18,18,18;
--color-button: 18,18,18;
--color-button-text: 243,243,243;
--color-secondary-button: 243,243,243;
--color-secondary-button-text: 18,18,18;
--color-link: 18,18,18;
--color-badge-foreground: 18,18,18;
--color-badge-background: 243,243,243;
--color-badge-border: 18,18,18;
--payment-terms-background-color: rgb(243 243 243);
}
.color-scheme-3 {
--color-background: 244,94,141;
--gradient-background: #f45e8d;
--color-foreground: 255,255,255;
--color-background-contrast: 197,13,71;
--color-shadow: 18,18,18;
--color-button: 255,255,255;
--color-button-text: 0,0,0;
--color-secondary-button: 244,94,141;
--color-secondary-button-text: 255,255,255;
--color-link: 255,255,255;
--color-badge-foreground: 255,255,255;
--color-badge-background: 244,94,141;
--color-badge-border: 255,255,255;
--payment-terms-background-color: rgb(244 94 141);
}
.color-scheme-4 {
--color-background: 205,223,213;
--gradient-background: #cddfd5;
--color-foreground: 56,33,46;
--color-background-contrast: 127,173,148;
--color-shadow: 18,18,18;
--color-button: 255,255,255;
--color-button-text: 18,18,18;
--color-secondary-button: 205,223,213;
--color-secondary-button-text: 255,255,255;
--color-link: 255,255,255;
--color-badge-foreground: 56,33,46;
--color-badge-background: 205,223,213;
--color-badge-border: 56,33,46;
--payment-terms-background-color: rgb(205 223 213);
}
.color-scheme-5 {
--color-background: 51,79,180;
--gradient-background: #334fb4;
--color-foreground: 255,255,255;
--color-background-contrast: 23,35,81;
--color-shadow: 18,18,18;
--color-button: 255,255,255;
--color-button-text: 51,79,180;
--color-secondary-button: 51,79,180;
--color-secondary-button-text: 255,255,255;
--color-link: 255,255,255;
--color-badge-foreground: 255,255,255;
--color-badge-background: 51,79,180;
--color-badge-border: 255,255,255;
--payment-terms-background-color: rgb(51 79 180);
}
.color-scheme-a72615c9-96ad-40a6-ad6c-5603ad20297e {
--color-background: 255,255,255;
--gradient-background: #ffffff;
--color-foreground: 255,255,255;
--color-background-contrast: 191,191,191;
--color-shadow: 0,0,0;
--color-button: 255,255,255;
--color-button-text: 255,255,255;
--color-secondary-button: 255,255,255;
--color-secondary-button-text: 255,255,255;
--color-link: 255,255,255;
--color-badge-foreground: 255,255,255;
--color-badge-background: 255,255,255;
--color-badge-border: 255,255,255;
--payment-terms-background-color: rgb(255 255 255);
}
.color-scheme-8fc1bfa9-2662-4a35-8b11-a473a7d88b09 {
--color-background: 254,154,190;
--gradient-background: #fe9abe;
--color-foreground: 255,255,255;
--color-background-contrast: 253,28,109;
--color-shadow: 18,18,18;
--color-button: 245,85,22;
--color-button-text: 0,0,0;
--color-secondary-button: 254,154,190;
--color-secondary-button-text: 166,23,23;
--color-link: 166,23,23;
--color-badge-foreground: 255,255,255;
--color-badge-background: 254,154,190;
--color-badge-border: 255,255,255;
--payment-terms-background-color: rgb(254 154 190);
}
.color-scheme-525b5781-b414-4ec5-9d6a-6321c5928e68 {
--color-background: 71,1,2;
--gradient-background: #470102;
--color-foreground: 255,255,255;
--color-background-contrast: 252,75,77;
--color-shadow: 18,18,18;
--color-button: 255,255,255;
--color-button-text: 0,0,0;
--color-secondary-button: 71,1,2;
--color-secondary-button-text: 244,94,141;
--color-link: 244,94,141;
--color-badge-foreground: 255,255,255;
--color-badge-background: 71,1,2;
--color-badge-border: 255,255,255;
--payment-terms-background-color: rgb(71 1 2);
}
.color-scheme-d64001ae-7870-4fe5-994b-db3fd83a5257 {
--color-background: 255,237,193;
--gradient-background: #ffedc1;
--color-foreground: 255,255,255;
--color-background-contrast: 255,200,66;
--color-shadow: 18,18,18;
--color-button: 192,22,245;
--color-button-text: 0,0,0;
--color-secondary-button: 255,237,193;
--color-secondary-button-text: 205,223,213;
--color-link: 205,223,213;
--color-badge-foreground: 255,255,255;
--color-badge-background: 255,237,193;
--color-badge-border: 255,255,255;
--payment-terms-background-color: rgb(255 237 193);
}
.color-scheme-41fed907-f0b9-4715-b03f-87837e485e61 {
--color-background: 254,178,41;
--gradient-background: #feb229;
--color-foreground: 71,1,2;
--color-background-contrast: 167,108,1;
--color-shadow: 255,255,255;
--color-button: 71,1,2;
--color-button-text: 255,247,234;
--color-secondary-button: 254,178,41;
--color-secondary-button-text: 255,247,234;
--color-link: 255,247,234;
--color-badge-foreground: 71,1,2;
--color-badge-background: 254,178,41;
--color-badge-border: 71,1,2;
--payment-terms-background-color: rgb(254 178 41);
}
.color-scheme-70bd45a6-cb6d-4ae4-814e-ae14e1916800 {
--color-background: 255,247,234;
--gradient-background: #fff7ea;
--color-foreground: 0,0,0;
--color-background-contrast: 255,198,106;
--color-shadow: 18,18,18;
--color-button: 205,223,213;
--color-button-text: 0,0,0;
--color-secondary-button: 255,247,234;
--color-secondary-button-text: 205,223,213;
--color-link: 205,223,213;
--color-badge-foreground: 0,0,0;
--color-badge-background: 255,247,234;
--color-badge-border: 0,0,0;
--payment-terms-background-color: rgb(255 247 234);
}
body, .color-scheme-1, .color-scheme-2, .color-scheme-3, .color-scheme-4, .color-scheme-5, .color-scheme-a72615c9-96ad-40a6-ad6c-5603ad20297e, .color-scheme-8fc1bfa9-2662-4a35-8b11-a473a7d88b09, .color-scheme-525b5781-b414-4ec5-9d6a-6321c5928e68, .color-scheme-d64001ae-7870-4fe5-994b-db3fd83a5257, .color-scheme-41fed907-f0b9-4715-b03f-87837e485e61, .color-scheme-70bd45a6-cb6d-4ae4-814e-ae14e1916800 {
color: rgba(var(--color-foreground), 0.75);
background-color: rgb(var(--color-background));
}
:root {
--font-body-family: Inter, sans-serif;
--font-body-style: normal;
--font-body-weight: 400;
--font-body-weight-bold: 700;
--font-heading-family: "Tilt Warp", sans-serif;
--font-heading-style: normal;
--font-heading-weight: 400;
--font-body-scale: 1.0;
--font-heading-scale: 1.0;
--media-padding: px;
--media-border-opacity: 0.05;
--media-border-width: 1px;
--media-radius: 0px;
--media-shadow-opacity: 0.0;
--media-shadow-horizontal-offset: 0px;
--media-shadow-vertical-offset: 4px;
--media-shadow-blur-radius: 5px;
--media-shadow-visible: 0;
--page-width: 120rem;
--page-width-margin: 0rem;
--product-card-image-padding: 0.0rem;
--product-card-corner-radius: 0.0rem;
--product-card-text-alignment: left;
--product-card-border-width: 0.0rem;
--product-card-border-opacity: 0.1;
--product-card-shadow-opacity: 0.0;
--product-card-shadow-visible: 0;
--product-card-shadow-horizontal-offset: 0.0rem;
--product-card-shadow-vertical-offset: 0.4rem;
--product-card-shadow-blur-radius: 0.5rem;
--collection-card-image-padding: 0.0rem;
--collection-card-corner-radius: 0.0rem;
--collection-card-text-alignment: left;
--collection-card-border-width: 0.0rem;
--collection-card-border-opacity: 0.1;
--collection-card-shadow-opacity: 0.0;
--collection-card-shadow-visible: 0;
--collection-card-shadow-horizontal-offset: 0.0rem;
--collection-card-shadow-vertical-offset: 0.4rem;
--collection-card-shadow-blur-radius: 0.5rem;
--blog-card-image-padding: 0.0rem;
--blog-card-corner-radius: 0.0rem;
--blog-card-text-alignment: left;
--blog-card-border-width: 0.0rem;
--blog-card-border-opacity: 0.1;
--blog-card-shadow-opacity: 0.0;
--blog-card-shadow-visible: 0;
--blog-card-shadow-horizontal-offset: 0.0rem;
--blog-card-shadow-vertical-offset: 0.4rem;
--blog-card-shadow-blur-radius: 0.5rem;
--badge-corner-radius: 4.0rem;
--popup-border-width: 6px;
--popup-border-opacity: 0.1;
--popup-corner-radius: 0px;
--popup-shadow-opacity: 0.05;
--popup-shadow-horizontal-offset: 0px;
--popup-shadow-vertical-offset: 4px;
--popup-shadow-blur-radius: 5px;
--drawer-border-width: 1px;
--drawer-border-opacity: 0.1;
--drawer-shadow-opacity: 0.0;
--drawer-shadow-horizontal-offset: 0px;
--drawer-shadow-vertical-offset: 4px;
--drawer-shadow-blur-radius: 5px;
--spacing-sections-desktop: 0px;
--spacing-sections-mobile: 0px;
--grid-desktop-vertical-spacing: 8px;
--grid-desktop-horizontal-spacing: 32px;
--grid-mobile-vertical-spacing: 4px;
--grid-mobile-horizontal-spacing: 16px;
--text-boxes-border-opacity: 0.1;
--text-boxes-border-width: 0px;
--text-boxes-radius: 0px;
--text-boxes-shadow-opacity: 0.0;
--text-boxes-shadow-visible: 0;
--text-boxes-shadow-horizontal-offset: 0px;
--text-boxes-shadow-vertical-offset: 4px;
--text-boxes-shadow-blur-radius: 5px;
--buttons-radius: 0px;
--buttons-radius-outset: 0px;
--buttons-border-width: 1px;
--buttons-border-opacity: 1.0;
--buttons-shadow-opacity: 0.0;
--buttons-shadow-visible: 0;
--buttons-shadow-horizontal-offset: 0px;
--buttons-shadow-vertical-offset: 4px;
--buttons-shadow-blur-radius: 5px;
--buttons-border-offset: 0px;
--inputs-radius: 0px;
--inputs-border-width: 1px;
--inputs-border-opacity: 0.55;
--inputs-shadow-opacity: 0.0;
--inputs-shadow-horizontal-offset: 0px;
--inputs-margin-offset: 0px;
--inputs-shadow-vertical-offset: 4px;
--inputs-shadow-blur-radius: 5px;
--inputs-radius-outset: 0px;
--variant-pills-radius: 40px;
--variant-pills-border-width: 1px;
--variant-pills-border-opacity: 0.55;
--variant-pills-shadow-opacity: 0.0;
--variant-pills-shadow-horizontal-offset: 0px;
--variant-pills-shadow-vertical-offset: 4px;
--variant-pills-shadow-blur-radius: 5px;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
font-size: calc(var(--font-body-scale) * 62.5%);
height: 100%;
}
body {
display: grid;
grid-template-rows: auto auto 1fr auto;
grid-template-columns: 100%;
min-height: 100%;
margin: 0;
font-size: 1.5rem;
letter-spacing: 0.06rem;
line-height: calc(1 + 0.8 / var(--font-body-scale));
font-family: var(--font-body-family);
font-style: var(--font-body-style);
font-weight: var(--font-body-weight);
}
@media screen and (min-width: 750px) {
body {
font-size: 1.6rem;
}
}
</style>
<link href="//teckelparis.fr/cdn/shop/t/2/assets/base.css?v=178597082844594110741763390767" rel="stylesheet" type="text/css" media="all" />
<link rel="stylesheet" href="//teckelparis.fr/cdn/shop/t/2/assets/component-cart-items.css?v=13033300910818915211762962925" media="print" onload="this.media='all'">
<link rel="preload" as="font" href="//teckelparis.fr/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2" type="font/woff2" crossorigin>
<link rel="preload" as="font" href="//teckelparis.fr/cdn/fonts/tilt_warp/tiltwarp_n4.f384a3a1626eb8664d9936d63a78a5d24c25afb6.woff2" type="font/woff2" crossorigin>
<link
rel="stylesheet"
href="//teckelparis.fr/cdn/shop/t/2/assets/component-predictive-search.css?v=118923337488134913561762962926"
media="print"
onload="this.media='all'"
><script>
if (Shopify.designMode) {
document.documentElement.classList.add('shopify-design-mode');
}
</script>
<link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch">
<script>(function(){if ("sendBeacon" in navigator && "performance" in window) {try {var session_token_from_headers = performance.getEntriesByType('navigation')[0].serverTiming.find(x => x.name == '_s').description;} catch {var session_token_from_headers = undefined;}var session_cookie_matches = document.cookie.match(/_shopify_s=([^;]*)/);var session_token_from_cookie = session_cookie_matches && session_cookie_matches.length === 2 ? session_cookie_matches[1] : "";var session_token = session_token_from_headers || session_token_from_cookie || "";function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 93418160508,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token,page_type: "index"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script>
<script id="web-pixels-manager-setup">(function e(e,d,r,n,o){if(void 0===o&&(o={}),!Boolean(null===(a=null===(i=window.Shopify)||void 0===i?void 0:i.analytics)||void 0===a?void 0:a.replayQueue)){var i,a;window.Shopify=window.Shopify||{};var t=window.Shopify;t.analytics=t.analytics||{};var s=t.analytics;s.replayQueue=[],s.publish=function(e,d,r){return s.replayQueue.push([e,d,r]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l=function(){var e={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/},d=e.modern,r=e.legacy,n=navigator.userAgent;return n.match(d)?"modern":n.match(r)?"legacy":"unknown"}(),u="modern"===l?"modern":"legacy",c=(null!=n?n:{modern:"",legacy:""})[u],f=function(e){return[e.baseUrl,"/wpm","/b",e.hashVersion,"modern"===e.buildTarget?"m":"l",".js"].join("")}({baseUrl:d,hashVersion:r,buildTarget:u}),m=function(e){var d=e.version,r=e.bundleTarget,n=e.surface,o=e.pageUrl,i=e.monorailEndpoint;return{emit:function(e){var a=e.status,t=e.errorMsg,s=(new Date).getTime(),l=JSON.stringify({metadata:{event_sent_at_ms:s},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:d,bundle_target:r,page_url:o,status:a,surface:n,error_msg:t},metadata:{event_created_at_ms:s}}]});if(!i)return console&&console.warn&&console.warn("[Web Pixels Manager] No Monorail endpoint provided, skipping logging."),!1;try{return self.navigator.sendBeacon.bind(self.navigator)(i,l)}catch(e){}var u=new XMLHttpRequest;try{return u.open("POST",i,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(l),!0}catch(e){return console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."),!1}}}}({version:r,bundleTarget:l,surface:e.surface,pageUrl:self.location.href,monorailEndpoint:e.monorailEndpoint});try{o.browserTarget=l,function(e){var d=e.src,r=e.async,n=void 0===r||r,o=e.onload,i=e.onerror,a=e.sri,t=e.scriptDataAttributes,s=void 0===t?{}:t,l=document.createElement("script"),u=document.querySelector("head"),c=document.querySelector("body");if(l.async=n,l.src=d,a&&(l.integrity=a,l.crossOrigin="anonymous"),s)for(var f in s)if(Object.prototype.hasOwnProperty.call(s,f))try{l.dataset[f]=s[f]}catch(e){}if(o&&l.addEventListener("load",o),i&&l.addEventListener("error",i),u)u.appendChild(l);else{if(!c)throw new Error("Did not find a head or body element to append the script");c.appendChild(l)}}({src:f,async:!0,onload:function(){if(!function(){var e,d;return Boolean(null===(d=null===(e=window.Shopify)||void 0===e?void 0:e.analytics)||void 0===d?void 0:d.initialized)}()){var d=window.webPixelsManager.init(e)||void 0;if(d){var r=window.Shopify.analytics;r.replayQueue.forEach((function(e){var r=e[0],n=e[1],o=e[2];d.publishCustomEvent(r,n,o)})),r.replayQueue=[],r.publish=d.publishCustomEvent,r.visitor=d.visitor,r.initialized=!0}}},onerror:function(){return m.emit({status:"failed",errorMsg:"".concat(f," has failed to load")})},sri:function(e){var d=/^sha384-[A-Za-z0-9+/=]+$/;return"string"==typeof e&&d.test(e)}(c)?c:"",scriptDataAttributes:o}),m.emit({status:"loading"})}catch(e){m.emit({status:"failed",errorMsg:(null==e?void 0:e.message)||"Unknown error"})}}})({shopId: 93418160508,storefrontBaseUrl: "https://teckelparis.fr",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",surface: "storefront-renderer",enabledBetaFlags: ["2dca8a86","a0d5f9d2"],webPixelsConfigList: [{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0450","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0450","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,initData: {"shop":{"name":"Teckel Paris","paymentSettings":{"currencyCode":"EUR"},"myshopifyDomain":"wngm1z-yq.myshopify.com","countryCode":"FR","storefrontUrl":"https:\/\/teckelparis.fr"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},"https://teckelparis.fr/cdn","7cecd0b6w90c54c6cpe92089d5m57a67346",{"modern":"","legacy":""},{"shopId":"93418160508","storefrontBaseUrl":"https:\/\/teckelparis.fr","extensionBaseUrl":"https:\/\/extensions.shopifycdn.com\/cdn\/shopifycloud\/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[\"2dca8a86\", \"a0d5f9d2\"]","isMerchantRequest":"false","hashVersion":"7cecd0b6w90c54c6cpe92089d5m57a67346","publish":"custom","events":"[[\"page_viewed\",{}]]"});</script><script>
window.ShopifyAnalytics = window.ShopifyAnalytics || {};
window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
window.ShopifyAnalytics.meta.currency = 'EUR';
var meta = {"page":{"pageType":"home","requestId":"adf94ba7-519e-4962-a898-a8cb89b6a134-1768086130"}};
for (var attr in meta) {
window.ShopifyAnalytics.meta[attr] = meta[attr];
}
</script>
<script class="analytics">
(function () {
var customDocumentWrite = function(content) {
var jquery = null;
if (window.jQuery) {
jquery = window.jQuery;
} else if (window.Checkout && window.Checkout.$) {
jquery = window.Checkout.$;
}
if (jquery) {
jquery('body').append(content);
}
};
var hasLoggedConversion = function(token) {
if (token) {
return document.cookie.indexOf('loggedConversion=' + token) !== -1;
}
return false;
}
var setCookieIfConversion = function(token) {
if (token) {
var twoMonthsFromNow = new Date(Date.now());
twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2);
document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow;
}
}
var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || [];
if (trekkie.integrations) {
return;
}
trekkie.methods = [
'identify',
'page',
'ready',
'track',
'trackForm',
'trackLink'
];
trekkie.factory = function(method) {
return function() {
var args = Array.prototype.slice.call(arguments);
args.unshift(method);
trekkie.push(args);
return trekkie;
};
};
for (var i = 0; i < trekkie.methods.length; i++) {
var key = trekkie.methods[i];
trekkie[key] = trekkie.factory(key);
}
trekkie.load = function(config) {
trekkie.config = config || {};
trekkie.config.initialDocumentCookie = document.cookie;
var first = document.getElementsByTagName('script')[0];
var script = document.createElement('script');
script.type = 'text/javascript';
script.onerror = function(e) {
var scriptFallback = document.createElement('script');
scriptFallback.type = 'text/javascript';
scriptFallback.onerror = function(error) {
var Monorail = {
produce: function produce(monorailDomain, schemaId, payload) {
var currentMs = new Date().getTime();
var event = {
schema_id: schemaId,
payload: payload,
metadata: {
event_created_at_ms: currentMs,
event_sent_at_ms: currentMs
}
};
return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event));
},
sendRequest: function sendRequest(endpointUrl, payload) {
// Try the sendBeacon API
if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) {
var blobData = new window.Blob([payload], {
type: 'text/plain'
});
if (window.navigator.sendBeacon(endpointUrl, blobData)) {
return true;
} // sendBeacon was not successful
} // XHR beacon
var xhr = new XMLHttpRequest();
try {
xhr.open('POST', endpointUrl);
xhr.setRequestHeader('Content-Type', 'text/plain');
xhr.send(payload);
} catch (e) {
console.log(e);
}
return false;
},
isIos12: function isIos12() {
return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1;
}
};
Monorail.produce('monorail-edge.shopifysvc.com',
'trekkie_storefront_load_errors/1.1',
{shop_id: 93418160508,
theme_id: 183135535484,
app_name: "storefront",
context_url: window.location.href,
source_url: "//teckelparis.fr/cdn/s/trekkie.storefront.05c509f133afcfb9f2a8aef7ef881fd109f9b92e.min.js"});
};
scriptFallback.async = true;
scriptFallback.src = '//teckelparis.fr/cdn/s/trekkie.storefront.05c509f133afcfb9f2a8aef7ef881fd109f9b92e.min.js';
first.parentNode.insertBefore(scriptFallback, first);
};
script.async = true;
script.src = '//teckelparis.fr/cdn/s/trekkie.storefront.05c509f133afcfb9f2a8aef7ef881fd109f9b92e.min.js';
first.parentNode.insertBefore(script, first);
};
trekkie.load(
{"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":93418160508,"isMerchantRequest":null,"themeId":183135535484,"themeCityHash":"5206265840427157454","contentLanguage":"fr","currency":"EUR","eventMetadataId":"c2b29be2-cb8a-4741-af7d-920f4bb84542"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain","enabledBetaFlags":["65f19447"]},"Session Attribution":{},"S2S":{"facebookCapiEnabled":false,"source":"trekkie-storefront-renderer","apiClientId":580111}}
);
var loaded = false;
trekkie.ready(function() {
if (loaded) return;
loaded = true;
window.ShopifyAnalytics.lib = window.trekkie;
var originalDocumentWrite = document.write;
document.write = customDocumentWrite;
try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {};
document.write = originalDocumentWrite;
window.ShopifyAnalytics.lib.page(null,{"pageType":"home","requestId":"adf94ba7-519e-4962-a898-a8cb89b6a134-1768086130","shopifyEmitted":true});
var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/)
var token = match? match[1]: undefined;
if (!hasLoggedConversion(token)) {
setCookieIfConversion(token);
}
});
var eventsListenerScript = document.createElement('script');
eventsListenerScript.async = true;
eventsListenerScript.src = "//teckelparis.fr/cdn/shopifycloud/storefront/assets/shop_events_listener-3da45d37.js";
document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);
})();</script>
<script
defer
src="https://teckelparis.fr/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.0.3.min.js"
data-application="storefront-renderer"
data-shop-id="93418160508"
data-render-region="gcp-europe-west1"
data-page-type="index"
data-theme-instance-id="183135535484"
data-theme-name="Dawn"
data-theme-version="15.4.0"
data-monorail-region="shop_domain"
data-resource-timing-sampling-rate="10"
data-shs="true"
data-shs-beacon="true"
data-shs-export-with-fetch="true"
data-shs-logs-sample-rate="1"
data-shs-beacon-endpoint="https://teckelparis.fr/api/collect"
></script>
<script>window.ShopifyAnalytics = window.ShopifyAnalytics || {};window.ShopifyAnalytics.performance = window.ShopifyAnalytics.performance || {};(function () {const LONG_FRAME_THRESHOLD = 50;const longAnimationFrames = [];let activeRafId = null;function collectLongFrames() {let previousTime = null;function rafMonitor(now) {if (activeRafId === null) {return;}const delta = now - previousTime;if (delta > LONG_FRAME_THRESHOLD) {longAnimationFrames.push({startTime: previousTime,endTime: now,});}previousTime = now;activeRafId = requestAnimationFrame(rafMonitor);}previousTime = performance.now();activeRafId = requestAnimationFrame(rafMonitor);}if (!PerformanceObserver.supportedEntryTypes.includes('long-animation-frame')) {collectLongFrames();const timeoutId = setTimeout(() => {cancelAnimationFrame(activeRafId);}, 10_000);window.ShopifyAnalytics.performance.getLongAnimationFrames = function(stopCollection = false) {if (stopCollection) {clearTimeout(timeoutId);cancelAnimationFrame(activeRafId);}return longAnimationFrames;};}})();</script></head>
<body class="gradient">
<a class="skip-to-content-link button visually-hidden" href="#MainContent">
Ignorer et passer au contenu
</a><!-- BEGIN sections: header-group -->
<div id="shopify-section-sections--25805252723068__announcement-bar" class="shopify-section shopify-section-group-header-group announcement-bar-section"><link href="//teckelparis.fr/cdn/shop/t/2/assets/component-slideshow.css?v=17933591812325749411762962926" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/component-slider.css?v=14039311878856620671762962926" rel="stylesheet" type="text/css" media="all" />
<div
class="utility-bar color-scheme-525b5781-b414-4ec5-9d6a-6321c5928e68 gradient utility-bar--bottom-border"
>
<div class="page-width utility-bar__grid"><slideshow-component
class="announcement-bar"
role="region"
aria-roledescription="Carrousel"
aria-label="Barre d’annonces"
>
<div class="announcement-bar-slider slider-buttons">
<button
type="button"
class="slider-button slider-button--prev"
name="previous"
aria-label="Annonce précédente"
aria-controls="Slider-sections--25805252723068__announcement-bar"
>
<span class="svg-wrapper"><svg class="icon icon-caret" viewbox="0 0 10 6"><path fill="currentColor" fill-rule="evenodd" d="M9.354.646a.5.5 0 0 0-.708 0L5 4.293 1.354.646a.5.5 0 0 0-.708.708l4 4a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708" clip-rule="evenodd"/></svg>
</span>
</button>
<div
class="grid grid--1-col slider slider--everywhere"
id="Slider-sections--25805252723068__announcement-bar"
aria-live="polite"
aria-atomic="true"
data-autoplay="false"
data-speed="5"
><div
class="slideshow__slide slider__slide grid__item grid--1-col"
id="Slide-sections--25805252723068__announcement-bar-1"
role="group"
aria-roledescription="Annonce"
aria-label="1 de 2"
tabindex="-1"
>
<div
class="announcement-bar__announcement"
role="region"
aria-label="Annonce"
><p class="announcement-bar__message h5">
<span>Pleins de nouveautés vous attendent, venez les découvrir !</span></p></div>
</div><div
class="slideshow__slide slider__slide grid__item grid--1-col"
id="Slide-sections--25805252723068__announcement-bar-2"
role="group"
aria-roledescription="Annonce"
aria-label="2 de 2"
tabindex="-1"
>
<div
class="announcement-bar__announcement"
role="region"
aria-label="Annonce"
><p class="announcement-bar__message h5">
<span>Livraison gratuite à partir de 50 €</span></p></div>
</div></div>
<button
type="button"
class="slider-button slider-button--next"
name="next"
aria-label="Annonce suivante"
aria-controls="Slider-sections--25805252723068__announcement-bar"
>
<span class="svg-wrapper"><svg class="icon icon-caret" viewbox="0 0 10 6"><path fill="currentColor" fill-rule="evenodd" d="M9.354.646a.5.5 0 0 0-.708 0L5 4.293 1.354.646a.5.5 0 0 0-.708.708l4 4a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708" clip-rule="evenodd"/></svg>
</span>
</button>
</div>
</slideshow-component><div class="localization-wrapper">
</div>
</div>
</div>
</div><div id="shopify-section-sections--25805252723068__header" class="shopify-section shopify-section-group-header-group section-header"><link rel="stylesheet" href="//teckelparis.fr/cdn/shop/t/2/assets/component-list-menu.css?v=151968516119678728991762962926" media="print" onload="this.media='all'">
<link rel="stylesheet" href="//teckelparis.fr/cdn/shop/t/2/assets/component-search.css?v=165164710990765432851762962926" media="print" onload="this.media='all'">
<link rel="stylesheet" href="//teckelparis.fr/cdn/shop/t/2/assets/component-menu-drawer.css?v=147478906057189667651762962926" media="print" onload="this.media='all'">
<link
rel="stylesheet"
href="//teckelparis.fr/cdn/shop/t/2/assets/component-cart-notification.css?v=54116361853792938221762962926"
media="print"
onload="this.media='all'"
><link rel="stylesheet" href="//teckelparis.fr/cdn/shop/t/2/assets/component-price.css?v=47596247576480123001762962926" media="print" onload="this.media='all'"><style>
header-drawer {
justify-self: start;
margin-left: -1.2rem;
}.scrolled-past-header .header__heading-logo-wrapper {
width: 75%;
}@media screen and (min-width: 990px) {
header-drawer {
display: none;
}
}.menu-drawer-container {
display: flex;
}
.list-menu {
list-style: none;
padding: 0;
margin: 0;
}
.list-menu--inline {
display: inline-flex;
flex-wrap: wrap;
}
summary.list-menu__item {
padding-right: 2.7rem;
}
.list-menu__item {
display: flex;
align-items: center;
line-height: calc(1 + 0.3 / var(--font-body-scale));
}
.list-menu__item--link {
text-decoration: none;
padding-bottom: 1rem;
padding-top: 1rem;
line-height: calc(1 + 0.8 / var(--font-body-scale));
}
@media screen and (min-width: 750px) {
.list-menu__item--link {
padding-bottom: 0.5rem;
padding-top: 0.5rem;
}
}
</style><style data-shopify>.header {
padding: 0px 3rem 0px 3rem;
}
.section-header {
position: sticky; /* This is for fixing a Safari z-index issue. PR #2147 */
margin-bottom: 0px;
}
@media screen and (min-width: 750px) {
.section-header {
margin-bottom: 0px;
}
}
@media screen and (min-width: 990px) {
.header {
padding-top: 0px;
padding-bottom: 0px;
}
}</style><script src="//teckelparis.fr/cdn/shop/t/2/assets/cart-notification.js?v=133508293167896966491762962925" defer="defer"></script>
<sticky-header
data-sticky-type="reduce-logo-size"
class="header-wrapper color-scheme-1 gradient"
><header class="header header--top-center header--mobile-center page-width header--has-menu header--has-account">
<header-drawer data-breakpoint="tablet">
<details id="Details-menu-drawer-container" class="menu-drawer-container">
<summary
class="header__icon header__icon--menu header__icon--summary link focus-inset"
aria-label="Menu"
>
<span><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-hamburger" viewbox="0 0 18 16"><path fill="currentColor" d="M1 .5a.5.5 0 1 0 0 1h15.71a.5.5 0 0 0 0-1zM.5 8a.5.5 0 0 1 .5-.5h15.71a.5.5 0 0 1 0 1H1A.5.5 0 0 1 .5 8m0 7a.5.5 0 0 1 .5-.5h15.71a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-close" viewbox="0 0 18 17"><path fill="currentColor" d="M.865 15.978a.5.5 0 0 0 .707.707l7.433-7.431 7.579 7.282a.501.501 0 0 0 .846-.37.5.5 0 0 0-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 1 0-.707-.708L8.991 7.853 1.413.573a.5.5 0 1 0-.693.72l7.563 7.268z"/></svg>
</span>
</summary>
<div id="menu-drawer" class="gradient menu-drawer motion-reduce color-scheme-1">
<div class="menu-drawer__inner-container">
<div class="menu-drawer__navigation-container">
<nav class="menu-drawer__navigation">
<ul class="menu-drawer__menu has-submenu list-menu" role="list"><li><a
id="HeaderDrawer-pour-teckel"
href="/pages/pour-teckel"
class="menu-drawer__menu-item list-menu__item link link--text focus-inset"
>
Pour Teckel
</a></li><li><a
id="HeaderDrawer-accessoires"
href="/pages/accessoires"
class="menu-drawer__menu-item list-menu__item link link--text focus-inset"
>
Accessoires
</a></li><li><a
id="HeaderDrawer-decorations"
href="/pages/decorations"
class="menu-drawer__menu-item list-menu__item link link--text focus-inset"
>
Décorations
</a></li><li><a
id="HeaderDrawer-blog"
href="/blogs/blog-teckel"
class="menu-drawer__menu-item list-menu__item link link--text focus-inset"
>
Blog
</a></li></ul>
</nav>
<div class="menu-drawer__utility-links"><a
href="https://shopify.com/93418160508/account?locale=fr®ion_country=FR"
class="menu-drawer__account link focus-inset h5 medium-hide large-up-hide"
rel="nofollow"
><account-icon><span class="svg-wrapper"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-account" viewbox="0 0 18 19"><path fill="currentColor" fill-rule="evenodd" d="M6 4.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0m3-4a4 4 0 1 0 0 8 4 4 0 0 0 0-8m5.58 12.15c1.12.82 1.83 2.24 1.91 4.85H1.51c.08-2.6.79-4.03 1.9-4.85C4.66 11.75 6.5 11.5 9 11.5s4.35.26 5.58 1.15M9 10.5c-2.5 0-4.65.24-6.17 1.35C1.27 12.98.5 14.93.5 18v.5h17V18c0-3.07-.77-5.02-2.33-6.15-1.52-1.1-3.67-1.35-6.17-1.35" clip-rule="evenodd"/></svg>
</span></account-icon>Connexion</a><div class="menu-drawer__localization header-localization">
</div><ul class="list list-social list-unstyled" role="list"></ul>
</div>
</div>
</div>
</div>
</details>
</header-drawer>
<details-modal class="header__search">
<details>
<summary
class="header__icon header__icon--search header__icon--summary link focus-inset modal__toggle"
aria-haspopup="dialog"
aria-label="Recherche"
>
<span>
<span class="svg-wrapper"><svg fill="none" class="icon icon-search" viewbox="0 0 18 19"><path fill="currentColor" fill-rule="evenodd" d="M11.03 11.68A5.784 5.784 0 1 1 2.85 3.5a5.784 5.784 0 0 1 8.18 8.18m.26 1.12a6.78 6.78 0 1 1 .72-.7l5.4 5.4a.5.5 0 1 1-.71.7z" clip-rule="evenodd"/></svg>
</span>
<span class="svg-wrapper header__icon-close"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-close" viewbox="0 0 18 17"><path fill="currentColor" d="M.865 15.978a.5.5 0 0 0 .707.707l7.433-7.431 7.579 7.282a.501.501 0 0 0 .846-.37.5.5 0 0 0-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 1 0-.707-.708L8.991 7.853 1.413.573a.5.5 0 1 0-.693.72l7.563 7.268z"/></svg>
</span>
</span>
</summary>
<div
class="search-modal modal__content gradient"
role="dialog"
aria-modal="true"
aria-label="Recherche"
>
<div class="modal-overlay"></div>
<div
class="search-modal__content search-modal__content-bottom"
tabindex="-1"
><predictive-search class="search-modal__form" data-loading-text="Chargement en cours..."><form action="/search" method="get" role="search" class="search search-modal__form">
<div class="field">
<input
class="search__input field__input"
id="Search-In-Modal-1"
type="search"
name="q"
value=""
placeholder="Recherche">
<label class="field__label" for="Search-In-Modal-1">Recherche</label>
<input type="hidden" name="options[prefix]" value="last">
<button
type="reset"
class="reset__button field__button hidden"
aria-label="Effacer le terme de recherche"
>
<span class="svg-wrapper"><svg fill="none" stroke="currentColor" class="icon icon-close" viewbox="0 0 18 18"><circle cx="9" cy="9" r="8.5" stroke-opacity=".2"/><path stroke-linecap="round" stroke-linejoin="round" d="M11.83 11.83 6.172 6.17M6.229 11.885l5.544-5.77"/></svg>
</span>
</button>
<button class="search__button field__button" aria-label="Recherche">
<span class="svg-wrapper"><svg fill="none" class="icon icon-search" viewbox="0 0 18 19"><path fill="currentColor" fill-rule="evenodd" d="M11.03 11.68A5.784 5.784 0 1 1 2.85 3.5a5.784 5.784 0 0 1 8.18 8.18m.26 1.12a6.78 6.78 0 1 1 .72-.7l5.4 5.4a.5.5 0 1 1-.71.7z" clip-rule="evenodd"/></svg>
</span>
</button>
</div><div class="predictive-search predictive-search--header" tabindex="-1" data-predictive-search>
<div class="predictive-search__loading-state">
<svg xmlns="http://www.w3.org/2000/svg" class="spinner" viewbox="0 0 66 66"><circle stroke-width="6" cx="33" cy="33" r="30" fill="none" class="path"/></svg>
</div>
</div>
<span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span></form></predictive-search><button
type="button"
class="search-modal__close-button modal__close-button link link--text focus-inset"
aria-label="Fermer"
>
<span class="svg-wrapper"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-close" viewbox="0 0 18 17"><path fill="currentColor" d="M.865 15.978a.5.5 0 0 0 .707.707l7.433-7.431 7.579 7.282a.501.501 0 0 0 .846-.37.5.5 0 0 0-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 1 0-.707-.708L8.991 7.853 1.413.573a.5.5 0 1 0-.693.72l7.563 7.268z"/></svg>
</span>
</button>
</div>
</div>
</details>
</details-modal>
<h1 class="header__heading"><a href="/" class="header__heading-link link link--text focus-inset"><div class="header__heading-logo-wrapper">
<img src="//teckelparis.fr/cdn/shop/files/Logo_teckel_paris_1.png?v=1763221319&width=600" alt="Teckel Paris" srcset="//teckelparis.fr/cdn/shop/files/Logo_teckel_paris_1.png?v=1763221319&width=90 90w, //teckelparis.fr/cdn/shop/files/Logo_teckel_paris_1.png?v=1763221319&width=135 135w, //teckelparis.fr/cdn/shop/files/Logo_teckel_paris_1.png?v=1763221319&width=180 180w" width="90" height="90.0" loading="eager" class="header__heading-logo motion-reduce" sizes="(max-width: 180px) 50vw, 90px">
</div></a></h1>
<nav class="header__inline-menu">
<ul class="list-menu list-menu--inline" role="list"><li><a
id="HeaderMenu-pour-teckel"
href="/pages/pour-teckel"
class="header__menu-item list-menu__item link link--text focus-inset"
>
<span
>Pour Teckel</span>
</a></li><li><a
id="HeaderMenu-accessoires"
href="/pages/accessoires"
class="header__menu-item list-menu__item link link--text focus-inset"
>
<span
>Accessoires</span>
</a></li><li><a
id="HeaderMenu-decorations"
href="/pages/decorations"
class="header__menu-item list-menu__item link link--text focus-inset"
>
<span
>Décorations</span>
</a></li><li><a
id="HeaderMenu-blog"
href="/blogs/blog-teckel"
class="header__menu-item list-menu__item link link--text focus-inset"
>
<span
>Blog</span>
</a></li></ul>
</nav>
<div class="header__icons header__icons--localization header-localization">
<div class="desktop-localization-wrapper">
</div>
<details-modal class="header__search">
<details>
<summary
class="header__icon header__icon--search header__icon--summary link focus-inset modal__toggle"
aria-haspopup="dialog"
aria-label="Recherche"
>
<span>
<span class="svg-wrapper"><svg fill="none" class="icon icon-search" viewbox="0 0 18 19"><path fill="currentColor" fill-rule="evenodd" d="M11.03 11.68A5.784 5.784 0 1 1 2.85 3.5a5.784 5.784 0 0 1 8.18 8.18m.26 1.12a6.78 6.78 0 1 1 .72-.7l5.4 5.4a.5.5 0 1 1-.71.7z" clip-rule="evenodd"/></svg>
</span>
<span class="svg-wrapper header__icon-close"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-close" viewbox="0 0 18 17"><path fill="currentColor" d="M.865 15.978a.5.5 0 0 0 .707.707l7.433-7.431 7.579 7.282a.501.501 0 0 0 .846-.37.5.5 0 0 0-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 1 0-.707-.708L8.991 7.853 1.413.573a.5.5 0 1 0-.693.72l7.563 7.268z"/></svg>
</span>
</span>
</summary>
<div
class="search-modal modal__content gradient"
role="dialog"
aria-modal="true"
aria-label="Recherche"
>
<div class="modal-overlay"></div>
<div
class="search-modal__content search-modal__content-bottom"
tabindex="-1"
><predictive-search class="search-modal__form" data-loading-text="Chargement en cours..."><form action="/search" method="get" role="search" class="search search-modal__form">
<div class="field">
<input
class="search__input field__input"
id="Search-In-Modal"
type="search"
name="q"
value=""
placeholder="Recherche">
<label class="field__label" for="Search-In-Modal">Recherche</label>
<input type="hidden" name="options[prefix]" value="last">
<button
type="reset"
class="reset__button field__button hidden"
aria-label="Effacer le terme de recherche"
>
<span class="svg-wrapper"><svg fill="none" stroke="currentColor" class="icon icon-close" viewbox="0 0 18 18"><circle cx="9" cy="9" r="8.5" stroke-opacity=".2"/><path stroke-linecap="round" stroke-linejoin="round" d="M11.83 11.83 6.172 6.17M6.229 11.885l5.544-5.77"/></svg>
</span>
</button>
<button class="search__button field__button" aria-label="Recherche">
<span class="svg-wrapper"><svg fill="none" class="icon icon-search" viewbox="0 0 18 19"><path fill="currentColor" fill-rule="evenodd" d="M11.03 11.68A5.784 5.784 0 1 1 2.85 3.5a5.784 5.784 0 0 1 8.18 8.18m.26 1.12a6.78 6.78 0 1 1 .72-.7l5.4 5.4a.5.5 0 1 1-.71.7z" clip-rule="evenodd"/></svg>
</span>
</button>
</div><div class="predictive-search predictive-search--header" tabindex="-1" data-predictive-search>
<div class="predictive-search__loading-state">
<svg xmlns="http://www.w3.org/2000/svg" class="spinner" viewbox="0 0 66 66"><circle stroke-width="6" cx="33" cy="33" r="30" fill="none" class="path"/></svg>
</div>
</div>
<span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span></form></predictive-search><button
type="button"
class="search-modal__close-button modal__close-button link link--text focus-inset"
aria-label="Fermer"
>
<span class="svg-wrapper"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-close" viewbox="0 0 18 17"><path fill="currentColor" d="M.865 15.978a.5.5 0 0 0 .707.707l7.433-7.431 7.579 7.282a.501.501 0 0 0 .846-.37.5.5 0 0 0-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 1 0-.707-.708L8.991 7.853 1.413.573a.5.5 0 1 0-.693.72l7.563 7.268z"/></svg>
</span>
</button>
</div>
</div>
</details>
</details-modal>
<a
href="https://shopify.com/93418160508/account?locale=fr®ion_country=FR"
class="header__icon header__icon--account link focus-inset small-hide"
rel="nofollow"
><account-icon><span class="svg-wrapper"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-account" viewbox="0 0 18 19"><path fill="currentColor" fill-rule="evenodd" d="M6 4.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0m3-4a4 4 0 1 0 0 8 4 4 0 0 0 0-8m5.58 12.15c1.12.82 1.83 2.24 1.91 4.85H1.51c.08-2.6.79-4.03 1.9-4.85C4.66 11.75 6.5 11.5 9 11.5s4.35.26 5.58 1.15M9 10.5c-2.5 0-4.65.24-6.17 1.35C1.27 12.98.5 14.93.5 18v.5h17V18c0-3.07-.77-5.02-2.33-6.15-1.52-1.1-3.67-1.35-6.17-1.35" clip-rule="evenodd"/></svg>
</span></account-icon><span class="visually-hidden">Connexion</span>
</a><a href="/cart" class="header__icon header__icon--cart link focus-inset" id="cart-icon-bubble">
<span class="svg-wrapper"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-cart-empty" viewbox="0 0 40 40"><path fill="currentColor" fill-rule="evenodd" d="M15.75 11.8h-3.16l-.77 11.6a5 5 0 0 0 4.99 5.34h7.38a5 5 0 0 0 4.99-5.33L28.4 11.8zm0 1h-2.22l-.71 10.67a4 4 0 0 0 3.99 4.27h7.38a4 4 0 0 0 4-4.27l-.72-10.67h-2.22v.63a4.75 4.75 0 1 1-9.5 0zm8.5 0h-7.5v.63a3.75 3.75 0 1 0 7.5 0z"/></svg>
</span>
<span class="visually-hidden">Panier</span></a>
</div>
</header>
</sticky-header>
<cart-notification>
<div class="cart-notification-wrapper page-width">
<div
id="cart-notification"
class="cart-notification focus-inset color-scheme-1 gradient"
aria-modal="true"
aria-label="Article ajouté au panier"
role="dialog"
tabindex="-1"
>
<div class="cart-notification__header">
<h2 class="cart-notification__heading caption-large text-body"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-checkmark" viewbox="0 0 12 9"><path fill="currentColor" fill-rule="evenodd" d="M11.35.643a.5.5 0 0 1 .006.707l-6.77 6.886a.5.5 0 0 1-.719-.006L.638 4.845a.5.5 0 1 1 .724-.69l2.872 3.011 6.41-6.517a.5.5 0 0 1 .707-.006z" clip-rule="evenodd"/></svg>
Article ajouté au panier
</h2>
<button
type="button"
class="cart-notification__close modal__close-button link link--text focus-inset"
aria-label="Fermer"
>
<span class="svg-wrapper"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-close" viewbox="0 0 18 17"><path fill="currentColor" d="M.865 15.978a.5.5 0 0 0 .707.707l7.433-7.431 7.579 7.282a.501.501 0 0 0 .846-.37.5.5 0 0 0-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 1 0-.707-.708L8.991 7.853 1.413.573a.5.5 0 1 0-.693.72l7.563 7.268z"/></svg>
</span>
</button>
</div>
<div id="cart-notification-product" class="cart-notification-product"></div>
<div class="cart-notification__links">
<a
href="/cart"
id="cart-notification-button"
class="button button--secondary button--full-width"
>Voir le panier</a>
<form action="/cart" method="post" id="cart-notification-form">
<button class="button button--primary button--full-width" name="checkout">
Procéder au paiement
</button>
</form>
<button type="button" class="link button-label">Continuer les achats</button>
</div>
</div>
</div>
</cart-notification>
<style data-shopify>
.cart-notification {
display: none;
}
</style>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Teckel Paris",
"logo": "https:\/\/teckelparis.fr\/cdn\/shop\/files\/Logo_teckel_paris_1.png?v=1763221319\u0026width=500",
"sameAs": [
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"url": "https:\/\/teckelparis.fr"
}
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "Teckel Paris",
"potentialAction": {
"@type": "SearchAction",
"target": "https:\/\/teckelparis.fr\/search?q={search_term_string}",
"query-input": "required name=search_term_string"
},
"url": "https:\/\/teckelparis.fr"
}
</script>
</div><section id="shopify-section-sections--25805252723068__custom_liquid_9yMGMF" class="shopify-section shopify-section-group-header-group section"><style data-shopify>.section-sections--25805252723068__custom_liquid_9yMGMF-padding {
padding-top: calc(4px * 0.75);
padding-bottom: calc(0px * 0.75);
}
@media screen and (min-width: 750px) {
.section-sections--25805252723068__custom_liquid_9yMGMF-padding {
padding-top: 4px;
padding-bottom: 0px;
}
}</style><div class="color-scheme-70bd45a6-cb6d-4ae4-814e-ae14e1916800 gradient">
<div class="section-sections--25805252723068__custom_liquid_9yMGMF-padding">
<div class="devanture-container">
<img src="//teckelparis.fr/cdn/shop/files/devanture.png?v=7214663552691412675" alt="Décor devanture" class="devanture-image" />
</div>
</div>
</div>
</section>
<!-- END sections: header-group -->
<main id="MainContent" class="content-for-layout focus-none" role="main" tabindex="-1">
<!--LayoutHub-Workspace-Start--><section id="shopify-section-template--25805252231548__image_banner" class="shopify-section section"><link href="//teckelparis.fr/cdn/shop/t/2/assets/section-image-banner.css?v=124819179385751388401762962928" rel="stylesheet" type="text/css" media="all" />
<style data-shopify>#Banner-template--25805252231548__image_banner::after {
opacity: 0.0;
}</style><div
id="Banner-template--25805252231548__image_banner"
class="banner banner--content-align-left banner--content-align-mobile-left banner--large banner--desktop-transparent scroll-trigger animate--fade-in"
><div class="banner__media media scroll-trigger animate--fade-in"><img src="//teckelparis.fr/cdn/shop/files/teckel_HP_300x-100.jpg?v=1763640534&width=3840" alt="" srcset="//teckelparis.fr/cdn/shop/files/teckel_HP_300x-100.jpg?v=1763640534&width=375 375w, //teckelparis.fr/cdn/shop/files/teckel_HP_300x-100.jpg?v=1763640534&width=550 550w, //teckelparis.fr/cdn/shop/files/teckel_HP_300x-100.jpg?v=1763640534&width=750 750w, //teckelparis.fr/cdn/shop/files/teckel_HP_300x-100.jpg?v=1763640534&width=1100 1100w, //teckelparis.fr/cdn/shop/files/teckel_HP_300x-100.jpg?v=1763640534&width=1500 1500w, //teckelparis.fr/cdn/shop/files/teckel_HP_300x-100.jpg?v=1763640534&width=1780 1780w, //teckelparis.fr/cdn/shop/files/teckel_HP_300x-100.jpg?v=1763640534&width=2000 2000w, //teckelparis.fr/cdn/shop/files/teckel_HP_300x-100.jpg?v=1763640534&width=3000 3000w, //teckelparis.fr/cdn/shop/files/teckel_HP_300x-100.jpg?v=1763640534&width=3840 3840w" width="1875" height="858.0" sizes="100vw" fetchpriority="high">
</div><div class="banner__content banner__content--bottom-left page-width scroll-trigger animate--slide-in">
<div class="banner__box content-container content-container--full-width-mobile color-scheme-1 gradient"><h2
class="banner__heading inline-richtext hxxl"
>
Pour les Teckels
</h2><div class="banner__text rte body" >
<p>Une boutique spécialisée dans les produits et accessoires pour Teckel et pour leurs propriétaires</p>
</div><div
class="banner__buttons"
><a
href="/collections/all"
class="button button--secondary"
>Découvrir nos produits</a></div></div>
</div>
</div>
</section><div id="shopify-section-template--25805252231548__nuages_e3bwEF" class="shopify-section"><div class="nuages-section">
<div class="nuages-content">
</div>
<img src="//teckelparis.fr/cdn/shop/files/nuage.png?v=15109582289648902143" alt="Nuage bas" class="nuage bas">
</div>
</div><section id="shopify-section-template--25805252231548__featured_collection_HFnC3R" class="shopify-section section"><link href="//teckelparis.fr/cdn/shop/t/2/assets/component-card.css?v=120341546515895839841762962925" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/component-price.css?v=47596247576480123001762962926" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/component-slider.css?v=14039311878856620671762962926" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/template-collection.css?v=58558206033505836701762962928" rel="stylesheet" type="text/css" media="all" />
<style data-shopify>.section-template--25805252231548__featured_collection_HFnC3R-padding {
padding-top: 27px;
padding-bottom: 27px;
}
@media screen and (min-width: 750px) {
.section-template--25805252231548__featured_collection_HFnC3R-padding {
padding-top: 36px;
padding-bottom: 36px;
}
}</style><div
class="color-scheme-1 isolate gradient"
>
<div
class="collection section-template--25805252231548__featured_collection_HFnC3R-padding"
id="collection-template--25805252231548__featured_collection_HFnC3R"
data-id="template--25805252231548__featured_collection_HFnC3R"
>
<div class="collection__title title-wrapper title-wrapper--no-top-margin page-width"><h2 class="title inline-richtext h1 scroll-trigger animate--slide-in">
Nos Dernières Nouveautés
</h2></div>
<slider-component class="slider-mobile-gutter page-width page-width-desktop scroll-trigger animate--slide-in">
<ul
id="Slider-template--25805252231548__featured_collection_HFnC3R"
data-id="template--25805252231548__featured_collection_HFnC3R"
class="grid product-grid contains-card contains-card--product contains-card--standard grid--4-col-desktop grid--2-col-tablet-down"
role="list"
aria-label="Carrousel"
>
<li
id="Slide-template--25805252231548__featured_collection_HFnC3R-1"
class="grid__item scroll-trigger animate--slide-in"
data-cascade
style="--animation-order: 1;"
>
<link href="//teckelparis.fr/cdn/shop/t/2/assets/component-rating.css?v=179577762467860590411762962926" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/component-volume-pricing.css?v=111870094811454961941762962926" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/component-price.css?v=47596247576480123001762962926" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/quick-order-list.css?v=86354568948591544181762962927" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/quantity-popover.css?v=160630540099520878331762962927" rel="stylesheet" type="text/css" media="all" />
<div class="card-wrapper product-card-wrapper underline-links-hover">
<div
class="card card--standard card--media"
style="--ratio-percent: 100.0%;"
>
<div
class="card__inner color-scheme-2 gradient ratio"
style="--ratio-percent: 100.0%;"
><div class="card__media">
<div class="media media--transparent media--hover-effect">
<img
srcset="//teckelparis.fr/cdn/shop/files/d84051ad-6a1b-408c-aaa5-e0f593d9862d.jpg?v=1763384491&width=165 165w,//teckelparis.fr/cdn/shop/files/d84051ad-6a1b-408c-aaa5-e0f593d9862d.jpg?v=1763384491&width=360 360w,//teckelparis.fr/cdn/shop/files/d84051ad-6a1b-408c-aaa5-e0f593d9862d.jpg?v=1763384491&width=533 533w,//teckelparis.fr/cdn/shop/files/d84051ad-6a1b-408c-aaa5-e0f593d9862d.jpg?v=1763384491&width=720 720w,//teckelparis.fr/cdn/shop/files/d84051ad-6a1b-408c-aaa5-e0f593d9862d.jpg?v=1763384491&width=940 940w,//teckelparis.fr/cdn/shop/files/d84051ad-6a1b-408c-aaa5-e0f593d9862d.jpg?v=1763384491&width=1066 1066w,//teckelparis.fr/cdn/shop/files/d84051ad-6a1b-408c-aaa5-e0f593d9862d.jpg?v=1763384491 1080w "
src="//teckelparis.fr/cdn/shop/files/d84051ad-6a1b-408c-aaa5-e0f593d9862d.jpg?v=1763384491&width=533"
sizes="(min-width: 1200px) 267px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
alt="Mini Peluche Teckel"
class="motion-reduce"
width="1080"
height="1080"
>
</div>
</div><div class="card__content">
<div class="card__information">
<h3
class="card__heading"
>
<a
href="/products/mini-peluche-teckel"
id="StandardCardNoMediaLink-template--25805252231548__featured_collection_HFnC3R-15719043498364"
class="full-unstyled-link"
aria-labelledby="StandardCardNoMediaLink-template--25805252231548__featured_collection_HFnC3R-15719043498364 NoMediaStandardBadge-template--25805252231548__featured_collection_HFnC3R-15719043498364"
>
Mini Peluche Teckel
</a>
</h3>
</div>
<div class="card__badge bottom left"></div>
</div>
</div>
<div class="card__content">
<div class="card__information">
<h3
class="card__heading h5"
id="title-template--25805252231548__featured_collection_HFnC3R-15719043498364"
>
<a
href="/products/mini-peluche-teckel"
id="CardLink-template--25805252231548__featured_collection_HFnC3R-15719043498364"
class="full-unstyled-link"
aria-labelledby="CardLink-template--25805252231548__featured_collection_HFnC3R-15719043498364 Badge-template--25805252231548__featured_collection_HFnC3R-15719043498364"
>
Mini Peluche Teckel
</a>
</h3>
<div class="card-information"><span class="caption-large light"></span>
<div
class="price price--no-compare"
>
<div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Prix habituel</span>
<span class="price-item price-item--regular">
€15,00 EUR
</span></div>
<div class="price__sale"><span class="visually-hidden visually-hidden--inline">Prix promotionnel</span>
<span class="price-item price-item--sale price-item--last">
€15,00 EUR
</span>
</div></div></div>
</div>
</div>
<div class="card__badge bottom left"></div>
</div>
</div>
</div>
</li>
<li
id="Slide-template--25805252231548__featured_collection_HFnC3R-2"
class="grid__item scroll-trigger animate--slide-in"
data-cascade
style="--animation-order: 2;"
>
<div class="card-wrapper product-card-wrapper underline-links-hover">
<div
class="card card--standard card--media"
style="--ratio-percent: 100.0%;"
>
<div
class="card__inner color-scheme-2 gradient ratio"
style="--ratio-percent: 100.0%;"
><div class="card__media">
<div class="media media--transparent media--hover-effect">
<img
srcset="//teckelparis.fr/cdn/shop/files/H532e15b8ddbf466d8106e5979a36d1fd9.webp?v=1763499727&width=165 165w,//teckelparis.fr/cdn/shop/files/H532e15b8ddbf466d8106e5979a36d1fd9.webp?v=1763499727&width=360 360w,//teckelparis.fr/cdn/shop/files/H532e15b8ddbf466d8106e5979a36d1fd9.webp?v=1763499727&width=533 533w,//teckelparis.fr/cdn/shop/files/H532e15b8ddbf466d8106e5979a36d1fd9.webp?v=1763499727&width=720 720w,//teckelparis.fr/cdn/shop/files/H532e15b8ddbf466d8106e5979a36d1fd9.webp?v=1763499727 800w "
src="//teckelparis.fr/cdn/shop/files/H532e15b8ddbf466d8106e5979a36d1fd9.webp?v=1763499727&width=533"
sizes="(min-width: 1200px) 267px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
alt="Peluche Teckel à Rayures"
class="motion-reduce"
width="800"
height="800"
>
</div>
</div><div class="card__content">
<div class="card__information">
<h3
class="card__heading"
>
<a
href="/products/peluche-teckel-a-rayures"
id="StandardCardNoMediaLink-template--25805252231548__featured_collection_HFnC3R-15719043793276"
class="full-unstyled-link"
aria-labelledby="StandardCardNoMediaLink-template--25805252231548__featured_collection_HFnC3R-15719043793276 NoMediaStandardBadge-template--25805252231548__featured_collection_HFnC3R-15719043793276"
>
Peluche Teckel à Rayures
</a>
</h3>
</div>
<div class="card__badge bottom left"></div>
</div>
</div>
<div class="card__content">
<div class="card__information">
<h3
class="card__heading h5"
id="title-template--25805252231548__featured_collection_HFnC3R-15719043793276"
>
<a
href="/products/peluche-teckel-a-rayures"
id="CardLink-template--25805252231548__featured_collection_HFnC3R-15719043793276"
class="full-unstyled-link"
aria-labelledby="CardLink-template--25805252231548__featured_collection_HFnC3R-15719043793276 Badge-template--25805252231548__featured_collection_HFnC3R-15719043793276"
>
Peluche Teckel à Rayures
</a>
</h3>
<div class="card-information"><span class="caption-large light"></span>
<div
class="price"
>
<div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Prix habituel</span>
<span class="price-item price-item--regular">
À partir de €29,99 EUR
</span></div>
<div class="price__sale">
<span class="visually-hidden visually-hidden--inline">Prix habituel</span>
<span>
<s class="price-item price-item--regular">
€3,11 EUR
</s>
</span><span class="visually-hidden visually-hidden--inline">Prix promotionnel</span>
<span class="price-item price-item--sale price-item--last">
À partir de €29,99 EUR
</span>
</div></div></div>
</div>
</div>
<div class="card__badge bottom left"></div>
</div>
</div>
</div>
</li>
<li
id="Slide-template--25805252231548__featured_collection_HFnC3R-3"
class="grid__item scroll-trigger animate--slide-in"
data-cascade
style="--animation-order: 3;"
>
<div class="card-wrapper product-card-wrapper underline-links-hover">
<div
class="card card--standard card--media"
style="--ratio-percent: 100.0%;"
>
<div
class="card__inner color-scheme-2 gradient ratio"
style="--ratio-percent: 100.0%;"
><div class="card__media">
<div class="media media--transparent media--hover-effect">
<img
srcset="//teckelparis.fr/cdn/shop/files/Hf99a724bb43e4ebe803d058401a6880b9.webp?v=1763384495&width=165 165w,//teckelparis.fr/cdn/shop/files/Hf99a724bb43e4ebe803d058401a6880b9.webp?v=1763384495&width=360 360w,//teckelparis.fr/cdn/shop/files/Hf99a724bb43e4ebe803d058401a6880b9.webp?v=1763384495&width=533 533w,//teckelparis.fr/cdn/shop/files/Hf99a724bb43e4ebe803d058401a6880b9.webp?v=1763384495&width=720 720w,//teckelparis.fr/cdn/shop/files/Hf99a724bb43e4ebe803d058401a6880b9.webp?v=1763384495 800w "
src="//teckelparis.fr/cdn/shop/files/Hf99a724bb43e4ebe803d058401a6880b9.webp?v=1763384495&width=533"
sizes="(min-width: 1200px) 267px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
alt="Teckel en peluche"
class="motion-reduce"
width="800"
height="800"
>
</div>
</div><div class="card__content">
<div class="card__information">
<h3
class="card__heading"
>
<a
href="/products/teckel-en-peluche"
id="StandardCardNoMediaLink-template--25805252231548__featured_collection_HFnC3R-15719043826044"
class="full-unstyled-link"
aria-labelledby="StandardCardNoMediaLink-template--25805252231548__featured_collection_HFnC3R-15719043826044 NoMediaStandardBadge-template--25805252231548__featured_collection_HFnC3R-15719043826044"
>
Teckel en peluche
</a>
</h3>
</div>
<div class="card__badge bottom left"></div>
</div>
</div>
<div class="card__content">
<div class="card__information">
<h3
class="card__heading h5"
id="title-template--25805252231548__featured_collection_HFnC3R-15719043826044"
>
<a
href="/products/teckel-en-peluche"
id="CardLink-template--25805252231548__featured_collection_HFnC3R-15719043826044"
class="full-unstyled-link"
aria-labelledby="CardLink-template--25805252231548__featured_collection_HFnC3R-15719043826044 Badge-template--25805252231548__featured_collection_HFnC3R-15719043826044"
>
Teckel en peluche
</a>
</h3>
<div class="card-information"><span class="caption-large light"></span>
<div
class="price"
>
<div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Prix habituel</span>
<span class="price-item price-item--regular">
À partir de €35,99 EUR
</span></div>
<div class="price__sale">
<span class="visually-hidden visually-hidden--inline">Prix habituel</span>
<span>
<s class="price-item price-item--regular">
€13,19 EUR
</s>
</span><span class="visually-hidden visually-hidden--inline">Prix promotionnel</span>
<span class="price-item price-item--sale price-item--last">
À partir de €35,99 EUR
</span>
</div></div></div>
</div>
</div>
<div class="card__badge bottom left"></div>
</div>
</div>
</div>
</li>
<li
id="Slide-template--25805252231548__featured_collection_HFnC3R-4"
class="grid__item scroll-trigger animate--slide-in"
data-cascade
style="--animation-order: 4;"
>
<div class="card-wrapper product-card-wrapper underline-links-hover">
<div
class="card card--standard card--media"
style="--ratio-percent: 100.0%;"
>
<div
class="card__inner color-scheme-2 gradient ratio"
style="--ratio-percent: 100.0%;"
><div class="card__media">
<div class="media media--transparent media--hover-effect">
<img
srcset="//teckelparis.fr/cdn/shop/files/3a5d410e0ee573db0f8bc6aaa8dff774.jpg?v=1763384492&width=165 165w,//teckelparis.fr/cdn/shop/files/3a5d410e0ee573db0f8bc6aaa8dff774.jpg?v=1763384492&width=360 360w,//teckelparis.fr/cdn/shop/files/3a5d410e0ee573db0f8bc6aaa8dff774.jpg?v=1763384492&width=533 533w,//teckelparis.fr/cdn/shop/files/3a5d410e0ee573db0f8bc6aaa8dff774.jpg?v=1763384492&width=720 720w,//teckelparis.fr/cdn/shop/files/3a5d410e0ee573db0f8bc6aaa8dff774.jpg?v=1763384492 800w "
src="//teckelparis.fr/cdn/shop/files/3a5d410e0ee573db0f8bc6aaa8dff774.jpg?v=1763384492&width=533"
sizes="(min-width: 1200px) 267px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
alt="Peluche Teckel"
class="motion-reduce"
width="800"
height="800"
>
</div>
</div><div class="card__content">
<div class="card__information">
<h3
class="card__heading"
>
<a
href="/products/peluche-teckel"
id="StandardCardNoMediaLink-template--25805252231548__featured_collection_HFnC3R-15719043694972"
class="full-unstyled-link"
aria-labelledby="StandardCardNoMediaLink-template--25805252231548__featured_collection_HFnC3R-15719043694972 NoMediaStandardBadge-template--25805252231548__featured_collection_HFnC3R-15719043694972"
>
Peluche Teckel
</a>
</h3>
</div>
<div class="card__badge bottom left"></div>
</div>
</div>
<div class="card__content">
<div class="card__information">
<h3
class="card__heading h5"
id="title-template--25805252231548__featured_collection_HFnC3R-15719043694972"
>
<a
href="/products/peluche-teckel"
id="CardLink-template--25805252231548__featured_collection_HFnC3R-15719043694972"
class="full-unstyled-link"
aria-labelledby="CardLink-template--25805252231548__featured_collection_HFnC3R-15719043694972 Badge-template--25805252231548__featured_collection_HFnC3R-15719043694972"
>
Peluche Teckel
</a>
</h3>
<div class="card-information"><span class="caption-large light"></span>
<div
class="price"
>
<div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Prix habituel</span>
<span class="price-item price-item--regular">
€30,99 EUR
</span></div>
<div class="price__sale">
<span class="visually-hidden visually-hidden--inline">Prix habituel</span>
<span>
<s class="price-item price-item--regular">
€20,37 EUR
</s>
</span><span class="visually-hidden visually-hidden--inline">Prix promotionnel</span>
<span class="price-item price-item--sale price-item--last">
€30,99 EUR
</span>
</div></div></div>
</div>
</div>
<div class="card__badge bottom left"></div>
</div>
</div>
</div>
</li>
</ul></slider-component></div>
</div>
</section><div id="shopify-section-template--25805252231548__nuages_LPQ6YN" class="shopify-section"><div class="nuages-section">
<img src="//teckelparis.fr/cdn/shop/files/nuage.png?v=15109582289648902143" alt="Nuage haut" class="nuage haut">
<div class="nuages-content">
</div>
</div>
</div><section id="shopify-section-template--25805252231548__featured_blog_ecjKqx" class="shopify-section"><link href="//teckelparis.fr/cdn/shop/t/2/assets/component-slider.css?v=14039311878856620671762962926" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/component-card.css?v=120341546515895839841762962925" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/component-article-card.css?v=47105078945762260691762962925" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/section-featured-blog.css?v=36629982431115873811762962928" rel="stylesheet" type="text/css" media="all" />
<style data-shopify>.section-template--25805252231548__featured_blog_ecjKqx-padding {
padding-top: 54px;
padding-bottom: 54px;
}
@media screen and (min-width: 750px) {
.section-template--25805252231548__featured_blog_ecjKqx-padding {
padding-top: 72px;
padding-bottom: 72px;
}
}</style><div class="blog color-scheme-41fed907-f0b9-4715-b03f-87837e485e61 gradient">
<div class="page-width-desktop isolate section-template--25805252231548__featured_blog_ecjKqx-padding"><div class="title-wrapper-with-link title-wrapper--self-padded-tablet-down title-wrapper--no-top-margin">
<h2
id="SectionHeading-template--25805252231548__featured_blog_ecjKqx"
class="blog__title inline-richtext h1 scroll-trigger animate--slide-in"
data-cascade
>
Nos Z'Actus Teckel
</h2><a
href="/blogs/blog-teckel"
class="link underlined-link large-up-hide scroll-trigger animate--slide-in"
>
Tout afficher
</a></div><slider-component class="slider-mobile-gutter scroll-trigger animate--slide-in">
<ul
id="Slider-template--25805252231548__featured_blog_ecjKqx"
class="blog__posts articles-wrapper contains-card contains-card--article contains-card--standard grid grid--peek grid--2-col-tablet grid--3-col-desktop slider slider--tablet"
role="list"
><li
id="Slide-template--25805252231548__featured_blog_ecjKqx-1"
class="blog__post grid__item article slider__slide slider__slide--full-width scroll-trigger animate--slide-in"
data-cascade
style="--animation-order: 1;"
>
<div class="article-card-wrapper card-wrapper underline-links-hover">
<div
class="card article-card card--standard card--media"
style="--ratio-percent: 60.24096385542169%;"
>
<div
class="card__inner color-scheme-2 gradient ratio"
style="--ratio-percent: 60.24096385542169%;"
><div class="article-card__image-wrapper card__media">
<div
class="article-card__image media media--hover-effect"
>
<img
srcset="//teckelparis.fr/cdn/shop/articles/Teckel_dore_458266cb-d237-497c-b2c4-d4c9efd8a211.webp?v=1767356163&width=165 165w,//teckelparis.fr/cdn/shop/articles/Teckel_dore_458266cb-d237-497c-b2c4-d4c9efd8a211.webp?v=1767356163&width=360 360w,//teckelparis.fr/cdn/shop/articles/Teckel_dore_458266cb-d237-497c-b2c4-d4c9efd8a211.webp?v=1767356163&width=533 533w,//teckelparis.fr/cdn/shop/articles/Teckel_dore_458266cb-d237-497c-b2c4-d4c9efd8a211.webp?v=1767356163&width=720 720w,//teckelparis.fr/cdn/shop/articles/Teckel_dore_458266cb-d237-497c-b2c4-d4c9efd8a211.webp?v=1767356163&width=1000 1000w,//teckelparis.fr/cdn/shop/articles/Teckel_dore_458266cb-d237-497c-b2c4-d4c9efd8a211.webp?v=1767356163&width=1500 1500w,//teckelparis.fr/cdn/shop/articles/Teckel_dore_458266cb-d237-497c-b2c4-d4c9efd8a211.webp?v=1767356163 1988w "
src="//teckelparis.fr/cdn/shop/articles/Teckel_dore_458266cb-d237-497c-b2c4-d4c9efd8a211.webp?v=1767356163&width=533"
sizes="(min-width: 1200px) 550px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)"
alt="Teckel doré"
class="motion-reduce"
loading="lazy"
width="1988"
height="974"
>
</div>
</div><div class="card__content">
<div class="card__information">
<h3 class="card__heading h2">
<a href="/blogs/blog-teckel/teckel-dore" class="full-unstyled-link">
Teckel doré : tout savoir sur la robe rouge, fa...
</a>
</h3>
<div class="article-card__info caption-with-letter-spacing h5"><span class="circle-divider"><time datetime="2026-01-10T23:00:01Z">11 janvier 2026</time></span></div><p class="article-card__excerpt rte-width">Le teckel doré, également appelé teckel rouge, fauve ou golden, est l'une des couleurs les plus populaires et recherchées de la race. Cette magnifique robe unicolore lumineuse, allant du doré clair...
</p><div class="article-card__footer"></div></div></div>
</div>
<div class="card__content">
<div class="card__information">
<h3 class="card__heading h2">
<a href="/blogs/blog-teckel/teckel-dore" class="full-unstyled-link">
Teckel doré : tout savoir sur la robe rouge, fa...
</a>
</h3>
<div class="article-card__info caption-with-letter-spacing h5"><span class="circle-divider"><time datetime="2026-01-10T23:00:01Z">11 janvier 2026</time></span></div><p class="article-card__excerpt rte-width">Le teckel doré, également appelé teckel rouge, fauve ou golden, est l'une des couleurs les plus populaires et recherchées de la race. Cette magnifique robe unicolore lumineuse, allant du doré clair...
</p><div class="article-card__footer"></div></div></div>
</div>
</div>
</li><li
id="Slide-template--25805252231548__featured_blog_ecjKqx-2"
class="blog__post grid__item article slider__slide slider__slide--full-width scroll-trigger animate--slide-in"
data-cascade
style="--animation-order: 2;"
>
<div class="article-card-wrapper card-wrapper underline-links-hover">
<div
class="card article-card card--standard card--media"
style="--ratio-percent: 60.24096385542169%;"
>
<div
class="card__inner color-scheme-2 gradient ratio"
style="--ratio-percent: 60.24096385542169%;"
><div class="article-card__image-wrapper card__media">
<div
class="article-card__image media media--hover-effect"
>
<img
srcset="//teckelparis.fr/cdn/shop/articles/Origine_du_teckel_02280e02-a96a-4f76-8f69-eafb4b208aa6.webp?v=1767352181&width=165 165w,//teckelparis.fr/cdn/shop/articles/Origine_du_teckel_02280e02-a96a-4f76-8f69-eafb4b208aa6.webp?v=1767352181&width=360 360w,//teckelparis.fr/cdn/shop/articles/Origine_du_teckel_02280e02-a96a-4f76-8f69-eafb4b208aa6.webp?v=1767352181&width=533 533w,//teckelparis.fr/cdn/shop/articles/Origine_du_teckel_02280e02-a96a-4f76-8f69-eafb4b208aa6.webp?v=1767352181&width=720 720w,//teckelparis.fr/cdn/shop/articles/Origine_du_teckel_02280e02-a96a-4f76-8f69-eafb4b208aa6.webp?v=1767352181&width=1000 1000w,//teckelparis.fr/cdn/shop/articles/Origine_du_teckel_02280e02-a96a-4f76-8f69-eafb4b208aa6.webp?v=1767352181 1088w "
src="//teckelparis.fr/cdn/shop/articles/Origine_du_teckel_02280e02-a96a-4f76-8f69-eafb4b208aa6.webp?v=1767352181&width=533"
sizes="(min-width: 1200px) 550px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)"
alt="Origine du teckel "
class="motion-reduce"
loading="lazy"
width="1088"
height="511"
>
</div>
</div><div class="card__content">
<div class="card__information">
<h3 class="card__heading h2">
<a href="/blogs/blog-teckel/origine-du-teckel" class="full-unstyled-link">
Origine du teckel : histoire complète de la rac...
</a>
</h3>
<div class="article-card__info caption-with-letter-spacing h5"><span class="circle-divider"><time datetime="2026-01-09T23:00:03Z">10 janvier 2026</time></span></div><p class="article-card__excerpt rte-width">L'origine du teckel remonte à plusieurs siècles d'histoire cynégétique allemande. Ce petit chien au corps allongé et aux pattes courtes, spécialement créé pour chasser le blaireau dans les terriers, est...
</p><div class="article-card__footer"></div></div></div>
</div>
<div class="card__content">
<div class="card__information">
<h3 class="card__heading h2">
<a href="/blogs/blog-teckel/origine-du-teckel" class="full-unstyled-link">
Origine du teckel : histoire complète de la rac...
</a>
</h3>
<div class="article-card__info caption-with-letter-spacing h5"><span class="circle-divider"><time datetime="2026-01-09T23:00:03Z">10 janvier 2026</time></span></div><p class="article-card__excerpt rte-width">L'origine du teckel remonte à plusieurs siècles d'histoire cynégétique allemande. Ce petit chien au corps allongé et aux pattes courtes, spécialement créé pour chasser le blaireau dans les terriers, est...
</p><div class="article-card__footer"></div></div></div>
</div>
</div>
</li><li
id="Slide-template--25805252231548__featured_blog_ecjKqx-3"
class="blog__post grid__item article slider__slide slider__slide--full-width scroll-trigger animate--slide-in"
data-cascade
style="--animation-order: 3;"
>
<div class="article-card-wrapper card-wrapper underline-links-hover">
<div
class="card article-card card--standard card--media"
style="--ratio-percent: 60.24096385542169%;"
>
<div
class="card__inner color-scheme-2 gradient ratio"
style="--ratio-percent: 60.24096385542169%;"
><div class="article-card__image-wrapper card__media">
<div
class="article-card__image media media--hover-effect"
>
<img
srcset="//teckelparis.fr/cdn/shop/articles/Teckel_nain.webp?v=1767352067&width=165 165w,//teckelparis.fr/cdn/shop/articles/Teckel_nain.webp?v=1767352067&width=360 360w,//teckelparis.fr/cdn/shop/articles/Teckel_nain.webp?v=1767352067&width=533 533w,//teckelparis.fr/cdn/shop/articles/Teckel_nain.webp?v=1767352067&width=720 720w,//teckelparis.fr/cdn/shop/articles/Teckel_nain.webp?v=1767352067&width=1000 1000w,//teckelparis.fr/cdn/shop/articles/Teckel_nain.webp?v=1767352067&width=1500 1500w,//teckelparis.fr/cdn/shop/articles/Teckel_nain.webp?v=1767352067 1988w "
src="//teckelparis.fr/cdn/shop/articles/Teckel_nain.webp?v=1767352067&width=533"
sizes="(min-width: 1200px) 550px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)"
alt="Teckel nain"
class="motion-reduce"
loading="lazy"
width="1988"
height="974"
>
</div>
</div><div class="card__content">
<div class="card__information">
<h3 class="card__heading h2">
<a href="/blogs/blog-teckel/teckel-nain" class="full-unstyled-link">
Teckel nain : caractéristiques, taille, caractè...
</a>
</h3>
<div class="article-card__info caption-with-letter-spacing h5"><span class="circle-divider"><time datetime="2026-01-08T23:00:01Z">9 janvier 2026</time></span></div><p class="article-card__excerpt rte-width">Le teckel nain est la variété intermédiaire de la race teckel, parfait compromis entre le teckel standard et le kaninchen. Avec son gabarit compact de 4 à 6 kg, il conserve...
</p><div class="article-card__footer"></div></div></div>
</div>
<div class="card__content">
<div class="card__information">
<h3 class="card__heading h2">
<a href="/blogs/blog-teckel/teckel-nain" class="full-unstyled-link">
Teckel nain : caractéristiques, taille, caractè...
</a>
</h3>
<div class="article-card__info caption-with-letter-spacing h5"><span class="circle-divider"><time datetime="2026-01-08T23:00:01Z">9 janvier 2026</time></span></div><p class="article-card__excerpt rte-width">Le teckel nain est la variété intermédiaire de la race teckel, parfait compromis entre le teckel standard et le kaninchen. Avec son gabarit compact de 4 à 6 kg, il conserve...
</p><div class="article-card__footer"></div></div></div>
</div>
</div>
</li></ul><div class="slider-buttons">
<button
type="button"
class="slider-button slider-button--prev"
name="previous"
aria-label="Faire glisser vers la gauche"
>
<span class="svg-wrapper"><svg class="icon icon-caret" viewbox="0 0 10 6"><path fill="currentColor" fill-rule="evenodd" d="M9.354.646a.5.5 0 0 0-.708 0L5 4.293 1.354.646a.5.5 0 0 0-.708.708l4 4a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708" clip-rule="evenodd"/></svg>
</span>
</button>
<div class="slider-counter caption">
<span class="slider-counter--current">1</span>
<span aria-hidden="true"> / </span>
<span class="visually-hidden">de</span>
<span class="slider-counter--total">3</span>
</div>
<button
type="button"
class="slider-button slider-button--next"
name="next"
aria-label="Faire glisser vers la droite"
>
<span class="svg-wrapper"><svg class="icon icon-caret" viewbox="0 0 10 6"><path fill="currentColor" fill-rule="evenodd" d="M9.354.646a.5.5 0 0 0-.708 0L5 4.293 1.354.646a.5.5 0 0 0-.708.708l4 4a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708" clip-rule="evenodd"/></svg>
</span>
</button>
</div></slider-component><div
class="blog__view-all center small-hide medium-hide scroll-trigger animate--slide-in"
data-cascade
>
<a
href="/blogs/blog-teckel"
id="ViewAll-template--25805252231548__featured_blog_ecjKqx"
class="blog__button button"
aria-labelledby="ViewAll-template--25805252231548__featured_blog_ecjKqx SectionHeading-template--25805252231548__featured_blog_ecjKqx"
>
Tout afficher
</a>
</div></div>
</div>
</section><div id="shopify-section-template--25805252231548__nuages_q6YNwt" class="shopify-section"><div class="nuages-section">
<div class="nuages-content">
</div>
<img src="//teckelparis.fr/cdn/shop/files/nuage.png?v=15109582289648902143" alt="Nuage bas" class="nuage bas">
</div>
</div><section id="shopify-section-template--25805252231548__featured_collection_bfTnir" class="shopify-section section"><link href="//teckelparis.fr/cdn/shop/t/2/assets/component-card.css?v=120341546515895839841762962925" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/component-price.css?v=47596247576480123001762962926" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/component-slider.css?v=14039311878856620671762962926" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/template-collection.css?v=58558206033505836701762962928" rel="stylesheet" type="text/css" media="all" />
<style data-shopify>.section-template--25805252231548__featured_collection_bfTnir-padding {
padding-top: 27px;
padding-bottom: 27px;
}
@media screen and (min-width: 750px) {
.section-template--25805252231548__featured_collection_bfTnir-padding {
padding-top: 36px;
padding-bottom: 36px;
}
}</style><div
class="color-scheme-1 isolate gradient"
>
<div
class="collection section-template--25805252231548__featured_collection_bfTnir-padding"
id="collection-template--25805252231548__featured_collection_bfTnir"
data-id="template--25805252231548__featured_collection_bfTnir"
>
<div class="collection__title title-wrapper title-wrapper--no-top-margin page-width"><h2 class="title inline-richtext h1 scroll-trigger animate--slide-in">
À Découvrir
</h2></div>
<slider-component class="slider-mobile-gutter page-width page-width-desktop scroll-trigger animate--slide-in">
<ul
id="Slider-template--25805252231548__featured_collection_bfTnir"
data-id="template--25805252231548__featured_collection_bfTnir"
class="grid product-grid contains-card contains-card--product contains-card--standard grid--4-col-desktop grid--2-col-tablet-down"
role="list"
aria-label="Carrousel"
>
<li
id="Slide-template--25805252231548__featured_collection_bfTnir-1"
class="grid__item scroll-trigger animate--slide-in"
data-cascade
style="--animation-order: 1;"
>
<link href="//teckelparis.fr/cdn/shop/t/2/assets/component-rating.css?v=179577762467860590411762962926" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/component-volume-pricing.css?v=111870094811454961941762962926" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/component-price.css?v=47596247576480123001762962926" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/quick-order-list.css?v=86354568948591544181762962927" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/quantity-popover.css?v=160630540099520878331762962927" rel="stylesheet" type="text/css" media="all" />
<div class="card-wrapper product-card-wrapper underline-links-hover">
<div
class="card card--standard card--media"
style="--ratio-percent: 100.0%;"
>
<div
class="card__inner color-scheme-2 gradient ratio"
style="--ratio-percent: 100.0%;"
><div class="card__media">
<div class="media media--transparent media--hover-effect">
<img
srcset="//teckelparis.fr/cdn/shop/files/Hf99a724bb43e4ebe803d058401a6880b9.webp?v=1763384495&width=165 165w,//teckelparis.fr/cdn/shop/files/Hf99a724bb43e4ebe803d058401a6880b9.webp?v=1763384495&width=360 360w,//teckelparis.fr/cdn/shop/files/Hf99a724bb43e4ebe803d058401a6880b9.webp?v=1763384495&width=533 533w,//teckelparis.fr/cdn/shop/files/Hf99a724bb43e4ebe803d058401a6880b9.webp?v=1763384495&width=720 720w,//teckelparis.fr/cdn/shop/files/Hf99a724bb43e4ebe803d058401a6880b9.webp?v=1763384495 800w "
src="//teckelparis.fr/cdn/shop/files/Hf99a724bb43e4ebe803d058401a6880b9.webp?v=1763384495&width=533"
sizes="(min-width: 1200px) 267px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
alt="Teckel en peluche"
class="motion-reduce"
width="800"
height="800"
>
</div>
</div><div class="card__content">
<div class="card__information">
<h3
class="card__heading"
>
<a
href="/products/teckel-en-peluche"
id="StandardCardNoMediaLink-template--25805252231548__featured_collection_bfTnir-15719043826044"
class="full-unstyled-link"
aria-labelledby="StandardCardNoMediaLink-template--25805252231548__featured_collection_bfTnir-15719043826044 NoMediaStandardBadge-template--25805252231548__featured_collection_bfTnir-15719043826044"
>
Teckel en peluche
</a>
</h3>
</div>
<div class="card__badge bottom left"></div>
</div>
</div>
<div class="card__content">
<div class="card__information">
<h3
class="card__heading h5"
id="title-template--25805252231548__featured_collection_bfTnir-15719043826044"
>
<a
href="/products/teckel-en-peluche"
id="CardLink-template--25805252231548__featured_collection_bfTnir-15719043826044"
class="full-unstyled-link"
aria-labelledby="CardLink-template--25805252231548__featured_collection_bfTnir-15719043826044 Badge-template--25805252231548__featured_collection_bfTnir-15719043826044"
>
Teckel en peluche
</a>
</h3>
<div class="card-information"><span class="caption-large light"></span>
<div
class="price"
>
<div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Prix habituel</span>
<span class="price-item price-item--regular">
À partir de €35,99 EUR
</span></div>
<div class="price__sale">
<span class="visually-hidden visually-hidden--inline">Prix habituel</span>
<span>
<s class="price-item price-item--regular">
€13,19 EUR
</s>
</span><span class="visually-hidden visually-hidden--inline">Prix promotionnel</span>
<span class="price-item price-item--sale price-item--last">
À partir de €35,99 EUR
</span>
</div></div></div>
</div>
</div>
<div class="card__badge bottom left"></div>
</div>
</div>
</div>
</li>
<li
id="Slide-template--25805252231548__featured_collection_bfTnir-2"
class="grid__item scroll-trigger animate--slide-in"
data-cascade
style="--animation-order: 2;"
>
<div class="card-wrapper product-card-wrapper underline-links-hover">
<div
class="card card--standard card--media"
style="--ratio-percent: 100.0%;"
>
<div
class="card__inner color-scheme-2 gradient ratio"
style="--ratio-percent: 100.0%;"
><div class="card__media">
<div class="media media--transparent media--hover-effect">
<img
srcset="//teckelparis.fr/cdn/shop/files/H532e15b8ddbf466d8106e5979a36d1fd9.webp?v=1763499727&width=165 165w,//teckelparis.fr/cdn/shop/files/H532e15b8ddbf466d8106e5979a36d1fd9.webp?v=1763499727&width=360 360w,//teckelparis.fr/cdn/shop/files/H532e15b8ddbf466d8106e5979a36d1fd9.webp?v=1763499727&width=533 533w,//teckelparis.fr/cdn/shop/files/H532e15b8ddbf466d8106e5979a36d1fd9.webp?v=1763499727&width=720 720w,//teckelparis.fr/cdn/shop/files/H532e15b8ddbf466d8106e5979a36d1fd9.webp?v=1763499727 800w "
src="//teckelparis.fr/cdn/shop/files/H532e15b8ddbf466d8106e5979a36d1fd9.webp?v=1763499727&width=533"
sizes="(min-width: 1200px) 267px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
alt="Peluche Teckel à Rayures"
class="motion-reduce"
width="800"
height="800"
>
</div>
</div><div class="card__content">
<div class="card__information">
<h3
class="card__heading"
>
<a
href="/products/peluche-teckel-a-rayures"
id="StandardCardNoMediaLink-template--25805252231548__featured_collection_bfTnir-15719043793276"
class="full-unstyled-link"
aria-labelledby="StandardCardNoMediaLink-template--25805252231548__featured_collection_bfTnir-15719043793276 NoMediaStandardBadge-template--25805252231548__featured_collection_bfTnir-15719043793276"
>
Peluche Teckel à Rayures
</a>
</h3>
</div>
<div class="card__badge bottom left"></div>
</div>
</div>
<div class="card__content">
<div class="card__information">
<h3
class="card__heading h5"
id="title-template--25805252231548__featured_collection_bfTnir-15719043793276"
>
<a
href="/products/peluche-teckel-a-rayures"
id="CardLink-template--25805252231548__featured_collection_bfTnir-15719043793276"
class="full-unstyled-link"
aria-labelledby="CardLink-template--25805252231548__featured_collection_bfTnir-15719043793276 Badge-template--25805252231548__featured_collection_bfTnir-15719043793276"
>
Peluche Teckel à Rayures
</a>
</h3>
<div class="card-information"><span class="caption-large light"></span>
<div
class="price"
>
<div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Prix habituel</span>
<span class="price-item price-item--regular">
À partir de €29,99 EUR
</span></div>
<div class="price__sale">
<span class="visually-hidden visually-hidden--inline">Prix habituel</span>
<span>
<s class="price-item price-item--regular">
€3,11 EUR
</s>
</span><span class="visually-hidden visually-hidden--inline">Prix promotionnel</span>
<span class="price-item price-item--sale price-item--last">
À partir de €29,99 EUR
</span>
</div></div></div>
</div>
</div>
<div class="card__badge bottom left"></div>
</div>
</div>
</div>
</li>
<li
id="Slide-template--25805252231548__featured_collection_bfTnir-3"
class="grid__item scroll-trigger animate--slide-in"
data-cascade
style="--animation-order: 3;"
>
<div class="card-wrapper product-card-wrapper underline-links-hover">
<div
class="card card--standard card--media"
style="--ratio-percent: 100.0%;"
>
<div
class="card__inner color-scheme-2 gradient ratio"
style="--ratio-percent: 100.0%;"
><div class="card__media">
<div class="media media--transparent media--hover-effect">
<img
srcset="//teckelparis.fr/cdn/shop/files/3a5d410e0ee573db0f8bc6aaa8dff774.jpg?v=1763384492&width=165 165w,//teckelparis.fr/cdn/shop/files/3a5d410e0ee573db0f8bc6aaa8dff774.jpg?v=1763384492&width=360 360w,//teckelparis.fr/cdn/shop/files/3a5d410e0ee573db0f8bc6aaa8dff774.jpg?v=1763384492&width=533 533w,//teckelparis.fr/cdn/shop/files/3a5d410e0ee573db0f8bc6aaa8dff774.jpg?v=1763384492&width=720 720w,//teckelparis.fr/cdn/shop/files/3a5d410e0ee573db0f8bc6aaa8dff774.jpg?v=1763384492 800w "
src="//teckelparis.fr/cdn/shop/files/3a5d410e0ee573db0f8bc6aaa8dff774.jpg?v=1763384492&width=533"
sizes="(min-width: 1200px) 267px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
alt="Peluche Teckel"
class="motion-reduce"
width="800"
height="800"
>
</div>
</div><div class="card__content">
<div class="card__information">
<h3
class="card__heading"
>
<a
href="/products/peluche-teckel"
id="StandardCardNoMediaLink-template--25805252231548__featured_collection_bfTnir-15719043694972"
class="full-unstyled-link"
aria-labelledby="StandardCardNoMediaLink-template--25805252231548__featured_collection_bfTnir-15719043694972 NoMediaStandardBadge-template--25805252231548__featured_collection_bfTnir-15719043694972"
>
Peluche Teckel
</a>
</h3>
</div>
<div class="card__badge bottom left"></div>
</div>
</div>
<div class="card__content">
<div class="card__information">
<h3
class="card__heading h5"
id="title-template--25805252231548__featured_collection_bfTnir-15719043694972"
>
<a
href="/products/peluche-teckel"
id="CardLink-template--25805252231548__featured_collection_bfTnir-15719043694972"
class="full-unstyled-link"
aria-labelledby="CardLink-template--25805252231548__featured_collection_bfTnir-15719043694972 Badge-template--25805252231548__featured_collection_bfTnir-15719043694972"
>
Peluche Teckel
</a>
</h3>
<div class="card-information"><span class="caption-large light"></span>
<div
class="price"
>
<div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Prix habituel</span>
<span class="price-item price-item--regular">
€30,99 EUR
</span></div>
<div class="price__sale">
<span class="visually-hidden visually-hidden--inline">Prix habituel</span>
<span>
<s class="price-item price-item--regular">
€20,37 EUR
</s>
</span><span class="visually-hidden visually-hidden--inline">Prix promotionnel</span>
<span class="price-item price-item--sale price-item--last">
€30,99 EUR
</span>
</div></div></div>
</div>
</div>
<div class="card__badge bottom left"></div>
</div>
</div>
</div>
</li>
<li
id="Slide-template--25805252231548__featured_collection_bfTnir-4"
class="grid__item scroll-trigger animate--slide-in"
data-cascade
style="--animation-order: 4;"
>
<div class="card-wrapper product-card-wrapper underline-links-hover">
<div
class="card card--standard card--media"
style="--ratio-percent: 100.0%;"
>
<div
class="card__inner color-scheme-2 gradient ratio"
style="--ratio-percent: 100.0%;"
><div class="card__media">
<div class="media media--transparent media--hover-effect">
<img
srcset="//teckelparis.fr/cdn/shop/files/Saaa95cefce644bd7bb51e2cbf6d2fcd5x.webp?v=1763990631&width=165 165w,//teckelparis.fr/cdn/shop/files/Saaa95cefce644bd7bb51e2cbf6d2fcd5x.webp?v=1763990631&width=360 360w,//teckelparis.fr/cdn/shop/files/Saaa95cefce644bd7bb51e2cbf6d2fcd5x.webp?v=1763990631&width=533 533w,//teckelparis.fr/cdn/shop/files/Saaa95cefce644bd7bb51e2cbf6d2fcd5x.webp?v=1763990631&width=720 720w,//teckelparis.fr/cdn/shop/files/Saaa95cefce644bd7bb51e2cbf6d2fcd5x.webp?v=1763990631 800w "
src="//teckelparis.fr/cdn/shop/files/Saaa95cefce644bd7bb51e2cbf6d2fcd5x.webp?v=1763990631&width=533"
sizes="(min-width: 1200px) 267px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
alt="Pantoufles Teckel"
class="motion-reduce"
width="800"
height="800"
>
</div>
</div><div class="card__content">
<div class="card__information">
<h3
class="card__heading"
>
<a
href="/products/pantoufles-teckel"
id="StandardCardNoMediaLink-template--25805252231548__featured_collection_bfTnir-15734925132156"
class="full-unstyled-link"
aria-labelledby="StandardCardNoMediaLink-template--25805252231548__featured_collection_bfTnir-15734925132156 NoMediaStandardBadge-template--25805252231548__featured_collection_bfTnir-15734925132156"
>
Pantoufles Teckel
</a>
</h3>
</div>
<div class="card__badge bottom left"></div>
</div>
</div>
<div class="card__content">
<div class="card__information">
<h3
class="card__heading h5"
id="title-template--25805252231548__featured_collection_bfTnir-15734925132156"
>
<a
href="/products/pantoufles-teckel"
id="CardLink-template--25805252231548__featured_collection_bfTnir-15734925132156"
class="full-unstyled-link"
aria-labelledby="CardLink-template--25805252231548__featured_collection_bfTnir-15734925132156 Badge-template--25805252231548__featured_collection_bfTnir-15734925132156"
>
Pantoufles Teckel
</a>
</h3>
<div class="card-information"><span class="caption-large light"></span>
<div
class="price price--no-compare"
>
<div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Prix habituel</span>
<span class="price-item price-item--regular">
€20,00 EUR
</span></div>
<div class="price__sale"><span class="visually-hidden visually-hidden--inline">Prix promotionnel</span>
<span class="price-item price-item--sale price-item--last">
€20,00 EUR
</span>
</div></div></div>
</div>
</div>
<div class="card__badge bottom left"></div>
</div>
</div>
</div>
</li>
</ul></slider-component><div class="center collection__view-all scroll-trigger animate--slide-in">
<a
href="/collections/accessoires"
class="button"
aria-label="Afficher tous les produits de la collection Accessoires"
>
Tout afficher
</a>
</div></div>
</div>
</section><section id="shopify-section-template--25805252231548__collapsible_content_hA8gnh" class="shopify-section section"><link href="//teckelparis.fr/cdn/shop/t/2/assets/component-accordion.css?v=7971072480289620591762962925" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/collapsible-content.css?v=113829722280668215821762962925" rel="stylesheet" type="text/css" media="all" />
<style data-shopify>.section-template--25805252231548__collapsible_content_hA8gnh-padding {
padding-top: 27px;
padding-bottom: 27px;
}
@media screen and (min-width: 750px) {
.section-template--25805252231548__collapsible_content_hA8gnh-padding {
padding-top: 36px;
padding-bottom: 36px;
}
}</style><div class="color-scheme-1 gradient">
<div class="collapsible-content collapsible-none-layout isolate content-container content-container--full-width">
<div class="collapsible-content__wrapper section-template--25805252231548__collapsible_content_hA8gnh-padding">
<div class="collapsible-content-wrapper-narrow">
<div
class="collapsible-content__header scroll-trigger animate--slide-in"
style="text-align: center;"
>
<h2 class="collapsible-content__heading inline-richtext h1">
Vos questions les plus fréquentes sur les Teckels 🐾
</h2>
</div>
<div class="grid grid--1-col grid--2-col-tablet collapsible-content__grid collapsible-content__grid--reverse scroll-trigger animate--slide-in">
<div class="grid__item"><div
class="accordion"
>
<details
id="Details-collapsible_row_7CXG3b-template--25805252231548__collapsible_content_hA8gnh"
>
<summary id="Summary-collapsible_row_7CXG3b-template--25805252231548__collapsible_content_hA8gnh">
<h3 class="accordion__title inline-richtext h4">
Est-ce que le Teckel est gentil ?
</h3><svg class="icon icon-caret" viewbox="0 0 10 6"><path fill="currentColor" fill-rule="evenodd" d="M9.354.646a.5.5 0 0 0-.708 0L5 4.293 1.354.646a.5.5 0 0 0-.708.708l4 4a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708" clip-rule="evenodd"/></svg>
</summary>
<div
class="accordion__content rte"
id="CollapsibleAccordion-collapsible_row_7CXG3b-template--25805252231548__collapsible_content_hA8gnh"
role="region"
aria-labelledby="Summary-collapsible_row_7CXG3b-template--25805252231548__collapsible_content_hA8gnh"
>
<p>Oui, le Teckel est un chien très gentil et proche des humains.<br/><br/>Il aime la compagnie et se montre affectueux avec sa famille.</p>
</div>
</details>
</div><div
class="accordion"
>
<details
id="Details-collapsible_row_JqLBC3-template--25805252231548__collapsible_content_hA8gnh"
>
<summary id="Summary-collapsible_row_JqLBC3-template--25805252231548__collapsible_content_hA8gnh">
<h3 class="accordion__title inline-richtext h4">
Quel est le prix d’un chien Teckel ?
</h3><svg class="icon icon-caret" viewbox="0 0 10 6"><path fill="currentColor" fill-rule="evenodd" d="M9.354.646a.5.5 0 0 0-.708 0L5 4.293 1.354.646a.5.5 0 0 0-.708.708l4 4a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708" clip-rule="evenodd"/></svg>
</summary>
<div
class="accordion__content rte"
id="CollapsibleAccordion-collapsible_row_JqLBC3-template--25805252231548__collapsible_content_hA8gnh"
role="region"
aria-labelledby="Summary-collapsible_row_JqLBC3-template--25805252231548__collapsible_content_hA8gnh"
>
<p>Le prix d’un Teckel varie selon l’élevage et s’il est<strong>lof</strong>ou<strong>non lof</strong>.<br/><br/>Comptez en moyenne<strong>entre 650 € et 1 350 € pour un chiot</strong>.</p>
</div>
</details>
</div><div
class="accordion"
>
<details
id="Details-collapsible_row_djndyg-template--25805252231548__collapsible_content_hA8gnh"
>
<summary id="Summary-collapsible_row_djndyg-template--25805252231548__collapsible_content_hA8gnh">
<h3 class="accordion__title inline-richtext h4">
Quel maître pour un Teckel ?
</h3><svg class="icon icon-caret" viewbox="0 0 10 6"><path fill="currentColor" fill-rule="evenodd" d="M9.354.646a.5.5 0 0 0-.708 0L5 4.293 1.354.646a.5.5 0 0 0-.708.708l4 4a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708" clip-rule="evenodd"/></svg>
</summary>
<div
class="accordion__content rte"
id="CollapsibleAccordion-collapsible_row_djndyg-template--25805252231548__collapsible_content_hA8gnh"
role="region"
aria-labelledby="Summary-collapsible_row_djndyg-template--25805252231548__collapsible_content_hA8gnh"
>
<p>Le Teckel convient à un maître doux mais ferme.<br/><br/>Il a besoin d’un cadre clair, de présence et de petites activités quotidiennes.</p>
</div>
</details>
</div><div
class="accordion"
>
<details
id="Details-collapsible_row_gLbCKM-template--25805252231548__collapsible_content_hA8gnh"
>
<summary id="Summary-collapsible_row_gLbCKM-template--25805252231548__collapsible_content_hA8gnh">
<h3 class="accordion__title inline-richtext h4">
Est-ce que le Teckel est câlin ?
</h3><svg class="icon icon-caret" viewbox="0 0 10 6"><path fill="currentColor" fill-rule="evenodd" d="M9.354.646a.5.5 0 0 0-.708 0L5 4.293 1.354.646a.5.5 0 0 0-.708.708l4 4a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708" clip-rule="evenodd"/></svg>
</summary>
<div
class="accordion__content rte"
id="CollapsibleAccordion-collapsible_row_gLbCKM-template--25805252231548__collapsible_content_hA8gnh"
role="region"
aria-labelledby="Summary-collapsible_row_gLbCKM-template--25805252231548__collapsible_content_hA8gnh"
>
<p>Oui, le Teckel est un chien très câlin.<br/><br/>Il adore rester proche de son humain et partager des moments de tendresse.</p>
</div>
</details>
</div><div
class="accordion"
>
<details
id="Details-collapsible_row_Dkh7QU-template--25805252231548__collapsible_content_hA8gnh"
>
<summary id="Summary-collapsible_row_Dkh7QU-template--25805252231548__collapsible_content_hA8gnh">
<h3 class="accordion__title inline-richtext h4">
Quels sont les avantages d’avoir un Teckel ?
</h3><svg class="icon icon-caret" viewbox="0 0 10 6"><path fill="currentColor" fill-rule="evenodd" d="M9.354.646a.5.5 0 0 0-.708 0L5 4.293 1.354.646a.5.5 0 0 0-.708.708l4 4a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708" clip-rule="evenodd"/></svg>
</summary>
<div
class="accordion__content rte"
id="CollapsibleAccordion-collapsible_row_Dkh7QU-template--25805252231548__collapsible_content_hA8gnh"
role="region"
aria-labelledby="Summary-collapsible_row_Dkh7QU-template--25805252231548__collapsible_content_hA8gnh"
>
<p>C’est un chien affectueux, loyal et facile à vivre.<br/><br/>Il s’adapte aux petits espaces et fait un excellent compagnon du quotidien.</p>
</div>
</details>
</div><div
class="accordion"
>
<details
id="Details-collapsible_row_WLKTTV-template--25805252231548__collapsible_content_hA8gnh"
>
<summary id="Summary-collapsible_row_WLKTTV-template--25805252231548__collapsible_content_hA8gnh">
<h3 class="accordion__title inline-richtext h4">
Est-ce qu’un Teckel aboie beaucoup ?
</h3><svg class="icon icon-caret" viewbox="0 0 10 6"><path fill="currentColor" fill-rule="evenodd" d="M9.354.646a.5.5 0 0 0-.708 0L5 4.293 1.354.646a.5.5 0 0 0-.708.708l4 4a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708" clip-rule="evenodd"/></svg>
</summary>
<div
class="accordion__content rte"
id="CollapsibleAccordion-collapsible_row_WLKTTV-template--25805252231548__collapsible_content_hA8gnh"
role="region"
aria-labelledby="Summary-collapsible_row_WLKTTV-template--25805252231548__collapsible_content_hA8gnh"
>
<p>Le Teckel peut aboyer régulièrement car il est naturellement vigilant.<br/><br/>Avec un peu d’éducation, ses aboiements restent faciles à gérer.</p>
</div>
</details>
</div></div>
</div>
</div>
</div>
</div>
</div>
</section><section id="shopify-section-template--25805252231548__multicolumn_tPFHip" class="shopify-section section"><link href="//teckelparis.fr/cdn/shop/t/2/assets/section-multicolumn.css?v=81420361875458722681762962928" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/component-slider.css?v=14039311878856620671762962926" rel="stylesheet" type="text/css" media="all" />
<style data-shopify>.section-template--25805252231548__multicolumn_tPFHip-padding {
padding-top: 27px;
padding-bottom: 27px;
}
@media screen and (min-width: 750px) {
.section-template--25805252231548__multicolumn_tPFHip-padding {
padding-top: 36px;
padding-bottom: 36px;
}
}</style><div class="multicolumn color-scheme-1 gradient background-none no-heading">
<div
class="page-width section-template--25805252231548__multicolumn_tPFHip-padding isolate scroll-trigger animate--slide-in"
data-cascade
><slider-component class="slider-mobile-gutter">
<ul
class="multicolumn-list contains-content-container grid grid--1-col-tablet-down grid--3-col-desktop"
id="Slider-template--25805252231548__multicolumn_tPFHip"
role="list"
><li
id="Slide-template--25805252231548__multicolumn_tPFHip-1"
class="multicolumn-list__item grid__item center scroll-trigger animate--slide-in"
data-cascade
style="--animation-order: 1;"
>
<div class="multicolumn-card content-container">
<div class="multicolumn-card__image-wrapper multicolumn-card__image-wrapper--third-width multicolumn-card-spacing">
<div
class="media media--transparent media--portrait"
>
<img src="//teckelparis.fr/cdn/shop/files/Cadeau.png?v=1763287700&width=3200" alt="" srcset="//teckelparis.fr/cdn/shop/files/Cadeau.png?v=1763287700&width=50 50w, //teckelparis.fr/cdn/shop/files/Cadeau.png?v=1763287700&width=75 75w, //teckelparis.fr/cdn/shop/files/Cadeau.png?v=1763287700&width=100 100w, //teckelparis.fr/cdn/shop/files/Cadeau.png?v=1763287700&width=150 150w, //teckelparis.fr/cdn/shop/files/Cadeau.png?v=1763287700&width=200 200w, //teckelparis.fr/cdn/shop/files/Cadeau.png?v=1763287700&width=300 300w, //teckelparis.fr/cdn/shop/files/Cadeau.png?v=1763287700&width=400 400w, //teckelparis.fr/cdn/shop/files/Cadeau.png?v=1763287700&width=500 500w, //teckelparis.fr/cdn/shop/files/Cadeau.png?v=1763287700&width=750 750w, //teckelparis.fr/cdn/shop/files/Cadeau.png?v=1763287700&width=1000 1000w, //teckelparis.fr/cdn/shop/files/Cadeau.png?v=1763287700&width=1250 1250w, //teckelparis.fr/cdn/shop/files/Cadeau.png?v=1763287700&width=1500 1500w, //teckelparis.fr/cdn/shop/files/Cadeau.png?v=1763287700&width=1750 1750w, //teckelparis.fr/cdn/shop/files/Cadeau.png?v=1763287700&width=2000 2000w, //teckelparis.fr/cdn/shop/files/Cadeau.png?v=1763287700&width=2250 2250w, //teckelparis.fr/cdn/shop/files/Cadeau.png?v=1763287700&width=2500 2500w, //teckelparis.fr/cdn/shop/files/Cadeau.png?v=1763287700&width=2750 2750w, //teckelparis.fr/cdn/shop/files/Cadeau.png?v=1763287700&width=3000 3000w, //teckelparis.fr/cdn/shop/files/Cadeau.png?v=1763287700&width=3200 3200w" width="3200" height="3200" loading="lazy" sizes=" (min-width: 1200px) calc((1200px - 164px) * 0.33 / 3), (min-width: 990px) calc((100vw - 164px) * 0.33 / 3), (min-width: 750px) calc((100vw - 100px) * 0.33 / 1), calc((100vw - 30px) * 0.33 / 1) " class="multicolumn-card__image">
</div>
</div><div class="multicolumn-card__info"><h3 class="inline-richtext">Livraison Offerte</h3><div class="rte"><p>Dès 70€ en France et en Europe</p><p>Dès 100€ dans le monde entier</p></div></div>
</div>
</li><li
id="Slide-template--25805252231548__multicolumn_tPFHip-2"
class="multicolumn-list__item grid__item center scroll-trigger animate--slide-in"
data-cascade
style="--animation-order: 2;"
>
<div class="multicolumn-card content-container">
<div class="multicolumn-card__image-wrapper multicolumn-card__image-wrapper--third-width multicolumn-card-spacing">
<div
class="media media--transparent media--portrait"
>
<img src="//teckelparis.fr/cdn/shop/files/Cadenas-jaune.png?v=1763288166&width=3200" alt="" srcset="//teckelparis.fr/cdn/shop/files/Cadenas-jaune.png?v=1763288166&width=50 50w, //teckelparis.fr/cdn/shop/files/Cadenas-jaune.png?v=1763288166&width=75 75w, //teckelparis.fr/cdn/shop/files/Cadenas-jaune.png?v=1763288166&width=100 100w, //teckelparis.fr/cdn/shop/files/Cadenas-jaune.png?v=1763288166&width=150 150w, //teckelparis.fr/cdn/shop/files/Cadenas-jaune.png?v=1763288166&width=200 200w, //teckelparis.fr/cdn/shop/files/Cadenas-jaune.png?v=1763288166&width=300 300w, //teckelparis.fr/cdn/shop/files/Cadenas-jaune.png?v=1763288166&width=400 400w, //teckelparis.fr/cdn/shop/files/Cadenas-jaune.png?v=1763288166&width=500 500w, //teckelparis.fr/cdn/shop/files/Cadenas-jaune.png?v=1763288166&width=750 750w, //teckelparis.fr/cdn/shop/files/Cadenas-jaune.png?v=1763288166&width=1000 1000w, //teckelparis.fr/cdn/shop/files/Cadenas-jaune.png?v=1763288166&width=1250 1250w, //teckelparis.fr/cdn/shop/files/Cadenas-jaune.png?v=1763288166&width=1500 1500w, //teckelparis.fr/cdn/shop/files/Cadenas-jaune.png?v=1763288166&width=1750 1750w, //teckelparis.fr/cdn/shop/files/Cadenas-jaune.png?v=1763288166&width=2000 2000w, //teckelparis.fr/cdn/shop/files/Cadenas-jaune.png?v=1763288166&width=2250 2250w, //teckelparis.fr/cdn/shop/files/Cadenas-jaune.png?v=1763288166&width=2500 2500w, //teckelparis.fr/cdn/shop/files/Cadenas-jaune.png?v=1763288166&width=2750 2750w, //teckelparis.fr/cdn/shop/files/Cadenas-jaune.png?v=1763288166&width=3000 3000w, //teckelparis.fr/cdn/shop/files/Cadenas-jaune.png?v=1763288166&width=3200 3200w" width="3200" height="3200" loading="lazy" sizes=" (min-width: 1200px) calc((1200px - 164px) * 0.33 / 3), (min-width: 990px) calc((100vw - 164px) * 0.33 / 3), (min-width: 750px) calc((100vw - 100px) * 0.33 / 1), calc((100vw - 30px) * 0.33 / 1) " class="multicolumn-card__image">
</div>
</div><div class="multicolumn-card__info"><h3 class="inline-richtext">Paiement Sécurisé</h3><div class="rte"><p>Payable en 4x sans frais</p><p>avec PayPal en France</p></div></div>
</div>
</li><li
id="Slide-template--25805252231548__multicolumn_tPFHip-3"
class="multicolumn-list__item grid__item center scroll-trigger animate--slide-in"
data-cascade
style="--animation-order: 3;"
>
<div class="multicolumn-card content-container">
<div class="multicolumn-card__image-wrapper multicolumn-card__image-wrapper--third-width multicolumn-card-spacing">
<div
class="media media--transparent media--portrait"
>
<img src="//teckelparis.fr/cdn/shop/files/Coeur.png?v=1763287879&width=3200" alt="" srcset="//teckelparis.fr/cdn/shop/files/Coeur.png?v=1763287879&width=50 50w, //teckelparis.fr/cdn/shop/files/Coeur.png?v=1763287879&width=75 75w, //teckelparis.fr/cdn/shop/files/Coeur.png?v=1763287879&width=100 100w, //teckelparis.fr/cdn/shop/files/Coeur.png?v=1763287879&width=150 150w, //teckelparis.fr/cdn/shop/files/Coeur.png?v=1763287879&width=200 200w, //teckelparis.fr/cdn/shop/files/Coeur.png?v=1763287879&width=300 300w, //teckelparis.fr/cdn/shop/files/Coeur.png?v=1763287879&width=400 400w, //teckelparis.fr/cdn/shop/files/Coeur.png?v=1763287879&width=500 500w, //teckelparis.fr/cdn/shop/files/Coeur.png?v=1763287879&width=750 750w, //teckelparis.fr/cdn/shop/files/Coeur.png?v=1763287879&width=1000 1000w, //teckelparis.fr/cdn/shop/files/Coeur.png?v=1763287879&width=1250 1250w, //teckelparis.fr/cdn/shop/files/Coeur.png?v=1763287879&width=1500 1500w, //teckelparis.fr/cdn/shop/files/Coeur.png?v=1763287879&width=1750 1750w, //teckelparis.fr/cdn/shop/files/Coeur.png?v=1763287879&width=2000 2000w, //teckelparis.fr/cdn/shop/files/Coeur.png?v=1763287879&width=2250 2250w, //teckelparis.fr/cdn/shop/files/Coeur.png?v=1763287879&width=2500 2500w, //teckelparis.fr/cdn/shop/files/Coeur.png?v=1763287879&width=2750 2750w, //teckelparis.fr/cdn/shop/files/Coeur.png?v=1763287879&width=3000 3000w, //teckelparis.fr/cdn/shop/files/Coeur.png?v=1763287879&width=3200 3200w" width="3200" height="3200" loading="lazy" sizes=" (min-width: 1200px) calc((1200px - 164px) * 0.33 / 3), (min-width: 990px) calc((100vw - 164px) * 0.33 / 3), (min-width: 750px) calc((100vw - 100px) * 0.33 / 1), calc((100vw - 30px) * 0.33 / 1) " class="multicolumn-card__image">
</div>
</div><div class="multicolumn-card__info"><h3 class="inline-richtext">Service Client</h3><div class="rte"><p>Contactez-nous par mail à teckelparis.fr@gmail.com</p></div></div>
</div>
</li></ul></slider-component>
<div class="center"></div>
</div>
</div>
</section><section id="shopify-section-template--25805252231548__slideshow_xJTYae" class="shopify-section section"><link href="//teckelparis.fr/cdn/shop/t/2/assets/section-image-banner.css?v=124819179385751388401762962928" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/component-slider.css?v=14039311878856620671762962926" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/component-slideshow.css?v=17933591812325749411762962926" rel="stylesheet" type="text/css" media="all" />
<slideshow-component
class="slider-mobile-gutter mobile-text-below"
role="region"
aria-roledescription="Carrousel"
aria-label="Diaporama sur votre marque"
><div
class="slideshow banner banner--medium grid grid--1-col slider slider--everywhere banner--mobile-bottom slideshow--placeholder scroll-trigger animate--fade-in"
id="Slider-template--25805252231548__slideshow_xJTYae"
aria-live="polite"
aria-atomic="true"
data-autoplay="false"
data-speed="5"
></div></slideshow-component>
</section><section id="shopify-section-template--25805252231548__newsletter_BHatxN" class="shopify-section section"><link href="//teckelparis.fr/cdn/shop/t/2/assets/component-newsletter.css?v=4727253280200485261762962926" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/newsletter-section.css?v=62410470717655853621762962927" rel="stylesheet" type="text/css" media="all" />
<style data-shopify>.section-template--25805252231548__newsletter_BHatxN-padding {
padding-top: 30px;
padding-bottom: 39px;
}
@media screen and (min-width: 750px) {
.section-template--25805252231548__newsletter_BHatxN-padding {
padding-top: 40px;
padding-bottom: 52px;
}
}</style><div class="newsletter center">
<div class="newsletter__wrapper color-scheme-1 gradient content-container isolate content-container--full-width section-template--25805252231548__newsletter_BHatxN-padding"><h2
class="inline-richtext h2 scroll-trigger animate--slide-in"
data-cascade
style="--animation-order: 1;"
>
Obtenez - 10% sur votre première commande !
</h2><div
class="newsletter__subheading rte scroll-trigger animate--slide-in"
data-cascade
style="--animation-order: 2;"
>
<p>Faites partie des premières personnes à être informées des nouvelles collections et des offres exclusives.</p>
</div><div >
<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="newsletter-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" />
<input type="hidden" name="contact[tags]" value="newsletter">
<div
class="newsletter-form__field-wrapper scroll-trigger animate--slide-in"
data-cascade
style="--animation-order: 3;"
>
<div class="field">
<input
id="NewsletterForm--template--25805252231548__newsletter_BHatxN"
type="email"
name="contact[email]"
class="field__input"
value=""
aria-required="true"
autocorrect="off"
autocapitalize="off"
autocomplete="email"
placeholder="E-mail"
required
>
<label class="field__label" for="NewsletterForm--template--25805252231548__newsletter_BHatxN">
E-mail
</label>
<button
type="submit"
class="newsletter-form__button field__button"
name="commit"
id="Subscribe"
aria-label="S'inscrire"
>
<span class="svg-wrapper"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-arrow" viewbox="0 0 14 10"><path fill="currentColor" fill-rule="evenodd" d="M8.537.808a.5.5 0 0 1 .817-.162l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 1 1-.708-.708L11.793 5.5H1a.5.5 0 0 1 0-1h10.793L8.646 1.354a.5.5 0 0 1-.109-.546" clip-rule="evenodd"/></svg>
</span>
</button>
</div></div></form>
</div></div>
</div>
</section><div id="shopify-section-template--25805252231548__nuages_grptFQ" class="shopify-section"><div class="nuages-section">
<img src="//teckelparis.fr/cdn/shop/files/nuage.png?v=15109582289648902143" alt="Nuage haut" class="nuage haut">
<div class="nuages-content">
</div>
</div>
</div><!--LayoutHub-Workspace-End-->
</main>
<!-- BEGIN sections: footer-group -->
<div id="shopify-section-sections--25805252690300__footer" class="shopify-section shopify-section-group-footer-group">
<link href="//teckelparis.fr/cdn/shop/t/2/assets/section-footer.css?v=60318643098753476351762962928" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/component-newsletter.css?v=4727253280200485261762962926" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/component-list-menu.css?v=151968516119678728991762962926" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/component-list-payment.css?v=69253961410771838501762962926" rel="stylesheet" type="text/css" media="all" />
<link href="//teckelparis.fr/cdn/shop/t/2/assets/component-list-social.css?v=35792976012981934991762962926" rel="stylesheet" type="text/css" media="all" />
<style data-shopify>.footer {
margin-top: 0px;
}
.section-sections--25805252690300__footer-padding {
padding-top: 75px;
padding-bottom: 27px;
}
@media screen and (min-width: 750px) {
.footer {
margin-top: 0px;
}
.section-sections--25805252690300__footer-padding {
padding-top: 100px;
padding-bottom: 36px;
}
}</style><footer class="footer color-scheme-525b5781-b414-4ec5-9d6a-6321c5928e68 gradient section-sections--25805252690300__footer-padding"><div class="footer__content-top page-width"><div
class="footer__blocks-wrapper grid grid--1-col grid--2-col grid--4-col-tablet scroll-trigger animate--slide-in"
data-cascade
><div
class="footer-block grid__item scroll-trigger animate--slide-in"
data-cascade
style="--animation-order: 1;"
><div class="footer-block__details-content footer-block-image center"><div
class="footer-block__image-wrapper"
style="max-width: min(100%, 240px);"
>
<img
srcset="//teckelparis.fr/cdn/shop/files/logo_teckel_blanc.png?v=1763891608&width=240, //teckelparis.fr/cdn/shop/files/logo_teckel_blanc.png?v=1763891608&width=480 2x"
src="//teckelparis.fr/cdn/shop/files/logo_teckel_blanc.png?v=1763891608&width=760"
alt=""
loading="lazy"
width="1024"
height="1024"
>
</div></div></div><div
class="footer-block grid__item footer-block--menu scroll-trigger animate--slide-in"
data-cascade
style="--animation-order: 2;"
><h2 class="footer-block__heading inline-richtext">Besoin d'aide ?</h2><ul class="footer-block__details-content list-unstyled"><li>
<a
href="/policies/legal-notice"
class="link link--text list-menu__item list-menu__item--link"
>
Mentions légales
</a>
</li><li>
<a
href="/policies/terms-of-service"
class="link link--text list-menu__item list-menu__item--link"
>
Conditions d’utilisation
</a>
</li><li>
<a
href="/policies/privacy-policy"
class="link link--text list-menu__item list-menu__item--link"
>
Politique de confidentialité
</a>
</li><li>
<a
href="/policies/terms-of-sale"
class="link link--text list-menu__item list-menu__item--link"
>
Conditions générales de vente
</a>
</li><li>
<a
href="/policies/shipping-policy"
class="link link--text list-menu__item list-menu__item--link"
>
Politique d’expédition
</a>
</li><li>
<a
href="/policies/refund-policy"
class="link link--text list-menu__item list-menu__item--link"
>
Politique de remboursement
</a>
</li></ul></div><div
class="footer-block grid__item footer-block--menu scroll-trigger animate--slide-in"
data-cascade
style="--animation-order: 3;"
><h2 class="footer-block__heading inline-richtext">Informations</h2><ul class="footer-block__details-content list-unstyled"><li>
<a
href="/policies/contact-information"
class="link link--text list-menu__item list-menu__item--link"
>
Coordonnées
</a>
</li></ul></div></div><div
class="footer-block--newsletter scroll-trigger animate--slide-in"
data-cascade
></div>
</div><div
class="footer__content-bottom scroll-trigger animate--slide-in"
data-cascade
>
<div class="footer__content-bottom-wrapper page-width">
<div class="footer__column footer__localization isolate"></div>
<div class="footer__column footer__column--info"><div class="footer__payment">
<span class="visually-hidden">Moyens de paiement</span>
<ul class="list list-payment" role="list"></ul>
</div></div>
</div>
<div class="footer__content-bottom-wrapper page-width">
<div class="footer__copyright caption">
<small class="copyright__content"
>© 2026, <a href="/" title="">Teckel Paris</a></small>
<small class="copyright__content"><a target="_blank" rel="nofollow" href="https://fr.shopify.com?utm_campaign=poweredby&utm_medium=shopify&utm_source=onlinestore">Commerce électronique propulsé par Shopify</a></small></div>
</div>
</div>
</footer>
</div>
<!-- END sections: footer-group -->
<ul hidden>
<li id="a11y-refresh-page-message">Le choix d'une sélection entraîne l'actualisation de la page entière.</li>
<li id="a11y-new-window-message">S'ouvre dans une nouvelle fenêtre.</li>
</ul>
<script>
window.shopUrl = 'https://teckelparis.fr';
window.routes = {
cart_add_url: '/cart/add',
cart_change_url: '/cart/change',
cart_update_url: '/cart/update',
cart_url: '/cart',
predictive_search_url: '/search/suggest',
};
window.cartStrings = {
error: `Une erreur est survenue lors de l’actualisation de votre panier. Veuillez réessayer.`,
quantityError: `Vous ne pouvez pas ajouter plus de [quantity] de ce produit à votre panier.`,
};
window.variantStrings = {
addToCart: `Ajouter au panier`,
soldOut: `Épuisé`,
unavailable: `Non disponible(s)`,
unavailable_with_option: `[value] – indisponible`,
};
window.quickOrderListStrings = {
itemsAdded: `[quantity] articles ajoutés`,
itemAdded: `[quantity] article ajouté`,
itemsRemoved: `[quantity] articles retirés`,
itemRemoved: `[quantity] article retiré`,
viewCart: `Voir le panier`,
each: `[money]/pièce`,
min_error: `Cet article a un minimum de [min]`,
max_error: `Cet article a un maximum de [max]`,
step_error: `Vous pouvez ajouter cet article uniquement par incréments de [step]`,
};
window.accessibilityStrings = {
imageAvailable: `L'image [index] est maintenant disponible dans la galerie`,
shareSuccess: `Lien copié dans le presse-papiers`,
pauseSlideshow: `Interrompre le diaporama`,
playSlideshow: `Lire le diaporama`,
recipientFormExpanded: `Formulaire de destinataire de carte-cadeau agrandi`,
recipientFormCollapsed: `Formulaire de destinataire de carte-cadeau réduit`,
countrySelectorSearchCount: `[count] pays/régions trouvés`,
};
</script><script src="//teckelparis.fr/cdn/shop/t/2/assets/predictive-search.js?v=57209189334897115771762962927" defer="defer"></script><!--Content in content_for_footer -->
<!--LH--><style> body {font-size: 12px;} </style>
</body>
<!-- LAYOUTHUB-V2-FOOTER -->
<!-- START LAYOUTHUB POPUP BUILDER -->
<!-- END LAYOUTHUB POPUP BUILDER -->
<!-- END LAYOUTHUB-V2-FOOTER -->
</html>