:root{--color-green:#137e35;--color-green-dark:#145a68;--color-blue:#14369b;--color-black:#000;--color-white:#fff;--color-light-green:#e7fce7;--color-light-blue:#e1f7fd;--color-light-red:#fce8e7;--color-gradient:linear-gradient(90deg, var(--color-green), var(--color-blue));--color-gradient-dark:linear-gradient(90deg, var(--color-green), var(--color-green-dark))}@font-face{font-family:Coco;src:url(/fonts/cocogothic-bold-webfont.woff2) format("woff2"),url(/fonts/cocogothic-bold-webfont.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Coco;src:url(/fonts/cocogothic-heavy-webfont.woff2) format("woff2"),url(/fonts/cocogothic-heavy-webfont.woff) format("woff");font-weight:900;font-style:normal}@font-face{font-family:Work;src:url(/fonts/worksans-regular-webfont.woff2) format("woff2"),url(/fonts/worksans-regular-webfont.woff) format("woff");font-weight:400;font-style:normal}body{font-family:"Work",sans-serif;padding:0;margin:0;overflow-x:hidden}img{display:block;max-width:100%;height:auto!important}header,section{padding:0 20px;margin:0 auto;max-width:1245px;position:relative}@media (min-width:1024px){header{display:flex;align-items:center;justify-content:space-between}}header img{height:100px}.burger-menu{display:flex;flex-direction:column;gap:5px;cursor:pointer;width:20px;height:20px}.burger-menu-line{width:20px;height:2px;background:var(--color-black);transition:all 0.3s ease}.burger-menu.active{display:flex;flex-direction:column;gap:5px;cursor:pointer}.burger-menu.active .burger-menu-line:nth-child(1){transform:rotate(45deg) translate(5px,9px)}.burger-menu.active .burger-menu-line:nth-child(2){transform:rotate(-45deg) translate(-5px,0)}@media (max-width:1023px){nav{opacity:0;transform:translateY(-20px);transition:all 0.3s ease-in-out;display:none}header{display:flex;align-items:center;justify-content:space-between}header nav{display:none;position:absolute;top:100%;left:0;width:100%;background:var(--color-white);padding:20px;z-index:100;border-radius:10px;box-shadow:0 0 10px 0 rgb(0 0 0 / .1);transition:all 0.3s ease}}@media (min-width:1024px){.burger-menu{display:none}}nav.nav-visible{opacity:1;transform:translateY(0)}nav.nav-hidden{opacity:0;transform:translateY(-20px)}.green{color:var(--color-green)}.blue{color:var(--color-blue)}nav ul{display:flex;gap:0;margin:0;padding:0}nav ul li{list-style:none}nav ul li a{text-decoration:none;color:var(--color-black);font-size:20px;font-weight:700;padding:5px 15px;border-radius:6px;display:inline-block;background:none}nav ul li a:hover{background:var(--color-gradient);color:var(--color-white)}@media (max-width:1023px){nav ul{flex-direction:column}}.bandeau-deroulant{background:var(--color-gradient);color:var(--color-white);padding:25px 0;width:100%;overflow:hidden;margin:100px 0}.bandeau-track{display:flex;width:max-content;animation:defilement 15s linear infinite;align-items:center}.bandeau-item{display:flex;align-items:center;gap:24px;margin:0 32px;font-size:30px;line-height:30px;font-weight:600;color:var(--color-white);justify-self:center}.bandeau-item svg{height:32px;width:auto}@keyframes defilement{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@media (min-width:1024px){.bandeau-track{animation-duration:30s}.bandeau-item{font-size:64px;line-height:64px;gap:50px}.bandeau-item svg{height:60px}}h1,h2,h3,h4,h5,h6{margin:0;font-family:"Coco",sans-serif}@media (min-width:1024px){h1{font-size:60px;font-weight:800}h1 span{display:block;color:var(--color-green)}h2{font-size:64px;font-weight:700}}.hero-logo{font-size:72px;color:var(--color-green);font-weight:800;margin-top:32px;display:flex;align-items:center;gap:32px}@media (max-width:767px){.logo-mahii{width:100px}.logo-kirby{width:100px}}@media (max-width:1023px){section.hero{display:flex;flex-direction:column-reverse;align-items:center;justify-content:center}}@media (min-width:1024px){.hero{display:flex;align-items:center;justify-content:space-between}.hero-content{max-width:calc(100% - 683px)}}.infosup{padding:24px;border-radius:40px;position:relative;background:var(--color-light-green);flex-grow:2;line-height:20px;font-weight:400}.infosup a{display:inline-block;color:var(--color-green);text-decoration:underline}.infosup a[target="_blank"]{padding-right:20px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" stroke="%23137e35" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.25 3.75h-2.5a4 4 0 0 0-4 4v8.5a4 4 0 0 0 4 4h8.5a4 4 0 0 0 4-4v-2.5m-6.5-10h5.5c.276 0 .526.112.707.293m.293 6.207v-5.5a1 1 0 0 0-.293-.707M12.75 11.25l6.5-6.5l.707-.707"/></svg>') no-repeat right center;background-size:16px}.kirby-items{display:flex;flex-direction:column;gap:16px}.kirby-item{background:var(--color-light-green);padding:16px 24px;border-radius:24px;display:flex;align-items:flex-start;gap:15px}.kirby-item{cursor:pointer;transition:all 0.3s ease}.kirby-item:hover,.kirby-item.active{background:var(--color-gradient-dark);color:var(--color-white)}.kirby-item svg path{stroke:var(--color-green);transition:stroke 0.3s ease}.kirby-item:hover svg path,.kirby-item.active svg path{stroke:var(--color-white)}.kirby-list{position:relative}.kirby-list-item{width:100%;min-height:100%;border-radius:24px;opacity:0;transition:opacity 0.3s ease}.kirby-list-item img{display:block;margin-bottom:20px}.kirby-list-item[style*="display: block"]{opacity:1}.kirby-container h2{text-align:center;margin-bottom:50px}@media (max-width:1023px){.kirby-list{margin-top:50px}}@media (min-width:1100px){.kirby-side{display:grid;justify-content:center;grid-template-columns:460px 564px;gap:40px}}@media (max-width:1099px){.kirby-side{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.kirby-items,.kirby-list{display:contents}.kirby-items .kirby-item:first-child,.kirby-list .kirby-list-item:first-child{order:1}.kirby-items .kirby-item:nth-child(2),.kirby-list .kirby-list-item:nth-child(2){order:2}.kirby-items .kirby-item:nth-child(3),.kirby-list .kirby-list-item:nth-child(3){order:3}.kirby-items .kirby-item:nth-child(4),.kirby-list .kirby-list-item:nth-child(4){order:4}}.cute-cat{margin:155px auto 100px}.cute-cat h2{font-size:32px;font-weight:800;line-height:32px}.cute-cat-content{margin:32px 0;font-size:24px;font-weight:400;line-height:24px;max-width:445px}.contact-btn{background:var(--color-gradient);color:var(--color-white);padding:18px 24px;border-radius:6px;text-decoration:none;font-size:20px;font-weight:700;line-height:20px;text-decoration:none;display:inline-block;transition:all 0.5s;cursor:pointer}@media (min-width:1024px){.cute-cat{display:flex;align-items:center;justify-content:center;gap:96px}.cute-cat-image{width:400px;max-width:50%}}.diane-dev h2{font-size:32px;font-weight:700;line-height:1}@media (max-width:1024px){.diane-dev h2{margin-bottom:24px}}@media (min-width:1024px){.diane-dev h2{text-align:right;font-size:48px}}.diane-dev-content{padding:32px;background:var(--color-gradient-dark);color:var(--color-white);border-radius:24px}@media (min-width:1024px){.diane-dev{display:flex;align-items:center;justify-content:space-around}.diane-dev>*{width:40%}}.budget{margin:100px auto}.budget h2{text-align:center;font-size:64px;line-height:64px;font-weight:800}.budget-content{margin-top:50px}.budget-highlight p{margin:0;font-size:24px}.budget-highlight .blue{font-weight:700}.budget-card{background:var(--color-light-green);color:var(--color-black);font-size:43px;line-height:49px;padding:24px;border-radius:24px;width:fit-content;text-align:center;font-family:"Coco",sans-serif;font-weight:800;max-width:100%}@media (max-width:1023px){.budget-card{margin-top:24px}}.budget-card span{color:var(--color-green)}.budget-item{font-size:20px}@media (min-width:1024px){.budget .budget-content{display:flex;align-items:center;justify-content:center;gap:40px}.budget .budget-item{max-width:680px}.budget-card{min-width:340px;max-width:340px}}.project h2{text-align:center;font-size:64px;line-height:64px;font-weight:800}.project-step-title{position:relative;display:flex;gap:20px;align-items:flex-end}.project-step-title h3{font-size:40px;font-weight:800;line-height:40px;margin-bottom:25px}.project-step{margin-bottom:30px}.project h2{margin-bottom:50px}.project-step-title-number{font-family:"Coco",sans-serif;font-size:128px;font-weight:800;line-height:128px}.project-step-title::before{content:"";position:absolute;bottom:17px;left:0;width:100%;height:30px;background:var(--color-white);border-top:solid 4px var(--color-black);z-index:1}.project-step-card{padding:47px 24px 24px;border-radius:40px;color:var(--color-black);position:relative;margin-top:31px;flex-grow:2;font-size:20px;line-height:20px;font-weight:400}.project-step:last-child .project-step-card h4{font-size:40px;line-height:40px}.project-step-card.red{background:var(--color-light-red)}.project-step-card.blue{background:var(--color-light-blue)}.project-step-card.green{background:var(--color-light-green)}.project-step-card svg{position:absolute;top:-27px;left:24px}@media (max-width:1023px){.project h2{font-size:40px;line-height:40px}.project-step-title h3{font-size:32px;line-height:32px}.project-step-title-number{font-size:50px;line-height:50px}.project-step-title::before{bottom:-13px}}@media (min-width:1024px){.project-step-title{gap:62px}.project-step h3{margin-bottom:60px}.project-step-cards{display:flex;gap:20px;flex-wrap:wrap;justify-content:space-between}.project-step-card{width:calc(33% - 60px)}}.realisations{margin:100px auto}.realisations h2{text-align:center}.realisation-subtitle{width:720px;max-width:100%;margin:50px auto;text-align:center;font-size:20px;line-height:20px;font-weight:400}.realisation-list-single h3{font-size:32px;margin:32px 0;font-weight:800}.realisation-list-single p{font-size:16px;line-height:16px;font-weight:300}.btn-container{position:relative;overflow:hidden;width:fit-content;border-radius:6px}.realisation-list-single .btn{background:var(--color-blue);color:var(--color-white);font-size:16px;line-height:16px;font-weight:700;text-decoration:none;display:inline-block;padding:12px 20px;border-radius:6px;border:solid 1px var(--color-blue);transition:0.5s;overflow:hidden;position:relative;-webkit-mask:url(https://assets.mahii.pro/img/urban-sprite.png) 0 0 / 3000% 100%;mask:url(https://assets.mahii.pro/img/urban-sprite.png) 0 0 / 3000% 100%;cursor:pointer;-webkit-animation:ani2 0.7s steps(29) forwards;animation:ani2 0.7s steps(29) forwards}.realisation-list-single .btn:hover{-webkit-animation:ani 0.7s steps(29) forwards;animation:ani 0.7s steps(29) forwards;background:var(--color-white);color:var(--color-blue)}.btn-mask{position:absolute;text-align:center;overflow:hidden;width:100%;color:var(--color-blue);font-size:16px;line-height:16px;font-weight:700;margin-top:13px}@-webkit-keyframes ani{from{-webkit-mask-position:0 0;mask-position:0 0}to{-webkit-mask-position:100% 0;mask-position:100% 0}}@keyframes ani{from{-webkit-mask-position:0 0;mask-position:0 0}to{-webkit-mask-position:100% 0;mask-position:100% 0}}@-webkit-keyframes ani2{from{-webkit-mask-position:100% 0;mask-position:100% 0}to{-webkit-mask-position:0 0;mask-position:0 0}}@keyframes ani2{from{-webkit-mask-position:100% 0;mask-position:100% 0}to{-webkit-mask-position:0 0;mask-position:0 0}}.realisation-list-single p a{color:var(--color-black)}.realisation-list{display:flex;gap:40px;flex-direction:column}@media (min-width:1024px){.realisation-list{flex-direction:row}.realisation-list-single{width:calc(50% - 20px)}}.contact{text-align:center;margin:100px auto}.contact p{margin:28px 0;font-size:24px;line-height:24px;font-weight:400}section.faq-container{width:auto}.faq{margin:100px auto;background:var(--color-gradient);color:var(--color-white);padding:100px 0}.faq h2{display:flex;gap:10px;align-items:center}.faq-question{font-weight:800}.faq-list{display:flex;flex-direction:column;gap:24px}.faq-answer{margin:24px 0}.faq-list-single:not(:last-child){border-bottom:solid 4px var(--color-white)}@media (min-width:1024px){.faq-container{display:flex;gap:100px;font-size:20px}.faq h2{flex-direction:column}}@media (max-width:1023px){.faq h2{margin-bottom:32px}}footer{padding-bottom:100px;text-align:center}footer a{color:var(--color-black);text-decoration:none;font-size:20px;line-height:20px}.footer-links{margin-top:32px;display:flex;gap:5px;justify-content:center}.link.btn-modal{cursor:pointer}.modal-mahii{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:rgb(31 32 38 / .7);z-index:99}.modal-mahii .modal-mahii-content{position:fixed;top:10vh;max-height:80vh;left:50%;transform:translateX(-50%);width:600px;max-width:95vw;background-color:#fff;padding:30px 15px;overflow:auto}.modal-mahii .modal-mahii-content a{color:var(--color-green)}.modal-mahii .modal-mahii-content .modal-mahii-content-inner{padding:0 15px;color:#1f2026}.modal-mahii .modal-mahii-content .close-modal{position:absolute;top:0;right:15px;cursor:pointer;font-size:4rem;color:#1f2026}.animate-modal{display:block!important;opacity:0;animation:fadeIn 0.4s ease-in-out 1 forwards}.animated-modal{display:block!important;opacity:1}.modal-mahii .modal-mahii-content h2{margin-bottom:24px;font-size:36px}.animate-out-modal{display:block!important;animation:fadeIn 0.4s ease-in-out 1 reverse backwards}@keyframes fadeIn{from{opacity:0}to{opacity:1}}