a{
    text-decoration: none;
    color: black;
}
a:hover {
    text-decoration: none;
    color: rgb(19, 19, 19);
}
#header{
    padding: 0.5em;
    background-color: white;
    box-shadow: rgba(17, 12, 46, 0.15) 3px 3px 3px;
    margin-bottom: 1em;
}
#imgLogo{
    height: 5em;
}
#connexion{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 2em;
}
#connexion h2{
    color: #003A42;
    margin: 0.2em;
}

#connexion h2:hover{
    color: black;
    transform: scale(1.002);
    transition-duration: 0.2s;
}