*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


html,body  {
    height: 100%;
    

}
html{
    scroll-behavior: smooth;
    
}

a{
    text-decoration: none;
}
.Logo img{
    width: 5rem;
    height: 5rem;
}

body{
    background-color: wheat;
    font-family: "Tajawal" ;
    
    
    
}

:root{
    --main-color: #f8b281;
    --secondary-color: #1b1b1b;

}

@font-face {
    font-family: "Tajawal";
    src: url(Tajawal/Tajawal-Regular.ttf);
}

hr{
    width: 40%;
    margin-left: 6.5rem;
    border-top: dotted 5px;
    opacity: 0.1;
}

h2{
    font-size: 2.5rem;
    line-height: 125%;
    padding: 1rem 0;
}
h3{
    font-size: 1.25rem;
    line-height: 125%;
}

section{
    padding: 5%;
}

.link-menu{
    padding: 2%;
}

.header{
    position: absolute;
    height: 15vh;
    background-color: white;
    width: 120%;
    left: 0;
    top: 0;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
}

.navigation{
    display: none;
}
.hamburger{
    margin-top: .6rem;
    margin-right: .75rem;
    z-index: 10;
}


.links{
    position: absolute;
    background-color: var(--main-color);
    width: 100%;
    height: 100vh;
    left :0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    color: black;
    transform: translateX(100%);
   

}

.links a{
    color: var(--secondary-color);
    font-size: 1.75rem;
    font-weight: 700;
    text-decoration: underline;
}

.links a:hover{
    color: white;
}


.home-page{
    min-height: 100vh;
    overflow: hidden;
    
}

.intro{
    margin-top: 15vh;
    color: white;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.854);
    text-align: center;
}

.intro h3{
    font-family: sans-serif;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.854);
    font-size: 1.3rem;

}

#commander{
    margin-left: 10rem ;
}
.btn-menu a{
    color:white;
}


 

button a {
    color: #1b1b1b;
}

.buttons{
    margin-bottom: 1rem;
}
.main-pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}

.img-restau{
    width: 70%;
    height: 200px;
    margin-left: 3rem;
}

.description h2{
    text-align: center;
    font-size: 1.75rem;
    font-weight: 800;
}

.description h3{
    text-align: center;
    font-size: 1.5rem;
}

.gallery{
    margin-left: 1.5rem;
    margin-top: 1rem;
    
}

.gallery img{
    width: 90%;
    padding: 0.5rem;
    height: 250px;
    border-radius: 2rem;
}

.Delivero{
    margin-top: 1rem;
    margin-bottom: 1rem;
}


.btn-cmd{
    margin-top: 2rem;
    padding: 1rem;
    font-size: 1rem;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.854);
    margin-left: 33%;
    width: 35%;
    color: black;
    color: var(--secondary-color);
    background-color: var(--main-color);
    margin-bottom: 1rem;
    
    
}


.btn-menu a{
    color: #1b1b1b;
}
.btn-menu{
    margin-top: 2rem;
    padding: 1rem;
    font-size: 1rem;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.854);
    margin-left: 5rem;
    
    color: var(--secondary-color);
    background-color: var(--main-color);
    margin-bottom: 2rem;
    
    
}


.Delivero h4{
    font-size: 1.45rem;
    text-align: center;
    margin-bottom: 1rem;
    ;
}
.Del{
    font-size: 1.35rem;
    color: gray;
}
.livr-icons {
    display: flex;
    flex-direction: row;
    width: 90%;
    align-items: center;
    

}
.livr-icons a img{
    width: 80px ;
    margin: 15px;
    height: 80px;
   
}


.paiement h3{
    font-size: 1.4rem;
    color: rgb(121, 105, 105);
    margin-bottom: 1.5rem;
}

.icons img{
    height: 50px;
    width: 50px;
}


.icons{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;

}
.Covid{
    padding: 0;
    margin: 0;
    padding-bottom: 0.4rem;
    align-items: center;
    align-items: center;
}


.Covid img{
    position: absolute;
    width: 100%;
    height: 65vh ;
    object-fit: cover;
    z-index: -1;
    opacity: 0.4;
   
}

.covid-desc{
    padding-top: 2rem;
    text-align: center;
    width: 80% ;
    margin-left: 10%;
    font-weight: 900;
    margin-bottom: .5rem;
}

