.footer-wrapper{display:flex;flex-direction:column;background-color:var(--color-primary);padding:1rem;color:white;font-size:1rem;font-weight:bold}@media screen and (max-width:767px){.footer-wrapper{gap:2rem}}@media screen and (min-width:768px){.footer-wrapper{flex-direction:row;justify-content:space-between;text-align:center}}@media screen and (min-width:1024px){.footer-wrapper{padding:var(--global-padding-hf)}}.footer-wrapper .nav-wrapper nav.menu{display:flex;flex-direction:column;align-items:baseline;gap:1rem}.footer-wrapper .nav-wrapper nav.menu.mobile{display:none}.footer-wrapper .txt-wrapper{display:flex;align-items:center}@media screen and (max-width:767px){.footer-wrapper .txt-wrapper .contact{position:relative;width:100%}.footer-wrapper .txt-wrapper .contact a:first-child{margin-top:1rem}.footer-wrapper .txt-wrapper .contact:before,.footer-wrapper .txt-wrapper .contact:after{content:"";position:absolute;display:block;height:1px;width:60%;background-color:white;opacity:0.4;left:18vw}}@media screen and (min-width:768px){.footer-wrapper .txt-wrapper{justify-content:center}}.footer-wrapper .txt-wrapper .contact svg{fill:white}.realisation{background-color:var(--color-primary);font-size:0.8rem;font-style:italic;text-align:center;opacity:0.9}