.Menu
{
    display: flex;
    flex-direction:column;
    height: auto;
    width: 100%;
    font-family: "Roboto-Bold";
}

.menu-racine
{
    display:flex;
    flex-direction:column;
    height: auto;
    width: 100%;
    font-family: "Roboto-Bold";
}

.menu-entete
{
    height: auto;
    margin-top:2%;
    margin-bottom:2%;
    width: 100%;
    display: flex; 
    justify-content: center;
    align-items: center;
}

.menu-entete img 
{
    width:25%;
}

.menu-data
{
    display:flex;
    position:relative;
    width:100%;
    height:50px;
    background-color: #03224c;
    align-items: center;
    justify-content: center;
}

.menu-part
{
    display: flex;
    width:100%;
    height:100%;
    justify-content: center;
    align-items: center;
}

.menu-part img
{
    width:12%;
    margin-left:10%;
    cursor:pointer;
}

.menu-lien
{
    display:flex;
    width:100%;
    height:100%;
    align-items:center;
    justify-content:center;
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    text-decoration:none;
    font-weight:bold;
}

.sousmenu-part
{
    display:flex;
    align-items:center;
    justify-content: center;
    position:absolute;
    top:50px;
    left:25%;
    width:200px;
    height:80px;
    flex-direction:column;
    background-color:#03224c;
    z-index:10;
    border:1px solid white;
}

.sousmenu-section
{
    display:flex;
    width:100%;
    height:100%;
    align-items:center;
    justify-content:center;
}

.sousmenu-lien
{
    display:flex;
    width:100%;
    align-items:center;
    justify-content:center;
    color:white;
    text-align:center;
    height:25px;
    width:200px;
    font-size:12px;
    text-transform:uppercase;
    text-decoration:none;
}
