.blockLink {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: -9999px;
}
article.trainer {
  background: #d5d9dc;
  border-radius: 0;
}
article.trainer figure img {
  border-color: #cccccc;
  border-radius: 0;
  box-shadow: none;
}
article.trainer .button-primary {
  background: #000000;
  color: #ffffff;
}
article.trainer .button-primary:hover {
  background-color: #0000ff;
  color: #ffffff;
}
.path-trainer #content > .section {
  padding-top: 0;
}
.path-trainer .view-users {
  background: #0000ff;
  color: #ffffff;
  padding: 2rem 0;
  margin-bottom: 3rem;
}
.trainer-page .profil-trainer {
  margin: 0;
}
.trainer-page .profil-trainer .profil img {
  border: 4px solid #000000;
  border-radius: 0;
  margin-top: -100px;
  box-shadow: none;
}
.trainer-page .profil-trainer p:last-child {
  margin-bottom: 0;
}
