diff --git a/themes/jquery/css/docsearch.css b/themes/jquery/css/docsearch.css
new file mode 100644
index 00000000..a0bba13f
--- /dev/null
+++ b/themes/jquery/css/docsearch.css
@@ -0,0 +1,16 @@
+/* Custom DocSeach CSS to adapt the generic one
+* See https://community.algolia.com/docsearch/styling.html for more info
+*/
+
+nav#main .searchform {
+ text-shadow: none;
+}
+
+.searchform label {
+ width: 100%;
+ display: block;
+}
+
+.algolia-autocomplete {
+ width: 99%;
+}
\ No newline at end of file
diff --git a/themes/jquery/header.php b/themes/jquery/header.php
index b53dc5f1..120309a5 100755
--- a/themes/jquery/header.php
+++ b/themes/jquery/header.php
@@ -35,6 +35,16 @@
+
+
+
+
+
+