/*
Theme Name: child-blogus
Description: Theme enfant base
Author: Theme enfant
Template: blogus
Version: 0.1.0
*/

.bs-widget.promo span {
  z-index: 1;
  font-size: 16px;
  font-weight: 600!important;
}

.bs-widget.promo span a {
  color: var(--head-color);
  background: var(--bg-color);
}
.bs-widget.promo span a {
  z-index: 1;
  padding: 5px 20px;
}


.commentaires{
	margin-top:60px;
}

.commentaires ul {
	border:0!important;
}

.commentaires ul li {
  list-style: none;
  border-bottom: 1px solid #e1e1e1!important;
  margin-bottom: 10px;
  padding: 10px;
}

.category {
  color: #333;
  font-size: 19px;
  line-height: 1.4em;
  font-weight: 600;
}