@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

body{
      background-color: rgb(230, 35, 35);
      margin: 0;
      padding: 0;
  }
  nav{
    background-color: #e9cd4f;
      border: 1px solid rgb(156, 156, 156);
      border-bottom-width: 0px;
  }
  ul{
      display: inline-block;
  }
  li{
      font-family: Roboto;
      font-weight: bold;
      letter-spacing: 3px;
      display: inline-block;
      text-align: center;
      padding: 10px;
      text-transform: uppercase;
      transition: color 0.5s, background-color 0.5s, transform 0.5s;
  }
  li .underline{
      height: 1px;
      margin-top: 10px;
      background-color: rgb(122, 30, 45);
  }
  li:hover{
      background-color: rgb(36, 104, 168);
      border-radius: 5px;
      color: #fff;
      transform: scale(1.05);
  }
  li:hover .underline{
      background-color: rgb(241, 201, 208);
      height: 3px;
  }

   /* navbar-collapse{
      background-color: #d62d2d;

   } */







/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

      

.header{
      background:url('../img/g2.jpg') no-repeat center center/cover ;
      height: 93.9vh;}
      *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
      }
      body{
            font-family: 'roboto'sans-serif;
            font-size: 30;
      }
      a{text-decoration: none;}
      .monTexte {
            margin-left: 1650px;
            margin-top:80px ;
            font-size: 60px;
            writing-mode: vertical-rl;
            text-orientation: sideways;
            background-color: rgb(10, 57, 41);
            color: rgb(228, 240, 175);
          }
          
      .navbar{
            display: flex;   
            justify-content: space-between;
            padding: 16px;
            background-color: #1f231b;
            
         }
      .logo_tittle, .navbar ul li a{color:rgb(231, 136, 219)}
      .navbar ul{
            display: flex;
            align-items: center;
            list-style-type: none;
      }
      .navbar ul li a {
            padding: 12px;
            margin: 0 6px;
      }
      .navbar ul li a:hover{
            color:#1d1d1d;
            background-color: #ffb42a;
            border-radius: 4px;}

           
          

       .g1{
            position: relative;
       }   
       .text_1{
            position: absolute;
            left: 15%;
            top: 75%;
            font-size:2px ;
            font-weight: 700;
            color:rgb(165, 67, 132)
       } 
       p {
            background:rgb(128, 150, 160);
       } */




    