.topic_list {
  display: block;
  padding: 2rem 2rem;
  border: 0.1875rem solid #C5C5C5;
  background-color: #fff;
  -webkit-transition: border 0.4s, background 0.4s, color 0.4s, -webkit-box-shadow 0.4s;
  transition: border 0.4s, background 0.4s, color 0.4s, -webkit-box-shadow 0.4s;
  -moz-transition: border 0.4s, background 0.4s, box-shadow 0.4s, color 0.4s;
  transition: border 0.4s, background 0.4s, box-shadow 0.4s, color 0.4s;
  transition: border 0.4s, background 0.4s, box-shadow 0.4s, color 0.4s, -webkit-box-shadow 0.4s;
}

.topic_list-titre {
  margin-bottom: 0.25rem;
  line-height: 1.1;
  color: #191D32;
  font-family: "Anodina", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  font-size: 1.4rem;
}

@media (min-width: 576px) {
  .topic_list-titre {
    font-size: 1.575rem;
  }
}

@media (min-width: 992px) {
  .topic_list-titre {
    font-size: 1.75rem;
  }
}

.topic_list ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-top: 1rem;
}

.topic_list li a {
  display: block;
  padding: 0.25rem 0;
  color: #343a40;
}

.topic_list li a:hover {
  color: #AD00D2;
}

.topic_list li.active a {
  color: #AD00D2;
}
