*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
html {
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 8px;
}
/*
                <li><a href="menu.html" class="nav-link">Menu</a></li>*/
body {
    background-color: #06202e1c;
}

:root {
    --color1: #ffffff;
    --color2: #08007c;
    --color3: #4437ff;
    --color4: #000000;
    --f1: "Noto Sans jp", serif;
    --p: 1rem/1.5rem;
    --spacing8: 8px;
    --spacing16: 16px;
    --spacing20: 20px;
    --spacing40: 40px;
    --spacing80: 80px;
}


.menu-comple h2 {
    text-align: center; 
    font-size: 2.2em; 
    color: #2e5e2f; 
    margin-bottom: 30px;
}


.navbar {
            background-color: rgb(238, 238, 238);
            /*position: fixed;*/
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            overflow-x: auto; /* Permet le défilement horizontal si nécessaire */
            white-space: nowrap; /* Empêche les éléments de passer à la ligne */
        }

        .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.8rem 0.2rem;
            /*min-width: 320px; /* Largeur minimale pour les très petits écrans */
        }

        .logo {
            color: black;
            font-size: 2rem;
            font-weight: bold;
            margin: 0rem auto;

        }

        .nav-menu {
            display: flex;
            list-style: none;
            flex-grow: 0.5;
            justify-content: space-around;
        }

.nav-menu a {
    font-size: 1.5rem;
}

        .nav-link {
            color: black;
            text-decoration: none;
            font-weight: 500;
            padding: 0.5rem 0.1rem;
            border-radius: 4px;
            transition: background-color 0.3s;
            display: inline-block;
        }

        .nav-link:hover {
            background-color:orange;
        }




        .content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem;
        }


.box h1 {
    text-align: center;
}
.box p {
    text-align: center;
}

  button {
        background: #ffa500; 
        border: none; 
        color: white; 
        padding: 5px 10px;
        border-radius: 4px; 
        cursor: pointer;
    }
    
     button:hover {
        background: #2e5e2f;
    }



/************header****************/

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 20px 2%;*/
    background-color: rgb(238, 238, 238);
    position: sticky; 
    top: 0;
    z-index: 1000;
    
}
header .logo span {
    color: orange;
}
header .menu-list .menu {
    display: flex;
    list-style: none;
    }
    .menu li a {
    font-size: 12px;
    text-decoration: none;
    color: orange;
    text-transform: capitalize;
    margin-left: 20px;
}
.menu a:hover {
    color: #006816;
}


/* HERO SECTION */

.home {
    padding: 0 10%;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-descrip {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-descrip .left {
    width: 40%;
}
.site-descrip .left h1 {
    font-size: 30px;
    color : black;
}
.site-descrip .left p {
    color: #999;
    margin-top: 10px;
}


.button {
    padding: 8px 20px;
    background-color: orange;
    border: none;
    color: white;
}
button a {
    color: white;
    display: flex;
    align-items: center;
}
/*
.left-buttom a:first-child {
    background-color: orange;
    color: white;
}
.left-buttom a:last-child {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    margin-left: 25px;
    box-shadow: 0 0 10px black;
}
*/
.site-descrip .right {
    width: 50%;
    height: 350px;
}
.site-descrip .right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 0 10px black;
}
.info-statics {
    background-color: orange;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 15%;
    flex-wrap: wrap;
}
.info-statics .box h1 {
    color: white;
    font-size: 25px;
}
.info-statics .box p {
    font-size: 15px;
}

p {
    font-size: 15px;
}

/*******************about*****************/

.about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 10%;
}

.about .aleft {
    width: 50%;
}
.about .aleft img {
    height: 30%;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 0 10px black;
    border-radius: 15px;
}

.about .aright {
    width: 40%;
}
.about .aright H2 {
    font-size: 25px;
}
.about .aright p {
    max-width: 10px 0;
    color: black;
    margin: 10px 0;
}
.about .aright button {
    padding: 8px 20px;
    background-color: orange;
    border: none;
    color: white;
}
.about .aright button a {
    color: white;
    display: flex;
    align-items: center;
}


/**********service**************/
.localisation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
    padding: 0 12px;

}
.localisation a {
    font-size: 13px;
    color: #555555;
}
.localisation .left {
    display: flex;
    flex-direction: column;
    width: 40%;
    align-items: center;
}

.text {
    padding: 10px 0;

}
.localisation .left h2 {
    font-size: 25px;
}
.localisation .left .localisation {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.localisation .left .localisation img {
    width: 25px;
}

.localisation .left button {
    margin-top: 10px;
    width: fit-content;
    padding: 5px 10px;
    background-color: orange;
    border: 0;
}

.localisation .left button a {
    color: white;
    display: flex;
    align-items: center;
}
.localisation .left .service p {
    margin-left: 10px;
    font-size: 10px;
}

.localisation .right {
    width: 55%;
    height:500px;

}
.localisation .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 0 10 black;
}


