/* Définition du style de la header bar */
#bar{
    margin: 0%;
    position: relative;
    display: flex;
    background-color: transparent ;
    
    width: 100%;
    height: 70px;

}

#Bar_Separator {
    width: 100%;
    height: 5px;
    background-color: black;
    position: absolute;
    
    bottom: 0;
}



#titleBar strong {
    width: 100%;
    height: 100%;
    font-size: 25px;
}

#titleBar:hover {
    background-color: aliceblue;
}

#magic {
    font-style: normal;
}

#logo{
    display: inline-flex;
    margin: auto;
    position: absolute;
    right: 0;
}

