body{
    background-color: rgb(0, 0, 0); 
}

#grplien, #social_media{
    display: flex;
    justify-content: center;
} 

a{
    background-color: rgb(54, 54, 54);
}

.lien{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size:medium;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 10px;
    margin: 10px;
    margin-top: 10px;
    color: azure;
    border-radius: 5px;
    text-decoration: none;
}

.lien:hover, .lien:hover {
    background-color: #343382;
    color: azure;
}

#top{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    z-index: 1;
}

#bottom{
    position:fixed;
    left:0px;
    bottom:0px;
    width:100%;
    z-index: 2;
}

#powered {
    text-align: center;
    color: azure;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size:xx-small;
}

#logo{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%);
    width: 90%;
}

.banniere{
    
    text-align: center;
    background-color: rgb(0, 0, 0);
    padding-top: 85px;
    padding-bottom: 85px;

    /*ceci est un test*/
}

img{
    margin: 5px;
    border: 50px;
}

.y{
    width: 90%;
}

.imgcenter{
    text-align: center;
}

#container{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 80px;
}

.card{
    background-color: rgb(54, 54, 54);
    margin: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    border-radius: 5px;
    width: 300px;
}

.icon{
    text-align: center;
    margin-top: 15px;
}

.project_name{
    color: azure;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
}

.track{
    text-align: center;
}

#track_list{
    color: azure;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: medium;
}