diff --git a/src/scripts/coopstarter.js b/src/scripts/coopstarter.js
index 7cc2b9183dc6384ca488fc7b8c13dc61e769a1f3..f128b93f530e816c62ff48fdc0b73ef86cb1e5e0 100644
--- a/src/scripts/coopstarter.js
+++ b/src/scripts/coopstarter.js
@@ -479,12 +479,6 @@ function addProperFilterToSearchComponents(targetId) {
   var forms = baseElement.querySelectorAll(".resource_by_step");
   forms.forEach(form => {
     form.addEventListener("populate", e => {
-      //Manage fake tabs
-      // let tabs = baseElement.getElementsByClassName("filter_by_type");
-      // for (let tab of tabs) {
-      //   selectHiddenManagementForType(tab, form);
-      // }
-
       //Manage the pagination
       refreshPagination();
 
diff --git a/src/styles/index.scss b/src/styles/index.scss
index 67db17b418df529fe4e382c77792f828fed94225..6fe3cad0a1d66b56db06ae2b6e3b2a921c9a6e49 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -2036,14 +2036,6 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
 #public-resource-list .accordion cs-steps-header[label="Step 1 "]>div {
     margin: 2rem 0;
 }
-// .accordion.active cs-steps-header[label="Étape 1 "]>div,
-// .accordion.active cs-steps-header[label="Step 1 "]>div,
-// #entrepreneur-resource-list .accordion.active cs-steps-header[label="Étape 1 "]>div,
-// #entrepreneur-resource-list .accordion.active cs-steps-header[label="Step 1 "]>div,
-// #public-resource-list .accordion cs-steps-header[label="Étape 1 "]>div,
-// #public-resource-list .accordion cs-steps-header[label="Step 1 "]>div {
-//     margin: 2rem 0 0 0;
-// }
 #mentor-database .keyword_submit.button__actions .button_base.ico_gauche,
 #entrepreneur-resource-list .keyword_submit.button__actions .button_base.ico_gauche,
 #public-resource-list .keyword_submit.button__actions .button_base.ico_gauche {