h1.mobilite-title {
  margin-bottom: 15px;
}
.auteur_link {
  display: none !important;
}
.auteur {
  margin-top: 38px;
}
.articles {
  margin-top: 60px;
  border-top: 2px solid #e4e4e4;
  padding-top: 50px;
}
#liste.list_articles.vignette {
  margin-left: 0;
  margin-right: 0;
  width: calc(100%);
}
#liste.list_articles.vignette .rubrique a {
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #1b554d;
  height: 40px;
  line-height: 38px;
  padding: 0px 26px;
  font-size: 14px;
  font-weight: bold;
  color: #1b554d !important;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
  margin-bottom: 20px;
}
#liste.list_articles.vignette .rubrique a:hover {
  color: #FFF !important;
  background: #1b554d !important;
}
#liste.list_articles.vignette .article {
  width: 100% !important;
  margin: 0;
  margin-bottom: 20px;
  border: 0;
  max-width: 100%;
}
#liste.list_articles.vignette .article .container {
  min-height: 50px;
  height: auto;
  background: transparent;
  padding: 0 0 0 50px;
  padding-left: 95px;
  width: 100% !important;
  position: relative;
  border: 0;
  margin-left: 0;
  float: none;
}
#liste.list_articles.vignette .article .container .model-ratio-image {
  width: 80px;
  position: absolute;
  left: 0;
  float: none;
}
@media (max-width: 767.98px) {
  .auteur_img {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .auteur_img img {
    max-width: 150px;
  }
  .auteur_content {
    width: 100%;
    display: block;
  }
}
