section.mentions-legales {
  padding-bottom: 110px;
}
section.mentions-legales .titre{
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 40px;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}
section.mentions-legales .titre::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 60px;
  background-color: #fccc14;
}
@media (max-width: 575px){
  section.mentions-legales .titre{
    font-size: 17px;
  }
  section.mentions-legales {
    padding-bottom: 80px;
  }
}
