* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
    scroll-behavior: smooth;

}


header {
    position: absolute;
    top: 0%;
    left: 0%;
    padding: 20px 10px;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    transition: 0.5s;
}


#info {
    background-image: url(./assets/chef/unsplash_bpPTlXWTOvg.png);
    height: 465px !important;
    background-repeat: no-repeat;
    object-fit: cover !important;
}

.navbar {
    display: flex;
    /* position: relative;
    z-index:auto; */

}

.navbar li {
    list-style: none;
}


/*.btn-reserve{
    padding: 10px 20px;
    background: #fb911f;
   margin-top: -60px;

}*/

.btn-reserve {
    padding: 5px;
    /* Réduire le rembourrage */
    margin-top: -20px;
    /* Ajuster la marge si nécessaire */

}

.btn-reserve img {
    width: 50px;
    /* Définir la largeur de l'image */
    height: auto;
    /* Autoriser la hauteur à s'ajuster automatiquement */
}


.police {
    font-family: Arial, Helvetica, serif;
    font-weight: bolder;
    color: green !important;
}

.btn-reserve:hover {
    background: #d87710;
    transition: ease-out;
}

header .navbar li a:hover {
    color: #fb911f;
    /* border-bottom: 2px solid #fb911f; */
}

a {
    text-decoration: none;
}

.bg_color_2 {
    background-color: #1c854b !important;
    color: white !important;
}

.bg_color_2 a {
    color: white;
}

.banniere {
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
    justify-content: left;
    align-items: center;
    background-image: url(./assets/images/homepage.jpeg);
    /* filter: brightness(0.7); */
    /* background-size: cover;
    background-size: 100%;
    height: 560px;
    width: 560px; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin-left: auto;
    margin-right: auto;
}

.paralax {
    /* position: relative; */
    display: flex;
    background-image: url(./assets/chef/unsplash_bpPTlXWTOvg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin-left: auto;
    margin-right: auto;
    height: 40%;
}


.banniere .contenu {
    max-width: 70%;
    text-align: center;
}

.banniere .contenu h2 {
    color: #fff;
    font-size: 3em;
    text-transform: capitalize;
    position: relative;
    left: 2em;
    top: 0.5em;

}

.contenu p:nth-child(2) {
    color: #ffff;
    font-size: 1.2em;
}

.contenu1 p span {
    color: #fb911f;
    font-size: 2em;
    font-weight: bold;
    text-align: left;
    /* Aligner le texte à gauche */
}

.bg-color-1 {
    --bg-color: rgb(255, 128, 0) !important;
}

.bg-color-2 {
    background-color: #1c854b;
}


.contenu h2 br {
    font-size: larger;
    position: relative;
    right: 5em;
}

.section {
    position: relative;
    top: 5em;
}

.contenu2 p {
    color: #ffff;
    font-size: 1.5em;
    font-weight: bolder;
    /* Ajoutez cette ligne pour rendre le texte plus foncé */
    position: relative;
    left: 1em;
    top: 1em;
}

.col-lg-12.titre.btn1 {
    margin-right: 100px;
}

.btn1 {
    font-size: 1em;
    color: #fff;
    background: #fb911f;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s;
    margin-left: 10px;
    border-radius: 5px;
    font-weight: bold;
    /* Ajoutez cette ligne pour rendre le texte plus foncé */
    position: relative;
    /* Ajoutez cette ligne pour positionner l'élément relatif */
}

.btn4 {
    font-size: 1em;
    color: #fff;
    background: #fb911f;
    padding: 25px 25px;
    display: inline-block;
    /* top: 1.5em; */
    margin-top: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s;
    margin-left: 10px;
    border-radius: 5px;
    font-weight: bolder;
    /* Ajoutez cette ligne pour rendre le texte plus foncé */
    position: relative;
    /* Ajoutez cette ligne pour positionner l'élément relatif */
}

.btn3 {
    font-size: 1em;
    color: #fb911f;
    background: #ffff;

    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s;
    margin-left: 10px;
    border-radius: 5px;
    font-weight: bold;

    position: relative;
    bottom: 1em;
    right: 6em;
}


.btn3::after {
    content: "\2192";
    /* Code Unicode pour la flèche */
    position: absolute;
    /* Position absolue par rapport au bouton */
    right: -15px;
    /* Décalage vers la droite pour aligner la flèche */
    top: 50%;
    /* Aligner la flèche verticalement au milieu */
    transform: translateY(-50%);
    /* Correction pour centrer la flèche */
    color: #d87710;
}


.btn2 {
    font-size: 1em;
    color: #047e13;
    font-weight: bold;
    /* Ajoutez cette ligne pour rendre le texte plus foncé */
    background: #fff;
    padding: 10px 20px;
    display: inline-block;
    /* margin-top: 20px; */
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s;
    margin-left: 10px;
    border-radius: 5px;
    padding: 25px 25px;
    font-weight: bolder;
    position: relative;
    /* top: 1.5em; */
}



.btn1:hover {
    letter-spacing: 4px;
}

.btn2:hover {
    letter-spacing: 4px;
}

/* section{
    padding: 100px;
} */
/* .row{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
} */





.titre-texte {
    color: #000;
    font-size: 2em;
    font-weight: -300;

    text-transform: capitalize;
}

.titre-texte span {

    font-size: 2em;
    font-weight: 700px;

}


.titre {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}


/* .menu{
    margin-top: -650px;
} */

.menu .contenu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.menu .contenu .box {
    width: 350px;
    margin: 20px;
    border-radius: 15px;

    box-shadow: 20px 15px 35px rgba(106, 99, 99, 0.8);
}

.menu .contenu .box .imbox {
    position: relative;
    width: 100%;
    height: 300px;
}

.menu .contenu .box .imbox img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;


}

