diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1b90d7719a59ad88f90b3a7512ec677faa7dea9a..54bd7acc8a91b0027f90f1697acaaca3d96d6c3a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
 
 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
 
+### [1.11.1](https://forge.grandlyon.com///compare/v1.11.0...v1.11.1) (2022-01-31)
+
+
+### Bug Fixes
+
+* **carto:** remove of 'Conseillers numérique' checkbox ([e4594b3](https://forge.grandlyon.com///commit/e4594b31640673401c762dca6a0e0892e4f7440c))
+
 ## [1.11.0](https://forge.grandlyon.com///compare/v1.10.0...v1.11.0) (2022-01-12)
 
 
diff --git a/package-lock.json b/package-lock.json
index 6004e693874060784a13128e86d503b2ced3fec6..e064bba5551d09cd80d17e14c45204de25147fc2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "pamn",
-  "version": "1.11.0",
+  "version": "1.11.1",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index f398797d8279065913e5ca25d769d2a925db9fea..f177df732a0c3a79fcb60cba53c9e12a5dfd3990 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pamn",
-  "version": "1.11.0",
+  "version": "1.11.1",
   "scripts": {
     "ng": "ng",
     "start": "ng serve --configuration=fr --proxy-config proxy.conf.json",
diff --git a/src/app/structure-list/components/structure-list-search/structure-list-search.component.html b/src/app/structure-list/components/structure-list-search/structure-list-search.component.html
index 254eff12547a6498003e24fde1c479ae102a9242..844590f9fd11bc5e3024cc2c446f21c4e4560b50 100644
--- a/src/app/structure-list/components/structure-list-search/structure-list-search.component.html
+++ b/src/app/structure-list/components/structure-list-search/structure-list-search.component.html
@@ -108,7 +108,8 @@
         </label>
       </div>
     </div>
-    <div class="checkbox no-width">
+    <!-- Temporary remove because of user consideration issue -->
+    <!-- <div class="checkbox no-width">
       <div class="checkboxItem">
         <label fxLayout="row" fxLayoutAlign="center center">
           <input
@@ -123,7 +124,7 @@
           <div class="label pass">Conseiller numérique</div>
         </label>
       </div>
-    </div>
+    </div> -->
     <a routerLink="/create-structure" tabindex="0">Ajouter une structure</a>
   </div>
 </div>