diff --git a/pages/client/shops.php b/pages/client/shops.php
index d49b40293ac2f1fe071a33345c1b3bdb7b7084c1..617c453095d43867cb1b5f70a17e4d864d53d53f 100644
--- a/pages/client/shops.php
+++ b/pages/client/shops.php
@@ -53,6 +53,22 @@
             </div>
             <div class="col-md-10">
                 <h3>Liste des magasins</h3>
+
+                <div class="row">
+                    <div class="col-sm">
+                        <div class="card" style="width: 18rem;">
+                            <div class="card-body">
+                                <h5 class="card-title">Card title</h5>
+                                <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
+                                <a href="#">
+                                    <div class="mc-button normal">
+                                        <div class="title">Se téléporter</div>
+                                    </div>
+                                </a>
+                            </div>
+                        </div>
+                    </div>
+                </div>
             </div>
         </div>
     </div>