html{
    scroll-behavior: smooth;
    font-family:Georgia, 'Times New Roman', Times, serif;
}

a{
    color:black;
}

main{
    display: flex;
}

nav{
    position: fixed;
    top: 100px;
    width:30%;
}

#texte{
    margin-left: 30%;
    padding-top: 100px;
    width:40%;
    max-width:400px;
}

#texte img{
    max-width: 100%;
}

#texte sup{
    width: 12px;
    height: 12px;
    border-radius:12px;
    background-color: black;
    color: white;
    text-align: center;
    display: inline-block;
    line-height: 12px;
    font-size: 10px;
}

#texte .note{
    font-size: 10px;
    margin-right:-60% ;
    float: right;
}