.footer {
  position: absolute;
  bottom: 0;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 64px;
  background-color: #3d5877;
  box-shadow: 0 -4px 14px #00000014;
}
.footer div {
  width: 100%;
  padding: 12px;
  text-align: center;
}
.footer div.laCPTS {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer div.laCPTS a {
  margin: 0;
  text-decoration: none;
  color: #b9b9b9;
  transition: 0.15s;
}
.footer div.laCPTS a:hover {
  filter: brightness(120%);
}
.footer div.contact a {
  margin: 0;
  text-decoration: none;
  color: #b9b9b9;
  transition: 0.15s;
}
.footer div.contact a:hover {
  filter: brightness(120%);
}
.footer div.enSavoirPlus a {
  margin: 0;
  text-decoration: none;
  color: #b9b9b9;
  transition: 0.15s;
}
.footer div.enSavoirPlus a:hover {
  filter: brightness(120%);
}
.footer div h2 {
  color: #efefef;
  font-weight: 400;
  font-size: 1.25em;
  margin-bottom: 22px;
}
.footer div p {
  color: #b9b9b9;
}
.footer div.copyright {
  bottom: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer div.copyright .orangeBar {
  background-color: #efad65;
  width: 90%;
  height: 2px;
  margin-bottom: 12px;
}
@media screen and (min-width: 960px) {
  .footer {
    height: 220px;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    padding-top: 12px;
  }
  .footer div.laCPTS {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer div.laCPTS a {
    margin: 0 0 0 20%;
    text-decoration: none;
    color: #b9b9b9;
    transition: 0.15s;
  }
  .footer div.laCPTS a:hover {
    filter: brightness(120%);
  }
  .footer div.contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer div.contact a {
    text-align: left;
    margin-left: 20%;
  }
  .footer div h2,
  .footer div p {
    margin-left: 20%;
    text-align: left;
  }
  .footer div.copyright p {
    margin: 0;
  }
}
