footer .container {
  position: relative; }

footer .copyright {
  position: absolute;
  right: calc(44px + (80 - 44)*((100vw - 1024px)/(1440 - 1024)));
  bottom: 0;
  font-size: 12px;
  color: #fff;
  transition: color 0.17s ease-in-out; 
  opacity: 0.6;
}

@media (max-width: 1024px) {
  footer .copyright {
    right: calc(40px + (44 - 40)*((100vw - 768px)/(1024 - 768))); } }
@media (max-width: 768px) {
  footer .copyright {
    left: calc(20px + (40 - 20)*((100vw - 320px)/(768 - 320)));
    right: auto;
    bottom: -20px; } }
footer .copyright:visited {
  color: #fff; }

footer .copyright:hover {
  color: #fff;
  transition: color 0.17s ease-in-out; 
  opacity: 1;
}

footer .copyright span {
  display: inline-block;
  width: 16px;
  height: 10px; }

footer .copyright span img {
  display: block;
  width: 16px;
  height: 10px; }

/* - PAGE LEGAL - */
.page-generique h2 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 1.6em; }

.page-generique h3 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 1.2em; }
