@font-face {
    font-family: breakLight;
    src: url(/font/break\ light.ttf);
}
* {
    margin:0 ;
    padding: 0;
    text-decoration: none;
    list-style: none;
  }

.footer {
    margin-top: 7%;
    margin-bottom: 0;
    padding: 1%;
    display: flex;
    justify-content: space-between;
    color: whitesmoke;
    max-width: 100vw;
    text-align: center;
    background: linear-gradient(to bottom, rgb(24, 24, 34) 0%, rgba(0, 0, 0, 0.7) 100%); 
  font-size: 1em;
    font-family: breakLight;
    align-items: flex-end;
}

.footer a {
    color: whitesmoke;
}
.groupID, .ML, .reseau  {
    display: block;
}


.ML{
    margin: 0 auto;
}

.reseau img {
 height: 5vh;
 width: auto;
}