#sec-2{
    color: var(--color-text1);
    display: flex;
    flex-direction: row;
    padding: 6%;
    gap: 2rem;
}

h3{
    font-weight: 600;
    color: var(--orange);
}
.partie ul{
    margin: 0rem 1rem;
    gap: 0.3rem;
    display: flex;
    flex-direction: column;
}
.partie{
    margin: 1rem 0rem;
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
}
.menu{
    width: 30rem;
}
.menu a{
    color: var(--color-text1);
}
.menudiv{
    position: sticky;
    top: 10%;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}
.menudiv ol{
    margin: 0rem 1rem;
    gap: 0.3rem;
    display: flex;
    flex-direction: column;
}