@import"https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%}body{font-family:Arial,Helvetica,sans-serif;background-color:#f9f9f9;font-size:1rem}h1,h2,h3{font-weight:700;font-family:Playfair Display,serif}a{text-decoration:none;color:inherit}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.container{max-width:100%;padding:0}.header{display:flex;justify-content:center;align-items:center;background-color:#faf5ed;transition:transform .1s ease-in-out}.header:hover{animation:shake .5s infinite}.header img{width:50px}@media screen and (min-width: 768px){.header img{width:100px}}@media screen and (min-width: 1024px){.header img{width:110px}}footer{background-color:#1a1c1f;padding:1rem 0rem}footer section{display:flex;flex-direction:column;text-align:center;gap:.5rem;color:#faf5ed}footer section article{margin:1rem}footer section article h3{font-size:1.8rem;font-weight:700;margin:1.5rem}footer section article p,footer section article a{font-size:1rem;text-decoration:none;padding:.2rem}footer section article.footer-social{display:flex;flex-direction:column;align-items:center}footer section article.footer-social a{font-size:2.5rem}footer section article.footer-social a:hover{color:#f7a709;transition:all .3s ease-in-out}footer section article .social-icon{display:flex;flex-direction:row;gap:1rem}footer section article img{width:100px;height:auto;transition:transform .1s ease-in-out}footer section article img:hover{animation:shake .5s infinite}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(-5px)}50%{transform:translate(5px)}75%{transform:translate(-5px)}to{transform:translate(0)}}footer .footer-bottom{text-align:center;margin:1rem;padding:1rem;border-top:1px solid #faf5ed;font-size:1rem;color:#faf5ed}footer .footer-bottom .supaco{text-decoration:underline}footer .footer-bottom .supaco:hover{color:#f7a709;transition:all .3s ease-in-out}@media (min-width: 768px){footer section{flex-direction:row;justify-content:space-around}footer section .footer-social{align-items:center}}.menu{text-align:center;background:linear-gradient(to bottom,#f9f9f9,#faf5ed)}.menu h2{font-size:3.5rem;margin:4rem;font-weight:700}.menu .t-menu{margin:2rem .3rem;text-align:start}.menu .t-menu h3{font-size:2rem;margin-bottom:1rem;font-family:Inter,sans-serif}.menu .t-menu p{font-size:1.3rem}.menu .top-menu{background-color:#220f07;color:#fff;padding:1.5rem;border-radius:8px;margin-bottom:2rem;animation:slide-top 1s ease-out forwards}.menu .top-menu .menu-title{font-size:2rem;margin-bottom:.5rem}.menu .top-menu p{font-size:1.1rem;color:#faf5ed}.menu .menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin:1rem}.menu .menu-item{background:#fff;border-radius:12px;cursor:pointer;overflow:hidden;position:relative;display:flex;flex-direction:column;align-items:center;padding-bottom:1rem}.menu .menu-item img{width:200px;height:250px;object-fit:contain;margin-top:1rem}.menu .menu-item h3{padding:1rem 1rem .5rem;font-size:1.3rem;color:#111;text-align:center}.menu .menu-item p{padding:0 1rem;font-size:.9rem}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.overlay .modal{background:#fff;padding:2rem;border-radius:12px;max-width:90%;width:400px;text-align:center;position:relative;animation:fadeIn .3s ease}.overlay .modal img{max-width:100%;height:auto;border-radius:8px}.overlay .modal h3{margin:1rem 0 .5rem}.overlay .modal .price{font-weight:700;font-size:1.5rem;color:#111}.overlay .modal .description{margin-top:1rem;font-size:1.5rem;color:#444}.overlay .modal .close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer}.category-page{padding:1.5rem 1rem 3rem;background:linear-gradient(to top,transparent,#faf5ed);font-family:Playfair Display,serif;color:#220f07;min-height:100vh;text-align:center}.category-page h2{font-size:4rem;font-weight:900;margin-bottom:3rem;color:#bc1823;background-color:#faf5ed;border-radius:12px;border:3px solid #BC1823;max-width:700px;margin-left:auto;margin-right:auto;padding:1.5rem 2rem;box-shadow:0 1px 2px #0000000d;text-transform:uppercase;letter-spacing:2px}.category-page .products-grid{display:grid;grid-template-columns:1fr;gap:1.8rem;max-width:100%;margin:0 auto}@media (min-width: 600px){.category-page .products-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));max-width:1200px;gap:2.5rem}}.category-page .product-card{border:solid 2px #220f07;border-radius:12px;padding:1.2rem 1rem;color:#220f07;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:default;outline-offset:4px}.category-page .product-card:hover,.category-page .product-card:focus{transform:translateY(-8px);box-shadow:0 12px 25px #0000004d;outline:none}.category-page .product-card h3{font-size:1.5rem;margin-bottom:.8rem;font-weight:700;text-transform:capitalize}.category-page .product-card p{font-size:1.2rem;font-weight:600;color:#220f07}.category-page .back-link{display:inline-block;margin-top:3rem}.category-page .back-link button{background-color:#1c2120;color:#faf5ed;border:none;border-radius:9999px;padding:.75rem 1.8rem;font-size:1.1rem;font-weight:700;cursor:pointer;box-shadow:0 4px 6px #0000001a;display:flex;align-items:center;gap:.6rem;transition:background-color .3s ease,box-shadow .3s ease}.category-page .back-link button:hover,.category-page .back-link button:focus-visible{background-color:#f7a709;box-shadow:0 8px 20px #f7a70999;outline:none;color:#220f07}.marquee-container{background-color:#faf5ed;padding:1rem 0;border-top:3px solid #F7A709;border-bottom:3px solid #F7A709;box-shadow:0 2px 8px #f7a70926;border-radius:8px;max-width:100%;margin:2rem auto}.marquee-container h3{margin:0 1.5rem 1rem;font-size:2rem;color:#220f07;font-family:Playfair Display,serif;font-weight:700;letter-spacing:2px;text-transform:uppercase}.marquee-item{margin-right:3rem;font-weight:700;font-size:1.4rem;color:#1c2120;text-transform:uppercase;font-family:Playfair Display,serif;cursor:default;transition:color .3s ease,transform .3s ease}.marquee-item:hover,.marquee-item:focus-visible{color:#f7a709;transform:scale(1.1);outline:none}.contact-page{display:flex;justify-content:center;align-items:center;font-family:Times New Roman,Times,serif;padding:2rem;animation:slide-left 1s ease-out forwards}@keyframes slide-left{0%{transform:translate(100%);opacity:0}50%{opacity:1}to{transform:translate(0);opacity:1}}.contact-page .contact-card{background:#fff;padding:2rem;border-radius:12px;max-width:500px;width:100%;box-shadow:0 4px 6px #0000001a}.contact-page .contact-card h1{margin-bottom:1rem;font-size:2rem;color:#111}.contact-page .contact-card p{margin-bottom:2rem;color:#111}.contact-page .contact-card .contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-page .contact-card .contact-form .form-group{display:flex;flex-direction:column}.contact-page .contact-card .contact-form .form-group label{margin-bottom:.5rem;font-weight:700;color:#111}.contact-page .contact-card .contact-form .form-group input,.contact-page .contact-card .contact-form .form-group textarea{padding:.8rem;border:1px solid #111;border-radius:10px;background:#fff;color:#111;font-size:1rem;transition:all .3s ease}.contact-page .contact-card .contact-form .form-group input:focus,.contact-page .contact-card .contact-form .form-group textarea:focus{outline:none;background:#eee}.contact-page .contact-card .contact-form button{background:#502414;color:#fff;border:none;padding:1rem;border-radius:8px;font-weight:700;font-size:1rem;cursor:pointer;transition:background .3s ease}.contact-page .contact-card .contact-form button:hover{background-color:#113820}.resto{display:flex;justify-content:center;padding:1rem}.resto img{max-width:100%;height:auto;border-radius:8px}.home{background-color:#faf5ed}.background-home{background:url(/image/marbre.webp) no-repeat center center;background-size:cover;width:100%;height:30vh;display:flex;justify-content:center;align-items:center}.background-home .propos{width:100%;height:100%;background:#0000001a;display:flex;justify-content:center;align-items:center}.background-home .propos .apropos__overlay{color:#fff;text-align:center;padding:1rem}.background-home .propos .apropos__overlay h2{font-size:2.5rem;margin-bottom:1rem}.background-home .propos .apropos__overlay p{font-size:1.2rem;line-height:1.6;font-family:Arial,Helvetica,sans-serif}.background-home button{background-color:#113820;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:2rem;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .3s ease}.background-home button:hover{background-color:#f7a709}.map-container{padding:2rem 1rem;display:flex;flex-direction:column;gap:2rem;text-align:center}.map-container h2{font-size:1.8rem;font-weight:600}.map-container .address{display:flex;flex-direction:column;justify-content:center;align-items:center}.map-container .address h3{font-size:3.5rem;margin-bottom:1rem}.map-container .address ul{list-style:none;padding:0}.map-container .address ul li{margin-bottom:.5rem;font-size:1.3rem;color:#333}.map-container .map-iframe-wrapper iframe{border:2px solid #ccc;border-radius:2rem;width:100%;height:350px}@media (min-width: 768px){.map-container{flex-direction:row;align-items:center;justify-content:space-between;gap:3rem}.map-container .address{flex:1;height:100%;justify-content:center;align-items:center;text-align:center}.map-container .address h3{font-size:5rem}.map-container .address ul li{font-size:1.5rem}.map-container .map-iframe-wrapper{flex:2}.map-container .map-iframe-wrapper iframe{height:500px}}.titre-map{text-align:center;padding:1rem;margin:3rem 0;font-size:4rem;font-weight:600}.sauce-viande{padding:3rem 1rem;text-align:center;background:#faf5ed}.sauce-viande h2{font-size:3rem;font-weight:600;margin-bottom:2rem}@media screen and (min-width: 768px){.sauce-viande h2{font-size:4rem}}.sauce-viande__content{display:flex;flex-direction:column;gap:2rem}@media (min-width: 768px){.sauce-viande__content{flex-direction:row;justify-content:center;gap:4rem}}.sauce-viande__block{flex:1;background:#fff;border-radius:1rem;box-shadow:0 4px 10px #0000000d;padding:2rem}.sauce-viande__block h3{font-size:2rem;margin-bottom:1rem}.sauce-viande__block ul{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem}.sauce-viande__block ul li{background:#faf5ed;color:#333;padding:.6rem .8rem;border-radius:.5rem;font-size:1.2rem;font-weight:500}.hero{position:relative;width:100%;height:100vh;overflow:hidden}.hero__slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transition:background-image 1s ease-in-out;z-index:1}.hero__overlay{position:relative;z-index:2;background:#0006;display:flex;justify-content:center;align-items:center;height:100%;padding:2rem}.hero__content{text-align:center;color:#fff;max-width:800px}.hero__title{font-size:3rem;font-weight:700;margin-bottom:2rem}.hero__title .t-hero{border-bottom:3px solid #fff}.hero button.hero__cta{background:linear-gradient(45deg,#bc1823,#8f121b);color:#fff;border:none;padding:1.2rem 3rem;border-radius:12px;font-family:Arial,Helvetica,sans-serif;font-weight:900;font-size:1.4rem;cursor:pointer;box-shadow:0 6px 12px #bc182380;transition:background .4s ease,box-shadow .4s ease,transform .2s ease;text-transform:uppercase;letter-spacing:2px;-webkit-user-select:none;user-select:none}.hero button.hero__cta:hover,.hero button.hero__cta:focus-visible{background:linear-gradient(45deg,#f7a709,#ae7506);box-shadow:0 8px 20px #f7a709b3;outline:none;transform:scale(1.05)}.hero button.hero__cta:active{transform:scale(.98);box-shadow:0 4px 10px #780f1699}.hero .hero__nav{position:absolute;bottom:1rem;right:1rem;display:flex;gap:1rem;z-index:3}.hero button.hero__nav-btn{background:#ffffff4d;border:none;color:#222;font-weight:700;font-size:1.2rem;padding:.5rem 1rem;border-radius:9999px;cursor:pointer;transition:background-color .3s ease}.hero button.hero__nav-btn:hover,.hero button.hero__nav-btn:focus-visible{background:#113820;color:#fff;outline:none}@media (min-width: 768px){.hero{height:100vh}.hero__title{font-size:7rem;margin-bottom:3rem}.hero button.hero__cta{font-size:2rem}}.actualite-slider{margin:4rem 1rem;background-color:#faf5ed;border-left:solid 3px #113820;border-right:solid 3px #113820;border-radius:50px;padding:2rem}.actualite-slider h2{font-size:2rem;margin-bottom:2rem;text-align:center;color:#220f07}.actualite-slider .slider-track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:1rem;scroll-padding:1rem}.actualite-slider .slider-track .slide{position:relative;flex:0 0 80%;scroll-snap-align:start;background:#fff;box-shadow:0 2px 6px #0000001a;border-radius:.8rem;overflow:hidden}.actualite-slider .slider-track .slide img{width:100%;height:35vw;min-height:150px;object-fit:cover;display:block}.actualite-slider .slider-track .slide .slide__title-overlay{position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.4) 30%,transparent 80%);display:flex;align-items:flex-end;justify-content:center;padding:1rem;box-sizing:border-box;color:#faf5ed;font-size:1.2rem;font-weight:600;text-align:center;transition:background .3s ease}.actualite-slider .slider-track .slide .slide__title-overlay:hover{background:linear-gradient(to top,rgba(0,0,0,.5) 40%,transparent 80%)}@media screen and (min-width: 768px){.actualite-slider .slider-track{overflow-x:hidden;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));justify-content:center;gap:2rem;max-width:1000px;margin:0 auto}}.product-grid{text-align:center;background-color:#faf5ed}.product-grid h2{font-size:3rem;margin:2rem;font-weight:700;animation:slide-top 1s ease-out forwards}@media screen and (min-width: 768px){.product-grid h2{font-size:5rem}}.product-grid .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;animation:slide-top 1s ease-out forwards}@keyframes slide-top{0%{transform:translateY(100%);opacity:0}50%{opacity:1}to{transform:translateY(0);opacity:1}}.product-grid .grid .card{position:relative;border-radius:1rem;margin:0rem 1rem;overflow:hidden;transition:transform .3s;height:250px}.product-grid .grid .card:hover{transform:scale(1.02)}.product-grid .grid .card img{width:100%;height:100%;object-fit:cover;display:block}.product-grid .grid .card .card-content{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(to top,rgba(0,0,0,.5),transparent);color:#fff;text-align:left}.product-grid .grid .card .card-content h3,.product-grid .grid .card .card-content p{margin:0;font-size:1rem;font-weight:700}.product-grid .grid .card .card-content p{font-weight:400}
