header[data-v-c0ec8ea0]{display:flex;width:100%;justify-content:space-around;align-items:center;padding:15px 15px}header a[data-v-c0ec8ea0]{font-size:22px;color:#fff;text-decoration:none;padding:12px 15px;margin:10px 0;transition:.7s;font-weight:700}header a[data-v-c0ec8ea0]:hover{background:#fff;color:orange;font-weight:700}header p[data-v-c0ec8ea0]{color:#fff;display:flex;justify-content:center;align-items:center;gap:5px}header img[data-v-c0ec8ea0]{width:180px;height:100px}@media screen and (min-width:1008px){header img.hamburger[data-v-c0ec8ea0]{display:none}}@media screen and (max-width:1008px){img[data-v-c0ec8ea0]{display:flex}header h1.title[data-v-c0ec8ea0]{font-size:15px}header img.closed[data-v-c0ec8ea0]{display:none}header[data-v-c0ec8ea0]{flex-wrap:wrap;position:relative}nav[data-v-c0ec8ea0]{flex-direction:column;position:fixed;top:0;right:0;z-index:99999;background:rgba(255,166,0,.719);width:70%;height:100vh;display:flex;justify-content:flex-start;align-items:flex-start;padding-top:40px;box-shadow:-10px 0 10px rgba(0,0,0,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transform:translateX(100%);transition:.7s}header img[data-v-c0ec8ea0]{display:block;width:50px;height:50px}nav.opened[data-v-c0ec8ea0]{display:flex;transform:translateX(0)}}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.modal,.modal-content{display:flex;justify-content:center;align-items:center}.modal-content{background-color:#fff;padding:20px;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.2);flex-direction:column;gap:15px}.modal-content p{font-weight:700}.modal-content button{background-color:orange;border:none;color:#333;padding:8px 16px;border-radius:4px;cursor:pointer}.modal-content button:hover{background-color:#ff4500}footer[data-v-6186dcb2]{width:100%;min-height:200px;background:linear-gradient(orange,#ff4500);flex-wrap:wrap}footer img[data-v-6186dcb2]{width:200px}.footer[data-v-6186dcb2]{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:30px 0;font-weight:700;font-size:22px;text-align:center;font-family:Play,sans-serif;flex-wrap:wrap}.footer .socials[data-v-6186dcb2],.footer .usefull-links[data-v-6186dcb2]{display:flex;justify-content:center;align-items:center;width:100%;padding:.6% 0;color:#fff;font-size:.8em}.usefull-links[data-v-6186dcb2]{display:flex;justify-content:center;align-items:center;width:100%;flex-wrap:wrap}.footer .socials a[data-v-6186dcb2]{font-size:20px;display:flex;justify-content:center;align-items:center;border:none;background:#373e46;border-radius:50%;width:45px;height:45px;text-decoration:none;transition:.7s}.footer .socials a[data-v-6186dcb2]:hover{background:#000}.footer .socials a[data-v-6186dcb2],.footer ul li[data-v-6186dcb2]{margin:0 20px;color:#fff;padding:10px 15px}.footer .socials a[data-v-6186dcb2]{margin:1%}.footer ul li[data-v-6186dcb2]:hover{background:blue}.footer ul li a[data-v-6186dcb2]{display:flex;color:#fff;text-decoration:none}.footer .copyright[data-v-6186dcb2]{text-align:center}@media (max-width:720px){.footer[data-v-6186dcb2]{text-align:left;padding:5%}.footer .socials a i[data-v-6186dcb2]{margin:0 1px}}#app{position:relative}*{padding:0;margin:0;list-style-type:none;box-sizing:border-box;scroll-behavior:smooth}section.about,section.home{display:flex;width:100vw;height:100vh;justify-content:space-around;align-items:center;background-repeat:no-repeat}.full-content{background:radial-gradient(circle at center,rgba(0,0,0,.37),rgba(0,0,0,.716) 50%),url(/img/pizza-3.9ff439a9.jpg) fixed}section.home img{width:400px}@media screen and (max-width:1008px){section.about,section.home{min-height:850px;padding:40px 10px}}@media screen and (max-width:470px){section.home img{width:calc(150px + 50vw)}}@media screen and (max-width:790px){section.home{flex-direction:column;justify-content:center}section.home h1{text-align:center}}.products-list ul.menu{display:flex;width:100vw;background:orange;justify-content:center;align-items:flex-start;overflow-x:auto}.products-list ul.menu li{display:flex;padding:10px 25px;background:rgba(255,136,0,.938);transition:.6s;color:#fff;cursor:pointer;font-weight:700;font-family:Courier New,Courier,monospace;border-inline:2px solid}@media screen and (max-width:500px){.products-list ul.menu li{padding:5px 5px}}.products-list ul li:hover{background:#f60}.product{display:flex;justify-content:space-around;align-items:center;width:100%;height:100vh;gap:25px}.product-infos{color:#fff;display:flex;flex-direction:column;gap:15px}.product-infos .name{color:orange;font-size:50px}.product-infos .available{color:#fff;font-size:40px}.product-infos .available .no{color:red}.product-infos .price{color:#ff0;font-weight:700}.product-infos .price span{font-size:37px}.product-infos .price span.old-price{font-size:30px;margin-right:5px;text-decoration:line-through;color:#aeb100}.product-infos .price span.red{color:red;margin-left:2px}.product-infos .list{display:flex;justify-content:left;flex-direction:column}.product-infos .list-of-lists{display:flex;flex-wrap:wrap;gap:25px;margin:5px;padding:10px}.product-infos .list span{font-size:17px;border-bottom:2px solid #fff;width:-moz-fit-content;width:fit-content;margin:6px}.product-infos .list li{list-style-type:disc!important}.product img{width:calc(245px + 25vw);height:calc(245px + 25vw);border-radius:50%;border:2px solid orange}.product button{border:none;background:orange;cursor:pointer;display:flex;padding:20px 25px;font-size:18px;transition:.7s}.product button:hover{background:#ff4500;color:#fff}@media screen and (max-width:885px){.product{flex-direction:column;height:-moz-fit-content;height:fit-content;padding:50px 2%}}.about-el{display:flex;width:95%;background:#fff;border-radius:15px;padding:45px}.about-el .about-block{display:flex;flex-direction:column;padding:10px}@media screen and (max-width:1076px){.about-el{flex-wrap:wrap}section.about{height:-moz-fit-content;height:fit-content}}.about-el h1{font-size:50px;font-weight:900;color:#977344;color:orange;font-weight:bolder}.about-el p{text-align:justify;text-justify:newspaper;text-indent:35px;font-weight:500;margin-bottom:10px;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif}.about img{width:270px}h1[data-v-6af17e3b]{font-size:calc(50px + 2vw);color:#fff}h1 span[data-v-6af17e3b]{color:orange;font-weight:100;font-size:calc(60px + 2vw)}.intro-text[data-v-6af17e3b]{color:#fff;font-size:23px}@media screen and (max-width:470px){header .intro-text[data-v-6af17e3b]{text-align:center;font-size:17px}}.employee-infos{display:flex;min-width:240px;justify-content:center;align-items:center;box-shadow:0 4px 12px rgba(0,96,185,.3);box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.1),0 50px 100px -20px rgba(50,50,93,.25),0 30px 60px -30px rgba(0,0,0,.3);padding:15px 15px;transition:all .7s;background:#fff;flex-direction:column}.employee-infos:hover{transition:1s;box-shadow:0 4px 12px #977344;box-shadow:0 50px 120px -20px #977344,0 30px 70px -30px rgba(204,145,69,.7);transform:translate(40px,-40px)}.employee-infos .name{font-size:30px;font-weight:900;color:#977344;color:orange;font-weight:bolder;font-family:Courier New,Courier,monospace}.employee-infos .post{font-size:20px;color:#2b2216}.employee-infos .description,.employee-infos .post{font-weight:700;font-family:Courier New,Courier,monospace}.employee-infos img{width:200px;filter:drop-shadow(10px,10px,50px rgb(0,67,143))}@media screen and (max-width:580px){.employee-infos{width:250px}}.team{flex-direction:column}.employee-list,.team{display:flex;justify-content:center;align-items:center}.employee-list{padding:50px;gap:2px;width:100%}@media screen and (max-width:806px){.employee-list{flex-wrap:wrap}.employee-infos{min-width:225px}}@counter-style slice{system:cyclic;symbols:"🍕";suffix:""}h2.section-title[data-v-37753aaf]{color:#fff;font-size:45px;margin-bottom:10px}.card[data-v-37753aaf]{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px;gap:10px}.card-el[data-v-37753aaf]{display:flex;justify-content:space-around;align-items:center;padding:50px;width:80%;background:#fff;border-radius:10px;padding:15px 10px}.card-el img[data-v-37753aaf]{height:200px;border-radius:5px}.card-el .name[data-v-37753aaf]{font-size:30px;font-weight:900;color:#977344;color:orange;font-weight:bolder;font-family:Courier New,Courier,monospace}.card-el .infos[data-v-37753aaf]{gap:2px;font-size:20px;font-weight:700;color:#2b2216;font-family:Courier New,Courier,monospace}.card-el p .quantity[data-v-37753aaf]{font-size:45px}ul li[data-v-37753aaf]{list-style-type:slice;position:relative}.infos2[data-v-37753aaf]{display:flex;flex-direction:column;justify-content:flex-start;border-left:4px solid orange;padding:5px;height:100%}.infos2 .prix[data-v-37753aaf]{font-size:30px;font-weight:900;color:orange;font-weight:bolder;font-family:Courier New,Courier,monospace}.infos2 button[data-v-37753aaf]{border:none;background:none;padding:10px 15px;margin:5px 0;cursor:pointer;transition:.7s;font:700;font-size:19px;color:#fff}.infos2 .add[data-v-37753aaf]{background:orange}.infos2 .add[data-v-37753aaf]:hover{background:#a86d00}.infos2 .remove[data-v-37753aaf]{background:red}.infos2 .remove[data-v-37753aaf]:hover{background:#960000}@media screen and (max-width:1228px){.card-el[data-v-37753aaf]{width:95%}}@media screen and (max-width:995px){.card-el[data-v-37753aaf]{flex-wrap:wrap}.card-el img[data-v-37753aaf]{max-width:260px}ul[data-v-37753aaf]{margin-left:20px}}.card-el .prices[data-v-37753aaf]{display:flex;flex-direction:column}.card-el .prices .red[data-v-37753aaf]{color:red}.card-el .prices span.old-price[data-v-37753aaf]{font-size:30px;margin-right:5px;text-decoration:line-through;color:#aeb100}.card-el.facture[data-v-37753aaf]{font-family:Courier New,Courier,monospace;flex-direction:column}.fact-item[data-v-37753aaf]{margin:4px 0;font-weight:600}.fact-item span[data-v-37753aaf]{color:orange;font-size:35px;font-weight:900}.card-el.facture button[data-v-37753aaf]{border:none;background:none;padding:10px 15px;margin:5px 0;cursor:pointer;transition:.7s;font:700;font-size:19px;color:#fff;background:orange;transition:1s}.card-el.facture button[data-v-37753aaf]:hover{background:#ff4500}.advice-infos{display:flex;min-width:240px;justify-content:center;align-items:center;box-shadow:0 4px 12px rgba(0,96,185,.3);box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.1),0 50px 100px -20px rgba(50,50,93,.25),0 30px 60px -30px rgba(0,0,0,.3);padding:15px 15px;transition:all .7s;background:#fff;flex-direction:column}.advice-infos:hover{transition:1s;box-shadow:0 4px 12px #977344;box-shadow:0 50px 120px -20px #977344,0 30px 70px -30px rgba(204,145,69,.7);transform:translate(40px,-40px)}.advice-infos .name{font-size:30px;font-weight:900;color:#977344;color:orange;font-weight:bolder;font-family:Courier New,Courier,monospace}.advice-infos .job{font-size:20px;color:#2b2216}.advice-infos .job,.advice-infos .message{font-weight:700;font-family:Courier New,Courier,monospace}.advice-infos .message{text-align:center}.advice-infos img{width:200px;height:200px;filter:drop-shadow(10px,10px,50px rgb(0,67,143));border-radius:50%;border:2px solid orange}@media screen and (max-width:580px){.advice-infos{width:250px}}h1.section-title{color:#fff;font-size:45px}.advices{flex-direction:column}.advice-list,.advices{display:flex;justify-content:center;align-items:center}.advice-list{padding:50px;gap:2px;width:100%}@media screen and (max-width:806px){.advice-list{flex-wrap:wrap}.advice-infos{min-width:225px}}