*{
          font-family: "Poppins", sans-serif;

}

.nav_haut{
          margin: 0;
          padding: 0;
}

.nav_header{
          height: 120px;
          display: flex;
          flex-direction: row;
          background-color: #04122E;
          border-bottom-left-radius: 30px;
          border-bottom-right-radius: 30px;
          margin: 0 25px;
          
}

.nav_header img{
          height: 100px;
          padding: 10px;
}

.nav_header ul{
          list-style: none;
          display: flex;
          flex-direction: row;
          margin-top: 50px;
          gap: 50px;
          margin-left: 50px;
          color: #fff;
}




