*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Tajawal";
    src: url(Tajawal/Tajawal-Regular.ttf);
}
body{
    
    font-family: "Tajawal";
    


}
html,body{
    height: 100%;
    scroll-behavior: smooth;

}

section{
    padding: 5%;
}

.intro h1{
    text-align: center;
    font-size: 2.4rem;
    color: #229222	;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.intro h3{
    text-align: center;
    font-size: 1.5rem;
    color: #756969;
}

.intro-img img{
    width: 250px;
    height: 300px;
    margin-left: 3rem;
    margin-top: 1rem;
    

}

.payments img{
    width: 250px;
    margin-left: 3rem;


}

.horaire-adresse{
    margin-top: 1.5rem;
}

.main-menu{
    margin-top: 2rem;
}

.menu-title{
   margin-left: 6rem;
}

.main-menu h3{
    text-align: center;
    font-size: 1.2rem;
    color: #756969;
}

.items{
    width: 350px;
    
    margin-left: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 0.35rem;
}

#item4{
    margin-top: 0rem;
}

.infos{
    width: 300px ;
    margin-left: 1rem;

}

.plat-title{
    width: 150px;
    margin-left: 6.5rem;
    margin-top: 1.5rem;
    
}


@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
* {
  box-sizing: border-box;
}.plats {

  justify-content: center;
  align-items: center;
  margin: 0;
  
  font-family: "Roboto", sans-serif;
  color: #10182f;
}
.container {
  
  margin-left: 1rem;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.card {
  margin: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 300px;
}
.card-header img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  min-height: 150px;
}

.tag {
  background: #cccccc;
  border-radius: 50px;
  font-size: 12px;
  margin: 0;
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.tag-teal {
  background-color: rgb(219, 169, 76);
  
}


.card-body h4 {
  margin-top: 0.7rem;
}

.sup{
    margin-top: 2rem;
}

.entrees{
    width :300px;
    margin-left: 0.8rem;
    margin-top: 2rem;
}

.salades{
    width: 30px;
    width :300px;
    margin-left: 0.8rem;
    margin-top: 3rem;
}

table{
    width: 95%;
    font-size: 1.1rem;
    font-weight: 550;
    margin-top: 1.4rem;
    margin-left: 0.5rem;

}
table tr{
    line-height: 35px;
}

.footer h2{
    text-align: center;

}
.social-media{
    margin-left: 6rem;
}

.social-media img{
    width: 70px;
    padding: .75rem;
    
    
}

button {
    padding: 1rem;
    border: none;
    border-radius: 2rem;
    margin-top: 2rem;
    font-size: 1rem;
    background-color: rgb(250, 202, 113);
    margin-left: 3.5rem;
}

.btn{
    margin-left: 3.7rem;
}


@media screen and (min-width : 768px){
    html , body{
        height: 100%;
    }

    .btn{
        margin-left: 29rem;
    }

    .intro-img{
        margin-left: 25rem;
    }

    .payments {
        display: flex;
        flex-direction: column;
        margin-left: 25rem;
    }

    .menu-title{
        
        margin-left: 31rem;
    }

    .items{
        margin-left: 12rem;
    }

    .infos{
        margin-left: 14rem;
    }

    .plat-title{
        margin-left: 29rem;
    }

    .container{
        display: flex;
    }

    .supplement img {
        display: flex;
        flex-direction: column;
    }
    table{
        
        padding: 0;
        margin-left: 10rem;
       
        
    }
    .social-media{
        margin-left: 31rem;
    }

    .social-media img:hover{
        transform: translateY(-2rem);
    }

    a .btn:hover{
        color: white;
        cursor: grab;
    }
   
    .infos{
        width: 300px;
        margin-left: 12rem;
    }

    .commander{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .commander a button:hover{
        color: white;
        cursor: grab;
    }
}
