@media (min-width: 992px) {
  .content {
    float: none;
    width: 100%;
  }
}
.mobilite-body .list_articles ul li {
  margin-left: 0px;
  list-style-type: none;
}
.mobilite-body .list_articles ul li:before {
  display: none;
}
.soustitre {
  font-size: 20px;
  font-weight: normal;
}
.bt-link {
  display: inline-block;
  padding: 15px 20px;
  border: 2px solid #c80303;
  color: #c80303;
  margin-bottom: 21px;
  text-transform: uppercase;
  text-decoration: none;
}
.bt-link:hover {
  background: #c80303;
  color: #fff !important;
  text-decoration: none;
}
.bt-link:focus {
  text-decoration: none !important;
}
