.btn{display:flex;align-items:center;border:1px solid var(--color1);background-color:var(--color1);color:var(--white);padding:7px 20px;font-family:var(--font3);text-transform:uppercase;font-size:15px;transition:all .5s;letter-spacing:0;height:max-content;width:max-content;justify-content:center;text-align:center;cursor:pointer;border-radius:21px;position:relative;overflow:hidden;transform:translateY(0)}.btn .btn-text{position:relative;z-index:2}.btn .bubbles{display:none;position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.btn .bubble{position:absolute;bottom:-10px;background:hsla(0,0%,100%,.63);border-radius:50%;animation:rise calc(.5s + var(--i)*.2s) infinite ease-in;animation-delay:calc(var(--i)*.1s);left:calc(var(--random-pos)*1%)}@keyframes rise{0%{bottom:-10px;opacity:0;width:3px;height:3px}20%{opacity:.6;transform:scale(1.5)}50%{opacity:.7;transform:scale(2)}75%{opacity:.8;transform:scale(3)}to{bottom:75px;opacity:0;transform:scale(4)}}.btn:hover{background-color:var(--color2);border-color:var(--color2);transform:translateY(-2px)}.btn.transparent{background-color:transparent}@media screen and (min-width:1280px){.btn .bubbles{display:block}}@media screen and (min-width:1600px){.btn{font-size:19px}.btn:hover .bubble{display:block}.btn .bubble{display:none}}@media screen and (min-width:1920px){.btn{font-size:20px}}.btns{flex-wrap:wrap;gap:15px;justify-content:center}.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: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:rotate(45deg)}.burgerBtn.isOpen label>span span:nth-child(3){transform:rotate(-45deg)}.burgerBtn input{display:none}.gotop{align-items:center;background:var(--color1);border:1px solid var(--white);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:100}.gotop.show{opacity:1;visibility:visible}.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:2rem 1rem;display:flex;flex-direction:column;gap:2rem;align-items:center;font-size:16px;letter-spacing:1px;background:var(--color1);color:var(--white);font-family:var(--font2);margin-top:var(--ecartZones)}footer .logo{width:170px;margin:auto;display:block}footer .logo img{width:100%;height:auto}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(--font1);text-transform:uppercase}footer .footer-item ul{line-height:1.6}footer .footer-item ul+p{margin-top:15px}footer .footer-item ul.main-menu .main-page{position:relative;margin-bottom:5px}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:uppercase;font-weight:700;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;justify-content:center;align-items:flex-start}footer .logo-content{flex:1 1 100%}footer .footer-item{flex:1 1}.pre-footer{flex-direction:row;justify-content:space-around;height:300px}}@media screen and (min-width:1280px){footer{padding:50px 40px 20px;align-items:flex-start;gap:40px;position:relative;font-size:16px}footer .logo-content{flex:1 1;align-self:center}footer .logo-content .logo{max-width:180px}footer .footer-item .edc{margin-left:0}footer .footer-item p{display:block;text-align:left}footer .footer-item:last-child p{line-height:1.6}footer .footer-item ul{text-align:left}footer .footer-item ul.rs{justify-content:flex-start;margin-top:10px}footer .footer-item{flex:1 1;line-height:2;text-align:left}footer .footer-item .footer-title{font-size:23px;text-align:left}footer .footer-item ul.main-menu{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;text-align:left}}@media screen and (min-width:1600px){.pre-footer{height:430px}.pre-footer .pre-footer-item .pre-footer-title{font-size:30px}.pre-footer .pre-footer-item .pre-footer-phone{font-size:40px;margin-top:35px}.pre-footer .pre-footer-item .btn{margin-top:35px}footer{font-size:17px}}@media screen and (min-width:1920px){footer{font-size:20px}}.form-template{width:100%;display:flex;flex-direction:column;gap:10px}.form-template .mandatory-fields{font-size:12px;color:var(--color1);text-align:right}.form-template .form-group{display:flex;flex-direction:column;gap:5px}.form-template .form-group.rgpd{flex-direction:row;align-items:flex-start;margin-top:10px}.form-template .form-group.rgpd label{text-align:left}.form-template .form-group.rgpd input{width:auto}.form-template .form-group.send{margin-top:15px}.form-template .form-group.send .btn{width:max-content;margin-left:auto;margin-right:auto}.form-template .form-group label{font-size:13px;font-family:var(--desc-font);color:var(--color2)}.form-template .form-group label.required:after{content:"*"}.form-template .form-group input,.form-template .form-group textarea{width:100%;border:1px solid #f5f5f5;background-color:#f5f5f5;padding:8px 15px;font-size:14px;font-family:var(--desc-font)}.form-template .form-group textarea{min-height:80px;resize:vertical}