.menu .contenu .box .text {
    text-align: center;
    font-weight: 300px;
    color: #111;
}

.menu .contenu .box .text h3 {
    font-weight: 400;
}



/* A Propos


/* Styles pour la section "apropos" */
.apropos .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

/* Réduire l'espace entre les colonnes */
.apropos .col-lg-4 {
    width: calc(33.33% - 15px);
    /* Réduire la largeur de chaque colonne */
    margin-right: 10px;
    /* Espacement entre les colonnes */
    margin-bottom: 500px;
    /* Espacement entre les lignes */


}

/* Ajuster la première colonne */
.apropos .col-lg-4:first-child {
    margin-right: 5px;
    /* Réduire la marge droite de la première colonne */
}

/* Ajuster la dernière colonne */
.apropos .col-lg-4:last-child {
    margin-right: 0;
    /* Supprimer la marge droite de la dernière colonne */
}

.container4 {
    margin-bottom: 20px;
    /* Ajouter de l'espace en bas */
    margin-left: -140px;
    margin-top: 160px;
}

.container6 {
    margin-bottom: 20px;
    /* Ajouter de l'espace en bas */
    margin-left: -110px;
    margin-top: 160px;
}

.container5 {
    margin-bottom: 20px;
    /* Ajouter de l'espace en bas */
    margin-left: -80px;
    margin-top: 100px;
}

.img1 {
    position: relative;
    /* Assurez-vous que le conteneur a une position relative */
}

.img1 img {
    position: relative;
    top: -590px;
    right: -135px;
    z-index: -1;
}

.box {
    margin-bottom: 20px;
    /* Ajouter de l'espace en bas */

}

/* Réinitialiser les marges pour les colonnes à l'intérieur de la classe col-lg-4 */


.reduce-gutters>[class^="col-"] {
    padding-right: 5px;
    /* Réduit l'espacement à droite de chaque colonne */
    padding-left: 5px;
    /* Réduit l'espacement à gauche de chaque colonne */
}


.p1::before {
    content: '\2713';
    /* Code Unicode pour l'icône de vérification */
    color: rgb(255, 128, 0);
    /* Couleur orange foncé */
    margin-right: 5px;
    /* Espacement entre l'icône et le texte */
    font-weight: bold;
    /* Augmenter le poids de la police */
}
















/* Styles pour le header */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    z-index: 1;
}

.logo {
    flex: 0 0 auto;
}

.navbar {
    display: flex;
    list-style: none;
    padding: 0;
}

.navbar li {
    margin-right: 20px;
}

/* Media Queries pour rendre le menu plus petit sur les petits écrans */
@media screen and (max-width: 500px) {
    .navbar {
        flex-direction: column;
        align-items: center;

    }

    header {
        flex-direction: column;
        align-items: center;
        font-size: 1em;
    }

    .navbar li {
        margin: 10px 0;
    }

    .ms-auto {
        margin-left: auto;
    }

}