.covid-desc h3{
    font-size: 1.35rem;
    font-weight: 600;
}
.covid-desc h2{
    font-size: 1.75rem;
}

.Horaires-adr li{
    margin-left: 2.5rem ;
    font-size: 1.45rem;
    font-weight: 600;
    color: gray;
}

.horaire{
    margin-top: 1.5rem;
    padding-top: 5.5rem;
}

.Horaires-adr{
    line-height: 155%;
    
}
.Horaires-adr h2{
    text-align: center;
    font-size: 1.85rem;
    color: gray;
    font-weight: 650;
}

.sm-icon {
    width: 50px;
    height: 50px;
    margin-top: 1rem;
    padding: 0.5rem;
    
}

#fb {
    margin-left: 5rem;
}
#ig{
    margin-left: 1rem;
}



.map h2{
    text-align: center;
    font-size: 1.85rem;
    color: gray;
    font-weight: 650;
    margin-top: 1rem;
}
.g-map{
    margin-left: 2rem;
}

.horaire{
    margin-left: 1.4rem;
}

.contact h2{
    text-align: center;
    font-size: 1.85rem;
    color: gray;
}

.contact table { 
    margin-left: 2rem;
}
.contact table img{
    width: 40px;
}

table td{
    font-size: 1.25rem;
    font-weight: 600;
}

.arrow img{
    margin-left: 17rem;
    margin-top: 1rem;
    height: 4rem;
}

.footer{
    width: 100%;
    
    background-color: 	#DEB887;
    text-align: center;
}
.mentions{
    font-size: 1.55rem;
    color: 	#8B0000;
    font-weight: 600;

}

#signature{
    font-size: 1.5rem ;
   
}


@media screen and (min-width : 768px) {

    .hamburger{
        display: none;
    }
    
    button a:hover{
        color:white;
    }
    html,body {
        width: 100%;
    }

    nav{
        display: flex;
        align-items: center;
    }

    
    .navigation{
        display: flex;
        margin-right: 24rem;
        
        
     }


     .navigation a {
        
        color: white;
        padding: 2rem;
        font-size: 1.3rem;
        font-weight: 800;
        
     }

     .navigation a:hover{
        color : black;
     }


    .img-restau{
        width: 300px;
        height: 350px;
        margin-left: 27rem;
        margin-bottom: 1rem;
    }
    
 

    .gallery{
        display: flex;
        width: 100%;
        justify-content: space-around;
       
    }
    .gallery img{
        width: 250px;
        height: 250px;
        border-radius: 2rem;
        margin-top: 2rem;
        margin-right: 2.5rem;
       
    }

    hr{
        margin-left: 21rem;
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

   
    .Delivero h4 {
        margin-bottom: 2rem;
    }

    .paiement h3{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .livr-icons{
        width: 70%;
        margin-left: 25rem;

    }

    .livr-icons a img{
        width: 70px;
        margin: 20px;
        
    }

    .icons{
        width: 80%;
        margin-left: 10%;
    }

    .covid-desc h3{
        width: 60%;
        margin-left: 12rem;
    }

    .infos{
        display: flex;
        padding: 2rem;
    }

    .map{
        margin-left: 10rem;
    }
     
   
   .btn-cmd{
    position: absolute;
    top: 6.5rem;
    right: 7rem;
    width: 10%;
   }
   .btn-menu{
    margin-left: 30rem;
   }
    

    .social-media{
        margin-left: 27rem;
        margin-top: 3rem;
    }

    .hvr img:hover{
        transform: translateY(-.5rem);

    
    }
    #ig:hover{
        transform: translateY(-.5rem);
    }

    .footer{
        height: 15vh;
        bottom: 0;
        align-items: center;
        display: flex;
        padding: 1rem;
        padding-left: 4rem;
     }

     .mentions{
        margin-left: 20rem;
     }


    .contact table{
        margin-left: 26rem;
        margin-top: 2rem;
    }

    .arrow{
       
       margin-left: 45rem;
    }

    .arrow a img:hover{
        transform: translateY(-2rem);
    }

    
    .Covid img{
        height: 55vh;
    }


    .map{
        margin-top: 6rem;
    }

   
    
}