*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}

h1 {
  color: white;
  font-size: 7rem;
}

h2 {
  color: #d59d22;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 3.6rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

h2,
p {
  margin: 0 auto;
  max-width: 850px;
}

p {
  color: white;
  margin-bottom: 30px;
  text-align: center;
  font-size: 2rem;
}

.titre-banniere {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  border-bottom: 1px solid white;
  margin: 120px auto 50px auto;
  width: 850px;
  padding: 18px;
  text-align: center;
}

.container-mentions {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
