.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:2px;background:#fff;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:translateX(5px) rotate(45deg)}.burgerBtn.isOpen label>span span:nth-child(3){transform:translateX(5px) rotate(-45deg)}.burgerBtn input{display:none}.btn{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:10px 25px;font-family:var(--font2);font-size:17px;border-radius:50px;text-transform:uppercase;background-color:var(--color1);color:#fff;position:relative;overflow:hidden;z-index:1;box-shadow:0 2px 12px rgba(0,0,0,.1);transition:box-shadow .4s,transform .4s;letter-spacing:1.4px;cursor:pointer}.btn:before{content:"";position:absolute;left:-60%;top:0;width:60%;height:100%;background:linear-gradient(120deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.25) 50%,hsla(0,0%,100%,0));pointer-events:none;z-index:2;transform:skewX(-20deg);transition:left .7s cubic-bezier(.4,0,.2,1)}.btn:hover{box-shadow:0 12px 32px rgba(0,0,0,.22);transform:scale(1.04) translateY(-2px);color:#fff}.btn:hover:before{left:100%}.btn.subtype2{background-color:#fff;color:var(--color1)}.btn.subtype3{background-color:var(--color2);color:var(--color1)}@media screen and (min-width:1600px){.btn{font-size:20px}}.gotop{align-items:center;background:var(--color1);border:1px solid var(--color1);border-radius:50%;bottom:30px;cursor:pointer;display:flex;justify-content:center;opacity:0;position:fixed;right:25px;transition:all .5s;visibility:hidden;width:40px;height:40px;z-index:20;transform:translateY(50px)}.gotop.show{transform:none;opacity:1;visibility:visible}.gotop:after{border-right:1px solid #fff;border-top:1px solid #fff;content:"";display:block;height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-15%) rotate(-45deg);width:10px}footer{margin-top:var(--ecartZones);padding:2rem 1rem;display:flex;flex-direction:column;gap:2rem;align-items:center;letter-spacing:1px;background:transparent;font-size:18px;position:relative;overflow-y:visible;max-width:100vw}footer>img{position:absolute;opacity:.3;overflow:visible;width:100%;height:100%;object-fit:cover;left:0;top:0;transform:scaleY(-1);z-index:-1;pointer-events:none}footer .logo{max-width:100px;margin:auto;display:block}footer .logo img{width:100%;height:auto;filter:brightness(0)}footer>*{text-align:center}footer>* .footer-title{font-size:18px;padding-bottom:5px;border-bottom:1px solid rgba(0,0,0,.5);margin-bottom:25px;font-family:var(--font1);text-transform:uppercase;letter-spacing:2px}footer>* ul{line-height:1.6;font-family:var(--font1)}footer>* ul+p{margin-top:15px}footer>* ul li ul{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;font-size:.8em;margin:5px 0}footer>* ul li a{transition:all .5s}footer>* ul li a:hover{color:var(--color1)}footer>* p{line-height:1.6;display:flex;flex-direction:column;align-items:center;text-align:center;font-family:var(--font1)}footer>* .rs{margin-top:1rem;gap:.5rem}footer>* .rs,footer>* .rs a{display:flex;align-items:center;justify-content:center}footer>* .rs a{transition:all .5s;color:var(--color1);background:#fff;border-radius:50%;width:30px;height:30px}footer>* .edc{max-width:200px;display:flex;align-self:center;margin-left:auto;margin-right:auto;margin-bottom:1rem}footer>* .edc img{width:100%;height:auto}@media screen and (min-width:1024px){footer{flex-direction:row;flex-wrap:wrap;align-items:flex-start}footer .logo-content{flex:1 1 100%;display:flex;justify-content:center}footer .footer-item{flex-grow:1;flex-shrink:1;flex-basis:calc(33.3% - 2rem)}}@media screen and (min-width:1280px){footer{padding:var(--padding) 50px;padding-left:0!important;align-items:flex-start;gap:var(--padding);position:relative}footer>img{transform:none;top:unset;bottom:0}footer .logo-content{flex:1 1;align-self:center}footer .logo-content .logo{max-width:150px}footer>*{flex:1 1}footer>* .edc{margin-left:0}footer>* p{display:block;text-align:left}footer>:last-child p{line-height:1.6}footer ul{text-align:left;display:grid;grid-template-columns:1fr 1fr}footer ul.rs{justify-content:flex-start;margin-top:35px}footer ul.rs a{color:#000}footer .footer-item{flex:1 1;line-height:2}footer .footer-item .footer-title{font-size:24px;text-align:left}}@media screen and (min-width:1600px){footer{padding:var(--padding) 100px}}.form{width:100%;display:flex;flex-direction:column;gap:10px}.form .mandatory-fields{font-size:12px;color:#aeaeae;text-align:right}.form .form-group{display:flex;flex-direction:column;gap:5px}.form .form-group label{font-size:15px;font-family:var(--desc-font);color:#777}.form .form-group label.required:after{content:"*"}.form .form-group input,.form .form-group textarea{width:100%;border:1px solid hsla(0,0%,52%,.2);border-radius:15px;padding:8px 15px;font-size:16px;font-family:var(--desc-font)}.form .form-group input:focus,.form .form-group textarea:focus{border:1px solid var(--color1)}.form .form-group textarea{min-height:80px;resize:vertical}.form .form-group>button{margin:25px auto 0}.form .form-group.rgpd{flex-direction:row;align-items:flex-start;margin-top:10px}.form .form-group.rgpd label{text-align:left}.form .form-group.rgpd input{width:auto}@media screen and (min-width:768px){.form{flex-direction:row;flex-wrap:wrap}.form .form-group.email,.form .form-group.firstname,.form .form-group.name,.form .form-group.phone{width:calc(50% - 5px)}.form .form-group.message,.form .form-group.rgpd,.form .form-group.send{width:100%}.form .form-group.send>button{margin-left:auto;margin-right:0}}