/* Styles pour la section de la bannière */
.banniere {
    padding: 50px 20px;
    text-align: center;
}

/* Media Queries pour ajuster la taille de la police sur les petits écrans */
@media screen and (max-width: 768px) {
    .banniere h2 {
        font-size: 24px;
    }

    .banniere p {
        font-size: 16px;
    }


}



















.copyright {
    padding: 20px 40px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    background: rgba(228, 222, 222, );
    text-align: center;
}

.copyright p:nth-child(1) {
    color: #333;
}

.copyright a {
    color: #fb911f;
    text-decoration: none;
    font-weight: 600;
    font-style: italic;
}

.contact .titre-text span {
    color: #fb911f;
    font-size: 2em;
}

/*
header.sticky{
    background: #fff;
    padding: 10px 10px;
    box-shadow: 0px 5px 20px rgba(0,0,0, 0.05);
} */

/* header.sticky .logo{
    color: #000;
} */

/* header.sticky .navbar li a {
    color: #000;
} */

/* header.sticky li a:hover{
    color: #fb911f;
    border-bottom: 2px solid #fb911f;
} */

@media (max-width: 991px) {
    header,
    /* header.sticky{
    padding: 10px 20px;
} */

    header .navbar li {
        margin-left: 0px;
    }

    header .navbar li a {
        text-decoration: none;
        color: #111;
        font-size: 1.6em;
        font-weight: 300;
    }

    .navbar {
        display: none;
    }


    header .navbar.active {
        width: 100%;
        height: calc(100% -68px);
        position: fixed;
        top: 68px;
        left: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        background: #ffff;
        align-items: center;
    }

    .menuToggle {
        position: relative;
        width: 40px;
        height: 40px;
        background-image: url(./images/menu.png);
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        background-size: 30px;
    }

    .menuToggle.active {
        background-image: url(./images/close.png);
        background-size: 25px;
        background-repeat: no-repeat;
        background-origin: center;
    }

    header.sticky .menuToggle {
        filter: invert(1);
    }


    .banniere .contenu h2 {
        font-size: 2em;
    }

    /* .row .col50 img{
    margin-left: 18%;
} */

    .contenu p:nth-child(2) {
        font-size: 1.2em;
    }


    /* .menu{
    margin-top: 0px;
} */

    /* .row{
    display: flex;
    flex-direction: column;
} */






    /* .col50 {
        position: relative;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;

    } */

    /* .row{
        flex-direction: column;
    } */
}

@media (max-width: 480px) {
    .banniere .contenu h2 {
        font-size: 2.2em;
        color: #fff;
    }

    .titre-text {
        color: #000;
        font-size: 2rem;
        font-weight: 300;
        text-transform: capitalize;
    }


}

