.contenu .groupe h2 {
  font-size: 1.5rem;
  color: #a4a4a4;
  font-weight: 300;
  margin-top: 1.5em !important;
}
.aj-collapse {
  cursor: pointer;
  font-weight: bold;
}
.faq ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.faq ul > li + li {
  margin-top: 15px;
}
.faq ul > li > a {
  color: #393939;
}
.faq ul > li > a > i {
  color: black;
  margin-right: 10px;
}
.faq ul > li > a:visited {
  color: black;
}
.faq .reponse {
  border-left: 2px solid #393939;
  background: #f7f7f7 none repeat scroll 0% 0%;
  padding: 10px;
  margin: 10px 0 4px 10px;
}
.faq .reponse a {
  color: #393939 !important;
}
