.button{font-family:var(--font-body);font-size:15px;text-transform:uppercase;display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;padding:.5rem 2rem;overflow:hidden;position:relative;box-sizing:border-box;transition:.6s ease;text-transform:none;border:1px solid transparent;font-weight:600}.button,.button:hover{color:var(--white);background:var(--color1)}.button:hover{border-color:var(--color1);transform:scale(.95)}.button.bancal{padding:6px 35px;transform:rotate(7deg)}.button.bancal:hover{transform:rotate(0deg) scale(.9)}.button.color{background:var(--color1);color:var(--white)}.button.color:hover{background:var(--color1-light);color:var(--white)}.button .icon{background-color:var(--color3);border-radius:50%;width:35px;height:35px;color:var(--white);display:flex;align-items:center;justify-content:center;margin-left:10px;transition:all .5s}@media (min-width:1280px){.button{font-size:16px;letter-spacing:.5px}.button.subtype2{font-size:17px}}.btns{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-top:12px}@media screen and (max-width:767px){.btns{width:100%;max-width:300px;margin-left:auto;margin-right:auto}.btns .button{padding:10px 20px;text-align:center;width:100%}}.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;border-radius:10px;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(0)}.burgerBtn.isOpen label>span span:nth-child(3){transform:rotate(-45deg) translateY(0)}.burgerBtn input{display:none}.gotop{align-items:center;background:var(--color1);border:1px solid #fff;border-radius:50%;bottom:40px;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 #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:50px var(--padding);display:flex;flex-direction:column;align-items:center;gap:50px;font-size:16px;font-family:var(--font-body)}footer.has-bandeau{margin-top:25px}footer.no-margin{margin-top:0}footer .logo-content{gap:25px}footer .logo{display:block;max-width:275px;filter:brightness(0) saturate(100%) invert(21%) sepia(20%) saturate(2394%) hue-rotate(123deg) brightness(92%) contrast(103%)}footer .logo img{width:100%;object-fit:contain}footer>*{text-align:center;display:flex;flex-direction:column;align-items:center}footer>* .footer-title{padding-bottom:15px;border-bottom:1px solid var(--color1);color:var(--color1);margin-bottom:25px;font-family:var(--font-title);font-size:clamp(28px,2.5vw,33px);letter-spacing:1px}footer>* .nav-footer{display:flex;flex-direction:column;text-align:center;align-items:center;gap:10px}footer>* .nav-footer a{text-transform:capitalize;transition:all .5s}footer>* .nav-footer a:hover{color:var(--color1)}footer>* p{line-height:1.8}footer>* .rs{margin-top:25px;gap:10px}footer>* .rs,footer>* .rs a{display:flex;align-items:center;justify-content:center}footer>* .rs a{color:#fff;background:var(--color2);width:40px;height:40px;transition:all .5s;padding:12px}footer>* .rs a svg{width:100%;height:100%}footer>* .rs a:hover{background:#fff;color:var(--color1)}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:800px){footer{flex-direction:row;flex-wrap:wrap;align-items:flex-start}footer>*{flex:1 1}footer>* .footer-title{width:100%}footer>* .nav-footer{column-count:2;text-align:left;column-fill:balance;display:block;line-height:2}}@media screen and (min-width:800px)and (max-width:1279px){footer>* .nav-footer{text-align:center}}@media screen and (min-width:800px){footer>.logo-content{flex:1 1 100%}}@media screen and (min-width:800px)and (max-width:1279px){footer>:last-child{flex:1 1 100%}}@media screen and (min-width:1280px){footer{gap:var(--padding)}footer .edc~p{line-height:2}footer>*{text-align:left;align-items:flex-start}footer>* .edc{margin-left:0}footer>* .nav-footer{width:100%;display:block;gap:15px;line-height:2}footer>.logo-content{flex:none;align-self:center}}@media screen and (min-width:1280px)and (max-width:1599px){footer{font-size:15px}footer .footer-title{font-size:24px}footer .logo{max-width:210px}}@media screen and (min-width:1600px){footer{padding:0 75px 50px;position:relative}footer .rs{position:absolute;right:50px;top:50%;transform:translateY(-50%);flex-direction:column}}