@keyframes scale-up{to{transform:scale(600)}}@keyframes scale-down{0%{transform:scale(600)}to{ransform:scale(0)}}.button{width:max-content;padding:8px 9px;background:var(--white);font-family:var(--font-body);font-weight:600;color:var(--color1);text-transform:uppercase;border:1px solid transparent;border-radius:17px;letter-spacing:2.08px;transition:all .8s ease;display:flex;gap:7px;align-items:center;flex-wrap:wrap;box-shadow:0 3px 6px rgba(0,0,0,.161);position:relative;overflow:hidden}.button .round{border-radius:50%;background-color:#cfe8e4;position:absolute;top:5px;left:10px;z-index:-1;animation:scale-down .2s forwards}.button.animate .round{animation:scale-up .8s forwards}.button .btn-name{font-size:10px;letter-spacing:2.08px}.button .icon{pointer-events:none;transition:all .8s ease;height:18px;width:auto}.button .icon img{height:100%;width:auto;transition:all .6s ease}.button:hover{transform:scale(1.02);border:1px solid var(--color1);color:var(--color1)}.button:hover .icon img{filter:brightness(0) saturate(100%) invert(62%) sepia(20%) saturate(562%) hue-rotate(126deg) brightness(90%) contrast(89%)}.button.color{background:var(--color1);color:var(--white)}.button.color:hover{background:var(--color1-light);color:var(--white)}.btn-resa{justify-content:center;background:var(--color1);color:var(--white);gap:10px;padding:8px 12px}.button-secondary{background:var(--color-btn-secondary);color:var(--white);transition:all .5s;font-family:var(--font5);font-size:12px;letter-spacing:.7px;height:-moz-fit-content;height:fit-content;text-transform:none}.button-secondary:hover{transform:scale(.95)}@media (min-width:1280px){.button.subtype2{font-size:22px}.button .icon{height:24px}.button .btn-name{font-size:13px}.btn-resa{padding:1px 32px;gap:20px}.button-secondary{font-size:14px}}.btns{flex-wrap:wrap;gap:15px;justify-content:center;margin-top:auto}.btns,.burgerBtn{display:flex}.burgerBtn label{display:flex;color:var(--white);gap:15px;cursor:pointer}.burgerBtn label p{font-family:var(--font-body);font-weight:600;text-transform:uppercase;font-size:15px}.burgerBtn label>span{display:flex;flex-direction:column;justify-content:space-between;gap:6px;transition:all .5s}.burgerBtn label>span>span{width:1.5rem;height:1px;background:var(--white);transition:all .5s;transform-origin:left}.burgerBtn label>span>span:first-child{transform-origin:top left;transition-delay:.1s}.burgerBtn label>span>span:nth-child(2){transition:transform .3s;transition-delay:.5s}.burgerBtn label>span>span:nth-child(3){transform-origin:bottom left;transition-delay:.2s}.burgerBtn.isOpen label>span{transform:rotate(90deg)}.burgerBtn.isOpen label>span span:nth-child(2){transform:scaleX(0);transition-delay:.05s}.burgerBtn.isOpen label>span span:first-child{transform:rotate(45deg) translateY(1px)}.burgerBtn.isOpen label>span span:nth-child(3){transform:rotate(-45deg) translateY(-1px)}.burgerBtn input{display:none}.gotop{align-items:center;background:var(--color1);border:1px solid var(--color1);border-radius:50%;bottom:55px;cursor:pointer;display:flex;justify-content:center;opacity:0;position:fixed;right:25px;transition:all .5s;visibility:hidden;width:40px;height:40px;z-index:1000}.gotop.show{opacity:1;visibility:visible}.gotop:hover{background:var(--white)}.gotop:hover:after{border-color:var(--color1)}.gotop:after{border-right:1px solid var(--white);border-top:1px solid var(--white);content:"";display:block;height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-15%) rotate(-45deg);width:10px}footer{padding:0 1rem 2rem;display:flex;flex-direction:column;gap:2rem;align-items:center;font-size:16px;letter-spacing:1px;background:var(--color-footer);color:var(--black);font-family:var(--font-body);margin-top:var(--ecartZones)}footer .logo{width:150px;height:auto}footer .logo .logo-icon{width:100%;height:auto}footer .footer-item{text-align:center;width:100%}footer .footer-item .footer-title{font-size:26px;padding-bottom:5px;color:var(--color1);border-bottom:1px solid var(--color1);margin-bottom:15px;font-family:var(--font-title)}footer .footer-item ul{line-height:1.6}footer .footer-item ul+p{margin-top:15px}footer .footer-item ul.main-menu{font-weight:200}footer .footer-item ul.main-menu .main-page{position:relative}footer .footer-item ul.main-menu .main-page.has-childs{cursor:pointer}footer .footer-item ul.main-menu .main-page.has-childs>.page-name:after{content:"▼";margin-left:8px;font-size:10px;transition:transform .3s;display:inline-block}footer .footer-item ul.main-menu .main-page.has-childs.sub-menu-open>.page-name:after{transform:rotate(180deg)}footer .footer-item ul.main-menu .main-page.has-childs.sub-menu-open .sub-menu{max-height:300px;opacity:1;visibility:visible}footer .footer-item ul.main-menu .main-page .page-name{transition:all .5s;text-transform:capitalize;display:inline-block}footer .footer-item ul.main-menu .main-page .page-name:hover{opacity:.5}footer .footer-item ul.main-menu .main-page .sub-menu{max-height:0;opacity:0;visibility:hidden;overflow:hidden;transition:all .3s ease;margin-top:5px;display:flex;flex-direction:column;text-align:center;font-size:90%}footer .footer-item ul.main-menu .main-page .sub-menu .sub-page{margin-top:5px}footer .footer-item ul.main-menu .main-page .sub-menu .sub-page .sub-page-name{transition:all .3s;text-transform:capitalize;display:inline-block}footer .footer-item ul.main-menu .main-page .sub-menu .sub-page .sub-page-name:hover{color:var(--color2);opacity:1}footer .footer-item p{line-height:1.6;display:flex;flex-direction:column;align-items:center;text-align:center;font-weight:200}footer .footer-item .rs{margin-top:1rem;gap:.5rem}footer .footer-item .rs,footer .footer-item .rs a{display:flex;align-items:center;justify-content:center}footer .footer-item .rs a{transition:all .5s;color:var(--black);background:var(--color1);border:1px solid var(--color1);border-radius:50%;width:30px;height:30px}footer .footer-item .edc{max-width:250px;display:flex;align-self:center;margin-left:auto;margin-right:auto;margin-bottom:1rem}footer .footer-item .edc img{width:100%;height:auto}@media screen and (min-width:768px){footer{flex-direction:row;flex-wrap:wrap;align-items:flex-start;padding:0 2rem 1rem}footer,footer .logo{justify-content:center}footer .logo{margin:auto 0}footer .logo .logo-icon{height:auto}footer .footer-item{flex:1 1;min-width:160px}.pre-footer{flex-direction:row;justify-content:space-around;height:300px}}@media screen and (min-width:1280px){footer{padding:0 40px 30px;align-items:flex-start;gap:40px;position:relative;font-size:16px}footer .logo{margin-top:auto;margin-bottom:auto}footer .footer-item{text-align:left}footer .footer-item:last-child p{line-height:1.6}footer .footer-item p{display:block}footer .footer-item .edc{margin-left:0;align-self:flex-start}footer .footer-item{flex:1 1;line-height:2}footer .footer-item .footer-title{font-size:26px;letter-spacing:2px;text-align:center}footer .footer-item p{align-items:flex-start;text-align:left}footer .footer-item ul.main-menu .main-page{text-align:left}footer .footer-item ul.main-menu .main-page.has-childs>.page-name:after{content:"▼";margin-left:8px;font-size:10px;transition:transform .3s;display:inline-block}footer .footer-item ul.main-menu .main-page.has-childs.sub-menu-open>.page-name:after{transform:rotate(180deg)}footer .footer-item ul.main-menu .main-page.has-childs.sub-menu-open .sub-menu{max-height:300px;opacity:1;visibility:visible}footer .footer-item ul.main-menu .main-page .sub-menu{margin-left:20px}footer .footer-item .rs{justify-content:center}}@media screen and (min-width:1600px){footer{font-size:16px}}@media screen and (min-width:1900px){footer .logo{width:350px}}