diff --git a/components/certif/List.vue b/components/certif/List.vue
index e8d5206d2e4407a5c38707134f001c4ceb1debc1..32dfa1b9511fe508711a4cab03bb599e43a9443b 100644
--- a/components/certif/List.vue
+++ b/components/certif/List.vue
@@ -2,6 +2,7 @@
 	<div class="table-responsive" v-if="certifs.length > 0">
 		<input
 			type="text"
+			v-if="certifs.length > 5"
 			v-model="search"
 			class="form-control w-75 mx-auto mb-2"
 			:placeholder="$t('recherche.title')" />