--}} ?> Fursac x Mephisto - Fursac - Suits & Menswear
New markdown: Enjoy up to 50% off our selected items. Free delivery and returns | Payment in installments available

Mephisto pour Fursac

Fursac and Mephisto unveil an unexpected reinterpretation of the Dribbler, perfectly blending style and comfort.

Fursac x Mephisto - Mens suits and clothes De Fursac
Fursac x Mephisto - Mens suits and clothes De Fursac
Fursac x Mephisto - Mens suits and clothes De Fursac
Fursac x Mephisto - Mens suits and clothes De Fursac

Fursac, the iconic French men’s fashion brand, and Mephisto, renowned for high-end comfort footwear since 1965, reveal an unexpected yet right on point collaboration. The Dribbler’s design, whose shape echoes the ones of skate shoes, strikes a perfect balance between style and a cutting-edge comfort technology. Available in white with silver accents and navy with some black touches, this pair nods playfully to those who might have missed the renewed vision both brands have embraced in recent years.

Fursac x Mephisto - Mens suits and clothes De Fursac
The rubber “run” sole incorporates three exclusive Mephisto technologies. The “airbag system,” made from soft rubber and visible through a transparent window, pairs with the “shock absorber” for ideal cushioning and bounce, while the “soft air” feature ensures a perfectly comfortable fit inside. The supple leather upper completes the look for a
perfect, comfortable fit that feels just right.

A timeless product, coming to life through the unique style of its wearer—from grandfather to skater grandson, from Paris to New York, from the businessman to the most cutting-edge fashionista. A powerful message that invites each person to reclaim their individual silhouette, building a lasting wardrobe beyond fleeting trends.

“This collaboration was born of shared values: a shoe that doesn’t compromise on style or comfort, bridging generations while celebrating the heritage and expertise of our brands. White and navy were natural choices, the Fursac French wardrobe’ colors. I love the versatility of the Dribbler, elevating an elegant look as seamlessly as it completes a relaxed, casual outfit.”

- Gauthier Borsarello, Fursac's Creative director from 2021 to 2025

 

“The Dribbler is an iconic model for our brand. its clean, simple lines beautifully highlight the quality of our leathers and craftsmanship, expressing the true dna of mephisto: to offer products that merge contemporary style with unmatched comfort. This timeless design integrates perfectly into the Fursac wardrobe, revealing the modernity and transgenerational appeal of our brands.”

- Axel Cattaux, Designer, Mephisto

Change country / language

You are currently browsing the FURSAC France online shop in English. To change your country of delivery or language, make your choice from the list below.

