/* * */
body {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  background-color: #eeeeee;
}

* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  padding-bottom: 20px;
}

.titre {
  text-align: center;
  padding: 4rem 0 2rem 0;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #333;
  padding: 0 0 0 0;
}

a:visited {
  color: #333;
}

a:hover {
  color: #12abd3;
}

/* mentions */

header h1 {
  text-align: center;
  padding: 3rem 0 4rem 0;
  color: #12abd3;
}

.mentions h1,
h2 {
  padding: 1.5rem 1rem 1rem 1rem;
  color: #12abd3;
}
h3 {
  padding: 1.5rem 1rem 1rem 1rem;
  color: #12abd3;
  font-size: 0.9rem;
}

.title {
  margin: 3rem 1rem 2rem 1rem;
  text-align: center;
  font-weight: 300;
  font-size: 2rem;
}
.mentions p {
  padding: 0 1rem 0 1rem;
}

.mentions ul {
  padding: 0 1rem 0 1rem;
}

/* footer */

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1rem;
  padding-bottom: 1rem;
}

footer p {
  margin: 1rem 0;
  text-align: center;
}

footer > p {
  letter-spacing: 0.7rem;
}

.icons {
  display: flex;
  flex-direction: row nowrap;
}

.icons i {
  margin: 0 1rem;
}
/* copyright */

.copyright > p + a {
  padding: 0 1rem 0 1rem;
}

.copyright {
  display: flex;
  flex-direction: row nowrap;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 1px;
}

.title-cgv {
  font-weight: 400;
  padding-bottom: 1.8rem;
}
