.button{width:max-content;padding:10px 25px;background:var(--white);font-family:var(--font2);color:var(--black);text-transform:uppercase;font-weight:600;font-size:13px;letter-spacing:1px;transition:all .5s;display:flex;align-items:center;gap:8px;flex-wrap:wrap;border-radius:4px}.button,.button:hover{box-shadow:0 3px 6px rgba(0,0,0,.161)}.button:hover{transform:scale(.95)}.button.button-document,.button.submit-button{box-shadow:unset;padding:0;border-bottom:1px solid var(--black);text-transform:none}.button.button-document:hover,.button.submit-button:hover{box-shadow:unset}@media (min-width:1280px){.button{font-size:15px}}.gotop{align-items:center;background:var(--white);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(--color1)}.gotop:hover:after{border-color:var(--white)}.gotop:after{border-right:1px solid var(--color1);border-top:1px solid var(--color1);content:"";display:block;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-15%) rotate(-45deg);width:10px}footer{background:var(--white);color:var(--black);font-family:var(--font2);font-size:15px;letter-spacing:.5px;margin-top:var(--ecartZones);border-top:2px solid var(--color1)}footer .footer-inner{max-width:900px;margin:0 auto;padding:50px 24px 32px;display:flex;flex-direction:column;align-items:center;gap:0}footer .footer-logo{margin-bottom:32px}footer .footer-logo .logo{width:200px;display:block;position:relative}footer .footer-logo .logo img{width:100%;height:auto;object-fit:contain}footer .footer-divider{width:60px;height:2px;background:var(--color1);border-radius:2px;margin:0 auto 32px;flex-shrink:0}footer .footer-columns{display:flex;flex-direction:column;align-items:center;gap:40px;width:100%;margin-bottom:32px}footer .footer-col-separator{display:none}footer .footer-col{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;width:100%}footer .footer-col .footer-title{font-family:var(--font1);font-size:18px;letter-spacing:2px;text-transform:uppercase;color:var(--color1);margin-bottom:4px}footer .footer-col address{font-style:normal;line-height:1.8;display:flex;flex-direction:column;align-items:center}footer .footer-col .footer-contacts{display:flex;flex-direction:column;align-items:center;gap:4px}footer .footer-col .footer-contacts a{color:var(--black);transition:color .3s,opacity .3s}footer .footer-col .footer-contacts a:hover{color:var(--color1)}footer .footer-col .rs{gap:10px;list-style:none;padding:0;margin:4px 0 0}footer .footer-col .rs,footer .footer-col .rs a{display:flex;align-items:center;justify-content:center}footer .footer-col .rs a{color:var(--white);background:var(--color1);border:1px solid var(--color1);border-radius:50%;width:34px;height:34px;transition:background .3s,color .3s}footer .footer-col .rs a:hover{background:transparent;color:var(--color1)}footer .footer-col .edc{display:block;width:160px}footer .footer-col .edc img{width:100%;height:auto}footer .footer-col .edc-label{font-size:13px;line-height:1.6;color:var(--black);display:flex;flex-direction:column;align-items:center;margin:0}footer .footer-col .edc-label span{opacity:.6;font-size:12px}footer .footer-bottom{font-size:12px;letter-spacing:.5px;opacity:.7;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px}footer .footer-bottom .footer-bottom-sep{opacity:.4}footer .footer-bottom a{color:var(--black);text-decoration:underline;text-underline-offset:3px;transition:opacity .3s}footer .footer-bottom a:hover{opacity:1;color:var(--color1)}@media screen and (min-width:768px){footer .footer-columns{flex-direction:row;justify-content:center;align-items:flex-start;gap:0}footer .footer-col-separator{display:block;width:1px;min-height:160px;background:var(--color1);opacity:.25;flex-shrink:0;margin:0 48px;align-self:stretch}footer .footer-col{flex:1 1;max-width:320px}}.form-template{width:100%;display:flex;flex-direction:column;gap:10px;font-family:var(--font2)}.form-template.devis:not(.in-zone){width:100%;max-width:360px;border-radius:10px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:hsla(0,0%,100%,.1);gap:10px;padding:calc(var(--padding)/2)}.form-template.devis:not(.in-zone)>*{flex:1 1 100%}.form-template.devis:not(.in-zone) .form-group.send .btn{margin:auto}.form-template .title1{font-size:25px;text-align:center;color:#fff;margin-bottom:calc(var(--padding) - 15px)}.form-template .mandatory-fields{font-size:13px;color:#aeaeae;text-align:center}.form-template .form-group{display:flex;flex-direction:column;gap:5px;flex:1 1 100%}.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 .button{width:max-content;margin-left:auto}.form-template .form-group label{font-size:14px;font-family:var(--desc-font)}.form-template .form-group label.required:after{content:"*"}.form-template .form-group input,.form-template .form-group select,.form-template .form-group textarea{width:100%;border:none;border-bottom:1px solid var(--color1);padding:10px 15px;font-size:14px;font-family:var(--desc-font);background-color:transparent;resize:none}.form-template .form-group input::placeholder,.form-template .form-group select::placeholder,.form-template .form-group textarea::placeholder{color:rgba(0,0,0,.8)}.form-template .form-group input option,.form-template .form-group select option,.form-template .form-group textarea option{color:var(--color1)}.form-template .form-group textarea{min-height:80px}#course-form .form-template{flex-direction:row;flex-wrap:wrap;gap:10px}#course-form .form-group.arrivee,#course-form .form-group.date,#course-form .form-group.depart,#course-form .form-group.heure{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 10px)}@media screen and (min-width:768px){.form-template{flex-direction:row;flex-wrap:wrap}.form-template:not(.devis)>*{flex:1 1 100%}.form-template:not(.devis)>.email,.form-template:not(.devis)>.firstname,.form-template:not(.devis)>.name,.form-template:not(.devis)>.phone{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 10px)}}@media screen and (min-width:1600px){.form-template.devis:not(.in-zone){max-width:460px;gap:15px;padding:var(--padding)}}