
* {
  font-family: 'Inter';
}

body {
  background: #f7f9fa;
}

.navbar .navbar-inner {
  background: white;
  padding-bottom: 25px;
}

#docsSearch {
  background-color: #6032EC;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  /* version standardisÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©e */
  height: 170px;
  padding-top: 70px;
}

#docsSearch>h1 {
  color: white;
  font-weight: bold;
  font-size: 34px;
}

#searchBar button {
  background-color: #B96E37;
  border-color: #B96E37;
  text-shadow: none;
  font-weight: bold;
  font-size: 16px;
}

#searchBar button:hover,
#searchBar button:active {
  background-color: #C15638;
  border-color: #C15638;
  font-size: 16px;

}

#searchBar .search-query {
  font-size: 16px;
}

.category-list .category {
  background-color: #FFFFFF;
  border: 1px;
  cursor: pointer;
  display: inline-block;
  margin: 0 0.8% 20px;
  padding: 1.5em 1em;
  text-align: center;
  transition: background 0.15s ease 0s;
  vertical-align: top;
  width: 29%;
}

.category-list .category:hover {
  background: #f3fbff none repeat scroll 0 0;
  text-decoration: none;
  color: #FFFFFF;
}

.twoCol .popArticles,
.threeCol .popArticles,
.most-pop-articles .popArticles {
  font-size: 14px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

#fullArticle .title {
  font-size: 26px;
  font-weight: bold;
  margin: 0px 30px 30px 0px !important;
}

#categoryHead h1 {
  font-weight: bold;
}

.articleList {
  font-size: 15px;
}

.articleFoot time.lu {
  display: none;
}