/*ooooooo*/
@media (max-width: 991.98px) {
    .apropos .row>div[class^="col-"] {
        margin-bottom: 20px;
        /* Ajouter un espacement entre les colonnes empilées */
    }

    .apropos .row>div[class^="col-"]>.container4 {
        text-align: center;
        /* Centrer le contenu horizontalement */
        margin: 0 auto;
        /* Centrer le conteneur sur la même colonne */

    }

    .apropos.container {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}


/* partie Apropos:*/
/* Ajout d'espace entre chaque élément */
.apropos .row .col-lg-6 {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    /* Ajoutez de l'espace en bas de chaque élément */

}



/* Ajustement du texte sous les images */
.apropos .titre-texte {
    margin-top: 20px;
    /* Marge supérieure pour séparer le texte des images */
}

/* Styles pour le bouton "Voir Plus" */
.apropos .titre2 {
    text-align: center;
    /* Centrage du bouton */
    margin-top: 20px;
    /* Espacement du bouton par rapport au texte */
}

.apropos .btn2 {
    font-size: 1em;
    color: #047e13;
    background: #fff;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s;
    border-radius: 5px;
}

.bg_color_2 {
    background-color: #047e13;
    color: #fff;
}

.apropos .btn2:hover {
    background: #d87710;
    color: #fff;
}

/* Ajustement du texte sous les images */
.apropos .titre-texte {
    margin-top: 20px;
    /* Marge supérieure pour séparer le texte des images */
}

/* Réduction de la hauteur des images */
.apropos img {
    max-width: 300px;
    /* Définissez la hauteur maximale des images selon vos besoins */
}

/* Styles pour le bouton "Voir Plus" */
.apropos .titre2 {
    text-align: center;
    /* Centrage du bouton */
    margin-top: 20px;
    /* Espacement du bouton par rapport au texte */
}

.apropos .btn2 {
    font-size: 1em;
    color: #047e13;
    background: #fff;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s;
    border-radius: 5px;
}

.apropos .btn2:hover {
    background: #d87710;
    color: #fff;
}

/*///////////////////////////les commentaires////////////////////////*/



.commentaires {
    font-weight: bolder;
    font-size: 35px;
}

.text2 {
    margin-top: 20px;
}

.containertxt {
    font-size: 20px;
    margin-bottom: 20px;
}

.icon {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.abdur-rahman {
    font-weight: bold;
}

.customer {
    color: #777777;

}

.frame-1 {

    align-items: center;
    position: relative;
    right: 20em;
}


.arrow-right3 {
    position: relative;
    left: 30em;
    bottom: 10em;
}

.arrow-right {
    position: relative;
    left: 30em;
    bottom: 10em;
}

.arrow-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}



.ellipse-2552 {
    /* width: 100px; */
    height: auto;
    margin-top: 20px;
}



/*sdfghgfd*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');



.content {
    width: 420px;
    margin-top: 70px;
}

.ratings {
    /* position: relative; */
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 10px #E0E0E0;
    /* right: 10em; */
    /* top: 2em; */
    width: 50%;
    height: 20% !important;
    padding: 30px !important;
}

.product-rating {

    font-size: 50px;
}

.stars i {

    font-size: 18px;
    color: #28a745;

}

.rating-text {
    margin-top: 10px;
}

.img12 {
    position: relative;
    left: 10em;
    bottom: 15em;

    z-index: -1;
}

.social-icon {
    flex-direction: column;
    display: flex;
    right: 10%;
}

.div_social {
    margin-top: 20% !important;
    background-color: white;
    padding: 10px;
}

.icon {
    color: black;
    width: 10px !important;
    height: 10px !important;
}


