.blog .columns.menu:before {
  width: 25%;
}

.blog .menu h2 {
  font-size: 1rem;
  color: #A77B91;
}

.blog .menu .sous_titre {
  text-align: center;
  background-color: #A77B91;
  color: lightgrey;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
}

.blog .excerpt_article h2 {
  display: none;
}

.blog .excerpt_article p {
  margin-bottom: 0px;
  padding-right: 2rem;
}

.blog .illustration-auteur {
  font-style: italic;
  font-size: 0.6rem;
}

.blog .panel.contenu {
  padding: 0px;
  display: flex;
  justify-content: center;
}

.blog .panel.contenu p {
  text-align: justify;
}

.blog .panel.contenu .article {
  max-width: 45rem;
  padding: 4rem;
}

.blog .panel.menu a:link, .blog .panel.menu a:visited {
  color: lightgrey;
}

.blog .panel.menu a:hover {
  color: white;
}

.blog .articles_recents {
  padding: 1.5rem;
  padding-bottom: 0px;
}

.blog .articles_recents a:link, .blog .articles_recents a:visited {
  font-weight: normal;
}

.blog .articles_recents a:hover {
  color: white;
}

.blog .articles_recents li {
  margin-bottom: 0.5rem;
}

.blog .articles_recents ul {
  font-size: 0.8rem;
  list-style-type: none;
  margin: 0.5rem 0px;
  padding-left: 0px;
}

.blog .encart {
  margin-bottom: 0px;
}

.blog .encart img {
  width: 2rem;
  max-width: none;
}

.blog .encart table {
  background-color: inherit;
  border: 0px;
  margin: 0px;
}

.blog .encart tr {
  background-color: inherit;
}

.blog .encart td {
  padding: 0.25rem 0.25rem;
}

.blog .panel.menu a:hover {
  color: white;
}

.blog a:link, .blog a:visited {
  color: #A77B91;
}

.blog .titre_article a:link, .blog .titre_article a:visited {
  text-decoration: none;
  line-height: inherit;
  font-weight: bold;
  font-size: 1.3rem;
}

.blog .article .titre_article a:link, .blog .article .titre_article a:visited {
  text-decoration: none;
  line-height: inherit;
  font-weight: bold;
  font-size: 2rem;
}

.blog .article h2 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 1.5rem;
}

.blog .article .illustration {
  margin-bottom: 2rem;
}

.blog .article img {
  width: 50%;
}

.blog .article .thumb {
  width: 80px;
  border: 2px solid;
}

.blog .date_article {
  color: #919191;
  font-style: italic;
}

.blog .infos_article {
  margin-top: 1rem;
}

.blog .pagination {
  margin-left: 0.5rem;
}

@media (max-width: 640px) {
  .blog .menu .sous_titre {
    text-align: left;
  }
  .blog .menu .illustration {
    display: none;
  }
  .blog .panel.contenu .article {
    padding: 2rem;
  }
}

/*# sourceMappingURL=blog.css.map */