#mentions {
  width: 85vw;
  margin: 0 2.5vw;
  padding: 5vw;
}
#mentions h1{
  color: #cbad84;
  font-family: 'Cormorant Unicase', serif;
  font-style: normal;
  font-size: 8vw;
  font-weight: 100;
  line-height: 5vw;
  margin: 0;
  margin: 0 0 6.5vw 0vw;
  width: 100%;
  text-align: center;
}
#mentions h2 {
  font-size: 2vw;
  color: #cbad84;
  margin: 0 0 1vw 0;
}
#mentions p {
  font-size: 1.3vw;
  max-width: auto;
  color: #fff;
  font-weight: 200;
  margin: 0 0 4vw 0;
  line-height: 1.5vw;
}
#mentions a {
  color: #fff;
}
#mentions strong {
  font-weight: 500;
}
#mentions .grav-cerf {
  width: 20vw;
  position: absolute;
  right: 5vw;
  top:30vw
}

@media all and (max-width: 567px){

}



