<!doctype html>
<html class="no-js" lang="fr">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="IE=edge">

    <title>Bento&amp;co</title>

    

    

    <link rel="canonical" href="https://www.bentoandco.com/password">
    <meta name="viewport" content="width=device-width">

    
    















<meta property="og:site_name" content="Bento&amp;co">
<meta property="og:url" content="https://www.bentoandco.com">
<meta property="og:title" content="Bento&amp;co">
<meta property="og:type" content="website">
<meta property="og:description" content="Régalez-vous lors de votre pause repas avec notre sélection de boîtes, bento, lunchbox, vaisselle japonaise !  Commande en quelques clics, directement du Japon!">




















<meta name="twitter:title" content="Bento&amp;co">
<meta name="twitter:description" content="Régalez-vous lors de votre pause repas avec notre sélection de boîtes, bento, lunchbox, vaisselle japonaise !  Commande en quelques clics, directement du Japon!">





    <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="google-site-verification" content="ybj_yAzVdH_Qhc_Bzw_nQ-Rieymc_rZo9JcYj4614oM">
<meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/18802/digital_wallets/dialog">
<meta name="shopify-checkout-api-token" content="37e110e8dea07b2de60dac45e1cbf425">
<meta id="in-context-paypal-metadata" data-shop-id="18802" data-venmo-supported="false" data-environment="production" data-locale="fr_FR" data-paypal-v4="true" data-currency="EUR">
<link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch">
<script id="apple-pay-shop-capabilities" type="application/json">{"shopId":18802,"countryCode":"JP","currencyCode":"EUR","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/18802","merchantName":"Bento\u0026co","requiredBillingContactFields":["postalAddress","email","phone"],"requiredShippingContactFields":["postalAddress","email","phone"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex"],"total":{"type":"pending","label":"Bento\u0026co","amount":"1.00"}}</script>
<script>var Shopify = Shopify || {};
Shopify.shop = "riviereauxcanards.myshopify.com";
Shopify.locale = "fr";
Shopify.currency = {"active":"EUR","rate":"1.0"};
Shopify.theme = {"name":"Superstore-v2.3.0 - Bento\u0026co FR 03-2020","id":80689758263,"theme_store_id":null,"role":"main"};
Shopify.theme.handle = "null";
Shopify.theme.style = {"id":null,"handle":null};
Shopify.cdnHost = "cdn.shopify.com";</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 = "pay.shopify.com";</script>
<script>(function() {
  function asyncLoad() {
    var urls = ["https:\/\/motivate.boldapps.net\/motivator.php?shop=riviereauxcanards.myshopify.com","https:\/\/assets1.adroll.com\/shopify\/latest\/j\/shopify_rolling_bootstrap_v2.js?adroll_adv_id=HNXYLGL3MRHWTNBUPEWB6Y\u0026adroll_pix_id=EAHPAJZYSZDZXDACNC3WEL\u0026shop=riviereauxcanards.myshopify.com","https:\/\/static.klaviyo.com\/onsite\/js\/klaviyo.js?company_id=QfMWDE\u0026shop=riviereauxcanards.myshopify.com","https:\/\/loox.io\/widget\/Ey-VqOD4fO\/loox.1580956019546.js?shop=riviereauxcanards.myshopify.com","https:\/\/analytics.getshogun.com\/collector.js?shop=riviereauxcanards.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":18802,"offset":32400,"reqid":"05ac2036-7587-41c6-9b0c-5259bae04be4","pageurl":"www.bentoandco.com\/password","u":"285f6f601a86","p":"password"};</script>
<script>window.ShopifyPaypalV4VisibilityTracking = true;</script>
<script>window.ShopifyAnalytics = window.ShopifyAnalytics || {};
window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
window.ShopifyAnalytics.meta.currency = 'EUR';
var meta = {"page":{"pageType":"password"}};
for (var attr in meta) {
  window.ShopifyAnalytics.meta[attr] = meta[attr];
}</script>
<script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() {
  
};
</script>
<script class="analytics">(window.gaDevIds=window.gaDevIds||[]).push('BwiEti');


(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 (document.cookie.indexOf('loggedConversion=' + window.location.pathname) !== -1) {
      return true;
    }
    if (token) {
      return document.cookie.indexOf('loggedConversion=' + token) !== -1;
    }
    return false;
  }

  var setCookieIfConversion = function(token) {
    if (token) {
      var twoMonthsFromNow = new Date(Date.now());
      twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2);

      document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow;
    }
  }

  var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || [];
  if (trekkie.integrations) {
    return;
  }
  trekkie.methods = [
    'identify',
    'page',
    'ready',
    'track',
    'trackForm',
    'trackLink'
  ];
  trekkie.factory = function(method) {
    return function() {
      var args = Array.prototype.slice.call(arguments);
      args.unshift(method);
      trekkie.push(args);
      return trekkie;
    };
  };
  for (var i = 0; i < trekkie.methods.length; i++) {
    var key = trekkie.methods[i];
    trekkie[key] = trekkie.factory(key);
  }
  trekkie.load = function(config) {
    trekkie.config = config;
    var script = document.createElement('script');
    script.type = 'text/javascript';
    script.onerror = function(e) {      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.0',
      {shop_id: 18802,
      theme_id: 80689758263,
      app_name: "storefront"});

      
    };
    script.async = true;
    script.src = 'https://cdn.shopify.com/s/javascripts/tricorder/trekkie.storefront.min.js?v=2020.07.13.1';
    var first = document.getElementsByTagName('script')[0];
    first.parentNode.insertBefore(script, first);
  };
  trekkie.load(
    {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":18802,"isMerchantRequest":null,"themeId":80689758263,"themeCityHash":"6220941162603325830","contentLanguage":"fr","currency":"EUR"},"isServerSideCookieWritingEnabled":true,"isPixelGateEnabled":true},"Performance":{"navigationTimingApiMeasurementsEnabled":true,"navigationTimingApiMeasurementsSampleRate":1},"Google Analytics":{"trackingId":"UA-121217-4","domain":"auto","siteSpeedSampleRate":"10","enhancedEcommerce":true,"doubleClick":true,"includeSearch":true},"Facebook Pixel":{"pixelIds":["313869985443995"],"agent":"plshopify1.2","conversionsAPIEnabled":true},"Google Gtag Pixel":{"conversionId":"AW-952685088","eventLabels":[{"type":"page_view","action_label":"AW-952685088\/9RmzCNbKtNsBEKCko8YD"},{"type":"purchase","action_label":"AW-952685088\/2moqCNnKtNsBEKCko8YD"},{"type":"view_item","action_label":"AW-952685088\/PO7ICNzKtNsBEKCko8YD"},{"type":"add_to_cart","action_label":"AW-952685088\/ubD0CN_KtNsBEKCko8YD"},{"type":"begin_checkout","action_label":"AW-952685088\/hbl5COLKtNsBEKCko8YD"},{"type":"search","action_label":"AW-952685088\/8P-5COXKtNsBEKCko8YD"},{"type":"add_payment_info","action_label":"AW-952685088\/cFwvCOjKtNsBEKCko8YD"}],"targetCountry":null},"Session Attribution":{}}
  );

  var loaded = false;
  trekkie.ready(function() {
    if (loaded) return;
    loaded = true;

    window.ShopifyAnalytics.lib = window.trekkie;
    
      ga('require', 'linker');
      function addListener(element, type, callback) {
        if (element.addEventListener) {
          element.addEventListener(type, callback);
        }
        else if (element.attachEvent) {
          element.attachEvent('on' + type, callback);
        }
      }
      function decorate(event) {
        event = event || window.event;
        var target = event.target || event.srcElement;
        if (target && (target.getAttribute('action') || target.getAttribute('href'))) {
          ga(function (tracker) {
            var linkerParam = tracker.get('linkerParam');
            document.cookie = '_shopify_ga=' + linkerParam + '; ' + 'path=/';
          });
        }
      }
      addListener(window, 'load', function(){
        for (var i=0; i < document.forms.length; i++) {
          var action = document.forms[i].getAttribute('action');
          if(action && action.indexOf('/cart') >= 0) {
            addListener(document.forms[i], 'submit', decorate);
          }
        }
        for (var i=0; i < document.links.length; i++) {
          var href = document.links[i].getAttribute('href');
          if(href && href.indexOf('/checkout') >= 0) {
            addListener(document.links[i], 'click', decorate);
          }
        }
      });
    

    var originalDocumentWrite = document.write;
    document.write = customDocumentWrite;
    try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {};
    document.write = originalDocumentWrite;
      (function () {
        if (window.BOOMR && (window.BOOMR.version || window.BOOMR.snippetExecuted)) {
          return;
        }
        window.BOOMR = window.BOOMR || {};
        window.BOOMR.snippetStart = new Date().getTime();
        window.BOOMR.snippetExecuted = true;
        window.BOOMR.snippetVersion = 12;
        window.BOOMR.application = "storefront-renderer";
        window.BOOMR.themeName = "Superstore";
        window.BOOMR.themeVersion = "2.3.0";
        window.BOOMR.shopId = 18802;
        window.BOOMR.themeId = 80689758263;
        window.BOOMR.url =
          "https://cdn.shopify.com/shopifycloud/boomerang/shopify-boomerang-1.0.0.min.js";
        var where = document.currentScript || document.getElementsByTagName("script")[0];
        var parentNode = where.parentNode;
        var promoted = false;
        var LOADER_TIMEOUT = 3000;
        function promote() {
          if (promoted) {
            return;
          }
          var script = document.createElement("script");
          script.id = "boomr-scr-as";
          script.src = window.BOOMR.url;
          script.async = true;
          parentNode.appendChild(script);
          promoted = true;
        }
        function iframeLoader(wasFallback) {
          promoted = true;
          var dom, bootstrap, iframe, iframeStyle;
          var doc = document;
          var win = window;
          window.BOOMR.snippetMethod = wasFallback ? "if" : "i";
          bootstrap = function(parent, scriptId) {
            var script = doc.createElement("script");
            script.id = scriptId || "boomr-if-as";
            script.src = window.BOOMR.url;
            BOOMR_lstart = new Date().getTime();
            parent = parent || doc.body;
            parent.appendChild(script);
          };
          if (!window.addEventListener && window.attachEvent && navigator.userAgent.match(/MSIE [67]./)) {
            window.BOOMR.snippetMethod = "s";
            bootstrap(parentNode, "boomr-async");
            return;
          }
          iframe = document.createElement("IFRAME");
          iframe.src = "about:blank";
          iframe.title = "";
          iframe.role = "presentation";
          iframe.loading = "eager";
          iframeStyle = (iframe.frameElement || iframe).style;
          iframeStyle.width = 0;
          iframeStyle.height = 0;
          iframeStyle.border = 0;
          iframeStyle.display = "none";
          parentNode.appendChild(iframe);
          try {
            win = iframe.contentWindow;
            doc = win.document.open();
          } catch (e) {
            dom = document.domain;
            iframe.src = "javascript:var d=document.open();d.domain='" + dom + "';void(0);";
            win = iframe.contentWindow;
            doc = win.document.open();
          }
          if (dom) {
            doc._boomrl = function() {
              this.domain = dom;
              bootstrap();
            };
            doc.write("<body onload='document._boomrl();'>");
          } else {
            win._boomrl = function() {
              bootstrap();
            };
            if (win.addEventListener) {
              win.addEventListener("load", win._boomrl, false);
            } else if (win.attachEvent) {
              win.attachEvent("onload", win._boomrl);
            }
          }
          doc.close();
        }
        var link = document.createElement("link");
        if (link.relList &&
          typeof link.relList.supports === "function" &&
          link.relList.supports("preload") &&
          ("as" in link)) {
          window.BOOMR.snippetMethod = "p";
          link.href = window.BOOMR.url;
          link.rel = "preload";
          link.as = "script";
          link.addEventListener("load", promote);
          link.addEventListener("error", function() {
            iframeLoader(true);
          });
          setTimeout(function() {
            if (!promoted) {
              iframeLoader(true);
            }
          }, LOADER_TIMEOUT);
          BOOMR_lstart = new Date().getTime();
          parentNode.appendChild(link);
        } else {
          iframeLoader(false);
        }
        function boomerangSaveLoadTime(e) {
          window.BOOMR_onload = (e && e.timeStamp) || new Date().getTime();
        }
        if (window.addEventListener) {
          window.addEventListener("load", boomerangSaveLoadTime, false);
        } else if (window.attachEvent) {
          window.attachEvent("onload", boomerangSaveLoadTime);
        }
        if (document.addEventListener) {
          document.addEventListener("onBoomerangLoaded", function(e) {
            e.detail.BOOMR.init({
              producer_url: "https://monorail-edge.shopifysvc.com/v1/produce",
              ResourceTiming: {
                enabled: true,
                trackedResourceTypes: ["script", "img", "css"]
              },
            });
            e.detail.BOOMR.t_end = new Date().getTime();
          });
        } else if (document.attachEvent) {
          document.attachEvent("onpropertychange", function(e) {
            if (!e) e=event;
            if (e.propertyName === "onBoomerangLoaded") {
              e.detail.BOOMR.init({
                producer_url: "https://monorail-edge.shopifysvc.com/v1/produce",
                ResourceTiming: {
                  enabled: true,
                  trackedResourceTypes: ["script", "img", "css"]
                },
              });
              e.detail.BOOMR.t_end = new Date().getTime();
            }
          });
        }
      })();
    

    
        window.ShopifyAnalytics.lib.page(
          null,
          {"pageType":"password"}
        );
      

    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 = "//cdn.shopify.com/shopifycloud/shopify/assets/shop_events_listener-68ba3f1321f00bf07cb78a03841621079812265e950cdccade3463749ea2705e.js";
      document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);
    
})();</script>
<script>!function(e){e.addEventListener("DOMContentLoaded",function(){var t;null!==e.querySelector('form[action^="/contact"] input[name="form_type"][value="contact"]')&&(window.Shopify=window.Shopify||{},window.Shopify.recaptchaV3=window.Shopify.recaptchaV3||{siteKey:"6LcCR2cUAAAAANS1Gpq_mDIJ2pQuJphsSQaUEuc9"},(t=e.createElement("script")).setAttribute("src","https://cdn.shopify.com/shopifycloud/storefront-recaptcha-v3/v0.1/index.js"),e.body.appendChild(t))})}(document);</script>
<script integrity="sha256-JP8SIsmqE7shdlPA0+ooxAp5aigObaKa1CHuwqYHXIY=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//cdn.shopify.com/shopifycloud/shopify/assets/storefront/load_feature-24ff1222c9aa13bb217653c0d3ea28c40a796a280e6da29ad421eec2a6075c86.js" crossorigin="anonymous"></script>
<script crossorigin="anonymous" defer="defer" src="//cdn.shopify.com/shopifycloud/shopify/assets/shopify_pay/storefront-21b5dddfc8b64c1ad68cee3ba7448d1ffa15c24e969ebc1fbccf1a3784b659ad.js?v=20190107"></script>


<style id="shopify-dynamic-checkout-cart">@media screen and (min-width: 750px) {
  #dynamic-checkout-cart {
    min-height: 50px;
  }
}

@media screen and (max-width: 750px) {
  #dynamic-checkout-cart {
    min-height: 180px;
  }
}
</style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>

    <script>
      document.documentElement.className=document.documentElement.className.replace(/\bno-js\b/,'js');
      if(window.Shopify&&window.Shopify.designMode)document.documentElement.className+=' in-theme-editor';
      if(('ontouchstart' in window)||window.DocumentTouch&&document instanceof DocumentTouch)document.documentElement.className=document.documentElement.className.replace(/\bno-touch\b/,'has-touch');
    </script>

    <link href="//cdn.shopify.com/s/files/1/0001/8802/t/50/assets/theme.scss.css?v=3225470848735977265" rel="stylesheet" type="text/css" media="all" />
  
  








<meta property="og:image" content="https://cdn.shopify.com/s/files/1/0001/8802/files/sakura_kokeshi_with_logo_7d802006-7a3a-41ee-9c37-969a3888d96b.jpg?v=1604618497" />
<meta property="og:image:secure_url" content="https://cdn.shopify.com/s/files/1/0001/8802/files/sakura_kokeshi_with_logo_7d802006-7a3a-41ee-9c37-969a3888d96b.jpg?v=1604618497" />
<meta property="og:image:width" content="2000" />
<meta property="og:image:height" content="1072" />
</head>

  <body class="template-password">
    <main class="site-main" aria-label="main content" tabindex="-1">
      
<div id="shopify-section-static-password" class="shopify-section password--section"><script
  type="application/json"
  data-section-type="static-password"
  data-section-id="static-password">
</script>

<header class="password-page-header">
  <span
    class="password-header-logo">
      
        

        

        
          
          

          

          

  

  <img
    
      src="//cdn.shopify.com/s/files/1/0001/8802/files/bentoandco-black_320px_192x36.png?v=1581915045"
    
    alt="Bento&amp;amp;co"

    
      data-rimg
      srcset="//cdn.shopify.com/s/files/1/0001/8802/files/bentoandco-black_320px_192x36.png?v=1581915045 1x, //cdn.shopify.com/s/files/1/0001/8802/files/bentoandco-black_320px_319x60.png?v=1581915045 1.66x"
    

    class="desktop-logo-image"
    style="
            height: 36px;
          "
    
  >




        

        
          

          
          

          

          

  

  <img
    
      src="//cdn.shopify.com/s/files/1/0001/8802/files/bentoandco-black_320px_160x30.png?v=1581915045"
    
    alt="Bento&amp;amp;co"

    
      data-rimg
      srcset="//cdn.shopify.com/s/files/1/0001/8802/files/bentoandco-black_320px_160x30.png?v=1581915045 1x, //cdn.shopify.com/s/files/1/0001/8802/files/bentoandco-black_320px_320x60.png?v=1581915045 2x"
    

    class="mobile-logo-image"
    style="
            height: 30px;
          "
    
  >




        
    
  </span>

  <div class="password-header-login">
    <button
      class="password-header-lock"
      type="button"
      data-passwordentry-toggle
      aria-label="Saisir le magasin à l&#39;aide d&#39;un mot de passe"
    >
      
                                                                <svg class="icon-lock "    aria-hidden="true"    focusable="false"    role="presentation"    xmlns="http://www.w3.org/2000/svg" width="19" height="24" viewBox="0 0 19 24" fill="none">          <title>Verrouiller icône</title>        <path d="M1.875 10.875H17.125V22.125H1.875V10.875Z" stroke="currentColor" stroke-width="1.75"/>      <path d="M15 9V7.5C15 4.46243 12.5376 2 9.5 2C6.46243 2 4 4.46243 4 7.5V9" stroke="currentColor" stroke-width="1.75"/>      <circle cx="9.5" cy="16.5" r="1.625" stroke="currentColor" stroke-width="1.75"/>    </svg>                                                  

    </button>
    </div>
</header>

<article class="password-page-content">
  <div class="password-page-content--inner">
    <h1 class="password-title">
      Ouverture prochaine
    </h1>

    
      <p class="password-message">
        Nous sommes occupés à une mise à jour importante. La boutique sera de retour ce vendredi 6 novembre 2020.
Voici un code de réduction de 15% pour nous faire pardonner, à utiliser lors de votre prochaine commande: Gomenne
      </p>
    

    

    
    

    

    
      
      
        
        

    
      <div class="password-social--container">
        

        





  
  
    
    


  <div class="social-icons social-icons-inverted">
<a
  class="social-link social-link-facebook"
  title="Facebook"
  href="https://www.facebook.com/La-Boutique-Bentoco-1090254627792813/"
  target="_blank">
<svg      aria-hidden="true"      focusable="false"      role="presentation"      xmlns="http://www.w3.org/2000/svg"      width="28"      height="28"      viewBox="0 0 28 28"    >      <path fill="currentColor" fill-rule="evenodd" d="M16.913 13.919h-2.17v7.907h-3.215V13.92H10v-2.794h1.528V9.316c0-1.294.601-3.316 3.245-3.316l2.38.01V8.72h-1.728c-.282 0-.68.145-.68.762v1.642h2.449l-.281 2.794z"/>    </svg>
<span class="visually-hidden">Trouvez-nous sur Facebook</span>
</a>


<a
  class="social-link social-link-twitter"
  title="Twitter"
  href="https://twitter.com/Bentoandco_FR"
  target="_blank">
<svg      aria-hidden="true"      focusable="false"      role="presentation"      xmlns="http://www.w3.org/2000/svg"      width="28"      height="28"      viewBox="0 0 28 28"    >      <path fill="currentColor" fill-rule="evenodd" d="M20.218 9.925a3.083 3.083 0 0 0 1.351-1.7 6.156 6.156 0 0 1-1.952.746 3.074 3.074 0 0 0-5.238 2.804 8.727 8.727 0 0 1-6.336-3.212 3.073 3.073 0 0 0 .951 4.104 3.062 3.062 0 0 1-1.392-.385v.039c0 1.49 1.06 2.732 2.466 3.014a3.078 3.078 0 0 1-1.389.053 3.077 3.077 0 0 0 2.872 2.135A6.168 6.168 0 0 1 7 18.795a8.7 8.7 0 0 0 4.712 1.382c5.654 0 8.746-4.685 8.746-8.747 0-.133-.003-.265-.009-.397a6.248 6.248 0 0 0 1.534-1.592 6.146 6.146 0 0 1-1.765.484z"/>    </svg>
<span class="visually-hidden">Trouvez-nous sur Twitter</span>
</a>


<a
  class="social-link social-link-pinterest"
  title="Pinterest"
  href="https://www.pinterest.jp/bentoandco/"
  target="_blank">
<svg      aria-hidden="true"      focusable="false"      role="presentation"      xmlns="http://www.w3.org/2000/svg"      width="28"      height="28"      viewBox="0 0 28 28"    >      <path fill="currentColor" fill-rule="evenodd" d="M13.914 6a7.913 7.913 0 0 0-2.885 15.281c-.07-.626-.132-1.586.028-2.27.144-.618.928-3.933.928-3.933s-.238-.475-.238-1.175c0-1.098.64-1.922 1.433-1.922.675 0 1 .507 1 1.115 0 .68-.43 1.694-.654 2.634-.188.789.395 1.43 1.172 1.43 1.405 0 2.487-1.482 2.487-3.622 0-1.894-1.361-3.219-3.306-3.219-2.251 0-3.571 1.689-3.571 3.434 0 .68.26 1.409.587 1.805.065.08.074.149.056.228-.06.25-.194.787-.22.897-.035.144-.114.176-.266.106-.987-.46-1.606-1.905-1.606-3.066 0-2.497 1.814-4.787 5.23-4.787 2.744 0 4.878 1.955 4.878 4.57 0 2.726-1.72 4.922-4.108 4.922-.801 0-1.555-.418-1.813-.91l-.495 1.88c-.178.688-.66 1.55-.983 2.075a7.914 7.914 0 0 0 10.258-7.56 7.914 7.914 0 0 0-7.913-7.912V6z"/>    </svg>
<span class="visually-hidden">Trouvez-nous sur Pinterest</span>
</a>


<a
  class="social-link social-link-instagram"
  title="Instagram"
  href="https://www.instagram.com/bentoandco/"
  target="_blank">
<svg      aria-hidden="true"      focusable="false"      role="presentation"      xmlns="http://www.w3.org/2000/svg"      width="28"      height="28"      viewBox="0 0 28 28"    >      <path fill="currentColor" fill-rule="evenodd" d="M13.99734212 5.50536055c-2.30775185 0-2.59712311.0097771-3.5034532.05111062-.9044412.0412661-1.52214209.18482087-2.06266832.39479248-.55877426.21705158-1.03264964.5074651-1.50504089.97963151-.47239125.47216641-.76294307.94581624-.980098 1.50432454-.2100716.54023525-.35369473 1.15764213-.39498048 2.06165285C5.50974803 11.40277126 5.5 11.69200479 5.5 13.99865823c0 2.30661977.00974802 2.59585327.05110123 3.50175197.04128575.9040107.18490888 1.5214176.39498048 2.0616529.21715493.5585083.50770675 1.0321581.980098 1.5043582.47239125.4721664.94626663.7625799 1.50504089.9796315.54052623.2099379 1.15822712.3535264 2.06266832.3947588.90633009.0413335 1.19570135.0511106 3.5034532.0511106 2.30771808 0 2.59708938-.0097771 3.50341948-.0511106.9044412-.0412324 1.5221421-.1848209 2.0626346-.3947588.5587742-.2170516 1.0326496-.5074651 1.5050746-.9796315.4723912-.4722001.7629431-.9458499.980098-1.5043582.2100379-.5402353.3536947-1.1576422.3949467-2.0616529.0413532-.9058987.051135-1.1951322.051135-3.50175197 0-2.30665344-.0097818-2.59588697-.051135-3.50178568-.041252-.90401072-.1849088-1.5214176-.3949467-2.06165285-.2171549-.5585083-.5077068-1.03215813-.980098-1.50432454-.472425-.4721664-.9463004-.76257993-1.5050746-.97963151-.5404925-.20997161-1.1581934-.35352638-2.0626346-.39479248-.9063301-.04133353-1.1957014-.05111062-3.50341948-.05111062zm0 1.53035185c2.26886098 0 2.53762308.00863082 3.43363168.04949234.8284809.03779354 1.2784078.17615634 1.5778307.29243638.3966332.15407358.6796969.33815274.9770285.6353428.2973653.29719007.4814984.58015278.6356454.97656353.1163691.29928035.2547978.74899315.2925756 1.57707964.040881.89558219.0495496 1.16421638.0495496 3.43203114 0 2.26778107-.0086686 2.53641527-.0495496 3.43199747-.0377778.8280865-.1762065 1.2777993-.2925756 1.5770796-.154147.3964445-.3382801.6793735-.6356454.9765635-.2973316.2972238-.5803953.4812693-.9770285.6353428-.2994229.1163138-.7493498.2546766-1.5778307.2924364-.8958737.0408615-1.1646021.0495261-3.43363168.0495261-2.26906333 0-2.53775799-.0086646-3.43366545-.0495261-.82848082-.0377598-1.27840777-.1761226-1.57783063-.2924364-.39663325-.1540735-.67969697-.338119-.97706229-.6353428-.29733158-.29719-.4814984-.580119-.63561162-.9765635-.11636914-.2992803-.25479782-.7489931-.29260936-1.5770796-.04088098-.8955822-.04951591-1.1642164-.04951591-3.43199747 0-2.26781476.00863493-2.53644895.04951591-3.43203114.03781154-.82808649.17624022-1.27779929.29260936-1.57707964.15411322-.39641075.33828004-.67937346.63561162-.97656353.29736532-.29719006.58042904-.48126922.97706229-.6353428.29942286-.11628004.74934981-.25464284 1.57783063-.29243638.89600865-.04086152 1.16477077-.04949234 3.43366545-.04949234z"/>      <path fill="currentColor" fill-rule="evenodd" d="M13.99734212 16.829735c-1.56433856 0-2.83245862-1.2675165-2.83245862-2.83107677 0-1.56359398 1.26812006-2.83111046 2.83245862-2.83111046 1.56430478 0 2.83242488 1.26751648 2.83242488 2.83111046 0 1.56356027-1.2681201 2.83107677-2.83242488 2.83107677zm0-7.19250537c-2.40992058 0-4.36350548 1.95265506-4.36350548 4.3614286 0 2.40873987 1.9535849 4.36139487 4.36350548 4.36139487 2.40988688 0 4.36347178-1.952655 4.36347178-4.36139487 0-2.40877354-1.9535849-4.3614286-4.36347178-4.3614286z"/>      <path fill="currentColor" fill-rule="evenodd" d="M19.5529061 9.46491671c0 .56289113-.4565381 1.01917819-1.0196973 1.01917819-.5631254 0-1.0196635-.45628706-1.0196635-1.01917819 0-.56289114.4565381-1.0191782 1.0196635-1.0191782.5631592 0 1.0196973.45628706 1.0196973 1.0191782z"/>    </svg>
<span class="visually-hidden">Trouvez-nous sur Instagram</span>
</a>


<a
  class="social-link social-link-youtube"
  title="Youtube"
  href="https://www.youtube.com/channel/UCjYfQ2Zw7RKrq6kLtAS3c9Q"
  target="_blank">
<svg      aria-hidden="true"      focusable="false"      role="presentation"      xmlns="http://www.w3.org/2000/svg"      width="28"      height="28"      viewBox="0 0 28 28"    >      <path fill="currentColor" fill-rule="evenodd" d="M11.958 16.23v-4.22l4.058 2.117-4.058 2.102zm8.91-4.951s-.147-1.035-.597-1.491c-.571-.598-1.211-.601-1.505-.636C16.664 9 13.512 9 13.512 9h-.006s-3.153 0-5.254.152c-.294.035-.934.038-1.505.636-.45.456-.597 1.49-.597 1.49S6 12.495 6 13.71v1.14c0 1.215.15 2.43.15 2.43s.147 1.035.597 1.49c.571.599 1.322.58 1.656.643 1.201.115 5.106.15 5.106.15s3.155-.004 5.257-.156c.294-.035.934-.038 1.505-.636.45-.456.597-1.49.597-1.49s.15-1.216.15-2.431v-1.14c0-1.215-.15-2.43-.15-2.43z"/>    </svg>
<span class="visually-hidden">Trouvez-nous sur Youtube</span>
</a>

</div>


      </div>
    
  </div>
</article>

<footer class="password-page-footer">
  
  <span class="password-page-footer--item">
    Droits d'auteur © 2020 Bento&amp;co.
  </span>
  <span class="password-page-footer--item">
    <a href="https://www.pixelunion.net/">Thème Superstore par Pixel Union</a>. <a target="_blank" rel="nofollow" href="https://www.shopify.com?utm_campaign=poweredby&amp;utm_medium=shopify&amp;utm_source=onlinestore">Ecommerce Software by Shopify</a>
  </span>
</footer>

<div class="passwordentry-container">
  <div data-passwordentry>
    <h4 class="passwordentry-title">
      Saisir le magasin à l&#39;aide d&#39;un mot de passe
    </h4>

    <div class="passwordentry-contents" data-passwordentry-contents>

      <form method="post" action="/password" id="login_form" accept-charset="UTF-8" class="storefront-password-form"><input type="hidden" name="form_type" value="storefront_password" /><input type="hidden" name="utf8" value="✓" />
        

        <div class="form-fields-inline">

          <div class="form-field passwordentry-input">
            <input
              class="form-field-input form-field-text"
              type="password"
              name="password"
              id="password">

            <label
              class="form-field-title"
              for="password">
              Mot de passe
            </label>
          </div>

          <div class="form-field passwordentry-submit">
            <button
              class="button-primary"
              type="submit">
              Soumettre
            </button>
          </div>

        </div>
      </form>

      <p class="passwordentry-owner">
        Êtes-vous le propriétaire du magasin ?
        <a href="https://www.bentoandco.com/admin">
          Connectez-vous ici.
        </a>
      </p>
    </div>
  </div>
</div>

</div>
    </main>

    
    <div class="modal" data-modal-container aria-label="modal window">
  <div class="modal-inner" data-modal-inner>
    <button
      class="modal-close"
      type="button"
      aria-label="Fermer"
      data-modal-close
    >
      
                                                                  <svg class="icon-menu-close "    aria-hidden="true"    focusable="false"    role="presentation"    xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">          <title>Fermer icône</title>        <path fill-rule="evenodd" clip-rule="evenodd" d="M6.5 7.73744L1.61872 12.6187L0.381283 11.3813L5.26256 6.50001L0.381283 1.61872L1.61872 0.381287L6.5 5.26257L11.3813 0.381287L12.6187 1.61872L7.73744 6.5L12.6187 11.3813L11.3813 12.6187L6.5 7.73744Z" fill="currentColor"/>    </svg>                                                

    </button>
    <div class="modal-content" data-modal-content></div>
  </div>
</div>


    
    
    <script
      data-scripts
      src="//cdn.shopify.com/s/files/1/0001/8802/t/50/assets/superstore.min.js?v=6157373659800841254"
      data-pxu-polyfills="//cdn.shopify.com/s/files/1/0001/8802/t/50/assets/polyfills.js?v=8536159969534811816"
    >
    </script>
  </body>
</html>