There are no log entries.
Time Query
0.33ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.56ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.29ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.49ms
SELECT `countries`.*, `country_webstore`.`id` AS `pivot_id`, `country_webstore`.`webstore_id` AS `pivot_webstore_id`, `country_webstore`.`country_id` AS `pivot_country_id` FROM `countries` INNER JOIN `country_webstore` ON `countries`.`id` = `country_webstore`.`country_id` WHERE `country_webstore`.`webstore_id` IN ('1', '2', '3', '4', '5')
0.37ms
SELECT `languages`.*, `language_webstore`.`id` AS `pivot_id`, `language_webstore`.`webstore_id` AS `pivot_webstore_id`, `language_webstore`.`language_id` AS `pivot_language_id` FROM `languages` INNER JOIN `language_webstore` ON `languages`.`id` = `language_webstore`.`language_id` WHERE `language_webstore`.`webstore_id` IN ('1', '2', '3', '4', '5')
0.23ms
SELECT * FROM `languages`
0.37ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.44ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.31ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.82ms
SELECT * FROM `config`
0.36ms
SELECT `editorial_tags`.* FROM `editorial_tags` INNER JOIN `editorial_articles` ON `editorial_articles`.`tag_id` = `editorial_tags`.`id` GROUP BY `editorial_tags`.`id` ORDER BY `editorial_tags`.`position` ASC
0.42ms
SELECT * FROM `editorial_articles` WHERE `section` = 'journal' AND `slug_en` = 'fursac-mephisto-collab' LIMIT 1
0.30ms
SELECT * FROM `editorial_articles` WHERE `id` = '73' LIMIT 1
0.50ms
SELECT * FROM `editorial_blocks` WHERE `article_id` IN ('73') ORDER BY `position` ASC
0.37ms
SELECT * FROM `editorial_blocks_pictures` WHERE `block_id` IN ('537', '538', '539', '540', '541', '542') ORDER BY `position` ASC
0.44ms
SELECT * FROM `collections` WHERE `collections`.`id` IN ('0') ORDER BY `season` DESC
0.61ms
SELECT `products`.*, `editorial_blocks_products`.`id` AS `pivot_id`, `editorial_blocks_products`.`block_id` AS `pivot_block_id`, `editorial_blocks_products`.`product_id` AS `pivot_product_id`, `editorial_blocks_products`.`pos` AS `pivot_pos` FROM `products` INNER JOIN `editorial_blocks_products` ON `products`.`id` = `editorial_blocks_products`.`product_id` WHERE `editorial_blocks_products`.`block_id` IN ('537', '538', '539', '540', '541', '542') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.61ms
SELECT * FROM `editorial_articles` WHERE `section` = 'journal' AND `id` <> '73' AND `is_enabled` = '1' AND `position` >= LEAST('14'-3, (SELECT MAX(position) FROM editorial_articles WHERE section = 'journal') - '14' -1) AND `position` <= '17' ORDER BY `position` ASC LIMIT 6
0.22ms
SELECT * FROM `editorial_tags` WHERE `editorial_tags`.`id` IN ('0') ORDER BY `position` ASC
0.52ms
SELECT * FROM `editorial_blocks` WHERE `article_id` IN ('76', '75', '35', '64', '63') ORDER BY `position` ASC
0.66ms
SELECT * FROM `editorial_articles` WHERE `section` = 'journal' AND `is_enabled` = '1' AND `id` NOT IN ('73') ORDER BY `created_at` DESC LIMIT 8
0.25ms
SELECT * FROM `editorial_tags` WHERE `editorial_tags`.`id` IN ('0') ORDER BY `position` ASC
0.85ms
SELECT * FROM `editorial_blocks` WHERE `article_id` IN ('127', '126', '125', '124', '123', '90', '87', '84') ORDER BY `position` ASC
0.32ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
188.79ms
SELECT `categories`.*, `categories_details`.`is_enabled`, COUNT(products.id) AS nb_products FROM `categories` INNER JOIN `categories_details` ON `categories_details`.`category_id` = `categories`.`id` AND `categories_details`.`webstore_id` = 1 LEFT JOIN `category_product` ON `category_product`.`category_id` = `categories`.`id` LEFT JOIN `products` ON `products`.`id` = `category_product`.`product_id` LEFT JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 WHERE (`products_details`.`price` > '0' OR `products_details`.`price` IS NULL) AND (`products_details`.`is_enabled` = '1' OR `products_details`.`is_enabled` IS NULL) AND `l` > '1' AND `r` < '152' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.85ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('5', '19', '22', '23', '24', '26', '25', '95', '27', '64', '63', '74', '160', '75', '96', '97', '99', '100', '101', '103', '102', '104', '105', '163', '108', '107', '106', '84', '8', '11', '13', '12', '14', '93', '164', '15', '9', '4', '78', '88', '153', '76', '30', '138', '151', '44', '2', '17', '16', '87', '83', '81', '80', '82', '79', '109', '18', '110', '111', '112', '113', '114', '115', '116', '117', '118', '120', '121', '147', '119', '148') ORDER BY `position` ASC
0.69ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
254.60ms
SELECT `categories`.*, `categories_details`.`is_enabled`, COUNT(products.id) AS nb_products FROM `categories` INNER JOIN `categories_details` ON `categories_details`.`category_id` = `categories`.`id` AND `categories_details`.`webstore_id` = 1 LEFT JOIN `category_product` ON `category_product`.`category_id` = `categories`.`id` LEFT JOIN `products` ON `products`.`id` = `category_product`.`product_id` LEFT JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 WHERE (`products_details`.`price` > '0' OR `products_details`.`price` IS NULL) AND (`products_details`.`is_enabled` = '1' OR `products_details`.`is_enabled` IS NULL) AND `l` > '153' AND `r` < '324' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.76ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('67', '168', '145', '150', '144', '124', '33', '34', '37', '38', '39', '41', '40', '94', '42', '91', '60', '61', '35', '169', '170', '171', '172', '173', '174', '175', '176', '177', '178', '179', '180', '53', '54', '55', '85', '57', '56', '58', '140', '141', '142', '6', '89', '48', '51', '50', '49', '90', '135', '52', '166', '156', '70', '72', '149', '68', '161', '69', '125', '126', '127', '131', '129', '128', '130', '136', '132', '165', '133', '134', '158', '32', '73', '123', '137', '66', '154', '139', '167') ORDER BY `position` ASC
Name Running Time (ms) Difference
default_timer
620.97ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - editorial.article
43.56ms
+ 43.56ms
View #2 - editorial.partials.subnav
44.43ms
+ 0.87ms
View #3 - editorial.partials.block-text
45.53ms
+ 1.10ms
View #4 - editorial.partials.block-carousel
45.71ms
+ 0.18ms
View #5 - editorial.partials.block-text
46.87ms
+ 1.16ms
View #6 - editorial.partials.block-text-image
47.03ms
+ 0.17ms
View #7 - editorial.partials.block-text
47.34ms
+ 0.31ms
View #8 - editorial.partials.block-video
47.46ms
+ 0.12ms
View #9 - components.player
49.27ms
+ 1.81ms
View #10 - editorial.partials.related-content
61.71ms
+ 12.44ms
View #11 - components.button
62.48ms
+ 0.77ms
View #12 - components.button
63.24ms
+ 0.76ms
View #13 - components.button
63.88ms
+ 0.64ms
View #14 - components.button
64.42ms
+ 0.54ms
View #15 - components.button
65.18ms
+ 0.76ms
View #16 - components.button
65.83ms
+ 0.66ms
View #17 - components.button
66.33ms
+ 0.50ms
View #18 - components.button
66.79ms
+ 0.46ms
View #19 - layout.layout
67.01ms
+ 0.22ms
View #20 - layout.meta
67.59ms
+ 0.58ms
View #21 - modules.notification
69.64ms
+ 2.05ms
View #22 - modules.header
70.37ms
+ 0.73ms
View #23 - modules.menu
577.59ms
+ 507.22ms
View #24 - components.menu-first-level
578.04ms
+ 0.45ms
View #25 - components.menu-second-level
580.61ms
+ 2.57ms
View #26 - components.menu-pushes
585.92ms
+ 5.31ms
View #27 - components.menu-pushes
591.29ms
+ 5.37ms
View #28 - components.menu-pushes
595.57ms
+ 4.28ms
View #29 - components.menu-pushes
599.85ms
+ 4.28ms
View #30 - components.menu-pushes
602.38ms
+ 2.53ms
View #31 - components.menu-pushes
604.17ms
+ 1.79ms
View #32 - svg.logo
604.88ms
+ 0.72ms
View #33 - modules.messages
605.55ms
+ 0.67ms
View #34 - modules.breadcrumbs
605.86ms
+ 0.31ms
View #35 - modules.footer
606.05ms
+ 0.19ms
View #36 - components.reinsurance-support
606.32ms
+ 0.26ms
View #37 - components.field
607.39ms
+ 1.07ms
View #38 - components.csrf-field
607.63ms
+ 0.24ms
View #39 - components.button
607.75ms
+ 0.12ms
View #40 - components.footer-links
607.94ms
+ 0.19ms
View #41 - modules.panel
610.11ms
+ 2.17ms
View #42 - modules.popin
610.26ms
+ 0.15ms
View #43 - modules.blueshift-popin
610.37ms
+ 0.11ms
View #44 - modules.search-panel
610.97ms
+ 0.60ms
View #45 - catalog.search-form
611.20ms
+ 0.23ms
View #46 - components.field
611.49ms
+ 0.29ms
View #47 - modules.toaster
612.20ms
+ 0.70ms
View #48 - layout.overlay
612.31ms
+ 0.11ms
View #49 - modules.webstore-switcher
613.91ms
+ 1.60ms
View #50 - components.close-button
614.21ms
+ 0.30ms
View #51 - components.native-select
614.57ms
+ 0.37ms
View #52 - components.native-select
614.91ms
+ 0.34ms
View #53 - components.button
615.09ms
+ 0.18ms
View #54 - components.button
615.30ms
+ 0.20ms
View #55 - helpers.grid
615.49ms
+ 0.20ms
View #56 - modules.loading-bar
615.61ms
+ 0.12ms
View #57 - 3rdparties.didomi
615.81ms
+ 0.20ms
View #58 - 3rdparties.gtm
615.92ms
+ 0.10ms
View #59 - 3rdparties.abtasty.main
616.03ms
+ 0.11ms
View #60 - 3rdparties.abtasty.tracking
616.19ms
+ 0.16ms
View #61 - 3rdparties.blueshift
616.38ms
+ 0.20ms
View #62 - 3rdparties.sizebay.main
616.71ms
+ 0.32ms
View #63 - 3rdparties.sizebay.tracking
616.85ms
+ 0.15ms
View #64 - 3rdparties.gsi
617.01ms
+ 0.15ms
View #65 - 3rdparties.applepay
617.09ms
+ 0.08ms
View #66 - 3rdparties.alma
617.27ms
+ 0.17ms
View #67 - path: /var/www/html/laravel/profiling/template.blade.php
621.02ms
+ 3.75ms
... array(40)
REDIRECT_HTTP_AUTHORIZATION string(0)
REDIRECT_STATUS string(3) 200
HTTP_AUTHORIZATION string(0)
HTTP_HOST string(19) fursac.period.paris
HTTP_USER_AGENT string(103) Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible;
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT string(3) */*
HTTP_ACCEPT_ENCODING string(23) gzip, br, zstd, deflate
HTTP_COOKIE string(201) webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1;
webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; fursac=fa3b348c1e2cb5499e10c767177165f61d36e3df%2BDL3FkctiG3WaMWb1qSGpmiAUhj2RLATGMtV0d4Du
HTTP_X_FORWARDED_FOR string(14) 216.73.216.200
HTTP_X_FORWARDED_HOST string(19) fursac.period.paris
HTTP_X_FORWARDED_PORT string(3) 443
HTTP_X_FORWARDED_PROTO string(5) https
HTTP_X_FORWARDED_SERVER string(12) b61343f1778d
HTTP_X_REAL_IP string(14) 216.73.216.200
PATH string(60) /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE string(80) <address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port
<address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port 80</address>
SERVER_SOFTWARE string(22) Apache/2.4.38 (Debian)
SERVER_NAME string(19) fursac.period.paris
SERVER_ADDR string(10) 172.19.0.4
SERVER_PORT int 443
REMOTE_ADDR string(10) 172.19.0.3
DOCUMENT_ROOT string(13) /var/www/html
REQUEST_SCHEME string(4) http
CONTEXT_PREFIX string(0)
CONTEXT_DOCUMENT_ROOT string(13) /var/www/html
SERVER_ADMIN string(19) webmaster@localhost
SCRIPT_FILENAME string(23) /var/www/html/index.php
REMOTE_PORT string(5) 36796
REDIRECT_URL string(39) /en/journal/fursac-mephisto-collab.html
REDIRECT_QUERY_STRING string(39) /en/journal/fursac-mephisto-collab.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(39) /en/journal/fursac-mephisto-collab.html
REQUEST_URI string(39) /en/journal/fursac-mephisto-collab.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788332173.899
REQUEST_TIME int 1788332173
HTTPS string(2) on
... array(2)
csrf_token string(40) rUyBJ6RNVw7hmDkVdJkI1ptcfro8xF62wLb4QTMZ
cart string(12) Order object