@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');
*{
    font-family: 'Montserrat';
}

/* Footer */
footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 100px;
    font-weight: 400;
}
/* footer fin */
#map{
    margin-top: 50px;
    margin-bottom: 50px;
    height: 280px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.container {
    margin-top: 30px;
    display: flex;
  }
.commande{
    margin-top: 5px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.gros-texte-contact{
    margin-top: 50px;
}
.explication-commande{
    text-align: center;
    font-size: 17px;
    margin-top: 20px;
    font-family: 'Raleway', sans-serif;
}
  .box {
    width: 33%; 
    padding: 20px; 
    box-sizing: border-box; 
    border: 1px solid #ccc; 
    border-radius: 5px; 
  }
  
  h2 {
    margin: 0; 
    margin-bottom: 10px; 
    font-size: 1.2em; 
    font-weight: bold; 
  }
  
  p {
    margin: 0; 
  }
.titre-contact, .txt-contact{
    text-align: center;
}

.header{
    display: flex;
    align-items: center;
}


.logo{
    width: 150px;
}

body{
    margin: 0 auto;
}

section.top-page{
    background: url(../images/background-flou.jpg);
    /* height: 90vh; */
    height: 675px;
    background-position: 100%;
    background-size: cover;
    backdrop-filter: blur(20px);
    padding: 25px;
}

.top-nav{
    display: flex;
    justify-content: space-between;
    list-style: none;
    align-items: center;
    width: 30%;
    text-shadow: 0.5px 0.5px 1px black;
}

.top-nav li {
    color: #fefee2; 
}
/* anim */ 
.rise-up {
    transform: translateY(100%);
    transition: transform 2s;
  }
  
  .rise-up.visible {
    transform: translateY(0);
  }
.landing-page {
    height: 70%;
    /* width : 100% */
}
.big-title{
    color: #fefee2;
    max-width: 100%;
    font-size: 70px;
    padding : 1% 2%;
    font-weight: 550;
    text-shadow: 0.5px 0.5px 0.3px black;
}
.scroll{
    padding : 1% 2.5%;
    text-decoration: none;
    color: white;
    position: absolute;
    font-weight: 900;
    bottom: 0px;
    font-size: 16px;
}

/* icones */

.services{
    display: flex;
    justify-content: space-around;
    margin: 50px;
}
.service-item{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.pizza-black, .halal, .livraison{
    width: 100px;
}
.livraison{
    width: 75px;
}
.pizza-black{
    width: 110px;
}
.service-details{
    font-weight: 500;
    width: 200px;
    text-align: center;
}
.titre-plat{
    font-size: 50px;
    font-weight: 100;
    position: relative;
}

.titre-plat::before{
    content: "";
    position: absolute;
    background-color: black;
    width: 50px;
    height: 7px;
    bottom: 0;
}

.nom-plat{
    display: flex;
    justify-content: center;
}
.nom-plat-centre{

    background-color: red;
}
h3{
    font-size:25px;
}
  .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .tab {
    margin-bottom: 10px;
    background-color: #CD853F;
    border: none;
    color: white;
    cursor: pointer;
    flex: 1;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
  .tab:hover {
    background-color: #ccc;
  }
  
  .tab.active {
    background-color: #F4A460;
    color: white;
  }
  
  .tab-content {
    display: none;
    padding: 15px;
    border: 1px solid #8A531D;
    border-top: none;
    border-radius: 0 0 5px 5px;
  }
  
  .tab-content.active {
    display: block;
  }

  .container-carte {
    margin: 0 auto;
    width: 75%;  
    border: 3px solid #555150;
    margin-top: 10px;
    background-color: white;
}

.carte{
    text-align: center;
    font-size: 30px;
}
.phrase-carte{
    text-align: center;
    font-weight: lighter;
    margin-bottom: 10px;
}
button{
    border: none;
    outline: none;
    appearance: none;
}
.appetit{
    font-size: 25px;
    text-align: center;
    margin-top: 30px;
    color: #ffbc03;
    font-weight: bold;
    font-family: 'Handlee';
}
.plat{
    width: 50.00%;
}

.tab-sous-content{
    display: flex;
    flex-wrap: wrap;
}
.ingredients{
    text-align: center;
    font-family: 'Raleway', sans-serif;
    color: black;
    font-weight: lighter;
}

td{
    padding: 10px;
}
.nom-plat{
    font-size: 16px;
    text-align: center;
}
.prix{
    font-weight: lighter;
}
.boisson-plus, .boissons, .desserts, .baguette{
    text-align: center;
    border-bottom: 1px solid #555150;
}

.contact-titre{
    position:relative;
    font-size: 45px;
    font-weight: 100;
}
.contact-titre::before{
    content: "";
    position: absolute;
    background-color: #c8ad7f; 
    width: 50px;
    height: 7px;
    bottom: 0;
}
.horaires h3, .adresse h3, .numero-telephone h3, .horaires p, .adresse p, .numero-telephone p{
    text-align: center;
    color: red;
}

li a{
    text-decoration: none;
    color: #333;
}
li a{
    color:white;
    font-weight: 900;
}
li a:hover{
    box-shadow: 0 2px rgb(208, 127, 29);
}

a {
    color: black;
    text-decoration: none;
}
.txt-contact-tel:hover{
    color: #333;
}
.txt-contact-adresse1:hover, .txt-contact-adresse2:hover{
    color: #333;
  }
.txt-contact-tel {
    text-decoration: underline;
  }

@media (max-width : 1025px) {
    .big-title {
        font-size: 60px;
        text-shadow: 0.5px 0.5px 1px black;
    }
}
@media (max-width : 860px) {
    .top-nav{
        width:50%;
        text-shadow: 0.5px 0.5px 2.5px black;
    }
}
@media (max-width: 601px) {
    section.top-page {
        background-position: 0%;
    }
    .top-nav {
        width: 70%;
        font-size: 13px;
    }
    .big-title{
        font-size: 55px;
    }
}
@media (max-width: 429px) {
    .plat{
        width: 100%;
    }
    .container {
    flex-direction: column;
    align-items: center;
    }
    .box {
        width: 60%;
    }
    footer {
        margin: 0;
        font-size: 14px;
        justify-content: space-around;
    }
    .big-title{
        font-size: 50px;
    }
    .logo {
        width: 100px;
    }
    .services {
        flex-direction: column;
        margin: 10px;
    }
    .pizza-black, .pizza-txt {
        display: none;
    }
    .explication-commande{
        font-size: 15px;
    }
 }

 @media (max-width: 349px) {
    .logo{
        display: none;
    }
    .top-nav{
        width: 100%;
        font-size: 10px;
    }
    .big-title{
        font-size: 36px;
    }
    section.top-page{
        height: 450px;
    }
    .scroll{
        font-size: 10px;
    }
 }