#mentions {
  width: 100%;
  margin: 0 0;
  padding: 1vw 3vw;
}
#mentions h1{
  color: #000;
  font-style: normal;
  margin: 2vw 0vw;
  width: 100%;
  text-align: center;
  font-size: calc(16px + 2.5vw);
  letter-spacing: 0.25vw;
  line-height: calc(16px + 2.5vw);
}
#mentions h2 {
  color: #000;
  margin: 5vw 0 .5vw 0;
  font-size: calc(16px + 2vw);
  letter-spacing: 0.25vw;
  font-weight: 700;
  line-height: calc(16px + 2vw);
}
#mentions p {
  max-width: auto;
  color: #000;
  font-weight: 200;
  margin: 0 0 .5vw 0;

}
#mentions a {
  color: #000;
}
#mentions strong {
  font-weight: 500;
}
#mentions .grav-cerf {
  width: 20vw;
  position: absolute;
  right: 5vw;
  top:30vw
}

