/* =========================================
   1. VARIABLES & RESET DE BASE
   ========================================= */
:root {
    --primary-color: #c5a059; /* Or sourd pour le luxe */
    --primary-hover: #b08d4b;
    --dark-color: #1a1a1a;
    --light-color: #f8f9fa;
    --text-color: #444;
    --white: #ffffff;
    --transition: all 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    scroll-behavior: smooth;
    background-color: var(--white);
}

h1, h2, h3, .logo {
    font-family: 'Playfair Display', serif;
    color: var(--dark-color);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* =========================================
   2. HEADER & NAVIGATION
   ========================================= */
.navbar {
    height: 90px;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.logo span {
    color: var(--primary-color);
}

.nav-links {
    display: flex;
    list-style: none;
}

.nav-links a {
    text-decoration: none;
    color: var(--dark-color);
    margin-left: 30px;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    transition: var(--transition);
}

.nav-links a:hover {
    color: var(--primary-color);
}

.lang-selector {
    margin-left: 30px;
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    font-weight: 600;
}

.lang-selector a {
    margin-left: 0 !important;
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition);
}

.lang-selector a:hover {
    color: var(--primary-color);
}

.lang-separator {
    margin: 0 10px;
    color: #ccc;
    font-weight: 300;
}

/* Design du bouton Burger */
.burger {
    display: none;
    cursor: pointer;
    z-index: 1001;
}

.burger div {
    width: 25px;
    height: 3px;
    background-color: var(--dark-color);
    margin: 5px;
    transition: var(--transition);
}

/* =========================================
   3. HERO SECTION (ACCUEIL)
   ========================================= */
.hero {
    height: 100vh;
    background: url('../img/img-1.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    position: relative;
    color: var(--white);
    text-align: center;
}

.hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
}

.hero h1 {
    font-size: 4rem;
    color: var(--white);
    margin: 10px 0 20px;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.sub-title {
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 0.9rem;
    font-weight: 600;
}

/* =========================================
   4. BOUTONS
   ========================================= */
.btn {
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 3px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: var(--transition);
    display: inline-block;
    cursor: pointer;
    border: none;
}

.btn-primary {
    background: var(--primary-color);
    color: var(--white);
}

.btn-primary:hover {
    background: var(--primary-hover);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-outline {
    border: 2px solid var(--white);
    color: var(--white);
    background: transparent;
    margin-left: 15px;
}

.btn-outline:hover {
    background: var(--white);
    color: var(--dark-color);
    transform: translateY(-3px);
}

.link-more {
    display: inline-block;
    margin-top: 20px;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}

.link-more:hover {
    color: var(--dark-color);
}

/* =========================================
   5. SECTION "NOTRE HISTOIRE"
   ========================================= */
.about-section {
    padding: 100px 20px;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.experience-badge {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: var(--primary-color);
    color: var(--white);
    padding: 30px;
    text-align: center;
    border-radius: 5px;
}

.experience-badge .years {
    display: block;
    font-size: 2.5rem;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 1;
}

.section-tag {
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 2px;
}

.about-text h2 {
    font-size: 2.5rem;
    margin: 10px 0 20px;
}

.lead {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 15px;
}

/* =========================================
   6. SECTION "AVIS GOOGLE"
   ========================================= */
.reviews-section {
    padding: 80px 0;
    background-color: var(--light-color);
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.review-card {
    background: var(--white);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.stars {
    font-size: 1.2rem;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.review-text {
    font-style: italic;
    color: #555;
    margin-bottom: 25px;
    flex-grow: 1;
}

.review-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.review-author strong {
    color: var(--dark-color);
    font-size: 0.95rem;
}

.google-tag {
    font-size: 0.75rem;
    background: #4285F4;
    color: white;
    padding: 3px 8px;
    border-radius: 20px;
    font-weight: 600;
}

/* =========================================
   7. SECTION "INFOS & MAP"
   ========================================= */
.contact-section {
    padding: 100px 0;
    background-color: var(--white);
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
    align-items: center;
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-top: 20px;
}

.info-item .icon {
    font-size: 1.5rem;
    margin-right: 15px;
    color: var(--primary-color);
}

.hours h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.hours p {
    margin-bottom: 10px;
}

.map-container {
    width: 100%;
    min-height: 400px;
    border-radius: 8px;
    overflow: hidden;
}

/* =========================================
   8. PAGE "LE MENU"
   ========================================= */
.page-header {
    height: 40vh;
    min-height: 300px;
    background: url('../img/7.jpg') no-repeat center center/cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    margin-bottom: 80px;
}

.page-header .hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.relative-z {
    position: relative;
    z-index: 2;
}

.page-header h1 {
    font-size: 3.5rem;
    color: var(--white);
    margin-bottom: 10px;
}

.page-header p {
    font-size: 1.1rem;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}

.menu-section {
    padding-bottom: 100px;
}

.menu-category {
    margin-bottom: 80px;
}

.category-title {
    text-align: center;
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.category-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: var(--dark-color);
    margin: 15px auto 0;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.menu-card {
    background: var(--white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
    border: 1px solid #f5f5f5;
    display: flex;
    flex-direction: column;
}

.menu-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.menu-img-container {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.menu-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.menu-card:hover .menu-img {
    transform: scale(1.08);
}

.menu-price {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: var(--primary-color);
    color: var(--white);
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.menu-content {
    padding: 25px;
    flex-grow: 1;
}

.menu-content h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
    line-height: 1.3;
    color: var(--dark-color);
}

.menu-content p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

/* Plats en mode TEXTE (sans image) */
.menu-list-text {
    max-width: 900px;
    margin: 50px auto 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.menu-text-item {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
}

.text-item-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 5px;
}

.text-item-header h3 {
    font-size: 1.25rem;
    color: var(--dark-color);
    margin: 0;
}

.text-item-price {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-left: 20px;
    white-space: nowrap;
}

.menu-text-item p {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* =========================================
   9. BOUTON WHATSAPP & FOOTER
   ========================================= */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.whatsapp-float:hover {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 2px 5px 15px rgba(37, 211, 102, 0.4);
}

.whatsapp-icon {
    width: 35px;
    height: 35px;
}

footer {
    background-color: var(--dark-color);
    color: var(--white);
    text-align: center;
    padding: 30px 0;
    font-size: 0.9rem;
}

/* =========================================
   10. RESPONSIVE DESIGN (TABLETTES & MOBILES)
   ========================================= */
@media (max-width: 992px) {
    .about-grid, .contact-wrapper { grid-template-columns: 1fr; }
    .experience-badge { bottom: -20px; right: 0; }
    .hero h1 { font-size: 3rem; }
}

@media (max-width: 768px) {
    /* Menu Mobile & Burger */
    .burger { display: block; }
    .nav-links {
        position: fixed; right: 0; top: 0;
        height: 100vh; width: 100%;
        background-color: var(--white);
        display: flex; flex-direction: column; align-items: center; justify-content: center;
        transform: translateX(100%);
        transition: transform 0.4s ease-in-out;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    }
    .nav-links li { margin: 20px 0; }
    .nav-links a { margin-left: 0; font-size: 1.5rem; }
    .nav-active { transform: translateX(0%); }
    
    .toggle .line1 { transform: rotate(-45deg) translate(-5px, 6px); }
    .toggle .line2 { opacity: 0; }
    .toggle .line3 { transform: rotate(45deg) translate(-5px, -6px); }
    
    .lang-selector { margin-left: 0; margin-top: 20px; font-size: 1.2rem; }

    /* Adaptations Générales */
    .hero h1 { font-size: 2.5rem; }
    .btn-outline { margin-left: 0; margin-top: 15px; display: block; }
    
    .whatsapp-float { width: 50px; height: 50px; bottom: 20px; right: 20px; }
    .whatsapp-icon { width: 30px; height: 30px; }
    
    .map-container { height: 350px; }
    
    /* Adaptations Menu */
    .page-header h1 { font-size: 2.2rem; margin-top: 60px; }
    .menu-grid { grid-template-columns: 1fr; gap: 30px; }
    .text-item-header { flex-direction: column; align-items: flex-start; }
    .text-item-price { margin-left: 0; margin-top: 5px; }
}