/* ANIMATIONS */

@keyframes fadeIn {
    from {opacity: 0; transform: translateY(30px);}
    to {opacity: 1; transform: translateY(0);}
}
@keyframes slideInLeft {
    from {opacity: 0; transform: translateX(-50px);}
    to {opacity: 1; transform: translateX(0);}
}
@keyframes slideInRight {
    from {opacity: 0; transform: translateX(50px);}
    to {opacity: 1; transform: translateX(0);}
}


/*********Animation left and rigd*/
.fade-in {
    opacity: 0; 
    transform: translateY(30px); 
    transition: all 1s ease;
}
.fade-in.show {
    opacity: 1; 
    transform: translateY(0);
}
.slide-in-left {
    opacity: 0; 
    transform: translateX(-50px); 
    transition: all 1s ease;
}
.slide-in-left.show {
    opacity: 1; 
    transform: translateX(0);
}
.slide-in-right {
    opacity: 0; 
    transform: translateX(50px); 
    transition: all 1s ease;
}
.slide-in-right.show {
    opacity: 1; 
    transform: translateX(0);
}


/***********menu carousel****************/
.menu-signature {
    padding: 30px 5px; 
    /*background: #2e5e2f;
*/
    animation: fadeIn 2s ease forwards;
}
.menu-signature h2 {
    text-align: center; 
    font-size: 2.2em; 
    color: #2e5e2f; 
    margin-bottom: 30px;
}
.menu-carousel {
    display: flex; 
    overflow-x: auto; 
    gap: 10px; 
    scroll-behavior: smooth;
}
.menu-item {
    min-width: 250px; 
    background: #f8f8f8;
    border-radius: 15px; 
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    /*padding-bottom: 10px;*/
    margin-bottom: 10px;
}   
.menu-itemm {
    min-width: 300px; 
    background: #f8f8f8;
    border-radius: 15px; 
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    /*padding-bottom: 10px;*/
    margin-bottom: 10px;
}   
.menu-itemm img {
    width: 100%; 
    border-radius: 16px; 
    height: 250px; 
    object-fit: cover;
}
.menu-item img {
    width: 100%; 
    border-radius: 16px 16px 0px 0px; 
    height: 250px; 
    object-fit: cover;
}
.menu-item p {
    padding: 0px; 
    font-size: 2.2em;
    text-align: center
}
.menu-item p span {
    color: orange /*#2e5e2f*/;
    padding: 0px auto;
}



/*****************contact********************/
.container {
            max-width: 1100px;
            margin: 0px;
            overflow: hidden;
            padding: 0 0rem;
        }
    
/* CONTACT */
    
    .contact {
        padding: 20px 20px; 
        background: white; 
        
    }
    
    .contact h2 {
        color: #2e5e2f;
        padding: 20px 0px;
        font-size: 3rem;
    }
    
    .contact p {
        max-width: 600px;

    }
    
    .contact form {
        margin-top: 20px;
    }
   
    .contact input, .contact textarea {
        width: 80%; 
        max-width: 400px; 
        padding: 10px; 
        margin: 8px 0; 
        border: 1px solid #ccc; 
        border-radius: 8px;
    }
    
    .contact button {
        background: #ffa500; 
        border: none; 
        color: white; 
        padding: 10px 20px; 
        border-radius: 8px; 
        cursor: pointer;
    }
    
    .contact button:hover {
        background: #2e5e2f;
    }


/**********************************/

/* MENU COMPLET 
*/
    
.menu-complet {
        padding: 60px 0px; 
        /*display: flex; */
        flex-wrap: wrap; 
        gap: 30px;
        justify-content: center;
    }
    
    .menu-card {
        background: #f8f8f8; 
        border-radius: 15px; 
        box-shadow: 0 2px 8px rgba(0,0,0,0.1); 
        max-width: 280px; 
        text-align: center;
        padding: 60px 0px ;
        margin: 20px auto; 
    }
    
    .menu-card img {
        width: 100%; 
        border-radius: 15px 15px 0 0; 
        height: 250px; 
        object-fit: cover;
    }
    
    .menu-card p {
        padding: 10px;
    }
    
    .menu-card .prix {
        color: #ffa500; 
        font-weight: bold; 
        margin-bottom: 10px;
    }
.menu-complet h2 {
    text-align: center; 
    font-size: 2.2em; 
    color: #2e5e2f;
    margin-bottom: 30px;
}

*/
.gre {
    background-color: rgb(212, 212, 212);
}
    .contact {
        background-color: rgb(212, 212, 212);
        
    }

.reservation-section h2 {
    color: white;
}

/****************/

