
body {
  background-color: rgb(245, 245, 244);
  font-family: Montserrat;
  font-weight: 400;
  margin: 0;
  color: rgb(0, 0, 0);
}


.container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 200px;
  align-items: center;
  margin-bottom: 50px;
 
}
.left-side {
  justify-self: start;
  margin-left: 20px;
  width: 180px;
}

.logo-page {
  width: 180px;
  cursor: pointer;
}

.center-page {
  text-align: center;
  max-width: 600px;
  font-size: 18px;
  letter-spacing: 2px;

}

.mentions-legales{
  max-width: 800px;
  margin: auto;
  padding: 60px 20px;
  line-height: 1.7;
}



.mentions-legales h1{
  margin-top: 35px;
  margin-bottom: 10px;
}

  .pied-de-page{
    display: block;
    margin-top: 450px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;

}

