@charset "UTF-8";@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;padding:4rem 2rem;background-color:transparent;position:relative;transition:background-color .4s ease,box-shadow .4s ease;z-index:10}.header .header-nav{position:absolute;left:2rem;display:flex;align-items:center}.header .header-nav .burger-menu{cursor:pointer;font-weight:700;display:flex;align-items:center;gap:.5rem;transition:transform .3s ease}.header .header-nav .burger-menu.rotate{transform:rotate(90deg)}.header .logo{position:absolute;left:50%;transform:translate(-50%)}.header .logo img{width:70px;height:auto;transition:transform .1s ease-in-out}.header .logo img:hover{animation:shake .5s infinite}.header .header-right{margin-left:auto;display:flex;align-items:center}.header .nav-links{display:none}.header .nav-links img{width:100px}.header .nav-links.active{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#faf5ed;z-index:9;gap:2rem}.header .nav-links.active a{font-size:3rem;color:#220f07;font-weight:700}.header .nav-links.active a.active,.header .nav-links.active a:hover{color:#113820;transition:all .3s ease-in-out}.header .nav-links.active .location{border:solid 2px #F7A709;border-radius:2rem;padding:1rem;font-size:1.5rem}.header .nav-links.active .location.active,.header .nav-links.active .location:hover{background-color:#113820;color:#fff;transition:all .3s ease-in-out}.header .reseau{display:flex;gap:2rem;padding-top:1rem;color:#113820}.header .burger-menu{display:block;font-size:1rem;background-color:#220f07;border-radius:9999px;padding:1.5rem 1rem;cursor:pointer;color:#fff;z-index:11}.header .burger-menu:hover{background-color:#113820;transition:all .3s ease-in-out}.header .slide-in{animation:slide-left .5s ease-out forwards}.header.fixed{position:fixed;width:100%;background-color:#faf5ed;box-shadow:0 2px 10px #0000001a}footer{background-color:#faf5ed}footer section{display:flex;flex-direction:column;text-align:center;gap:.5rem;color:#220f07}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 #111;font-size:.75rem;color:#111}@media (min-width: 768px){footer section{flex-direction:row;justify-content:space-around}footer section .footer-social{align-items:center}}.menu{padding:1rem .5rem;text-align:center;background:linear-gradient(to bottom,#f9f9f9,#faf5ed)}.menu h2{font-size:2.5rem;margin:2rem;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(180px,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{height:100vh;padding:2rem;text-align:center;background:linear-gradient(to top,transparent,#faf5ed)}.category-page h2{font-size:2rem;padding:2rem 1rem;margin-bottom:5rem;text-align:center;color:#220f07;background-color:#faf5ed;border-radius:12px;border:solid 1px #220f07}.category-page button{color:#220f07;background-color:#faf5ed;margin:2rem;font-size:20px;border:none;border-radius:4px;animation:slide-left 1s ease-out forwards;transition:all .3s ease-in-out}.category-page button:hover{background-color:#f7a709;padding:1rem}.category-page .products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.category-page .product-card{background:#220f07;border-radius:12px;padding:1rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.category-page .product-card:hover{transform:translateY(-5px);box-shadow:0 6px 16px #00000026}.category-page .product-card img{width:100%;height:auto;border-radius:8px;object-fit:cover}.category-page .product-card h3,.category-page .product-card p{font-size:1.2rem;margin-bottom:.5rem;color:#faf5ed}.marquee-container{background-color:#f9f9f9;padding:1rem 0;border-top:2px solid #e5e5e5;border-bottom:2px solid #e5e5e5}.marquee-container h3{margin:1rem;font-size:2rem}.marquee-item{margin-right:2rem;font-weight:700;font-size:1.2rem;text-transform:uppercase;color:#111}.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{background-color:#faf5ed;margin:0rem 1rem;text-align:center}.map-container h2{font-size:2rem;margin-bottom:1.5rem;color:#220f07;font-weight:700}.map-iframe-wrapper{width:100%;max-width:100%;margin:0 auto;border-radius:50px;overflow:hidden}.map-iframe-wrapper iframe{width:100%;height:40vh;border:none;display:block}@media screen and (min-width: 1024px){.map-iframe-wrapper iframe{height:70vh}}.hero{position:relative;width:100%;height:50vh;margin-top:-80px;overflow:hidden}.hero .t-hero{border-bottom:#fff solid 2px}.hero__slide{width:100%;height:100%;background-size:cover;background-position:center;transition:background-image 1s ease-in-out;display:flex;align-items:center;justify-content:center}.hero__overlay{background:#00000080;width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:2rem}.hero__content{text-align:center;color:#fff;max-width:800px;animation:slide-top 1s ease-out forwards}.hero__title{font-size:2.5rem;font-weight:700;margin-bottom:4rem}.hero button{background-color:#bc1823;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:700;font-size:1.3rem;text-decoration:none;transition:background-color .3s ease}.hero button:hover{background-color:#113820}.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{padding:1rem 1rem 2rem;text-align:center}.product-grid h2{font-size:2rem;margin-bottom:2rem;font-weight:700;animation:slide-top 1s ease-out forwards}.product-grid .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.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;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}