@media screen and (max-width: 500px) {
    .container {
        display: block;
        width: 100%;
        flex-direction: column;
    }

    .containertxt {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    /* .ratings{
      position: relative;
      background-color:#fff;
      padding: 54px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      box-shadow: 0px 10px 10px #E0E0E0;
      right: 7em;
      top: 0em;
      display: flex;
      flex-direction: column
    } */
    .arrow-right3 {
        position: relative;
        left: 8em;
        bottom: 17em;
    }

    .arrow-right {
        position: relative;
        left: 8em;
        bottom: 17em;
    }

    .img12 {
        position: relative;
        left: 10em;
        bottom: 15em;
        width: 200px !important;
        height: 100px !important;

        z-index: -1;
    }

}




/*footer*/

/* Custom CSS for footer */
.footer {
    position: relative;
    background-color: #851c1c;
    color: #ffffff;
    padding: 30px 0;
    width: 100%;
    top: 45em;
    bottom: 0;
    left: 0;

}




/* Style for the about us section */
.about-us {
    width: 100%;
    max-width: 800px;
    /* Limit the width to 800px */
    text-align: center;
    /* Center align the text */
    color: rgb(255, 128, 0);
    /* Change the color according to your preference */
}

.form-control {
    width: 300px;
    /* height: 60px; */
    color: #111;

}

.btn.btn-warning {
    height: 60px;
    background-color: rgb(255, 128, 0);
    color: #fff;
    z-index: 1;
    position: relative;
}



/* Style for the useful links section */
.useful-links {
    width: 100%;
    max-width: 800px;
    /* Limit the width to 800px */
    text-align: center;
    /* Center align the text */
}

/* Style for the services section */
.services {
    width: 100%;
    max-width: 800px;
    /* Limit the width to 800px */
    text-align: center;
    /* Center align the text */
}

/* Style for the recent posts section */
.post-recente {
    width: 100%;
    max-width: 800px;
    /* Limit the width to 800px */
    text-align: center;
    /* Center align the text */
}

/* Style for the social icons */
.social-icon {
    color: #000000;
    /* Change the icon color to black */
    margin-right: 10px;

}

.social-icon:hover {
    color: rgb(255, 128, 0);
    /* Change the icon color on hover */
}

.list-unstyled li {
    margin-bottom: 10px;
}

/* Custom CSS for texte1 */
.texte1 {
    text-align: left;
}

/* Custom CSS for input-group */
.input-group {
    text-align: right;
    /* Align the input-group content to the right */
    padding: 2em 2me;
}

/* Custom CSS for texte1 p span */
.texte1 p span {
    color: rgb(255, 128, 0);
    /* Change the color according to your preference */
    font-size: large;
    font-weight: bold;
}

/* Custom CSS for mb-0 */
/* .mb-0 {
    position: relative;
    float: inline-start;
    bottom: 1em;
  } */

/* Custom CSS for text-bottom */
.text-bottom {
    background-color: rgb(255, 128, 0);
    /* Change the background color according to your preference */

    padding: 25px 25px;
    /* Ajoutez un espacement intérieur pour un meilleur aspect visuel */
    width: 100%;
    margin-top: 60px;
}

/* Custom CSS for additional classes */
.txt {
    font-size: larger;
}





/* pour les plats Favories

/* Réinitialisation des marges et des rembourrages */


/* Style pour les cartes */



/* Style pour les colonnes */
/* .col {
    padding: 5px;
    text-align: center;
    position: relative;
    margin-right:  -100px;
    float: inline-end;
    margin-top: 2px;


  } */

/* Style pour le texte centré */

/* Style pour le titre des plats */
.plat {
    /* position: relative; */
    right: 50px;
    /* Décalage de 50 pixels vers la droite */
}

/* Style pour les favoris */
.favorites {
    display: flex;
    align-items: flex-end;
    /* Alignement des éléments favoris en bas */
    float: inline-end;
    /* Déplacement vers la fin de la ligne */
}

/* Style pour les étoiles */
.star {
    color: gold;
    /* Couleur des étoiles */
    font-size: 20px;
    /* Taille des étoiles */
}

/* Style pour le rectangle vertical */
.vertical-rectangle {
    display: flex;
    flex-direction: column;
    background-color: rgb(27, 159, 106);
    /* Couleur de fond */
    /* width: 19em;
    height: 40em;  */
    /* position: relative; Position relative */
    /* top: -39.5em;  */
    /* left: 4em; */
    border-radius: 10px;
    /* Bord arrondi */
    justify-content: center;
    /* Centrage vertical */
}

/* Style pour les sous-rectangles */
.sub-rectangle {
    position: relative;
    width: 15em;
    /* Largeur */
    height: 50px;
    /* Hauteur */
    text-align: center;
    /* Centrage horizontal */
    border-radius: 10px;
    /* Bord arrondi */
    line-height: 25px;
    /* Hauteur de ligne */
    color: rgb(27, 159, 106);
    /* Couleur du texte */
    margin: 2em;
    /* Marge */
    justify-content: center;
    /* Centrage vertical */
    align-items: center;
    /* Centrage horizontal */
    display: flex;
    /* Affichage en tant que flex */
    font-weight: bold;
    /* Gras */
    cursor: pointer;
}

.shadow-text {
    text-shadow: 1px 1px 2px black;
}

.marge-gauche-5 {
    margin-left: 10% !important;
}

.sub-rectangle2 {
    /* position: relative; */
    width: 15em;
    /* Largeur */
    height: 70px;
    /* Hauteur */
    text-align: center;
    /* Centrage horizontal */
    border-radius: 10px;
    /* Bord arrondi */
    line-height: 25px;
    /* Hauteur de ligne */
    color: #ffff;
    /* Couleur du texte */
    margin: 2em;
    padding: 2em;
    /* Rembourrage */

    font-weight: bold;
    /* Gras */
}

@media (max-width: 1080px) {
    .dp_nn_mobile {
        display: none !important;
    }

    .vertical-rectangle {
        position: relative;
        top: 1.5em;
        justify-content: center;
        flex-direction: column;
        width: 100%;

    }

    .sub-rectangle {
        position: relative;
        /* left: 50px; */
        width: 100%;
    }

    .container6 {
        position: relative;
        top: -40em;
        width: 100%;
    }

    .container6 {
        position: relative;
        top: -70em;
        justify-content: center;
        width: 100%;
    }

}

/*les         //////////////////////les commentaires*/
