body{
    background-image: url("fond.jpg");
    background-size: 1600px;
    background-attachment: fixed;
}

#Titre{
    display: flex;
    justify-content: center;
    color: aliceblue;
}

#logo{
    display: flex;
    justify-content: center;
    margin: auto;
    width: 100px;
    top: 50px;
}

#Maps{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#Map2{
    display: flex;
    width: 350px;
    padding-right: 10px;
}

#Map3{
    display: flex;
    width: 350px;
    padding-right: 10px;
}

#Map4{
    display: flex;
    width: 350px;
    padding-right: 10px;
}

#Map{
    display: flex;
    width: 350px;
}

#Skins{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
}

#Jonesy{
    display: flex;
    width: 350px;
    padding-right: 10px;
}

#Miaousclé{
    display: flex;
    width: 350px;
    padding-right: 10px;
}

#Poisson{
    display: flex;
    width: 350px;
    padding-right: 10px;
}

#Banane{
    display: flex;
    width: 350px;
}

#Insta{
    display: flex;
    width: 25px;
    padding-right: 5px;
}

#Youtube{
    display: flex;
    width: 25px;
}

#Snap{
    display: flex;
    width: 25px;
    padding-right: 5px;
}

#Reseaux{
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding-left: 195px;
    margin-top: -20px;
}

header{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

ul{
    display: flex;
    justify-content: center;
}

a{
    text-decoration: none;
    color: white;
}

li{
    list-style-type: none;
    padding: 10px;
    color: white;
}