header{
    top: 0;
    height: 119px;
    background-color: #9A5F20 ;
    display: flex;
    color: white;
   
    .imagelogo{
        margin-left: 75px;
        margin-top: 26px;
    }

    .textelogo{
        margin-top: 37px;
        margin-left: 8px;
    }

    .barreNAV{
        width: 100%;

        div{
            padding-top: 15px;
        }
     }


    div{
        font-family: Bitter;
        font-weight: 600;
       
        
        a{
            text-decoration: none;

        }
 
       
        .Haut{
            
            border-radius: 15px;
            background-color: #FFF5E5;
            margin-left: 111px;
            margin-top: 15px;
            padding-top: 7px;
            padding-bottom: 7px ;
            margin-right: 637px;
            margin-bottom: 18px;


            .centre{
                text-align: center;
            }

            a{color: black;
            font-size: 14px;
            padding-left: 10px;
            padding-right: 10px;

            &:hover{
                font-size: 16px;
            } 
                
        }
        


        }
        .Bas{
            margin-left: 69px;
            a{
                color: white;
                font-size: 18px;
                padding-right: 50px ;
                
                &:hover{
                    font-size: 22px;
                }
                
            }
            
        }
    }
}