*{margin:0;padding:0;box-sizing:border-box}*:focus,*:focus-visible{outline:none!important}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{box-shadow:0 0 0 2px #3b82f64d;border-radius:4px}html,body{overflow-x:hidden;max-width:100vw}.app-container{width:100%;min-height:100vh;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;overflow-x:hidden;max-width:100vw}.header{width:100%;height:140px;background-color:#35422c;display:flex;position:fixed;align-items:center;padding:0 226px;z-index:3}.header-content{width:100%;display:flex;align-items:center;justify-content:space-between}.logo-section{flex-shrink:0}.logo-image{width:200px;height:97px;object-fit:contain}.flag-icon{width:460px;height:300px;object-fit:contain}@media (max-width: 1200px){.header{padding:0 100px;height:120px}.logo-image{width:170px;height:82px}.flag-icon{width:32px;height:22px}}@media (max-width: 768px){.header{padding:0 40px;height:100px}.logo-image{width:140px;height:68px}.flag-icon{width:28px;height:19px}}@media (max-width: 480px){.header{padding:0 20px;height:80px}.logo-image{width:120px;height:58px}.flag-icon{width:24px;height:16px}}.hero-section{position:relative;width:100%;height:1237px;overflow:hidden}.hero-background{position:absolute;top:100px;left:0;width:100%;height:100%}.hero-background-image{position:absolute;top:0;left:0;width:100%;height:100%;object-position:center}.hero-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:2}.hero-text{flex:1;max-width:1000px;margin-right:100px;display:flex;align-items:center;height:100%}.hero-title{color:#fff;font-family:Playfair;font-size:45px;font-weight:600;line-height:60px;letter-spacing:1.2px;text-shadow:0 4px 4px rgba(0,0,0,.25);margin:0;text-align:center}.success-message{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:400px}.success-title{color:#fff;font-family:Playfair;font-size:45px;font-weight:600;line-height:60px;letter-spacing:1.2px;text-shadow:0 4px 4px rgba(0,0,0,.25);margin:0;text-align:center;max-width:1200px}.contact-form{background:#fff;width:552px;min-height:600px;height:auto;padding:20px 60px;box-sizing:border-box;display:flex;flex-direction:column;gap:15px;flex-shrink:0;position:relative;z-index:20;overflow:visible}.form-title{color:#fe6b42;font-family:Playfair;font-size:35px;font-weight:700;text-align:center;margin:0 0 20px}.form-fields{display:flex;flex-direction:column;gap:16px}.form-field{position:relative;width:100%}.field-input{width:100%;height:40px;background:#edeee8;border:none;border-radius:20px;padding:0 22px;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:20px;color:#35422e;box-sizing:border-box}.field-input::placeholder{color:#35422e;font-size:20px;font-weight:400;text-transform:uppercase;opacity:1}.dropdown-field{margin:10px 0;position:relative;z-index:10}.dropdown-container{position:relative;width:100%;min-height:49px;height:auto;background:#edeee8;border-radius:20px;display:flex;flex-direction:column;align-items:flex-start;padding:15px 20px;cursor:pointer;transition:background-color .3s ease}.dropdown-container:hover{background:#e3e5dc}.dropdown-header{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:19px}.dropdown-text{color:#fe6b42;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:18px;font-weight:400;flex:1;text-align:center}.dropdown-arrow{width:20px;height:20px;color:#fe6b42;flex-shrink:0;transition:transform .3s ease}.dropdown-options{width:100%;margin-top:15px;max-height:none}.dropdown-option{display:flex;align-items:center;padding:12px 0;cursor:pointer;border-bottom:1px solid #e3e5dc;background:transparent}.dropdown-option:last-child{border-bottom:none}.dropdown-option:hover{background:#ffffff4d;border-radius:8px;padding:12px 10px;margin:0 -10px}.dropdown-option input[type=checkbox]{margin-right:12px;width:18px;height:18px;accent-color:#fe6b42;cursor:pointer;background-color:#fff!important;border:2px solid #e3e5dc;border-radius:3px;appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative}.dropdown-option input[type=checkbox]:checked{background-color:#fff!important;border-color:#fe6b42}.dropdown-option input[type=checkbox]:checked:after{content:"✓";position:absolute;top:-2px;left:2px;color:#fe6b42;font-size:14px;font-weight:700}.option-text{color:#47583c;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:1.4;flex:1}.custom-field-container{width:100%;margin-top:15px}.back-button{background:transparent;border:1px solid #fe6b42;border-radius:8px;color:#fe6b42;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:14px;font-weight:500;padding:8px;cursor:pointer;margin-bottom:15px;transition:opacity .2s ease;display:flex;align-items:center;gap:5px}.back-button:hover{opacity:.8;border-color:#47583c;color:#47583c}.custom-textarea{width:100%;min-height:100px;padding:15px;border:2px solid #e3e5dc;border-radius:10px;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;color:#47583c;resize:vertical;transition:border-color .3s ease;background:#fff;box-sizing:border-box}.custom-textarea:focus{outline:none;border-color:#fe6b42}.custom-textarea::placeholder{color:#999}.character-counter{font-size:12px;color:#666;text-align:right;margin-top:5px;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif}.character-counter.limit-reached{color:#e53e3e;font-weight:600}.submit-button{background:#fe6b42;border:none;border-radius:20px;color:#fff;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:500;text-transform:uppercase;cursor:pointer;transition:background-color .3s ease;align-self:center;margin-top:20px;padding:12px 20px}.submit-button:hover{background:#e55a3a}@media (max-width: 1200px){.hero-content{padding:0 100px}.hero-text{margin-right:60px}.hero-title{font-size:32px;line-height:48px}.success-title{font-size:32px;line-height:48px;max-width:700px}.contact-form{width:550px;height:auto;padding:50px 40px;top:50px}.form-title{font-size:32px;line-height:50px}.field-input::placeholder{font-size:18px}.dropdown-text{font-size:16px}.submit-button{width:280px;font-size:16px}}@media (max-width: 768px){.hero-section{height:auto;min-height:100vh;padding:140px 0 60px}.hero-background{top:0;height:100vh}.hero-background-image{object-fit:cover;object-position:center center}.hero-content{position:relative;flex-direction:column;padding:40px 20px;justify-content:flex-start;align-items:center;gap:40px;min-height:calc(100vh - 200px)}.hero-text{margin-right:0;text-align:center;order:1;height:auto;width:100%;max-width:600px}.hero-title{font-size:28px;line-height:40px}.success-title{font-size:28px;line-height:40px;max-width:600px}.contact-form{width:100%;max-width:450px;height:auto;padding:35px 25px;order:2;position:relative;top:0;margin:0 auto;border-radius:20px}.form-title{font-size:28px;line-height:40px;margin-bottom:20px}.field-input::placeholder{font-size:16px}.dropdown-text{font-size:16px}.dropdown-container{padding:12px 15px}.dropdown-options{margin-top:12px}.dropdown-option{padding:10px 0}.option-text{font-size:15px}.custom-field-container{margin-top:12px}.custom-textarea{font-size:15px;min-height:80px}.field-input{height:40px}.dropdown-container{height:45px}.dropdown-text{font-size:14px}.dropdown-arrow{width:28px;height:28px}.submit-button{width:100%;max-width:280px;height:45px}}@media (max-width: 480px){.hero-section{min-height:100vh;padding:140px 0 40px}.hero-background{top:80px;height:100%}.hero-background-image{object-fit:cover;object-position:center center}.hero-content{position:relative;padding:30px 15px;gap:30px;min-height:calc(100vh - 180px);justify-content:flex-start}.hero-text{width:100%;max-width:100%}.hero-title{font-size:26px;line-height:36px;margin-bottom:20px;text-align:center;padding:0 20px}.hero-subtitle{font-size:16px;line-height:24px;text-align:center;padding:0 20px;margin-bottom:30px}.success-title{font-size:22px;line-height:32px;max-width:100%;padding:0 10px}.success-message{padding:20px}.contact-form{padding:25px 20px;border-radius:15px;max-width:95%;margin:0 auto}.contact-form h2{font-size:1.4rem;margin-bottom:25px;text-align:center;color:#fe6b42;font-weight:600;line-height:1.3}.contact-form .form-group input,.contact-form .form-group textarea{font-size:14px;padding:12px;border-radius:8px}.contact-form .form-group label{font-size:13px;margin-bottom:6px}.contact-form .form-submit{padding:12px 25px;font-size:14px;border-radius:8px;margin-top:20px;width:100%}.form-title{font-size:24px}.field-input::placeholder{font-size:14px}.dropdown-text{font-size:14px}.dropdown-container{height:auto;min-height:42px;padding:10px 15px}.dropdown-options{margin-top:10px;background-color:#fff;position:relative;z-index:1000}.dropdown-option{padding:8px 5px}.option-text{font-size:14px}.custom-field-container{margin-top:10px}.custom-textarea{font-size:14px;min-height:70px;padding:12px}.field-input{height:38px;font-size:14px}.dropdown-text{font-size:12px}.dropdown-arrow{width:24px;height:24px}.submit-button{font-size:14px;height:40px;width:100%;max-width:250px}}.solutions-section{background:#fff;padding:77px 0 80px;width:100%;position:relative;z-index:1}.solutions-content{max-width:1980px;margin:0 auto;padding:0 2px;text-align:center}.solutions-title{color:#47583c;font-family:Playfair;font-size:40px;font-weight:700;line-height:normal;margin:0 0 80px}.solutions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:227px;max-width:1650px;margin:0 auto 100px;padding:0 388px;justify-content:center;align-items:center}.solutions-grid-mobilier{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;width:100%;max-width:1200px;margin:0 auto 100px;padding:0 388px;justify-content:center;align-items:center}.solution-item{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.solution-title{color:#fe6b42;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:30px;font-weight:500;line-height:50px;text-transform:uppercase;max-width:579px;margin:0 auto 21px}.solution-title-mobilier{color:#fe6b42;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:28px;font-weight:500;line-height:50px;text-transform:uppercase;max-width:579px;margin:0 auto 21px}.solution-image{width:517px;height:672px;margin:0 auto}.solution-image-mobilier{width:417px;height:572px;margin:0 auto}.solution-image img,.solution-image-mobilier img{width:100%;height:100%;object-fit:cover;border-radius:15px}.solutions-button{background:#fe6b42;border:none;border-radius:32px;color:#fff;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:20px;font-weight:400;padding:10px 20px;cursor:pointer;transition:background-color .3s ease;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase}.solutions-button:hover{background:#e55a3a}@media (max-width: 1200px){.solutions-content{padding:0 40px}.solutions-title{font-size:35px;margin-bottom:80px}.solutions-grid,.solutions-grid-mobilier{gap:100px;margin-bottom:80px;padding:0 40px}.solution-title{font-size:26px;line-height:40px}.solution-title-mobilier{font-size:22px;line-height:40px}.solution-image,.solution-image-mobilier{width:400px;height:520px}.solutions-button{font-size:22px;width:450px;height:60px}}@media (max-width: 768px){.solutions-section{padding:60px 0}.solutions-title{font-size:28px;margin-bottom:60px}.solutions-grid,.solutions-grid-mobilier{grid-template-columns:1fr;gap:60px;margin-bottom:60px;padding:0 20px}.solution-title{font-size:22px;line-height:35px;margin-bottom:20px}.solution-title-mobilier{font-size:18px;line-height:35px;margin-bottom:20px}.solution-image,.solution-image-mobilier{width:100%;max-width:400px;height:450px}.solutions-button{font-size:18px;width:100%;max-width:350px;height:55px;padding:0 30px}}@media (max-width: 480px){.solutions-section{padding:40px 0}.solutions-content{padding:0 20px}.solutions-title{font-size:22px;margin-bottom:40px}.solutions-grid{gap:40px;margin-bottom:40px}.solution-title{font-size:18px;line-height:30px}.solution-title-mobilier{font-size:16px;line-height:26px}.solution-image,.solution-image-mobilier{height:350px}.solutions-button{font-size:16px;max-width:300px;height:50px}}.services-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;overflow-y:auto}.services-popup{background:#758060;max-width:1400px;max-height:90vh;border-radius:15px;padding:30px 20px 0;position:relative;overflow-y:auto;display:flex;flex-direction:column}.popup-close-button{position:absolute;top:35px;right:35px;background:#fe6b42;border:none;width:40px;height:40px;border-radius:50%;color:#fff;font-size:24px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10}.popup-close-button:hover{background:#e55a3a}.popup-title{color:#fff;font-family:Playfair;font-size:30px;font-weight:700;line-height:65px;text-align:center;margin:0 0 40px}.popup-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px 30px;margin:0 0 80px}.popup-service-item{display:flex;flex-direction:column;align-items:center;text-align:center}.popup-service-image{width:250px;height:350px;margin-bottom:40px;border-radius:15px;overflow:hidden}.popup-service-image img{width:100%;height:100%;object-fit:cover}.popup-service-content{max-width:696px}.popup-service-title{color:#fff;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:20px;font-weight:400;line-height:normal;margin-bottom:30px;text-transform:uppercase}.popup-service-description{color:#fff;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:20px;font-weight:200}.popup-service-description em{font-style:italic}.popup-cta-button{background:#fe6b42;border:none;border-radius:30px;text-transform:uppercase;color:#fff;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;padding:12px 20px;cursor:pointer;transition:background-color .3s ease;margin-bottom:50px;text-align:center;width:350px;align-self:center}.popup-cta-button:hover{background:#e55a3a}@media (max-width: 1200px){.services-popup{padding:60px 40px;max-width:1000px}.popup-title{font-size:32px;line-height:50px;margin-bottom:60px}.popup-services-grid{gap:60px 40px;margin-bottom:60px}.popup-service-image{width:350px;height:455px}.popup-service-title{font-size:35px}.popup-service-description{font-size:24px;line-height:45px}.popup-cta-button{font-size:20px;width:350px;height:55px}}@media (max-width: 768px){.services-popup-overlay{padding:40px 15px 15px;align-items:flex-start}.services-popup{padding:50px 20px 40px;max-height:90vh;width:100%;max-width:500px;margin:0 auto}.popup-close-button{top:15px;right:15px;width:45px;height:45px;font-size:22px}.popup-title{font-size:24px;line-height:35px;margin-bottom:40px}.popup-services-grid{grid-template-columns:1fr;gap:50px;margin-bottom:50px}.popup-service-image{width:100%;max-width:300px;height:390px}.popup-service-title{font-size:28px;margin-bottom:15px}.popup-service-description{font-size:18px;line-height:35px}.popup-cta-button{font-size:18px;width:100%;max-width:300px;height:50px}}@media (max-width: 480px){.services-popup-overlay{padding:20px 10px 10px;align-items:flex-start}.services-popup{padding:45px 15px 30px;width:100%;max-width:100%;max-height:95vh}.popup-close-button{top:5px;right:10px;width:40px;height:40px;font-size:20px}.popup-title{font-size:26px;line-height:30px;margin-bottom:30px}.popup-service-image{height:320px}.popup-service-title{font-size:22px}.popup-service-description{font-size:16px;line-height:30px}.popup-cta-button{font-size:16px;height:45px}}.services-section{background:#fbfaf6;padding:80px 0;width:100%}.services-content{max-width:1980px;margin:0 auto;padding:0 40px}.services-title{color:#fe6b42;font-family:Playfair;font-size:50px;font-weight:700;line-height:normal;text-align:center;margin:0 0 60px}.services-description{color:#35422e;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:25px;font-weight:400;line-height:60px;text-align:center;margin:0 0 80px;max-width:1980px}.services-description strong{font-weight:700}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;max-width:1400px;margin:0 auto 80px}.feature-item{text-align:center;max-width:480px}.feature-icon{margin:0 0 30px;display:flex;justify-content:center}.feature-icon img{width:197px;height:197px;object-fit:contain}.feature-title{color:#47583c;font-family:Playfair;font-size:45px;font-weight:700;line-height:45px;margin:0 0 20px}.feature-description{color:#1e1e1e;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:25px;font-weight:400;line-height:48px;margin:0}.clients-logos{text-align:center;margin:80px 0 0}.clients-logos img{max-width:100%;height:auto;max-height:156px}.office-design-section{background:#ece5d5;padding:80px 0;width:100%}.office-design-content{max-width:1980px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:100px;width:75%}.office-image{text-align:center}.office-image img{width:491px;height:638px;object-fit:cover;border-radius:15px;max-width:100%;aspect-ratio:491/638}.office-text{padding:0;max-width:908px}.office-title{color:#47583c;font-family:Playfair;font-size:35px;font-weight:700;margin:0 0 20px}.office-description{color:#47583c;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:20px;font-weight:400;line-height:48px;margin:0 0 60px}.office-description strong{font-weight:700}.expertise-title{color:#47583c;font-family:Playfair;font-size:35px;font-weight:700;line-height:48px;margin:0 0 20px}.expertise-list{margin:0;padding-left:20px;list-style-type:disc}.expertise-item{color:#35422e;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:20px;font-weight:400;line-height:40px;margin:0 0 8px}.apsi-reference-section{background:#f5f1e9;padding:80px 0;width:100%}.apsi-reference-content{max-width:1980px;margin:0 auto;padding:0 40px;text-align:center}.apsi-main-title{color:#47583c;font-family:Playfair;font-size:40px;font-weight:700;max-width:1100px;margin:0 auto 60px}.apsi-description{color:#35422e;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:20px;font-weight:400;line-height:50px;max-width:1500px;margin:0 auto 80px}.apsi-description strong{font-weight:700}.experts-subtitle{color:#47583c;font-family:Playfair;font-size:40px;font-weight:700;line-height:normal;margin:0 0 60px}.expertise-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;max-width:1600px;margin:0 auto;padding:0 40px}.stat-item{text-align:center;max-width:472px;margin:0 auto}.stat-number{color:#fe6b42;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:30px;font-weight:700;margin:0 0 20px;text-transform:uppercase}.stat-description{color:#35422e;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:20px;font-weight:400;line-height:40px;margin:0}.stat-description strong{font-weight:700}@media (max-width: 1200px){.apsi-reference-content{padding:0 20px}.apsi-main-title{font-size:35px;margin-bottom:50px}.apsi-description{font-size:18px;line-height:50px;margin-bottom:60px}.experts-subtitle{font-size:35px;margin-bottom:60px}.expertise-stats{gap:40px;padding:0 20px}.stat-number{font-size:26px}.stat-description{font-size:18px;line-height:40px}}@media (max-width: 768px){.apsi-reference-section{padding:60px 0}.apsi-main-title{font-size:28px;margin-bottom:40px}.apsi-description{font-size:16px;line-height:40px;margin-bottom:50px}.experts-subtitle{font-size:28px;margin-bottom:50px}.expertise-stats{grid-template-columns:1fr;gap:50px;padding:0 15px}.stat-number{font-size:24px}.stat-description{font-size:16px;line-height:32px}}@media (max-width: 480px){.apsi-reference-section{padding:40px 0}.apsi-reference-content{padding:0 15px}.apsi-main-title{font-size:22px;margin-bottom:30px}.apsi-description{font-size:14px;line-height:32px;margin-bottom:40px}.experts-subtitle{font-size:22px;margin-bottom:40px}.expertise-stats{gap:40px}.stat-number{font-size:20px}.stat-description{font-size:14px;line-height:28px}}@media (max-width: 1200px){.services-content{padding:0 20px}.services-title{font-size:40px}.services-description{font-size:22px;line-height:50px}.features-grid{gap:40px}.feature-title{font-size:35px}.feature-description{font-size:22px;line-height:40px}.office-design-content{gap:60px;padding:0 20px}.office-image img{width:100%;max-width:400px}.office-title{font-size:28px}.office-description{font-size:18px;line-height:32px}.expertise-title{font-size:28px}.expertise-item{font-size:18px;line-height:32px}}@media (max-width: 768px){.services-section{padding:60px 0}.services-title{font-size:32px;margin-bottom:40px}.services-description{font-size:18px;line-height:40px;margin-bottom:60px}.features-grid{grid-template-columns:1fr;gap:60px;margin-bottom:60px}.feature-icon img{width:150px;height:150px}.feature-title{font-size:28px}.feature-description{font-size:18px;line-height:32px}.office-design-content{grid-template-columns:1fr;gap:40px;padding:0 20px}.office-image img{max-width:350px}.office-title{font-size:28px}.office-description{font-size:18px;line-height:32px}.expertise-title{font-size:28px}.expertise-item{font-size:18px;line-height:32px}}@media (max-width: 480px){.services-section{padding:40px 0}.services-content{padding:0 15px}.services-title{font-size:24px;margin-bottom:30px}.services-description{font-size:16px;line-height:32px;margin-bottom:40px}.features-grid{margin-bottom:40px}.feature-icon img{width:120px;height:120px}.feature-title{font-size:22px}.feature-description{font-size:16px;line-height:28px}.office-design-content{padding:0 15px;width:90%}.office-image img{max-width:100%;width:100%;height:auto;object-fit:contain;min-height:200px}.office-title{font-size:22px}.office-description{font-size:16px;line-height:28px}.expertise-title{font-size:22px}.expertise-item{font-size:16px;line-height:28px}}.location-section{background:#fe6b42;padding:80px 0;width:100%}.location-content{max-width:1980px;margin:0 auto;padding:0 40px;text-align:center}.location-title{color:#edeee8;font-family:Playfair;font-size:40px;font-weight:600;line-height:normal}.location-title-mobilier{color:#edeee8;font-family:Playfair;font-size:40px;font-weight:600;line-height:normal;margin-bottom:80px}.location-description{color:#fff;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:18px;font-weight:400;line-height:60px;max-width:1589px;margin:0 auto 60px}.map-card{background:#fff;border-radius:0 200px 0 0;margin:20px auto 60px;max-width:1000px;max-height:600px;padding:60px;position:relative}.map-card-mobilier{background:#fff;border-radius:0 200px 0 0;margin:20px auto 60px;max-width:1000px;max-height:800px;padding:60px;position:relative}.map-card-content{width:100%}.map-title{color:#47583c;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:20px;font-weight:700;margin:0 0 30px;text-align:left}.map-container{display:flex;align-items:center;gap:40px;justify-content:center;max-width:1000px;align-self:stretch}.france-map{position:relative;display:flex;justify-content:center;align-items:center;width:100%;margin:0 auto}.map-image{width:450px;height:80%;max-width:550px;object-fit:contain;aspect-ratio:1/1;transition:transform .3s ease,box-shadow .3s ease}.map-image:hover{transform:scale(1.05)}.map-arrow-2{position:absolute;width:80px;height:80px;top:50%;right:-15px;transform:translateY(-50%);max-width:20%;height:auto}.map-text{width:100%}.map-description{color:#000;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:40px;margin:0;text-align:left;max-width:490px}.location-cta-button{background:#fff;border:none;border-radius:30px;color:#000;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:20px;font-weight:400;padding:10px 20px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase}.location-cta-button:hover{background:#f4e8e8;transform:translateY(-2px);box-shadow:0 4px 15px #0003}@media (max-width: 1200px){.location-content{padding:0 30px}.location-title,.location-title-mobilier{font-size:28px;margin-bottom:30px}.location-description{font-size:17px;line-height:1.6;margin-bottom:50px}.map-card{padding:45px;max-width:900px;border-radius:0 120px 0 0}.map-card-mobilier{padding:45px;max-width:900px;max-height:1000px;border-radius:0 120px 0 0}.map-container{gap:30px}.map-image{width:380px}.location-cta-button{font-size:18px;padding:12px 30px}}@media (max-width: 768px){.location-section{padding:50px 0}.location-content{padding:0 20px}.location-title,.location-title-mobilier{font-size:24px;margin-bottom:25px;line-height:1.3}.location-description{font-size:16px;line-height:1.6;margin-bottom:40px}.map-card{padding:30px 20px;border-radius:0 60px 0 0;margin-bottom:40px}.map-title{font-size:18px;text-align:center;margin-bottom:25px;line-height:1.3}.map-container{flex-direction:column;gap:25px}.france-map{width:100%;max-width:280px;margin:0 auto}.map-image{width:100%;max-width:280px;height:auto}.map-text{width:100%}.map-description{font-size:15px;line-height:1.5;text-align:center;max-width:100%}.location-cta-button{font-size:16px;padding:12px 24px;min-width:260px}}@media (max-width: 480px){.location-section{padding:40px 0}.location-content{padding:0 15px}.location-title,.location-title-mobilier{font-size:24px;margin-bottom:20px;line-height:1.2}.location-description{font-size:15px;line-height:1.5;margin-bottom:30px}.map-card{padding:25px 15px;border-radius:0 40px 0 0;margin-bottom:30px}.map-title{font-size:20px;margin-bottom:20px;line-height:1.3}.map-container{gap:20px}.france-map,.map-image{max-width:220px}.map-description{font-size:14px;line-height:1.4}.location-cta-button{font-size:15px;padding:12px 20px;min-width:240px;width:100%;max-width:280px}}.experts-section:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 35px,rgba(0,0,0,.02) 35px,rgba(0,0,0,.02) 70px);pointer-events:none}.experts-content{max-width:1980px;margin:0 auto;padding:0 40px;position:relative;z-index:1}.experts-title{color:#47583c;font-family:Playfair;font-size:50px;font-weight:700;line-height:normal;text-align:center;text-transform:uppercase;margin:0 0 60px}.experts-description{color:#35422e;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:25px;font-weight:400;line-height:60px;text-align:center;max-width:1581px;margin:0 auto 80px}.experts-description strong{font-weight:700}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:80px 60px;max-width:1600px;margin:0 auto}.service-card{text-align:center;max-width:700px}.service-image{margin:0 0 40px;overflow:hidden;border-radius:8px}.service-image img{width:100%;height:533px;object-fit:cover;object-position:center}.service-title{color:#fe6b42;font-family:Playfair;font-size:50px;font-weight:700;line-height:normal;margin:0 0 30px}.service-description{color:#35422e;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:30px;font-weight:400;line-height:60px;margin:0}.service-description em{font-style:italic}@media (max-width: 1200px){.experts-content{padding:0 20px}.experts-title{font-size:40px;margin-bottom:50px}.experts-description{font-size:22px;line-height:50px;margin-bottom:60px}.services-grid{gap:60px 40px}.service-image img{height:400px}.service-title{font-size:40px}.service-description{font-size:26px;line-height:50px}}@media (max-width: 768px){.experts-section{padding:60px 0}.experts-title{font-size:32px;margin-bottom:40px}.experts-description{font-size:18px;line-height:40px;margin-bottom:50px}.services-grid{grid-template-columns:1fr;gap:60px}.service-image img{height:300px}.service-title{font-size:32px;margin-bottom:20px}.service-description{font-size:20px;line-height:40px}}@media (max-width: 480px){.experts-section{padding:40px 0}.experts-content{padding:0 15px}.experts-title{font-size:24px;margin-bottom:30px}.experts-description{font-size:16px;line-height:32px;margin-bottom:40px}.services-grid{gap:40px}.service-image img{height:250px}.service-title{font-size:26px}.service-description{font-size:18px;line-height:32px}}.coverage-title{color:#fff;font-family:Playfair;font-size:45px;font-weight:700;line-height:normal;margin:0 0 60px}.location-markers{position:absolute;top:0;left:0;width:100%;height:100%}.location-marker{position:absolute;color:#fe6b42;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:24px;font-weight:600;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.location-marker.dijon{top:35%;left:55%;transform:translate(-50%,-50%)}.location-marker.lyon{top:55%;left:50%;transform:translate(-50%,-50%)}.location-marker.annecy{top:65%;left:60%;transform:translate(-50%,-50%)}.testimonials-section{background:#ece5d5;padding:80px 0;width:100%}.testimonials-content{max-width:1400px;margin:0 auto;padding:0 40px;display:flex;flex-direction:column;align-items:center}.testimonials-title{color:#47583c;font-family:Playfair;font-size:40px;font-weight:700;text-align:center;margin:0 0 60px;max-width:800px;line-height:1.3}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;width:100%;max-width:1200px;margin:0 auto}.testimonial-card{background:#ffffffbd;border-radius:30px;padding:40px 30px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-between;min-height:500px;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:scale(1.05);box-shadow:0 15px 35px #0003}.stars-rating{display:flex;gap:8px;margin:0 0 30px;justify-content:center}.stars-rating svg{width:32px;height:32px;color:gold;flex-shrink:0}.client-info{margin:0 0 30px;flex-grow:0}.client-name{color:#47583c;font-family:Playfair;font-size:30px;font-weight:700;line-height:1.2;margin:0 0 8px}.client-title{color:#47583c;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:20px;font-weight:400;line-height:1.4;margin:0}.company-name{color:#fe6b42;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:25px;font-weight:700}.testimonial-text{color:#47583c;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:20px;font-weight:400;line-height:2.5;margin:0;flex-grow:1;display:flex;justify-content:center;text-align:center}.testimonial-text-mobilier{color:#47583c;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:19px;font-weight:400;line-height:2.1;margin:0;flex-grow:1;display:flex;justify-content:center;text-align:center}.clients-logos-section{background:#fff;padding:40px 0;width:100%;max-width:100vw;height:300px;display:flex;align-items:center;overflow:hidden}.clients-logos-section-mobilier{background:#fff;padding:20px 0;width:100%;max-width:100vw;height:180px;display:flex;align-items:center;overflow:hidden}.clients-logos-content{width:100%;height:100%;display:flex;align-items:center;overflow:hidden}.logos-slider{width:100%;height:200px;overflow:hidden;position:relative;display:flex;align-items:center}.logos-track{display:flex;align-items:center;gap:60px;animation:scroll-left 30s linear infinite;width:fit-content;will-change:transform;transform:translateZ(0);backface-visibility:hidden}.client-logo{height:120px;width:auto;max-width:200px;object-fit:contain;flex-shrink:0;opacity:.7;transition:all .3s ease;transform:translateZ(0)}.client-logo:hover{filter:grayscale(0%);opacity:1;transform:scale(1.1) translateZ(0)}@keyframes scroll-left{0%{transform:translateZ(0)}to{transform:translate3d(calc(-100% / 3),0,0)}}@media (max-width: 1200px){.logos-track{gap:50px;animation:scroll-left 30s linear infinite}.client-logo{height:100px;max-width:180px}}@media (max-width: 768px){.clients-logos-section{padding:30px 0;height:250px}.logos-slider{height:150px}.logos-track{gap:40px;animation:scroll-left-mobile 30s linear infinite}.client-logo{height:80px;max-width:150px}}@keyframes scroll-left-mobile{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media (max-width: 480px){.clients-logos-section{padding:20px 0;height:200px}.logos-slider{height:120px}.logos-track{gap:30px;animation:scroll-left-mobile 30s linear infinite}.client-logo{height:60px;max-width:120px}}@media (max-width: 1200px){.testimonials-content{padding:0 20px}.testimonials-title{font-size:40px;margin-bottom:60px}.testimonials-grid{gap:40px;padding:0 100px}.testimonial-card{padding:30px 20px 40px;min-height:450px}.testimonial-card:hover{transform:scale(1.03);box-shadow:0 12px 30px #00000026}.client-name{font-size:26px}.client-title{font-size:18px}.company-name{font-size:22px}.testimonial-text,.testimonial-text-mobilier{font-size:20px;line-height:40px;max-width:320px}.stars-rating svg{width:30px;height:30px;color:gold}}@media (max-width: 768px){.testimonials-section{padding:50px 0}.testimonials-content{padding:0 20px}.testimonials-title{font-size:26px;margin-bottom:40px;max-width:600px}.testimonials-grid{grid-template-columns:1fr;gap:30px;max-width:500px;justify-items:center}.testimonial-card{padding:30px 25px;min-height:350px;width:100%;max-width:400px}.testimonial-card:hover{transform:scale(1.02);box-shadow:0 8px 20px #00000026}.client-name{font-size:20px}.client-title{font-size:14px}.company-name{font-size:16px}.testimonial-text,.testimonial-text-mobilier{font-size:15px;line-height:1.4}.stars-rating{margin-bottom:25px}.stars-rating svg{width:28px;height:28px;color:gold}.client-info{margin-bottom:30px}}@media (max-width: 480px){.testimonials-section{padding:40px 0}.testimonials-title{font-size:22px;margin-bottom:30px;line-height:1.2}.testimonials-grid{display:flex;flex-direction:column;justify-items:center;padding:0}.testimonial-card{width:100%}.client-name{font-size:18px}.client-title{font-size:13px}.company-name{font-size:15px}.testimonial-text{font-size:14px;line-height:1.8}.stars-rating{gap:5px;margin-bottom:20px}.stars-rating svg{width:24px;height:24px;color:gold}.client-info{margin-bottom:20px}}.pre-footer-section{width:100%;overflow:hidden}.pre-footer-image{width:100%;height:930px;display:flex;justify-content:center;align-items:center;position:relative}.pre-footer-image-content{width:100%;height:100%;object-fit:cover;object-position:center;display:block}@media (max-width: 1200px){.pre-footer-image{height:700px}}@media (max-width: 768px){.pre-footer-image{height:500px}}@media (max-width: 480px){.pre-footer-image{height:400px}}.footer{background:#47583c;width:100%;padding:75px 0}.footer-content{max-width:1980px;margin:0 auto;padding:0 31px;display:flex;align-items:center;justify-content:space-between;gap:80px}.footer-logo-section{flex-shrink:0}.footer-logo{width:397px;height:239px;object-fit:contain}.footer-info{flex:1;display:flex;flex-direction:column;gap:30px;margin-left:80px}.footer-contact-text{color:#fff;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:24px;font-weight:400;line-height:normal;margin:0}.footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:40px;flex-shrink:0}.footer-phone-section{display:flex;align-items:center;gap:20px}.footer-phone{color:#fff;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:24px;font-weight:500;line-height:normal}.footer-flag{width:46px;height:30px;object-fit:contain}.footer-cta-button{background:#fe6b42;border:none;border-radius:25px;color:#fff;font-family:Epilogue,-apple-system,Roboto,Helvetica,sans-serif;font-size:20px;font-weight:400;line-height:normal;padding:10px 20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease;text-transform:uppercase}.footer-cta-button:hover{background:#e55a3a}@media (max-width: 1200px){.footer{padding:60px 0}.footer-content{gap:60px;padding:0 20px}.footer-logo{width:280px;height:152px}.footer-info{margin-left:60px;gap:25px}.footer-contact-text{font-size:20px}.footer-phone{font-size:28px}.footer-flag{width:38px;height:25px}.footer-cta-button{width:300px;height:50px;font-size:28px}}@media (max-width: 768px){.footer{padding:50px 0}.footer-content{flex-direction:column;gap:40px;text-align:center;padding:0 20px}.footer-logo{width:240px;height:130px}.footer-info{margin-left:0;gap:20px}.footer-contact-text{font-size:18px}.footer-right{align-items:center;gap:30px}.footer-phone{font-size:24px}.footer-flag{width:32px;height:21px}.footer-cta-button{width:280px;height:45px;font-size:24px}}@media (max-width: 480px){.footer{padding:40px 0}.footer-content{gap:30px;padding:0 15px}.footer-logo{width:200px;height:108px}.footer-info{gap:15px}.footer-contact-text{font-size:16px}.footer-phone{font-size:20px}.footer-phone-section{gap:15px}.footer-flag{width:28px;height:18px}.footer-cta-button{width:250px;height:40px;font-size:16px}}.field-error{border:2px solid #e53e3e!important;background-color:#fed7d7!important}.field-error-message{color:#e53e3e;font-size:12px;margin-top:4px;font-weight:500;padding-left:8px}@media (max-width: 768px){.field-error-message{font-size:11px;margin-top:2px}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
