body{
    font-family: 'lato',sans-serif;
    background-color: #141414;
    padding: 0px;
    margin: 0px;
    color: #fff;
}
#lecorps{
    margin: 20px 80px;
}
nav{
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0px;
    background-color: #141414;
    padding: 10px 0px;
}
#onglets{
    display: flex;
    margin-top: 5px;
}
nav #onglets a{
    margin-right: 20px;
    cursor: pointer;
}
#bouton button{
    padding: 13px 20px;
    font-size: 15px;
    cursor: pointer;
}
#logine{
    margin-right: 10px;
    color: #141414;
}
#registre{
    margin-right: 10px;
    background-color: #f54266;
    color: #fff;
}
header{
    margin-top: 40px;
    background: url(soleil1.jpg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1000px;
}
header h1{
    text-align: center;
    font-size: 50px;
    padding: 150px;
}
footer{
    background-color: #1a1a1a;
    padding: 25px 100px;
    color: #828282;
}
#collones{
    display: flex;
    justify-content: space-between;
}
#lien{
    justify-content: space-between;
}


    