li{
    Font-family: courier, Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    font-size: 1.3em;
    text-decoration: underline;
    text-underline-offset: 3px;
    list-style: none;
    color:black;
    /* text-shadow: 1px 1px 1px grey; */
    justify-content: flex-end;
    padding-left:10px;
    margin-left: 0px;
    background-color: white;
}

.nav .menu {
    display: flex; /*1*/
    flex-direction : row; /*2*/
    justify-content: flex-end; /*3*/
    background-color: white;
    padding-top: 30px;

}

.logos{
    background-color: white;
    flex-grow: 2; 
    }
    
    .menus{

        background-color: white;
    
        flex-direction : center;
    flex-grow: 5; 
    list-style-type: none;
    }
    .logo{
        background-color: white;
        flex-grow: 1; 
        }
        img{
            z-index: 2;
            justify-content: center;
        }
        
        #logoo{
            height: 120px;
        }
        
        .Logo1{
            justify-content: center;
            text-align: center;
        }
        
        #logo1{
            height: 60px;
        }
        
        .Logo2{
            justify-content: center;
            text-align: center;
        }
        
        #logo2{
            height: 60px;
        }

        .bandeau {
            display: flex;
            background-color: white;
            flex-direction: row;
            justify-content: center;
            border-bottom: 1px solid grey;
            -webkit-box-shadow: 0 4px 6px -6px #222;
            -moz-box-shadow: 0 4px 6px -6px #222;
            box-shadow: 0 4px 6px -6px #222;
            z-index: 1;
        }

        a{
            text-decoration: none;
            color:black;
        }
        a:hover{
            
            color:salmon;
            text-decoration: underline;
            
        
        }