.button{width:max-content;padding:8px 25px;background:linear-gradient(90deg,var(--color1) 0,var(--color2) 100%),url(/_next/static/media/bg-btn.47ca711c.jpg);background-repeat:no-repeat;background-size:cover;font-family:var(--font-subtitle);font-weight:700;color:var(--white);text-transform:uppercase;letter-spacing:1.3px;transition:all .5s;display:flex;align-items:center;flex-wrap:wrap}.button .btn-name{font-size:10px;letter-spacing:1.3px}.button .icon{position:absolute;left:-50%;top:-10%;pointer-events:none;transition:all .8s ease}.button:hover{background-blend-mode:multiply;background-position:0 0,60% 40%;animation:piscine-eau 5s linear infinite;filter:brightness(1.15) saturate(1.2);transform:scale(1.07)}@keyframes piscine-eau{0%{background-position:0 0,50% 50%}50%{background-position:0 0,55% 60%}to{background-position:0 0,50% 50%}}.button.color{background:var(--color1);color:var(--white)}.button.color:hover{background:var(--color1-light);color:var(--white)}.button-resa{position:fixed;bottom:0;left:0;z-index:99;width:100%;justify-content:center;color:var(--white)}.button-resa:hover{transform:none;box-shadow:none}.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 .btn-name{font-size:13px}.button-secondary{font-size:14px}}.btns{flex-wrap:wrap;gap:15px;justify-content:center;margin-top:auto}.btns,.burgerBtn{display:flex}.burgerBtn label>span{display:flex;flex-direction:column;justify-content:space-between;gap:6px;cursor:pointer;transition:all .5s}.burgerBtn label>span>span{width:1.5rem;height:3px;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(--white);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;flex-direction:column;gap:2rem;font-size:16px;letter-spacing:1px;background:var(--color-footer);color:var(--white);font-family:var(--font-body);margin-top:var(--ecartZones)}footer,footer .logo{display:flex;align-items:center}footer .logo{gap:18px;margin:0 auto;width:-moz-fit-content;width:fit-content;position:relative}footer .logo .logo-icon{width:70px;height:62px;object-fit:contain;display:block;position:absolute;left:-43px;top:-10px}footer .footer-item{text-align:center;width:100%}footer .footer-item .footer-title{font-size:26px;padding-bottom:5px;border-bottom:1px solid var(--white);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{column-count:2}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}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(--white);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{flex:0 0 100%;margin:0 auto 1rem;padding-top:40px}footer .logo .logo-icon{width:100px;height:auto;position:absolute;left:calc(50% - 170px);top:10px}footer .logo p{font-size:46px}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{position:relative;margin-top:auto;margin-bottom:auto;flex:1 1}footer .logo .logo-icon{position:absolute;left:-13%;top:-40px;width:140px;height:125px}footer .logo p{font-size:50px;padding-left:15px}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{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 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}footer .logo .logo-icon{left:-4%;top:-50px;width:160px;height:145px}}@media screen and (min-width:1900px){footer .logo .logo-icon{left:calc(-2% + 40px)}}