#logo {
    height : 100px;
    width : 350px;
    margin-left: 60px;
}

#super_entete{
    display: grid;
    padding: 20px 0px;
    grid-template-columns: 9fr 1fr;
    width: 100%;
}

#super_entete div:nth-child(1) {
    display: flex;
}

#info {
    margin-left: 40px;
    width: 100%;
    font-weight: 400;
}

#info_texte {
    color: grey;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    margin-top: 10px;
    font-weight: 400;
}

#login_logout {
    display: flex;
    justify-content: left;
}

#login_logout a {
    text-decoration: none;
    color: #263892;
    font-weight: bolder;
}