footer {
  position:fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background:#333333;
  color:#ffffff;
  z-index:2;
  text-align: center;
  padding:10px 0;
  font-size:12px;
}

.texte_footer {
  font-family: FFDINWebProMedium;
  text-transform: uppercase;
  font-weight: normal;
	font-style: normal;
  line-height: 20px;
  font-size: 14px;
}

.infos_footer a {
  color:#ffffff;
  text-decoration: none;
}

.infos_footer a:hover {
  color:#00ff00;
}

@media screen and (max-width: 790px) {
  footer {
    position:relative;
}
