Prendre rendez-vous en ligne
Spécialiste orthopédique depuis plus de 25 ans

Pied

Filtres

Marques

Couleurs

Mon panier
Votre panier est vide.

Il semblerait que vous n'ayez pas encore fait de choix.

top', (mainHeaderHeight - 40) / 2); } } }); } } // Prevent to focus input if it isn't empty (theme trigger focus() when user clicks search icon) var $search = $('#main-header .et_search_form_container .dgwt-wcas-search-wrapp'); $('#et_top_search').on('mousedown', function () { if ($search.length > 0) { var $input = $search.find('.dgwt-wcas-search-input'); if ($input.val().length > 0) { $input.attr('disabled', 'disabled'); } } }).on('click', function () { if ($search.length > 0) { var $input = $search.find('.dgwt-wcas-search-input'); if ($input.val().length > 0) { setTimeout(function () { $input.removeAttr('disabled'); if (typeof $input.data('autocomplete') == 'object') { var instance = $input.data('autocomplete'); instance.hide(); } }, 100); } } }); // Open overlay automatically $('#et_top_search #et_search_icon, #et_top_search_mob #et_search_icon').on('click', function () { if ($(window).width() <= 980) { var $handler = $('.js-dgwt-wcas-enable-mobile-form'); if ($handler.length) { $handler[0].click(); } setTimeout(function () { var $closeBtn = $('.et_close_search_field'); if ($closeBtn.length) { $closeBtn.trigger('click'); } var $closeBtn2 = $('.dm-search-box .close'); if ($closeBtn2.length) { $closeBtn2.trigger('click'); } }, 1100) } }); // Open overlay automatically for search in custom menu $('.et_pb_menu .et_pb_menu__search-button').on('click', function () { if ($(window).width() <= 980) { var $handler = $('.et_pb_menu__search .js-dgwt-wcas-enable-mobile-form'); if ($handler.length) { $handler[0].click(); } setTimeout(function () { var $closeBtn = $('.et_pb_menu__close-search-button'); if ($closeBtn.length) { $closeBtn.trigger('click'); } }, 1100) } else { setTimeout(function () { var $input = $('.et_pb_menu__search .dgwt-wcas-search-input'); if ($input.length > 0 && $input.val().length === 0) { $input.trigger('focus'); } }, 500) } }); }); }(jQuery));