@import url('https://fonts.googleapis.com/css2?family=Work Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
  font-family: 'Arial';
}

body {
  background: #f7f9fa;
}

#docsSearch {
  background-color: #c1af9b;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  /* version standardis'c3'83'c6'92'c3'86'e2'80'99'c3'83'e2'80'a0'c3'a2'e2'82'ac'e2'84'a2'c3'83'c6'92'c3'a2'e2'82'ac'c5'a1'c3'83'e2'80'9a'c3'82'c2'a9e */
  height: 170px;
  padding-top: 70px;
}

#docsSearch>h1 {
  color: #000000;
  font-weight: bold;
  font-size: 36px;
}

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

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

}

#searchBar .search-query {
  color: #333333;
  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: #ECF8F8 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;
  color: #003F43
}

.articleList {
  font-size: 15px;
}

.articleFoot time.lu {
  display: none;
}