<!doctype html>  
<html class="no-js" lang="fr">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, height=device-height, minimum-scale=1.0, maximum-scale=1.0">
    <meta name="theme-color" content="#000000"><title>Acton Canada | Chaussures de travail, bottes de caoutchouc et d&#39;hiver
</title><meta name="description" content="Souliers de travail, bottes de travail, bottes d’hiver pour la famille, bottes de caoutchouc, couvre-chaussures et couvre-chaussures de sécurité. Livraison rapide et gratuite*. Toujours à bon prix | Toujours durable | Toujours confortable"><link rel="canonical" href="https://actoncanada.ca/"><link rel="shortcut icon" href="//actoncanada.ca/cdn/shop/files/acton_favicon_96x96.png?v=1772197803" type="image/png"><link rel="preload" as="style" href="//actoncanada.ca/cdn/shop/t/42/assets/theme.css?v=124260932621516681191779452619">
    <link rel="preload" as="script" href="//actoncanada.ca/cdn/shop/t/42/assets/theme.js?v=2804943966347544971781124383">
    <link rel="preload" as="style" href="//actoncanada.ca/cdn/shop/t/42/assets/custom.css?v=106662029287746808691767821634">
	<link rel="preconnect" href="https://cdn.shopify.com">
    <link rel="preconnect" href="https://fonts.shopifycdn.com">
    
    <meta name="google-site-verification" content="q-tzj5R6RFhRBfVJVSm1r0Hfo6YaRaUNezAQA9smzeA" />
    <meta property="og:type" content="website">
  <meta property="og:title" content="Acton Canada | Chaussures de travail, bottes de caoutchouc et d&#39;hiver"><meta property="og:description" content="Souliers de travail, bottes de travail, bottes d’hiver pour la famille, bottes de caoutchouc, couvre-chaussures et couvre-chaussures de sécurité. Livraison rapide et gratuite*. Toujours à bon prix | Toujours durable | Toujours confortable"><meta property="og:url" content="https://actoncanada.ca/">
<meta property="og:site_name" content="Acton Canada"><meta name="twitter:card" content="summary"><meta name="twitter:title" content="Acton Canada | Chaussures de travail, bottes de caoutchouc et d&#39;hiver">
  <meta name="twitter:description" content="Souliers de travail, bottes de travail, bottes d’hiver pour la famille, bottes de caoutchouc, couvre-chaussures et couvre-chaussures de sécurité. Livraison rapide et gratuite*. Toujours à bon prix | Toujours durable | Toujours confortable">
    <style>
  
  


  
  
  

  :root {
    --default-text-font-size : 15px;
    --base-text-font-size    : 15px;
    --heading-font-family    : Helvetica, Arial, sans-serif;
    --heading-font-weight    : 700;
    --heading-font-style     : normal;
    --text-font-family       : Helvetica, Arial, sans-serif;
    --text-font-weight       : 400;
    --text-font-style        : normal;
    --text-font-bolder-weight: bolder;
    --text-link-decoration   : underline;

    --text-color               : #000000;
    --text-color-rgb           : 0, 0, 0;
    --heading-color            : #000000;
    --border-color             : #ffffff;
    --border-color-rgb         : 255, 255, 255;
    --form-border-color        : #f2f2f2;
    --accent-color             : #000000;
    --accent-color-rgb         : 0, 0, 0;
    --link-color               : #ff1100;
    --link-color-hover         : #b30c00;
    --background               : #ffffff;
    --secondary-background     : #ffffff;
    --secondary-background-rgb : 255, 255, 255;
    --accent-background        : rgba(0, 0, 0, 0.08);

    --input-background: #ffffff;

    --error-color       : #3a2a2f;
    --error-background  : rgba(58, 42, 47, 0.07);
    --success-color     : #48b448;
    --success-background: rgba(72, 180, 72, 0.11);

    --primary-button-background      : #000000;
    --primary-button-background-rgb  : 0, 0, 0;
    --primary-button-text-color      : #ffffff;
    --secondary-button-background    : #000000;
    --secondary-button-background-rgb: 0, 0, 0;
    --secondary-button-text-color    : #ffffff;

    --header-background      : #ffffff;
    --header-text-color      : #000000;
    --header-light-text-color: #e9e2dd;
    --header-border-color    : rgba(233, 226, 221, 0.3);
    --header-accent-color    : #181818;

    --footer-background-color:    #000000;
    --footer-heading-text-color:  #ffffff;
    --footer-body-text-color:     #999999;
    --footer-body-text-color-rgb: 153, 153, 153;
    --footer-accent-color:        #ffffff;
    --footer-accent-color-rgb:    255, 255, 255;
    --footer-border:              none;
    
    --flickity-arrow-color: #cccccc;--product-on-sale-accent           : #ee0000;
    --product-on-sale-accent-rgb       : 238, 0, 0;
    --product-on-sale-color            : #ffffff;
    --product-in-stock-color           : #48b448;
    --product-low-stock-color          : #ee0000;
    --product-sold-out-color           : #d1d1d4;
    --product-custom-label-1-background: #000000;
    --product-custom-label-1-color     : #ffffff;
    --product-custom-label-2-background: #a95ebe;
    --product-custom-label-2-color     : #ffffff;
    --product-review-star-color        : #ffb647;

    --mobile-container-gutter : 20px;
    --desktop-container-gutter: 40px;

    /* Shopify related variables */
    --payment-terms-background-color: #ffffff;
  }
</style>

<script>
  // IE11 does not have support for CSS variables, so we have to polyfill them
  if (!(((window || {}).CSS || {}).supports && window.CSS.supports('(--a: 0)'))) {
    const script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = 'https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2';
    script.onload = function() {
      cssVars({});
    };

    document.getElementsByTagName('head')[0].appendChild(script);
  }
</script>


    <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="google-site-verification" content="hjFvdcB8RTSNYHKD_iHp_cisRHyQStP-VPKVEzK43_k">
<meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/18497727/digital_wallets/dialog">
<meta name="shopify-checkout-api-token" content="415b686f2fcea95c3490bb8e2e385b57">
<meta id="in-context-paypal-metadata" data-shop-id="18497727" data-venmo-supported="false" data-environment="production" data-locale="fr_FR" data-paypal-v4="true" data-currency="CAD">
<link rel="alternate" hreflang="x-default" href="https://actoncanada.ca/">
<link rel="alternate" hreflang="fr" href="https://actoncanada.ca/">
<link rel="alternate" hreflang="en" href="https://actoncanada.ca/en">
<script async="async" src="/checkouts/internal/preloads.js?locale=fr-CA&default_configuration_id=108724479"></script>
<link rel="preconnect" href="https://shop.app" crossorigin="anonymous">
<script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=fr-CA&default_configuration_id=108724479&shop_id=18497727" crossorigin="anonymous"></script>
<script id="apple-pay-shop-capabilities" type="application/json">{"shopId":18497727,"countryCode":"CA","currencyCode":"CAD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/18497727","merchantName":"Acton Canada","requiredBillingContactFields":["postalAddress","email","phone"],"requiredShippingContactFields":["postalAddress","email","phone"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","discover","interac"],"total":{"type":"pending","label":"Acton Canada","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script>
<script id="shopify-features" type="application/json">{"accessToken":"415b686f2fcea95c3490bb8e2e385b57","betas":["rich-media-storefront-analytics"],"domain":"actoncanada.ca","predictiveSearch":true,"shopId":18497727,"locale":"fr"}</script>
<script>var Shopify = Shopify || {};
Shopify.shop = "actoncanada.myshopify.com";
Shopify.locale = "fr";
Shopify.currency = {"active":"CAD","rate":"1.0"};
Shopify.country = "CA";
Shopify.theme = {"name":"[COMPLETE - OPT IN REVIEW] ACTON - JULY 9TH","id":142930477311,"schema_name":"Warehouse","schema_version":"2.7.1","theme_store_id":null,"role":"main"};
Shopify.theme.handle = "null";
Shopify.theme.style = {"id":null,"handle":null};
Shopify.cdnHost = "actoncanada.ca/cdn";
Shopify.routes = Shopify.routes || {};
Shopify.routes.root = "/";
Shopify.shopJsCdnBaseUrl = "https://cdn.shopify.com/shopifycloud/shop-js";
Shopify.SignInWithShop = Shopify.SignInWithShop || {};
Shopify.SignInWithShop.User = Shopify.SignInWithShop.User || {};
Shopify.SignInWithShop.User.recognized = false;</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>
  window.ShopifyPay = window.ShopifyPay || {};
  window.ShopifyPay.apiHost = "shop.app\/pay";
  window.ShopifyPay.redirectState = null;
</script>
<script>
  window.Shopify = window.Shopify || {};
  window.Shopify.SignInWithShop = window.Shopify.SignInWithShop || {};
  window.Shopify.SignInWithShop.assetMetrics = { sampleRate: 0.01 };
  window.Shopify.SignInWithShop.eligible = true;
</script>
<script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script>
<script defer="defer" async type="module" src="//actoncanada.ca/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.fr.esm.js"></script>
<script type="module">
  await import("//actoncanada.ca/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.fr.esm.js");

  window.Shopify.SignInWithShop?.initShopCartSync?.({"fedCMEnabled":true,"windoidEnabled":true,"transferSessionEnabled":true});

</script>
<script>
  window.Shopify = window.Shopify || {};
  if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {};
  window.Shopify.featureAssets['shop-js'] = {"shop-toast-manager":["modules/v2/loader.shop-toast-manager.fr.esm.js"],"shop-button":["modules/v2/loader.shop-button.fr.esm.js"],"shop-cash-offers":["modules/v2/loader.shop-cash-offers.fr.esm.js"],"listener":["modules/v2/loader.listener.fr.esm.js"],"shop-login-button":["modules/v2/loader.shop-login-button.fr.esm.js"],"init-windoid":["modules/v2/loader.init-windoid.fr.esm.js"],"avatar":["modules/v2/loader.avatar.fr.esm.js"],"init-fed-cm":["modules/v2/loader.init-fed-cm.fr.esm.js"],"init-shop-user-recognition":["modules/v2/loader.init-shop-user-recognition.fr.esm.js"],"checkout-modal":["modules/v2/loader.checkout-modal.fr.esm.js"],"init-shop-cart-sync":["modules/v2/loader.init-shop-cart-sync.fr.esm.js"],"init-customer-accounts-sign-up":["modules/v2/loader.init-customer-accounts-sign-up.fr.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/loader.init-shop-email-lookup-coordinator.fr.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/loader.init-shop-for-new-customer-accounts.fr.esm.js"],"pay-button":["modules/v2/loader.pay-button.fr.esm.js"],"shop-cart-sync":["modules/v2/loader.shop-cart-sync.fr.esm.js"],"shop-login":["modules/v2/loader.shop-login.fr.esm.js"],"shop-user-recognition":["modules/v2/loader.shop-user-recognition.fr.esm.js"],"shop-follow-button":["modules/v2/loader.shop-follow-button.fr.esm.js"],"init-customer-accounts":["modules/v2/loader.init-customer-accounts.fr.esm.js"],"lead-capture":["modules/v2/loader.lead-capture.fr.esm.js"],"payment-terms":["modules/v2/loader.payment-terms.fr.esm.js"]};
</script>
<script>(function() {
  var isLoaded = false;
  function asyncLoad() {
    if (isLoaded) return;
    isLoaded = true;
    var urls = ["https:\/\/shopiapps.in\/compare_product\/cmp_widget\/sp_cmp_init.js?shop=actoncanada.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":18497727,"offset":-14400,"reqid":"a07970b9-a965-4cbf-af60-909716b51827-1781350170","pageurl":"actoncanada.ca\/index.css","u":"db7b9652d2df","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-JjoPp5ZfB1sSAs5SQaol1x1GgvveM+BgmRzyDexInEQ=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//actoncanada.ca/cdn/shopifycloud/storefront/assets/storefront/load_feature-1bd60354.js" crossorigin="anonymous"></script>
<script crossorigin="anonymous" defer="defer" src="//actoncanada.ca/cdn/shopifycloud/storefront/assets/shopify_pay/storefront-bf1cdb70.js?v=20250812"></script>
<script id="shopify-origin-trials" async="async" integrity="sha256-MrpR+SbfwphjsvuxKsSWA5xxY07P36eahsNLLXSgEwo=" src="//cdn.shopify.com/shopifycloud/storefront/assets/storefront/origin_trials-c173577b.js" crossorigin="anonymous" onload="window.__shopifyOriginTrialsDone = true" onerror="window.__shopifyOriginTrialsDone = true"></script>
<script data-source-attribution="shopify.dynamic_checkout.dynamic.init">var Shopify=Shopify||{};Shopify.PaymentButton=Shopify.PaymentButton||{isStorefrontPortableWallets:!0,init:function(){window.Shopify.PaymentButton.init=function(){};var t=document.createElement("script");t.src="https://actoncanada.ca/cdn/shopifycloud/portable-wallets/latest/portable-wallets.fr.js",t.type="module",document.head.appendChild(t)}};
</script>
<script data-source-attribution="shopify.dynamic_checkout.buyer_consent">
  function portableWalletsHideBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.add("hidden"),t.setAttribute("aria-hidden","true"),n.removeEventListener("click",e))}function portableWalletsShowBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.remove("hidden"),t.removeAttribute("aria-hidden"),n.addEventListener("click",e))}window.Shopify?.PaymentButton&&(window.Shopify.PaymentButton.hideBuyerConsent=portableWalletsHideBuyerConsent,window.Shopify.PaymentButton.showBuyerConsent=portableWalletsShowBuyerConsent);
</script>
<script data-source-attribution="shopify.dynamic_checkout.cart.bootstrap">document.addEventListener("DOMContentLoaded",(function(){function t(){return document.querySelector("shopify-accelerated-checkout-cart, shopify-accelerated-checkout")}if(t())Shopify.PaymentButton.init();else{new MutationObserver((function(e,n){t()&&(Shopify.PaymentButton.init(),n.disconnect())})).observe(document.body,{childList:!0,subtree:!0})}}));
</script>
<link id="shopify-accelerated-checkout-styles" rel="stylesheet" media="screen" href="https://actoncanada.ca/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css" crossorigin="anonymous">
<style id="shopify-accelerated-checkout-cart">
        #shopify-buyer-consent {
  margin-top: 1em;
  display: inline-block;
  width: 100%;
}

#shopify-buyer-consent.hidden {
  display: none;
}

#shopify-subscription-policy-button {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  font-size: inherit;
  cursor: pointer;
}

#shopify-subscription-policy-button::before {
  box-shadow: none;
}

      </style>

<script id="shopify-cfh-end">window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>

    <link rel="stylesheet" href="//actoncanada.ca/cdn/shop/t/42/assets/theme.css?v=124260932621516681191779452619">
    <link rel="stylesheet" href="//actoncanada.ca/cdn/shop/t/42/assets/custom.css?v=106662029287746808691767821634">
    


  <script type="application/ld+json">
  {
    "@context": "http://schema.org",
    "@type": "BreadcrumbList",
  "itemListElement": [{
      "@type": "ListItem",
      "position": 1,
      "name": "Accueil",
      "item": "https://actoncanada.ca"
    }]
  }
  </script>

    <script>

      // This allows to expose several variables to the global scope, to be used in scripts
      window.theme = {
        pageType: "index",
        cartCount: 0,
        moneyFormat: "{{amount}} $",
        moneyWithCurrencyFormat: "\u003cspan class=money\u003e{{amount}} $ CAD\u003c\/span\u003e",
        currencyCodeEnabled: false,
        showDiscount: true,
        discountMode: "percentage",
        searchMode: "product,article,page",
        searchUnavailableProducts: "last",
        cartType: "drawer"
      };

      window.routes = {
        rootUrl: "\/",
        rootUrlWithoutSlash: '',
        cartUrl: "\/cart",
        cartAddUrl: "\/cart\/add",
        cartChangeUrl: "\/cart\/change",
        searchUrl: "\/search",
        productRecommendationsUrl: "\/recommendations\/products"
      };
       window.languages = {
        productRegularPrice: "Prix ​​habituel",
        productSalePrice: "Prix ​​de vente",
        collectionOnSaleLabel: "SOLDE",
        productFormUnavailable: "Indisponible",
        productFormAddToCart: "AJOUTER AU PANIER",
        productFormNotifyMe: "M\u0026#39;AVERTIR LORSQUE DISPONIBLE",
        productFormSoldOut: "Rupture de stock",
        productAdded: "Le produit a été ajouté au panier",
        productAddedShort: "Ajouté !",
        productNotiFyMe: "M\u0026#39;AVERTIR LORSQUE DISPONIBLE",
        shippingEstimatorNoResults: "Nous ne livrons pas à votre adresse.",
        shippingEstimatorOneResult: "Il y a une option de livraison disponible :",
        shippingEstimatorMultipleResults: "Il y a {{count}} options de livraison disponibles :",
        shippingEstimatorErrors: "Une erreur s\u0026#39;est produite :",
        back_in_stock_body: "Translation missing: fr.product.back_in_stock.body_content",
        back_in_stock_email_label: "Translation missing: fr.product.back_in_stock.email_field_label",
        back_in_stock_button_label: "Translation missing: fr.product.back_in_stock.button_label",
        back_in_stock_success_label: "Translation missing: fr.product.back_in_stock.subscription_success_label"
      };

      window.lazySizesConfig = {
        loadHidden: false,
        hFac: 0.8,
        expFactor: 3,
        customMedia: {
          '--phone': '(max-width: 640px)',
          '--tablet': '(min-width: 641px) and (max-width: 1023px)',
          '--lap': '(min-width: 1024px)'
        }
      };

      document.documentElement.className = document.documentElement.className.replace('no-js', 'js');
    </script><script src="//actoncanada.ca/cdn/shop/t/42/assets/theme.js?v=2804943966347544971781124383" defer></script>
    <script src="//actoncanada.ca/cdn/shop/t/42/assets/newsletter.js?v=151957158829358214661718871818" defer></script>
    <script src="//actoncanada.ca/cdn/shop/t/42/assets/custom.js?v=111603181540343972631718871818" defer></script><script>
        (function () {
          window.onpageshow = function() {
            // We force re-freshing the cart content onpageshow, as most browsers will serve a cache copy when hitting the
            // back button, which cause staled data
            document.documentElement.dispatchEvent(new CustomEvent('cart:refresh', {
              bubbles: true,
              detail: {scrollToTop: false}
            }));
          };
        })();
      </script><!--begin-boost-pfs-filter-css-->
   <link rel="preload stylesheet" href="//actoncanada.ca/cdn/shop/t/42/assets/boost-pfs-instant-search.css?v=108646394650846008551718871818" as="style"><link href="//actoncanada.ca/cdn/shop/t/42/assets/boost-pfs-custom.css?v=159439145186586856421718871818" rel="stylesheet" type="text/css" media="all" />
<style data-id="boost-pfs-style">
    .boost-pfs-filter-option-title-text {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}

   .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-text:before {}
    .boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-title-text:before {}
    .boost-pfs-filter-tree-h .boost-pfs-filter-option-title-heading:before {}

    .boost-pfs-filter-refine-by .boost-pfs-filter-option-title h3 {}

    .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item button,
    .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item .boost-pfs-filter-button,
    .boost-pfs-filter-option-range-amount input,
    .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item,
    .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item,
    .boost-pfs-filter-refine-by .boost-pfs-filter-option-title,
    .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item>a,
    .boost-pfs-filter-refine-by>span,
    .boost-pfs-filter-clear,
    .boost-pfs-filter-clear-all{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
    .boost-pfs-filter-tree-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear .refine-by-type,
    .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear .refine-by-type {}

    .boost-pfs-filter-option-multi-level-collections .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-item .boost-pfs-filter-button-arrow .boost-pfs-arrow:before,
    .boost-pfs-filter-option-multi-level-tag .boost-pfs-filter-option-multi-level-list .boost-pfs-filter-option-item .boost-pfs-filter-button-arrow .boost-pfs-arrow:before {}

    .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:after,
    .boost-pfs-filter-refine-by-wrapper-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:before,
    .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:after,
    .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:before,
    .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:after,
    .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:before,
    .boost-pfs-filter-tree-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:after,
    .boost-pfs-filter-tree-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:before {}
    .boost-pfs-filter-option-range-slider .noUi-value-horizontal {}

    .boost-pfs-filter-tree-mobile-button button,
    .boost-pfs-filter-top-sorting-mobile button {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;}
    .boost-pfs-filter-top-sorting-mobile button>span:after {}
  </style>
   <!--end-boost-pfs-filter-css-->
  <!-- Google Tag Manager -->
<script async>
  (function (w, d, s, l, i) {
    w[l] = w[l] || [];
    w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' });
    var f = d.getElementsByTagName(s)[0],
      j = d.createElement(s),
      dl = l != 'dataLayer' ? '&l=' + l : '';
    j.async = true;
    j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
    f.parentNode.insertBefore(j, f);
  })(window, document, 'script', 'dataLayer', 'GTM-MC494GX');
</script>
<!-- End Google Tag Manager -->

<!-- Google Dynamic Remarketing -->


    
    <!-- Start cookieyes banner -->
	<script id="cookieyes" type="text/javascript" src="https://cdn-cookieyes.com/common/shopify.js"></script>
	<!-- End cookieyes banner -->
  <!-- BEGIN app block: shopify://apps/langify/blocks/langify/b50c2edb-8c63-4e36-9e7c-a7fdd62ddb8f --><!-- BEGIN app snippet: ly-switcher-factory -->




<style>
  .ly-switcher-wrapper.ly-hide, .ly-recommendation.ly-hide, .ly-recommendation .ly-submit-btn {
    display: none !important;
  }

  #ly-switcher-factory-template {
    display: none;
  }


  

  /* Accessibility: Focus indicators - only visible for keyboard navigation */
  .ly-languages-switcher:focus-visible,
  .ly-languages-switcher *:focus-visible,
  .ly-currency-switcher:focus-visible,
  .ly-currency-switcher *:focus-visible,
  .ly-country-switcher:focus-visible,
  .ly-country-switcher *:focus-visible,
  .ly-custom-dropdown-current:focus-visible,
  .ly-custom-dropdown-list-element:focus-visible,
  .ly-languages-switcher-link:focus-visible,
  .ly-popup-current:focus-visible,
  .ly-close:focus-visible,
  .ly-submit-btn:focus-visible,
  .ly-text-input:focus-visible {
    outline: 2px solid #005fcc;
    outline-offset: 2px;
  }

  @media (prefers-color-scheme: dark) {
    .ly-languages-switcher:focus-visible,
    .ly-languages-switcher *:focus-visible,
    .ly-currency-switcher:focus-visible,
    .ly-currency-switcher *:focus-visible,
    .ly-country-switcher:focus-visible,
    .ly-country-switcher *:focus-visible,
    .ly-custom-dropdown-current:focus-visible,
    .ly-custom-dropdown-list-element:focus-visible,
    .ly-languages-switcher-link:focus-visible,
    .ly-popup-current:focus-visible,
    .ly-close:focus-visible,
    .ly-submit-btn:focus-visible,
    .ly-text-input:focus-visible {
      outline-color: #66b3ff;
    }
  }
</style>


<template id="ly-switcher-factory-template">
<div data-breakpoint="" class="ly-switcher-wrapper ly-breakpoint-1 fixed bottom_right ly-hide" style="font-size: 14px; margin: 0px 0px; "><div data-dropup="false" onclick="langify.switcher.toggleSwitcherOpen(this)" class="ly-languages-switcher ly-custom-dropdown-switcher ly-bright-theme" style=" margin: 0px 0px;">
          <span role="button" tabindex="0" aria-label="Selected language: français" aria-expanded="false" aria-controls="languagesSwitcherList-1" class="ly-custom-dropdown-current" style="background: #ffffff; color: #000000;  "><i class="ly-icon ly-flag-icon ly-flag-icon-fr fr " aria-hidden="true"></i><span class="ly-custom-dropdown-current-inner ly-custom-dropdown-current-inner-text">français
</span>
<div aria-hidden="true" class="ly-arrow ly-arrow-black stroke" style="vertical-align: middle; width: 14.0px; height: 14.0px;">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.0 14.0" height="14.0px" width="14.0px" style="position: absolute;">
          <path d="M1 4.5 L7.0 10.5 L13.0 4.5" fill="transparent" stroke="#000000" stroke-width="1px"/>
        </svg>
      </div>
          </span>
          <ul id="languagesSwitcherList-1" role="list" class="ly-custom-dropdown-list ly-is-open ly-bright-theme" style="background: #ffffff; color: #000000; "><li key="fr" style="color: #000000;  margin: 0px 0px;">
                  <a class="ly-custom-dropdown-list-element ly-languages-switcher-link ly-bright-theme"
                    href="#"
                      data-language-code="fr"
                    
                    lang="fr" data-ly-locked="true" rel="nofollow"><i class="ly-icon ly-flag-icon ly-flag-icon-fr" aria-hidden="true"></i><span class="ly-custom-dropdown-list-element-right">français</span></a>
                </li><li key="en" style="color: #000000;  margin: 0px 0px;">
                  <a class="ly-custom-dropdown-list-element ly-languages-switcher-link ly-bright-theme"
                    href="#"
                      data-language-code="en"
                    
                    lang="en" data-ly-locked="true" rel="nofollow"><i class="ly-icon ly-flag-icon ly-flag-icon-en" aria-hidden="true"></i><span class="ly-custom-dropdown-list-element-right">anglais</span></a>
                </li></ul>
        </div></div>
</template><link rel="preload stylesheet" href="https://cdn.shopify.com/extensions/019e1f37-3d70-715e-b231-d8645cd61f1c/langify-88/assets/langify-flags.css" as="style" media="print" onload="this.media='all'; this.onload=null;"><!-- END app snippet -->

<script>
  var langify = window.langify || {};
  var customContents = {};
  var customContents_image = {};
  var langifySettingsOverwrites = {};
  var defaultSettings = {
    debug: false,               // BOOL : Enable/disable console logs
    observe: true,              // BOOL : Enable/disable the entire mutation observer (off switch)
    observeLinks: false,
    observeImages: true,
    observeCustomContents: true,
    maxMutations: 5,
    timeout: 100,               // INT : Milliseconds to wait after a mutation, before the next mutation event will be allowed for the element
    linksBlacklist: [],
    usePlaceholderMatching: false
  };

  if(langify.settings) { 
    langifySettingsOverwrites = Object.assign({}, langify.settings);
    langify.settings = Object.assign(defaultSettings, langify.settings); 
  } else { 
    langify.settings = defaultSettings; 
  }langify.settings = Object.assign(langify.settings, {"debug":false,"lazyload":false,"observe":true,"observeLinks":true,"observeImages":true,"observeCustomContents":true,"linksBlacklist":[],"loadJquery":false,"nonStrict":true}, langifySettingsOverwrites);
  

  langify.settings.theme = {"debug":false,"lazyload":false,"observe":true,"observeLinks":true,"observeImages":true,"observeCustomContents":true,"linksBlacklist":[],"loadJquery":false,"nonStrict":true};
  langify.settings.switcher = null;
  if(langify.settings.switcher === null) {
    langify.settings.switcher = {};
  }
  langify.settings.switcher.customIcons = null;

  langify.locale = langify.locale || {
    country_code: "CA",
    language_code: "fr",
    currency_code: null,
    primary: true,
    iso_code: "fr",
    root_url: "\/",
    language_id: "ly34263",
    shop_url: "https:\/\/actoncanada.ca",
    domain_feature_enabled: null,
    languages: [{
        iso_code: "fr",
        root_url: "\/",
        domain: null,
      },{
        iso_code: "en",
        root_url: "\/en",
        domain: null,
      },]
  };

  langify.localization = {
    available_countries: ["Canada","États-Unis","Norvège"],
    available_languages: [{"shop_locale":{"locale":"fr","enabled":true,"primary":true,"published":true}},{"shop_locale":{"locale":"en","enabled":true,"primary":false,"published":true}}],
    country: "Canada",
    language: {"shop_locale":{"locale":"fr","enabled":true,"primary":true,"published":true}},
    market: {
      handle: "ca",
      id: 61702399,
      metafields: {"error":"json not allowed for this object"},
    }
  };

  // Disable link correction ALWAYS on languages with mapped domains
  
  if(langify.locale.root_url == '/') {
    langify.settings.observeLinks = false;
  }


  function extractImageObject(val) {
  if (!val || val === '') return false;

  // Handle src-sets (e.g., "image_600x600.jpg 1x, image_1200x1200.jpg 2x")
  if (val.search(/([0-9]+w?h?x?,)/gi) > -1) {
    val = val.split(/([0-9]+w?h?x?,)/gi)[0];
  }

  const hostBegin = val.indexOf('//') !== -1 ? val.indexOf('//') : 0;
  const hostEnd = val.lastIndexOf('/') + 1;
  const host = val.substring(hostBegin, hostEnd);
  let afterHost = val.substring(hostEnd);

  // Remove query/hash fragments
  afterHost = afterHost.split('#')[0].split('?')[0];

  // Extract name before any Shopify modifiers or file extension
  // e.g., "photo_600x600_crop_center@2x.jpg" → "photo"
  const name = afterHost.replace(
    /(_[0-9]+x[0-9]*|_{width}x|_{size})?(_crop_(top|center|bottom|left|right))?(@[0-9]*x)?(\.progressive)?(\.(png\.jpg|jpe?g|png|gif|webp))?$/i,
    ''
  );

  // Extract file extension (if any)
  let type = '';
  const match = afterHost.match(/\.(png\.jpg|jpe?g|png|gif|webp)$/i);
  if (match) {
    type = match[1].replace('png.jpg', 'jpg'); // fix weird double-extension cases
  }

  // Clean file name with extension or suffixes normalized
  const file = afterHost.replace(
    /(_[0-9]+x[0-9]*|_{width}x|_{size})?(_crop_(top|center|bottom|left|right))?(@[0-9]*x)?(\.progressive)?(\.(png\.jpg|jpe?g|png|gif|webp))?$/i,
    type ? '.' + type : ''
  );

  return { host, name, type, file };
}



  /* Custom Contents Section*/
  var customContents = {};

  // Images Section
  

  

  

  

</script><link rel="preload stylesheet" href="https://cdn.shopify.com/extensions/019e1f37-3d70-715e-b231-d8645cd61f1c/langify-88/assets/langify-lib.css" as="style" media="print" onload="this.media='all'; this.onload=null;"><!-- END app block --><!-- BEGIN app block: shopify://apps/klaviyo-email-marketing-sms/blocks/klaviyo-onsite-embed/2632fe16-c075-4321-a88b-50b567f42507 -->












  <script async src="https://static.klaviyo.com/onsite/js/PsGpJ2/klaviyo.js?company_id=PsGpJ2"></script>
  <script>!function(){if(!window.klaviyo){window._klOnsite=window._klOnsite||[];try{window.klaviyo=new Proxy({},{get:function(n,i){return"push"===i?function(){var n;(n=window._klOnsite).push.apply(n,arguments)}:function(){for(var n=arguments.length,o=new Array(n),w=0;w<n;w++)o[w]=arguments[w];var t="function"==typeof o[o.length-1]?o.pop():void 0,e=new Promise((function(n){window._klOnsite.push([i].concat(o,[function(i){t&&t(i),n(i)}]))}));return e}}})}catch(n){window.klaviyo=window.klaviyo||[],window.klaviyo.push=function(){var n;(n=window._klOnsite).push.apply(n,arguments)}}}}();</script>

  




  <script>
    window.klaviyoReviewsProductDesignMode = false
  </script>









<!-- END app block --><!-- BEGIN app block: shopify://apps/judge-me-reviews/blocks/judgeme_core/61ccd3b1-a9f2-4160-9fe9-4fec8413e5d8 --><!-- Start of Judge.me Core -->







<link rel="dns-prefetch" href="https://cdn.judge.me">
<link rel="dns-prefetch" href="https://cdn1.judge.me">
<link rel="dns-prefetch" href="https://api.judge.me">

<script data-cfasync='false' class='jdgm-settings-script'>window.jdgmSettings={"pagination":5,"disable_web_reviews":true,"badge_no_review_text":"Aucun avis","badge_n_reviews_text":"{{ n }} avis","hide_badge_preview_if_no_reviews":true,"badge_hide_text":false,"enforce_center_preview_badge":false,"widget_title":"Avis Clients","widget_open_form_text":"Écrire un avis","widget_close_form_text":"Annuler l'avis","widget_refresh_page_text":"Actualiser la page","widget_summary_text":"Basé sur {{ number_of_reviews }} avis","widget_no_review_text":"Soyez le premier à écrire un avis","widget_name_field_text":"Nom d'affichage","widget_verified_name_field_text":"Nom vérifié (public)","widget_name_placeholder_text":"Nom d'affichage","widget_required_field_error_text":"Ce champ est obligatoire.","widget_email_field_text":"Adresse email","widget_verified_email_field_text":"Email vérifié (privé, ne peut pas être modifié)","widget_email_placeholder_text":"Votre adresse email","widget_email_field_error_text":"Veuillez entrer une adresse email valide.","widget_rating_field_text":"Évaluation","widget_review_title_field_text":"Titre de l'avis","widget_review_title_placeholder_text":"Donnez un titre à votre avis","widget_review_body_field_text":"Contenu de l'avis","widget_review_body_placeholder_text":"Commencez à écrire ici...","widget_pictures_field_text":"Photo/Vidéo (facultatif)","widget_submit_review_text":"Soumettre l'avis","widget_submit_verified_review_text":"Soumettre un avis vérifié","widget_submit_success_msg_with_auto_publish":"Merci ! Veuillez actualiser la page dans quelques instants pour voir votre avis. Vous pouvez supprimer ou modifier votre avis en vous connectant à \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_submit_success_msg_no_auto_publish":"Merci ! Votre avis sera publié dès qu'il sera approuvé par l'administrateur de la boutique. Vous pouvez supprimer ou modifier votre avis en vous connectant à \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_show_default_reviews_out_of_total_text":"Affichage de {{ n_reviews_shown }} sur {{ n_reviews }} avis.","widget_show_all_link_text":"Tout afficher","widget_show_less_link_text":"Afficher moins","widget_author_said_text":"{{ reviewer_name }} a dit :","widget_days_text":"il y a {{ n }} jour/jours","widget_weeks_text":"il y a {{ n }} semaine/semaines","widget_months_text":"il y a {{ n }} mois","widget_years_text":"il y a {{ n }} an/ans","widget_yesterday_text":"Hier","widget_today_text":"Aujourd'hui","widget_replied_text":"\u003e\u003e {{ shop_name }} a répondu :","widget_read_more_text":"Lire plus","widget_reviewer_name_as_initial":"","widget_rating_filter_color":"#fbcd0a","widget_rating_filter_see_all_text":"Voir tous les avis","widget_sorting_most_recent_text":"Plus récents","widget_sorting_highest_rating_text":"Meilleures notes","widget_sorting_lowest_rating_text":"Notes les plus basses","widget_sorting_with_pictures_text":"Uniquement les photos","widget_sorting_most_helpful_text":"Plus utiles","widget_open_question_form_text":"Poser une question","widget_reviews_subtab_text":"Avis","widget_questions_subtab_text":"Questions","widget_question_label_text":"Question","widget_answer_label_text":"Réponse","widget_question_placeholder_text":"Écrivez votre question ici","widget_submit_question_text":"Soumettre la question","widget_question_submit_success_text":"Merci pour votre question ! Nous vous notifierons dès qu'elle aura une réponse.","verified_badge_text":"Vérifié","verified_badge_bg_color":"","verified_badge_text_color":"","verified_badge_placement":"left-of-reviewer-name","widget_review_max_height":"","widget_hide_border":false,"widget_social_share":false,"widget_thumb":false,"widget_review_location_show":false,"widget_location_format":"","all_reviews_include_out_of_store_products":true,"all_reviews_out_of_store_text":"(hors boutique)","all_reviews_pagination":100,"all_reviews_product_name_prefix_text":"à propos de","enable_review_pictures":true,"enable_question_anwser":false,"widget_theme":"default","review_date_format":"mm/dd/yyyy","default_sort_method":"highest-rating","widget_product_reviews_subtab_text":"Avis Produits","widget_shop_reviews_subtab_text":"Avis Boutique","widget_other_products_reviews_text":"Avis pour d'autres produits","widget_store_reviews_subtab_text":"Avis de la boutique","widget_no_store_reviews_text":"Cette boutique n'a pas encore reçu d'avis","widget_web_restriction_product_reviews_text":"Ce produit n'a pas encore reçu d'avis","widget_no_items_text":"Aucun élément trouvé","widget_show_more_text":"Afficher plus","widget_write_a_store_review_text":"Écrire un avis sur la boutique","widget_other_languages_heading":"Avis dans d'autres langues","widget_translate_review_text":"Traduire l'avis en {{ language }}","widget_translating_review_text":"Traduction en cours...","widget_show_original_translation_text":"Afficher l'original ({{ language }})","widget_translate_review_failed_text":"Impossible de traduire cet avis.","widget_translate_review_retry_text":"Réessayer","widget_translate_review_try_again_later_text":"Réessayez plus tard","show_product_url_for_grouped_product":false,"widget_sorting_pictures_first_text":"Photos en premier","show_pictures_on_all_rev_page_mobile":false,"show_pictures_on_all_rev_page_desktop":false,"floating_tab_hide_mobile_install_preference":false,"floating_tab_button_name":"★ Avis","floating_tab_title":"Laissons nos clients parler pour nous","floating_tab_button_color":"","floating_tab_button_background_color":"","floating_tab_url":"","floating_tab_url_enabled":false,"floating_tab_tab_style":"text","all_reviews_text_badge_text":"Les clients nous notent {{ shop.metafields.judgeme.all_reviews_rating | round: 1 }}/5 basé sur {{ shop.metafields.judgeme.all_reviews_count }} avis.","all_reviews_text_badge_text_branded_style":"{{ shop.metafields.judgeme.all_reviews_rating | round: 1 }} sur 5 étoiles basé sur {{ shop.metafields.judgeme.all_reviews_count }} avis","is_all_reviews_text_badge_a_link":false,"show_stars_for_all_reviews_text_badge":false,"all_reviews_text_badge_url":"","all_reviews_text_style":"branded","all_reviews_text_color_style":"judgeme_brand_color","all_reviews_text_color":"#108474","all_reviews_text_show_jm_brand":false,"featured_carousel_show_header":true,"featured_carousel_title":"Laissons nos clients parler pour nous","testimonials_carousel_title":"Les clients nous disent","videos_carousel_title":"Histoire de clients réels","cards_carousel_title":"Les clients nous disent","featured_carousel_count_text":"sur {{ n }} avis","featured_carousel_add_link_to_all_reviews_page":false,"featured_carousel_url":"","featured_carousel_show_images":true,"featured_carousel_autoslide_interval":5,"featured_carousel_arrows_on_the_sides":false,"featured_carousel_height":250,"featured_carousel_width":80,"featured_carousel_image_size":0,"featured_carousel_image_height":250,"featured_carousel_arrow_color":"#eeeeee","verified_count_badge_style":"branded","verified_count_badge_orientation":"horizontal","verified_count_badge_color_style":"judgeme_brand_color","verified_count_badge_color":"#108474","is_verified_count_badge_a_link":false,"verified_count_badge_url":"","verified_count_badge_show_jm_brand":true,"widget_rating_preset_default":5,"widget_first_sub_tab":"product-reviews","widget_show_histogram":true,"widget_histogram_use_custom_color":false,"widget_pagination_use_custom_color":false,"widget_star_use_custom_color":false,"widget_verified_badge_use_custom_color":false,"widget_write_review_use_custom_color":false,"picture_reminder_submit_button":"Upload Pictures","enable_review_videos":false,"mute_video_by_default":false,"widget_sorting_videos_first_text":"Vidéos en premier","widget_review_pending_text":"En attente","featured_carousel_items_for_large_screen":3,"social_share_options_order":"Facebook,Twitter","remove_microdata_snippet":true,"disable_json_ld":false,"enable_json_ld_products":false,"preview_badge_show_question_text":false,"preview_badge_no_question_text":"Aucune question","preview_badge_n_question_text":"{{ number_of_questions }} question/questions","qa_badge_show_icon":false,"qa_badge_position":"same-row","remove_judgeme_branding":true,"widget_add_search_bar":false,"widget_search_bar_placeholder":"Recherche","widget_sorting_verified_only_text":"Vérifiés uniquement","featured_carousel_theme":"default","featured_carousel_show_rating":true,"featured_carousel_show_title":true,"featured_carousel_show_body":true,"featured_carousel_show_date":false,"featured_carousel_show_reviewer":true,"featured_carousel_show_product":false,"featured_carousel_header_background_color":"#108474","featured_carousel_header_text_color":"#ffffff","featured_carousel_name_product_separator":"reviewed","featured_carousel_full_star_background":"#108474","featured_carousel_empty_star_background":"#dadada","featured_carousel_vertical_theme_background":"#f9fafb","featured_carousel_verified_badge_enable":true,"featured_carousel_verified_badge_color":"#108474","featured_carousel_border_style":"round","featured_carousel_review_line_length_limit":3,"featured_carousel_more_reviews_button_text":"Lire plus d'avis","featured_carousel_view_product_button_text":"Voir le produit","all_reviews_page_load_reviews_on":"scroll","all_reviews_page_load_more_text":"Charger plus d'avis","disable_fb_tab_reviews":false,"enable_ajax_cdn_cache":false,"widget_advanced_speed_features":5,"widget_public_name_text":"affiché publiquement comme","default_reviewer_name":"John Smith","default_reviewer_name_has_non_latin":true,"widget_reviewer_anonymous":"Anonyme","medals_widget_title":"Médailles d'avis Judge.me","medals_widget_background_color":"#f9fafb","medals_widget_position":"footer_all_pages","medals_widget_border_color":"#f9fafb","medals_widget_verified_text_position":"left","medals_widget_use_monochromatic_version":false,"medals_widget_elements_color":"#108474","show_reviewer_avatar":true,"widget_invalid_yt_video_url_error_text":"Pas une URL de vidéo YouTube","widget_max_length_field_error_text":"Veuillez ne pas dépasser {0} caractères.","widget_show_country_flag":false,"widget_show_collected_via_shop_app":true,"widget_verified_by_shop_badge_style":"light","widget_verified_by_shop_text":"Vérifié par la boutique","widget_show_photo_gallery":false,"widget_load_with_code_splitting":true,"widget_ugc_install_preference":false,"widget_ugc_title":"Fait par nous, partagé par vous","widget_ugc_subtitle":"Taguez-nous pour voir votre photo mise en avant sur notre page","widget_ugc_arrows_color":"#ffffff","widget_ugc_primary_button_text":"Acheter maintenant","widget_ugc_primary_button_background_color":"#108474","widget_ugc_primary_button_text_color":"#ffffff","widget_ugc_primary_button_border_width":"0","widget_ugc_primary_button_border_style":"none","widget_ugc_primary_button_border_color":"#108474","widget_ugc_primary_button_border_radius":"25","widget_ugc_secondary_button_text":"Charger plus","widget_ugc_secondary_button_background_color":"#ffffff","widget_ugc_secondary_button_text_color":"#108474","widget_ugc_secondary_button_border_width":"2","widget_ugc_secondary_button_border_style":"solid","widget_ugc_secondary_button_border_color":"#108474","widget_ugc_secondary_button_border_radius":"25","widget_ugc_reviews_button_text":"Voir les avis","widget_ugc_reviews_button_background_color":"#ffffff","widget_ugc_reviews_button_text_color":"#108474","widget_ugc_reviews_button_border_width":"2","widget_ugc_reviews_button_border_style":"solid","widget_ugc_reviews_button_border_color":"#108474","widget_ugc_reviews_button_border_radius":"25","widget_ugc_reviews_button_link_to":"judgeme-reviews-page","widget_ugc_show_post_date":true,"widget_ugc_max_width":"800","widget_rating_metafield_value_type":true,"widget_primary_color":"#108474","widget_enable_secondary_color":false,"widget_secondary_color":"#edf5f5","widget_summary_average_rating_text":"{{ average_rating }} sur 5","widget_media_grid_title":"Photos \u0026 vidéos clients","widget_media_grid_see_more_text":"Voir plus","widget_round_style":false,"widget_show_product_medals":true,"widget_verified_by_judgeme_text":"Vérifié par Judge.me","widget_show_store_medals":true,"widget_verified_by_judgeme_text_in_store_medals":"Vérifié par Judge.me","widget_media_field_exceed_quantity_message":"Désolé, nous ne pouvons accepter que {{ max_media }} pour un avis.","widget_media_field_exceed_limit_message":"{{ file_name }} est trop volumineux, veuillez sélectionner un {{ media_type }} de moins de {{ size_limit }}MB.","widget_review_submitted_text":"Avis soumis !","widget_question_submitted_text":"Question soumise !","widget_close_form_text_question":"Annuler","widget_write_your_answer_here_text":"Écrivez votre réponse ici","widget_enabled_branded_link":true,"widget_show_collected_by_judgeme":false,"widget_reviewer_name_color":"","widget_write_review_text_color":"","widget_write_review_bg_color":"","widget_collected_by_judgeme_text":"collecté par Judge.me","widget_pagination_type":"standard","widget_load_more_text":"Charger plus","widget_load_more_color":"#108474","widget_full_review_text":"Avis complet","widget_read_more_reviews_text":"Lire plus d'avis","widget_read_questions_text":"Lire les questions","widget_questions_and_answers_text":"Questions \u0026 Réponses","widget_verified_by_text":"Vérifié par","widget_verified_text":"Vérifié","widget_number_of_reviews_text":"{{ number_of_reviews }} avis","widget_back_button_text":"Retour","widget_next_button_text":"Suivant","widget_custom_forms_filter_button":"Filtres","custom_forms_style":"horizontal","widget_show_review_information":false,"how_reviews_are_collected":"Comment les avis sont-ils collectés ?","widget_show_review_keywords":false,"widget_gdpr_statement":"Comment nous utilisons vos données : Nous vous contacterons uniquement à propos de l'avis que vous avez laissé, et seulement si nécessaire. En soumettant votre avis, vous acceptez les \u003ca href='https://judge.me/terms' target='_blank' rel='nofollow noopener'\u003econditions\u003c/a\u003e, la \u003ca href='https://judge.me/privacy' target='_blank' rel='nofollow noopener'\u003epolitique de confidentialité\u003c/a\u003e et les \u003ca href='https://judge.me/content-policy' target='_blank' rel='nofollow noopener'\u003epolitiques de contenu\u003c/a\u003e de Judge.me.","widget_multilingual_sorting_enabled":false,"widget_translate_review_content_enabled":false,"widget_translate_review_content_method":"manual","popup_widget_review_selection":"automatically_with_pictures","popup_widget_round_border_style":true,"popup_widget_show_title":true,"popup_widget_show_body":true,"popup_widget_show_reviewer":false,"popup_widget_show_product":true,"popup_widget_show_pictures":true,"popup_widget_use_review_picture":true,"popup_widget_show_on_home_page":true,"popup_widget_show_on_product_page":true,"popup_widget_show_on_collection_page":true,"popup_widget_show_on_cart_page":true,"popup_widget_position":"bottom_left","popup_widget_first_review_delay":5,"popup_widget_duration":5,"popup_widget_interval":5,"popup_widget_review_count":5,"popup_widget_hide_on_mobile":true,"review_snippet_widget_round_border_style":true,"review_snippet_widget_card_color":"#FFFFFF","review_snippet_widget_slider_arrows_background_color":"#FFFFFF","review_snippet_widget_slider_arrows_color":"#000000","review_snippet_widget_star_color":"#108474","show_product_variant":false,"all_reviews_product_variant_label_text":"Variante : ","widget_show_verified_branding":false,"widget_ai_summary_title":"Les clients disent","widget_ai_summary_disclaimer":"Résumé des avis généré par IA basé sur les avis clients récents","widget_show_ai_summary":false,"widget_show_ai_summary_bg":false,"widget_show_review_title_input":true,"redirect_reviewers_invited_via_email":"external_form","request_store_review_after_product_review":false,"request_review_other_products_in_order":false,"review_form_color_scheme":"default","review_form_corner_style":"square","review_form_star_color":{},"review_form_text_color":"#333333","review_form_background_color":"#ffffff","review_form_field_background_color":"#fafafa","review_form_button_color":{},"review_form_button_text_color":"#ffffff","review_form_modal_overlay_color":"#000000","review_content_screen_title_text":"Comment évalueriez-vous ce produit ?","review_content_introduction_text":"Nous serions ravis que vous partagiez un peu votre expérience.","store_review_form_title_text":"Comment évalueriez-vous cette boutique ?","store_review_form_introduction_text":"Nous serions ravis que vous partagiez un peu votre expérience.","show_review_guidance_text":true,"one_star_review_guidance_text":"Mauvais","five_star_review_guidance_text":"Excellent","customer_information_screen_title_text":"À propos de vous","customer_information_introduction_text":"Veuillez nous en dire plus sur vous.","custom_questions_screen_title_text":"Votre expérience en détail","custom_questions_introduction_text":"Voici quelques questions pour nous aider à mieux comprendre votre expérience.","review_submitted_screen_title_text":"Merci pour votre avis !","review_submitted_screen_thank_you_text":"Nous le traitons et il apparaîtra bientôt dans la boutique.","review_submitted_screen_email_verification_text":"Veuillez confirmer votre email en cliquant sur le lien que nous venons de vous envoyer. Cela nous aide à maintenir des avis authentiques.","review_submitted_request_store_review_text":"Aimeriez-vous partager votre expérience d'achat avec nous ?","review_submitted_review_other_products_text":"Aimeriez-vous évaluer ces produits ?","store_review_screen_title_text":"Voulez-vous partager votre expérience de shopping avec nous ?","store_review_introduction_text":"Nous apprécions votre retour d'expérience et nous l'utilisons pour nous améliorer. Veuillez partager vos pensées ou suggestions.","reviewer_media_screen_title_picture_text":"Partager une photo","reviewer_media_introduction_picture_text":"Téléchargez une photo pour étayer votre avis.","reviewer_media_screen_title_video_text":"Partager une vidéo","reviewer_media_introduction_video_text":"Téléchargez une vidéo pour étayer votre avis.","reviewer_media_screen_title_picture_or_video_text":"Partager une photo ou une vidéo","reviewer_media_introduction_picture_or_video_text":"Téléchargez une photo ou une vidéo pour étayer votre avis.","reviewer_media_youtube_url_text":"Collez votre URL Youtube ici","advanced_settings_next_step_button_text":"Suivant","advanced_settings_close_review_button_text":"Fermer","modal_write_review_flow":false,"write_review_flow_required_text":"Obligatoire","write_review_flow_privacy_message_text":"Nous respectons votre vie privée.","write_review_flow_anonymous_text":"Avis anonyme","write_review_flow_visibility_text":"Ne sera pas visible pour les autres clients.","write_review_flow_multiple_selection_help_text":"Sélectionnez autant que vous le souhaitez","write_review_flow_single_selection_help_text":"Sélectionnez une option","write_review_flow_required_field_error_text":"Ce champ est obligatoire","write_review_flow_invalid_email_error_text":"Veuillez saisir une adresse email valide","write_review_flow_max_length_error_text":"Max. {{ max_length }} caractères.","write_review_flow_media_upload_text":"\u003cb\u003eCliquez pour télécharger\u003c/b\u003e ou glissez-déposez","write_review_flow_gdpr_statement":"Nous vous contacterons uniquement au sujet de votre avis si nécessaire. En soumettant votre avis, vous acceptez nos \u003ca href='https://judge.me/terms' target='_blank' rel='nofollow noopener'\u003econditions d'utilisation\u003c/a\u003e et notre \u003ca href='https://judge.me/privacy' target='_blank' rel='nofollow noopener'\u003epolitique de confidentialité\u003c/a\u003e.","rating_only_reviews_enabled":false,"show_negative_reviews_help_screen":false,"new_review_flow_help_screen_rating_threshold":3,"negative_review_resolution_screen_title_text":"Dites-nous plus","negative_review_resolution_text":"Votre expérience est importante pour nous. S'il y a eu des problèmes avec votre achat, nous sommes là pour vous aider. N'hésitez pas à nous contacter, nous aimerions avoir l'opportunité de corriger les choses.","negative_review_resolution_button_text":"Contactez-nous","negative_review_resolution_proceed_with_review_text":"Laisser un avis","negative_review_resolution_subject":"Problème avec l'achat de {{ shop_name }}.{{ order_name }}","preview_badge_collection_page_install_status":false,"widget_review_custom_css":"","preview_badge_custom_css":"","preview_badge_stars_count":"5-stars","featured_carousel_custom_css":"","floating_tab_custom_css":"","all_reviews_widget_custom_css":"","medals_widget_custom_css":"","verified_badge_custom_css":"","all_reviews_text_custom_css":"","transparency_badges_collected_via_store_invite":false,"transparency_badges_from_another_provider":false,"transparency_badges_collected_from_store_visitor":false,"transparency_badges_collected_by_verified_review_provider":false,"transparency_badges_earned_reward":false,"transparency_badges_collected_via_store_invite_text":"Avis collecté via l'invitation du magasin","transparency_badges_from_another_provider_text":"Avis collecté d'un autre fournisseur","transparency_badges_collected_from_store_visitor_text":"Avis collecté d'un visiteur du magasin","transparency_badges_written_in_google_text":"Avis écrit sur Google","transparency_badges_written_in_etsy_text":"Avis écrit sur Etsy","transparency_badges_written_in_shop_app_text":"Avis écrit sur Shop App","transparency_badges_earned_reward_text":"Avis a gagné une récompense pour une commande future","product_review_widget_per_page":10,"widget_store_review_label_text":"Avis de la boutique","checkout_comment_extension_title_on_product_page":"Customer Comments","checkout_comment_extension_num_latest_comment_show":5,"checkout_comment_extension_format":"name_and_timestamp","checkout_comment_customer_name":"last_initial","checkout_comment_comment_notification":true,"preview_badge_collection_page_install_preference":false,"preview_badge_home_page_install_preference":false,"preview_badge_product_page_install_preference":false,"review_widget_install_preference":"","review_carousel_install_preference":false,"floating_reviews_tab_install_preference":"none","verified_reviews_count_badge_install_preference":false,"all_reviews_text_install_preference":false,"review_widget_best_location":false,"judgeme_medals_install_preference":false,"review_widget_revamp_enabled":false,"review_widget_qna_enabled":false,"review_widget_header_theme":"minimal","review_widget_widget_title_enabled":true,"review_widget_header_text_size":"medium","review_widget_header_text_weight":"regular","review_widget_average_rating_style":"compact","review_widget_bar_chart_enabled":true,"review_widget_bar_chart_type":"numbers","review_widget_bar_chart_style":"standard","review_widget_expanded_media_gallery_enabled":false,"review_widget_reviews_section_theme":"standard","review_widget_image_style":"thumbnails","review_widget_review_image_ratio":"square","review_widget_stars_size":"medium","review_widget_verified_badge":"standard_text","review_widget_review_title_text_size":"medium","review_widget_review_text_size":"medium","review_widget_review_text_length":"medium","review_widget_number_of_columns_desktop":3,"review_widget_carousel_transition_speed":5,"review_widget_custom_questions_answers_display":"always","review_widget_button_text_color":"#FFFFFF","review_widget_text_color":"#000000","review_widget_lighter_text_color":"#7B7B7B","review_widget_corner_styling":"soft","review_widget_review_word_singular":"avis","review_widget_review_word_plural":"avis","review_widget_voting_label":"Utile?","review_widget_shop_reply_label":"Réponse de {{ shop_name }} :","review_widget_filters_title":"Filtres","qna_widget_question_word_singular":"Question","qna_widget_question_word_plural":"Questions","qna_widget_answer_reply_label":"Réponse de {{ answerer_name }} :","qna_content_screen_title_text":"Poser une question sur ce produit","qna_widget_question_required_field_error_text":"Veuillez entrer votre question.","qna_widget_flow_gdpr_statement":"Nous vous contacterons uniquement au sujet de votre question si nécessaire. En soumettant votre question, vous acceptez nos \u003ca href='https://judge.me/terms' target='_blank' rel='nofollow noopener'\u003econditions d'utilisation\u003c/a\u003e et notre \u003ca href='https://judge.me/privacy' target='_blank' rel='nofollow noopener'\u003epolitique de confidentialité\u003c/a\u003e.","qna_widget_question_submitted_text":"Merci pour votre question !","qna_widget_close_form_text_question":"Fermer","qna_widget_question_submit_success_text":"Nous vous enverrons un email lorsque nous répondrons à votre question.","all_reviews_widget_v2025_enabled":false,"all_reviews_widget_v2025_header_theme":"default","all_reviews_widget_v2025_widget_title_enabled":true,"all_reviews_widget_v2025_header_text_size":"medium","all_reviews_widget_v2025_header_text_weight":"regular","all_reviews_widget_v2025_average_rating_style":"compact","all_reviews_widget_v2025_bar_chart_enabled":true,"all_reviews_widget_v2025_bar_chart_type":"numbers","all_reviews_widget_v2025_bar_chart_style":"standard","all_reviews_widget_v2025_expanded_media_gallery_enabled":false,"all_reviews_widget_v2025_show_store_medals":true,"all_reviews_widget_v2025_show_photo_gallery":true,"all_reviews_widget_v2025_show_review_keywords":false,"all_reviews_widget_v2025_show_ai_summary":false,"all_reviews_widget_v2025_show_ai_summary_bg":false,"all_reviews_widget_v2025_add_search_bar":false,"all_reviews_widget_v2025_default_sort_method":"most-recent","all_reviews_widget_v2025_reviews_per_page":10,"all_reviews_widget_v2025_reviews_section_theme":"default","all_reviews_widget_v2025_image_style":"thumbnails","all_reviews_widget_v2025_review_image_ratio":"square","all_reviews_widget_v2025_stars_size":"medium","all_reviews_widget_v2025_verified_badge":"bold_badge","all_reviews_widget_v2025_review_title_text_size":"medium","all_reviews_widget_v2025_review_text_size":"medium","all_reviews_widget_v2025_review_text_length":"medium","all_reviews_widget_v2025_number_of_columns_desktop":3,"all_reviews_widget_v2025_carousel_transition_speed":5,"all_reviews_widget_v2025_custom_questions_answers_display":"always","all_reviews_widget_v2025_show_product_variant":false,"all_reviews_widget_v2025_show_reviewer_avatar":true,"all_reviews_widget_v2025_reviewer_name_as_initial":"","all_reviews_widget_v2025_review_location_show":false,"all_reviews_widget_v2025_location_format":"","all_reviews_widget_v2025_show_country_flag":false,"all_reviews_widget_v2025_verified_by_shop_badge_style":"light","all_reviews_widget_v2025_social_share":false,"all_reviews_widget_v2025_social_share_options_order":"Facebook,Twitter,LinkedIn,Pinterest","all_reviews_widget_v2025_pagination_type":"standard","all_reviews_widget_v2025_button_text_color":"#FFFFFF","all_reviews_widget_v2025_text_color":"#000000","all_reviews_widget_v2025_lighter_text_color":"#7B7B7B","all_reviews_widget_v2025_corner_styling":"soft","all_reviews_widget_v2025_title":"Avis clients","all_reviews_widget_v2025_ai_summary_title":"Les clients disent à propos de cette boutique","all_reviews_widget_v2025_no_review_text":"Soyez le premier à écrire un avis","platform":"shopify","branding_url":"https://app.judge.me/reviews","branding_text":"Propulsé par Judge.me","locale":"en","reply_name":"Acton Canada","widget_version":"3.0","footer":true,"autopublish":true,"review_dates":true,"enable_custom_form":false,"shop_locale":"fr","enable_multi_locales_translations":false,"show_review_title_input":true,"review_verification_email_status":"always","can_be_branded":true,"reply_name_text":"Acton Canada"};</script> <style class='jdgm-settings-style'>﻿.jdgm-xx{left:0}:root{--jdgm-primary-color: #108474;--jdgm-secondary-color: rgba(16,132,116,0.1);--jdgm-star-color: #108474;--jdgm-write-review-text-color: white;--jdgm-write-review-bg-color: #108474;--jdgm-paginate-color: #108474;--jdgm-border-radius: 0;--jdgm-reviewer-name-color: #108474}.jdgm-histogram__bar-content{background-color:#108474}.jdgm-rev[data-verified-buyer=true] .jdgm-rev__icon.jdgm-rev__icon:after,.jdgm-rev__buyer-badge.jdgm-rev__buyer-badge{color:white;background-color:#108474}.jdgm-review-widget--small .jdgm-gallery.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before{content:"Voir plus"}@media only screen and (min-width: 768px){.jdgm-gallery.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before{content:"Voir plus"}}.jdgm-widget .jdgm-write-rev-link{display:none}.jdgm-widget .jdgm-rev-widg[data-number-of-reviews='0']{display:none}.jdgm-prev-badge[data-average-rating='0.00']{display:none !important}.jdgm-author-all-initials{display:none !important}.jdgm-author-last-initial{display:none !important}.jdgm-rev-widg__title{visibility:hidden}.jdgm-rev-widg__summary-text{visibility:hidden}.jdgm-prev-badge__text{visibility:hidden}.jdgm-rev__prod-link-prefix:before{content:'à propos de'}.jdgm-rev__variant-label:before{content:'Variante : '}.jdgm-rev__out-of-store-text:before{content:'(hors boutique)'}@media only screen and (min-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}@media only screen and (max-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}.jdgm-preview-badge[data-template="product"]{display:none !important}.jdgm-preview-badge[data-template="collection"]{display:none !important}.jdgm-preview-badge[data-template="index"]{display:none !important}.jdgm-review-widget[data-from-snippet="true"]{display:none !important}.jdgm-verified-count-badget[data-from-snippet="true"]{display:none !important}.jdgm-carousel-wrapper[data-from-snippet="true"]{display:none !important}.jdgm-all-reviews-text[data-from-snippet="true"]{display:none !important}.jdgm-medals-section[data-from-snippet="true"]{display:none !important}.jdgm-ugc-media-wrapper[data-from-snippet="true"]{display:none !important}.jdgm-rev__transparency-badge[data-badge-type="review_collected_via_store_invitation"]{display:none !important}.jdgm-rev__transparency-badge[data-badge-type="review_collected_from_another_provider"]{display:none !important}.jdgm-rev__transparency-badge[data-badge-type="review_collected_from_store_visitor"]{display:none !important}.jdgm-rev__transparency-badge[data-badge-type="review_written_in_etsy"]{display:none !important}.jdgm-rev__transparency-badge[data-badge-type="review_written_in_google_business"]{display:none !important}.jdgm-rev__transparency-badge[data-badge-type="review_written_in_shop_app"]{display:none !important}.jdgm-rev__transparency-badge[data-badge-type="review_earned_for_future_purchase"]{display:none !important}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__cards-container .jdgm-rev-snippet-card{border-radius:8px;background:#fff}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__cards-container .jdgm-rev-snippet-card__rev-rating .jdgm-star{color:#108474}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__prev-btn,.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__next-btn{border-radius:50%;background:#fff}.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__prev-btn>svg,.jdgm-review-snippet-widget .jdgm-rev-snippet-widget__next-btn>svg{fill:#000}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jm-mfp-content,.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev__icon,.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev__pic-img,.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev__reply{border-radius:8px}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev[data-verified-buyer="true"] .jdgm-full-rev__icon::after{border-radius:8px}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev .jdgm-rev__buyer-badge{border-radius:calc( 8px / 2 )}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev .jdgm-full-rev__replier::before{content:'Acton Canada'}.jdgm-full-rev-modal.rev-snippet-widget .jm-mfp-container .jdgm-full-rev .jdgm-full-rev__product-button{border-radius:calc( 8px * 6 )}
</style> <style class='jdgm-settings-style'></style>

  
  
  
  <style class='jdgm-miracle-styles'>
  @-webkit-keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@font-face{font-family:'JudgemeStar';src:url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAScAA0AAAAABrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAEgAAAABoAAAAcbyQ+3kdERUYAAARgAAAAHgAAACAAMwAGT1MvMgAAAZgAAABGAAAAVi+vS9xjbWFwAAAB8AAAAEAAAAFKwBMjvmdhc3AAAARYAAAACAAAAAj//wADZ2x5ZgAAAkAAAAEJAAABdH33LXtoZWFkAAABMAAAAC0AAAA2BroQKWhoZWEAAAFgAAAAHAAAACQD5QHQaG10eAAAAeAAAAAPAAAAFAYAAABsb2NhAAACMAAAAA4AAAAOAO4AeG1heHAAAAF8AAAAHAAAACAASgAvbmFtZQAAA0wAAADeAAABkorWfVZwb3N0AAAELAAAACkAAABEp3ubLXgBY2BkYADhPPP4OfH8Nl8ZuJkYQODS2fRrCPr/aSYGxq1ALgcDWBoAO60LkwAAAHgBY2BkYGDc+v80gx4TAwgASaAICmABAFB+Arl4AWNgZGBgYGPQYWBiAAIwyQgWc2AAAwAHVQB6eAFjYGRiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbByMsCBAAMCBKS5pjA4PGB4wMR44P8BBj3GrQymQGFGkBwAjtgK/gAAeAFjYoAAEA1jAwAAZAAHAHgB3crBCcAwDEPRZydkih567CDdf4ZskmLwFBV8xBfCaC4BXkOUmx4sU0h2ngNb9V0vQCxaRKIAevT7fGWuBrEAAAAAAAAAAAA0AHgAugAAeAF9z79Kw1AUx/FzTm7un6QmJtwmQ5Bg1abgEGr/BAqlU6Gju+Cgg1MkQ/sA7Vj7BOnmO/gUvo2Lo14NqIO6/IazfD8HEODtmQCfoANwNsyp2/GJt3WKQrd1NLiYYWx2PBqOsmJMEOznPOTzfSCrhAtbbLdmeFLJV9eKd63WLrZcIcuaEVdssWCKM6pLCfTVOYbz/0pNSMSZKLIZpvh78sAUH6PlMrreTCabP9r+Z/puPZ2ur/RqpQHgh+MIegCnXeM4MRAPjYN//5tj4ZtTjkFqEdmeMShlEJ7tVAly2TAkx6R68Fl4E/aVvn8JqHFQ4JS1434gXKcuL31dDhzs3YbsEOAd/IU88gAAAHgBfY4xTgMxEEVfkk0AgRCioKFxQYd2ZRtpixxgRU2RfhU5q5VWseQ4JdfgAJyBlmNwAM7ABRhZQ0ORwp7nr+eZAa54YwYg9zm3ynPOeFRe8MCrciXOh/KSS76UV5L/iDmrLiS5AeU519wrL3jmSbkS5115yR2fyivJv9kx0ZMZ2RLZw27q87iNQi8EBo5FSPIMw3HqBboi5lKTGAGDp8FKXWP+t9TU01Lj5His1Ba6uM9dTEMwvrFmbf5GC/q2drW3ruXUhhsCiQOjznFlCzYhHUZp4xp76vsvQh89CQAAeAFjYGJABowM6IANLMrEyMTIzMjCXpyRWJBqZshWXJJYBKOMAFHFBucAAAAAAAAB//8AAngBY2BkYGDgA2IJBhBgAvKZGViBJAuYxwAABJsAOgAAeAFjYGBgZACCk535hiD60tn0azAaAEqpB6wAAA==") format("woff");font-weight:normal;font-style:normal}.jdgm-star{font-family:'JudgemeStar';display:inline !important;text-decoration:none !important;padding:0 4px 0 0 !important;margin:0 !important;font-weight:bold;opacity:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.jdgm-star:hover{opacity:1}.jdgm-star:last-of-type{padding:0 !important}.jdgm-star.jdgm--on:before{content:"\e000"}.jdgm-star.jdgm--off:before{content:"\e001"}.jdgm-star.jdgm--half:before{content:"\e002"}.jdgm-widget *{margin:0;line-height:1.4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch}.jdgm-hidden{display:none !important;visibility:hidden !important}.jdgm-temp-hidden{display:none}.jdgm-spinner{width:40px;height:40px;margin:auto;border-radius:50%;border-top:2px solid #eee;border-right:2px solid #eee;border-bottom:2px solid #eee;border-left:2px solid #ccc;-webkit-animation:jdgm-spin 0.8s infinite linear;animation:jdgm-spin 0.8s infinite linear}.jdgm-spinner:empty{display:block}.jdgm-prev-badge{display:block !important}

</style>


  
  
   




<script data-cfasync='false' class='jdgm-script'>
!function(e){window.jdgm=window.jdgm||{},jdgm.CDN_HOST="https://cdnwidget.judge.me/",jdgm.CDN_HOST_ALT="https://cdn2.judge.me/cdn/widget_frontend/",jdgm.API_HOST="https://api.judge.me/",jdgm.CDN_BASE_URL="https://cdn.shopify.com/extensions/019eb5d5-15a2-7881-a1c0-2c193621a131/judgeme-569/assets/",jdgm.CDN_API_HOST="https://cdn.judge.me/",
jdgm.docReady=function(d){(e.attachEvent?"complete"===e.readyState:"loading"!==e.readyState)?
setTimeout(d,0):e.addEventListener("DOMContentLoaded",d)},jdgm.loadCSS=function(d,t,o,a){
!o&&jdgm.loadCSS.requestedUrls.indexOf(d)>=0||(jdgm.loadCSS.requestedUrls.push(d),
(a=e.createElement("link")).rel="stylesheet",a.class="jdgm-stylesheet",a.media="nope!",
a.href=d,a.onload=function(){this.media="all",t&&setTimeout(t)},e.body.appendChild(a))},
jdgm.loadCSS.requestedUrls=[],jdgm.loadJS=function(e,d){var t=new XMLHttpRequest;
t.onreadystatechange=function(){4===t.readyState&&(Function(t.response)(),d&&d(t.response))},
t.open("GET",e),t.onerror=function(){if(e.indexOf(jdgm.CDN_HOST)===0&&jdgm.CDN_HOST_ALT!==jdgm.CDN_HOST){var f=e.replace(jdgm.CDN_HOST,jdgm.CDN_HOST_ALT);jdgm.loadJS(f,d)}},t.send()},jdgm.docReady((function(){(window.jdgmLoadCSS||e.querySelectorAll(
".jdgm-widget, .jdgm-all-reviews-page").length>0)&&(jdgmSettings.widget_load_with_code_splitting?
parseFloat(jdgmSettings.widget_version)>=3?jdgm.loadCSS(jdgm.CDN_BASE_URL+"widget_v3_base.css"):
jdgm.loadCSS(jdgm.CDN_BASE_URL+"widget_base.css"):jdgm.loadCSS(jdgm.CDN_BASE_URL+"shopify_v2.css")
)}))}(document);
</script>
<noscript><link rel="stylesheet" type="text/css" media="all" href="https://cdn.shopify.com/extensions/019eb5d5-15a2-7881-a1c0-2c193621a131/judgeme-569/assets/shopify_v2.css"></noscript>

<!-- BEGIN app snippet: theme_fix_tags --><script>
  (function() {
    var jdgmThemeFixes = null;
    if (!jdgmThemeFixes) return;
    var thisThemeFix = jdgmThemeFixes[Shopify.theme.id];
    if (!thisThemeFix) return;

    if (thisThemeFix.html) {
      document.addEventListener("DOMContentLoaded", function() {
        var htmlDiv = document.createElement('div');
        htmlDiv.classList.add('jdgm-theme-fix-html');
        htmlDiv.innerHTML = thisThemeFix.html;
        document.body.append(htmlDiv);
      });
    };

    if (thisThemeFix.css) {
      var styleTag = document.createElement('style');
      styleTag.classList.add('jdgm-theme-fix-style');
      styleTag.innerHTML = thisThemeFix.css;
      document.head.append(styleTag);
    };

    if (thisThemeFix.js) {
      var scriptTag = document.createElement('script');
      scriptTag.classList.add('jdgm-theme-fix-script');
      scriptTag.innerHTML = thisThemeFix.js;
      document.head.append(scriptTag);
    };
  })();
</script>
<!-- END app snippet -->
<!-- End of Judge.me Core -->



<!-- END app block --><script src="https://cdn.shopify.com/extensions/019e1f37-3d70-715e-b231-d8645cd61f1c/langify-88/assets/langify-lib.js" type="text/javascript" defer="defer"></script>
<script src="https://cdn.shopify.com/extensions/019eb5d5-15a2-7881-a1c0-2c193621a131/judgeme-569/assets/loader.js" type="text/javascript" defer="defer"></script>
<meta property="og:image" content="https://cdn.shopify.com/s/files/1/1849/7727/files/Acton_logo_HOR_couleur288c_215x_2x_cd0ee699-3acb-45df-85b2-c72a799b19f8.png?height=628&pad_color=ffffff&v=1706881596&width=1200" />
<meta property="og:image:secure_url" content="https://cdn.shopify.com/s/files/1/1849/7727/files/Acton_logo_HOR_couleur288c_215x_2x_cd0ee699-3acb-45df-85b2-c72a799b19f8.png?height=628&pad_color=ffffff&v=1706881596&width=1200" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="628" />
<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: 18497727,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>
  window.__TREKKIE_SHIM_QUEUE = window.__TREKKIE_SHIM_QUEUE || [];
</script>
<script id="web-pixels-manager-setup">(function(){var wpmLoader=function(){"use strict";return function(e,d,r,n){var o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};if(!Boolean(null==(i=null==(a=window.Shopify)?void 0:a.analytics)?void 0:i.replayQueue)){var a,i;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,u,c,m,p,f,h,g,y,w,v,b,S,P=(u=(l={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+|)/}).modern,c=l.legacy,(m=navigator.userAgent).match(u)?"modern":m.match(c)?"legacy":"unknown"),C="modern"===P?"modern":"legacy",_=(null!=n?n:{modern:"",legacy:""})[C],O=[(p={baseUrl:d,hashVersion:r,buildTarget:C}).baseUrl,"/wpm","/b",p.hashVersion,"modern"===p.buildTarget?"m":"l",".js"].join(""),U=(f={version:r,bundleTarget:P,surface:e.surface,pageUrl:self.location.href,monorailEndpoint:e.monorailEndpoint},h=f.version,g=f.bundleTarget,y=f.surface,w=f.pageUrl,v=f.monorailEndpoint,{emit:function(e){var d=e.status,r=e.errorMsg,n=(new Date).getTime(),o=JSON.stringify({metadata:{event_sent_at_ms:n},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:h,bundle_target:g,page_url:w,status:d,surface:y,error_msg:r},metadata:{event_created_at_ms:n}}]});if(!v)return console&&console.warn&&console.warn("[Web Pixels Manager] No Monorail endpoint provided, skipping logging."),!1;try{return self.navigator.sendBeacon.bind(self.navigator)(v,o)}catch(e){}var a=new XMLHttpRequest;try{return a.open("POST",v,!0),a.setRequestHeader("Content-Type","text/plain"),a.send(o),!0}catch(e){return console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."),!1}}});try{o.browserTarget=P,function(e){var d=e.src,r=e.async,n=void 0===r||r,o=e.onload,a=e.onerror,i=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,i&&(l.integrity=i,l.crossOrigin="anonymous"),s)for(var m in s)if(Object.prototype.hasOwnProperty.call(s,m))try{l.dataset[m]=s[m]}catch(e){}if(o&&l.addEventListener("load",o),a&&l.addEventListener("error",a),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:O,async:!0,onload:function(){if(!function(){var e,d;return Boolean(null==(d=null==(e=window.Shopify)?void 0:e.analytics)?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 U.emit({status:"failed",errorMsg:"".concat(O," has failed to load")})},sri:(b=_,S=/^sha384-[A-Za-z0-9+/=]+$/,"string"==typeof b&&S.test(b)?_:""),scriptDataAttributes:o}),U.emit({status:"loading"})}catch(e){U.emit({status:"failed",errorMsg:(null==e?void 0:e.message)||"Unknown error"})}}}}();wpmLoader({shopId: 18497727,storefrontBaseUrl: "https://actoncanada.ca",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",surface: "storefront-renderer",enabledBetaFlags: ["d5bdd5d0","f36ec97b","2b8f910e"],webPixelsConfigList: [{"id":"1791885567","configuration":"{\"accountID\":\"PsGpJ2\",\"webPixelConfig\":\"eyJlbmFibGVBZGRlZFRvQ2FydEV2ZW50cyI6IHRydWV9\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"524f6c1ee37bacdca7657a665bdca589","type":"APP","apiClientId":123074,"privacyPurposes":["ANALYTICS","MARKETING"],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"optimized","enabledFlags":["9a3ed68a"]},{"id":"848298239","configuration":"{\"webPixelName\":\"Judge.me\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"34ad157958823915625854214640f0bf","type":"APP","apiClientId":683015,"privacyPurposes":["ANALYTICS"],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"unrestricted"},{"id":"499613951","configuration":"{\"config\":\"{\\\"google_tag_ids\\\":[\\\"G-G2C71QYN1S\\\",\\\"AW-667048432\\\",\\\"GT-KVN6F26\\\"],\\\"target_country\\\":\\\"CA\\\",\\\"gtag_events\\\":[{\\\"type\\\":\\\"begin_checkout\\\",\\\"action_label\\\":[\\\"G-G2C71QYN1S\\\",\\\"AW-667048432\\\/X5daCLyh7eABEPCzib4C\\\"]},{\\\"type\\\":\\\"search\\\",\\\"action_label\\\":[\\\"G-G2C71QYN1S\\\",\\\"AW-667048432\\\/QEfPCL-h7eABEPCzib4C\\\"]},{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":[\\\"G-G2C71QYN1S\\\",\\\"AW-667048432\\\/iMbbCLah7eABEPCzib4C\\\",\\\"MC-HJDG063R5P\\\"]},{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":[\\\"G-G2C71QYN1S\\\",\\\"AW-667048432\\\/YlqTCLOh7eABEPCzib4C\\\",\\\"MC-HJDG063R5P\\\"]},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":[\\\"G-G2C71QYN1S\\\",\\\"AW-667048432\\\/ij-iCLCh7eABEPCzib4C\\\",\\\"MC-HJDG063R5P\\\"]},{\\\"type\\\":\\\"add_payment_info\\\",\\\"action_label\\\":[\\\"G-G2C71QYN1S\\\",\\\"AW-667048432\\\/Muj4CMKh7eABEPCzib4C\\\"]},{\\\"type\\\":\\\"add_to_cart\\\",\\\"action_label\\\":[\\\"G-G2C71QYN1S\\\",\\\"AW-667048432\\\/pu4SCLmh7eABEPCzib4C\\\"]}],\\\"enable_monitoring_mode\\\":false}\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"ed24a66cfc901e9f66a77fcd7f6b6205","type":"APP","apiClientId":1780363,"privacyPurposes":[],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"optimized","enabledFlags":["9a3ed68a"]},{"id":"156958975","configuration":"{\"pixel_id\":\"190439321715578\",\"pixel_type\":\"facebook_pixel\",\"metaapp_system_user_token\":\"-\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"abff2a8add143ccb04deb20f0ebd74a9","type":"APP","apiClientId":2329312,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"optimized","enabledFlags":["9a3ed68a"]},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0460","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0460","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,initData: {"shop":{"name":"Acton Canada","paymentSettings":{"currencyCode":"CAD"},"myshopifyDomain":"actoncanada.myshopify.com","countryCode":"CA","storefrontUrl":"https:\/\/actoncanada.ca"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"products":[{"id":"9391137063167","handle":"protect6-noir-bottes-de-travail-6-en-cuir","title":"","vendor":"","type":null,"untranslatedTitle":null,"url":null,"remoteShopId":null,"variants":[{"id":"48215399891199","price":{"amount":0.0,"currencyCode":"CAD"},"image":null,"sku":null,"title":null,"untranslatedTitle":null}]},{"id":"9429176451327","handle":"protect6-tan-bottes-de-travail-6-en-cuir","title":"","vendor":"","type":null,"untranslatedTitle":null,"url":null,"remoteShopId":null,"variants":[{"id":"48300599410943","price":{"amount":0.0,"currencyCode":"CAD"},"image":null,"sku":null,"title":null,"untranslatedTitle":null}]},{"id":"9434332463359","handle":"quest-vert-bottes-de-pluie-14-isolee-en-caoutchouc-naturel","title":"","vendor":"","type":null,"untranslatedTitle":null,"url":null,"remoteShopId":null,"variants":[{"id":"48325762023679","price":{"amount":0.0,"currencyCode":"CAD"},"image":null,"sku":null,"title":null,"untranslatedTitle":null}]},{"id":"9312078758143","handle":"freestyle-kick-tan-souliers-de-travail-urbain-6","title":"","vendor":"","type":null,"untranslatedTitle":null,"url":null,"remoteShopId":null,"variants":[{"id":"47933689626879","price":{"amount":0.0,"currencyCode":"CAD"},"image":null,"sku":null,"title":null,"untranslatedTitle":null}]},{"id":"9312078823679","handle":"freestyle-kick-gris-et-kaki-souliers-de-travail-urbain-6","title":"","vendor":"","type":null,"untranslatedTitle":null,"url":null,"remoteShopId":null,"variants":[{"id":"47933690085631","price":{"amount":0.0,"currencyCode":"CAD"},"image":null,"sku":null,"title":null,"untranslatedTitle":null}]},{"id":"9192913600767","handle":"squishy-noir-botte-de-pluie-eva-enfant-doublure-amovible-isolee","title":"","vendor":"","type":null,"untranslatedTitle":null,"url":null,"remoteShopId":null,"variants":[{"id":"47205306269951","price":{"amount":0.0,"currencyCode":"CAD"},"image":null,"sku":null,"title":null,"untranslatedTitle":null}]},{"id":"9196947308799","handle":"squishy-lavande-botte-de-pluie-eva-enfant-doublure-amovible-isolee","title":"","vendor":"","type":null,"untranslatedTitle":null,"url":null,"remoteShopId":null,"variants":[{"id":"47219539050751","price":{"amount":0.0,"currencyCode":"CAD"},"image":null,"sku":null,"title":null,"untranslatedTitle":null}]},{"id":"9192913731839","handle":"squishy-rose-botte-de-pluie-eva-enfant-doublure-amovible-isolee","title":"","vendor":"","type":null,"untranslatedTitle":null,"url":null,"remoteShopId":null,"variants":[{"id":"47205308596479","price":{"amount":0.0,"currencyCode":"CAD"},"image":null,"sku":null,"title":null,"untranslatedTitle":null}]},{"id":"9192913666303","handle":"squishy-taupe-botte-de-pluie-eva-enfant-doublure-amovible-isolee","title":"","vendor":"","type":null,"untranslatedTitle":null,"url":null,"remoteShopId":null,"variants":[{"id":"47205308236031","price":{"amount":0.0,"currencyCode":"CAD"},"image":null,"sku":null,"title":null,"untranslatedTitle":null}]},{"id":"9165142524159","handle":"profusion-2-0-noir-souliers-de-travail-athletique-sans-metal","title":"","vendor":"","type":null,"untranslatedTitle":null,"url":null,"remoteShopId":null,"variants":[{"id":"47086734377215","price":{"amount":0.0,"currencyCode":"CAD"},"image":null,"sku":null,"title":null,"untranslatedTitle":null}]},{"id":"9216157286655","handle":"protect8-tan-bottes-de-travail-8-en-cuir","title":"","vendor":"","type":null,"untranslatedTitle":null,"url":null,"remoteShopId":null,"variants":[{"id":"47316694728959","price":{"amount":0.0,"currencyCode":"CAD"},"image":null,"sku":null,"title":null,"untranslatedTitle":null}]},{"id":"9163837407487","handle":"protec-noir-souliers-de-travail-en-cuir","title":"","vendor":"","type":null,"untranslatedTitle":null,"url":null,"remoteShopId":null,"variants":[{"id":"47082019062015","price":{"amount":0.0,"currencyCode":"CAD"},"image":null,"sku":null,"title":null,"untranslatedTitle":null}]},{"id":"9149910909183","handle":"duckies-noir-et-rose-bottes-enfant-mi-saison-impermeables","title":"","vendor":"","type":null,"untranslatedTitle":null,"url":null,"remoteShopId":null,"variants":[{"id":"47022796341503","price":{"amount":0.0,"currencyCode":"CAD"},"image":null,"sku":null,"title":null,"untranslatedTitle":null}]},{"id":"9111744545023","handle":"profile-brun-bottes-de-travail-6-en-cuir-facile-a-enfiler","title":"","vendor":"","type":null,"untranslatedTitle":null,"url":null,"remoteShopId":null,"variants":[{"id":"47019352326399","price":{"amount":0.0,"currencyCode":"CAD"},"image":null,"sku":null,"title":null,"untranslatedTitle":null}]},{"id":"9111742218495","handle":"g3s-noir-bottes-de-travail-6-en-cuir-semelle-antiderapante-4grip","title":"","vendor":"","type":null,"untranslatedTitle":null,"url":null,"remoteShopId":null,"variants":[{"id":"47022795751679","price":{"amount":0.0,"currencyCode":"CAD"},"image":null,"sku":null,"title":null,"untranslatedTitle":null}]},{"id":"9111744381183","handle":"g3u-brun-bottes-de-travail-8-en-cuir-avec-membrane-impermeable-1","title":"","vendor":"","type":null,"untranslatedTitle":null,"url":null,"remoteShopId":null,"variants":[{"id":"47032434950399","price":{"amount":0.0,"currencyCode":"CAD"},"image":null,"sku":null,"title":null,"untranslatedTitle":null}]},{"id":"9111743561983","handle":"g3g-noir-bottes-de-travail-6-protection-metatarsienne-externe","title":"","vendor":"","type":null,"untranslatedTitle":null,"url":null,"remoteShopId":null,"variants":[{"id":"47032431837439","price":{"amount":0.0,"currencyCode":"CAD"},"image":null,"sku":null,"title":null,"untranslatedTitle":null}]},{"id":"9218035777791","handle":"carte-cadeau-acton-canada","title":"","vendor":"","type":null,"untranslatedTitle":null,"url":null,"remoteShopId":null,"variants":[{"id":"47322144473343","price":{"amount":0.0,"currencyCode":"CAD"},"image":null,"sku":null,"title":null,"untranslatedTitle":null}]}],"purchasingCompany":null,"page":{"pageType":"home","resourceId":null}},},"https://actoncanada.ca/cdn","032da393w19368061p0cc732e2m671615c3",{"modern":"","legacy":""},{"trekkieShim":true,"apiClientId":"580111","pageType":"home","shopId":"18497727","storefrontBaseUrl":"https:\/\/actoncanada.ca","extensionBaseUrl":"https:\/\/extensions.shopifycdn.com\/cdn\/shopifycloud\/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[\"d5bdd5d0\", \"f36ec97b\", \"2b8f910e\"]","isMerchantRequest":"false","hashVersion":"032da393w19368061p0cc732e2m671615c3","publish":"custom","events":"[[\"page_viewed\",{}]]"});})();</script><script>
  window.ShopifyAnalytics = window.ShopifyAnalytics || {};
  window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
  window.ShopifyAnalytics.meta.currency = 'CAD';
  var meta = {"page":{"pageType":"home","requestId":"a07970b9-a965-4cbf-af60-909716b51827-1781350170"}};
  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 || [];
    window.ShopifyAnalytics.lib.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);
        if (window.__TREKKIE_SHIM_QUEUE && (method == 'track' || method == 'page')) {
          try {
            window.__TREKKIE_SHIM_QUEUE.push({
              from: 'trekkie-stub',
              method: method,
              args: args.slice(1)
            });
          } catch (e) {
            // no-op
          }
        }
        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: 18497727,
      theme_id: 142930477311,
      app_name: "storefront",
      context_url: window.location.href,
      source_url: "//actoncanada.ca/cdn/s/trekkie.storefront.370ef8ffef154dc56bb5a814fea4666724353464.min.js"});

  };
  scriptFallback.async = true;
  scriptFallback.src = '//actoncanada.ca/cdn/s/trekkie.storefront.370ef8ffef154dc56bb5a814fea4666724353464.min.js';
  first.parentNode.insertBefore(scriptFallback, first);
};
script.async = true;
script.src = '//actoncanada.ca/cdn/s/trekkie.storefront.370ef8ffef154dc56bb5a814fea4666724353464.min.js';
first.parentNode.insertBefore(script, first);

    };
    trekkie.load(
      {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":18497727,"isMerchantRequest":null,"themeId":142930477311,"themeCityHash":"17453739887927425713","contentLanguage":"fr","currency":"CAD","eventMetadataId":"dc29c0f2-7b0d-46e0-9812-069aedcb7072"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain","enabledBetaFlags":["b5387b81","d5bdd5d0"]},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"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":"a07970b9-a965-4cbf-af60-909716b51827-1781350170","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 = "//actoncanada.ca/cdn/shopifycloud/storefront/assets/shop_events_listener-4e26a9ce.js";
    document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);
})();</script>
  <script>
  if (!window.ga || (window.ga && typeof window.ga !== 'function')) {
    window.ga = function ga() {
      (window.ga.q = window.ga.q || []).push(arguments);
      if (window.Shopify && window.Shopify.analytics && typeof window.Shopify.analytics.publish === 'function') {
        window.Shopify.analytics.publish("ga_stub_called", {}, {sendTo: "google_osp_migration"});
      }
      console.error("Shopify's Google Analytics stub called with:", Array.from(arguments), "\nSee https://help.shopify.com/manual/promoting-marketing/pixels/pixel-migration#google for more information.");
    };
    if (window.Shopify && window.Shopify.analytics && typeof window.Shopify.analytics.publish === 'function') {
      window.Shopify.analytics.publish("ga_stub_initialized", {}, {sendTo: "google_osp_migration"});
    }
  }
</script>
<script
  defer
  src="https://actoncanada.ca/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.5.0.min.js"
  data-application="storefront-renderer"
  data-shop-id="18497727"
  data-render-region="gcp-us-central1"
  data-page-type="index"
  data-theme-instance-id="142930477311"
  data-theme-name="Warehouse"
  data-theme-version="2.7.1"
  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://actoncanada.ca/api/collect"
></script>
</head>
  <body class="warehouse--v1 features--animate-zoom template-index " data-instant-intensity="viewport">
       
    <!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MC494GX"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<svg class="visually-hidden">
      <linearGradient id="rating-star-gradient-half">
        <stop offset="50%" stop-color="var(--product-review-star-color)" />
        <stop offset="50%" stop-color="rgba(var(--text-color-rgb), .4)" stop-opacity="0.4" />
      </linearGradient>
    </svg>

    <a href="#main" class="visually-hidden skip-to-content">Aller au contenu</a>
    <span class="loading-bar"></span><div id="shopify-section-announcement-bar" class="shopify-section"></div>
    <div id="shopify-section-slideshow-announcement" class="shopify-section">

<section class="main__slideshow--xxsmall" data-section-id="slideshow-announcement" data-section-type="slideshow" data-section-settings='
{
  "autoPlay": true,
  "prevNextButtons": false,
  "pageDots": true,
  "setGallerySize": false,
  "adaptiveHeight": false,
  "transitionEffect": "slide",
  "cycleSpeed": 4000
}
'>
  <div class="container">
    <div class="slideshow slideshow--xxsmall " style="color: #ffffff">
      
        

        

        
          <div class="slideshow__slide  is-selected" id="block-image_nnUr6U" data-block-index="0" >
            
            <div class="slideshow__slide-inner slideshow__slide-inner--middle-center lazyload image--fade-in" >
            
                         
              
              <div class="store-logo-section">
                <a class="store-logo" href="https://cofracanada.ca/fr"><img src="https://cdn.shopify.com/s/files/1/2416/8505/files/icon-cofra-svg.svg?v=1724432373" alt="Cofra" width="90" height="21" /></a>
                <a class="store-logo" href="https://dfootwear.ca/fr"><img src="https://cdn.shopify.com/s/files/1/2416/8505/files/icon-dunlop-svg.svg?v=1724436542" alt="Dunlop" width="122" height="17" /></a>
                <a class="store-logo" href="https://gonats.ca/"><img src="https://cdn.shopify.com/s/files/1/2416/8505/files/icon-nat-svg.svg?v=1724436770" alt="Nat's" width="80" height="17" /></a>
                <a class="store-logo" href="https://stcfootwear.com/fr"><img src="https://cdn.shopify.com/s/files/1/1849/7779/files/logo-stc_130x_2x-svg.svg?v=1734379648" alt="STC" width="61" height="21" /></a>
                <a class="store-logo" href="https://fr.wilkuro.com/"><img src="https://cdn.shopify.com/s/files/1/2416/8505/files/icon-wilkuro-svg.svg?v=1724439645" alt="Wilkuro" width="95" height="17" /></a>
                <a class="store-logo" href="https://piloteetfilles.com/"><img src="https://cdn.shopify.com/s/files/1/1849/7727/files/PF-fr_1.png?v=1762272555" alt="Pilote & filles" width="89" height="25" /></a>
              </div>
              
            
            

            
            </div>
          <style>
            #block-image_nnUr6U {
              color: #ffffff;
            }

            #block-image_nnUr6U .button {
              color: #000000;
              background: #ffffff;
            }

            #block-image_nnUr6U .button:hover {
              background: rgba(255, 255, 255, 0.8);
            }

            
          </style>

          
        
          </div>
        
      
        

        

        
          <div class="slideshow__slide  " id="block-91e38b8b-9617-42e8-b478-3ef006ccf42b" data-block-index="1" >
            
            <div class="slideshow__slide-inner slideshow__slide-inner--middle-center lazyload image--fade-in" data-bgset="//actoncanada.ca/cdn/shop/files/banner_top_600x40_crop_center.png?v=1675353975 [--phone] | //actoncanada.ca/cdn/shop/files/banner_top_800x.png?v=1675353975 800w, //actoncanada.ca/cdn/shop/files/banner_top_1000x.png?v=1675353975 1000w, //actoncanada.ca/cdn/shop/files/banner_top_1200x.png?v=1675353975 1200w, //actoncanada.ca/cdn/shop/files/banner_top_1400x.png?v=1675353975 1400w, //actoncanada.ca/cdn/shop/files/banner_top_1600x.png?v=1675353975 1600w, //actoncanada.ca/cdn/shop/files/banner_top_1800x.png?v=1675353975 1800w" data-sizes="auto">
            
                         
            
              
               <ul>
                <li class="text--center">
                  
                   Livraison gratuite sur les commandes de 100$ + retour gratuit
                  
                </li>
              </ul> 
              
            

            
            </div>
          <style>
            #block-91e38b8b-9617-42e8-b478-3ef006ccf42b {
              color: #ffffff;
            }

            #block-91e38b8b-9617-42e8-b478-3ef006ccf42b .button {
              color: #000000;
              background: #ffffff;
            }

            #block-91e38b8b-9617-42e8-b478-3ef006ccf42b .button:hover {
              background: rgba(255, 255, 255, 0.8);
            }

            
          </style>

          
            <noscript>
              <style>
                #block-91e38b8b-9617-42e8-b478-3ef006ccf42b .slideshow__slide-inner {
                  background-image: url(//actoncanada.ca/cdn/shop/files/banner_top_1400x.png?v=1675353975)
                }
              </style>
            </noscript>
          
        
          </div>
        
      
    </div>
  </div>
</section>

</div>
    <div id="shopify-section-header" class="shopify-section shopify-section__header"><section data-section-id="header" data-section-type="header" data-section-settings='{
  "navigationLayout": "inline",
  "desktopOpenTrigger": "hover",
  "useStickyHeader": true
}'><header class="header header--inline " role="banner">
    <div class="container">
      <div class="header__inner"><nav class="header__mobile-nav hidden-lap-and-up">
            <button class="header__mobile-nav-toggle icon-state touch-area" data-action="toggle-menu" aria-expanded="false" aria-haspopup="true" aria-controls="mobile-menu" aria-label="Ouvrir le menu">
              <span class="icon-state__primary"><svg focusable="false" class="icon icon--hamburger-mobile
  
" viewBox="0 0 20 16" role="presentation">
      <path d="M0 14h20v2H0v-2zM0 0h20v2H0V0zm0 7h20v2H0V7z" fill="currentColor" fill-rule="evenodd"></path>
    </svg></span>
              <span class="icon-state__secondary"><svg focusable="false" class="icon icon--close
  
" viewBox="0 0 19 19" role="presentation">
      <path d="M9.1923882 8.39339828l7.7781745-7.7781746 1.4142136 1.41421357-7.7781746 7.77817459 7.7781746 7.77817456L16.9705627 19l-7.7781745-7.7781746L1.41421356 19 0 17.5857864l7.7781746-7.77817456L0 2.02943725 1.41421356.61522369 9.1923882 8.39339828z" fill="currentColor" fill-rule="evenodd"></path>
    </svg></span>
            </button><div id="mobile-menu" class="mobile-menu" aria-hidden="true"><svg focusable="false" class="icon icon--nav-triangle-borderless
  
" viewBox="0 0 20 9" role="presentation">
      <path d="M.47108938 9c.2694725-.26871321.57077721-.56867841.90388257-.89986354C3.12384116 6.36134886 5.74788116 3.76338565 9.2467995.30653888c.4145057-.4095171 1.0844277-.40860098 1.4977971.00205122L19.4935156 9H.47108938z" fill="#ffffff"></path>
    </svg><div class="mobile-menu__inner">
    <div class="mobile-menu__panel">
      <div class="mobile-menu__section">
        <ul class="mobile-menu__nav" data-type="menu" role="list"><li class="mobile-menu__nav-item"><button class="mobile-menu__nav-link" data-type="menuitem" aria-haspopup="true" aria-expanded="false" aria-controls="mobile-panel-0" data-action="open-panel">CHAUSSURES DE TRAVAIL<svg focusable="false" class="icon icon--arrow-right
  
" viewBox="0 0 8 12" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M2 2l4 4-4 4" fill="none" stroke-linecap="square"></path>
    </svg></button></li><li class="mobile-menu__nav-item"><button class="mobile-menu__nav-link" data-type="menuitem" aria-haspopup="true" aria-expanded="false" aria-controls="mobile-panel-1" data-action="open-panel">BOTTES DE PLUIE<svg focusable="false" class="icon icon--arrow-right
  
" viewBox="0 0 8 12" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M2 2l4 4-4 4" fill="none" stroke-linecap="square"></path>
    </svg></button></li><li class="mobile-menu__nav-item"><a href="/collections/bottes-mi-saison-bebe" class="mobile-menu__nav-link" data-type="menuitem">BOTTES MI-SAISON ENFANTS</a></li><li class="mobile-menu__nav-item"><button class="mobile-menu__nav-link" data-type="menuitem" aria-haspopup="true" aria-expanded="false" aria-controls="mobile-panel-3" data-action="open-panel">BOTTES D'HIVER<svg focusable="false" class="icon icon--arrow-right
  
" viewBox="0 0 8 12" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M2 2l4 4-4 4" fill="none" stroke-linecap="square"></path>
    </svg></button></li><li class="mobile-menu__nav-item"><button class="mobile-menu__nav-link" data-type="menuitem" aria-haspopup="true" aria-expanded="false" aria-controls="mobile-panel-4" data-action="open-panel">COUVRE-CHAUSSURES<svg focusable="false" class="icon icon--arrow-right
  
" viewBox="0 0 8 12" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M2 2l4 4-4 4" fill="none" stroke-linecap="square"></path>
    </svg></button></li><li class="mobile-menu__nav-item"><button class="mobile-menu__nav-link" data-type="menuitem" aria-haspopup="true" aria-expanded="false" aria-controls="mobile-panel-5" data-action="open-panel">SOLDES<svg focusable="false" class="icon icon--arrow-right
  
" viewBox="0 0 8 12" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M2 2l4 4-4 4" fill="none" stroke-linecap="square"></path>
    </svg></button></li></ul>
      </div><div class="mobile-menu__section mobile-menu__section--loose">
          <p class="mobile-menu__section-title heading h5">Besoin d&#39;aide ?</p><div class="mobile-menu__help-wrapper"><svg focusable="false" class="icon icon--bi-phone
  
" viewBox="0 0 24 24" role="presentation">
      <g stroke-width="2" fill="none" fill-rule="evenodd" stroke-linecap="square">
        <path d="M17 15l-3 3-8-8 3-3-5-5-3 3c0 9.941 8.059 18 18 18l3-3-5-5z" stroke="#000000"></path>
        <path d="M14 1c4.971 0 9 4.029 9 9m-9-5c2.761 0 5 2.239 5 5" stroke="#000000"></path>
      </g>
    </svg><span>Appellez-nous au 1-888-222-1675</span>
            </div><div class="mobile-menu__help-wrapper"><svg focusable="false" class="icon icon--bi-email
  
" viewBox="0 0 22 22" role="presentation">
      <g fill="none" fill-rule="evenodd">
        <path stroke="#000000" d="M.916667 10.08333367l3.66666667-2.65833334v4.65849997zm20.1666667 0L17.416667 7.42500033v4.65849997z"></path>
        <path stroke="#000000" stroke-width="2" d="M4.58333367 7.42500033L.916667 10.08333367V21.0833337h20.1666667V10.08333367L17.416667 7.42500033"></path>
        <path stroke="#000000" stroke-width="2" d="M4.58333367 12.1000003V.916667H17.416667v11.1833333m-16.5-2.01666663L21.0833337 21.0833337m0-11.00000003L11.0000003 15.5833337"></path>
        <path d="M8.25000033 5.50000033h5.49999997M8.25000033 9.166667h5.49999997" stroke="#000000" stroke-width="2" stroke-linecap="square"></path>
      </g>
    </svg><a href="mailto:info@regence.ca">info@regence.ca</a>
            </div></div><div class="mobile-menu__section mobile-menu__section--loose">
          <p class="mobile-menu__section-title heading h5">Nous suivre</p><ul class="social-media__item-list social-media__item-list--stack list--unstyled" role="list">
    <li class="social-media__item social-media__item--facebook">
      <a href="https://www.facebook.com/actonfamille" target="_blank" rel="noopener" aria-label="Suivez-nous sur Facebook"><svg focusable="false" class="icon icon--facebook
  
" viewBox="0 0 30 30">
      <path d="M15 30C6.71572875 30 0 23.2842712 0 15 0 6.71572875 6.71572875 0 15 0c8.2842712 0 15 6.71572875 15 15 0 8.2842712-6.7157288 15-15 15zm3.2142857-17.1429611h-2.1428678v-2.1425646c0-.5852979.8203285-1.07160109 1.0714928-1.07160109h1.071375v-2.1428925h-2.1428678c-2.3564786 0-3.2142536 1.98610393-3.2142536 3.21449359v2.1425646h-1.0714822l.0032143 2.1528011 1.0682679-.0099086v7.499969h3.2142536v-7.499969h2.1428678v-2.1428925z" fill="currentColor" fill-rule="evenodd"></path>
    </svg>Facebook</a>
    </li>

    
<li class="social-media__item social-media__item--youtube">
      <a href="https://www.youtube.com/channel/UCHO9DBM3WUrQdqL0i49rf6Q" target="_blank" rel="noopener" aria-label="Suivez-nous sur YouTube"><svg focusable="false" class="icon icon--youtube
  
" role="presentation" viewBox="0 0 30 30">
      <path d="M15 30c8.2842712 0 15-6.7157288 15-15 0-8.28427125-6.7157288-15-15-15C6.71572875 0 0 6.71572875 0 15c0 8.2842712 6.71572875 15 15 15zm7.6656364-18.7823145C23 12.443121 23 15 23 15s0 2.5567903-.3343636 3.7824032c-.184.6760565-.7260909 1.208492-1.4145455 1.3892823C20.0033636 20.5 15 20.5 15 20.5s-5.00336364 0-6.25109091-.3283145c-.68836364-.1807903-1.23054545-.7132258-1.41454545-1.3892823C7 17.5567903 7 15 7 15s0-2.556879.33436364-3.7823145c.184-.6761452.72618181-1.2085807 1.41454545-1.38928227C9.99663636 9.5 15 9.5 15 9.5s5.0033636 0 6.2510909.32840323c.6884546.18070157 1.2305455.71313707 1.4145455 1.38928227zm-9.302 6.103758l4.1818181-2.3213548-4.1818181-2.3215322v4.642887z" fill="currentColor" fill-rule="evenodd"></path>
    </svg>YouTube</a>
    </li>

    

  </ul> <form method="post" action="/localization" id="localization_form_header_locale" accept-charset="UTF-8" class="shopify-localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/index.css" /><span class="header__action-item-title">Langue</span>
  <input type="hidden" name="locale_code" value="fr">
  <div class="header__action-item-content"><button type="submit" name="locale_code" class="popover__link-item heading h5" value="en" >English</button>
</div></form></div></div><div id="mobile-panel-0" class="mobile-menu__panel is-nested">
          <div class="mobile-menu__section is-sticky">
            <button class="mobile-menu__back-button" data-action="close-panel"><svg focusable="false" class="icon icon--arrow-left
  
" viewBox="0 0 8 12" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M6 10L2 6l4-4" fill="none" stroke-linecap="square"></path>
    </svg> Retour</button>
          </div>

          <div class="mobile-menu__section"><div class="mobile-menu__nav-list"><div class="mobile-menu__nav-list-item"><button class="mobile-menu__nav-list-toggle text--strong" aria-controls="mobile-list-0" aria-expanded="false" data-action="toggle-collapsible" data-close-siblings="false">PAR PRODUITS<svg focusable="false" class="icon icon--arrow-bottom
  
" viewBox="0 0 12 8" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M10 2L6 6 2 2" fill="none" stroke-linecap="square"></path>
    </svg>
                      </button>

                      <div id="mobile-list-0" class="mobile-menu__nav-collapsible">
                        <div class="mobile-menu__nav-collapsible-content">
                          <ul class="mobile-menu__nav" data-type="menu" role="list"><li class="mobile-menu__nav-item">
                                <a href="/collections/tous-chaussures-de-travail" class="mobile-menu__nav-link" data-type="menuitem">Voir tout</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/souliers-travail" class="mobile-menu__nav-link" data-type="menuitem">Souliers de travail</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/bottes-travail-6-pouces" class="mobile-menu__nav-link" data-type="menuitem">Bottes de travail 6"</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/bottes-travail-8-pouces" class="mobile-menu__nav-link" data-type="menuitem">Bottes de travail 8" et +</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/bottes-de-travail-impermeables" class="mobile-menu__nav-link" data-type="menuitem">Bottes de travail imperméables</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/bottes-pluie" class="mobile-menu__nav-link" data-type="menuitem">Bottes de caoutchouc de travail</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/bottes-travail-hiver" class="mobile-menu__nav-link" data-type="menuitem">Bottes de travail isolées</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/vegan" class="mobile-menu__nav-link" data-type="menuitem">Souliers et bottes de travail véganes</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/couvre-chaussures" class="mobile-menu__nav-link" data-type="menuitem">Couvre-chaussures</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/chaussures-de-travail-accessoires" class="mobile-menu__nav-link" data-type="menuitem">Accessoires et feutres</a>
                              </li></ul>
                        </div>
                      </div></div><div class="mobile-menu__nav-list-item"><button class="mobile-menu__nav-list-toggle text--strong" aria-controls="mobile-list-1" aria-expanded="false" data-action="toggle-collapsible" data-close-siblings="false">PAR INDUSTRIES<svg focusable="false" class="icon icon--arrow-bottom
  
" viewBox="0 0 12 8" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M10 2L6 6 2 2" fill="none" stroke-linecap="square"></path>
    </svg>
                      </button>

                      <div id="mobile-list-1" class="mobile-menu__nav-collapsible">
                        <div class="mobile-menu__nav-collapsible-content">
                          <ul class="mobile-menu__nav" data-type="menu" role="list"><li class="mobile-menu__nav-item">
                                <a href="/collections/tous-chaussures-de-travail" class="mobile-menu__nav-link" data-type="menuitem">Voir tout</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/agriculture-agroalimentaire-pecheries" class="mobile-menu__nav-link" data-type="menuitem">Agriculture, pêcherie et alimentation</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/beton-et-ciment" class="mobile-menu__nav-link" data-type="menuitem">Béton et ciment</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/bottes-construction" class="mobile-menu__nav-link" data-type="menuitem">Construction</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/distribution-entreposage-fabrication" class="mobile-menu__nav-link" data-type="menuitem">Distribution, entreposage et manufacturier</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/services-durgence" class="mobile-menu__nav-link" data-type="menuitem">Services d'urgence</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/metallurgies-fonderies" class="mobile-menu__nav-link" data-type="menuitem">Fonderie, métallurgie et soudure</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/mines-hydrocarbures" class="mobile-menu__nav-link" data-type="menuitem">Mines et hydrocarbures</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/restauration" class="mobile-menu__nav-link" data-type="menuitem">Restauration</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/transports" class="mobile-menu__nav-link" data-type="menuitem">Transport</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/soldes-chaussures-de-travail" class="mobile-menu__nav-link" data-type="menuitem">Soldes</a>
                              </li></ul>
                        </div>
                      </div></div></div>

                  <div class="mobile-menu__promo-item">
                    <a href="/products/carte-cadeau-acton-canada" class="mobile-menu__promo">
                      <div class="mobile-menu__image-wrapper">
                        <div class="aspect-ratio" style="padding-bottom: 57.142857142857146%">
                          <img class="lazyload image--fade-in" data-src="//actoncanada.ca/cdn/shop/files/AC_Carte-cadeau-2025_WEB_FR_2x_c0524ac4-97ab-4919-aab9-2d751a385852_550x.jpg?v=1768503736" alt="">
                        </div>
                      </div>

                      <span class="mobile-menu__image-heading heading">Carte cadeau</span>
                      <p class="mobile-menu__image-text">Offrez les produits Acton en cadeau</p>
                    </a>
                  </div></div>
        </div><div id="mobile-panel-1" class="mobile-menu__panel is-nested">
          <div class="mobile-menu__section is-sticky">
            <button class="mobile-menu__back-button" data-action="close-panel"><svg focusable="false" class="icon icon--arrow-left
  
" viewBox="0 0 8 12" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M6 10L2 6l4-4" fill="none" stroke-linecap="square"></path>
    </svg> Retour</button>
          </div>

          <div class="mobile-menu__section"><ul class="mobile-menu__nav" data-type="menu" role="list">
                <li class="mobile-menu__nav-item">
                  <a href="/collections/tous-bottes-de-caoutchouc" class="mobile-menu__nav-link text--strong">BOTTES DE PLUIE</a>
                </li><li class="mobile-menu__nav-item"><button class="mobile-menu__nav-link" data-type="menuitem" aria-haspopup="true" aria-expanded="false" aria-controls="mobile-panel-1-0" data-action="open-panel">VOIR TOUT<svg focusable="false" class="icon icon--arrow-right
  
" viewBox="0 0 8 12" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M2 2l4 4-4 4" fill="none" stroke-linecap="square"></path>
    </svg></button></li></ul></div>
        </div><div id="mobile-panel-3" class="mobile-menu__panel is-nested">
          <div class="mobile-menu__section is-sticky">
            <button class="mobile-menu__back-button" data-action="close-panel"><svg focusable="false" class="icon icon--arrow-left
  
" viewBox="0 0 8 12" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M6 10L2 6l4-4" fill="none" stroke-linecap="square"></path>
    </svg> Retour</button>
          </div>

          <div class="mobile-menu__section"><div class="mobile-menu__nav-list"><div class="mobile-menu__nav-list-item"><button class="mobile-menu__nav-list-toggle text--strong" aria-controls="mobile-list-2" aria-expanded="false" data-action="toggle-collapsible" data-close-siblings="false">ENFANTS<svg focusable="false" class="icon icon--arrow-bottom
  
" viewBox="0 0 12 8" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M10 2L6 6 2 2" fill="none" stroke-linecap="square"></path>
    </svg>
                      </button>

                      <div id="mobile-list-2" class="mobile-menu__nav-collapsible">
                        <div class="mobile-menu__nav-collapsible-content">
                          <ul class="mobile-menu__nav" data-type="menu" role="list"><li class="mobile-menu__nav-item">
                                <a href="/collections/bottes-hiver-enfants-tout-petits" class="mobile-menu__nav-link" data-type="menuitem">Voir tout</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/bottes-dhiver-bebe" class="mobile-menu__nav-link" data-type="menuitem">Bébé</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/bottes-dhiver-enfants-1" class="mobile-menu__nav-link" data-type="menuitem">Junior</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/feutres-de-remplacement-enfants" class="mobile-menu__nav-link" data-type="menuitem">Feutres de rechange</a>
                              </li></ul>
                        </div>
                      </div></div><div class="mobile-menu__nav-list-item"><button class="mobile-menu__nav-list-toggle text--strong" aria-controls="mobile-list-3" aria-expanded="false" data-action="toggle-collapsible" data-close-siblings="false">ADULTES<svg focusable="false" class="icon icon--arrow-bottom
  
" viewBox="0 0 12 8" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M10 2L6 6 2 2" fill="none" stroke-linecap="square"></path>
    </svg>
                      </button>

                      <div id="mobile-list-3" class="mobile-menu__nav-collapsible">
                        <div class="mobile-menu__nav-collapsible-content">
                          <ul class="mobile-menu__nav" data-type="menu" role="list"><li class="mobile-menu__nav-item">
                                <a href="/collections/tous-bottes-dhiver-adultes" class="mobile-menu__nav-link" data-type="menuitem">Voir tout</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/bottes-dhiver-hommes" class="mobile-menu__nav-link" data-type="menuitem">Hommes</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/bottes-dhiver-femmes" class="mobile-menu__nav-link" data-type="menuitem">Femmes</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/feutres-de-remplacement-adultes" class="mobile-menu__nav-link" data-type="menuitem">Feutres de rechange</a>
                              </li></ul>
                        </div>
                      </div></div></div>

                  <div class="mobile-menu__promo-item">
                    <a href="/products/carte-cadeau-acton-canada" class="mobile-menu__promo">
                      <div class="mobile-menu__image-wrapper">
                        <div class="aspect-ratio" style="padding-bottom: 57.142857142857146%">
                          <img class="lazyload image--fade-in" data-src="//actoncanada.ca/cdn/shop/files/AC_Carte-cadeau-2025_WEB_FR_2x_c0524ac4-97ab-4919-aab9-2d751a385852_550x.jpg?v=1768503736" alt="">
                        </div>
                      </div>

                      <span class="mobile-menu__image-heading heading">Carte cadeau</span>
                      <p class="mobile-menu__image-text">Offrez les produits Acton en cadeau</p>
                    </a>
                  </div></div>
        </div><div id="mobile-panel-4" class="mobile-menu__panel is-nested">
          <div class="mobile-menu__section is-sticky">
            <button class="mobile-menu__back-button" data-action="close-panel"><svg focusable="false" class="icon icon--arrow-left
  
" viewBox="0 0 8 12" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M6 10L2 6l4-4" fill="none" stroke-linecap="square"></path>
    </svg> Retour</button>
          </div>

          <div class="mobile-menu__section"><div class="mobile-menu__nav-list"><div class="mobile-menu__nav-list-item"><button class="mobile-menu__nav-list-toggle text--strong" aria-controls="mobile-list-4" aria-expanded="false" data-action="toggle-collapsible" data-close-siblings="false">VOIR TOUT<svg focusable="false" class="icon icon--arrow-bottom
  
" viewBox="0 0 12 8" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M10 2L6 6 2 2" fill="none" stroke-linecap="square"></path>
    </svg>
                      </button>

                      <div id="mobile-list-4" class="mobile-menu__nav-collapsible">
                        <div class="mobile-menu__nav-collapsible-content">
                          <ul class="mobile-menu__nav" data-type="menu" role="list"><li class="mobile-menu__nav-item">
                                <a href="/collections/wilkuro" class="mobile-menu__nav-link" data-type="menuitem">Avec embout de protection</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/couvre-chaussures-sans-embouts-de-protection" class="mobile-menu__nav-link" data-type="menuitem">Sans embout de protection</a>
                              </li></ul>
                        </div>
                      </div></div></div>

                  <div class="mobile-menu__promo-item">
                    <a href="/products/carte-cadeau-acton-canada" class="mobile-menu__promo">
                      <div class="mobile-menu__image-wrapper">
                        <div class="aspect-ratio" style="padding-bottom: 57.142857142857146%">
                          <img class="lazyload image--fade-in" data-src="//actoncanada.ca/cdn/shop/files/AC_Carte-cadeau-2025_WEB_FR_2x_c0524ac4-97ab-4919-aab9-2d751a385852_550x.jpg?v=1768503736" alt="">
                        </div>
                      </div>

                      <span class="mobile-menu__image-heading heading">Carte cadeau</span>
                      <p class="mobile-menu__image-text">Offrez les produits Acton en cadeau</p>
                    </a>
                  </div></div>
        </div><div id="mobile-panel-5" class="mobile-menu__panel is-nested">
          <div class="mobile-menu__section is-sticky">
            <button class="mobile-menu__back-button" data-action="close-panel"><svg focusable="false" class="icon icon--arrow-left
  
" viewBox="0 0 8 12" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M6 10L2 6l4-4" fill="none" stroke-linecap="square"></path>
    </svg> Retour</button>
          </div>

          <div class="mobile-menu__section"><div class="mobile-menu__nav-list"><div class="mobile-menu__nav-list-item"><button class="mobile-menu__nav-list-toggle text--strong" aria-controls="mobile-list-5" aria-expanded="false" data-action="toggle-collapsible" data-close-siblings="false">VOIR TOUT<svg focusable="false" class="icon icon--arrow-bottom
  
" viewBox="0 0 12 8" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M10 2L6 6 2 2" fill="none" stroke-linecap="square"></path>
    </svg>
                      </button>

                      <div id="mobile-list-5" class="mobile-menu__nav-collapsible">
                        <div class="mobile-menu__nav-collapsible-content">
                          <ul class="mobile-menu__nav" data-type="menu" role="list"><li class="mobile-menu__nav-item">
                                <a href="/collections/soldes-bottes-dhiver-enfants" class="mobile-menu__nav-link" data-type="menuitem">Soldes bottes enfants</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/soldes-chaussures-de-travail" class="mobile-menu__nav-link" data-type="menuitem">Soldes chaussures de travail</a>
                              </li><li class="mobile-menu__nav-item">
                                <a href="/collections/soldes-bottes-de-caoutchouc" class="mobile-menu__nav-link" data-type="menuitem">Soldes bottes de pluie</a>
                              </li></ul>
                        </div>
                      </div></div></div>

                  <div class="mobile-menu__promo-item">
                    <a href="/products/carte-cadeau-acton-canada" class="mobile-menu__promo">
                      <div class="mobile-menu__image-wrapper">
                        <div class="aspect-ratio" style="padding-bottom: 57.142857142857146%">
                          <img class="lazyload image--fade-in" data-src="//actoncanada.ca/cdn/shop/files/AC_Carte-cadeau-2025_WEB_FR_2x_c0524ac4-97ab-4919-aab9-2d751a385852_550x.jpg?v=1768503736" alt="">
                        </div>
                      </div>

                      <span class="mobile-menu__image-heading heading">Carte cadeau</span>
                      <p class="mobile-menu__image-text">Offrez les produits Acton en cadeau</p>
                    </a>
                  </div></div>
        </div><div id="mobile-panel-0-0" class="mobile-menu__panel is-nested">
                <div class="mobile-menu__section is-sticky">
                  <button class="mobile-menu__back-button" data-action="close-panel"><svg focusable="false" class="icon icon--arrow-left
  
" viewBox="0 0 8 12" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M6 10L2 6l4-4" fill="none" stroke-linecap="square"></path>
    </svg> Retour</button>
                </div>

                <div class="mobile-menu__section">
                  <ul class="mobile-menu__nav" data-type="menu" role="list">
                    <li class="mobile-menu__nav-item">
                      <a href="/collections/tous-chaussures-de-travail" class="mobile-menu__nav-link text--strong">PAR PRODUITS</a>
                    </li><li class="mobile-menu__nav-item">
                        <a href="/collections/tous-chaussures-de-travail" class="mobile-menu__nav-link" data-type="menuitem">Voir tout</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/souliers-travail" class="mobile-menu__nav-link" data-type="menuitem">Souliers de travail</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/bottes-travail-6-pouces" class="mobile-menu__nav-link" data-type="menuitem">Bottes de travail 6"</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/bottes-travail-8-pouces" class="mobile-menu__nav-link" data-type="menuitem">Bottes de travail 8" et +</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/bottes-de-travail-impermeables" class="mobile-menu__nav-link" data-type="menuitem">Bottes de travail imperméables</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/bottes-pluie" class="mobile-menu__nav-link" data-type="menuitem">Bottes de caoutchouc de travail</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/bottes-travail-hiver" class="mobile-menu__nav-link" data-type="menuitem">Bottes de travail isolées</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/vegan" class="mobile-menu__nav-link" data-type="menuitem">Souliers et bottes de travail véganes</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/couvre-chaussures" class="mobile-menu__nav-link" data-type="menuitem">Couvre-chaussures</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/chaussures-de-travail-accessoires" class="mobile-menu__nav-link" data-type="menuitem">Accessoires et feutres</a>
                      </li></ul>
                </div>
              </div><div id="mobile-panel-0-1" class="mobile-menu__panel is-nested">
                <div class="mobile-menu__section is-sticky">
                  <button class="mobile-menu__back-button" data-action="close-panel"><svg focusable="false" class="icon icon--arrow-left
  
" viewBox="0 0 8 12" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M6 10L2 6l4-4" fill="none" stroke-linecap="square"></path>
    </svg> Retour</button>
                </div>

                <div class="mobile-menu__section">
                  <ul class="mobile-menu__nav" data-type="menu" role="list">
                    <li class="mobile-menu__nav-item">
                      <a href="/collections/tous-chaussures-de-travail" class="mobile-menu__nav-link text--strong">PAR INDUSTRIES</a>
                    </li><li class="mobile-menu__nav-item">
                        <a href="/collections/tous-chaussures-de-travail" class="mobile-menu__nav-link" data-type="menuitem">Voir tout</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/agriculture-agroalimentaire-pecheries" class="mobile-menu__nav-link" data-type="menuitem">Agriculture, pêcherie et alimentation</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/beton-et-ciment" class="mobile-menu__nav-link" data-type="menuitem">Béton et ciment</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/bottes-construction" class="mobile-menu__nav-link" data-type="menuitem">Construction</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/distribution-entreposage-fabrication" class="mobile-menu__nav-link" data-type="menuitem">Distribution, entreposage et manufacturier</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/services-durgence" class="mobile-menu__nav-link" data-type="menuitem">Services d'urgence</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/metallurgies-fonderies" class="mobile-menu__nav-link" data-type="menuitem">Fonderie, métallurgie et soudure</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/mines-hydrocarbures" class="mobile-menu__nav-link" data-type="menuitem">Mines et hydrocarbures</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/restauration" class="mobile-menu__nav-link" data-type="menuitem">Restauration</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/transports" class="mobile-menu__nav-link" data-type="menuitem">Transport</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/soldes-chaussures-de-travail" class="mobile-menu__nav-link" data-type="menuitem">Soldes</a>
                      </li></ul>
                </div>
              </div><div id="mobile-panel-1-0" class="mobile-menu__panel is-nested">
                <div class="mobile-menu__section is-sticky">
                  <button class="mobile-menu__back-button" data-action="close-panel"><svg focusable="false" class="icon icon--arrow-left
  
" viewBox="0 0 8 12" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M6 10L2 6l4-4" fill="none" stroke-linecap="square"></path>
    </svg> Retour</button>
                </div>

                <div class="mobile-menu__section">
                  <ul class="mobile-menu__nav" data-type="menu" role="list">
                    <li class="mobile-menu__nav-item">
                      <a href="/collections/tous-bottes-de-caoutchouc" class="mobile-menu__nav-link text--strong">VOIR TOUT</a>
                    </li><li class="mobile-menu__nav-item">
                        <a href="/collections/bottes-mi-saison-bebe" class="mobile-menu__nav-link" data-type="menuitem">Enfant</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/bottes-pluie" class="mobile-menu__nav-link" data-type="menuitem">Industriel</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/plein-air" class="mobile-menu__nav-link" data-type="menuitem">Plein-air, chasse et pêche</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/feutres-de-remplacement-caoutchouc" class="mobile-menu__nav-link" data-type="menuitem">Feutres de remplacement</a>
                      </li></ul>
                </div>
              </div><div id="mobile-panel-3-0" class="mobile-menu__panel is-nested">
                <div class="mobile-menu__section is-sticky">
                  <button class="mobile-menu__back-button" data-action="close-panel"><svg focusable="false" class="icon icon--arrow-left
  
" viewBox="0 0 8 12" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M6 10L2 6l4-4" fill="none" stroke-linecap="square"></path>
    </svg> Retour</button>
                </div>

                <div class="mobile-menu__section">
                  <ul class="mobile-menu__nav" data-type="menu" role="list">
                    <li class="mobile-menu__nav-item">
                      <a href="/collections/bottes-hiver-enfants-tout-petits" class="mobile-menu__nav-link text--strong">ENFANTS</a>
                    </li><li class="mobile-menu__nav-item">
                        <a href="/collections/bottes-hiver-enfants-tout-petits" class="mobile-menu__nav-link" data-type="menuitem">Voir tout</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/bottes-dhiver-bebe" class="mobile-menu__nav-link" data-type="menuitem">Bébé</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/bottes-dhiver-enfants-1" class="mobile-menu__nav-link" data-type="menuitem">Junior</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/feutres-de-remplacement-enfants" class="mobile-menu__nav-link" data-type="menuitem">Feutres de rechange</a>
                      </li></ul>
                </div>
              </div><div id="mobile-panel-3-1" class="mobile-menu__panel is-nested">
                <div class="mobile-menu__section is-sticky">
                  <button class="mobile-menu__back-button" data-action="close-panel"><svg focusable="false" class="icon icon--arrow-left
  
" viewBox="0 0 8 12" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M6 10L2 6l4-4" fill="none" stroke-linecap="square"></path>
    </svg> Retour</button>
                </div>

                <div class="mobile-menu__section">
                  <ul class="mobile-menu__nav" data-type="menu" role="list">
                    <li class="mobile-menu__nav-item">
                      <a href="/collections/tous-bottes-dhiver-adultes" class="mobile-menu__nav-link text--strong">ADULTES</a>
                    </li><li class="mobile-menu__nav-item">
                        <a href="/collections/tous-bottes-dhiver-adultes" class="mobile-menu__nav-link" data-type="menuitem">Voir tout</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/bottes-dhiver-hommes" class="mobile-menu__nav-link" data-type="menuitem">Hommes</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/bottes-dhiver-femmes" class="mobile-menu__nav-link" data-type="menuitem">Femmes</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/feutres-de-remplacement-adultes" class="mobile-menu__nav-link" data-type="menuitem">Feutres de rechange</a>
                      </li></ul>
                </div>
              </div><div id="mobile-panel-4-0" class="mobile-menu__panel is-nested">
                <div class="mobile-menu__section is-sticky">
                  <button class="mobile-menu__back-button" data-action="close-panel"><svg focusable="false" class="icon icon--arrow-left
  
" viewBox="0 0 8 12" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M6 10L2 6l4-4" fill="none" stroke-linecap="square"></path>
    </svg> Retour</button>
                </div>

                <div class="mobile-menu__section">
                  <ul class="mobile-menu__nav" data-type="menu" role="list">
                    <li class="mobile-menu__nav-item">
                      <a href="/collections/tous-couvre-chaussures" class="mobile-menu__nav-link text--strong">VOIR TOUT</a>
                    </li><li class="mobile-menu__nav-item">
                        <a href="/collections/wilkuro" class="mobile-menu__nav-link" data-type="menuitem">Avec embout de protection</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/couvre-chaussures-sans-embouts-de-protection" class="mobile-menu__nav-link" data-type="menuitem">Sans embout de protection</a>
                      </li></ul>
                </div>
              </div><div id="mobile-panel-5-0" class="mobile-menu__panel is-nested">
                <div class="mobile-menu__section is-sticky">
                  <button class="mobile-menu__back-button" data-action="close-panel"><svg focusable="false" class="icon icon--arrow-left
  
" viewBox="0 0 8 12" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M6 10L2 6l4-4" fill="none" stroke-linecap="square"></path>
    </svg> Retour</button>
                </div>

                <div class="mobile-menu__section">
                  <ul class="mobile-menu__nav" data-type="menu" role="list">
                    <li class="mobile-menu__nav-item">
                      <a href="/collections/soldes-tous" class="mobile-menu__nav-link text--strong">VOIR TOUT</a>
                    </li><li class="mobile-menu__nav-item">
                        <a href="/collections/soldes-bottes-dhiver-enfants" class="mobile-menu__nav-link" data-type="menuitem">Soldes bottes enfants</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/soldes-chaussures-de-travail" class="mobile-menu__nav-link" data-type="menuitem">Soldes chaussures de travail</a>
                      </li><li class="mobile-menu__nav-item">
                        <a href="/collections/soldes-bottes-de-caoutchouc" class="mobile-menu__nav-link" data-type="menuitem">Soldes bottes de pluie</a>
                      </li></ul>
                </div>
              </div></div>
</div></nav><h1 class="header__logo"><a href="/" class="header__logo-link"><span class="visually-hidden">Acton Canada</span>
              <img class="header__logo-image"
                   style="max-width: 250px"
                   width="406"
                   height="85"
                   src="//actoncanada.ca/cdn/shop/files/Acton_logo_HOR_couleur288c_250x@2x.png?v=1675363845"
                   alt="Acton Canada"></a></h1><div class="header__search-bar-wrapper ">
          <form action="/search" method="get" role="search" class="search-bar"><div class="search-bar__top-wrapper">
              <div class="search-bar__top">
                <input type="hidden" name="type" value="product">
                <input type="hidden" name="options[prefix]" value="last">
                <input type="hidden" name="options[unavailable_products]" value="last">

                <div class="search-bar__input-wrapper">
                  <input class="search-bar__input" type="text" name="q" autocomplete="off" autocorrect="off" aria-label="Recherche..." placeholder="Recherche">
                  <button type="button" class="search-bar__input-clear hidden-lap-and-up" data-action="clear-input">
                    <span class="visually-hidden">Effacer</span>
                    <svg focusable="false" class="icon icon--close
  
" viewBox="0 0 19 19" role="presentation">
      <path d="M9.1923882 8.39339828l7.7781745-7.7781746 1.4142136 1.41421357-7.7781746 7.77817459 7.7781746 7.77817456L16.9705627 19l-7.7781745-7.7781746L1.41421356 19 0 17.5857864l7.7781746-7.77817456L0 2.02943725 1.41421356.61522369 9.1923882 8.39339828z" fill="currentColor" fill-rule="evenodd"></path>
    </svg>
                  </button>
                </div><div class="search-bar__filter">
                    <label for="search-product-type" class="search-bar__filter-label">
                      <span class="search-bar__filter-active">Catégories</span><svg focusable="false" class="icon icon--arrow-bottom
  
" viewBox="0 0 12 8" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M10 2L6 6 2 2" fill="none" stroke-linecap="square"></path>
    </svg></label>

                    <select id="search-product-type">
                      <option value="" selected="selected">Catégories</option><option value="Accessoire">Accessoire</option><option value="Composants">Composants</option><option value="Couvre-Chaussures">Couvre-Chaussures</option><option value="Industriel">Industriel</option><option value="Marketing">Marketing</option><option value="Saisonnier">Saisonnier</option><option value="Saisonnier-Industriel">Saisonnier-Industriel</option></select>
                  </div><button type="submit" class="search-bar__submit" aria-label="Rechercher"><svg focusable="false" class="icon icon--search
  
" viewBox="0 0 21 21" role="presentation">
      <g stroke-width="2" stroke="currentColor" fill="none" fill-rule="evenodd">
        <path d="M19 19l-5-5" stroke-linecap="square"></path>
        <circle cx="8.5" cy="8.5" r="7.5"></circle>
      </g>
    </svg><svg focusable="false" class="icon icon--search-loader
  
" viewBox="0 0 64 64" role="presentation">
      <path opacity=".4" d="M23.8589104 1.05290547C40.92335108-3.43614731 58.45816642 6.79494359 62.94709453 23.8589104c4.48905278 17.06444068-5.74156424 34.59913135-22.80600493 39.08818413S5.54195825 57.2055303 1.05290547 40.1410896C-3.43602265 23.0771228 6.7944697 5.54195825 23.8589104 1.05290547zM38.6146353 57.1445143c13.8647142-3.64731754 22.17719655-17.89443541 18.529879-31.75914961-3.64743965-13.86517841-17.8944354-22.17719655-31.7591496-18.529879S3.20804604 24.7494569 6.8554857 38.6146353c3.64731753 13.8647142 17.8944354 22.17719655 31.7591496 18.529879z"></path>
      <path d="M1.05290547 40.1410896l5.80258022-1.5264543c3.64731754 13.8647142 17.89443541 22.17719655 31.75914961 18.529879l1.5264543 5.80258023C23.07664892 67.43614731 5.54195825 57.2055303 1.05290547 40.1410896z"></path>
    </svg></button>
              </div>

              <button type="button" class="search-bar__close-button hidden-tablet-and-up" data-action="unfix-search">
                <span class="search-bar__close-text">Fermer</span>
              </button>
            </div>

            <div class="search-bar__inner">
              <div class="search-bar__results" aria-hidden="true">
                <div class="skeleton-container"><div class="search-bar__result-item search-bar__result-item--skeleton">
                      <div class="search-bar__image-container">
                        <div class="aspect-ratio aspect-ratio--square">
                          <div class="skeleton-image"></div>
                        </div>
                      </div>

                      <div class="search-bar__item-info">
                        <div class="skeleton-paragraph">
                          <div class="skeleton-text"></div>
                          <div class="skeleton-text"></div>
                        </div>
                      </div>
                    </div><div class="search-bar__result-item search-bar__result-item--skeleton">
                      <div class="search-bar__image-container">
                        <div class="aspect-ratio aspect-ratio--square">
                          <div class="skeleton-image"></div>
                        </div>
                      </div>

                      <div class="search-bar__item-info">
                        <div class="skeleton-paragraph">
                          <div class="skeleton-text"></div>
                          <div class="skeleton-text"></div>
                        </div>
                      </div>
                    </div><div class="search-bar__result-item search-bar__result-item--skeleton">
                      <div class="search-bar__image-container">
                        <div class="aspect-ratio aspect-ratio--square">
                          <div class="skeleton-image"></div>
                        </div>
                      </div>

                      <div class="search-bar__item-info">
                        <div class="skeleton-paragraph">
                          <div class="skeleton-text"></div>
                          <div class="skeleton-text"></div>
                        </div>
                      </div>
                    </div></div>

                <div class="search-bar__results-inner"></div>
              </div></div>
          </form>
        </div><!-- start --> 
        <div class="header__action-list"><div class="header__action-item header__action-item--locale hidden-pocket"><form method="post" action="/localization" id="localization_form_header_locale" accept-charset="UTF-8" class="shopify-localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/index.css" /><span class="header__action-item-title">Langue</span>
    <input type="hidden" name="locale_code" value="fr"><button type="submit" name="locale_code" class="popover__link-item text--strong" value="en" >EN</button></form></div>
<div class="header__action-item hidden-tablet-and-up">
              <a class="header__action-item-link" href="/search" data-action="toggle-search" aria-expanded="false" aria-label="Ouvrir la recherche"><svg focusable="false" class="icon icon--search
  
" viewBox="0 0 21 21" role="presentation">
      <g stroke-width="2" stroke="currentColor" fill="none" fill-rule="evenodd">
        <path d="M19 19l-5-5" stroke-linecap="square"></path>
        <circle cx="8.5" cy="8.5" r="7.5"></circle>
      </g>
    </svg></a>
            </div><div class="header__action-item header__action-item--account"><span class="header__action-item-title hidden-pocket hidden-lap">Connexion / Inscription</span><div class="header__action-item-content">
                <a href="/account/login" class="header__action-item-link header__account-icon icon-state hidden-desk" aria-label="Mon compte" aria-controls="account-popover" aria-expanded="false" data-action="toggle-popover" >
                  <span class="icon-state__primary"><svg focusable="false" class="icon icon--account
  
" viewBox="0 0 20 22" role="presentation">
      <path d="M10 13c2.82 0 5.33.64 6.98 1.2A3 3 0 0 1 19 17.02V21H1v-3.97a3 3 0 0 1 2.03-2.84A22.35 22.35 0 0 1 10 13zm0 0c-2.76 0-5-3.24-5-6V6a5 5 0 0 1 10 0v1c0 2.76-2.24 6-5 6z" stroke="currentColor" stroke-width="2" fill="none"></path>
    </svg></span>
                  <span class="icon-state__secondary"><svg focusable="false" class="icon icon--close
  
" viewBox="0 0 19 19" role="presentation">
      <path d="M9.1923882 8.39339828l7.7781745-7.7781746 1.4142136 1.41421357-7.7781746 7.77817459 7.7781746 7.77817456L16.9705627 19l-7.7781745-7.7781746L1.41421356 19 0 17.5857864l7.7781746-7.77817456L0 2.02943725 1.41421356.61522369 9.1923882 8.39339828z" fill="currentColor" fill-rule="evenodd"></path>
    </svg></span>
                </a>

                <a href="/account/login" class="header__action-item-link hidden-pocket hidden-lap" aria-controls="account-popover" aria-expanded="false" data-action="toggle-popover">
                  Mon compte <svg focusable="false" class="icon icon--arrow-bottom
  
" viewBox="0 0 12 8" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M10 2L6 6 2 2" fill="none" stroke-linecap="square"></path>
    </svg>
                </a>

                <div id="account-popover" class="popover popover--large popover--unlogged" aria-hidden="true"><svg focusable="false" class="icon icon--nav-triangle-borderless
  
" viewBox="0 0 20 9" role="presentation">
      <path d="M.47108938 9c.2694725-.26871321.57077721-.56867841.90388257-.89986354C3.12384116 6.36134886 5.74788116 3.76338565 9.2467995.30653888c.4145057-.4095171 1.0844277-.40860098 1.4977971.00205122L19.4935156 9H.47108938z" fill="#ffffff"></path>
    </svg><div class="popover__panel-list"><div id="header-login-panel" class="popover__panel popover__panel--default is-selected">
                        <div class="popover__inner"><form method="post" action="/account/login" id="header_customer_login" accept-charset="UTF-8" data-login-with-shop-sign-in="true" name="login" class="form"><input type="hidden" name="form_type" value="customer_login" /><input type="hidden" name="utf8" value="✓" /><header class="popover__header">
                              <h2 class="popover__title heading">Connexion</h2>
                              <p class="popover__legend">Entrez votre email et votre mot de passe</p>
                            </header>

                            <div class="form__input-wrapper form__input-wrapper--labelled">
                              <input type="email" id="login-customer[email]" class="form__field form__field--text" autocomplete="email" name="customer[email]" required="required">
                              <label for="login-customer[email]" class="form__floating-label">Courriel</label>
                            </div>

                            <div class="form__input-wrapper form__input-wrapper--labelled">
                              <input type="password" id="login-customer[password]" class="form__field form__field--text" name="customer[password]" required="required" autocomplete="current-password">
                              <label for="login-customer[password]" class="form__floating-label">Mot de passe</label>
                            </div>

                            <button type="submit" class="form__submit button button--primary button--full">Connexion</button></form><div class="popover__secondary-action">
                            <p>Nouveau client ? <a href="/account/register" class="link link--accented">Créez votre compte</a></p>
                            <p>Mot de passe oublié ? <a href="/account#recover-password" aria-controls="header-recover-panel" class="link link--accented">Cliquer ici</a></p>
                          </div>
                        </div>
                      </div><div id="header-recover-panel" class="popover__panel popover__panel--sliding">
                        <div class="popover__inner"><form method="post" action="/account/recover" accept-charset="UTF-8" name="recover" class="form"><input type="hidden" name="form_type" value="recover_customer_password" /><input type="hidden" name="utf8" value="✓" /><header class="popover__header">
                              <h2 class="popover__title heading">Récupération du mot de passe</h2>
                              <p class="popover__legend">Entrez votre email :</p>
                            </header>

                            <div class="form__input-wrapper form__input-wrapper--labelled">
                              <input type="email" id="recover-customer[recover_email]" class="form__field form__field--text" name="email" required="required">
                              <label for="recover-customer[recover_email]" class="form__floating-label">Courriel</label>
                            </div>

                            <button type="submit" class="form__submit button button--primary button--full">Récupérer</button></form><div class="popover__secondary-action">
                            <p>Vous connaissez votre mot de passe ? <button data-action="show-popover-panel" aria-controls="header-login-panel" class="link link--accented">Se connecter</button></p>
                          </div>
                        </div>
                      </div>
                    </div></div>
              </div>
            </div><div class="header__action-item header__action-item--cart">
            <a class="header__action-item-link header__cart-toggle" href="/cart" aria-controls="mini-cart" aria-expanded="false" data-action="toggle-mini-cart" data-no-instant>
              <div class="header__action-item-content">
                <div class="header__cart-icon icon-state" aria-expanded="false">
                  <span class="icon-state__primary"><svg focusable="false" class="icon icon--cart
  
" viewBox="0 0 27 24" role="presentation">
      <g transform="translate(0 1)" stroke-width="2" stroke="currentColor" fill="none" fill-rule="evenodd">
        <circle stroke-linecap="square" cx="11" cy="20" r="2"></circle>
        <circle stroke-linecap="square" cx="22" cy="20" r="2"></circle>
        <path d="M7.31 5h18.27l-1.44 10H9.78L6.22 0H0"></path>
      </g>
    </svg><span class="header__cart-count">0</span>
                  </span>

                  <span class="icon-state__secondary"><svg focusable="false" class="icon icon--close
  
" viewBox="0 0 19 19" role="presentation">
      <path d="M9.1923882 8.39339828l7.7781745-7.7781746 1.4142136 1.41421357-7.7781746 7.77817459 7.7781746 7.77817456L16.9705627 19l-7.7781745-7.7781746L1.41421356 19 0 17.5857864l7.7781746-7.77817456L0 2.02943725 1.41421356.61522369 9.1923882 8.39339828z" fill="currentColor" fill-rule="evenodd"></path>
    </svg></span>
                </div>

                <span class="hidden-pocket hidden-lap">Votre panier</span>
              </div>
            </a><form method="post" action="/cart" id="mini-cart" class="mini-cart" aria-hidden="true" novalidate="novalidate" data-item-count="0">
  <input type="hidden" name="attributes[collection_products_per_page]" value="">
  <input type="hidden" name="attributes[collection_layout]" value=""><svg focusable="false" class="icon icon--nav-triangle-borderless
  
" viewBox="0 0 20 9" role="presentation">
      <path d="M.47108938 9c.2694725-.26871321.57077721-.56867841.90388257-.89986354C3.12384116 6.36134886 5.74788116 3.76338565 9.2467995.30653888c.4145057-.4095171 1.0844277-.40860098 1.4977971.00205122L19.4935156 9H.47108938z" fill="#ffffff"></path>
    </svg><div class="mini-cart__content mini-cart__content--empty"><p class="alert alert--tight alert--center text--strong">Encore <span>100.00 $</span> pour bénéficier des frais de port gratuits !</p><div class="mini-cart__empty-state"><svg focusable="false" width="81" height="70" viewBox="0 0 81 70">
      <g transform="translate(0 2)" stroke-width="4" stroke="#000000" fill="none" fill-rule="evenodd">
        <circle stroke-linecap="square" cx="34" cy="60" r="6"></circle>
        <circle stroke-linecap="square" cx="67" cy="60" r="6"></circle>
        <path d="M22.9360352 15h54.8070373l-4.3391876 30H30.3387146L19.6676025 0H.99560547"></path>
      </g>
    </svg><p class="heading h4">Votre panier est vide</p>
      </div>

      <a href="/collections/all" class="button button--primary button--full">Découvrir nos produits</a>
    </div></form>
</div>
        </div><!-- end -->
      </div>
    </div>
  </header><nav class="nav-bar">
      <div class="nav-bar__inner">
        <div class="container">
          <ul class="nav-bar__linklist list--unstyled" data-type="menu" role="list"><li class="nav-bar__item">
<a href="/collections/tous-chaussures-de-travail" class="nav-bar__link link  " data-type="menuitem" aria-expanded="false" aria-controls="desktop-menu-0-1" aria-haspopup="true">CHAUSSURES DE TRAVAIL<svg focusable="false" class="icon icon--arrow-bottom
  
" viewBox="0 0 12 8" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M10 2L6 6 2 2" fill="none" stroke-linecap="square"></path>
    </svg><svg focusable="false" class="icon icon--nav-triangle
  
" viewBox="0 0 20 9" role="presentation">
      <g fill="none" fill-rule="evenodd">
        <path d="M.47108938 9c.2694725-.26871321.57077721-.56867841.90388257-.89986354C3.12384116 6.36134886 5.74788116 3.76338565 9.2467995.30653888c.4145057-.4095171 1.0844277-.40860098 1.4977971.00205122L19.4935156 9H.47108938z" fill="#ffffff"></path>
        <path d="M-.00922471 9C1.38887087 7.61849126 4.26661926 4.80337304 8.62402045.5546454c.75993175-.7409708 1.98812015-.7393145 2.74596565.0037073L19.9800494 9h-1.3748787l-7.9226239-7.7676545c-.3789219-.3715101-.9930172-.3723389-1.3729808-.0018557-3.20734177 3.1273507-5.6127118 5.4776841-7.21584193 7.05073579C1.82769633 8.54226204 1.58379521 8.7818599 1.36203986 9H-.00922471z" fill="#ffffff"></path>
      </g>
    </svg></a><div
  id="desktop-menu-0-1"
  class="mega-menu "
  data-type="menu"
  aria-hidden="true"
  role="list"
  
><div class="container"><div class="mega-menu__inner"><div class="mega-menu__column mega-menu__column--first">
              <a href="/collections/tous-chaussures-de-travail" class="mega-menu__title heading">PAR PRODUITS</a><ul class="mega-menu__linklist" role="list"><li class="mega-menu__item">
                      <a href="/collections/tous-chaussures-de-travail" class="mega-menu__link link">Voir tout</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/souliers-travail" class="mega-menu__link link">Souliers de travail</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/bottes-travail-6-pouces" class="mega-menu__link link">Bottes de travail 6"</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/bottes-travail-8-pouces" class="mega-menu__link link">Bottes de travail 8" et +</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/bottes-de-travail-impermeables" class="mega-menu__link link">Bottes de travail imperméables</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/bottes-pluie" class="mega-menu__link link">Bottes de caoutchouc de travail</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/bottes-travail-hiver" class="mega-menu__link link">Bottes de travail isolées</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/vegan" class="mega-menu__link link">Souliers et bottes de travail véganes</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/couvre-chaussures" class="mega-menu__link link">Couvre-chaussures</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/chaussures-de-travail-accessoires" class="mega-menu__link link">Accessoires et feutres</a>
                    </li></ul></div><div class="mega-menu__column ">
              <a href="/collections/tous-chaussures-de-travail" class="mega-menu__title heading">PAR INDUSTRIES</a><ul class="mega-menu__linklist" role="list"><li class="mega-menu__item">
                      <a href="/collections/tous-chaussures-de-travail" class="mega-menu__link link">Voir tout</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/agriculture-agroalimentaire-pecheries" class="mega-menu__link link">Agriculture, pêcherie et alimentation</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/beton-et-ciment" class="mega-menu__link link">Béton et ciment</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/bottes-construction" class="mega-menu__link link">Construction</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/distribution-entreposage-fabrication" class="mega-menu__link link">Distribution, entreposage et manufacturier</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/services-durgence" class="mega-menu__link link">Services d'urgence</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/metallurgies-fonderies" class="mega-menu__link link">Fonderie, métallurgie et soudure</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/mines-hydrocarbures" class="mega-menu__link link">Mines et hydrocarbures</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/restauration" class="mega-menu__link link">Restauration</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/transports" class="mega-menu__link link">Transport</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/soldes-chaussures-de-travail" class="mega-menu__link link">Soldes</a>
                    </li></ul></div><a href="/products/carte-cadeau-acton-canada" class="mega-menu__promo">
          <div class="mega-menu__image-wrapper">
            <div class="aspect-ratio" style="padding-bottom: 57.142857142857146%">
              <img class="lazyload image--fade-in" data-src="//actoncanada.ca/cdn/shop/files/AC_Carte-cadeau-2025_WEB_FR_2x_c0524ac4-97ab-4919-aab9-2d751a385852_550x.jpg?v=1768503736" alt=""></div>
          </div>

          <span class="mega-menu__image-heading heading h4">Carte cadeau</span>
          <p class="mega-menu__image-text">Offrez les produits Acton en cadeau</p>
        </a>
    </div></div></div></li><li class="nav-bar__item">
<a href="/collections/tous-bottes-de-caoutchouc" class="nav-bar__link link  " data-type="menuitem" aria-expanded="false" aria-controls="desktop-menu-0-2" aria-haspopup="true">BOTTES DE PLUIE<svg focusable="false" class="icon icon--arrow-bottom
  
" viewBox="0 0 12 8" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M10 2L6 6 2 2" fill="none" stroke-linecap="square"></path>
    </svg><svg focusable="false" class="icon icon--nav-triangle
  
" viewBox="0 0 20 9" role="presentation">
      <g fill="none" fill-rule="evenodd">
        <path d="M.47108938 9c.2694725-.26871321.57077721-.56867841.90388257-.89986354C3.12384116 6.36134886 5.74788116 3.76338565 9.2467995.30653888c.4145057-.4095171 1.0844277-.40860098 1.4977971.00205122L19.4935156 9H.47108938z" fill="#ffffff"></path>
        <path d="M-.00922471 9C1.38887087 7.61849126 4.26661926 4.80337304 8.62402045.5546454c.75993175-.7409708 1.98812015-.7393145 2.74596565.0037073L19.9800494 9h-1.3748787l-7.9226239-7.7676545c-.3789219-.3715101-.9930172-.3723389-1.3729808-.0018557-3.20734177 3.1273507-5.6127118 5.4776841-7.21584193 7.05073579C1.82769633 8.54226204 1.58379521 8.7818599 1.36203986 9H-.00922471z" fill="#ffffff"></path>
      </g>
    </svg></a><div
  id="desktop-menu-0-2"
  class="mega-menu "
  data-type="menu"
  aria-hidden="true"
  role="list"
  
><div class="container"><div class="mega-menu__inner"><div class="mega-menu__column mega-menu__column--first">
              <a href="/collections/tous-bottes-de-caoutchouc" class="mega-menu__title heading">VOIR TOUT</a><ul class="mega-menu__linklist" role="list"><li class="mega-menu__item">
                      <a href="/collections/bottes-mi-saison-bebe" class="mega-menu__link link">Enfant</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/bottes-pluie" class="mega-menu__link link">Industriel</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/plein-air" class="mega-menu__link link">Plein-air, chasse et pêche</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/feutres-de-remplacement-caoutchouc" class="mega-menu__link link">Feutres de remplacement</a>
                    </li></ul></div><a href="/products/carte-cadeau-acton-canada" class="mega-menu__promo">
          <div class="mega-menu__image-wrapper">
            <div class="aspect-ratio" style="padding-bottom: 57.142857142857146%">
              <img class="lazyload image--fade-in" data-src="//actoncanada.ca/cdn/shop/files/AC_Carte-cadeau-2025_WEB_FR_2x_c0524ac4-97ab-4919-aab9-2d751a385852_550x.jpg?v=1768503736" alt=""></div>
          </div>

          <span class="mega-menu__image-heading heading h4">Carte cadeau</span>
          <p class="mega-menu__image-text">Offrez les produits Acton en cadeau</p>
        </a>
    </div></div></div></li><li class="nav-bar__item">
<a href="/collections/bottes-mi-saison-bebe" class="nav-bar__link link  " data-type="menuitem">
                      BOTTES MI-SAISON ENFANTS
                	</a></li><li class="nav-bar__item">
<a href="/collections/bottes-d-hiver" class="nav-bar__link link  " data-type="menuitem" aria-expanded="false" aria-controls="desktop-menu-0-4" aria-haspopup="true">BOTTES D'HIVER<svg focusable="false" class="icon icon--arrow-bottom
  
" viewBox="0 0 12 8" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M10 2L6 6 2 2" fill="none" stroke-linecap="square"></path>
    </svg><svg focusable="false" class="icon icon--nav-triangle
  
" viewBox="0 0 20 9" role="presentation">
      <g fill="none" fill-rule="evenodd">
        <path d="M.47108938 9c.2694725-.26871321.57077721-.56867841.90388257-.89986354C3.12384116 6.36134886 5.74788116 3.76338565 9.2467995.30653888c.4145057-.4095171 1.0844277-.40860098 1.4977971.00205122L19.4935156 9H.47108938z" fill="#ffffff"></path>
        <path d="M-.00922471 9C1.38887087 7.61849126 4.26661926 4.80337304 8.62402045.5546454c.75993175-.7409708 1.98812015-.7393145 2.74596565.0037073L19.9800494 9h-1.3748787l-7.9226239-7.7676545c-.3789219-.3715101-.9930172-.3723389-1.3729808-.0018557-3.20734177 3.1273507-5.6127118 5.4776841-7.21584193 7.05073579C1.82769633 8.54226204 1.58379521 8.7818599 1.36203986 9H-.00922471z" fill="#ffffff"></path>
      </g>
    </svg></a><div
  id="desktop-menu-0-4"
  class="mega-menu "
  data-type="menu"
  aria-hidden="true"
  role="list"
  
><div class="container"><div class="mega-menu__inner"><div class="mega-menu__column mega-menu__column--first">
              <a href="/collections/bottes-hiver-enfants-tout-petits" class="mega-menu__title heading">ENFANTS</a><ul class="mega-menu__linklist" role="list"><li class="mega-menu__item">
                      <a href="/collections/bottes-hiver-enfants-tout-petits" class="mega-menu__link link">Voir tout</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/bottes-dhiver-bebe" class="mega-menu__link link">Bébé</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/bottes-dhiver-enfants-1" class="mega-menu__link link">Junior</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/feutres-de-remplacement-enfants" class="mega-menu__link link">Feutres de rechange</a>
                    </li></ul></div><div class="mega-menu__column ">
              <a href="/collections/tous-bottes-dhiver-adultes" class="mega-menu__title heading">ADULTES</a><ul class="mega-menu__linklist" role="list"><li class="mega-menu__item">
                      <a href="/collections/tous-bottes-dhiver-adultes" class="mega-menu__link link">Voir tout</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/bottes-dhiver-hommes" class="mega-menu__link link">Hommes</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/bottes-dhiver-femmes" class="mega-menu__link link">Femmes</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/feutres-de-remplacement-adultes" class="mega-menu__link link">Feutres de rechange</a>
                    </li></ul></div><a href="/products/carte-cadeau-acton-canada" class="mega-menu__promo">
          <div class="mega-menu__image-wrapper">
            <div class="aspect-ratio" style="padding-bottom: 57.142857142857146%">
              <img class="lazyload image--fade-in" data-src="//actoncanada.ca/cdn/shop/files/AC_Carte-cadeau-2025_WEB_FR_2x_c0524ac4-97ab-4919-aab9-2d751a385852_550x.jpg?v=1768503736" alt=""></div>
          </div>

          <span class="mega-menu__image-heading heading h4">Carte cadeau</span>
          <p class="mega-menu__image-text">Offrez les produits Acton en cadeau</p>
        </a>
    </div></div></div></li><li class="nav-bar__item">
<a href="/collections/tous-couvre-chaussures" class="nav-bar__link link  " data-type="menuitem" aria-expanded="false" aria-controls="desktop-menu-0-5" aria-haspopup="true">COUVRE-CHAUSSURES<svg focusable="false" class="icon icon--arrow-bottom
  
" viewBox="0 0 12 8" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M10 2L6 6 2 2" fill="none" stroke-linecap="square"></path>
    </svg><svg focusable="false" class="icon icon--nav-triangle
  
" viewBox="0 0 20 9" role="presentation">
      <g fill="none" fill-rule="evenodd">
        <path d="M.47108938 9c.2694725-.26871321.57077721-.56867841.90388257-.89986354C3.12384116 6.36134886 5.74788116 3.76338565 9.2467995.30653888c.4145057-.4095171 1.0844277-.40860098 1.4977971.00205122L19.4935156 9H.47108938z" fill="#ffffff"></path>
        <path d="M-.00922471 9C1.38887087 7.61849126 4.26661926 4.80337304 8.62402045.5546454c.75993175-.7409708 1.98812015-.7393145 2.74596565.0037073L19.9800494 9h-1.3748787l-7.9226239-7.7676545c-.3789219-.3715101-.9930172-.3723389-1.3729808-.0018557-3.20734177 3.1273507-5.6127118 5.4776841-7.21584193 7.05073579C1.82769633 8.54226204 1.58379521 8.7818599 1.36203986 9H-.00922471z" fill="#ffffff"></path>
      </g>
    </svg></a><div
  id="desktop-menu-0-5"
  class="mega-menu "
  data-type="menu"
  aria-hidden="true"
  role="list"
  
><div class="container"><div class="mega-menu__inner"><div class="mega-menu__column mega-menu__column--first">
              <a href="/collections/tous-couvre-chaussures" class="mega-menu__title heading">VOIR TOUT</a><ul class="mega-menu__linklist" role="list"><li class="mega-menu__item">
                      <a href="/collections/wilkuro" class="mega-menu__link link">Avec embout de protection</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/couvre-chaussures-sans-embouts-de-protection" class="mega-menu__link link">Sans embout de protection</a>
                    </li></ul></div><a href="/products/carte-cadeau-acton-canada" class="mega-menu__promo">
          <div class="mega-menu__image-wrapper">
            <div class="aspect-ratio" style="padding-bottom: 57.142857142857146%">
              <img class="lazyload image--fade-in" data-src="//actoncanada.ca/cdn/shop/files/AC_Carte-cadeau-2025_WEB_FR_2x_c0524ac4-97ab-4919-aab9-2d751a385852_550x.jpg?v=1768503736" alt=""></div>
          </div>

          <span class="mega-menu__image-heading heading h4">Carte cadeau</span>
          <p class="mega-menu__image-text">Offrez les produits Acton en cadeau</p>
        </a>
    </div></div></div></li><li class="nav-bar__item">
<a href="/collections/soldes-tous" class="nav-bar__link link  link--sale" data-type="menuitem" aria-expanded="false" aria-controls="desktop-menu-0-6" aria-haspopup="true">SOLDES<svg focusable="false" class="icon icon--arrow-bottom
  
" viewBox="0 0 12 8" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M10 2L6 6 2 2" fill="none" stroke-linecap="square"></path>
    </svg><svg focusable="false" class="icon icon--nav-triangle
  
" viewBox="0 0 20 9" role="presentation">
      <g fill="none" fill-rule="evenodd">
        <path d="M.47108938 9c.2694725-.26871321.57077721-.56867841.90388257-.89986354C3.12384116 6.36134886 5.74788116 3.76338565 9.2467995.30653888c.4145057-.4095171 1.0844277-.40860098 1.4977971.00205122L19.4935156 9H.47108938z" fill="#ffffff"></path>
        <path d="M-.00922471 9C1.38887087 7.61849126 4.26661926 4.80337304 8.62402045.5546454c.75993175-.7409708 1.98812015-.7393145 2.74596565.0037073L19.9800494 9h-1.3748787l-7.9226239-7.7676545c-.3789219-.3715101-.9930172-.3723389-1.3729808-.0018557-3.20734177 3.1273507-5.6127118 5.4776841-7.21584193 7.05073579C1.82769633 8.54226204 1.58379521 8.7818599 1.36203986 9H-.00922471z" fill="#ffffff"></path>
      </g>
    </svg></a><div
  id="desktop-menu-0-6"
  class="mega-menu "
  data-type="menu"
  aria-hidden="true"
  role="list"
  
><div class="container"><div class="mega-menu__inner"><div class="mega-menu__column mega-menu__column--first">
              <a href="/collections/soldes-tous" class="mega-menu__title heading">VOIR TOUT</a><ul class="mega-menu__linklist" role="list"><li class="mega-menu__item">
                      <a href="/collections/soldes-bottes-dhiver-enfants" class="mega-menu__link link">Soldes bottes enfants</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/soldes-chaussures-de-travail" class="mega-menu__link link">Soldes chaussures de travail</a>
                    </li><li class="mega-menu__item">
                      <a href="/collections/soldes-bottes-de-caoutchouc" class="mega-menu__link link">Soldes bottes de pluie</a>
                    </li></ul></div><a href="/products/carte-cadeau-acton-canada" class="mega-menu__promo">
          <div class="mega-menu__image-wrapper">
            <div class="aspect-ratio" style="padding-bottom: 57.142857142857146%">
              <img class="lazyload image--fade-in" data-src="//actoncanada.ca/cdn/shop/files/AC_Carte-cadeau-2025_WEB_FR_2x_c0524ac4-97ab-4919-aab9-2d751a385852_550x.jpg?v=1768503736" alt=""></div>
          </div>

          <span class="mega-menu__image-heading heading h4">Carte cadeau</span>
          <p class="mega-menu__image-text">Offrez les produits Acton en cadeau</p>
        </a>
    </div></div></div></li></ul>
        </div>
      </div>
    </nav></section>

<style>
  :root {
    --header-is-sticky: 1;
    --header-inline-navigation: 1;
  }

  #shopify-section-header {
    position: relative;
    z-index: 5;position: -webkit-sticky;
      position: sticky;
      top: 0;}.header__logo-image {
      max-width: 170px !important;
    }

    @media screen and (min-width: 641px) {
      .header__logo-image {
        max-width: 250px !important;
      }
    }.search-bar__top {
      box-shadow: 1px 1px var(--header-border-color) inset, -1px -1px var(--header-border-color) inset;
    }

    @media screen and (min-width: 1000px) {
      /* This allows to reduce the padding if header background is the same as secondary background to avoid space that is too big */
      .header:not(.header--condensed) {
        padding-bottom: 0;
      }
    }</style>

<script>
  document.documentElement.style.setProperty('--header-height', document.getElementById('shopify-section-header').clientHeight + 'px');
</script>

</div>

    <main id="main" role="main">
      <div id="shopify-section-template--17998491549951__slideshow" class="shopify-section"><section data-section-id="template--17998491549951__slideshow" data-section-type="slideshow" data-section-settings='{
  "autoPlay": true,
  "prevNextButtons": false,
  "pageDots": true,
  "setGallerySize": true,
  "adaptiveHeight": true,
  "transitionEffect": "slide",
  "cycleSpeed": 5000
}'>
  <div >
    <div class="slideshow slideshow--preserve-ratio slideshow--edge2edge" style="color: #ffffff"><div class="slideshow__slide slideshow__slide--overlay is-selected" id="block-image_KxKxTq" data-block-index="0" ><div class="slideshow__slide-inner slideshow__slide-inner--middle-left lazyload image--fade-in" ><div class="aspect-ratio hidden-phone" style="padding-bottom: 33.333333333333336%">
                 <img src="//actoncanada.ca/cdn/shop/files/AC_2026-06-11_Fete_des_peres_Bandeau_Web.jpg?v=1781163092&amp;width=1200" alt="" srcset="//actoncanada.ca/cdn/shop/files/AC_2026-06-11_Fete_des_peres_Bandeau_Web.jpg?v=1781163092&amp;width=352 352w, //actoncanada.ca/cdn/shop/files/AC_2026-06-11_Fete_des_peres_Bandeau_Web.jpg?v=1781163092&amp;width=832 832w, //actoncanada.ca/cdn/shop/files/AC_2026-06-11_Fete_des_peres_Bandeau_Web.jpg?v=1781163092&amp;width=1200 1200w" width="1200" height="720" loading="eager" class="slideshow__image" fetchpriority="high">
                <noscript>
                  <img src="//actoncanada.ca/cdn/shop/files/AC_2026-06-11_Fete_des_peres_Bandeau_Web.jpg?v=1781163092&width=1200" alt="" width="1200" height="720">
                </noscript>
              </div><div class="aspect-ratio hidden-tablet-and-up" style="padding-bottom: 146.66666666666666%">
                  <img src="//actoncanada.ca/cdn/shop/files/AC_2026-06-11_Fete_des_peres_bandeau_mobile.jpg?v=1781163113&amp;width=400" alt="" srcset="//actoncanada.ca/cdn/shop/files/AC_2026-06-11_Fete_des_peres_bandeau_mobile.jpg?v=1781163113&amp;width=352 352w, //actoncanada.ca/cdn/shop/files/AC_2026-06-11_Fete_des_peres_bandeau_mobile.jpg?v=1781163113&amp;width=400 400w" width="400" height="1100" loading="eager" class="slideshow__image" fetchpriority="high">
                  <noscript>
                    <img src="//actoncanada.ca/cdn/shop/files/AC_2026-06-11_Fete_des_peres_bandeau_mobile.jpg?v=1781163113&width=400" alt="" width="400" height="1100">
                  </noscript>
                </div><div class="slideshow__content-wrapper">
                <div class="container">
                  <h2 class="slideshow__title heading h1  heading--regular">OFFERZ-LUI LE</h2><h2 class="slideshow__title heading h1  heading--regular">CONFORT ET LA SÉCURITÉ</h2><p class="slideshow__content content--strong">Pour la fête des Pères, offrez-lui l’équipement qu’il mérite</p><a href="/collections/chaussures-de-securite-industriel" class="slideshow__button button">MAGASINER</a>
                </div>
              </div></div>

          <style>
            #block-image_KxKxTq {
              color: #ffffff;
            }

            #block-image_KxKxTq .button {
              color: #ffffff;
              background: #002d74;
            }

            #block-image_KxKxTq .button:hover {
              background: rgba(0, 45, 116, 0.8);
            }#block-image_KxKxTq.slideshow__slide--overlay::before {background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.31));
              }</style></div><div class="slideshow__slide slideshow__slide--overlay " id="block-image_6kiKzk" data-block-index="1" ><div class="slideshow__slide-inner slideshow__slide-inner--middle-left lazyload image--fade-in" ><div class="aspect-ratio hidden-phone" style="padding-bottom: 33.333333333333336%">
                 <img src="//actoncanada.ca/cdn/shop/files/AF_2026-06-04_Suggestions_cadeaux_Fete_des_peres_Bandeau_web.jpg?v=1780574962&amp;width=1200" alt="" srcset="//actoncanada.ca/cdn/shop/files/AF_2026-06-04_Suggestions_cadeaux_Fete_des_peres_Bandeau_web.jpg?v=1780574962&amp;width=352 352w, //actoncanada.ca/cdn/shop/files/AF_2026-06-04_Suggestions_cadeaux_Fete_des_peres_Bandeau_web.jpg?v=1780574962&amp;width=832 832w, //actoncanada.ca/cdn/shop/files/AF_2026-06-04_Suggestions_cadeaux_Fete_des_peres_Bandeau_web.jpg?v=1780574962&amp;width=1200 1200w" width="1200" height="720" loading="lazy" class="slideshow__image" fetchpriority="low">
                <noscript>
                  <img src="//actoncanada.ca/cdn/shop/files/AF_2026-06-04_Suggestions_cadeaux_Fete_des_peres_Bandeau_web.jpg?v=1780574962&width=1200" alt="" width="1200" height="720">
                </noscript>
              </div><div class="aspect-ratio hidden-tablet-and-up" style="padding-bottom: 146.66666666666666%">
                  <img src="//actoncanada.ca/cdn/shop/files/AF_2026-05-14_Bottes_de_peches_Bandeau_Mobile.jpg?v=1780574983&amp;width=400" alt="" srcset="//actoncanada.ca/cdn/shop/files/AF_2026-05-14_Bottes_de_peches_Bandeau_Mobile.jpg?v=1780574983&amp;width=352 352w, //actoncanada.ca/cdn/shop/files/AF_2026-05-14_Bottes_de_peches_Bandeau_Mobile.jpg?v=1780574983&amp;width=400 400w" width="400" height="1100" loading="lazy" class="slideshow__image" fetchpriority="low">
                  <noscript>
                    <img src="//actoncanada.ca/cdn/shop/files/AF_2026-05-14_Bottes_de_peches_Bandeau_Mobile.jpg?v=1780574983&width=400" alt="" width="400" height="1100">
                  </noscript>
                </div><div class="slideshow__content-wrapper">
                <div class="container">
                  <h2 class="slideshow__title heading h1  heading--regular">IDÉES CADEAUX POUR</h2><h2 class="slideshow__title heading h1  heading--regular">LA FÊTE DES PÈRES</h2><p class="slideshow__content content--strong">Cette année, offrez-lui un cadeau qu’il pourra apprécier dans tous ses meilleurs moments</p><a href="https://actoncanada.ca/collections/tous-bottes-de-caoutchouc" class="slideshow__button button">MAGASINEZ</a>
                </div>
              </div></div>

          <style>
            #block-image_6kiKzk {
              color: #ffffff;
            }

            #block-image_6kiKzk .button {
              color: #ffffff;
              background: #002d74;
            }

            #block-image_6kiKzk .button:hover {
              background: rgba(0, 45, 116, 0.8);
            }#block-image_6kiKzk.slideshow__slide--overlay::before {background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.0));
              }</style></div><div class="slideshow__slide  " id="block-image_tbqDHC" data-block-index="2" ><div class="slideshow__slide-inner slideshow__slide-inner--middle-left lazyload image--fade-in" ><div class="aspect-ratio hidden-phone" style="padding-bottom: 33.333333333333336%">
                 <img src="//actoncanada.ca/cdn/shop/files/AC_2026-06-04_Collection_Function_BandeauWeb.jpg?v=1779961528&amp;width=1200" alt="" srcset="//actoncanada.ca/cdn/shop/files/AC_2026-06-04_Collection_Function_BandeauWeb.jpg?v=1779961528&amp;width=352 352w, //actoncanada.ca/cdn/shop/files/AC_2026-06-04_Collection_Function_BandeauWeb.jpg?v=1779961528&amp;width=832 832w, //actoncanada.ca/cdn/shop/files/AC_2026-06-04_Collection_Function_BandeauWeb.jpg?v=1779961528&amp;width=1200 1200w" width="1200" height="720" loading="lazy" class="slideshow__image" fetchpriority="low">
                <noscript>
                  <img src="//actoncanada.ca/cdn/shop/files/AC_2026-06-04_Collection_Function_BandeauWeb.jpg?v=1779961528&width=1200" alt="" width="1200" height="720">
                </noscript>
              </div><div class="aspect-ratio hidden-tablet-and-up" style="padding-bottom: 146.66666666666666%">
                  <img src="//actoncanada.ca/cdn/shop/files/AC_2026-06-04_Collection_Function_bandeau_mobile.jpg?v=1779961564&amp;width=400" alt="" srcset="//actoncanada.ca/cdn/shop/files/AC_2026-06-04_Collection_Function_bandeau_mobile.jpg?v=1779961564&amp;width=352 352w, //actoncanada.ca/cdn/shop/files/AC_2026-06-04_Collection_Function_bandeau_mobile.jpg?v=1779961564&amp;width=400 400w" width="400" height="1100" loading="lazy" class="slideshow__image" fetchpriority="low">
                  <noscript>
                    <img src="//actoncanada.ca/cdn/shop/files/AC_2026-06-04_Collection_Function_bandeau_mobile.jpg?v=1779961564&width=400" alt="" width="400" height="1100">
                  </noscript>
                </div><div class="slideshow__content-wrapper">
                <div class="container">
                  <h2 class="slideshow__title heading h1  heading--regular">COLLECTION</h2><h2 class="slideshow__title heading h1  heading--regular">FUNCTION</h2><p class="slideshow__content content--strong">Bottes de pluie résistantes à prix imbattable</p><a href="https://actoncanada.ca/search?type=product&options%5Bprefix%5D=last&options%5Bunavailable_products%5D=last&q=Function" class="slideshow__button button">MAGASINEZ</a>
                </div>
              </div></div>

          <style>
            #block-image_tbqDHC {
              color: #ffffff;
            }

            #block-image_tbqDHC .button {
              color: #ffffff;
              background: #002d74;
            }

            #block-image_tbqDHC .button:hover {
              background: rgba(0, 45, 116, 0.8);
            }</style></div></div>
  </div>
</section>

</div><div id="shopify-section-template--17998491549951__featured_collection_F8epCg" class="shopify-section"><section class="section" data-section-id="template--17998491549951__featured_collection_F8epCg" data-section-type="featured-collection" data-section-settings='{
  "stackable": false,
  "layout": "vertical"
}'><div class="container">
    <header class="section__header">
      <div class="section__header-stack">
        <h2 class="heading h1">NOUVEAUTÉS</h2>
      </div><a href="/collections/nouveautes" class="section__action-link link">View all <svg focusable="false" class="icon icon--tail-right
  
" viewBox="0 0 24 24" role="presentation">
      <path fill="currentColor" d="M22.707 11.293L15 3.586 13.586 5l6 6H2c-.553 0-1 .448-1 1s.447 1 1 1h17.586l-6 6L15 20.414l7.707-7.707c.391-.391.391-1.023 0-1.414z"></path>
    </svg></a></header>
  </div>

  <div class="container "><div class="scroller">
        <div class="scroller__inner">
          <div class="product-list product-list--vertical product-list--scrollable"><div class="product-item product-item--vertical  1/4--lap 1/5--desk 1/6--wide"><a href="/products/protect6-noir-bottes-de-travail-6-en-cuir" class="product-item__image-wrapper "><div class="aspect-ratio aspect-ratio--square" style="padding-bottom: 113.33333333333333%">
        <img class="product-item__primary-image lazyload image--fade-in" data-media-id="39194001047807" data-src="//actoncanada.ca/cdn/shop/files/image1_355e934f2bf51bc7a7a23d0021011761c06fa5ab_{width}x.jpg?v=1771961560" data-sizes="auto" data-widths="[200,300,400,500,600,700,800]" alt="Protect6, Noir | Bottes de travail 6&quot; en cuir"><noscript>
          <img src="//actoncanada.ca/cdn/shop/files/image1_355e934f2bf51bc7a7a23d0021011761c06fa5ab_600x.jpg?v=1771961560" alt="Protect6, Noir | Bottes de travail 6&quot; en cuir">
        </noscript>
      </div>
    </a><div class="product-item__info">
    <div class="product-item__info-inner">
  
  

<a href="/products/protect6-noir-bottes-de-travail-6-en-cuir" class="product-item__title text--strong link">Protect6, Noir | Bottes de travail 6" en cuir</a><div class="product-item__price-list price-list"><span class="price">
          <span class="visually-hidden">Prix ​​de vente</span>
          
          
          119.99 $
        </span></div>
</div></div>
</div><div class="product-item product-item--vertical  1/4--lap 1/5--desk 1/6--wide"><a href="/products/protect6-tan-bottes-de-travail-6-en-cuir" class="product-item__image-wrapper "><div class="aspect-ratio aspect-ratio--square" style="padding-bottom: 113.33333333333333%">
        <img class="product-item__primary-image lazyload image--fade-in" data-media-id="39350469329151" data-src="//actoncanada.ca/cdn/shop/files/image1_171755833e42d27ca4380eeb06e19eb2529ee88d_{width}x.jpg?v=1773862499" data-sizes="auto" data-widths="[200,300,400,500,600,700,800]" alt="Protect6, Tan | Bottes de travail 6&quot; en cuir"><noscript>
          <img src="//actoncanada.ca/cdn/shop/files/image1_171755833e42d27ca4380eeb06e19eb2529ee88d_600x.jpg?v=1773862499" alt="Protect6, Tan | Bottes de travail 6&quot; en cuir">
        </noscript>
      </div>
    </a><div class="product-item__info">
    <div class="product-item__info-inner">
  
  

<a href="/products/protect6-tan-bottes-de-travail-6-en-cuir" class="product-item__title text--strong link">Protect6, Tan | Bottes de travail 6" en cuir</a><div class="product-item__price-list price-list"><span class="price">
          <span class="visually-hidden">Prix ​​de vente</span>
          
          
          129.99 $
        </span></div>
</div></div>
</div><div class="product-item product-item--vertical  1/4--lap 1/5--desk 1/6--wide"><a href="/products/quest-vert-bottes-de-pluie-14-isolee-en-caoutchouc-naturel" class="product-item__image-wrapper "><div class="aspect-ratio aspect-ratio--square" style="padding-bottom: 113.33333333333333%">
        <img class="product-item__primary-image lazyload image--fade-in" data-media-id="39383419126015" data-src="//actoncanada.ca/cdn/shop/files/image1_ad49a7f81b9aabaed459ceec3e827a24ad17e9d1_{width}x.jpg?v=1774362467" data-sizes="auto" data-widths="[200,300,400,500,600,700,800]" alt="Quest, Vert | Bottes de pluie 14’’ isolée, en caoutchouc naturel"><noscript>
          <img src="//actoncanada.ca/cdn/shop/files/image1_ad49a7f81b9aabaed459ceec3e827a24ad17e9d1_600x.jpg?v=1774362467" alt="Quest, Vert | Bottes de pluie 14’’ isolée, en caoutchouc naturel">
        </noscript>
      </div>
    </a><div class="product-item__info">
    <div class="product-item__info-inner">
  
  

<a href="/products/quest-vert-bottes-de-pluie-14-isolee-en-caoutchouc-naturel" class="product-item__title text--strong link">Quest, Vert | Bottes de pluie 14’’ isolée, en caoutchouc naturel</a><div class="product-item__price-list price-list"><span class="price">
          <span class="visually-hidden">Prix ​​de vente</span>
          
          
          159.99 $
        </span></div>
</div></div>
</div><div class="product-item product-item--vertical  1/4--lap 1/5--desk 1/6--wide"><a href="/products/freestyle-kick-tan-souliers-de-travail-urbain-6" class="product-item__image-wrapper "><div class="aspect-ratio aspect-ratio--square" style="padding-bottom: 113.33333333333333%">
        <img class="product-item__primary-image lazyload image--fade-in" data-media-id="38786783609087" data-src="//actoncanada.ca/cdn/shop/files/image1_3f8a8e139941c33553c21bd7b70cba0498e63a3e_{width}x.jpg?v=1767798437" data-sizes="auto" data-widths="[200,300,400,500,600,700,800]" alt="Freestyle Kick, Tan | Souliers de travail urbain 6&#39;&#39;"><noscript>
          <img src="//actoncanada.ca/cdn/shop/files/image1_3f8a8e139941c33553c21bd7b70cba0498e63a3e_600x.jpg?v=1767798437" alt="Freestyle Kick, Tan | Souliers de travail urbain 6&#39;&#39;">
        </noscript>
      </div>
    </a><div class="product-item__info">
    <div class="product-item__info-inner">
  
  

<a href="/products/freestyle-kick-tan-souliers-de-travail-urbain-6" class="product-item__title text--strong link">Freestyle Kick, Tan | Souliers de travail urbain 6''</a><div class="product-item__price-list price-list"><span class="price">
          <span class="visually-hidden">Prix ​​de vente</span>
          
          
          169.99 $
        </span></div>
</div></div>
</div><div class="product-item product-item--vertical  1/4--lap 1/5--desk 1/6--wide"><a href="/products/freestyle-kick-gris-et-kaki-souliers-de-travail-urbain-6" class="product-item__image-wrapper "><div class="aspect-ratio aspect-ratio--square" style="padding-bottom: 113.33333333333333%">
        <img class="product-item__primary-image lazyload image--fade-in" data-media-id="38786783903999" data-src="//actoncanada.ca/cdn/shop/files/image1_f9fdf1da87c799627176da11c0619d15473322ae_{width}x.jpg?v=1767798442" data-sizes="auto" data-widths="[200,300,400,500,600,700,800]" alt="Freestyle Kick, Gris et Kaki | Souliers de travail urbain 6&#39;&#39;"><noscript>
          <img src="//actoncanada.ca/cdn/shop/files/image1_f9fdf1da87c799627176da11c0619d15473322ae_600x.jpg?v=1767798442" alt="Freestyle Kick, Gris et Kaki | Souliers de travail urbain 6&#39;&#39;">
        </noscript>
      </div>
    </a><div class="product-item__info">
    <div class="product-item__info-inner">
  
  

<a href="/products/freestyle-kick-gris-et-kaki-souliers-de-travail-urbain-6" class="product-item__title text--strong link">Freestyle Kick, Gris et Kaki | Souliers de travail urbain 6''</a><div class="product-item__price-list price-list"><span class="price">
          <span class="visually-hidden">Prix ​​de vente</span>
          
          
          169.99 $
        </span></div>
</div></div>
</div><div class="product-item product-item--vertical  1/4--lap 1/5--desk 1/6--wide"><a href="/products/squishy-noir-botte-de-pluie-eva-enfant-doublure-amovible-isolee" class="product-item__image-wrapper "><div class="aspect-ratio aspect-ratio--square" style="padding-bottom: 113.33333333333333%">
        <img class="product-item__primary-image lazyload image--fade-in" data-media-id="38145213366527" data-src="//actoncanada.ca/cdn/shop/files/image1_b7d86fe483fe2e05b96fe9481f66bc43a0c44dd4_{width}x.jpg?v=1760624092" data-sizes="auto" data-widths="[200,300,400,500,600,700,800]" alt="Squishy, Noir | Botte de pluie EVA enfant, doublure amovible isolée"><noscript>
          <img src="//actoncanada.ca/cdn/shop/files/image1_b7d86fe483fe2e05b96fe9481f66bc43a0c44dd4_600x.jpg?v=1760624092" alt="Squishy, Noir | Botte de pluie EVA enfant, doublure amovible isolée">
        </noscript>
      </div>
    </a><div class="product-item__info">
    <div class="product-item__info-inner">
  
  

<a href="/products/squishy-noir-botte-de-pluie-eva-enfant-doublure-amovible-isolee" class="product-item__title text--strong link">Squishy, Noir | Botte de pluie EVA enfant, doublure amovible isolée</a><div class="product-item__price-list price-list"><span class="price">
          <span class="visually-hidden">Prix ​​de vente</span>
          
          
          69.99 $
        </span></div>
</div></div>
</div><div class="product-item product-item--vertical  1/4--lap 1/5--desk 1/6--wide"><a href="/products/squishy-lavande-botte-de-pluie-eva-enfant-doublure-amovible-isolee" class="product-item__image-wrapper "><div class="aspect-ratio aspect-ratio--square" style="padding-bottom: 113.33333333333333%">
        <img class="product-item__primary-image lazyload image--fade-in" data-media-id="38170291765503" data-src="//actoncanada.ca/cdn/shop/files/image1_2d7cbb2f4a8e42ccc1366e060b8798c45fa2bd14_{width}x.jpg?v=1760624898" data-sizes="auto" data-widths="[200,300,400,500,600,700,800]" alt="Squishy, Lavande | Botte de pluie EVA enfant, doublure amovible isolée"><noscript>
          <img src="//actoncanada.ca/cdn/shop/files/image1_2d7cbb2f4a8e42ccc1366e060b8798c45fa2bd14_600x.jpg?v=1760624898" alt="Squishy, Lavande | Botte de pluie EVA enfant, doublure amovible isolée">
        </noscript>
      </div>
    </a><div class="product-item__info">
    <div class="product-item__info-inner">
  
  

<a href="/products/squishy-lavande-botte-de-pluie-eva-enfant-doublure-amovible-isolee" class="product-item__title text--strong link">Squishy, Lavande | Botte de pluie EVA enfant, doublure amovible isolée</a><div class="product-item__price-list price-list"><span class="price">
          <span class="visually-hidden">Prix ​​de vente</span>
          
          
          69.99 $
        </span></div>
</div></div>
</div><div class="product-item product-item--vertical  1/4--lap 1/5--desk 1/6--wide"><a href="/products/squishy-rose-botte-de-pluie-eva-enfant-doublure-amovible-isolee" class="product-item__image-wrapper "><div class="aspect-ratio aspect-ratio--square" style="padding-bottom: 113.33333333333333%">
        <img class="product-item__primary-image lazyload image--fade-in" data-media-id="38145213497599" data-src="//actoncanada.ca/cdn/shop/files/image1_021c5710d6e5c5bfab81f88007817fa50d7a4671_{width}x.jpg?v=1760624892" data-sizes="auto" data-widths="[200,300,400,500,600,700,800]" alt="Squishy, Rose | Botte de pluie EVA enfant, doublure amovible isolée"><noscript>
          <img src="//actoncanada.ca/cdn/shop/files/image1_021c5710d6e5c5bfab81f88007817fa50d7a4671_600x.jpg?v=1760624892" alt="Squishy, Rose | Botte de pluie EVA enfant, doublure amovible isolée">
        </noscript>
      </div>
    </a><div class="product-item__info">
    <div class="product-item__info-inner">
  
  

<a href="/products/squishy-rose-botte-de-pluie-eva-enfant-doublure-amovible-isolee" class="product-item__title text--strong link">Squishy, Rose | Botte de pluie EVA enfant, doublure amovible isolée</a><div class="product-item__price-list price-list"><span class="price">
          <span class="visually-hidden">Prix ​​de vente</span>
          
          
          69.99 $
        </span></div>
</div></div>
</div><div class="product-item product-item--vertical  1/4--lap 1/5--desk 1/6--wide"><a href="/products/squishy-taupe-botte-de-pluie-eva-enfant-doublure-amovible-isolee" class="product-item__image-wrapper "><div class="aspect-ratio aspect-ratio--square" style="padding-bottom: 113.33333333333333%">
        <img class="product-item__primary-image lazyload image--fade-in" data-media-id="38145213432063" data-src="//actoncanada.ca/cdn/shop/files/image1_3ce1f430fe51c42b77a981e9373d9d8e3212aebf_{width}x.jpg?v=1760624887" data-sizes="auto" data-widths="[200,300,400,500,600,700,800]" alt="Squishy, Taupe | Botte de pluie EVA enfant, doublure amovible isolée"><noscript>
          <img src="//actoncanada.ca/cdn/shop/files/image1_3ce1f430fe51c42b77a981e9373d9d8e3212aebf_600x.jpg?v=1760624887" alt="Squishy, Taupe | Botte de pluie EVA enfant, doublure amovible isolée">
        </noscript>
      </div>
    </a><div class="product-item__info">
    <div class="product-item__info-inner">
  
  

<a href="/products/squishy-taupe-botte-de-pluie-eva-enfant-doublure-amovible-isolee" class="product-item__title text--strong link">Squishy, Taupe | Botte de pluie EVA enfant, doublure amovible isolée</a><div class="product-item__price-list price-list"><span class="price">
          <span class="visually-hidden">Prix ​​de vente</span>
          
          
          69.99 $
        </span></div>
</div></div>
</div><div class="product-item product-item--vertical  1/4--lap 1/5--desk 1/6--wide"><a href="/products/profusion-2-0-noir-souliers-de-travail-athletique-sans-metal" class="product-item__image-wrapper "><div class="aspect-ratio aspect-ratio--square" style="padding-bottom: 113.33333333333333%">
        <img class="product-item__primary-image lazyload image--fade-in" data-media-id="37976865603839" data-src="//actoncanada.ca/cdn/shop/files/image1_a603e8d8ab8b8749ebc4545b2a1932dd783b2bec_{width}x.jpg?v=1759480533" data-sizes="auto" data-widths="[200,300,400,500,600,700,800]" alt="Profusion 2.0, Noir | Souliers de travail athlétique | Sans métal"><noscript>
          <img src="//actoncanada.ca/cdn/shop/files/image1_a603e8d8ab8b8749ebc4545b2a1932dd783b2bec_600x.jpg?v=1759480533" alt="Profusion 2.0, Noir | Souliers de travail athlétique | Sans métal">
        </noscript>
      </div>
    </a><div class="product-item__info">
    <div class="product-item__info-inner">
  
  

<a href="/products/profusion-2-0-noir-souliers-de-travail-athletique-sans-metal" class="product-item__title text--strong link">Profusion 2.0, Noir | Souliers de travail athlétique | Sans métal</a><div class="product-item__price-list price-list"><span class="price">
          <span class="visually-hidden">Prix ​​de vente</span>
          
          
          119.99 $
        </span></div>
</div></div>
</div><div class="product-item product-item--vertical  1/4--lap 1/5--desk 1/6--wide"><a href="/products/protect8-tan-bottes-de-travail-8-en-cuir" class="product-item__image-wrapper "><div class="aspect-ratio aspect-ratio--square" style="padding-bottom: 113.33333333333333%">
        <img class="product-item__primary-image lazyload image--fade-in" data-media-id="38286939619583" data-src="//actoncanada.ca/cdn/shop/files/image1_4b145ba5747531ff0bc0ab1ecbac26e8bc5eabd4_{width}x.jpg?v=1759480587" data-sizes="auto" data-widths="[200,300,400,500,600,700,800]" alt="Protect8, Tan | Bottes de travail 8&quot; en cuir"><noscript>
          <img src="//actoncanada.ca/cdn/shop/files/image1_4b145ba5747531ff0bc0ab1ecbac26e8bc5eabd4_600x.jpg?v=1759480587" alt="Protect8, Tan | Bottes de travail 8&quot; en cuir">
        </noscript>
      </div>
    </a><div class="product-item__info">
    <div class="product-item__info-inner">
  
  

<a href="/products/protect8-tan-bottes-de-travail-8-en-cuir" class="product-item__title text--strong link">Protect8, Tan | Bottes de travail 8" en cuir</a><div class="product-item__price-list price-list"><span class="price">
          <span class="visually-hidden">Prix ​​de vente</span>
          
          
          139.99 $
        </span></div>
</div></div>
</div><div class="product-item product-item--vertical  1/4--lap 1/5--desk 1/6--wide"><a href="/products/protec-noir-souliers-de-travail-en-cuir" class="product-item__image-wrapper "><div class="aspect-ratio aspect-ratio--square" style="padding-bottom: 113.33333333333333%">
        <img class="product-item__primary-image lazyload image--fade-in" data-media-id="37971849150719" data-src="//actoncanada.ca/cdn/shop/files/image1_4117b9b6abdc557b0be4521bf831361f684b8184_{width}x.jpg?v=1762290714" data-sizes="auto" data-widths="[200,300,400,500,600,700,800]" alt="Protec, Noir | Souliers de travail en cuir"><noscript>
          <img src="//actoncanada.ca/cdn/shop/files/image1_4117b9b6abdc557b0be4521bf831361f684b8184_600x.jpg?v=1762290714" alt="Protec, Noir | Souliers de travail en cuir">
        </noscript>
      </div>
    </a><div class="product-item__info">
    <div class="product-item__info-inner">
  
  

<a href="/products/protec-noir-souliers-de-travail-en-cuir" class="product-item__title text--strong link">Protec, Noir | Souliers de travail en cuir</a><div class="product-item__price-list price-list"><span class="price">
          <span class="visually-hidden">Prix ​​de vente</span>
          
          
          99.99 $
        </span></div>
</div></div>
</div></div>
        </div>
      </div></div><div id="modal-quick-view-template--17998491549951__featured_collection_F8epCg" class="modal" aria-hidden="true">
    <div class="modal__dialog modal__dialog--stretch" role="dialog">
      <button class="modal__close link" data-action="close-modal" title="Fermer"><svg focusable="false" class="icon icon--close
  
" viewBox="0 0 19 19" role="presentation">
      <path d="M9.1923882 8.39339828l7.7781745-7.7781746 1.4142136 1.41421357-7.7781746 7.77817459 7.7781746 7.77817456L16.9705627 19l-7.7781745-7.7781746L1.41421356 19 0 17.5857864l7.7781746-7.77817456L0 2.02943725 1.41421356.61522369 9.1923882 8.39339828z" fill="currentColor" fill-rule="evenodd"></path>
    </svg></button>

      <div class="modal__loader"><svg focusable="false" class="icon icon--search-loader
  
" viewBox="0 0 64 64" role="presentation">
      <path opacity=".4" d="M23.8589104 1.05290547C40.92335108-3.43614731 58.45816642 6.79494359 62.94709453 23.8589104c4.48905278 17.06444068-5.74156424 34.59913135-22.80600493 39.08818413S5.54195825 57.2055303 1.05290547 40.1410896C-3.43602265 23.0771228 6.7944697 5.54195825 23.8589104 1.05290547zM38.6146353 57.1445143c13.8647142-3.64731754 22.17719655-17.89443541 18.529879-31.75914961-3.64743965-13.86517841-17.8944354-22.17719655-31.7591496-18.529879S3.20804604 24.7494569 6.8554857 38.6146353c3.64731753 13.8647142 17.8944354 22.17719655 31.7591496 18.529879z"></path>
      <path d="M1.05290547 40.1410896l5.80258022-1.5264543c3.64731754 13.8647142 17.89443541 22.17719655 31.75914961 18.529879l1.5264543 5.80258023C23.07664892 67.43614731 5.54195825 57.2055303 1.05290547 40.1410896z"></path>
    </svg></div>

      <div class="modal__inner"></div>
    </div>
  </div>
</section>

</div><div id="shopify-section-template--17998491549951__662d9d58-4ec1-418a-bb62-503cff269afd" class="shopify-section"><section class="section section--rich-text section--text-centered section--text-regular section--handle" data-section-id="template--17998491549951__662d9d58-4ec1-418a-bb62-503cff269afd" data-section-type="rich-text">
  <div class="container"><h2 class="heading h1 ">CHAUSSURES DE TRAVAIL</h2><div class="rte">
</div>
  </div>
</section>

<style> #shopify-section-template--17998491549951__662d9d58-4ec1-418a-bb62-503cff269afd .container {margin-top: 90px;} </style></div><div id="shopify-section-template--17998491549951__21a47e0e-d9f1-4d33-9660-830bc07d9954" class="shopify-section"><section class="section section--no-margin" data-section-id="template--17998491549951__21a47e0e-d9f1-4d33-9660-830bc07d9954" data-section-type="promo-block">
  <div class="container"><div class="scroller">
        <div class="scroller__inner scroller__inner--higher">
          <div class="block-list"><div id="block-template--16052543062271__21a47e0e-d9f1-4d33-9660-830bc07d9954-16705297381fcdefdb-0" class="block-list__item block-list__item--2  1/2--tablet-and-up 1/3--desk" >
            <a href="/collections/souliers-travail" class="promo-block promo-block--bottom-left  promo-block--large"><div class="promo-block__image-clip">
                  <div class="promo-block__image-wrapper promo-block__image-wrapper--cover lazyload image--fade-in" data-bgset="//actoncanada.ca/cdn/shop/files/Section_Travail_-_Souliers_7711cb6a-8131-4c0d-a2c2-83e6f53df1d9_600x.jpg?v=1775561346 [--phone] | //actoncanada.ca/cdn/shop/files/Section_Travail_-_Souliers_7711cb6a-8131-4c0d-a2c2-83e6f53df1d9_800x.jpg?v=1775561346 800w, //actoncanada.ca/cdn/shop/files/Section_Travail_-_Souliers_7711cb6a-8131-4c0d-a2c2-83e6f53df1d9_1000x.jpg?v=1775561346 1000w, //actoncanada.ca/cdn/shop/files/Section_Travail_-_Souliers_7711cb6a-8131-4c0d-a2c2-83e6f53df1d9_1200x.jpg?v=1775561346 1200w"></div>
                </div><style>
                #block-template--16052543062271__21a47e0e-d9f1-4d33-9660-830bc07d9954-16705297381fcdefdb-0 .promo-block {
                  background-color: #ffffff;
                  color: #000000
                }

                #block-template--16052543062271__21a47e0e-d9f1-4d33-9660-830bc07d9954-16705297381fcdefdb-0 .button {
                  background: #ffffff;
                  color: #000000;
                }</style><noscript>
                  <style>
                    #block-template--16052543062271__21a47e0e-d9f1-4d33-9660-830bc07d9954-16705297381fcdefdb-0 .promo-block__image-wrapper {
                      background-image: url(//actoncanada.ca/cdn/shop/files/Section_Travail_-_Souliers_7711cb6a-8131-4c0d-a2c2-83e6f53df1d9_800x.jpg?v=1775561346);
                    }
                  </style>
                </noscript></a>
            
            <a class="promo-block__content--bottom"><p class="promo-block__heading heading">SOULIERS DE TRAVAIL</p></a></div><div id="block-template--16052543062271__21a47e0e-d9f1-4d33-9660-830bc07d9954-16705297381fcdefdb-1" class="block-list__item block-list__item--2  1/2--tablet-and-up 1/3--desk" >
            <a href="/collections/bottes-travail-6-pouces" class="promo-block promo-block--bottom-left  promo-block--large"><div class="promo-block__image-clip">
                  <div class="promo-block__image-wrapper promo-block__image-wrapper--cover lazyload image--fade-in" data-bgset="//actoncanada.ca/cdn/shop/files/Section_Travail_-_Bottes_6po_2d27e738-09e3-4965-a8a9-aaa06a62239c_600x.jpg?v=1775561376 [--phone] | //actoncanada.ca/cdn/shop/files/Section_Travail_-_Bottes_6po_2d27e738-09e3-4965-a8a9-aaa06a62239c_800x.jpg?v=1775561376 800w, //actoncanada.ca/cdn/shop/files/Section_Travail_-_Bottes_6po_2d27e738-09e3-4965-a8a9-aaa06a62239c_1000x.jpg?v=1775561376 1000w, //actoncanada.ca/cdn/shop/files/Section_Travail_-_Bottes_6po_2d27e738-09e3-4965-a8a9-aaa06a62239c_1200x.jpg?v=1775561376 1200w"></div>
                </div><style>
                #block-template--16052543062271__21a47e0e-d9f1-4d33-9660-830bc07d9954-16705297381fcdefdb-1 .promo-block {
                  background-color: #ffffff;
                  color: #000000
                }

                #block-template--16052543062271__21a47e0e-d9f1-4d33-9660-830bc07d9954-16705297381fcdefdb-1 .button {
                  background: #ffffff;
                  color: #000000;
                }</style><noscript>
                  <style>
                    #block-template--16052543062271__21a47e0e-d9f1-4d33-9660-830bc07d9954-16705297381fcdefdb-1 .promo-block__image-wrapper {
                      background-image: url(//actoncanada.ca/cdn/shop/files/Section_Travail_-_Bottes_6po_2d27e738-09e3-4965-a8a9-aaa06a62239c_800x.jpg?v=1775561376);
                    }
                  </style>
                </noscript></a>
            
            <a class="promo-block__content--bottom"><p class="promo-block__heading heading">BOTTES DE TRAVAIL 6&quot;</p></a></div><div id="block-template--16052543062271__21a47e0e-d9f1-4d33-9660-830bc07d9954-16705297381fcdefdb-2" class="block-list__item block-list__item--2  1/2--tablet-and-up 1/3--desk" >
            <a href="/collections/bottes-travail-8-pouces" class="promo-block promo-block--bottom-left  promo-block--large"><div class="promo-block__image-clip">
                  <div class="promo-block__image-wrapper promo-block__image-wrapper--cover lazyload image--fade-in" data-bgset="//actoncanada.ca/cdn/shop/files/Section_Travail_-_Bottes_9po_291b062f-9d0f-4a9c-b8d6-610c759ffb8d_600x.jpg?v=1775561412 [--phone] | //actoncanada.ca/cdn/shop/files/Section_Travail_-_Bottes_9po_291b062f-9d0f-4a9c-b8d6-610c759ffb8d_800x.jpg?v=1775561412 800w, //actoncanada.ca/cdn/shop/files/Section_Travail_-_Bottes_9po_291b062f-9d0f-4a9c-b8d6-610c759ffb8d_1000x.jpg?v=1775561412 1000w, //actoncanada.ca/cdn/shop/files/Section_Travail_-_Bottes_9po_291b062f-9d0f-4a9c-b8d6-610c759ffb8d_1200x.jpg?v=1775561412 1200w"></div>
                </div><style>
                #block-template--16052543062271__21a47e0e-d9f1-4d33-9660-830bc07d9954-16705297381fcdefdb-2 .promo-block {
                  background-color: #ffffff;
                  color: #000000
                }

                #block-template--16052543062271__21a47e0e-d9f1-4d33-9660-830bc07d9954-16705297381fcdefdb-2 .button {
                  background: #ffffff;
                  color: #000000;
                }</style><noscript>
                  <style>
                    #block-template--16052543062271__21a47e0e-d9f1-4d33-9660-830bc07d9954-16705297381fcdefdb-2 .promo-block__image-wrapper {
                      background-image: url(//actoncanada.ca/cdn/shop/files/Section_Travail_-_Bottes_9po_291b062f-9d0f-4a9c-b8d6-610c759ffb8d_800x.jpg?v=1775561412);
                    }
                  </style>
                </noscript></a>
            
            <a class="promo-block__content--bottom"><p class="promo-block__heading heading">BOTTES DE TRAVAIL 8&quot; ET +</p></a></div><div id="block-b14dbe30-d44a-4946-bd42-70cd959b1d64" class="block-list__item block-list__item--2  1/2--tablet-and-up 1/3--desk" >
            <a href="/collections/bottes-de-securite-isolees" class="promo-block promo-block--bottom-left  promo-block--large"><div class="promo-block__image-clip">
                  <div class="promo-block__image-wrapper promo-block__image-wrapper--cover lazyload image--fade-in" data-bgset="//actoncanada.ca/cdn/shop/files/Section_Travail_-_Bottes_isolees_f707e621-9812-41ee-b4bf-5bf53bd394d7_600x.jpg?v=1775561438 [--phone] | //actoncanada.ca/cdn/shop/files/Section_Travail_-_Bottes_isolees_f707e621-9812-41ee-b4bf-5bf53bd394d7_800x.jpg?v=1775561438 800w, //actoncanada.ca/cdn/shop/files/Section_Travail_-_Bottes_isolees_f707e621-9812-41ee-b4bf-5bf53bd394d7_1000x.jpg?v=1775561438 1000w, //actoncanada.ca/cdn/shop/files/Section_Travail_-_Bottes_isolees_f707e621-9812-41ee-b4bf-5bf53bd394d7_1200x.jpg?v=1775561438 1200w"></div>
                </div><style>
                #block-b14dbe30-d44a-4946-bd42-70cd959b1d64 .promo-block {
                  background-color: #000000;
                  color: #000000
                }

                #block-b14dbe30-d44a-4946-bd42-70cd959b1d64 .button {
                  background: #ffffff;
                  color: #000000;
                }</style><noscript>
                  <style>
                    #block-b14dbe30-d44a-4946-bd42-70cd959b1d64 .promo-block__image-wrapper {
                      background-image: url(//actoncanada.ca/cdn/shop/files/Section_Travail_-_Bottes_isolees_f707e621-9812-41ee-b4bf-5bf53bd394d7_800x.jpg?v=1775561438);
                    }
                  </style>
                </noscript></a>
            
            <a class="promo-block__content--bottom"><p class="promo-block__heading heading">BOTTES DE TRAVAIL ISOLÉES</p></a></div><div id="block-7dff3956-f95a-421e-93e4-91649c970698" class="block-list__item block-list__item--2  1/2--tablet-and-up 1/3--desk" >
            <a href="/collections/bottes-pluie" class="promo-block promo-block--bottom-left  promo-block--large"><div class="promo-block__image-clip">
                  <div class="promo-block__image-wrapper promo-block__image-wrapper--cover lazyload image--fade-in" data-bgset="//actoncanada.ca/cdn/shop/files/Section_Travail_-_Bottes_isolees_caoutchouc_1814dd18-278d-41fc-bef5-cfd4b17bd24d_600x.jpg?v=1775561505 [--phone] | //actoncanada.ca/cdn/shop/files/Section_Travail_-_Bottes_isolees_caoutchouc_1814dd18-278d-41fc-bef5-cfd4b17bd24d_800x.jpg?v=1775561505 800w, //actoncanada.ca/cdn/shop/files/Section_Travail_-_Bottes_isolees_caoutchouc_1814dd18-278d-41fc-bef5-cfd4b17bd24d_1000x.jpg?v=1775561505 1000w, //actoncanada.ca/cdn/shop/files/Section_Travail_-_Bottes_isolees_caoutchouc_1814dd18-278d-41fc-bef5-cfd4b17bd24d_1200x.jpg?v=1775561505 1200w"></div>
                </div><style>
                #block-7dff3956-f95a-421e-93e4-91649c970698 .promo-block {
                  background-color: #000000;
                  color: #000000
                }

                #block-7dff3956-f95a-421e-93e4-91649c970698 .button {
                  background: #ffffff;
                  color: #000000;
                }</style><noscript>
                  <style>
                    #block-7dff3956-f95a-421e-93e4-91649c970698 .promo-block__image-wrapper {
                      background-image: url(//actoncanada.ca/cdn/shop/files/Section_Travail_-_Bottes_isolees_caoutchouc_1814dd18-278d-41fc-bef5-cfd4b17bd24d_800x.jpg?v=1775561505);
                    }
                  </style>
                </noscript></a>
            
            <a class="promo-block__content--bottom"><p class="promo-block__heading heading">BOTTES DE CAOUTCHOUC DE TRAVAIL</p></a></div><div id="block-4bffc1ac-f0db-43f2-af1b-f92af2d642ea" class="block-list__item block-list__item--2  1/2--tablet-and-up 1/3--desk" >
            <a href="/collections/couvre-chaussures" class="promo-block promo-block--bottom-left  promo-block--large"><div class="promo-block__image-clip">
                  <div class="promo-block__image-wrapper promo-block__image-wrapper--cover lazyload image--fade-in" data-bgset="//actoncanada.ca/cdn/shop/files/Section_Travail_-_Couvre-chaussures_dcc5c079-20c9-4ac4-b04f-c93f8005d3fb_600x.jpg?v=1775561569 [--phone] | //actoncanada.ca/cdn/shop/files/Section_Travail_-_Couvre-chaussures_dcc5c079-20c9-4ac4-b04f-c93f8005d3fb_800x.jpg?v=1775561569 800w, //actoncanada.ca/cdn/shop/files/Section_Travail_-_Couvre-chaussures_dcc5c079-20c9-4ac4-b04f-c93f8005d3fb_1000x.jpg?v=1775561569 1000w, //actoncanada.ca/cdn/shop/files/Section_Travail_-_Couvre-chaussures_dcc5c079-20c9-4ac4-b04f-c93f8005d3fb_1200x.jpg?v=1775561569 1200w"></div>
                </div><style>
                #block-4bffc1ac-f0db-43f2-af1b-f92af2d642ea .promo-block {
                  background-color: #000000;
                  color: #000000
                }

                #block-4bffc1ac-f0db-43f2-af1b-f92af2d642ea .button {
                  background: #ffffff;
                  color: #000000;
                }</style><noscript>
                  <style>
                    #block-4bffc1ac-f0db-43f2-af1b-f92af2d642ea .promo-block__image-wrapper {
                      background-image: url(//actoncanada.ca/cdn/shop/files/Section_Travail_-_Couvre-chaussures_dcc5c079-20c9-4ac4-b04f-c93f8005d3fb_800x.jpg?v=1775561569);
                    }
                  </style>
                </noscript></a>
            
            <a class="promo-block__content--bottom"><p class="promo-block__heading heading">COUVRE-CHAUSSURES</p></a></div></div>
        </div>
      </div></div>
</section>

</div><div id="shopify-section-template--17998491549951__c6cf2294-8994-4961-b80b-0d40b38dd967" class="shopify-section"><section class="section section--rich-text section--text-centered section--text-regular section--handle" data-section-id="template--17998491549951__c6cf2294-8994-4961-b80b-0d40b38dd967" data-section-type="rich-text">
  <div class="container"><h2 class="heading h1 ">BOTTES POUR LA FAMILLE</h2><div class="rte">
</div>
  </div>
</section>

</div><div id="shopify-section-template--17998491549951__bb792107-9092-4f95-a0b9-bd92b77bc661" class="shopify-section"><section class="section section--no-margin" data-section-id="template--17998491549951__bb792107-9092-4f95-a0b9-bd92b77bc661" data-section-type="promo-block">
  <div class="container"><div class="scroller">
        <div class="scroller__inner scroller__inner--higher">
          <div class="block-list"><div id="block-template--16052543062271__bb792107-9092-4f95-a0b9-bd92b77bc661-1669640848f752a5ae-0" class="block-list__item block-list__item--2  1/2--tablet-and-up 1/3--desk" >
            <a href="/collections/plein-air" class="promo-block promo-block--bottom-left  promo-block--large"><div class="promo-block__image-clip">
                  <div class="promo-block__image-wrapper promo-block__image-wrapper--cover lazyload image--fade-in" data-bgset="//actoncanada.ca/cdn/shop/files/Section_plein-air_-_Bottes_de_caoutchouc_d1f7b7b3-3397-47c2-afec-1e0a52117ac5_600x.jpg?v=1775561617 [--phone] | //actoncanada.ca/cdn/shop/files/Section_plein-air_-_Bottes_de_caoutchouc_d1f7b7b3-3397-47c2-afec-1e0a52117ac5_800x.jpg?v=1775561617 800w, //actoncanada.ca/cdn/shop/files/Section_plein-air_-_Bottes_de_caoutchouc_d1f7b7b3-3397-47c2-afec-1e0a52117ac5_1000x.jpg?v=1775561617 1000w, //actoncanada.ca/cdn/shop/files/Section_plein-air_-_Bottes_de_caoutchouc_d1f7b7b3-3397-47c2-afec-1e0a52117ac5_1200x.jpg?v=1775561617 1200w"></div>
                </div><style>
                #block-template--16052543062271__bb792107-9092-4f95-a0b9-bd92b77bc661-1669640848f752a5ae-0 .promo-block {
                  background-color: #e6e6e6;
                  color: #181818
                }

                #block-template--16052543062271__bb792107-9092-4f95-a0b9-bd92b77bc661-1669640848f752a5ae-0 .button {
                  background: #ffffff;
                  color: #181818;
                }</style><noscript>
                  <style>
                    #block-template--16052543062271__bb792107-9092-4f95-a0b9-bd92b77bc661-1669640848f752a5ae-0 .promo-block__image-wrapper {
                      background-image: url(//actoncanada.ca/cdn/shop/files/Section_plein-air_-_Bottes_de_caoutchouc_d1f7b7b3-3397-47c2-afec-1e0a52117ac5_800x.jpg?v=1775561617);
                    }
                  </style>
                </noscript></a>
            
            <a class="promo-block__content--bottom"><p class="promo-block__heading heading">BOTTES DE CAOUTCHOUC</p></a></div><div id="block-template--16052543062271__bb792107-9092-4f95-a0b9-bd92b77bc661-1669640848f752a5ae-1" class="block-list__item block-list__item--2  1/2--tablet-and-up 1/3--desk" >
            <a href="/collections/bottes-dhiver-hommes" class="promo-block promo-block--bottom-left  promo-block--large"><div class="promo-block__image-clip">
                  <div class="promo-block__image-wrapper promo-block__image-wrapper--cover lazyload image--fade-in" data-bgset="//actoncanada.ca/cdn/shop/files/Section_plein-air_-_Bottes_pour_hommes_a7d44ef7-693c-43a1-9dc5-dcd317b893dc_600x.jpg?v=1775561678 [--phone] | //actoncanada.ca/cdn/shop/files/Section_plein-air_-_Bottes_pour_hommes_a7d44ef7-693c-43a1-9dc5-dcd317b893dc_800x.jpg?v=1775561678 800w, //actoncanada.ca/cdn/shop/files/Section_plein-air_-_Bottes_pour_hommes_a7d44ef7-693c-43a1-9dc5-dcd317b893dc_1000x.jpg?v=1775561678 1000w, //actoncanada.ca/cdn/shop/files/Section_plein-air_-_Bottes_pour_hommes_a7d44ef7-693c-43a1-9dc5-dcd317b893dc_1200x.jpg?v=1775561678 1200w"></div>
                </div><style>
                #block-template--16052543062271__bb792107-9092-4f95-a0b9-bd92b77bc661-1669640848f752a5ae-1 .promo-block {
                  background-color: #e6e6e6;
                  color: #181818
                }

                #block-template--16052543062271__bb792107-9092-4f95-a0b9-bd92b77bc661-1669640848f752a5ae-1 .button {
                  background: #ffffff;
                  color: #181818;
                }</style><noscript>
                  <style>
                    #block-template--16052543062271__bb792107-9092-4f95-a0b9-bd92b77bc661-1669640848f752a5ae-1 .promo-block__image-wrapper {
                      background-image: url(//actoncanada.ca/cdn/shop/files/Section_plein-air_-_Bottes_pour_hommes_a7d44ef7-693c-43a1-9dc5-dcd317b893dc_800x.jpg?v=1775561678);
                    }
                  </style>
                </noscript></a>
            
            <a class="promo-block__content--bottom"><p class="promo-block__heading heading">BOTTES D&#39;HIVER HOMMES</p></a></div><div id="block-template--16052543062271__bb792107-9092-4f95-a0b9-bd92b77bc661-1669640848f752a5ae-2" class="block-list__item block-list__item--2  1/2--tablet-and-up 1/3--desk" >
            <a href="/collections/bottes-dhiver-femmes" class="promo-block promo-block--bottom-left  promo-block--large"><div class="promo-block__image-clip">
                  <div class="promo-block__image-wrapper promo-block__image-wrapper--cover lazyload image--fade-in" data-bgset="//actoncanada.ca/cdn/shop/files/Section_plein-air_-_Bottes_pour_femmes_a1cf4606-4ac8-4adb-9719-38a98f2770d4_600x.jpg?v=1757478944 [--phone] | //actoncanada.ca/cdn/shop/files/Section_plein-air_-_Bottes_pour_femmes_a1cf4606-4ac8-4adb-9719-38a98f2770d4_800x.jpg?v=1757478944 800w, //actoncanada.ca/cdn/shop/files/Section_plein-air_-_Bottes_pour_femmes_a1cf4606-4ac8-4adb-9719-38a98f2770d4_1000x.jpg?v=1757478944 1000w, //actoncanada.ca/cdn/shop/files/Section_plein-air_-_Bottes_pour_femmes_a1cf4606-4ac8-4adb-9719-38a98f2770d4_1200x.jpg?v=1757478944 1200w"></div>
                </div><style>
                #block-template--16052543062271__bb792107-9092-4f95-a0b9-bd92b77bc661-1669640848f752a5ae-2 .promo-block {
                  background-color: #e6e6e6;
                  color: #181818
                }

                #block-template--16052543062271__bb792107-9092-4f95-a0b9-bd92b77bc661-1669640848f752a5ae-2 .button {
                  background: #ffffff;
                  color: #181818;
                }</style><noscript>
                  <style>
                    #block-template--16052543062271__bb792107-9092-4f95-a0b9-bd92b77bc661-1669640848f752a5ae-2 .promo-block__image-wrapper {
                      background-image: url(//actoncanada.ca/cdn/shop/files/Section_plein-air_-_Bottes_pour_femmes_a1cf4606-4ac8-4adb-9719-38a98f2770d4_800x.jpg?v=1757478944);
                    }
                  </style>
                </noscript></a>
            
            <a class="promo-block__content--bottom"><p class="promo-block__heading heading">BOTTES D&#39;HIVER FEMMES</p></a></div><div id="block-55cf1d5d-e976-47a2-8f2c-6c809e8fe503" class="block-list__item block-list__item--2  1/2--tablet-and-up 1/3--desk" >
            <a href="/collections/bottes-dhiver-enfants" class="promo-block promo-block--bottom-left  promo-block--large"><div class="promo-block__image-clip">
                  <div class="promo-block__image-wrapper promo-block__image-wrapper--cover lazyload image--fade-in" data-bgset="//actoncanada.ca/cdn/shop/files/Section_plein-air_-_Bottes_pour_enfants_1966e58f-c5ec-436d-a4d7-e35e95a7d958_600x.jpg?v=1757479035 [--phone] | //actoncanada.ca/cdn/shop/files/Section_plein-air_-_Bottes_pour_enfants_1966e58f-c5ec-436d-a4d7-e35e95a7d958_800x.jpg?v=1757479035 800w, //actoncanada.ca/cdn/shop/files/Section_plein-air_-_Bottes_pour_enfants_1966e58f-c5ec-436d-a4d7-e35e95a7d958_1000x.jpg?v=1757479035 1000w, //actoncanada.ca/cdn/shop/files/Section_plein-air_-_Bottes_pour_enfants_1966e58f-c5ec-436d-a4d7-e35e95a7d958_1200x.jpg?v=1757479035 1200w"></div>
                </div><style>
                #block-55cf1d5d-e976-47a2-8f2c-6c809e8fe503 .promo-block {
                  background-color: #d1d1d4;
                  color: #ffffff
                }

                #block-55cf1d5d-e976-47a2-8f2c-6c809e8fe503 .button {
                  background: #ffffff;
                  color: #000000;
                }</style><noscript>
                  <style>
                    #block-55cf1d5d-e976-47a2-8f2c-6c809e8fe503 .promo-block__image-wrapper {
                      background-image: url(//actoncanada.ca/cdn/shop/files/Section_plein-air_-_Bottes_pour_enfants_1966e58f-c5ec-436d-a4d7-e35e95a7d958_800x.jpg?v=1757479035);
                    }
                  </style>
                </noscript></a>
            
            <a class="promo-block__content--bottom"><p class="promo-block__heading heading">BOTTES D&#39;HIVER ENFANTS</p></a></div><div id="block-e3ca5b08-4105-40f9-854c-9606567a1b52" class="block-list__item block-list__item--2  1/2--tablet-and-up 1/3--desk" >
            <a href="/collections/bottes-dhiver-bebe" class="promo-block promo-block--bottom-left  promo-block--large"><div class="promo-block__image-clip">
                  <div class="promo-block__image-wrapper promo-block__image-wrapper--cover lazyload image--fade-in" data-bgset="//actoncanada.ca/cdn/shop/files/Section_plein-air_-_Bottes_pour_bebes_a92075b5-c253-4282-a900-b23c4154679a_600x.jpg?v=1757479059 [--phone] | //actoncanada.ca/cdn/shop/files/Section_plein-air_-_Bottes_pour_bebes_a92075b5-c253-4282-a900-b23c4154679a_800x.jpg?v=1757479059 800w, //actoncanada.ca/cdn/shop/files/Section_plein-air_-_Bottes_pour_bebes_a92075b5-c253-4282-a900-b23c4154679a_1000x.jpg?v=1757479059 1000w, //actoncanada.ca/cdn/shop/files/Section_plein-air_-_Bottes_pour_bebes_a92075b5-c253-4282-a900-b23c4154679a_1200x.jpg?v=1757479059 1200w"></div>
                </div><style>
                #block-e3ca5b08-4105-40f9-854c-9606567a1b52 .promo-block {
                  background-color: #d1d1d4;
                  color: #000000
                }

                #block-e3ca5b08-4105-40f9-854c-9606567a1b52 .button {
                  background: #ffffff;
                  color: #000000;
                }</style><noscript>
                  <style>
                    #block-e3ca5b08-4105-40f9-854c-9606567a1b52 .promo-block__image-wrapper {
                      background-image: url(//actoncanada.ca/cdn/shop/files/Section_plein-air_-_Bottes_pour_bebes_a92075b5-c253-4282-a900-b23c4154679a_800x.jpg?v=1757479059);
                    }
                  </style>
                </noscript></a>
            
            <a class="promo-block__content--bottom"><p class="promo-block__heading heading">BOTTES D&#39;HIVER BÉBÉS</p></a></div><div id="block-aa96e8b1-3351-47ce-bdf3-2eb0cd550972" class="block-list__item block-list__item--2  1/2--tablet-and-up 1/3--desk" >
            <a href="/collections/bottes-mi-saison-bebe" class="promo-block promo-block--bottom-left  promo-block--large"><div class="promo-block__image-clip">
                  <div class="promo-block__image-wrapper promo-block__image-wrapper--cover lazyload image--fade-in" data-bgset="//actoncanada.ca/cdn/shop/files/Section_plein-air_-_Duckies_1be652b5-f3aa-4a58-98f8-b04e210adb0c_600x.jpg?v=1757479087 [--phone] | //actoncanada.ca/cdn/shop/files/Section_plein-air_-_Duckies_1be652b5-f3aa-4a58-98f8-b04e210adb0c_800x.jpg?v=1757479087 800w, //actoncanada.ca/cdn/shop/files/Section_plein-air_-_Duckies_1be652b5-f3aa-4a58-98f8-b04e210adb0c_1000x.jpg?v=1757479087 1000w, //actoncanada.ca/cdn/shop/files/Section_plein-air_-_Duckies_1be652b5-f3aa-4a58-98f8-b04e210adb0c_1200x.jpg?v=1757479087 1200w"></div>
                </div><style>
                #block-aa96e8b1-3351-47ce-bdf3-2eb0cd550972 .promo-block {
                  background-color: #d1d1d4;
                  color: #ffffff
                }

                #block-aa96e8b1-3351-47ce-bdf3-2eb0cd550972 .button {
                  background: #ffffff;
                  color: #000000;
                }</style><noscript>
                  <style>
                    #block-aa96e8b1-3351-47ce-bdf3-2eb0cd550972 .promo-block__image-wrapper {
                      background-image: url(//actoncanada.ca/cdn/shop/files/Section_plein-air_-_Duckies_1be652b5-f3aa-4a58-98f8-b04e210adb0c_800x.jpg?v=1757479087);
                    }
                  </style>
                </noscript></a>
            
            <a class="promo-block__content--bottom"><p class="promo-block__heading heading">BOTTES MI-SAISON</p></a></div></div>
        </div>
      </div></div>
</section>

</div><div id="shopify-section-template--17998491549951__newsletter" class="shopify-section"><style>
  #shopify-section-template--17998491549951__newsletter {
    background: #f8fafb;
    color: #000000;
  }
</style>

<section class="section section--isolated section--tight section--text-centered" data-section-id="template--17998491549951__newsletter" data-section-type="newsletter">
  <div class="container container--giga-narrow"><h2 class="heading h3">15% DE RÉDUCTION</h2><div class="rte">
        <p>Inscrivez-vous dès aujourd’hui et obtenez 15% de rabais sur votre première commande + obtenez des offres exclusives et les dernières nouvelles de Acton.</p>
      </div><div class="newsletter newsletter--compact">
          <div class="form__input-row">
            
            <button class="button button--primary klaviyo_form_trigger">S&#39;inscrire</button>
          </div>
    </div>
  </div>
</section>

</div><div id="shopify-section-template--17998491549951__1652281753a4214e6d" class="shopify-section"><section class="section" data-section-id="template--17998491549951__1652281753a4214e6d" data-section-type="featured-collection" data-section-settings='{
  "stackable": false,
  "layout": "vertical"
}'><div class="container">
    <header class="section__header">
      <div class="section__header-stack">
        <h2 class="heading h1">PRODUITS POLULAIRES</h2>
      </div><a href="/collections/meilleur-vendeurs" class="section__action-link link">Afficher tout <svg focusable="false" class="icon icon--tail-right
  
" viewBox="0 0 24 24" role="presentation">
      <path fill="currentColor" d="M22.707 11.293L15 3.586 13.586 5l6 6H2c-.553 0-1 .448-1 1s.447 1 1 1h17.586l-6 6L15 20.414l7.707-7.707c.391-.391.391-1.023 0-1.414z"></path>
    </svg></a></header>
  </div>

  <div class="container "><div class="scroller">
        <div class="scroller__inner">
          <div class="product-list product-list--vertical product-list--scrollable"><div class="product-item product-item--vertical  1/4--lap 1/5--desk 1/6--wide"><a href="/products/duckies-noir-et-rose-bottes-enfant-mi-saison-impermeables" class="product-item__image-wrapper "><div class="aspect-ratio aspect-ratio--square" style="padding-bottom: 113.33333333333333%">
        <img class="product-item__primary-image lazyload image--fade-in" data-media-id="37881139822847" data-src="//actoncanada.ca/cdn/shop/files/image1_0b3a2e47b0ab7da3d0a5ef8e1e9ff701792efbe0_{width}x.jpg?v=1759480506" data-sizes="auto" data-widths="[200,300,400,500,600,700,800]" alt="Duckies, Noir et rose  | Bottes enfant mi-saison imperméables"><noscript>
          <img src="//actoncanada.ca/cdn/shop/files/image1_0b3a2e47b0ab7da3d0a5ef8e1e9ff701792efbe0_600x.jpg?v=1759480506" alt="Duckies, Noir et rose  | Bottes enfant mi-saison imperméables">
        </noscript>
      </div>
    </a><div class="product-item__info">
    <div class="product-item__info-inner">
  
  

<a href="/products/duckies-noir-et-rose-bottes-enfant-mi-saison-impermeables" class="product-item__title text--strong link">Duckies, Noir et rose  | Bottes enfant mi-saison imperméables</a><div class="product-item__price-list price-list"><span class="price">
          <span class="visually-hidden">Prix ​​de vente</span>
          
          
          64.99 $
        </span></div>
</div></div>
</div><div class="product-item product-item--vertical  1/4--lap 1/5--desk 1/6--wide"><a href="/products/squishy-noir-botte-de-pluie-eva-enfant-doublure-amovible-isolee" class="product-item__image-wrapper "><div class="aspect-ratio aspect-ratio--square" style="padding-bottom: 113.33333333333333%">
        <img class="product-item__primary-image lazyload image--fade-in" data-media-id="38145213366527" data-src="//actoncanada.ca/cdn/shop/files/image1_b7d86fe483fe2e05b96fe9481f66bc43a0c44dd4_{width}x.jpg?v=1760624092" data-sizes="auto" data-widths="[200,300,400,500,600,700,800]" alt="Squishy, Noir | Botte de pluie EVA enfant, doublure amovible isolée"><noscript>
          <img src="//actoncanada.ca/cdn/shop/files/image1_b7d86fe483fe2e05b96fe9481f66bc43a0c44dd4_600x.jpg?v=1760624092" alt="Squishy, Noir | Botte de pluie EVA enfant, doublure amovible isolée">
        </noscript>
      </div>
    </a><div class="product-item__info">
    <div class="product-item__info-inner">
  
  

<a href="/products/squishy-noir-botte-de-pluie-eva-enfant-doublure-amovible-isolee" class="product-item__title text--strong link">Squishy, Noir | Botte de pluie EVA enfant, doublure amovible isolée</a><div class="product-item__price-list price-list"><span class="price">
          <span class="visually-hidden">Prix ​​de vente</span>
          
          
          69.99 $
        </span></div>
</div></div>
</div><div class="product-item product-item--vertical  1/4--lap 1/5--desk 1/6--wide"><a href="/products/profile-brun-bottes-de-travail-6-en-cuir-facile-a-enfiler" class="product-item__image-wrapper "><div class="aspect-ratio aspect-ratio--square" style="padding-bottom: 113.33333333333333%">
        <img class="product-item__primary-image lazyload image--fade-in" data-media-id="38097427628287" data-src="//actoncanada.ca/cdn/shop/files/image1_dde40dcd62807bf3f8d5f0c5d146834c87cce27d_{width}x.jpg?v=1759480261" data-sizes="auto" data-widths="[200,300,400,500,600,700,800]" alt="Profile, Brun | Bottes de travail 6&quot; en cuir facile à enfiler"><noscript>
          <img src="//actoncanada.ca/cdn/shop/files/image1_dde40dcd62807bf3f8d5f0c5d146834c87cce27d_600x.jpg?v=1759480261" alt="Profile, Brun | Bottes de travail 6&quot; en cuir facile à enfiler">
        </noscript>
      </div>
    </a><div class="product-item__info">
    <div class="product-item__info-inner">
  
  

<a href="/products/profile-brun-bottes-de-travail-6-en-cuir-facile-a-enfiler" class="product-item__title text--strong link">Profile, Brun | Bottes de travail 6" en cuir facile à enfiler</a><div class="product-item__price-list price-list"><span class="price">
          <span class="visually-hidden">Prix ​​de vente</span>
          
          
          159.99 $
        </span></div>
</div></div>
</div><div class="product-item product-item--vertical  1/4--lap 1/5--desk 1/6--wide"><a href="/products/g3s-noir-bottes-de-travail-6-en-cuir-semelle-antiderapante-4grip" class="product-item__image-wrapper "><div class="aspect-ratio aspect-ratio--square" style="padding-bottom: 113.33333333333333%">
        <img class="product-item__primary-image lazyload image--fade-in" data-media-id="38097419305215" data-src="//actoncanada.ca/cdn/shop/files/image1_e75227164ea154b204c439861f37446a44d8acae_{width}x.jpg?v=1759480190" data-sizes="auto" data-widths="[200,300,400,500,600,700,800]" alt="G3S, Noir | Bottes de travail 6&quot; en cuir | Semelle antidérapante 4Grip"><noscript>
          <img src="//actoncanada.ca/cdn/shop/files/image1_e75227164ea154b204c439861f37446a44d8acae_600x.jpg?v=1759480190" alt="G3S, Noir | Bottes de travail 6&quot; en cuir | Semelle antidérapante 4Grip">
        </noscript>
      </div>
    </a><div class="product-item__info">
    <div class="product-item__info-inner">
  
  

<a href="/products/g3s-noir-bottes-de-travail-6-en-cuir-semelle-antiderapante-4grip" class="product-item__title text--strong link">G3S, Noir | Bottes de travail 6" en cuir | Semelle antidérapante 4Grip</a><div class="product-item__price-list price-list"><span class="price">
          <span class="visually-hidden">Prix ​​de vente</span>
          
          
          219.99 $
        </span></div>
</div></div>
</div><div class="product-item product-item--vertical  1/4--lap 1/5--desk 1/6--wide"><div class="product-item__label-list"><span class="product-label product-label--on-sale">SOLDE</span></div><a href="/products/g3u-brun-bottes-de-travail-8-en-cuir-avec-membrane-impermeable-1" class="product-item__image-wrapper "><div class="aspect-ratio aspect-ratio--square" style="padding-bottom: 113.33333333333333%">
        <img class="product-item__primary-image lazyload image--fade-in" data-media-id="38097426383103" data-src="//actoncanada.ca/cdn/shop/files/image1_301c4695273337f2573be6e903c866cb9a11869a_{width}x.jpg?v=1759480252" data-sizes="auto" data-widths="[200,300,400,500,600,700,800]" alt="G3U, Brun | Bottes de travail 8&#39;&#39; en cuir avec membrane imperméable"><noscript>
          <img src="//actoncanada.ca/cdn/shop/files/image1_301c4695273337f2573be6e903c866cb9a11869a_600x.jpg?v=1759480252" alt="G3U, Brun | Bottes de travail 8&#39;&#39; en cuir avec membrane imperméable">
        </noscript>
      </div>
    </a><div class="product-item__info">
    <div class="product-item__info-inner">
  
  

<a href="/products/g3u-brun-bottes-de-travail-8-en-cuir-avec-membrane-impermeable-1" class="product-item__title text--strong link">G3U, Brun | Bottes de travail 8'' en cuir avec membrane imperméable</a><div class="product-item__price-list price-list"><span class="price price--highlight">
            <span class="visually-hidden">Prix ​​de vente</span>
            
            
            139.99 $
          </span>

          <span class="price price--compare">
            <span class="visually-hidden">Prix ​​habituel</span>
            
            
            279.99 $
          </span></div>
</div></div>
</div><div class="product-item product-item--vertical  1/4--lap 1/5--desk 1/6--wide"><a href="/products/freestyle-kick-tan-souliers-de-travail-urbain-6" class="product-item__image-wrapper "><div class="aspect-ratio aspect-ratio--square" style="padding-bottom: 113.33333333333333%">
        <img class="product-item__primary-image lazyload image--fade-in" data-media-id="38786783609087" data-src="//actoncanada.ca/cdn/shop/files/image1_3f8a8e139941c33553c21bd7b70cba0498e63a3e_{width}x.jpg?v=1767798437" data-sizes="auto" data-widths="[200,300,400,500,600,700,800]" alt="Freestyle Kick, Tan | Souliers de travail urbain 6&#39;&#39;"><noscript>
          <img src="//actoncanada.ca/cdn/shop/files/image1_3f8a8e139941c33553c21bd7b70cba0498e63a3e_600x.jpg?v=1767798437" alt="Freestyle Kick, Tan | Souliers de travail urbain 6&#39;&#39;">
        </noscript>
      </div>
    </a><div class="product-item__info">
    <div class="product-item__info-inner">
  
  

<a href="/products/freestyle-kick-tan-souliers-de-travail-urbain-6" class="product-item__title text--strong link">Freestyle Kick, Tan | Souliers de travail urbain 6''</a><div class="product-item__price-list price-list"><span class="price">
          <span class="visually-hidden">Prix ​​de vente</span>
          
          
          169.99 $
        </span></div>
</div></div>
</div></div>
        </div>
      </div></div><div id="modal-quick-view-template--17998491549951__1652281753a4214e6d" class="modal" aria-hidden="true">
    <div class="modal__dialog modal__dialog--stretch" role="dialog">
      <button class="modal__close link" data-action="close-modal" title="Fermer"><svg focusable="false" class="icon icon--close
  
" viewBox="0 0 19 19" role="presentation">
      <path d="M9.1923882 8.39339828l7.7781745-7.7781746 1.4142136 1.41421357-7.7781746 7.77817459 7.7781746 7.77817456L16.9705627 19l-7.7781745-7.7781746L1.41421356 19 0 17.5857864l7.7781746-7.77817456L0 2.02943725 1.41421356.61522369 9.1923882 8.39339828z" fill="currentColor" fill-rule="evenodd"></path>
    </svg></button>

      <div class="modal__loader"><svg focusable="false" class="icon icon--search-loader
  
" viewBox="0 0 64 64" role="presentation">
      <path opacity=".4" d="M23.8589104 1.05290547C40.92335108-3.43614731 58.45816642 6.79494359 62.94709453 23.8589104c4.48905278 17.06444068-5.74156424 34.59913135-22.80600493 39.08818413S5.54195825 57.2055303 1.05290547 40.1410896C-3.43602265 23.0771228 6.7944697 5.54195825 23.8589104 1.05290547zM38.6146353 57.1445143c13.8647142-3.64731754 22.17719655-17.89443541 18.529879-31.75914961-3.64743965-13.86517841-17.8944354-22.17719655-31.7591496-18.529879S3.20804604 24.7494569 6.8554857 38.6146353c3.64731753 13.8647142 17.8944354 22.17719655 31.7591496 18.529879z"></path>
      <path d="M1.05290547 40.1410896l5.80258022-1.5264543c3.64731754 13.8647142 17.89443541 22.17719655 31.75914961 18.529879l1.5264543 5.80258023C23.07664892 67.43614731 5.54195825 57.2055303 1.05290547 40.1410896z"></path>
    </svg></div>

      <div class="modal__inner"></div>
    </div>
  </div>
</section>

</div><div id="shopify-section-template--17998491549951__12071c09-0033-46b7-9059-a053424d27c4" class="shopify-section"><section class="section" data-section-id="template--17998491549951__12071c09-0033-46b7-9059-a053424d27c4" data-section-type="html">
  <div class="container--flush"><div class="html rte">
      <br>
    </div>
  </div>
</section>

</div><div id="shopify-section-template--17998491549951__84b63286-384d-4bc8-9131-257806e2e5a7" class="shopify-section"><section class="section section--rich-text section--text-centered section--intro-about" data-section-id="template--17998491549951__84b63286-384d-4bc8-9131-257806e2e5a7" data-section-type="rich-text">
  <div class="container container--narrow"><h2 class="heading h1 ">DEPUIS 1928...</h2><div class="rte"><div class="col-list">
          <div class="col-item">
            <div class="main__image-newsletter"><img class="rte--img" width="auto" height="auto" src="https://cdn.shopify.com/s/files/1/1849/7727/files/Logo_Proudly_Canadian_FR.png" alt="entreprise de chez nous">
            </div>
          </div>
          <div class="col-item">
            <p>Passionnés depuis 1928… Ce qui inspire nos<br/>designers québécois, c’est votre quotidien; du moment où vous enfilez vos<br/>chaussures Acton le matin jusqu’à ce que vous les enleviez le soir. Notre<br/>promesse est de vous offrir des souliers et des bottes qui sont toujours à bon prix, toujours confortables et toujours durables. </p>
          </div>
        </div></div>
  </div>
</section>

<style> #shopify-section-template--17998491549951__84b63286-384d-4bc8-9131-257806e2e5a7 div.col-item::before {position: relative;} #shopify-section-template--17998491549951__84b63286-384d-4bc8-9131-257806e2e5a7 .col-item img {vertical-align: middle;} </style></div><div id="shopify-section-template--17998491549951__41949022-32bb-4db3-bc9a-f23c4a0dbf80" class="shopify-section"><section class="section section--rich-text section--text-centered section--text-regular section--handle" data-section-id="template--17998491549951__41949022-32bb-4db3-bc9a-f23c4a0dbf80" data-section-type="rich-text">
  <div class="container"><h2 class="heading h1 ">NOS COUPS DE CŒUR</h2><div class="rte">
</div>
  </div>
</section>

</div><div id="shopify-section-template--17998491549951__c2c9610b-e919-457a-a8e8-6c9cbc4b4731" class="shopify-section"><section class="section" data-section-id="template--17998491549951__c2c9610b-e919-457a-a8e8-6c9cbc4b4731" data-section-type="mosaic">
  <div  class="container"><div class="mosaic mosaic--medium mosaic--three-columns"><div class="mosaic__column">
            <div class="mosaic__item">
          <a href="/products/freestyle-kick-gris-et-kaki-souliers-de-travail-urbain-6" id="block-template--16639207309567__c2c9610b-e919-457a-a8e8-6c9cbc4b4731-16787989148e94a057-0" class="promo-block promo-block--bottom-left " ><div class="promo-block__image-clip">
              <div class="promo-block__image-wrapper promo-block__image-wrapper--cover lazyload image--fade-in" data-bgset="//actoncanada.ca/cdn/shop/files/2026-Printemps_IMG1_800x520_26ad6908-75ed-4646-8269-48b688267800_400x.jpg?v=1775561872 400w, //actoncanada.ca/cdn/shop/files/2026-Printemps_IMG1_800x520_26ad6908-75ed-4646-8269-48b688267800_600x.jpg?v=1775561872 600w, //actoncanada.ca/cdn/shop/files/2026-Printemps_IMG1_800x520_26ad6908-75ed-4646-8269-48b688267800_800x.jpg?v=1775561872 800w, //actoncanada.ca/cdn/shop/files/2026-Printemps_IMG1_800x520_26ad6908-75ed-4646-8269-48b688267800_1000x.jpg?v=1775561872 1000w, //actoncanada.ca/cdn/shop/files/2026-Printemps_IMG1_800x520_26ad6908-75ed-4646-8269-48b688267800_1200x.jpg?v=1775561872 1200w" data-sizes="auto"></div>
            </div>

            <div class="promo-block__inner"></div>

            <style>
              #block-template--16639207309567__c2c9610b-e919-457a-a8e8-6c9cbc4b4731-16787989148e94a057-0 {
                background-color: #f3f4f4;
                color: #4f5558
              }

              #block-template--16639207309567__c2c9610b-e919-457a-a8e8-6c9cbc4b4731-16787989148e94a057-0 .button {
                background: #4f5558;
                color: #f3f4f4;
              }</style><noscript>
                <style>
                  #block-template--16639207309567__c2c9610b-e919-457a-a8e8-6c9cbc4b4731-16787989148e94a057-0 .promo-block__image-wrapper {
                    background-image: url(//actoncanada.ca/cdn/shop/files/2026-Printemps_IMG1_800x520_26ad6908-75ed-4646-8269-48b688267800_800x.jpg?v=1775561872);
                  }
                </style>
              </noscript></a>
        </div>
            <div class="mosaic__item">
          <a href="/products/duckies-noir-et-rose-bottes-enfant-mi-saison-impermeables" id="block-template--16639207309567__c2c9610b-e919-457a-a8e8-6c9cbc4b4731-16787989148e94a057-1" class="promo-block promo-block--bottom-left " ><div class="promo-block__image-clip">
              <div class="promo-block__image-wrapper promo-block__image-wrapper--cover lazyload image--fade-in" data-bgset="//actoncanada.ca/cdn/shop/files/2026-Printemps_IMG2_800x520_adf6aa81-427e-48cd-a4f3-44a8d012957f_400x.jpg?v=1778673683 400w, //actoncanada.ca/cdn/shop/files/2026-Printemps_IMG2_800x520_adf6aa81-427e-48cd-a4f3-44a8d012957f_600x.jpg?v=1778673683 600w, //actoncanada.ca/cdn/shop/files/2026-Printemps_IMG2_800x520_adf6aa81-427e-48cd-a4f3-44a8d012957f_800x.jpg?v=1778673683 800w, //actoncanada.ca/cdn/shop/files/2026-Printemps_IMG2_800x520_adf6aa81-427e-48cd-a4f3-44a8d012957f_1000x.jpg?v=1778673683 1000w, //actoncanada.ca/cdn/shop/files/2026-Printemps_IMG2_800x520_adf6aa81-427e-48cd-a4f3-44a8d012957f_1200x.jpg?v=1778673683 1200w" data-sizes="auto"></div>
            </div>

            <div class="promo-block__inner"></div>

            <style>
              #block-template--16639207309567__c2c9610b-e919-457a-a8e8-6c9cbc4b4731-16787989148e94a057-1 {
                background-color: #f3f4f4;
                color: #4f5558
              }

              #block-template--16639207309567__c2c9610b-e919-457a-a8e8-6c9cbc4b4731-16787989148e94a057-1 .button {
                background: #4f5558;
                color: #f3f4f4;
              }</style><noscript>
                <style>
                  #block-template--16639207309567__c2c9610b-e919-457a-a8e8-6c9cbc4b4731-16787989148e94a057-1 .promo-block__image-wrapper {
                    background-image: url(//actoncanada.ca/cdn/shop/files/2026-Printemps_IMG2_800x520_adf6aa81-427e-48cd-a4f3-44a8d012957f_800x.jpg?v=1778673683);
                  }
                </style>
              </noscript></a>
        </div>
          </div>

          <div class="mosaic__column">
            <div class="mosaic__item">
          <a href="https://actoncanada.ca/search?type=product&options%5Bprefix%5D=last&options%5Bunavailable_products%5D=last&q=squishy" id="block-template--16639207309567__c2c9610b-e919-457a-a8e8-6c9cbc4b4731-16787989148e94a057-2" class="promo-block promo-block--bottom-left " ><div class="promo-block__image-clip">
              <div class="promo-block__image-wrapper promo-block__image-wrapper--cover lazyload image--fade-in" data-bgset="//actoncanada.ca/cdn/shop/files/2026-Printemps_IMG3_1100x1100_872aca32-ea72-42b1-984f-e05a296a75b3_400x.jpg?v=1778673606 400w, //actoncanada.ca/cdn/shop/files/2026-Printemps_IMG3_1100x1100_872aca32-ea72-42b1-984f-e05a296a75b3_600x.jpg?v=1778673606 600w, //actoncanada.ca/cdn/shop/files/2026-Printemps_IMG3_1100x1100_872aca32-ea72-42b1-984f-e05a296a75b3_800x.jpg?v=1778673606 800w, //actoncanada.ca/cdn/shop/files/2026-Printemps_IMG3_1100x1100_872aca32-ea72-42b1-984f-e05a296a75b3_1000x.jpg?v=1778673606 1000w, //actoncanada.ca/cdn/shop/files/2026-Printemps_IMG3_1100x1100_872aca32-ea72-42b1-984f-e05a296a75b3_1200x.jpg?v=1778673606 1200w" data-sizes="auto"></div>
            </div>

            <div class="promo-block__inner"></div>

            <style>
              #block-template--16639207309567__c2c9610b-e919-457a-a8e8-6c9cbc4b4731-16787989148e94a057-2 {
                background-color: #f3f4f4;
                color: #4f5558
              }

              #block-template--16639207309567__c2c9610b-e919-457a-a8e8-6c9cbc4b4731-16787989148e94a057-2 .button {
                background: #002d74;
                color: #ffffff;
              }</style><noscript>
                <style>
                  #block-template--16639207309567__c2c9610b-e919-457a-a8e8-6c9cbc4b4731-16787989148e94a057-2 .promo-block__image-wrapper {
                    background-image: url(//actoncanada.ca/cdn/shop/files/2026-Printemps_IMG3_1100x1100_872aca32-ea72-42b1-984f-e05a296a75b3_800x.jpg?v=1778673606);
                  }
                </style>
              </noscript></a>
        </div>
          </div>

          <div class="mosaic__column">
            <div class="mosaic__item">
          <a href="https://actoncanada.ca/search?type=product&options%5Bprefix%5D=last&options%5Bunavailable_products%5D=last&q=all+terrain" id="block-template--16639207309567__c2c9610b-e919-457a-a8e8-6c9cbc4b4731-16787989148e94a057-3" class="promo-block promo-block--bottom-left " ><div class="promo-block__image-clip">
              <div class="promo-block__image-wrapper promo-block__image-wrapper--cover lazyload image--fade-in" data-bgset="//actoncanada.ca/cdn/shop/files/2025-automne_IMG4_800x520_2aa7cd91-8f92-4e01-87fb-1cd9101c195f_400x.jpg?v=1757479997 400w, //actoncanada.ca/cdn/shop/files/2025-automne_IMG4_800x520_2aa7cd91-8f92-4e01-87fb-1cd9101c195f_600x.jpg?v=1757479997 600w, //actoncanada.ca/cdn/shop/files/2025-automne_IMG4_800x520_2aa7cd91-8f92-4e01-87fb-1cd9101c195f_800x.jpg?v=1757479997 800w, //actoncanada.ca/cdn/shop/files/2025-automne_IMG4_800x520_2aa7cd91-8f92-4e01-87fb-1cd9101c195f_1000x.jpg?v=1757479997 1000w, //actoncanada.ca/cdn/shop/files/2025-automne_IMG4_800x520_2aa7cd91-8f92-4e01-87fb-1cd9101c195f_1200x.jpg?v=1757479997 1200w" data-sizes="auto"></div>
            </div>

            <div class="promo-block__inner"></div>

            <style>
              #block-template--16639207309567__c2c9610b-e919-457a-a8e8-6c9cbc4b4731-16787989148e94a057-3 {
                background-color: #f3f4f4;
                color: #4f5558
              }

              #block-template--16639207309567__c2c9610b-e919-457a-a8e8-6c9cbc4b4731-16787989148e94a057-3 .button {
                background: #4f5558;
                color: #f3f4f4;
              }</style><noscript>
                <style>
                  #block-template--16639207309567__c2c9610b-e919-457a-a8e8-6c9cbc4b4731-16787989148e94a057-3 .promo-block__image-wrapper {
                    background-image: url(//actoncanada.ca/cdn/shop/files/2025-automne_IMG4_800x520_2aa7cd91-8f92-4e01-87fb-1cd9101c195f_800x.jpg?v=1757479997);
                  }
                </style>
              </noscript></a>
        </div>
            <div class="mosaic__item">
          <a href="/products/g3g-noir-bottes-de-travail-6-protection-metatarsienne-externe" id="block-template--16639207309567__c2c9610b-e919-457a-a8e8-6c9cbc4b4731-16787989148e94a057-4" class="promo-block promo-block--bottom-left " ><div class="promo-block__image-clip">
              <div class="promo-block__image-wrapper promo-block__image-wrapper--cover lazyload image--fade-in" data-bgset="//actoncanada.ca/cdn/shop/files/2026-Printemps_IMG5_800x520_d7e301dc-052e-4cf0-aa58-be25c5032972_400x.jpg?v=1775562004 400w, //actoncanada.ca/cdn/shop/files/2026-Printemps_IMG5_800x520_d7e301dc-052e-4cf0-aa58-be25c5032972_600x.jpg?v=1775562004 600w, //actoncanada.ca/cdn/shop/files/2026-Printemps_IMG5_800x520_d7e301dc-052e-4cf0-aa58-be25c5032972_800x.jpg?v=1775562004 800w, //actoncanada.ca/cdn/shop/files/2026-Printemps_IMG5_800x520_d7e301dc-052e-4cf0-aa58-be25c5032972_1000x.jpg?v=1775562004 1000w, //actoncanada.ca/cdn/shop/files/2026-Printemps_IMG5_800x520_d7e301dc-052e-4cf0-aa58-be25c5032972_1200x.jpg?v=1775562004 1200w" data-sizes="auto"></div>
            </div>

            <div class="promo-block__inner"></div>

            <style>
              #block-template--16639207309567__c2c9610b-e919-457a-a8e8-6c9cbc4b4731-16787989148e94a057-4 {
                background-color: #f3f4f4;
                color: #4f5558
              }

              #block-template--16639207309567__c2c9610b-e919-457a-a8e8-6c9cbc4b4731-16787989148e94a057-4 .button {
                background: #4f5558;
                color: #f3f4f4;
              }</style><noscript>
                <style>
                  #block-template--16639207309567__c2c9610b-e919-457a-a8e8-6c9cbc4b4731-16787989148e94a057-4 .promo-block__image-wrapper {
                    background-image: url(//actoncanada.ca/cdn/shop/files/2026-Printemps_IMG5_800x520_d7e301dc-052e-4cf0-aa58-be25c5032972_800x.jpg?v=1775562004);
                  }
                </style>
              </noscript></a>
        </div>
          </div></div>
  </div>
</section>

</div><div id="shopify-section-template--17998491549951__ba371090-df5f-42dd-91d5-016becbafb54" class="shopify-section"><section class="section section--tight" data-section-id="template--17998491549951__ba371090-df5f-42dd-91d5-016becbafb54" data-section-type="text-with-icons">
  <div class="container container--flush">
    <div class="text-with-icons "><div class="text-with-icons__item " data-block-index="0" ><a href="/pages/livraison-et-retour-1"><div class="text-with-icons__content-wrapper  ">
              <div class="text-icon__wrapper ">
    <svg id="a" xmlns="http://www.w3.org/2000/svg" width="64.08" height="35.87" viewBox="0 0 64.08 35.87">
      <circle cx="20.24" cy="30.89" r="3.99" fill="none" stroke="#232323" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/><circle cx="54.12" cy="30.89" r="3.99" fill="none" stroke="#232323" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/><path d="M62.68,17.55l-8.96-11.78c-.38-.5-.97-.79-1.58-.79h-6.98V30.89h4.98c0-2.2,1.78-3.99,3.99-3.99s3.99,1.78,3.99,3.99h2.99c1.1,0,1.99-.9,1.99-1.99v-10.14c0-.44-.14-.86-.41-1.21Z" fill="none" stroke="#232323" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/><polygon points="56.15 8.97 49.13 8.97 49.13 18.09 63.08 18.09 56.15 8.97" fill="none" stroke="#232323" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/><path d="M11.27,30.89h4.98c0-2.2,1.78-3.99,3.99-3.99s3.99,1.78,3.99,3.99h20.92V1H11.27V13.79" fill="none" stroke="#232323" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/><path d="M23.67,22.52H7s-.06-.02-.06-.05,.03-.05,.06-.05H23.67s.06,.02,.06,.05-.03,.05-.06,.05Z" fill="none" stroke="#232323" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/><path d="M17.72,14.12H1.06s-.06-.02-.06-.05,.03-.05,.06-.05H17.72s.06,.02,.06,.05-.03,.05-.06,.05Z" fill="none" stroke="#232323" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/>
    </svg>
  </div><p class="text-with-icons__title text--strong">LIVRAISON ET RETOURS</p><div class="text-with-icons__content rte">
                  <p>Livraison gratuite dès 100$ + retours gratuits*</p>
                </div></div></a></div><div class="text-with-icons__item " data-block-index="1" ><a href="/products/carte-cadeau-acton-canada"><div class="text-with-icons__content-wrapper  ">
              <div class="text-icon__wrapper ">
    <svg id="a" xmlns="http://www.w3.org/2000/svg" width="64.08" height="35.87" viewBox="-7.5 0 64.08 35.87">
      <rect x=".99" y=".99" width="47.69" height="31.8" rx="3.97" ry="3.97" fill="none" stroke="#323232" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/><g><rect x="18.83" y="15.08" width=".1" height="17.71" fill="none" stroke="#323232" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/><rect x="18.83" y=".99" width=".1" height="8.67" fill="none" stroke="#323232" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/><rect x=".99" y="12.32" width="5.96" height=".1" fill="none" stroke="#323232" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/><rect x="30.8" y="12.32" width="17.88" height=".1" fill="none" stroke="#323232" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/></g><g><path d="M21.59,12.37c0,1.5-1.21,2.71-2.71,2.71s-2.71-1.21-2.71-2.71,1.21-2.71,2.71-2.71,2.71,1.21,2.71,2.71Z" fill="none" stroke="#323232" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/><g><path d="M25.92,12.37c-1.34,0-3.33,1.35-4.64,2.7,1.31,1.35,3.29,2.71,4.64,2.71,1.81,0,3.38-1.09,4.22-2.71-.84-1.62-2.41-2.71-4.22-2.71h0Z" fill="none" stroke="#323232" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/><path d="M30.61,13.84l.03-.12c.04-.17,.07-.35,.1-.53,0-.06,.02-.11,.02-.17,.02-.22,.04-.44,.04-.67,0-.56-.08-1.1-.22-1.61s-.35-.98-.62-1.42c-.26-.44-.58-.82-.94-1.15-.24-.22-.5-.42-.78-.59-.14-.08-.28-.16-.43-.23-.59-.28-1.22-.43-1.9-.43-.4,0-.85,.12-1.33,.32s-.97,.49-1.46,.82c-.95,.66-1.86,1.5-2.46,2.27,.56,.5,.91,1.21,.91,2.02s-.36,1.52-.91,2.02c.17,.21,.36,.44,.58,.66l.04,.04c1.31-1.35,3.3-2.7,4.64-2.7,1.81,0,3.38,1.09,4.22,2.71h0c.2-.39,.36-.8,.47-1.24Z" fill="none" stroke="#323232" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/><path d="M7.61,15.08c.84,1.62,2.41,2.71,4.22,2.71,1.35,0,3.33-1.36,4.64-2.71-1.31-1.35-3.3-2.7-4.64-2.7-1.81,0-3.38,1.09-4.22,2.71h0Z" fill="none" stroke="#323232" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/><path d="M16.17,12.37c0-.8,.36-1.52,.91-2.02-1.21-1.54-3.68-3.4-5.26-3.4-.68,0-1.31,.15-1.9,.43-.15,.07-.29,.15-.43,.23-.28,.17-.54,.36-.78,.59-.61,.56-1.08,1.26-1.39,2.08-.25,.65-.39,1.36-.39,2.11h0c0,.23,.02,.45,.04,.67,0,.06,.02,.11,.02,.17,.03,.18,.06,.35,.1,.52,0,.04,.02,.08,.03,.12,.11,.44,.27,.85,.47,1.24h0c.84-1.62,2.41-2.71,4.22-2.71,1.34,0,3.33,1.35,4.64,2.7l.04-.04c.21-.22,.41-.44,.58-.66-.56-.5-.91-1.21-.91-2.02Z" fill="none" stroke="#323232" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/></g><path d="M13.36,20.65h-.1c0-3.09,2.51-5.61,5.61-5.61v.1c-3.04,0-5.51,2.47-5.51,5.51Z" fill="none" stroke="#323232" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/><path d="M24.49,20.65h-.1c0-3.04-2.47-5.51-5.51-5.51v-.1c3.09,0,5.61,2.51,5.61,5.61Z" fill="none" stroke="#323232" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/></g>
    </svg>
  </div><p class="text-with-icons__title text--strong">CARTES-CADEAUX</p><div class="text-with-icons__content rte">
                  <p>Offrez les produits Acton en cadeau</p>
                </div></div></a></div><div class="text-with-icons__item " data-block-index="2" ><a href="/pages/contact"><div class="text-with-icons__content-wrapper  ">
              <div class="text-icon__wrapper ">
    <svg id="a" xmlns="http://www.w3.org/2000/svg" width="64.08" height="35.87" viewBox="-10 0 75 56">
      <path d="M10.97,21.93h-3.99c-3.29,0-5.98,2.69-5.98,5.98v3.99c0,3.29,2.69,5.98,5.98,5.98h3.99v-15.95Z" fill="none" stroke="#232323" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/><path d="M42.87,21.93h3.99c3.29,0,5.98,2.69,5.98,5.98v3.99c0,3.29-2.69,5.98-5.98,5.98h-3.99v-15.95Z" fill="none" stroke="#232323" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/><path d="M29.91,50.84h-5.98c-1.64,0-2.99-1.35-2.99-2.99h0c0-1.64,1.35-2.99,2.99-2.99h5.98c1.64,0,2.99,1.35,2.99,2.99h0c0,1.64-1.35,2.99-2.99,2.99Z" fill="none" stroke="#232323" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/><path d="M44.17,16.96c-1.04,0-2.03-.54-2.59-1.5-3.03-5.23-8.64-8.48-14.66-8.48s-11.63,3.25-14.66,8.48c-.83,1.43-2.65,1.91-4.09,1.09-1.43-.83-1.91-2.65-1.09-4.09C11.17,5.39,18.76,1,26.92,1s15.75,4.4,19.84,11.46c.83,1.43,.34,3.26-1.09,4.09-.47,.27-.99,.4-1.5,.4h0Z" fill="none" stroke="#232323" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/><g><path d="M6.93,23.93v13.96s.02,.05,.05,.05,.05-.02,.05-.05v-13.96c0-2.56,.51-5,1.4-7.26-.03,0-.06-.03-.09-.04-.9,2.26-1.4,4.73-1.4,7.3h0Z" fill="none" stroke="#232323" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/><path d="M45.41,16.66c.89,2.25,1.4,4.7,1.4,7.27v13.96s.02,.05,.05,.05,.05-.02,.05-.05v-13.96c0-2.58-.51-5.03-1.41-7.31-.03,.02-.06,.02-.09,.04Z" fill="none" stroke="#232323" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/></g><path d="M20.94,47.9c-7.73,0-14.01-4.5-14.01-10.02,0-.03,.02-.05,.05-.05s.05,.02,.05,.05c0,5.47,6.24,9.92,13.91,9.92,.03,0,.05,.02,.05,.05s-.02,.05-.05,.05Z" fill="none" stroke="#232323" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.99"/>
    </svg>
  </div><p class="text-with-icons__title text--strong">BESOIN D&#39;AIDE?</p><div class="text-with-icons__content rte">
                  <p>Demander de l’aide par courriel ou  par téléphone</p>
                </div></div></a></div></div>
  </div>
</section>

</div>
    </main>
    <div id="shopify-section-footer" class="shopify-section"><footer class="footer footer--top" data-section-id="footer" data-section-type="footer" role="contentinfo">
  <div class="container">
    <div class="footer__wrapper">
      
        <div class="footer__block-list">
          
            
                

                
                  <div class="footer__block-item footer__block-item--links" >
                    <button class="footer__title heading h6" disabled aria-expanded="false" aria-controls="block-b9fb197a-3bc7-418a-8d5e-989350b5526f" data-action="toggle-collapsible">
                      <span>Produits</span>
                      <span class="plus-button"></span>
                    </button>

                    <div id="block-b9fb197a-3bc7-418a-8d5e-989350b5526f" class="footer__collapsible">
                      <div class="footer__collapsible-content">
                        <ul class="footer__linklist list--unstyled" role="list">
                          
                             <li>
                              <a href="/collections/souliers-travail" class="footer__link-item link">Souliers de travail</a>
                            </li>
                          
                             <li>
                              <a href="/collections/bottes-travail-6-pouces" class="footer__link-item link">Bottes de travail 6"</a>
                            </li>
                          
                             <li>
                              <a href="/collections/bottes-travail-8-pouces" class="footer__link-item link">Bottes de travail 8" et +</a>
                            </li>
                          
                             <li>
                              <a href="/collections/bottes-travail-hiver" class="footer__link-item link">Bottes de travail d'hiver</a>
                            </li>
                          
                             <li>
                              <a href="/collections/bottes-hiver-enfants-tout-petits" class="footer__link-item link">Bottes d'hiver bébé et junior</a>
                            </li>
                          
                             <li>
                              <a href="/collections/bottes-mi-saison-bebe" class="footer__link-item link">Bottes mi-saison bébé et enfant</a>
                            </li>
                          
                             <li>
                              <a href="/collections/bottes-pluie" class="footer__link-item link">Bottes de pluie de travail</a>
                            </li>
                          
                             <li>
                              <a href="/collections/bottes-plein-air" class="footer__link-item link">Bottes de pluie plein air, chasse et pêche</a>
                            </li>
                          
                             <li>
                              <a href="/collections/couvre-chaussures" class="footer__link-item link">Couvre-Chaussures</a>
                            </li>
                          
                             <li>
                              <a href="/collections/accessoires" class="footer__link-item link">Accessoires et feutres de remplacement</a>
                            </li>
                          
                             <li>
                              <a href="/collections/tous-les-produits-footer" class="footer__link-item link">Tous</a>
                            </li>
                          
                             <li>
                              <a href="/collections/soldes-tous" class="footer__link-item link">Soldes</a>
                            </li>
                          
                        </ul>
                      </div>
                    </div>
                  </div>
                

              
          
            
                

                
                  <div class="footer__block-item footer__block-item--links" >
                    <button class="footer__title heading h6" disabled aria-expanded="false" aria-controls="block-3c663998-b753-45c6-bb41-d6c9038f8db9" data-action="toggle-collapsible">
                      <span>SERVICE À LA CLIENTÈLE</span>
                      <span class="plus-button"></span>
                    </button>

                    <div id="block-3c663998-b753-45c6-bb41-d6c9038f8db9" class="footer__collapsible">
                      <div class="footer__collapsible-content">
                        <ul class="footer__linklist list--unstyled" role="list">
                          
                             <li>
                              <a href="/pages/contact" class="footer__link-item link">Contactez-nous</a>
                            </li>
                          
                             <li>
                              <a href="/pages/entretien-des-chaussures-1" class="footer__link-item link">Entretien des chaussures</a>
                            </li>
                          
                             <li>
                              <a href="/pages/garantie-1" class="footer__link-item link">Garantie</a>
                            </li>
                          
                             <li>
                              <a href="/pages/livraison-et-retour-1" class="footer__link-item link">Politique de livraison</a>
                            </li>
                          
                             <li>
                              <a href="/pages/politique-de-retour-et-echange-1" class="footer__link-item link">Politique de retour et échange</a>
                            </li>
                          
                             <li>
                              <a href="/pages/devenir-distributeur-1" class="footer__link-item link">Devenir détaillant</a>
                            </li>
                          
                             <li>
                              <a href="/pages/politique-de-confidentialite-1" class="footer__link-item link">Politique de confidentialité</a>
                            </li>
                          
                             <li>
                              <a href="https://care.regence.ca/care" class="footer__link-item link">Zone détaillants</a>
                            </li>
                          
                             <li>
                              <a href="https://actoncanada.ca/pages/sezzle" class="footer__link-item link">Sezzle</a>
                            </li>
                          
                        </ul>
                      </div>
                    </div>
                  </div>
                

              
          
            
                

                
                  <div class="footer__block-item footer__block-item--links" >
                    <button class="footer__title heading h6" disabled aria-expanded="false" aria-controls="block-c60d4f54-7d7c-4073-9654-ca7c1016341b" data-action="toggle-collapsible">
                      <span>ACTON CANADA</span>
                      <span class="plus-button"></span>
                    </button>

                    <div id="block-c60d4f54-7d7c-4073-9654-ca7c1016341b" class="footer__collapsible">
                      <div class="footer__collapsible-content">
                        <ul class="footer__linklist list--unstyled" role="list">
                          
                             <li>
                              <a href="/pages/marque" class="footer__link-item link">À propos de nous</a>
                            </li>
                          
                             <li>
                              <a href="/pages/technologies" class="footer__link-item link">Technologies</a>
                            </li>
                          
                             <li>
                              <a href="/pages/certifications-1" class="footer__link-item link">Certifications</a>
                            </li>
                          
                             <li>
                              <a href="/pages/caracteristiques-1" class="footer__link-item link">Caractéristiques</a>
                            </li>
                          
                             <li>
                              <a href="/blogs/news" class="footer__link-item link">Blogue</a>
                            </li>
                          
                        </ul>
                      </div>
                    </div>
                  </div>
                

              
          
            
                

                
                  <div class="footer__block-item footer__block-item--links" >
                    <button class="footer__title heading h6" disabled aria-expanded="false" aria-controls="block-34b8dc81-f0d3-453e-a660-ead86b0f8ab0" data-action="toggle-collapsible">
                      <span>SUIVEZ-NOUS</span>
                      <span class="plus-button"></span>
                    </button>

                    <div id="block-34b8dc81-f0d3-453e-a660-ead86b0f8ab0" class="footer__collapsible">
                      <div class="footer__collapsible-content">
                        <ul class="footer__linklist list--unstyled" role="list">
                          
                             <li>
                              <a href="https://www.facebook.com/pages/Acton-Canada/188764607813248" class="footer__link-item link">Facebook Acton</a>
                            </li>
                          
                             <li>
                              <a href="https://www.facebook.com/actonfamille/" class="footer__link-item link">Facebook Acton Famille</a>
                            </li>
                          
                             <li>
                              <a href="https://www.youtube.com/channel/UCnlZhIELZUh0nGDT8xv3w_Q" class="footer__link-item link">Youtube Acton</a>
                            </li>
                          
                             <li>
                              <a href="https://www.youtube.com/channel/UCHO9DBM3WUrQdqL0i49rf6Q" class="footer__link-item link">Youtube Famille</a>
                            </li>
                          
                             <li>
                              <a href="https://www.instagram.com/actonfamille/" class="footer__link-item link">Instagram Acton Famille</a>
                            </li>
                          
                        </ul>
                      </div>
                    </div>
                  </div>
                

              
          
            
                <div class="footer__block-item footer__block-item--newsletter" >
                  <p class="footer__title heading h6">OBTENEZ 15% DE RABAIS</p>

                  <div class="footer__newsletter-wrapper">
                    
                      <div class="footer__newsletter-text rte"><p>Inscrivez-vous à notre infolettre et obtenez 15% de rabais sur votre première commande!</p></div>
                    

                    <form method="post" action="/contact#footer-newsletter" id="footer-newsletter" accept-charset="UTF-8" class="footer__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="form__input-wrapper form__input-wrapper--labelled">
                          
                          <label for="footer[footer][contact][email]" class="form__floating-label">Courriel</label>
                        </div>
                        <button type="submit" class="form__submit form__submit--tight button button--primary klaviyo_form_trigger">S&#39;inscrire</button>
                      
                    </form>
                  </div>
                </div>
            
          
        </div>
      

      <aside class="footer__aside">
        

        

        <div class="footer__aside-item footer__aside-item--localization ">
          <div class="footer__logo-brand">
           <svg id="a" xmlns="http://www.w3.org/2000/svg" width="2.88in" height=".69in" viewBox="0 0 207.29 50"><g><path d="M66.48,44.48v3.59c0,.79-.26,1.27-1.27,1.27h-19.63c-1.01,0-1.27-.48-1.27-1.27V21.79c0-.79,.26-1.27,1.27-1.27h18.88c1.01,0,1.27,.48,1.27,1.27v3.64c0,.79-.26,1.27-1.27,1.27h-13.23v4.78h11.74c1.01,0,1.27,.48,1.27,1.27v3.42c0,.79-.26,1.27-1.27,1.27h-11.74v5.78h13.98c1.01,0,1.27,.48,1.27,1.27Zm-14.28-26.51c-.83,0-.83-.83-.57-1.23l2.94-4.73c.66-1.1,1.01-1.23,1.97-1.23h5.56c1.1,0,1.23,.83,.83,1.23l-4.38,4.73c-.61,.61-.96,1.23-2.06,1.23h-4.29Z" fill="#fff"/><path d="M94.48,34.53v6.35c-.39,6.31-6.79,9.11-11.79,9.11s-11.79-2.63-11.79-9.51v-10.78c0-6.92,6.62-9.86,11.79-9.86,5.48,0,11.79,3.15,11.79,9.03,0,1.05-.26,1.23-1.27,1.23h-4.25c-1.23,0-1.05-.88-1.27-1.49-.48-1.36-2.06-2.67-4.99-2.67s-4.82,1.93-4.82,4.73v8.81c0,2.8,1.93,4.43,4.82,4.43s4.86-1.31,4.86-4.69h-3.94c-1.01,0-1.27-.48-1.27-1.27v-3.42c0-.79,.26-1.27,1.27-1.27h9.6c1.01,0,1.27,.48,1.27,1.27Z" fill="#fff"/><path d="M122.25,44.48v3.59c0,.79-.26,1.27-1.27,1.27h-19.63c-1.01,0-1.27-.48-1.27-1.27V21.79c0-.79,.26-1.27,1.27-1.27h18.88c1.01,0,1.27,.48,1.27,1.27v3.64c0,.79-.26,1.27-1.27,1.27h-13.23v4.78h11.74c1.01,0,1.27,.48,1.27,1.27v3.42c0,.79-.26,1.27-1.27,1.27h-11.74v5.78h13.98c1.01,0,1.27,.48,1.27,1.27Z" fill="#fff"/><path d="M150.95,21.79v26.29c0,.79-.26,1.27-1.27,1.27h-3.99c-1.1,0-1.4-.61-1.97-1.49l-9.29-15.03v15.25c0,1.01-.48,1.27-1.27,1.27h-4.34c-.79,0-1.27-.26-1.27-1.27V21.79c0-.79,.26-1.27,1.27-1.27h4.12c1.1,0,1.4,.61,1.97,1.49l9.29,14.98v-15.2c0-1.01,.48-1.27,1.27-1.27h4.21c.79,0,1.27,.26,1.27,1.27Z" fill="#fff"/><path d="M168.26,50c-5.21,0-11.74-3.02-11.74-9.9v-10.34c0-6.88,6.53-9.9,11.74-9.9s10.82,2.76,11.39,8.32c0,1.05-.35,1.27-1.36,1.27h-4.21c-.92,0-.96-.83-1.31-1.36-.92-1.45-2.15-2.1-4.51-2.1-2.89,0-4.86,1.62-4.86,4.38v9.11c0,2.8,1.97,4.38,4.86,4.38,2.37,0,4.25-.88,4.6-2.98,.13-.88,.22-1.58,1.18-1.58h4.29c.96,0,1.31,.44,1.31,1.49,0,5.65-5.96,9.2-11.39,9.2Z" fill="#fff"/><path d="M207.29,44.48v3.59c0,.79-.26,1.27-1.27,1.27h-19.63c-1.01,0-1.27-.48-1.27-1.27V21.79c0-.79,.26-1.27,1.27-1.27h18.88c1.01,0,1.27,.48,1.27,1.27v3.64c0,.79-.26,1.27-1.27,1.27h-13.23v4.78h11.74c1.01,0,1.27,.48,1.27,1.27v3.42c0,.79-.26,1.27-1.27,1.27h-11.74v5.78h13.98c1.01,0,1.27,.48,1.27,1.27Z" fill="#fff"/></g><path d="M20.78,.75c.06,0-.06,0,0,0h0Z" fill="#fff"/><g><path d="M16.99,48.48l-3.5-6.13c-.1-.18-.29-.29-.5-.29H1.74c-.32,0-.58,.26-.58,.58v6.12c0,.32,.26,.58,.58,.58h14.74c.21,0,.4-.11,.5-.29,.1-.18,.1-.4,0-.58Z" fill="#fff"/><path d="M39.51,48.48l-11.32-19.53c5.08-2.5,8.59-7.69,8.59-13.7C36.78,6.7,30.31,0,22.04,0H.58C.37,0,.18,.11,.08,.29c-.1,.18-.1,.4,0,.58L5.1,9.71c.1,.18,.29,.29,.5,.29h15.63c2.91,0,5.28,2.35,5.28,5.23s-2.37,5.29-5.28,5.29H12.79c-.21,0-.4,.11-.5,.29-.1,.18-.11,.4,0,.58l15.71,27.66c.1,.18,.3,.29,.5,.29h10.51c.21,0,.4-.11,.5-.29,.1-.18,.1-.4,0-.58Z" fill="#fff"/></g></svg>
          </div>
          
            <form method="post" action="/localization" id="localization_form_footer" accept-charset="UTF-8" class="footer__localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/index.css" />
              
                <div class="footer__localization-form-item">
                  <input type="hidden" name="locale_code" value="fr">
                  <span class="visually-hidden">Langue</span>

                  <div class="value-picker-wrapper">
                    <button type="button" class="select-button select-button--mini" aria-haspopup="true" aria-expanded="false" aria-controls="footer-locale-picker" data-action="open-value-picker">
                      Français
                      <svg focusable="false" class="icon icon--arrow-bottom
  
" viewBox="0 0 12 8" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M10 2L6 6 2 2" fill="none" stroke-linecap="square"></path>
    </svg>
                    </button>

                    <div id="footer-locale-picker" class="value-picker value-picker--small" data-picker-position="top" aria-hidden="true">
                      <svg focusable="false" class="icon icon--nav-triangle-borderless
  
" viewBox="0 0 20 9" role="presentation">
      <path d="M.47108938 9c.2694725-.26871321.57077721-.56867841.90388257-.89986354C3.12384116 6.36134886 5.74788116 3.76338565 9.2467995.30653888c.4145057-.4095171 1.0844277-.40860098 1.4977971.00205122L19.4935156 9H.47108938z" fill="#ffffff"></path>
    </svg>

                      <div class="value-picker__inner">
                        <header class="value-picker__header">
                          <span class="value-picker__title text--strong">Langue</span>
                          <button type="button" class="value-picker__close" data-action="close-value-picker" aria-controls="footer-locale-picker" aria-label="Fermer"><svg focusable="false" class="icon icon--close
  
" viewBox="0 0 19 19" role="presentation">
      <path d="M9.1923882 8.39339828l7.7781745-7.7781746 1.4142136 1.41421357-7.7781746 7.77817459 7.7781746 7.77817456L16.9705627 19l-7.7781745-7.7781746L1.41421356 19 0 17.5857864l7.7781746-7.77817456L0 2.02943725 1.41421356.61522369 9.1923882 8.39339828z" fill="currentColor" fill-rule="evenodd"></path>
    </svg></button>
                        </header>
                        
                          <button type="submit" name="locale_code" class="value-picker__choice-item" value="en" >
                            English
                          </button>
                      </div>
                    </div>
                  </div>
                </div>
              

              
                <div class="footer__localization-form-item">
                  <input type="hidden" name="country_code" value="CA">
                  <span class="visually-hidden">Pays/région</span>

                  <div class="value-picker-wrapper">
                    <button type="button" class="select-button select-button--mini" aria-haspopup="true" aria-expanded="false" aria-controls="footer-currency-picker" data-action="open-value-picker">
                      Canada (CAD $)
                      <svg focusable="false" class="icon icon--arrow-bottom
  
" viewBox="0 0 12 8" role="presentation">
      <path stroke="currentColor" stroke-width="2" d="M10 2L6 6 2 2" fill="none" stroke-linecap="square"></path>
    </svg>
                    </button>

                    <div id="footer-currency-picker" class="value-picker value-picker--auto value-picker--small" data-picker-position="top" aria-hidden="true">
                      <svg focusable="false" class="icon icon--nav-triangle-borderless
  
" viewBox="0 0 20 9" role="presentation">
      <path d="M.47108938 9c.2694725-.26871321.57077721-.56867841.90388257-.89986354C3.12384116 6.36134886 5.74788116 3.76338565 9.2467995.30653888c.4145057-.4095171 1.0844277-.40860098 1.4977971.00205122L19.4935156 9H.47108938z" fill="#ffffff"></path>
    </svg>

                      <div class="value-picker__inner value-picker__inner--restrict">
                        <header class="value-picker__header">
                          <span class="value-picker__title text--strong">Pays/région</span>
                          <button type="button" class="value-picker__close" data-action="close-value-picker" aria-controls="footer-currency-picker" aria-label="Fermer"><svg focusable="false" class="icon icon--close
  
" viewBox="0 0 19 19" role="presentation">
      <path d="M9.1923882 8.39339828l7.7781745-7.7781746 1.4142136 1.41421357-7.7781746 7.77817459 7.7781746 7.77817456L16.9705627 19l-7.7781745-7.7781746L1.41421356 19 0 17.5857864l7.7781746-7.77817456L0 2.02943725 1.41421356.61522369 9.1923882 8.39339828z" fill="currentColor" fill-rule="evenodd"></path>
    </svg></button>
                        </header>

                        <ul class="value-picker__choice-list" role="list">
                          
                            <li class="value-picker__choice-list-item">
                              <button type="submit" name="country_code" class="value-picker__choice-item" value="CA" aria-current="true">
                                Canada (CAD $)
                              </button>
                            </li>
                          
                            <li class="value-picker__choice-list-item">
                              <button type="submit" name="country_code" class="value-picker__choice-item" value="US" >
                                États-Unis (USD $)
                              </button>
                            </li>
                          
                            <li class="value-picker__choice-list-item">
                              <button type="submit" name="country_code" class="value-picker__choice-item" value="NO" >
                                Norvège (USD $)
                              </button>
                            </li>
                          
                        </ul>
                      </div>
                    </div>
                  </div>
                </div>
              
            </form>
          

          
          <p class="hidden-pocket"> © 2026 
            
            Chaussures Régence, Inc. Tous droits réservés
            
          </p>
        </div>

        

        
          <div class="footer__aside-item footer__aside-item--payment">
            <p class="footer__aside-title">Nous acceptons</p>

            <div class="payment-list">
              
                <svg class="payment-list__item" version="1.1" xmlns="http://www.w3.org/2000/svg" role="img" x="0" y="0" width="38" height="24" viewBox="0 0 165.521 105.965" xml:space="preserve" aria-labelledby="pi-apple_pay"><title id="pi-apple_pay">Apple Pay</title><path fill="#000" d="M150.698 0H14.823c-.566 0-1.133 0-1.698.003-.477.004-.953.009-1.43.022-1.039.028-2.087.09-3.113.274a10.51 10.51 0 0 0-2.958.975 9.932 9.932 0 0 0-4.35 4.35 10.463 10.463 0 0 0-.975 2.96C.113 9.611.052 10.658.024 11.696a70.22 70.22 0 0 0-.022 1.43C0 13.69 0 14.256 0 14.823v76.318c0 .567 0 1.132.002 1.699.003.476.009.953.022 1.43.028 1.036.09 2.084.275 3.11a10.46 10.46 0 0 0 .974 2.96 9.897 9.897 0 0 0 1.83 2.52 9.874 9.874 0 0 0 2.52 1.83c.947.483 1.917.79 2.96.977 1.025.183 2.073.245 3.112.273.477.011.953.017 1.43.02.565.004 1.132.004 1.698.004h135.875c.565 0 1.132 0 1.697-.004.476-.002.952-.009 1.431-.02 1.037-.028 2.085-.09 3.113-.273a10.478 10.478 0 0 0 2.958-.977 9.955 9.955 0 0 0 4.35-4.35c.483-.947.789-1.917.974-2.96.186-1.026.246-2.074.274-3.11.013-.477.02-.954.022-1.43.004-.567.004-1.132.004-1.699V14.824c0-.567 0-1.133-.004-1.699a63.067 63.067 0 0 0-.022-1.429c-.028-1.038-.088-2.085-.274-3.112a10.4 10.4 0 0 0-.974-2.96 9.94 9.94 0 0 0-4.35-4.35A10.52 10.52 0 0 0 156.939.3c-1.028-.185-2.076-.246-3.113-.274a71.417 71.417 0 0 0-1.431-.022C151.83 0 151.263 0 150.698 0z" /><path fill="#FFF" d="M150.698 3.532l1.672.003c.452.003.905.008 1.36.02.793.022 1.719.065 2.583.22.75.135 1.38.34 1.984.648a6.392 6.392 0 0 1 2.804 2.807c.306.6.51 1.226.645 1.983.154.854.197 1.783.218 2.58.013.45.019.9.02 1.36.005.557.005 1.113.005 1.671v76.318c0 .558 0 1.114-.004 1.682-.002.45-.008.9-.02 1.35-.022.796-.065 1.725-.221 2.589a6.855 6.855 0 0 1-.645 1.975 6.397 6.397 0 0 1-2.808 2.807c-.6.306-1.228.511-1.971.645-.881.157-1.847.2-2.574.22-.457.01-.912.017-1.379.019-.555.004-1.113.004-1.669.004H14.801c-.55 0-1.1 0-1.66-.004a74.993 74.993 0 0 1-1.35-.018c-.744-.02-1.71-.064-2.584-.22a6.938 6.938 0 0 1-1.986-.65 6.337 6.337 0 0 1-1.622-1.18 6.355 6.355 0 0 1-1.178-1.623 6.935 6.935 0 0 1-.646-1.985c-.156-.863-.2-1.788-.22-2.578a66.088 66.088 0 0 1-.02-1.355l-.003-1.327V14.474l.002-1.325a66.7 66.7 0 0 1 .02-1.357c.022-.792.065-1.717.222-2.587a6.924 6.924 0 0 1 .646-1.981c.304-.598.7-1.144 1.18-1.623a6.386 6.386 0 0 1 1.624-1.18 6.96 6.96 0 0 1 1.98-.646c.865-.155 1.792-.198 2.586-.22.452-.012.905-.017 1.354-.02l1.677-.003h135.875" /><g><g><path fill="#000" d="M43.508 35.77c1.404-1.755 2.356-4.112 2.105-6.52-2.054.102-4.56 1.355-6.012 3.112-1.303 1.504-2.456 3.959-2.156 6.266 2.306.2 4.61-1.152 6.063-2.858" /><path fill="#000" d="M45.587 39.079c-3.35-.2-6.196 1.9-7.795 1.9-1.6 0-4.049-1.8-6.698-1.751-3.447.05-6.645 2-8.395 5.1-3.598 6.2-.95 15.4 2.55 20.45 1.699 2.5 3.747 5.25 6.445 5.151 2.55-.1 3.549-1.65 6.647-1.65 3.097 0 3.997 1.65 6.696 1.6 2.798-.05 4.548-2.5 6.247-5 1.95-2.85 2.747-5.6 2.797-5.75-.05-.05-5.396-2.101-5.446-8.251-.05-5.15 4.198-7.6 4.398-7.751-2.399-3.548-6.147-3.948-7.447-4.048" /></g><g><path fill="#000" d="M78.973 32.11c7.278 0 12.347 5.017 12.347 12.321 0 7.33-5.173 12.373-12.529 12.373h-8.058V69.62h-5.822V32.11h14.062zm-8.24 19.807h6.68c5.07 0 7.954-2.729 7.954-7.46 0-4.73-2.885-7.434-7.928-7.434h-6.706v14.894z" /><path fill="#000" d="M92.764 61.847c0-4.809 3.665-7.564 10.423-7.98l7.252-.442v-2.08c0-3.04-2.001-4.704-5.562-4.704-2.938 0-5.07 1.507-5.51 3.82h-5.252c.157-4.86 4.731-8.395 10.918-8.395 6.654 0 10.995 3.483 10.995 8.89v18.663h-5.38v-4.497h-.13c-1.534 2.937-4.914 4.782-8.579 4.782-5.406 0-9.175-3.222-9.175-8.057zm17.675-2.417v-2.106l-6.472.416c-3.64.234-5.536 1.585-5.536 3.95 0 2.288 1.975 3.77 5.068 3.77 3.95 0 6.94-2.522 6.94-6.03z" /><path fill="#000" d="M120.975 79.652v-4.496c.364.051 1.247.103 1.715.103 2.573 0 4.029-1.09 4.913-3.899l.52-1.663-9.852-27.293h6.082l6.863 22.146h.13l6.862-22.146h5.927l-10.216 28.67c-2.34 6.577-5.017 8.735-10.683 8.735-.442 0-1.872-.052-2.261-.157z" /></g></g></svg>

              
                <svg class="payment-list__item" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-diners_club"><title id="pi-diners_club">Diners Club</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M12 12v3.7c0 .3-.2.3-.5.2-1.9-.8-3-3.3-2.3-5.4.4-1.1 1.2-2 2.3-2.4.4-.2.5-.1.5.2V12zm2 0V8.3c0-.3 0-.3.3-.2 2.1.8 3.2 3.3 2.4 5.4-.4 1.1-1.2 2-2.3 2.4-.4.2-.4.1-.4-.2V12zm7.2-7H13c3.8 0 6.8 3.1 6.8 7s-3 7-6.8 7h8.2c3.8 0 6.8-3.1 6.8-7s-3-7-6.8-7z" fill="#3086C8"/></svg>
              
                <svg class="payment-list__item" viewBox="0 0 38 24" width="38" height="24" role="img" aria-labelledby="pi-discover" fill="none" xmlns="http://www.w3.org/2000/svg"><title id="pi-discover">Discover</title><path fill="#000" opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32z" fill="#fff"/><path d="M3.57 7.16H2v5.5h1.57c.83 0 1.43-.2 1.96-.63.63-.52 1-1.3 1-2.11-.01-1.63-1.22-2.76-2.96-2.76zm1.26 4.14c-.34.3-.77.44-1.47.44h-.29V8.1h.29c.69 0 1.11.12 1.47.44.37.33.59.84.59 1.37 0 .53-.22 1.06-.59 1.39zm2.19-4.14h1.07v5.5H7.02v-5.5zm3.69 2.11c-.64-.24-.83-.4-.83-.69 0-.35.34-.61.8-.61.32 0 .59.13.86.45l.56-.73c-.46-.4-1.01-.61-1.62-.61-.97 0-1.72.68-1.72 1.58 0 .76.35 1.15 1.35 1.51.42.15.63.25.74.31.21.14.32.34.32.57 0 .45-.35.78-.83.78-.51 0-.92-.26-1.17-.73l-.69.67c.49.73 1.09 1.05 1.9 1.05 1.11 0 1.9-.74 1.9-1.81.02-.89-.35-1.29-1.57-1.74zm1.92.65c0 1.62 1.27 2.87 2.9 2.87.46 0 .86-.09 1.34-.32v-1.26c-.43.43-.81.6-1.29.6-1.08 0-1.85-.78-1.85-1.9 0-1.06.79-1.89 1.8-1.89.51 0 .9.18 1.34.62V7.38c-.47-.24-.86-.34-1.32-.34-1.61 0-2.92 1.28-2.92 2.88zm12.76.94l-1.47-3.7h-1.17l2.33 5.64h.58l2.37-5.64h-1.16l-1.48 3.7zm3.13 1.8h3.04v-.93h-1.97v-1.48h1.9v-.93h-1.9V8.1h1.97v-.94h-3.04v5.5zm7.29-3.87c0-1.03-.71-1.62-1.95-1.62h-1.59v5.5h1.07v-2.21h.14l1.48 2.21h1.32l-1.73-2.32c.81-.17 1.26-.72 1.26-1.56zm-2.16.91h-.31V8.03h.33c.67 0 1.03.28 1.03.82 0 .55-.36.85-1.05.85z" fill="#231F20"/><path d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z" fill="url(#pi-paint0_linear)"/><path opacity=".65" d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z" fill="url(#pi-paint1_linear)"/><path d="M36.57 7.506c0-.1-.07-.15-.18-.15h-.16v.48h.12v-.19l.14.19h.14l-.16-.2c.06-.01.1-.06.1-.13zm-.2.07h-.02v-.13h.02c.06 0 .09.02.09.06 0 .05-.03.07-.09.07z" fill="#231F20"/><path d="M36.41 7.176c-.23 0-.42.19-.42.42 0 .23.19.42.42.42.23 0 .42-.19.42-.42 0-.23-.19-.42-.42-.42zm0 .77c-.18 0-.34-.15-.34-.35 0-.19.15-.35.34-.35.18 0 .33.16.33.35 0 .19-.15.35-.33.35z" fill="#231F20"/><path d="M37 12.984S27.09 19.873 8.976 23h26.023a2 2 0 002-1.984l.024-3.02L37 12.985z" fill="#F48120"/><defs><linearGradient id="pi-paint0_linear" x1="21.657" y1="12.275" x2="19.632" y2="9.104" gradientUnits="userSpaceOnUse"><stop stop-color="#F89F20"/><stop offset=".25" stop-color="#F79A20"/><stop offset=".533" stop-color="#F68D20"/><stop offset=".62" stop-color="#F58720"/><stop offset=".723" stop-color="#F48120"/><stop offset="1" stop-color="#F37521"/></linearGradient><linearGradient id="pi-paint1_linear" x1="21.338" y1="12.232" x2="18.378" y2="6.446" gradientUnits="userSpaceOnUse"><stop stop-color="#F58720"/><stop offset=".359" stop-color="#E16F27"/><stop offset=".703" stop-color="#D4602C"/><stop offset=".982" stop-color="#D05B2E"/></linearGradient></defs></svg>
              
                <svg class="payment-list__item" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-google_pay"><title id="pi-google_pay">Google Pay</title><path d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000" opacity=".07"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" fill="#FFF"/><path d="M18.093 11.976v3.2h-1.018v-7.9h2.691a2.447 2.447 0 0 1 1.747.692 2.28 2.28 0 0 1 .11 3.224l-.11.116c-.47.447-1.098.69-1.747.674l-1.673-.006zm0-3.732v2.788h1.698c.377.012.741-.135 1.005-.404a1.391 1.391 0 0 0-1.005-2.354l-1.698-.03zm6.484 1.348c.65-.03 1.286.188 1.778.613.445.43.682 1.03.65 1.649v3.334h-.969v-.766h-.049a1.93 1.93 0 0 1-1.673.931 2.17 2.17 0 0 1-1.496-.533 1.667 1.667 0 0 1-.613-1.324 1.606 1.606 0 0 1 .613-1.336 2.746 2.746 0 0 1 1.698-.515c.517-.02 1.03.093 1.49.331v-.208a1.134 1.134 0 0 0-.417-.901 1.416 1.416 0 0 0-.98-.368 1.545 1.545 0 0 0-1.319.717l-.895-.564a2.488 2.488 0 0 1 2.182-1.06zM23.29 13.52a.79.79 0 0 0 .337.662c.223.176.5.269.785.263.429-.001.84-.17 1.146-.472.305-.286.478-.685.478-1.103a2.047 2.047 0 0 0-1.324-.374 1.716 1.716 0 0 0-1.03.294.883.883 0 0 0-.392.73zm9.286-3.75l-3.39 7.79h-1.048l1.281-2.728-2.224-5.062h1.103l1.612 3.885 1.569-3.885h1.097z" fill="#5F6368"/><path d="M13.986 11.284c0-.308-.024-.616-.073-.92h-4.29v1.747h2.451a2.096 2.096 0 0 1-.9 1.373v1.134h1.464a4.433 4.433 0 0 0 1.348-3.334z" fill="#4285F4"/><path d="M9.629 15.721a4.352 4.352 0 0 0 3.01-1.097l-1.466-1.14a2.752 2.752 0 0 1-4.094-1.44H5.577v1.17a4.53 4.53 0 0 0 4.052 2.507z" fill="#34A853"/><path d="M7.079 12.05a2.709 2.709 0 0 1 0-1.735v-1.17H5.577a4.505 4.505 0 0 0 0 4.075l1.502-1.17z" fill="#FBBC04"/><path d="M9.629 8.44a2.452 2.452 0 0 1 1.74.68l1.3-1.293a4.37 4.37 0 0 0-3.065-1.183 4.53 4.53 0 0 0-4.027 2.5l1.502 1.171a2.715 2.715 0 0 1 2.55-1.875z" fill="#EA4335"/></svg>

              
                <svg class="payment-list__item" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-master"><title id="pi-master">Mastercard</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#F79E1B" cx="23" cy="12" r="7"/><path fill="#FF5F00" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg>
              
                <svg class="payment-list__item" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-paypal"><title id="pi-paypal">PayPal</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path fill="#003087" d="M23.9 8.3c.2-1 0-1.7-.6-2.3-.6-.7-1.7-1-3.1-1h-4.1c-.3 0-.5.2-.6.5L14 15.6c0 .2.1.4.3.4H17l.4-3.4 1.8-2.2 4.7-2.1z"/><path fill="#3086C8" d="M23.9 8.3l-.2.2c-.5 2.8-2.2 3.8-4.6 3.8H18c-.3 0-.5.2-.6.5l-.6 3.9-.2 1c0 .2.1.4.3.4H19c.3 0 .5-.2.5-.4v-.1l.4-2.4v-.1c0-.2.3-.4.5-.4h.3c2.1 0 3.7-.8 4.1-3.2.2-1 .1-1.8-.4-2.4-.1-.5-.3-.7-.5-.8z"/><path fill="#012169" d="M23.3 8.1c-.1-.1-.2-.1-.3-.1-.1 0-.2 0-.3-.1-.3-.1-.7-.1-1.1-.1h-3c-.1 0-.2 0-.2.1-.2.1-.3.2-.3.4l-.7 4.4v.1c0-.3.3-.5.6-.5h1.3c2.5 0 4.1-1 4.6-3.8v-.2c-.1-.1-.3-.2-.5-.2h-.1z"/></svg>
              
                <svg class="payment-list__item" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-shopify_pay"><title id="pi-shopify_pay">Shop Pay</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000"/><path d="M35.889 0C37.05 0 38 .982 38 2.182v19.636c0 1.2-.95 2.182-2.111 2.182H2.11C.95 24 0 23.018 0 21.818V2.182C0 .982.95 0 2.111 0H35.89z" fill="#5A31F4"/><path d="M9.35 11.368c-1.017-.223-1.47-.31-1.47-.705 0-.372.306-.558.92-.558.54 0 .934.238 1.225.704a.079.079 0 00.104.03l1.146-.584a.082.082 0 00.032-.114c-.475-.831-1.353-1.286-2.51-1.286-1.52 0-2.464.755-2.464 1.956 0 1.275 1.15 1.597 2.17 1.82 1.02.222 1.474.31 1.474.705 0 .396-.332.582-.993.582-.612 0-1.065-.282-1.34-.83a.08.08 0 00-.107-.035l-1.143.57a.083.083 0 00-.036.111c.454.92 1.384 1.437 2.627 1.437 1.583 0 2.539-.742 2.539-1.98s-1.155-1.598-2.173-1.82v-.003zM15.49 8.855c-.65 0-1.224.232-1.636.646a.04.04 0 01-.069-.03v-2.64a.08.08 0 00-.08-.081H12.27a.08.08 0 00-.08.082v8.194a.08.08 0 00.08.082h1.433a.08.08 0 00.081-.082v-3.594c0-.695.528-1.227 1.239-1.227.71 0 1.226.521 1.226 1.227v3.594a.08.08 0 00.081.082h1.433a.08.08 0 00.081-.082v-3.594c0-1.51-.981-2.577-2.355-2.577zM20.753 8.62c-.778 0-1.507.24-2.03.588a.082.082 0 00-.027.109l.632 1.088a.08.08 0 00.11.03 2.5 2.5 0 011.318-.366c1.25 0 2.17.891 2.17 2.068 0 1.003-.736 1.745-1.669 1.745-.76 0-1.288-.446-1.288-1.077 0-.361.152-.657.548-.866a.08.08 0 00.032-.113l-.596-1.018a.08.08 0 00-.098-.035c-.799.299-1.359 1.018-1.359 1.984 0 1.46 1.152 2.55 2.76 2.55 1.877 0 3.227-1.313 3.227-3.195 0-2.018-1.57-3.492-3.73-3.492zM28.675 8.843c-.724 0-1.373.27-1.845.746-.026.027-.069.007-.069-.029v-.572a.08.08 0 00-.08-.082h-1.397a.08.08 0 00-.08.082v8.182a.08.08 0 00.08.081h1.433a.08.08 0 00.081-.081v-2.683c0-.036.043-.054.069-.03a2.6 2.6 0 001.808.7c1.682 0 2.993-1.373 2.993-3.157s-1.313-3.157-2.993-3.157zm-.271 4.929c-.956 0-1.681-.768-1.681-1.783s.723-1.783 1.681-1.783c.958 0 1.68.755 1.68 1.783 0 1.027-.713 1.783-1.681 1.783h.001z" fill="#fff"/></svg>

              
                <svg class="payment-list__item" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-visa"><title id="pi-visa">Visa</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z" fill="#142688"/></svg>
              
            </div>
          </div>
        

        <div class="footer__aside-item footer__aside-item--copyright hidden-lap-and-up">
          <p>© 2026 <a target="_blank" rel="nofollow" href="https://fr.shopify.com?utm_campaign=poweredby&amp;utm_medium=shopify&amp;utm_source=onlinestore">Chaussures Régence, Inc. Tous droits réservés</a></p>
        </div>
      </aside>
    </div>
  </div>

  

  
    <script>
    document.addEventListener("DOMContentLoaded", function () {console.log('test');
      // DOM elements
      const cookieDefaultContent = document.querySelector(".modal__wrapper--default");
      const cookieSecondaryContent = document.querySelector(".modal__wrapper--secondary");
      const cookieTitleFirst = document.querySelector(".modal__title--first");
      const cookieTitleSecond = document.querySelector(".modal__title--second");
      const configCookiesBtn = document.getElementById("configcookies-btn");
      const savePreferencesBtn = document.getElementById("savepreferences-btn");
      const acceptAllBtn = document.getElementById("acceptall-btn");
      const cookiesModal = document.getElementById("cookies-modal");
      //const cookiesModalClose = document.getElementById("cookies-modal-close");
      const checkboxes = document.querySelectorAll(".modal--cookies-toggle");
      const currentPage = 'home';
    
      // Consent status
      var noInteraction = true;
      var analyticsConsent = true;
      var marketingConsent = true;
      var preferencesConsent = true;
    
      // Check if cookies are enabled and requirements are met
      const hasAcceptedCookies = Shopify.cookiesEnabled && Shopify.checkRequirements();
    
      // Event listeners
      
      // Close cookies modal
      // cookiesModalClose.addEventListener("click", function () {
      //   cookiesModal.setAttribute("aria-hidden", "true");
      //   console.log(analyticsConsent, marketingConsent, preferencesConsent);
      // });
      
      // Accept all cookies
      acceptAllBtn.addEventListener("click", function () {
        noInteraction = false;
        analyticsConsent = true;
        marketingConsent = true;
        preferencesConsent = true;
        checkboxes.forEach((checkbox) => {
          checkbox.checked = true;
        });
        cookiesModal.setAttribute("aria-hidden", "true");
        updateConsent();
        trackCookies(analyticsConsent, marketingConsent, preferencesConsent);
      });

      // Config cookie preferences
      configCookiesBtn.addEventListener("click", function () {
         cookieDefaultContent.setAttribute("aria-hidden", "true");
         cookieSecondaryContent.setAttribute("aria-hidden", "false");
         cookieTitleFirst.classList.add("hide");
         cookieTitleSecond.classList.remove("hide");
         configCookiesBtn.classList.add("hide");
         savePreferencesBtn.classList.remove("hide");
        cookiesModal.style.marginTop = 0;
      });
    
      // Save cookie preferences
      savePreferencesBtn.addEventListener("click", function () {
        noInteraction = false;
        cookiesModal.setAttribute("aria-hidden", "true");
        updateConsent();
        //const constent = analyticsConsent && marketingConsent && preferencesConsent ? true : false;
        trackCookies(analyticsConsent, marketingConsent, preferencesConsent);
      });
    
      // Handle individual checkboxes
      checkboxes.forEach((checkbox) => {
        checkbox.addEventListener("click", function () {
          const isChecked = checkbox.checked;
          const checkboxId = checkbox.id;
    
          // Update consent based on checkbox state
          switch (checkboxId) {
            case "checkbox1":
              analyticsConsent = isChecked;
              break;
            case "checkbox2":
              marketingConsent = isChecked;
              break;
            case "checkbox3":
              preferencesConsent = isChecked;
              break;
          }

          // Assuming analyticsConsent, preferencesConsent, and marketingConsent are already defined...

          // If either analyticsConsent or preferencesConsent is false, adjust the classes
          if (!analyticsConsent || !marketingConsent || !preferencesConsent) {
            console.log("Consent missing, changing button class to primary");
            acceptAllBtn.classList.remove("button--secondary");
            acceptAllBtn.classList.add('hide');
          } else {
            // If both are true, set to secondary
            console.log("All consents given, setting button class to secondary");
            acceptAllBtn.classList.add("button--secondary");
            acceptAllBtn.classList.remove('hide');
          }

          // Log consent status
          console.log("Analytics Consent:", analyticsConsent);
          console.log("Marketing Consent:", marketingConsent);
          console.log("Preferences Consent:", preferencesConsent);
        });
      });

      function trackCookies(analyticsConsent, marketingConsent, preferencesConsent){
        fetch('https://regence-manager-backend-a8ea9ee75096.herokuapp.com/api/cookies', {
          method: 'POST',
          headers: {
            'Content-Type': 'application/json',
          },
          body: JSON.stringify({ 
            store: "Acton",
            analyticsConsent: analyticsConsent,
            marketingConsent: marketingConsent,
            preferencesConsent: preferencesConsent,
            page: currentPage
          }),
        });
      }

      // Update consent and call Shopify API
      function updateConsent() {
        window.Shopify.customerPrivacy.setTrackingConsent(
          {
            "analytics": analyticsConsent,
            "marketing": marketingConsent,
            "preferences": preferencesConsent
          },
          () => console.log("Consent captured")
        );
        //cookiesModal.setAttribute("aria-hidden", "false");
      }
    
      // Shopify FooterSection code
      if (cookiesModal) {
        window.Shopify.loadFeatures([
          {
            name: 'consent-tracking-api',
            version: '0.1',
            onLoad: function () {
              _setupCookieBar(cookiesModal);
            }
          }
        ]);
      }
    });
    
    // Show cookie banner if user hasn't interacted
    function _setupCookieBar(cookiesModal) {
      console.log("tracking");
      try {
        const userCanBeTracked = window.Shopify.customerPrivacy.userCanBeTracked();
        const userTrackingConsent = window.Shopify.customerPrivacy.getTrackingConsent();
        console.log(userCanBeTracked);
        if (userTrackingConsent === 'no_interaction') {
          setTimeout(() => {
            cookiesModal.setAttribute("aria-hidden", "false");
          }, 1000);
        } else {
          cookiesModal.setAttribute("aria-hidden", "true");
        }
      } catch (e) {
        // Catch errors related to Adblockers or other issues
      }
    }

    </script>
  
</footer>


</div>

    <ul hidden>
      <li id="a11y-new-window-message">S&#39;ouvre dans une nouvelle fenêtre.</li>
    </ul>
   <!--begin-boost-pfs-js-->
  <script>
  /* Declare bcSfFilterConfig variable */
  var boostPFSAppConfig = {
    api: {
      filterUrl: 'https://services.mybcapps.com/bc-sf-filter/filter',
      searchUrl: 'https://services.mybcapps.com/bc-sf-filter/search',
      suggestionUrl: 'https://services.mybcapps.com/bc-sf-filter/search/suggest',
      productsUrl: 'https://services.mybcapps.com/bc-sf-filter/search/products',
      analyticsUrl: 'https://lambda.mybcapps.com/e'
    },
    shop: {
      name: 'Acton Canada',
      url: 'https://actoncanada.ca',
      domain: 'actoncanada.myshopify.com',
      currency: 'CAD',
      money_format: "{{amount}} \u0026#36;",
      money_format_with_currency: "\u003cspan class=money\u003e{{amount}} \u0026#36; CAD\u003c\/span\u003e"
    },
    general: {
      file_url: "//actoncanada.ca/cdn/shop/files/?v=29142",
      asset_url: "//actoncanada.ca/cdn/shop/t/42/assets/boost-pfs.js?v=29142",
      collection_id: 0,
      collection_handle: "",
      collection_product_count: 0,
      
      
      theme_id: 142930477311,
      collection_tags: null,
      current_tags: null,
      default_sort_by: "",
      swatch_extension: "png",
      no_image_url: "//actoncanada.ca/cdn/shop/t/42/assets/boost-pfs-no-image.gif?v=45510820439899768411718871818",
      search_term: "",
      template: "index",currencies: ["CAD","USD"],
      current_currency:"CAD",published_locales: {"fr":true,"en":false},
      current_locale:"fr",
      isInitFilter:false},
    
    settings: {"general":{"productAndVariantAvailable":true,"availableAfterFiltering":false,"activeFilterScrollbar":true,"showFilterOptionCount":true,"showSingleOption":false,"showOutOfStockOption":false,"collapseOnPCByDefault":false,"collapseOnMobileByDefault":false,"keepToggleState":true,"showRefineBy":true,"capitalizeFilterOptionValues":true,"paginationType":"load_more","showLoading":false,"activeScrollToTop":true,"customSortingList":"best-selling|title-ascending|created-descending|price-ascending|price-descending","enableAjaxCart":true,"ajaxCartStyle":"slide","selectOptionInProductItem":false,"changeMobileButtonLabel":true,"sortingAvailableFirst":true,"showVariantImageBasedOn":"","addCollectionToProductUrl":true,"showVariantImageBasedOnSelectedFilter":"","urlScheme":1,"isShortenUrlParam":false,"filterTreeVerticalStyle":"style-default","filterTreeHorizontalStyle":"style1","filterTreeMobileStyle":"style3-fullwidth","stickyFilterOnDesktop":false,"stickyFilterOnMobile":true,"enableCollectionSearch":false,"swatchImageVersion":3,"enableTrackingOrderRevenue":true},"search":{"enableSuggestion":true,"showSuggestionProductVendor":true,"showSuggestionProductPrice":true,"showSuggestionProductSalePrice":true,"showSuggestionProductSku":false,"showSuggestionProductImage":true,"searchPanelBlocks":{"products":{"label":"Products","pageSize":25,"active":true,"displayImage":true},"collections":{"label":"Collections","pageSize":25,"active":false,"displayImage":false,"displayDescription":false,"excludedValues":[]},"pages":{"label":"Pages","pageSize":25,"active":false,"displayImage":false,"displayExcerpt":false},"searchEmptyResultMessages":{"active":true,"label":"We are sorry! We couldn't find results for \"{{ terms }}\".{{ breakline }}But don't give up – check the spelling or try less specific search terms."},"searchTips":{"label":"Search tips","active":true,"searchTips":"Please double-check your spelling.{{ breakline }}Use more generic search terms.{{ breakline }}Enter fewer keywords.{{ breakline }}Try searching by product type, brand, model number or product feature."},"searchTermSuggestions":{"label":"Check out some of these popular searches","active":true,"type":"based_on_data","searchTermList":["feutre","e","all terrain","neo sox","botte","prairie","freestyle kick","acton","feutre remplacement pour bebe","electro"],"backup":[]},"mostPopularProducts":{"label":"Trending products","active":true,"type":"based_on_data","productList":["pro-ice-brun-bottes-de-travail-8-isolees-semelle-4grip4ice","icelander-2-0-noir-bottes-de-travail-dhiver-avec-feutre-amovible-1","mocassin-noir-couvre-chaussures-de-ville-doublure-de-tricot","feutres-de-remplacement-11-bottes-dhiver-pour-hommes-norway","all-terrain-noir-bottes-de-travail-15-impermeable-en-pu","feutre-de-remplacemetn-bottes-dhiver-hommes-norway-2-0-et-denmark","urban-noir-couvre-chaussures-de-ville-en-caoutchouc-naturel","adventure-vert-bottes-de-pluie-15-en-eva-isolees","neo-sox-8-2-bas-neoprene-isolants-antimicrobien-lavable","norway-2-0-noir-bottes-dhiver-12-feutre-amovible-1"],"backup":[]}},"suggestionNoResult":{"search_terms":{"label":"Check out some of these popular searches","status":true,"data":["feutre","e","all terrain","neo sox","botte","prairie","freestyle kick","acton","feutre remplacement pour bebe","electro"],"type":"based_on_data","backup":[]},"products":{"label":"Trending products","status":true,"data":["pro-ice-brun-bottes-de-travail-8-isolees-semelle-4grip4ice","icelander-2-0-noir-bottes-de-travail-dhiver-avec-feutre-amovible-1","mocassin-noir-couvre-chaussures-de-ville-doublure-de-tricot","feutres-de-remplacement-11-bottes-dhiver-pour-hommes-norway","all-terrain-noir-bottes-de-travail-15-impermeable-en-pu","feutre-de-remplacemetn-bottes-dhiver-hommes-norway-2-0-et-denmark","urban-noir-couvre-chaussures-de-ville-en-caoutchouc-naturel","adventure-vert-bottes-de-pluie-15-en-eva-isolees","neo-sox-8-2-bas-neoprene-isolants-antimicrobien-lavable","norway-2-0-noir-bottes-dhiver-12-feutre-amovible-1"],"type":"based_on_data","backup":[]}},"enableFuzzy":true,"suggestionBlocks":[{"type":"suggestions","label":"Propositions populaire","status":"active","number":5},{"type":"collections","label":"Collections","status":"disabled","number":3,"excludedValues":[]},{"type":"products","label":"Produits","status":"active","number":6},{"type":"pages","label":"Pages","status":"disabled","number":3}],"searchBoxOnclick":{"recentSearch":{"label":"Recherches récentes","status":false,"number":"3"},"searchTermSuggestion":{"label":"Recherches populaires","status":false,"data":[]},"productSuggestion":{"label":"Produits tendance","status":true,"data":[]}},"productAvailable":true,"suggestionStyle":"style2","suggestionStyle1ProductItemType":"list","suggestionStyle1ProductPosition":"none","suggestionStyle1ProductPerRow":"1","suggestionStyle2ProductItemType":"list","suggestionStyle2ProductPosition":"right","suggestionStyle2ProductPerRow":"2","suggestionStyle3ProductItemType":"list","suggestionStyle3ProductPosition":"right","suggestionStyle3ProductPerRow":"3"},"backSettings":{"offSensitive":false},"actionlist":{"qvBtnBackgroundColor":"rgba(255||255||255||1)","qvBtnTextColor":"rgba(61||66||70||1)","qvBtnBorderColor":"rgba(255||255||255||1)","qvBtnHoverBackgroundColor":"rgba(61||66||70||1)","qvBtnHoverTextColor":"rgba(255||255||255||1)","qvBtnHoverBorderColor":"rgba(61||66||70||1)","atcBtnBackgroundColor":"rgba(0||0||0||1)","atcBtnTextColor":"rgba(255||255||255||1)","atcBtnBorderColor":"rgba(0||0||0||1)","atcBtnHoverBackgroundColor":"rgba(61||66||70||1)","atcBtnHoverTextColor":"rgba(255||255||255||1)","atcBtnHoverBorderColor":"rgba(61||66||70||1)","alStyle":"bc-al-style4","qvEnable":true,"atcEnable":true},"labelTranslations":{"en":{"refineDesktop":"Filter","refine":"Refine By","refineMobile":"Refine By","refineMobileCollapse":"Hide Filter","clear":"Clear","clearAll":"Clear All","viewMore":"View More","viewLess":"View Less","apply":"Apply","applyAll":"Apply All","close":"Close","back":"Back","showLimit":"Show","collectionAll":"All","under":"Under","above":"Above","ratingStar":"Star","ratingStars":"Stars","ratingUp":"& Up","showResult":"Show result","searchOptions":"Search Options","inCollectionSearch":"Search for products in this collection","loadPreviousPage":"Load Previous Page","listView":"List view","gridView":"Grid view","gridViewColumns":"Grid view {{ count }} Columns","loadMore":"Load more {{ amountProduct }} Products","loadMoreTotal":"{{ from }} - {{ to }} of {{ total }} Products","sortByOptions":{"sorting":"Sort By","best-selling":"Best Selling","title-ascending":"A to Z","created-descending":"Newest","price-ascending":"Price (Low - High)","price-descending":"Price (High - Low)"},"recommendation":{},"search":{"generalTitle":"General Title (when no search term)","resultHeader":"Search results for \"{{ terms }}\"","resultNumber":"Showing {{ count }} results for \"{{ terms }}\"","seeAllProducts":"See all products","resultEmpty":"We are sorry! We couldn't find results for \"{{ terms }}\".{{ breakline }}But don't give up – check the spelling or try less specific search terms.","resultEmptyWithSuggestion":"Sorry, nothing found for \"{{ terms }}\". Check out these items instead?","searchTotalResult":"Showing {{ count }} result","searchTotalResults":"Showing {{ count }} results","searchPanelProduct":"Products","searchPanelCollection":"Collections","searchPanelPage":"Blogs & Pages","searchTipsTitle":"Search tips","searchTipsContent":"Please double-check your spelling.{{ breakline }}Use more generic search terms.{{ breakline }}Enter fewer keywords.{{ breakline }}Try searching by product type, brand, model number or product feature."},"suggestion":{"viewAll":"View all {{ count }} products","didYouMean":"Did you mean: {{ terms }}","searchBoxPlaceholder":"Search","suggestQuery":"Show {{ count }} results for {{ terms }}","instantSearchSuggestionsLabel":"Popular suggestions","instantSearchCollectionsLabel":"Collections","instantSearchProductsLabel":"Products","instantSearchPagesLabel":"Pages","searchBoxOnclickRecentSearchLabel":"Recent searches","searchBoxOnclickSearchTermLabel":"Popular searches","searchBoxOnclickProductsLabel":"Trending products","noSearchResultSearchTermLabel":"Check out some of these popular searches","noSearchResultProductsLabel":"Trending products"},"error":{"noFilterResult":"Sorry, no products matched your selection","noSearchResult":"Sorry, no products matched the keyword","noProducts":"No products found in this collection","noSuggestionResult":"Sorry, nothing found for \"{{ terms }}\".","noSuggestionProducts":"Sorry, nothing found for \"{{ terms }}\"."},"action_list":{"qvBtnLabel":"Quick View","qvAddToCartBtnLabel":"Add To Cart","qvSoldOutLabel":"Sold Out","qvSaleLabel":"Sale","qvViewFullDetails":"View Full Details","qvQuantity":"Quantity","atcAvailableLabel":"Add to Cart","atcSelectOptionsLabel":"Select Options","atcSoldOutLabel":"Sold Out","atcMiniCartSubtotalLabel":"Subtotal","atcMiniCartCheckoutLabel":"Checkout","atcMiniCartShopingCartLabel":"Your Cart","atcMiniCartEmptyCartLabel":"Your Cart Is Currently Empty","atcMiniCartViewCartLabel":"View cart","atcAddingToCartBtnLabel":"Adding","atcAddedToCartBtnLabel":"Added!","atcMiniCartCountItemLabel":"item","atcMiniCartCountItemLabelPlural":"items"},"defaultTheme":{"toolbarViewAs":"View as","toolbarProduct":"Product","toolbarProducts":"Products","productItemSoldOut":"Sold out","productItemSale":"Sale","productItemFrom":"from"},"recentlyViewed":{"recentProductHeading":"Recently Viewed Products"},"mostPopular":{"popularProductsHeading":"Popular Products"}},"fr":{"refineDesktop":"Filtrer","refine":"Affiner par","refineMobile":"Affiner par","refineMobileCollapse":"Masquer le filtre","clear":"Effacer","clearAll":"Effacer tout","viewMore":"Afficher plus","viewLess":"Voir moins","apply":"Appliquer","applyAll":"Appliquer tout","close":"Fermer","back":"Arrière","showLimit":"Afficher","collectionAll":"Tous","under":"Sous","above":"Au-dessus de","ratingStar":"Étoile","ratingStars":"Étoiles","ratingUp":"& Haut","showResult":"Afficher les résultats","searchOptions":"Options de recherche","inCollectionSearch":"Search for products in this collection","loadPreviousPage":"Charger la page précédente","listView":"Vue de la liste","gridView":"Vue en grille","gridViewColumns":"Vue en grille {{ count }} Colonnes","loadMore":"Charger plus de {{ amountProduct }} Produits","loadMoreTotal":"{{ from }} - {{ to }} de {{ total }} Produits","sortByOptions":{"sorting":"Trier par","best-selling":"Meilleures ventes","title-ascending":"A to Z","created-descending":"Les plus récents","price-ascending":"Prix (Bas - Haut)","price-descending":"Prix (Haut - Bas)"},"recommendation":{"productpage-345426":"Fréquemment achetés ensemble"},"search":{"generalTitle":"Titre général (si aucun terme de recherche)","resultHeader":"Résultats de la recherche pour \"{{ terms }}\"","resultNumber":"Afficher {{ count }} résultats pour \"{{ terms }}\"","seeAllProducts":"Voir tous les produits","resultEmpty":"We are sorry! We couldn't find results for \"{{ terms }}\".{{ breakline }}But don't give up – check the spelling or try less specific search terms.","resultEmptyWithSuggestion":"Désolé, rien trouvé pour \"{{ terms }}\". Consultez ces articles à la place ?","searchTotalResult":"Afficher {{ count }} résultat","searchTotalResults":"Afficher {{ count }}} résultats","searchPanelProduct":"Products","searchPanelCollection":"Collections","searchPanelPage":"Pages","searchTipsTitle":"Search tips","searchTipsContent":"Please double-check your spelling.{{ breakline }}Use more generic search terms.{{ breakline }}Enter fewer keywords.{{ breakline }}Try searching by product type, brand, model number or product feature."},"suggestion":{"viewAll":"Voir tous {{ count }} les produits","didYouMean":"Vous voulez dire : {{ terms }}","searchBoxPlaceholder":"Recherchez","suggestQuery":"Afficher {{ count }} résultats pour {{ terms }}","instantSearchSuggestionsLabel":"Propositions populaire","instantSearchCollectionsLabel":"Collections","instantSearchProductsLabel":"Produits","instantSearchPagesLabel":"Pages","searchBoxOnclickRecentSearchLabel":"Recherches récentes","searchBoxOnclickSearchTermLabel":"Recherches populaires","searchBoxOnclickProductsLabel":"Produits tendance","noSearchResultSearchTermLabel":"Check out some of these popular searches","noSearchResultProductsLabel":"Trending products"},"error":{"noFilterResult":"Désolé, aucun produit ne correspond à votre sélection","noSearchResult":"Désolé, aucun produit ne correspond au mot-clé","noProducts":"Aucun produit trouvé dans cette collection","noSuggestionResult":"Désolé, aucun produit trouvé pour \"{{ terms }}\".","noSuggestionProducts":"Désolé, rien trouvé pour \"{{ terms }}\"."},"action_list":{"qvBtnLabel":"Vue rapide","qvAddToCartBtnLabel":"Ajouter au panier","qvSoldOutLabel":"Épuisé","qvSaleLabel":"Vente","qvViewFullDetails":"Voir tous les détails","qvQuantity":"Quantité","atcAvailableLabel":"Ajouter au panier","atcSelectOptionsLabel":"Sélectionnez les options","atcSoldOutLabel":"Épuisé","atcMiniCartSubtotalLabel":"Sous-total","atcMiniCartCheckoutLabel":"Commander","atcMiniCartShopingCartLabel":"Votre panier","atcMiniCartEmptyCartLabel":"Votre panier est actuellement vide","atcMiniCartViewCartLabel":"Voir le panier","atcAddingToCartBtnLabel":"Ajout de","atcAddedToCartBtnLabel":"Ajouté!","atcMiniCartCountItemLabel":"objet","atcMiniCartCountItemLabelPlural":"éléments"},"defaultTheme":{"toolbarViewAs":"Voir comme","toolbarProduct":"Produit","toolbarProducts":"Produits","productItemSoldOut":"Épuisé","productItemSale":"Vente","productItemFrom":"de"},"recentlyViewed":{"recentProductHeading":"Produits récemment consultés"},"mostPopular":{"popularProductsHeading":"Produits populaires"}}},"label":{"refineDesktop":"Filtrer","refine":"Affiner par","refineMobile":"Affiner par","refineMobileCollapse":"Masquer le filtre","clear":"Effacer","clearAll":"Effacer tout","viewMore":"Afficher plus","viewLess":"Voir moins","apply":"Appliquer","applyAll":"Appliquer tout","close":"Fermer","back":"Arrière","showLimit":"Afficher","collectionAll":"Tous","under":"Sous","above":"Au-dessus de","ratingStar":"Étoile","ratingStars":"Étoiles","ratingUp":"& Haut","showResult":"Afficher les résultats","searchOptions":"Options de recherche","inCollectionSearch":"Search for products in this collection","loadPreviousPage":"Charger la page précédente","listView":"Vue de la liste","gridView":"Vue en grille","gridViewColumns":"Vue en grille {{ count }} Colonnes","loadMore":"Charger plus de {{ amountProduct }} Produits","loadMoreTotal":"{{ from }} - {{ to }} de {{ total }} Produits","sortByOptions":{"sorting":"Trier par","best-selling":"Meilleures ventes","title-ascending":"A to Z","created-descending":"Les plus récents","price-ascending":"Prix (Bas - Haut)","price-descending":"Prix (Haut - Bas)"},"recommendation":{"productpage-345426":"Fréquemment achetés ensemble"},"search":{"generalTitle":"Titre général (si aucun terme de recherche)","resultHeader":"Résultats de la recherche pour \"{{ terms }}\"","resultNumber":"Afficher {{ count }} résultats pour \"{{ terms }}\"","seeAllProducts":"Voir tous les produits","resultEmpty":"We are sorry! We couldn't find results for \"{{ terms }}\".{{ breakline }}But don't give up – check the spelling or try less specific search terms.","resultEmptyWithSuggestion":"Désolé, rien trouvé pour \"{{ terms }}\". Consultez ces articles à la place ?","searchTotalResult":"Afficher {{ count }} résultat","searchTotalResults":"Afficher {{ count }}} résultats","searchPanelProduct":"Products","searchPanelCollection":"Collections","searchPanelPage":"Pages","searchTipsTitle":"Search tips","searchTipsContent":"Please double-check your spelling.{{ breakline }}Use more generic search terms.{{ breakline }}Enter fewer keywords.{{ breakline }}Try searching by product type, brand, model number or product feature."},"suggestion":{"viewAll":"Voir tous {{ count }} les produits","didYouMean":"Vous voulez dire : {{ terms }}","searchBoxPlaceholder":"Recherchez","suggestQuery":"Afficher {{ count }} résultats pour {{ terms }}","instantSearchSuggestionsLabel":"Propositions populaire","instantSearchCollectionsLabel":"Collections","instantSearchProductsLabel":"Produits","instantSearchPagesLabel":"Pages","searchBoxOnclickRecentSearchLabel":"Recherches récentes","searchBoxOnclickSearchTermLabel":"Recherches populaires","searchBoxOnclickProductsLabel":"Produits tendance","noSearchResultSearchTermLabel":"Check out some of these popular searches","noSearchResultProductsLabel":"Trending products"},"error":{"noFilterResult":"Désolé, aucun produit ne correspond à votre sélection","noSearchResult":"Désolé, aucun produit ne correspond au mot-clé","noProducts":"Aucun produit trouvé dans cette collection","noSuggestionResult":"Désolé, aucun produit trouvé pour \"{{ terms }}\".","noSuggestionProducts":"Désolé, rien trouvé pour \"{{ terms }}\"."},"action_list":{"qvBtnLabel":"Vue rapide","qvAddToCartBtnLabel":"Ajouter au panier","qvSoldOutLabel":"Épuisé","qvSaleLabel":"Vente","qvViewFullDetails":"Voir tous les détails","qvQuantity":"Quantité","atcAvailableLabel":"Ajouter au panier","atcSelectOptionsLabel":"Sélectionnez les options","atcSoldOutLabel":"Épuisé","atcMiniCartSubtotalLabel":"Sous-total","atcMiniCartCheckoutLabel":"Commander","atcMiniCartShopingCartLabel":"Votre panier","atcMiniCartEmptyCartLabel":"Votre panier est actuellement vide","atcMiniCartViewCartLabel":"Voir le panier","atcAddingToCartBtnLabel":"Ajout de","atcAddedToCartBtnLabel":"Ajouté!","atcMiniCartCountItemLabel":"objet","atcMiniCartCountItemLabelPlural":"éléments"},"defaultTheme":{"toolbarViewAs":"Voir comme","toolbarProduct":"Produit","toolbarProducts":"Produits","productItemSoldOut":"Épuisé","productItemSale":"Vente","productItemFrom":"de"},"recentlyViewed":{"recentProductHeading":"Produits récemment consultés"},"mostPopular":{"popularProductsHeading":"Produits populaires"}},"style":{"filterTitleTextColor":"","filterTitleFontSize":"","filterTitleFontWeight":"","filterTitleFontTransform":"","filterTitleFontFamily":"\"Helvetica Neue\", Helvetica, Arial, sans-serif","filterOptionTextColor":"","filterOptionFontSize":"","filterOptionFontFamily":"\"Helvetica Neue\", Helvetica, Arial, sans-serif","filterMobileButtonTextColor":"","filterMobileButtonFontSize":"","filterMobileButtonFontWeight":"","filterMobileButtonFontTransform":"","filterMobileButtonFontFamily":"\"Helvetica Neue\", Helvetica, Arial, sans-serif","filterMobileButtonBackgroundColor":""},"searchEmptyResultMessages":{"label":"We are sorry! We couldn't find results for \"{{ terms }}\".{{ breakline }}But don't give up – check the spelling or try less specific search terms."}},
    
    
swatch_settings: {
  
},
     
default_sort_order: {"search":"best-selling","all":"best-selling"},

  };
  function mergeObject(obj1, obj2){
    var obj3 = {};
    for (var attr in obj1) { obj3[attr] = obj1[attr]; }
    for (var attr in obj2) { obj3[attr] = obj2[attr]; }
    return obj3;
  }
  if (typeof boostPFSConfig == 'undefined') {
    boostPFSConfig = {};
  }
  if (typeof boostPFSAppConfig != 'undefined') {
    boostPFSConfig = mergeObject(boostPFSConfig, boostPFSAppConfig);
  }
  if (typeof boostPFSThemeConfig != 'undefined') {
    boostPFSConfig = mergeObject(boostPFSConfig, boostPFSThemeConfig);
  }
</script>

<!-- Include Resources --><script defer src="//actoncanada.ca/cdn/shop/t/42/assets/boost-pfs-core-instant-search.js?v=3961628244448088741718871818"></script>
  <script defer src="//actoncanada.ca/cdn/shop/t/42/assets/boost-pfs-instant-search.js?v=81608379210325563721718871818"></script><!-- Initialize App -->
<script defer src="//actoncanada.ca/cdn/shop/t/42/assets/boost-pfs-init.js?v=175640865060629595041736395914"></script>



  <!-- Instant search no result JSON data -->
  <script type="application/json" id="boost-pfs-instant-search-products-not-found-json">
	{
		"search_terms": ["feutre","e","all terrain","neo sox","botte","prairie","freestyle kick","acton","feutre remplacement pour bebe","electro"],
		"products": []
	}
</script>

<script defer src="//actoncanada.ca/cdn/shop/t/42/assets/boost-pfs-analytics-custom.js?v=20949939441279981701736395915"></script>
   <!--end-boost-pfs-js-->
  <script src="https://a.klaviyo.com/media/js/onsite/onsite.js"></script><script>
    var klaviyo = klaviyo || [];
    klaviyo.init({
      account: "PsGpJ2",
      platform: "shopify"
    });
    klaviyo.enable("backinstock",{ 
    trigger: {
      // product_page_text: "Notify Me When Available",
      // product_page_class: "button--notify-me",
      // product_page_text_align: "center",
      // product_page_margin: "0px",
      // alternate_anchor: "notify-me",
      // replace_anchor: false
    },
    modal: {
     headline: "{product_name}",
     body_content: "Inscrivez-vous pour recevoir une notification lorsque cet article revient en stock.",
     email_field_label: "Courriel",
     button_label: "ME PRÉVENIR LORSQUE C'EST DISPONIBLE",
     subscription_success_label: "Vous êtes dedans! Nous vous ferons savoir quand il est de retour.",
     footer_content: '',
     additional_styles: "@import url('https://fonts.googleapis.com/css?family=Helvetica+Neue');",
     drop_background_color: "#000",
     background_color: "#fff",
     text_color: "#222",
     button_text_color: "#fff",
     button_background_color: "#000",
     close_button_color: "#ccc",
     error_background_color: "#fcd6d7",
     error_text_color: "#C72E2F",
     success_background_color: "#d3efcd",
     success_text_color: "#1B9500"
    }
  });
</script>
  
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5e87371169e9320caabfed6c/1ha504cdd';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->

  
     
<div id="shopify-block-AY2lIZStBWFNsK0Njd__11468047240823483236" class="shopify-block shopify-app-block"><div id="sezzle-checkout-button-embed-block-error"></div>
<style>
  .sezzle-checkout-button {
   

    

    

    

    

    
}
</style>
<script>
   

   
      const embedCheckoutRendererScript = document.createElement("script");
      embedCheckoutRendererScript.type = "text/javascript";
      embedCheckoutRendererScript.src = "https://cdn.shopify.com/extensions/019ddf0c-fbfc-7dee-bd1f-246ed7544ccc/sezzle-widget-7a736ff3/assets/checkout-button-renderer.min.js";
      embedCheckoutRendererScript.onload = function() {
         new CheckoutButtonRenderer({
            merchantUUID : "c968fe20-2efc-46cf-8138-8c7c366a6ba8",
            defaultPlacement : "true",
            theme : "light",
            template : "Checkout with %%logo%%",
            cartTotal : 0,
         }).init();
      };
      document.head.appendChild(embedCheckoutRendererScript);
   
</script>




</div><div id="shopify-block-AMm5GZlN5KzdSZ3JWT__12608439564960700138" class="shopify-block shopify-app-block"><div id="sezzle-widget-embed-block-error"></div>
<style>
  .sezzle-shopify-info-button .sezzle-button-text {
    

    

    
}
</style>
<script>
    

    
        const embedWidgetRendererScript = document.createElement("script");
        embedWidgetRendererScript.type = "text/javascript";
        embedWidgetRendererScript.src = "https://cdn.shopify.com/extensions/019ddf0c-fbfc-7dee-bd1f-246ed7544ccc/sezzle-widget-7a736ff3/assets/widget-renderer.min.js";
        embedWidgetRendererScript.onload = function() {
          new WidgetRenderer({
              merchantUUID: "c968fe20-2efc-46cf-8138-8c7c366a6ba8",
              blockType: "embed"
          }).init();
        };
        document.head.appendChild(embedWidgetRendererScript);
    
  </script>

</div><div id="shopify-block-AUStKZXNOSkRYTGQ5T__1700746595972018580" class="shopify-block shopify-app-block">
<script type="text/javascript" src="https://cdn.shopify.com/extensions/019e73dd-727b-7668-8ee6-ef88dacad00e/product-compare-103/assets/compare.js" id="compare-js" defer></script>



</div><script src="https://cdn.shopify.com/storefront/standard-actions.js" type="module" data-source-attribution="shopify.standard_actions"></script>
</body><script>if (!window.langify) { console.log("langify is not published on this theme, but the polyfill translation code is active"); } else { console.log("langify polyfill translation code is active"); } window.langify = window.langify || {}; window.langify.settings = window.langify.settings || {}; window.langify.settings.polyfill = true;</script>

</html>
