:root{--navy:#1a365d;--navy-light:#2c5282;--navy-dark:#0f2744;--coral:#ffb053;--coral-hover:#ffb053;--coral-light:#fef2f1;--mint:#48bb78;--mint-light:#c6f6d5;--gold:#d69e2e;--purple:#805ad5;--cream:#faf8f5;--cream-dark:#f5f1eb;--white:#fff;--gray-100:#f7fafc;--gray-200:#edf2f7;--gray-300:#e2e8f0;--gray-400:#a0aec0;--gray-500:#718096;--gray-600:#4a5568;--gray-700:#1a365d;--gray-800:#2d3748;--black:#000;--font-display:"Libre Baskerville",Georgia,serif;--font-body:"Source Sans 3",-apple-system,sans-serif;--font-accent:"Poppins",sans-serif;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a;--shadow-lg:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--header-height:90px;--container-width:1200px;--sidebar-width:350px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--cream);color:var(--gray-700);-webkit-font-smoothing:antialiased;line-height:1.3}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:all .2s}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}.btn{border-radius:var(--radius-full);cursor:pointer;font-weight:600;font-family:var(--font-accent);border:none;justify-content:center;align-items:center;padding:12px 24px;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--navy);color:var(--white)}.btn-primary:hover{background-color:var(--navy-light)}.btn-accent{background-color:var(--coral);color:var(--black)}.btn-accent:hover{background-color:var(--coral-hover)}.btn-outline{border:1px solid var(--navy);color:var(--navy);background-color:#0000}.btn-outline:hover{background-color:var(--navy);color:var(--white)}.layoutWrapper{width:100%;padding-top:var(--header-height);display:flex}.mainContent{width:100%;padding-right:var(--sidebar-width)}.mainContent.fullWidth{padding-right:0}.desktopSidebar{width:var(--sidebar-width);z-index:1100;background-color:var(--white);border-left:1px solid var(--gray-200);height:100vh;position:fixed;top:0;bottom:0;right:0;overflow-y:auto}@media (max-width:1024px){.desktopSidebar{display:none}.mainContent{padding-right:0}.bottomPaddingMobile{padding-bottom:0}}section{padding:80px 0}
.Header-module__9fWxfa__header{z-index:1000;background:var(--white);height:var(--header-height);box-shadow:var(--shadow-sm);align-items:center;transition:box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}@media (min-width:1025px){.Header-module__9fWxfa__header{padding-right:var(--sidebar-width)}}.Header-module__9fWxfa__headerScrolled{box-shadow:var(--shadow-md)}.Header-module__9fWxfa__headerInner{width:100%;max-width:var(--container-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 1.5rem;display:flex}.Header-module__9fWxfa__logo{align-items:center;display:flex}.Header-module__9fWxfa__logoImage{width:auto;height:50px;display:block}.Header-module__9fWxfa__headerRight{align-items:center;gap:25px;display:flex}.Header-module__9fWxfa__monEspace{font-family:var(--font-body);color:var(--navy);text-underline-offset:4px;align-items:center;gap:8px;font-size:15px;font-weight:600;text-decoration:underline;display:flex}.Header-module__9fWxfa__monEspace:hover{color:var(--coral)}.Header-module__9fWxfa__menuBtn{cursor:pointer;color:var(--navy);background:0 0;border:none;align-items:center;padding:5px;transition:color .3s;display:flex}.Header-module__9fWxfa__menuBtn:hover{color:var(--navy-light)}.Header-module__9fWxfa__phoneButton{color:inherit;border-radius:8px;align-items:center;gap:12px;padding:8px 16px;text-decoration:none;transition:background-color .3s;display:flex}.Header-module__9fWxfa__phoneButton:hover{background-color:#ffb0531a}.Header-module__9fWxfa__phoneIconWrapper{background:#ffb05321;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.Header-module__9fWxfa__phoneIcon{color:#ffb053;transform:rotate(15deg)}.Header-module__9fWxfa__phoneContent{flex-direction:column;gap:2px;display:flex}.Header-module__9fWxfa__phoneNumber{color:#036;font-size:18px;font-weight:700;line-height:1.2}.Header-module__9fWxfa__phoneSubtext{color:#666;font-size:12px;line-height:1.2}@media (max-width:768px){.Header-module__9fWxfa__headerInner{padding:0 1rem}.Header-module__9fWxfa__phoneIconWrapper{width:45px;height:45px}.Header-module__9fWxfa__phoneNumber{font-size:16px}.Header-module__9fWxfa__phoneSubtext{font-size:11px}}
.Sidebar-module__degjda__sidebarWrapper{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10000;opacity:0;visibility:hidden;background:#0006;width:100vw;height:100vh;transition:all .3s;position:fixed;top:0;left:0}.Sidebar-module__degjda__sidebarWrapperOpen{opacity:1;visibility:visible}.Sidebar-module__degjda__drawer{background:var(--white);flex-direction:column;padding:30px;display:flex;overflow-y:auto}.Sidebar-module__degjda__persistentSidebar{flex-direction:column;width:100%;height:100vh;display:flex;overflow-y:auto}.Sidebar-module__degjda__callModule{background-color:var(--coral);text-align:center;flex-direction:column;align-items:center;padding:30px 20px;display:flex}.Sidebar-module__degjda__moduleTitleDark{color:var(--black);font-size:22px;font-weight:700;font-family:var(--font-display);margin-bottom:20px}.Sidebar-module__degjda__blackPhoneBtn{background-color:var(--black);color:var(--white);border-radius:8px;align-items:center;gap:10px;padding:10px 25px;font-size:15px;font-weight:700;display:flex}.Sidebar-module__degjda__recallModule{background-color:var(--white);text-align:center;flex-direction:column;align-items:center;padding:30px 20px;display:flex}.Sidebar-module__degjda__recallInputGroup{gap:10px;width:100%;display:flex}.Sidebar-module__degjda__recallInputDesktop{border:1px solid var(--black);border-radius:6px;flex:1;padding:10px 15px;font-size:14px}.Sidebar-module__degjda__recallSendBtn{background-color:var(--black);color:var(--white);border-radius:6px;justify-content:center;align-items:center;width:40px;display:flex}.Sidebar-module__degjda__contactFormModule{background-color:var(--navy);text-align:center;color:var(--white);flex-direction:column;flex:1;align-items:center;padding:30px 20px;display:flex}.Sidebar-module__degjda__moduleTitleOrange{color:var(--coral);font-size:22px;font-weight:700;font-family:var(--font-display);margin-bottom:20px}.Sidebar-module__degjda__desktopForm{flex-direction:column;gap:12px;width:100%;display:flex}.Sidebar-module__degjda__desktopInput{border:none;border-radius:8px;width:100%;padding:10px 15px;font-size:14px}.Sidebar-module__degjda__desktopTextarea{resize:none;width:100%;font-size:14px;font-family:var(--font-body);border:none;border-radius:8px;padding:10px 15px}.Sidebar-module__degjda__formButtonWrapper{justify-content:flex-end;margin-top:10px;display:flex}.Sidebar-module__degjda__submitButton{background-color:var(--black);color:var(--white);cursor:pointer;border-radius:8px;padding:10px 30px;font-weight:700}.Sidebar-module__degjda__drawer{z-index:10001;width:350px;height:100vh;transition:left .3s;position:fixed;top:0;left:-350px;box-shadow:10px 0 30px #0000001a}.Sidebar-module__degjda__drawerOpen{left:0!important}.Sidebar-module__degjda__sidebarInner{flex-direction:column;height:100%;display:flex}.Sidebar-module__degjda__header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.Sidebar-module__degjda__logoImage{width:auto;height:40px}.Sidebar-module__degjda__closeBtn{color:var(--navy);padding:5px;transition:transform .2s}.Sidebar-module__degjda__closeBtn:hover{transform:rotate(90deg)}.Sidebar-module__degjda__nav{flex-direction:column;gap:15px;margin-bottom:40px;display:flex}.Sidebar-module__degjda__navLink{color:var(--navy);align-items:center;gap:12px;font-size:18px;font-weight:600;transition:color .2s;display:flex}.Sidebar-module__degjda__navLink:hover{color:var(--coral)}.Sidebar-module__degjda__recrutement{text-underline-offset:4px;margin-top:10px;font-size:16px;text-decoration:underline}.Sidebar-module__degjda__contactSections{flex-direction:column;gap:30px;display:flex}.Sidebar-module__degjda__blockTitle{color:var(--navy);font-size:20px;font-weight:700;font-family:var(--font-display);margin-bottom:15px}.Sidebar-module__degjda__phoneBtn{background-color:var(--black);color:var(--white);border-radius:8px;align-items:center;gap:10px;width:fit-content;padding:12px 20px;font-size:14px;font-weight:700;display:flex}.Sidebar-module__degjda__recallInputWrapper{gap:8px;width:100%;display:flex}.Sidebar-module__degjda__recallInput{border:1px solid var(--black);border-radius:8px;flex:1;padding:12px 15px;font-size:14px}.Sidebar-module__degjda__recallSubmit{background-color:var(--black);color:var(--white);border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.Sidebar-module__degjda__contactFormBtn{color:var(--black);background-color:#ffb053;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 20px;font-size:13px;font-weight:700;display:flex}@media (max-width:450px){.Sidebar-module__degjda__drawer{right:-100%}.Sidebar-module__degjda__contactSections{padding-bottom:20px}}
