footer {
  padding: 20px;
  background-color: #d8dfe5;
  color: white;
  text-align: center;
}

footer h3 {
  margin-bottom: 25px;
}

footer img {
  width: 90px;
  height: auto;
}

.copyright {
  font-size: 12px;
  color: rgba(127, 127, 127, 0.5411764705882353);
}

.cgv {
  font-size: 15px;
  text-decoration: underline;
  color: #4d70a5;
}