.apropos {
    margin: 50px;
}





    .reservation-section {/*
      background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), 
        url('https://images.unsplash.com/photo-1414235077428-338989a2e8c0?auto=format&fit=crop&w=1600&q=80') center/cover;
      */
        background-color: #333;
        padding: 60px 20px;
      color: white;
      text-align: center;
    }

    .reservation-section h2 {
      font-size: 2.5em;
      margin-bottom: 20px;
        color:whit;
    }

    form {
      max-width: 600px;
      margin: auto;
      background: rgba(255,255,255,0.1);
      padding: 30px;
      margin-top: 30px;
      border-radius: 15px;
      backdrop-filter: blur(5px);
    }

    .form-group {
      margin-bottom: 20px;
      text-align: left;
    }

    label {
      display: block;
      margin-bottom: 8px;
      font-weight: 600;
      font-size: 1em;
    }

    input, textarea, select {
      width: 100%;
      padding: 12px;
      border: none;
      border-radius: 8px;
      font-size: 1em;
    }

    input:focus, textarea:focus {
      outline: 2px solid #ffb300;
    }
/*
    button {
      width: 100%;
      padding: 15px;
      background-color: #ffb300;
      color: #222;
      border: none;
      font-size: 1.1em;
      font-weight: 600;
      border-radius: 10px;
      cursor: pointer;
      transition: background 0.3s;
    }

    button:hover {
      background-color: #ffc733;
    }*/

    .confirmation {
      display: none;
      margin-top: 20px;
      font-size: 1.1em;
      color: #00ff9d;
      text-align: center;
    }




footer {
    background-color: white;
    color: black;
    padding: 10px 0;
    text-align: center;
    font-size: 15px;
}





.galerie {
  text-align: center;
  padding: 5px 20px;
  margin-bottom: 2.5rem;
}

.galerie h2 {
  color: #333;
  margin-bottom: 20px;
}

/* Grille d’images responsive */
.galerie-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  max-width: 1000px;
  margin: 0 auto;
}

.galerie-grid img {
  width: 100%;
  height: 200px;
  object-fit: cover; /* pour que la photo remplisse bien la case */
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Petit effet au survol */
.galerie-grid img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
















/*

.boo {
    display:inline-block;
    width:120;
    text-align:center;
    background:orange;
    color:white;
    padding:8px 8px; 
    border-radius:4px;
    text-decoration:none; 
    font-size:16px; 
    font-weight:bold; 
    margin:5px;
}
*/



a {
  text-decoration: none;
}



/***********************************/


@media (max-width: 730px){
    header {
        padding: 10px 20;
    }
    header .menu-list{
        display: none;
    }
    .home {
        margin: 50px 0;
        padding: 0 20px;
    }
    .home .site-descrip {
        flex-direction: column-reverse;
    }
    .home .site-descrip .left{
        width: 100%;
        margin-top: 50px;
    }
    .home .site-descrip .right{
        width: 100%;
    }
    .logo h1 {
        font-size: 1rem;
    }
    .info-statics {
        padding: 30px 20px;
    }
    .about{
        flex-direction: column-reverse;
        padding: 50px 20px;
    }
    .about .aleft {
        margin-top: 50px;
    }
    .about .aleft ,   .about .aright {
        width: 100%;
    }
    .localisation {
        padding: 0 20px;
        position: relative;
        width: 100%;
        margin: 0 0;
        background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(media/loca.jpg);
        background-position: center;
        background-size: cover;
        min-height: 70vh;
    }
    
        .menue {
        background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(platt/plat1.jpg);
        background-position: center;
        background-size: cover;
            height: 80vh;
    }
    .apro {
        background: url(restau/reste4.jpg);
        background-position: center;
        background-size: cover;
        height: 80vh;
    }
    .accc {
        background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(evenn/even15.jpg);
        background-position: center;
        background-size: cover;
        height: 80vh;
    }
    .buee {
        background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(bu/buffet6.jpg);
        background-position: center;
        background-size: cover;
        height: 80vh;
    }
    .gall {
        background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(equip/equi1.jpg);
        background-position: center;
        background-size: cover;
        height: 80vh;
    }
    
    .localisation .right{
        display: none;
    }
    .localisation h2 {
        color: orange;
    }
    .localisation p {
        color: white;
    }
    .localisation .left {
        width: 100%;
    }
    .banner {
        padding: 100px 20px;
    }
    .banner h1 {
        font-size: 18px;
    }
    .banner p {
        font-size: 12px;
    }
    .meal .top h1 {
        font-size: 20px;
    }
    .meal .top p {
        display: none;
    }

    header .menu-list.responsive {
        
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(44, 13, 13, 0.5);
        backdrop-filter: blur(8px);
        z-index: 50;
    }
    header .menu-list.responsive li {
        margin: 20px auto;
    }
    header .menu-list.responsive li a {
        font-size: 25px;
    }
    .menu{
    flex-direction: column;
}
}

