*{
    margin: 0;
    padding: 0;
    
    box-sizing: border-box;
    font-size: 'Open Sans', sans-serif;
}
nav {
    display: flex;
    width: 100%;
    line-height: 80px;
    z-index: 111;
    position: fixed;


}
.container-fluid{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
#liste{
    margin-left: 65%;
}

.logo {
    display: flex;
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: 800;
    color: whitesmoke;

}
.dot {
    color: pink;
    font-size: 35px;
    font-weight: 850;
    size: 70px;
}

.navit{
    display: flex;
}
.navit li{
    list-style: none;
    margin-left: 20px;
}
.navit li a{
    text-decoration: none;
    
}
a {
    text-decoration: none;
    color:black;

}
.footer-it{
    display: flex;
    list-style: none;
    justify-content: center;
}
.footer a{
    margin-left: 30px;
    padding: 20px;
}

.footer a:hover{
    background-color: black;
    color: aliceblue;
    border-radius: 40PX;
}