@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);:root{--color-marron-glace:#2c1810;--color-bleu-petrole:#0f4c5c;--color-dore:#c9a876}body{background-color:var(--color-marron-glace)}.galerie-livre-container{background-color:var(--color-bleu-petrole);color:var(--color-dore);display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;padding:2rem;box-shadow:0 0 20px rgb(0 0 0 / .5);border-radius:10px}.galerie-livre-container .galerie-item{margin:1rem;flex:0 0 calc(25% - 2rem);max-width:calc(25% - 2rem);box-sizing:border-box;text-align:center;cursor:pointer;transition:transform .3s ease}@media (max-width:1200px){.galerie-livre-container .galerie-item{flex:0 0 calc(33.333% - 2rem);max-width:calc(33.333% - 2rem)}}@media (max-width:768px){.galerie-livre-container .galerie-item{flex:0 0 calc(50% - 2rem);max-width:calc(50% - 2rem)}}@media (max-width:480px){.galerie-livre-container .galerie-item{flex:0 0 calc(100% - 2rem);max-width:calc(100% - 2rem)}}.galerie-livre-container .galerie-item:hover{transform:scale(1.05)}.galerie-livre-container .galerie-item img{border:3px solid var(--color-dore);border-radius:5px;box-shadow:0 5px 15px rgb(0 0 0 / .3);width:100%;height:300px;object-fit:contain;display:block}.galerie-livre-container .galerie-item h4{color:var(--color-dore);margin-top:.5rem}.galerie-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .8);display:flex;justify-content:center;align-items:center;z-index:1000}.galerie-lightbox img{max-width:90%;max-height:90%;border:5px solid var(--color-dore);box-shadow:0 0 25px rgb(0 0 0 / .5)}.galerie-lightbox .close-btn{position:absolute;top:20px;right:30px;color:#fff;font-size:40px;font-weight:700;cursor:pointer;transition:color .3s}.galerie-lightbox .close-btn:hover{color:var(--color-dore)}:root{--marron-glace:#2c1810;--bleu-petrole:#0f4c5c;--dore:#c9a876;--blanc-casse:#faf9f6;--beige-clair:#f5f1e8;--paper:#fffef7;--page-width:400px;--page-height:550px}.livre-professionnel-container{background:#8b7355;font-family:'Georgia','Times New Roman',serif;padding:60px 20px;min-height:100vh;display:flex;flex-direction:column;align-items:center}.livre-header-public{width:100%;max-width:850px;background:linear-gradient(135deg,var(--marron-glace),var(--bleu-petrole));padding:60px 40px;margin-bottom:50px;border-radius:8px;box-shadow:0 10px 30px rgb(0 0 0 / .5),inset 0 2px 10px rgb(255 255 255 / .1);position:relative;border:3px solid var(--dore)}.livre-header-public:before{content:'';position:absolute;left:20px;top:20px;bottom:20px;width:4px;background:linear-gradient(to bottom,var(--dore),rgb(201 168 118 / .3));border-radius:2px}.livre-titre{font-size:2.5rem;font-weight:400;color:var(--dore);margin:0 0 15px;text-align:center;text-shadow:2px 2px 8px rgb(0 0 0 / .5);letter-spacing:3px}.livre-sous-titre p{font-size:1.2rem;color:var(--blanc-casse);text-align:center;margin:0 0 20px;opacity:.9}.devis-badge{display:block;background:var(--dore);color:var(--marron-glace);padding:12px 20px;border-radius:25px;font-weight:600;text-align:center;max-width:350px;margin:0 auto;box-shadow:0 4px 15px rgb(0 0 0 / .3)}.livre-grid{perspective:2000px;max-width:900px;width:100%;margin:0 auto}.livre-spread{display:grid;grid-template-columns:1fr 1fr;gap:0;background:var(--marron-glace);padding:20px 0;margin-bottom:40px;box-shadow:0 20px 60px rgb(0 0 0 / .6),0 5px 15px rgb(0 0 0 / .4);position:relative;border-radius:4px}.livre-spread:after{content:'';position:absolute;left:50%;top:0;bottom:0;width:4px;background:linear-gradient(to bottom,rgb(0 0 0 / .4),rgb(0 0 0 / .2) 50%,rgb(0 0 0 / .4));transform:translateX(-50%);z-index:10}.livre-page{background:var(--paper);padding:30px 25px;min-height:var(--page-height);position:relative;box-shadow:0 0 15px rgb(0 0 0 / .2),inset 0 0 30px rgb(0 0 0 / .05)}.livre-page.page-gauche{border-right:1px solid rgb(0 0 0 / .1);box-shadow:inset -5px 0 10px rgb(0 0 0 / .1),0 0 15px rgb(0 0 0 / .2)}.livre-page.page-droite{border-left:1px solid rgb(0 0 0 / .1);box-shadow:inset 5px 0 10px rgb(0 0 0 / .1),0 0 15px rgb(0 0 0 / .2)}.livre-page:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgb(0 0 0 / .02) 2px,rgb(0 0 0 / .02) 4px);pointer-events:none}.page-numero{position:absolute;bottom:15px;font-size:.9rem;color:var(--marron-glace);opacity:.5;font-style:italic}.page-gauche .page-numero{left:25px}.page-droite .page-numero{right:25px}.livre-item-titre{font-size:1.4rem;font-weight:400;color:var(--bleu-petrole);margin:0 0 12px;text-align:center;border-bottom:2px solid var(--dore);padding-bottom:8px}.categorie-badge{display:inline-block;background:var(--dore);color:var(--marron-glace);padding:4px 12px;border-radius:12px;font-size:.8rem;font-weight:600;margin-bottom:15px}.livre-image{width:100%;height:380px;margin:0 auto 15px;overflow:hidden;border-radius:6px;box-shadow:0 4px 12px rgb(0 0 0 / .3),0 2px 4px rgb(0 0 0 / .2);position:relative;border:3px solid #fff}.image-principale{width:100%;height:100%;object-fit:cover;display:block;filter:contrast(1.1) brightness(.95)}.image-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--beige-clair);color:#999}.image-placeholder span{font-size:2rem}.photos-count-badge{position:absolute;bottom:8px;right:8px;background:rgb(44 24 16 / .9);color:var(--dore);padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:600;border:1px solid var(--dore)}.livre-description{font-size:.95rem;line-height:1.6;color:var(--marron-glace);margin-bottom:15px;text-align:justify;max-height:140px;overflow:hidden}.livre-description p{margin-bottom:10px}.livre-action{text-align:center;margin-top:auto}.btn-galerie{background:linear-gradient(135deg,var(--bleu-petrole),var(--marron-glace));color:#fff;border:2px solid var(--dore);padding:8px 16px;border-radius:20px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgb(0 0 0 / .2)}.btn-galerie:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgb(0 0 0 / .3);background:var(--dore);color:var(--marron-glace)}.livre-footer-public{width:100%;max-width:850px;background:var(--paper);padding:40px 30px;margin-top:50px;border-radius:8px;box-shadow:0 10px 30px rgb(0 0 0 / .5);border:3px solid var(--dore);text-align:center}.contact-traiteur h3{color:var(--bleu-petrole);font-size:1.8rem;margin:0 0 15px}.contact-traiteur p{font-size:1.1rem;color:var(--marron-glace);margin:0 0 25px}.contact-buttons{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.btn-contact-public{display:inline-block;background:var(--dore);color:var(--marron-glace);padding:12px 25px;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px rgb(0 0 0 / .2);border:2px solid var(--marron-glace)}.btn-contact-public:hover{transform:translateY(-3px);box-shadow:0 6px 18px rgb(0 0 0 / .3);background:var(--marron-glace);color:var(--dore);text-decoration:none}.livre-galerie-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .95);z-index:100000;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(5px);opacity:0;transition:opacity .3s ease}.livre-galerie-modal.show{opacity:1}.galerie-content{background:var(--paper);width:95%;max-width:1400px;height:92vh;border-radius:12px;box-shadow:0 20px 80px rgb(0 0 0 / .8);overflow:hidden;display:flex;flex-direction:column;border:4px solid var(--dore)}.galerie-header{background:linear-gradient(135deg,var(--bleu-petrole),var(--marron-glace));color:#fff;padding:15px 25px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.galerie-header h3{margin:0;font-size:1.6rem;font-weight:400}.galerie-close{background:rgb(255 255 255 / .2);color:#fff;border:2px solid rgb(255 255 255 / .3);width:45px;height:45px;border-radius:50%;font-size:2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;line-height:1}.galerie-close:hover{background:rgb(255 255 255 / .3);transform:rotate(90deg) scale(1.1)}.galerie-main{flex:1;display:flex;flex-direction:column;padding:15px;gap:15px;overflow:hidden}#galerie-image-principale{max-width:90%;max-height:80vh;min-height:500px;width:auto;height:auto;object-fit:contain;border-radius:6px;box-shadow:0 8px 30px rgb(0 0 0 / .3)}.galerie-image-container{flex:1;position:relative;background:var(--beige-clair);border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 20px rgb(0 0 0 / .1);min-height:600px}.galerie-nav{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;padding:0 20px;pointer-events:none;z-index:10}.galerie-nav button{pointer-events:all;background:rgb(44 24 16 / .95);color:var(--dore);border:3px solid var(--dore);width:70px;height:70px;border-radius:50%;font-size:2.5rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 25px rgb(0 0 0 / .8);flex-shrink:0}.galerie-nav button:hover:not(:disabled){background:var(--marron-glace);transform:scale(1.15);box-shadow:0 8px 30px rgb(0 0 0 / .9)}.galerie-nav button:disabled{opacity:.3;cursor:not-allowed}.galerie-thumbnails{height:90px;background:var(--blanc-casse);padding:10px;border-radius:8px;box-shadow:0 -2px 10px rgb(0 0 0 / .1);flex-shrink:0}#galerie-thumbs{display:flex;gap:12px;height:100%;overflow-x:auto;padding:4px 0}.galerie-thumb{flex:0 0 auto;width:100px;height:80px;cursor:pointer;border-radius:6px;overflow:hidden;border:3px solid #fff0;transition:all .3s ease;box-shadow:0 2px 8px rgb(0 0 0 / .2)}.galerie-thumb img{width:100%;height:100%;object-fit:cover}#galerie-thumbs::-webkit-scrollbar{height:8px}#galerie-thumbs::-webkit-scrollbar-track{background:rgb(201 168 118 / .2);border-radius:4px}#galerie-thumbs::-webkit-scrollbar-thumb{background:var(--dore);border-radius:4px}.galerie-thumb{flex:0 0 auto;width:85px;height:65px;cursor:pointer;border-radius:6px;overflow:hidden;border:3px solid #fff0;transition:all .3s ease;box-shadow:0 2px 8px rgb(0 0 0 / .2)}.galerie-thumb.active{border-color:var(--dore);transform:scale(1.1);box-shadow:0 4px 15px rgb(201 168 118 / .5)}.galerie-thumb:hover{border-color:var(--bleu-petrole);transform:scale(1.05)}.galerie-thumb img{width:100%;height:100%;object-fit:cover}@media (min-width:1200px){#galerie-image-principale{max-width:95%;max-height:85vh;min-height:700px}.galerie-image-container{min-height:750px}.galerie-thumb{width:110px;height:90px}}@media (max-width:1024px){.livre-spread{max-width:700px}.livre-page{padding:25px 20px}.livre-image{height:300px}.galerie-nav button{width:60px;height:60px;font-size:2rem}#galerie-image-principale{max-width:95%;max-height:92%}.galerie-image-container{padding:20px}}@media (max-width:768px){.livre-professionnel-container{padding:30px 15px}.livre-spread{grid-template-columns:1fr;max-width:400px;padding:15px 0}.livre-spread:after{display:none}.livre-page{padding:25px 20px;min-height:auto}.livre-page.page-gauche,.livre-page.page-droite{border:none;box-shadow:0 0 15px rgb(0 0 0 / .2)}.livre-image{height:260px}.livre-titre{font-size:2rem}.livre-header-public{padding:40px 25px}.galerie-content{width:100%;height:100vh;border-radius:0}#galerie-image-principale{max-width:95%;max-height:95%}.galerie-nav{padding:0 10px}.galerie-nav button{width:50px;height:50px;font-size:1.8rem}}@media (max-width:480px){.livre-spread{max-width:100%}.livre-page{padding:20px 15px}.livre-image{height:220px}.livre-item-titre{font-size:1.2rem}.livre-description{font-size:.9rem;max-height:120px}.galerie-nav button{width:45px;height:45px;font-size:1.5rem}}@keyframes pageOpen{from{opacity:0;transform:rotateY(-20deg) translateZ(-50px)}to{opacity:1;transform:rotateY(0) translateZ(0)}}.livre-spread{animation:pageOpen .8s ease-out}.livre-page:after{content:'';position:absolute;bottom:0;width:0;height:0;border-style:solid}.page-droite:after{right:0;border-width:0 0 25px 25px;border-color:#fff0 #fff0 var(--marron-glace) #fff0;opacity:.15}.page-gauche:after{left:0;border-width:0 25px 25px 0;border-color:#fff0 #fff0 var(--marron-glace) #fff0;opacity:.15}.livre-vide{text-align:center;padding:60px 20px;background:var(--paper);border-radius:8px;max-width:500px;margin:0 auto;box-shadow:0 10px 30px rgb(0 0 0 / .5)}.livre-vide p{font-size:1.2rem;color:var(--marron-glace)}:root{--color-marron-glace:#2c1810;--color-bleu-petrole:#0f4c5c;--color-dore:#c9a876;--color-blanc:#fff;--color-noir:#000;--font-lato:'Lato',sans-serif}*{font-family:var(--font-lato)}:root{--color-marron-glace:#2c1810;--color-bleu-petrole:#0f4c5c;--color-dore:#c9a876;--color-blanc:#fff}.top-notice-bar{display:none!important;background-color:#fff;padding:8px 0;text-align:center;width:100%}.top-notice-bar p{margin:0;color:#333;font-size:14px}.main-header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .4s ease;background:0 0}.main-header.scrolled{background:var(--color-marron-glace);box-shadow:0 2px 20px rgb(0 0 0 / .3)}.container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:80px}.logo a{display:flex;align-items:center;text-decoration:none;color:var(--color-blanc)}.logo img{height:45px;width:auto;margin-right:12px}.logo-content{display:flex;align-items:center}.logo-text-main{font-size:1.8rem;font-weight:700;color:var(--color-dore);margin:0}.logo-text-sub{font-size:.9rem;color:var(--color-blanc);margin:0;font-weight:300}.main-nav{display:none}.main-nav ul{display:flex;list-style:none;gap:30px;margin:0;padding:0;align-items:center}.main-nav a{color:var(--color-blanc);text-decoration:none;font-weight:400;font-size:1rem;transition:all .3s ease;position:relative}.main-nav a:after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--color-dore);transition:width .3s ease}.main-nav a:hover:after{width:100%}.main-nav a:hover{color:var(--color-dore)}.btn-reservation-header{background:linear-gradient(135deg,var(--color-dore) 0%,#b8941f 100%);color:var(--color-marron-glace);padding:10px 25px;border-radius:5px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;box-shadow:0 4px 15px rgb(212 175 55 / .3);display:inline-block;margin-left:15px}.btn-reservation-header:hover{background:linear-gradient(135deg,#b8941f 0%,var(--color-dore) 100%);transform:translateY(-2px);box-shadow:0 6px 20px rgb(212 175 55 / .5);color:var(--color-marron-glace)}.btn-reservation-header:after{display:none}.burger-menu-icon{display:flex;flex-direction:column;cursor:pointer;z-index:1002;position:relative;width:30px;height:25px;justify-content:space-between}.burger-menu-icon span{width:100%;height:3px;background:var(--color-blanc);transition:all .3s ease;border-radius:2px;display:block}.burger-menu-icon.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.burger-menu-icon.active span:nth-child(2){opacity:0}.burger-menu-icon.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgb(0 0 0 / .8);z-index:1001;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu{position:absolute;top:0;right:0;width:300px;height:100vh;background:linear-gradient(135deg,var(--color-marron-glace) 0%,var(--color-bleu-petrole) 100%);padding:100px 30px 30px;transform:translateX(100%);transition:transform .3s ease}.mobile-menu-overlay.active .mobile-menu{transform:translateX(0)}.mobile-menu ul{list-style:none;margin:0;padding:0}.mobile-menu li{margin-bottom:25px}.mobile-menu a{color:var(--color-blanc);text-decoration:none;font-size:1.2rem;font-weight:400;display:block;padding:15px 0;border-bottom:1px solid rgb(255 255 255 / .1);transition:all .3s ease}.mobile-menu a:hover{color:var(--color-dore);padding-left:10px}.mobile-menu .btn-reservation-header{background:linear-gradient(135deg,var(--color-dore) 0%,#b8941f 100%);color:var(--color-marron-glace);padding:15px 25px;border-radius:25px;text-align:center;font-weight:600;margin-top:20px;border-bottom:none}.mobile-menu .btn-reservation-header:hover{background:linear-gradient(135deg,#b8941f 0%,var(--color-dore) 100%);padding-left:25px;transform:scale(1.05)}.hero-image-section{position:relative;height:85vh;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-image-section>img{position:absolute;top:100px;left:50%;transform:translateX(-50%);max-height:100px;width:auto;z-index:3}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgb(44 24 16 / .5),rgb(15 76 92 / .3));z-index:1}.hero-text{position:relative;text-align:center;color:var(--color-blanc);max-width:900px;z-index:2;padding:0 30px;margin-top:80px}.hero-text h1{color:var(--color-dore);font-size:clamp(1rem,2.2vw,1.4rem);font-weight:400;line-height:1.8;text-shadow:2px 2px 8px rgb(0 0 0 / .9);margin:0;font-family:'Georgia',serif;letter-spacing:.3px}.hero-image-section .hero-text h1{font-size:clamp(2rem,4vw,3.5rem);font-weight:700;font-family:'Playfair Display',serif;color:var(--color-dore);text-shadow:3px 3px 10px rgb(0 0 0 / .9);line-height:1.3}.language-switcher{display:flex;align-items:center;margin-left:20px}.content-section{background:var(--color-blanc);padding:80px 20px;display:flex;align-items:center;justify-content:center}.content-section h2{font-size:2rem;color:var(--color-marron-glace);text-align:center;max-width:800px}@media (min-width:1920px){.hero-image-section{height:90vh}.hero-image-section>img{max-height:120px;top:120px}.hero-text{max-width:1100px;margin-top:100px}.hero-text h1{font-size:1.6rem;line-height:2}.container{max-width:1400px}}@media (min-width:1200px) and (max-width:1919px){.hero-image-section{height:85vh}.hero-text{max-width:950px}.hero-text h1{font-size:1.45rem;line-height:1.9}}@media (min-width:992px) and (max-width:1199px){.hero-image-section{height:80vh}.hero-image-section>img{max-height:90px;top:90px}.hero-text{max-width:850px;margin-top:70px}.hero-text h1{font-size:1.3rem;line-height:1.8}.container{max-width:1000px}}@media (min-width:768px){.main-nav{display:block}.burger-menu-icon{display:none}.container{height:90px}.logo-text-main{font-size:2rem}.main-nav a{font-size:1.1rem}}@media (min-width:768px) and (max-width:991px){.hero-image-section{height:75vh}.hero-image-section>img{max-height:80px;top:80px}.hero-text{max-width:700px;padding:0 25px;margin-top:60px}.hero-text h1{font-size:1.15rem;line-height:1.7}.hero-image-section .hero-text h1{font-size:2.5rem}.language-switcher{display:none}}@media (max-width:767px){.hero-image-section{height:70vh}.hero-image-section>img{max-height:70px;top:70px}.hero-text{max-width:90%;padding:0 20px;margin-top:50px}.hero-text h1{font-size:1rem;line-height:1.6}.hero-image-section .hero-text h1{font-size:2rem}.language-switcher{display:none}}@media (max-width:480px){.mobile-menu{width:280px}.container{padding:0 15px;height:70px}.logo-text-main{font-size:1.4rem}.logo-text-sub{font-size:.75rem}.logo img{height:35px;margin-right:8px}.hero-image-section{height:65vh}.hero-image-section>img{max-height:60px;top:60px}.hero-text{margin-top:40px}.hero-text h1{font-size:.9rem;line-height:1.5}.hero-image-section .hero-text h1{font-size:1.8rem}.content-section h2{font-size:1.5rem}}.restaurant-footer{background-color:var(--color-marron-glace);color:var(--color-blanc);font-family:var(--font-lato);padding:40px 0 20px;margin-top:50px}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:30px}.footer-section h3{color:var(--color-dore);font-size:1.2em;margin-bottom:15px;font-weight:600;display:flex;align-items:center;gap:8px}.footer-section h3 i{color:var(--color-dore);font-size:1.1em}.footer-section p,.footer-section ul{line-height:1.6;margin-bottom:10px}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:8px}.logo-section{text-align:center}.logo-section img{max-width:150px;height:auto;margin-bottom:15px}.social-links{display:flex;justify-content:center;gap:15px;margin-top:15px}.social-links a{color:var(--color-blanc);font-size:1.5em;transition:color .3s ease}.social-links a:hover{color:var(--color-dore)}.footer-hours-info{display:flex;flex-direction:column;gap:8px}.footer-hours-info p{margin:0;color:var(--color-blanc);font-size:.95em;display:flex;align-items:center;gap:8px;line-height:1.4}.footer-hours-info p i{color:var(--color-dore);font-size:.9em;width:16px;text-align:center}.horaires-section .horaire-item{display:flex;justify-content:space-between;margin-bottom:5px}.horaire-jour{font-weight:500}.horaire-heure{color:var(--color-dore)}.adresse-section{text-align:left}.footer-contact-info{display:flex;flex-direction:column;gap:8px}.footer-contact-info p{margin:0;color:var(--color-blanc);font-size:.95em;display:flex;align-items:flex-start;gap:8px;line-height:1.4}.footer-contact-info p i{color:var(--color-dore);font-size:.9em;width:16px;text-align:center;margin-top:2px}.adresse-section i{color:var(--color-dore);margin-right:8px;width:15px}.adresse-section p,.adresse-section .adresse-text,.adresse-section .telephone,.adresse-section .email,.contact-info{color:var(--color-blanc)!important}.adresse-section a,.contact-info a{color:var(--color-blanc);text-decoration:none}.adresse-section a:hover,.contact-info a:hover{color:var(--color-dore);text-decoration:underline}.footer-bottom{border-top:1px solid rgb(255 255 255 / .2);padding-top:20px;text-align:center;font-size:.9em}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.footer-links a{color:var(--color-blanc);text-decoration:none;margin:0 10px;transition:color .3s ease}.footer-links a:hover{color:var(--color-dore)}.created-by a{color:var(--color-dore);text-decoration:none;font-weight:500}.created-by a:hover{text-decoration:underline}@media (max-width:768px){.footer-content{grid-template-columns:1fr;text-align:center}.footer-bottom-content{flex-direction:column;text-align:center}.adresse-section{text-align:center}.footer-section h3{font-size:1.1em;margin-bottom:12px;justify-content:center}.footer-hours-info p,.footer-contact-info p{font-size:.9em;justify-content:center}.footer-hours-info p i,.footer-contact-info p i{font-size:.85em;width:14px}}@media (max-width:576px){.footer-section h3{font-size:1em;margin-bottom:10px}.footer-hours-info p,.footer-contact-info p{font-size:.85em}}.homepage-content section{width:100%;padding:5rem 2.5rem}.hero-section{background-color:var(--color-blanc)}.about-section{background-color:var(--color-bleu-petrole);color:var(--color-blanc)}.about-section h2{color:var(--color-blanc)}.content-row{display:flex;align-items:center;gap:3.75rem;min-height:500px;max-width:1400px;margin:0 auto}.image-column,.text-column{flex:1}.section-right-image .content-row{flex-direction:row-reverse}.section-image{width:100%;height:auto;object-fit:cover;border-radius:10px;box-shadow:0 10px 30px rgb(0 0 0 / .1)}p{font-size:1.2rem;font-weight:400;line-height:1.6;margin-bottom:1.25rem}.btn-lechatel{display:inline-block;padding:.9375rem 2.1875rem;background:linear-gradient(135deg,var(--color-dore),#b8975f);color:var(--color-marron-glace);text-decoration:none;border-radius:8px;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;border:2px solid var(--color-dore);transition:all .3s ease;position:relative;overflow:hidden;cursor:pointer;box-shadow:0 4px 15px rgb(201 168 118 / .3);margin-top:1.25rem}.btn-lechatel:before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,var(--color-marron-glace),var(--color-bleu-petrole));transition:left .3s ease;z-index:1}.btn-lechatel span{position:relative;z-index:2;transition:color .3s ease}.btn-lechatel:hover{color:var(--color-blanc);text-decoration:none;border-color:var(--color-marron-glace);transform:translateY(-2px);box-shadow:0 8px 25px rgb(44 24 16 / .4)}.btn-lechatel:hover:before{left:0}.parallax-section{position:relative;overflow:hidden}.parallax-bg{position:fixed;top:0;left:0;width:100%;height:100vh;background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-2;will-change:transform}.parallax-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgb(35 19 12 / .8) 0%,rgb(15 76 92 / .6) 50%,rgb(35 19 12 / .8) 100%);z-index:-1}.top-section-parallax{padding:4rem 1.25rem 2rem;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:3rem;position:relative;z-index:1}.menu-card,.supplier-card{text-align:center;color:#fff;max-width:320px;min-width:280px;background:rgb(255 255 255 / .08);padding:2rem 1.5rem;border-radius:20px;backdrop-filter:blur(15px);border:1px solid rgb(255 255 255 / .15);box-shadow:0 8px 32px rgb(0 0 0 / .3),inset 0 1px 0 rgb(255 255 255 / .2);transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.menu-card:before,.supplier-card:before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#c9a876,#d4b882,#c9a876);opacity:0;transition:opacity .4s ease}.menu-card:hover,.supplier-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 60px rgb(0 0 0 / .4),inset 0 1px 0 rgb(255 255 255 / .3);background:rgb(255 255 255 / .12)}.menu-card:hover:before,.supplier-card:hover:before{opacity:1}.menu-card i,.supplier-card i{font-size:2.5rem;color:#c9a876;margin-bottom:1rem;filter:drop-shadow(0 2px 4px rgb(0 0 0 / .3));transition:all .3s ease}.menu-card:hover i,.supplier-card:hover i{color:#d4b882;transform:scale(1.1)}.menu-card h2,.supplier-card h2{font-size:1.4rem;font-weight:400;margin-bottom:1.5rem;letter-spacing:.5px;color:#fff;text-shadow:0 2px 4px rgb(0 0 0 / .3);line-height:1.3}.main-section{background:0 0;padding:3rem 1.25rem 5rem;position:relative;z-index:1;display:flex;align-items:center}.main-content{position:relative;z-index:2;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3.75rem;max-width:1200px;margin:0 auto}.info-section{color:#fff;background:rgb(255 255 255 / .08);padding:2rem 1.5rem;border-radius:18px;backdrop-filter:blur(15px);border:1px solid rgb(255 255 255 / .15);box-shadow:0 8px 32px rgb(0 0 0 / .25),inset 0 1px 0 rgb(255 255 255 / .2);transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.info-section:before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#c9a876,#d4b882,#c9a876);opacity:0;transition:opacity .4s ease}.info-section:hover{transform:translateY(-6px);box-shadow:0 16px 48px rgb(0 0 0 / .35),inset 0 1px 0 rgb(255 255 255 / .3);background:rgb(255 255 255 / .12)}.info-section:hover:before{opacity:1}.info-section h3{font-size:1.5rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;text-shadow:0 2px 4px rgb(0 0 0 / .3)}.info-section h3 i{font-size:1.3rem;filter:drop-shadow(0 2px 4px rgb(0 0 0 / .3))}.hours-info,.address-info,.contact-info{line-height:1.6;font-size:1rem}.hours-info p,.address-info p,.contact-info p{color:rgb(255 255 255 / .9);margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem;font-size:.95rem}.hours-info i,.address-info i,.contact-info i{color:#c9a876;width:18px;text-align:center}.contact-divider{height:2px;background-color:#c9a876;margin:.75rem 0;width:100%;border-radius:1px}.email-preference{color:#c9a876!important;font-size:.85rem!important;font-style:italic;margin-top:.25rem!important;margin-bottom:.75rem!important;text-align:left;padding-left:1.5rem}.contact-link{color:rgb(255 255 255 / .9);text-decoration:none;transition:all .3s ease}.contact-link:hover{color:#c9a876;text-decoration:underline}.btn-reservation{background:linear-gradient(135deg,#c9a876,#d4b882);color:#2c1810;padding:.75rem 1.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);text-decoration:none;display:inline-block;margin-top:1rem;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px rgb(201 168 118 / .3);position:relative;overflow:hidden}.btn-reservation:before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#d4b882,#e5c993);transition:left .3s ease;z-index:-1}.btn-reservation:hover{color:#2c1810;text-decoration:none;transform:translateY(-3px) scale(1.05);box-shadow:0 8px 25px rgb(201 168 118 / .5)}.btn-reservation:hover:before{left:0}.map-section{background-color:rgb(255 255 255 / .95);padding:3.75rem 1.25rem;text-align:center;position:relative;z-index:2;backdrop-filter:blur(5px)}.map-container{max-width:900px;margin:0 auto;border-radius:15px;overflow:hidden;box-shadow:0 20px 60px rgb(44 24 16 / .4);border:3px solid var(--color-dore)}.map-container iframe{width:100%;height:450px;border:0}.testimonials-section{background-color:var(--color-bleu-petrole);color:var(--color-blanc);padding:3.75rem 1.25rem;text-align:center;overflow:hidden;position:relative;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center}.testimonials-section h2{color:var(--color-blanc);font-size:2.2em;margin-bottom:2.5rem}.testimonials-container{position:relative;width:100%;max-width:800px;height:auto;min-height:150px}.testimonial-item{position:absolute;top:0;left:0;width:100%;opacity:0;transition:opacity .8s ease-in-out;text-align:center;padding:1.25rem;box-sizing:border-box;font-size:1.2em;line-height:1.6}.testimonial-item.active{opacity:1;position:relative;z-index:1}.testimonial-item p{font-style:italic;margin-bottom:.9375rem}.testimonial-item h4{font-weight:700;margin-top:1.25rem}@media (max-width:768px){.parallax-bg{position:absolute;height:100%}.section-image{max-height:450px}.content-row{flex-direction:column;gap:1.875rem;text-align:center;min-height:auto}.section-right-image .content-row{flex-direction:column-reverse}.top-section-parallax{flex-direction:column;padding:3rem 1rem 2rem;gap:2rem}.menu-card,.supplier-card{max-width:100%;min-width:auto;padding:1.5rem 1.25rem}.menu-card h2,.supplier-card h2{font-size:1.2rem;margin-bottom:1.25rem}.menu-card i,.supplier-card i{font-size:2rem;margin-bottom:.75rem}.main-content{grid-template-columns:1fr;gap:1.5rem}.info-section{padding:1.5rem 1.25rem}.info-section h3{font-size:1.3rem;margin-bottom:1.25rem}.parallax-section{min-height:120vh}h1{font-size:2.5rem}h2{font-size:2.2rem}}@media (max-width:480px){.homepage-content section{padding:2.5rem 1.25rem}.main-section{min-height:auto;padding:2.5rem .9375rem}}.pointer-icon{font-size:1.5em;color:#fff;margin-right:5px}.email-preference{color:#fff}.introduction-seo{max-width:1200px;margin:80px auto;padding:60px 40px;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:16px;box-shadow:0 10px 40px rgb(0 0 0 / .08);line-height:1.8}.introduction-seo h2{font-size:2.5rem;color:#2c3e50;margin-bottom:30px;text-align:center;font-weight:700;position:relative;padding-bottom:20px}.introduction-seo h2:after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#2c1810 0%,#4a2e1c 100%);border-radius:2px}.introduction-seo h3{font-size:1.8rem;color:#34495e;margin:40px 0 20px;font-weight:600;padding-left:20px;border-left:4px solid #2c1810}.introduction-seo p{font-size:1.1rem;color:#555;margin-bottom:20px;text-align:justify}.introduction-seo strong{color:#2c1810;font-weight:600}.introduction-seo .cta-text{margin-top:40px;padding:25px;background:linear-gradient(135deg,#2c1810 0%,#4a2e1c 100%);color:#fff;border-radius:12px;text-align:center;font-size:1.2rem;box-shadow:0 5px 20px rgb(44 24 16 / .3)}.introduction-seo .cta-text strong{color:gold}.faq-section{max-width:1200px;margin:80px auto;padding:60px 40px;background:#fff}.faq-section>h2{font-size:2.5rem;color:#2c3e50;text-align:center;margin-bottom:50px;font-weight:700;position:relative;padding-bottom:20px}.faq-section>h2:after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100px;height:4px;background:linear-gradient(90deg,#2c1810 0%,#4a2e1c 100%);border-radius:2px}.faq-item{background:#f8f9fa;border-radius:12px;margin-bottom:20px;padding:30px;box-shadow:0 4px 15px rgb(0 0 0 / .05);transition:all .3s ease;border-left:5px solid #2c1810}.faq-item:hover{box-shadow:0 8px 25px rgb(44 24 16 / .15);transform:translateY(-3px)}.faq-item h3{font-size:1.4rem;color:#2c3e50;margin-bottom:15px;font-weight:600;display:flex;align-items:center}.faq-item h3:before{content:'❓';font-size:1.8rem;margin-right:15px;flex-shrink:0}.faq-item p{font-size:1.05rem;color:#555;line-height:1.7;padding-left:50px}.faq-item strong{color:#2c1810}.faq-item[data-accordion=true]{cursor:pointer}.faq-item[data-accordion=true] h3:after{content:'▼';margin-left:auto;font-size:.8rem;transition:transform .3s ease}.faq-item[data-accordion=true].open h3:after{transform:rotate(180deg)}.faq-item[data-accordion=true] div{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item[data-accordion=true].open div{max-height:500px}@media screen and (max-width:1024px){.introduction-seo,.faq-section{padding:40px 30px;margin:60px 20px}.introduction-seo h2,.faq-section>h2{font-size:2rem}.introduction-seo h3{font-size:1.5rem}.introduction-seo p{font-size:1rem}.faq-item h3{font-size:1.2rem}.faq-item p{font-size:1rem;padding-left:40px}}@media screen and (max-width:767px){.introduction-seo,.faq-section{padding:30px 20px;margin:40px 15px;border-radius:12px}.introduction-seo h2,.faq-section>h2{font-size:1.6rem;margin-bottom:30px}.introduction-seo h2:after,.faq-section>h2:after{width:60px}.introduction-seo h3{font-size:1.3rem;padding-left:15px;border-left-width:3px}.introduction-seo p{font-size:.95rem;text-align:left;margin-bottom:15px}.introduction-seo .cta-text{padding:20px 15px;font-size:1rem}.faq-item{padding:20px 15px;margin-bottom:15px}.faq-item h3{font-size:1.1rem;flex-direction:column;align-items:flex-start}.faq-item h3:before{font-size:1.5rem;margin-bottom:10px;margin-right:0}.faq-item p{font-size:.95rem;padding-left:0;padding-top:10px}.faq-item[data-accordion=true] h3:after{display:none}}@media screen and (max-width:480px){.introduction-seo,.faq-section{padding:20px 15px;margin:30px 10px}.introduction-seo h2,.faq-section>h2{font-size:1.4rem}.introduction-seo h3{font-size:1.2rem}.introduction-seo p,.faq-item p{font-size:.9rem;line-height:1.6}.faq-item h3{font-size:1rem}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.introduction-seo,.faq-item{animation:fadeInUp .6s ease-out}.faq-item:nth-child(2){animation-delay:.1s}.faq-item:nth-child(3){animation-delay:.2s}.faq-item:nth-child(4){animation-delay:.3s}.faq-item:nth-child(5){animation-delay:.4s}.faq-item:focus-within{outline:3px solid #2c1810;outline-offset:3px}@media print{.introduction-seo,.faq-section{box-shadow:none;border:1px solid #ddd}.introduction-seo .cta-text{background:#fff;color:#000;border:2px solid #2c1810}}