@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@import"https://use.typekit.net/vrc2jvl.css";html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #581E1C;--primary-light: #6B2422;--primary-dark: #3D1413;--secondary-color: #968E81;--dark-bg: #3D1413;--light-bg: #ffffff;--stone-bg: #ffffff;--text-dark: #2D1A18;--text-light: #6F645C;--white: #ffffff;--border-color: #D8D1C7;--shadow: 0 2px 8px rgba(88, 30, 28, .08);--shadow-lg: 0 4px 16px rgba(88, 30, 28, .12)}body{font-family:new-hero,New Hero,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6;font-weight:400;letter-spacing:-.01em}button,input,textarea,select{font-family:inherit}.landing-page{overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.header{position:fixed;top:0;left:0;right:0;background:#ffffff26;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 2px 15px #0000001a;z-index:1000;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.2)}.nav-wrapper{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:600;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}.logo img{height:40px;width:auto}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:var(--text-dark);text-decoration:none;font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--primary-color)}.btn-primary{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;padding:.75rem 1.5rem;border-radius:2px;text-decoration:none;font-weight:500;transition:transform .3s,box-shadow .3s;display:inline-block;border:none;cursor:pointer;letter-spacing:.02em}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #722f374d}.btn-secondary{background:transparent;color:var(--primary-color);padding:.75rem 1.5rem;border-radius:2px;text-decoration:none;font-weight:600;border:2px solid var(--primary-color);transition:all .3s;display:inline-block;cursor:pointer;letter-spacing:.02em}.btn-large{padding:1rem 2rem;font-size:1.1rem}.hero-section{padding:8rem 0 4rem;min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#00000073 0% 100%),url(https://images.unsplash.com/photo-1504279577054-acfeccf8fc52?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);background-size:cover;background-position:center;margin-top:0}.hero-section .container{display:flex;justify-content:center;align-items:center}.hero-content{animation:fadeInUp .8s ease-out;text-align:center;max-width:900px}.hero-title{font-size:3.5rem;font-weight:500;line-height:1.15;margin-bottom:1.5rem;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3);letter-spacing:-.02em;font-family:new-hero,New Hero,sans-serif}.hero-strong{font-weight:700}.scroll-indicator{margin:2.5rem auto 0;width:30px;height:48px;border:2px solid rgba(255,255,255,.7);border-radius:999px;display:flex;align-items:flex-start;justify-content:center;padding-top:8px}.scroll-indicator__dot{width:6px;height:6px;background:#fff;border-radius:999px;animation:scroll-bounce 1.6s ease-in-out infinite}.highlight{color:#fff;font-weight:900;text-shadow:0 2px 10px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.25rem;color:#fffffff2;margin-bottom:2.5rem;line-height:1.8;text-shadow:0 1px 5px rgba(0,0,0,.3);font-weight:300;font-style:italic}.hero-features{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem;align-items:stretch}.hero-feature{padding:1.3em 3em;font-size:12px;text-transform:uppercase;letter-spacing:2.5px;font-weight:700;color:#fff;background-color:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:2px solid #ffffff;border-radius:2px;box-shadow:0 8px 20px #0006;transition:all .3s ease 0s;cursor:pointer;text-shadow:0 2px 4px rgba(0,0,0,.3);display:inline-flex;align-items:center;justify-content:center;text-align:center;font-family:new-hero,New Hero,sans-serif;min-width:260px;min-height:56px}.hero-feature:hover{background-color:#fff;color:var(--primary-color);transform:translateY(-5px);box-shadow:0 15px 25px #00000080;text-shadow:none}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scroll-bounce{0%{transform:translateY(0);opacity:1}60%{transform:translateY(16px);opacity:.6}to{transform:translateY(0);opacity:1}}.reveal{opacity:0;transform:translateY(36px);transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.45s}@media(min-width:1024px){.hero-features{flex-wrap:nowrap}.hero-feature{min-width:280px}}.main-content-section{padding:6rem 0 4rem;background:var(--stone-bg)}.content-split-layout{display:grid;grid-template-columns:2.2fr 1fr;gap:4rem;align-items:stretch}.features-wrapper,.mission-wrapper{height:100%}.features-wrapper{display:flex;flex-direction:column}.features-grid-compact{flex:1}.features-header-inline{display:flex;align-items:baseline;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid var(--primary-color);position:relative}.section-title-inline{font-size:1.8rem;font-weight:600;color:var(--primary-color);text-transform:uppercase;margin:0;font-family:new-hero,sans-serif;letter-spacing:-.01em}.title-separator{display:none}.section-subtitle-inline{font-size:1.1rem;color:var(--text-light);font-style:italic;font-weight:300;font-family:new-hero,sans-serif}.features-grid-compact{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.feature-card-compact{background:#fff;padding:1.6rem;border-radius:4px;border:none;box-shadow:0 2px 12px #581e1c12;transition:box-shadow .3s ease,transform .3s ease}.feature-card-compact:hover{transform:translateY(-3px);box-shadow:0 8px 28px #581e1c21}.feature-card-compact h3{font-size:1rem;margin-bottom:.5rem;color:var(--primary-color);font-weight:700}.feature-card-compact p{font-size:.9rem;color:var(--text-light);line-height:1.6;font-weight:400}.mission-wrapper{background:transparent;padding:0;border-radius:4px;height:100%;border:none;display:flex;flex-direction:column}.mission-wrapper .section-title-inline{margin-bottom:2rem;display:block;text-align:center}.mission-cards{display:flex;flex-direction:column;gap:1rem;flex:1;justify-content:space-between}.mission-card-item{background:var(--primary-dark);color:#f6f2ee;padding:1.6rem;border-radius:4px;border:none;box-shadow:0 4px 20px #3d141340}.mission-card-item p{color:#ffffffe0;font-size:.95rem;line-height:1.7;font-weight:300}.mission-card-item p strong{color:#fff;font-weight:600}@media(max-width:1024px){.content-split-layout{grid-template-columns:1fr;gap:3rem}.features-grid-compact{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.features-grid-compact{grid-template-columns:1fr}.features-header-inline{flex-direction:column;align-items:flex-start;gap:.5rem}.title-separator{display:none}}.about-content{max-width:900px;margin:0 auto;text-align:center}.about-text p{margin-bottom:1.5rem;color:var(--text-light);font-size:1.1rem;line-height:1.8}.about-stats{display:grid;gap:1.5rem}.stat-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow);text-align:center}.stat-number{font-size:3rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.stat-label{color:var(--text-light);font-size:1rem}.contact-section{padding:6rem 0 7rem;background:var(--stone-bg);border-top:none}.contact-cta-title{font-size:2.4rem;font-weight:700;color:var(--primary-color);text-align:center;margin-bottom:3.5rem;font-family:new-hero,sans-serif;letter-spacing:-.01em}.contact-cta-line{display:none}.contact-split-layout{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:start}.contact-split-layout.is-loading{opacity:.2;pointer-events:none;filter:blur(1px)}.submission-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#968e81a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10;border:1px solid rgba(88,30,28,.2)}.contact-section .container{position:relative}.submission-overlay__card{background:#fff;border:1px solid rgba(88,30,28,.2);padding:2rem 2.5rem;text-align:center;max-width:420px;width:90%;box-shadow:0 12px 30px #3d141333}.submission-overlay__spinner{width:42px;height:42px;border:3px solid rgba(88,30,28,.2);border-top-color:var(--primary-color);border-radius:50%;margin:0 auto 1rem;animation:spin 1s linear infinite}.submission-overlay__title{font-size:1.2rem;font-weight:600;color:var(--primary-color);margin-bottom:.35rem}.submission-overlay__subtitle{font-size:.95rem;color:var(--text-dark);font-weight:300}@keyframes spin{to{transform:rotate(360deg)}}.contact-section-title{font-size:2rem;font-weight:600;color:#581e1c;text-transform:uppercase;margin-bottom:2rem;font-family:new-hero,sans-serif}.required-note{margin:-.75rem 0 1.25rem;font-size:.95rem;color:var(--text-dark);font-weight:300}.required-star{color:var(--primary-color);font-weight:600}.contact-nous{background:var(--primary-dark);padding:2.8rem 2.5rem;border-radius:4px;border:none;box-shadow:0 6px 28px #3d141347}.contact-nous .contact-section-title{color:#fff}.contact-nous .contact-label{color:#ffffff8c}.contact-nous .contact-link{color:#fff}.contact-nous .contact-text{color:#ffffffbf}.contact-nous-content{display:flex;flex-direction:column;gap:2rem}.contact-info-item{display:flex;align-items:flex-start;gap:1rem}.contact-label{font-size:.9rem;font-weight:500;color:#581e1c;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.5px}.contact-link{color:#581e1c;text-decoration:none;font-weight:500;font-size:1.1rem;transition:opacity .3s}.contact-link:hover{opacity:.7}.contact-text{color:var(--text-dark);font-size:1rem;line-height:1.5;font-weight:300}.contact-vous{background:#fff;padding:3rem;border-radius:4px;box-shadow:0 8px 40px #3d14131a;border:none}.contact-form-new{display:flex;flex-direction:column;gap:1.25rem}.btn-contact{background:linear-gradient(135deg,#581e1c,#3d1412)!important;width:100%}.form-group input,.form-group textarea{width:100%;padding:.95rem 1.1rem;border:1.5px solid #e8e0da;border-radius:6px;font-size:.97rem;font-family:inherit;color:var(--text-dark);background:#faf8f6;transition:border-color .25s,box-shadow .25s,background .25s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 3px #581e1c14}.form-group textarea{resize:vertical;min-height:120px}.liquid-button{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark))!important}.liquid-button .liquid{background-color:#0000004d;width:100%;height:100%;position:absolute;bottom:0;left:0;box-shadow:inset 5px -5px 25px #0006,inset -5px 0 25px #0006;z-index:0;opacity:0;transition:opacity .3s ease}.liquid-button:hover .liquid{opacity:1}.liquid-button .liquid:after{content:"";width:450px;height:400px;background:#ffffff26;z-index:1;position:absolute;left:50%;transform:translate(-50%);top:-380px;border-radius:45%;animation:none}.liquid-button .liquid:before{content:"";width:450px;height:400px;background-color:#ffffff1a;z-index:1;position:absolute;left:50%;transform:translate(-50%);top:-380px;border-radius:40%;animation:none}.liquid-button:hover .liquid:after{animation:liquid-rotate 5s linear infinite}.liquid-button:hover .liquid:before{animation:liquid-rotate 5s linear .2s infinite}.liquid-button .btn-txt{position:relative;z-index:2;font-size:18px;letter-spacing:1px}@keyframes liquid-rotate{0%{transform:translate(-50%) rotate(0)}to{transform:translate(-50%) rotate(360deg)}}.form-message{padding:1.5rem;border-radius:8px;margin-bottom:2rem;font-size:1.1rem;text-align:center;font-weight:500;animation:slideDown .3s ease-out}.form-message.success{background-color:#d4edda;color:#155724;border:2px solid #c3e6cb}.form-message.error{background-color:#f8d7da;color:#721c24;border:2px solid #f5c6cb}.form-message.info{background-color:#d1ecf1;color:#0c5460;border:2px solid #bee5eb}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.demo-button{position:relative;overflow:visible}.demo-button .drop-1{position:absolute;top:20%;left:20%;width:25px;height:auto;filter:drop-shadow(0 0 0 #ffffff);z-index:-5;transition:all 1s cubic-bezier(.05,.83,.43,.96)}.demo-button .drop-2{position:absolute;top:45%;left:45%;width:15px;height:auto;filter:drop-shadow(0 0 0 #ffffff);z-index:-5;transition:all 1s cubic-bezier(0,.4,0,1.01)}.demo-button .drop-3{position:absolute;top:40%;left:40%;width:8px;height:auto;filter:drop-shadow(0 0 0 #ffffff);z-index:-5;transition:all 1s cubic-bezier(0,.4,0,1.01)}.demo-button .drop-4{position:absolute;top:20%;left:40%;width:12px;height:auto;filter:drop-shadow(0 0 0 #ffffff);z-index:-5;transition:all .8s cubic-bezier(0,.4,0,1.01)}.demo-button .drop-5{position:absolute;top:25%;left:45%;width:18px;height:auto;filter:drop-shadow(0 0 0 #ffffff);z-index:-5;transition:all .6s cubic-bezier(0,.4,0,1.01)}.demo-button .drop-6{position:absolute;top:5%;left:50%;width:10px;height:auto;filter:drop-shadow(0 0 0 #ffffff);z-index:-5;transition:all .8s ease}.demo-button .wine-drop{fill:#fff;opacity:.9}.demo-button:hover .drop-1{top:-80%;left:-30%;filter:drop-shadow(0 0 10px #ffffff);z-index:2}.demo-button:hover .drop-2{top:-25%;left:10%;filter:drop-shadow(0 0 10px #ffffff);z-index:2}.demo-button:hover .drop-3{top:55%;left:25%;filter:drop-shadow(0 0 10px #ffffff);z-index:2}.demo-button:hover .drop-4{top:30%;left:80%;filter:drop-shadow(0 0 10px #ffffff);z-index:2}.demo-button:hover .drop-5{top:25%;left:115%;filter:drop-shadow(0 0 10px #ffffff);z-index:2}.demo-button:hover .drop-6{top:5%;left:60%;filter:drop-shadow(0 0 10px #ffffff);z-index:2}.footer{background:var(--dark-bg);color:#fff;padding:3rem 0}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-left{display:flex;flex-direction:column;gap:1rem}.footer .logo{color:#fff}.footer-left p{color:#ffffffb3}.footer-links{display:flex;gap:2rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.footer-socials{display:flex;flex-direction:column;align-items:center;gap:.75rem}.footer-socials-label{color:#ffffff80;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;margin:0}.footer-socials-icons{display:flex;gap:1rem;align-items:center}.footer-social-link{color:#fff9;transition:color .2s,transform .2s;display:flex;align-items:center}.footer-social-link:hover{color:#fff;transform:translateY(-2px)}@media(max-width:968px){.container{padding:0 1.5rem}.nav-wrapper{justify-content:center}.nav-links,.cta-header{display:none}.hero-section{padding:7rem 0 4rem;min-height:85vh;display:flex;align-items:center}.hero-section .container{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.2rem;line-height:1.3;margin-bottom:1.25rem}.hero-subtitle{font-size:1.05rem;line-height:1.6;margin-bottom:2rem}.hero-buttons{justify-content:center}.hero-illustration{font-size:10rem}.hero-feature{padding:.9rem 1.8rem;font-size:11px}.section-title{font-size:2rem;line-height:1.3}.section-subtitle{font-size:1rem;padding:0 1rem;line-height:1.6}.features-section,.about-section,.contact-section{padding:4rem 0}.features-grid{grid-template-columns:1fr;gap:1.25rem}.feature-card{padding:1.75rem}.about-content,.contact-content{grid-template-columns:1fr;gap:2.5rem}.contact-info{gap:1.5rem}.footer-content{flex-direction:column;gap:2rem;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}.contact-split-layout{grid-template-columns:1fr;gap:2.5rem}}.cta-header{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%)!important;color:#fff!important;padding:12px 28px!important;border-radius:2px!important;font-weight:500;text-decoration:none;transition:all .3s ease;box-shadow:0 6px 18px #3d141340;font-size:1rem;letter-spacing:.02em}.cta-header:hover{transform:translateY(-2px);box-shadow:0 6px 20px #722f3766}.large-text{font-size:1.2rem;line-height:1.8;margin-bottom:1.5rem}.large-text strong{color:var(--primary-color);font-weight:700}@media(max-width:640px){.container{padding:0 1.25rem}.header{padding:.875rem 0}.logo{font-size:1.25rem;gap:.5rem}.logo img{height:36px}.hero-section{padding:6rem 0 3.5rem;min-height:90vh}.hero-content{padding:0 .5rem}.hero-title{font-size:1.85rem;line-height:1.35;margin-bottom:1.25rem}.hero-subtitle{font-size:1rem;margin-bottom:2rem;line-height:1.65}.section-title{font-size:1.75rem;padding:0 .5rem;line-height:1.35}.section-subtitle{font-size:.95rem;padding:0 .5rem;line-height:1.65}.features-section,.about-section,.contact-section{padding:3.5rem 0}.features-grid{grid-template-columns:1fr;gap:1.25rem}.feature-card{padding:1.75rem 1.5rem;border-radius:16px}.feature-card h3{font-size:1.35rem;margin-bottom:.75rem}.feature-card p{font-size:.95rem;line-height:1.65}.hero-features{flex-direction:column;gap:.875rem;margin-bottom:2rem}.hero-feature{justify-content:center;padding:.875rem 1.75rem;font-size:10.5px;width:100%;max-width:300px;margin:0 auto}.large-text{font-size:1.05rem;line-height:1.75}.btn-large{padding:1rem 2rem;font-size:1rem;width:100%;border-radius:12px}.contact-content{gap:2.5rem}.contact-info{gap:1.25rem}.contact-item{padding:1.5rem;border-radius:12px}.contact-form{gap:1.25rem}.form-group input,.form-group textarea{padding:.95rem;font-size:1rem;border-radius:10px}.footer{padding:2.5rem 0}.footer-links{gap:1.25rem}.liquid-button .btn-txt{font-size:16px}.liquid-button .liquid:after,.liquid-button .liquid:before{width:350px;height:300px}}@media(max-width:380px){.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.9rem}.section-title{font-size:1.5rem}.cta-header{padding:6px 12px!important;font-size:.8rem}.logo{font-size:1.1rem}.logo img{height:28px}.hero-feature{font-size:9px;padding:.75rem 1.25rem}}.video-section{padding:5rem 0 4rem;background:#fff;text-align:center}.video-section-title{font-size:1.6rem;font-weight:700;color:var(--primary-dark);letter-spacing:.05em;margin-bottom:.75rem}.video-section-subtitle{font-size:1rem;color:var(--text-light);margin-bottom:2.5rem}.video-wrapper{display:flex;justify-content:center;align-items:center}.video-wrapper iframe{max-width:100%;border-radius:4px;box-shadow:0 8px 40px #3d14131a}.seo-internal-link-banner{background:#fdf8f6;border-top:none;border-bottom:none;padding:2.2rem 0;text-align:center;margin:0}.seo-internal-link-banner p{font-size:.88rem;color:var(--text-light)}.seo-internal-link{color:var(--primary-color);font-weight:600;text-decoration:none;border-bottom:1px solid rgba(88,30,28,.3);transition:border-color .2s}.seo-internal-link:hover{border-color:var(--primary-color)}.newsletter-section{position:relative;padding:7rem 0;background-image:url(https://images.unsplash.com/photo-1558618666-fcd25c85cd64?q=80&w=2070&auto=format&fit=crop);background-size:cover;background-position:center 40%;text-align:center;overflow:hidden}.newsletter-overlay{position:absolute;inset:0;background:linear-gradient(160deg,#3d1413e0,#581e1cd1 60%,#1e0a0aeb)}.newsletter-section .container{position:relative;z-index:1}.newsletter-inner{max-width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:0}.newsletter-eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:#ffffff80;margin-bottom:1.2rem}.newsletter-title{font-size:2.6rem;font-weight:700;color:#fff;line-height:1.2;letter-spacing:-.03em;margin-bottom:1rem}.newsletter-subtitle{font-size:1rem;color:#ffffffa6;line-height:1.7;margin-bottom:2.5rem;max-width:440px}.newsletter-form{width:100%}.newsletter-input-wrap{display:flex;border:1px solid rgba(255,255,255,.2);border-radius:3px;overflow:hidden;background:#ffffff12;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:border-color .3s}.newsletter-input-wrap:focus-within{border-color:#ffffff8c}.newsletter-input{flex:1;padding:1rem 1.4rem;border:none;outline:none;font-size:.95rem;background:transparent;color:#fff;min-width:0}.newsletter-input-nom{border-right:1px solid rgba(255,255,255,.15);max-width:180px}.newsletter-input::placeholder{color:#ffffff59}.newsletter-btn{padding:1rem 1.8rem;background:#fff;color:var(--primary-color);font-weight:700;font-size:.88rem;letter-spacing:.04em;border:none;cursor:pointer;transition:background .25s,color .25s;white-space:nowrap;text-transform:uppercase}.newsletter-btn:hover:not(:disabled){background:var(--primary-dark);color:#fff}.newsletter-btn:disabled{opacity:.5;cursor:wait}.newsletter-legal{margin-top:.9rem;font-size:.75rem;color:#ffffff4d;letter-spacing:.02em}.newsletter-feedback.error{margin-top:.75rem;font-size:.85rem;color:#ffb3b3}.newsletter-success-state{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem;border:1px solid rgba(255,255,255,.2);border-radius:3px;background:#ffffff0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:1rem;font-weight:500;width:100%}.newsletter-success-icon{font-size:2rem}@media(max-width:768px){.newsletter-section{padding:5rem 0}.newsletter-title{font-size:1.9rem}.newsletter-input-wrap{flex-direction:column}.newsletter-input-nom{border-right:none;border-bottom:1px solid rgba(255,255,255,.15);max-width:100%}.newsletter-btn{width:100%;padding:.9rem}}.seo-header{position:sticky;top:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);padding:.9rem 0}.seo-header-inner{display:flex;align-items:center;justify-content:space-between}.seo-logo{display:flex;align-items:center;gap:.6rem;font-size:1.3rem;font-weight:700;color:var(--primary-color);text-decoration:none;letter-spacing:-.02em}.seo-logo img{height:36px;width:auto}.seo-cta-btn{font-size:.9rem;padding:.65rem 1.4rem}.seo-hero{padding:5rem 0 4rem;background:linear-gradient(160deg,#fdf8f6,#f5ece8);border-bottom:1px solid var(--border-color)}.seo-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-light);margin-bottom:1.5rem}.seo-breadcrumb a{color:var(--primary-color);text-decoration:none}.seo-breadcrumb a:hover{text-decoration:underline}.seo-h1{font-size:2.8rem;font-weight:700;line-height:1.2;color:var(--text-dark);letter-spacing:-.03em;margin-bottom:1.2rem;max-width:780px}.seo-h1-accent{color:var(--primary-color)}.seo-hero-intro{font-size:1.1rem;color:var(--text-light);line-height:1.75;max-width:680px;margin-bottom:1.8rem}.seo-hero-badges{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}.seo-hero-badges span{font-size:.82rem;font-weight:600;color:var(--primary-color);background:#581e1c12;border:1px solid rgba(88,30,28,.15);padding:.35rem .85rem;border-radius:2px;letter-spacing:.02em}.seo-hero-btn{display:inline-block}.seo-section{padding:5rem 0}.seo-section-light{background:#fff}.seo-section-dark{background:#fdf8f6}.seo-section-bordeaux{background:var(--primary-dark)}.seo-section-bordeaux .seo-content-block h2,.seo-section-bordeaux .seo-content-block p{color:#fff}.seo-section-faq{background:#f9f5f2}.seo-content-block{max-width:860px;margin:0 auto}.seo-content-block h2{font-size:1.9rem;font-weight:700;color:var(--text-dark);letter-spacing:-.025em;margin-bottom:1.2rem;line-height:1.3}.seo-content-block p{font-size:1rem;color:var(--text-light);line-height:1.8;margin-bottom:1rem}.seo-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2.5rem}.seo-feature-item{background:#fff;border:1px solid var(--border-color);border-radius:4px;padding:1.5rem;transition:box-shadow .2s}.seo-feature-item:hover{box-shadow:var(--shadow-lg)}.seo-feature-icon{font-size:1.8rem;margin-bottom:.7rem}.seo-feature-item h3{font-size:1rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.seo-feature-item p{font-size:.9rem;color:var(--text-light);line-height:1.65;margin:0}.seo-table-wrapper{overflow-x:auto;margin:1.8rem 0;border-radius:4px;border:1px solid var(--border-color)}.seo-table{width:100%;border-collapse:collapse;font-size:.9rem}.seo-table th{background:var(--primary-color);color:#fff;padding:.85rem 1.1rem;text-align:left;font-weight:600;letter-spacing:.02em}.seo-table td{padding:.75rem 1.1rem;border-bottom:1px solid var(--border-color);color:var(--text-dark)}.seo-table tr:last-child td{border-bottom:none}.seo-table tr:nth-child(2n) td{background:#fdf8f6}.seo-compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}.seo-compare-col{border-radius:4px;padding:1.8rem}.seo-compare-other{background:#ffffff0f;border:1px solid rgba(255,255,255,.15)}.seo-compare-ceepia{background:#ffffff1f;border:1px solid rgba(255,255,255,.3)}.seo-compare-col h3{font-size:1rem;font-weight:700;color:#fff;margin-bottom:1rem}.seo-compare-col ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.6rem}.seo-compare-col li{font-size:.9rem;color:#ffffffd9;line-height:1.5}.seo-testimonials{display:flex;flex-direction:column;gap:1.2rem;margin-top:1.8rem}.seo-testimonial{border-left:3px solid var(--primary-color);padding:1.2rem 1.5rem;background:#fdf8f6;border-radius:0 4px 4px 0}.seo-testimonial p{font-size:.98rem;color:var(--text-dark);font-style:italic;margin-bottom:.5rem;line-height:1.7}.seo-testimonial cite{font-size:.82rem;color:var(--text-light);font-style:normal;font-weight:600}.seo-faq-list{display:flex;flex-direction:column;gap:.5rem;margin-top:1.8rem}.seo-faq-item{border:1px solid var(--border-color);border-radius:3px;overflow:hidden;background:#fff}.seo-faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.1rem 1.4rem;background:none;border:none;cursor:pointer;text-align:left;font-size:.95rem;font-weight:600;color:var(--text-dark);gap:1rem;transition:background .2s}.seo-faq-question:hover,.seo-faq-question.open{background:#fdf8f6}.seo-faq-chevron{font-size:1.3rem;font-weight:400;color:var(--primary-color);flex-shrink:0;line-height:1}.seo-faq-answer{padding:0 1.4rem 1.2rem;border-top:1px solid var(--border-color)}.seo-faq-answer p{font-size:.92rem;color:var(--text-light);line-height:1.75;margin:.8rem 0 0}.seo-cta-section{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary-color) 100%);padding:5rem 0}.seo-cta-inner{text-align:center;max-width:620px;margin:0 auto}.seo-cta-inner h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.8rem;letter-spacing:-.025em}.seo-cta-inner p{font-size:1rem;color:#ffffffbf;line-height:1.7;margin-bottom:2rem}.seo-cta-buttons{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.seo-link-home{font-size:.9rem;color:#ffffffb3;text-decoration:none;font-weight:500;transition:color .2s}.seo-link-home:hover{color:#fff}.seo-footer{background:var(--primary-dark);padding:2rem 0}.seo-footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.seo-footer .seo-logo{color:#fff}.seo-footer p{font-size:.8rem;color:#fff6}.seo-footer-links{display:flex;gap:1.5rem}.seo-footer-links a{font-size:.82rem;color:#ffffff8c;text-decoration:none;transition:color .2s}.seo-footer-links a:hover{color:#fff}@media(max-width:768px){.seo-h1{font-size:1.9rem}.seo-features-grid,.seo-compare-grid{grid-template-columns:1fr}.seo-footer-inner{flex-direction:column;text-align:center}.seo-footer-links{flex-wrap:wrap;justify-content:center}.seo-cta-buttons{flex-direction:column}}.nr-hero{background:var(--dark-bg);padding:8rem 0 6rem;text-align:center;position:relative;overflow:hidden}.nr-hero-content{position:relative;z-index:1;max-width:700px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.nr-hero-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#fff;line-height:1.15;letter-spacing:-.02em;margin:0}.nr-hero-subtitle{font-size:1.05rem;color:#ffffffa6;max-width:520px;line-height:1.7;margin:0}.nr-poste-section{padding:5rem 0 6rem;background:#fdf9f7}.nr-poste-unique{max-width:820px;margin:0 auto;background:#fff;border-radius:4px;box-shadow:0 8px 40px #3d141317;padding:3rem 3.5rem}.nr-poste-unique-header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.nr-badge-poste{display:inline-block;background:#fdf0ec;color:var(--primary-color);font-size:.75rem;font-weight:700;letter-spacing:.06em;padding:.3rem .85rem;border-radius:50px;margin-bottom:.75rem}.nr-poste-unique-titre{font-size:1.75rem;font-weight:800;color:var(--primary-dark);margin:0 0 .4rem;letter-spacing:-.01em}.nr-poste-unique-lieu{font-size:.9rem;color:var(--text-light);margin:0}.nr-poste-unique-tags{display:flex;flex-wrap:wrap;gap:.4rem;align-items:flex-start;padding-top:.25rem}.nr-poste-desc{color:var(--text-light);line-height:1.75;font-size:.98rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #f0e9e3}.nr-about-bloc{background:#fdf9f7;border-left:3px solid var(--primary-color);border-radius:0 4px 4px 0;padding:1.5rem 1.75rem;margin-bottom:2rem}.nr-about-bloc h3{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--primary-dark);margin-bottom:.75rem}.nr-about-bloc p{font-size:.92rem;color:var(--text-light);line-height:1.7;margin:0 0 .6rem}.nr-about-bloc p:last-child{margin-bottom:0}.nr-missions-subtitle{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--primary-color);margin:1.25rem 0 .6rem}.nr-offre-bloc{background:#fdf9f7;border-radius:4px;padding:1.5rem 1.75rem;margin-bottom:2rem}.nr-offre-bloc h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--primary-dark);margin-bottom:1rem}.nr-offre-bloc ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.nr-offre-bloc li{font-size:.9rem;color:var(--text-light);padding-left:1.1rem;position:relative;line-height:1.55}.nr-offre-bloc li:before{content:"→";position:absolute;left:0;color:var(--primary-color);font-size:.75rem;top:.15em}.nr-poste-cols{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}.nr-poste-cols h4{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--primary-dark);margin-bottom:1rem}.nr-poste-cols ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.nr-postuler-bloc{border-top:1px solid #f0e9e3;padding-top:2rem;text-align:center}.nr-postuler-intro{font-size:1rem;color:var(--primary-dark);font-weight:600;margin-bottom:1.25rem}.nr-postuler-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.25rem}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2rem;border:2px solid var(--primary-color);color:var(--primary-color);border-radius:4px;font-weight:600;font-size:.95rem;text-decoration:none;transition:background .2s,color .2s;background:transparent}.btn-secondary:hover{background:var(--primary-color);color:#fff}.nr-postuler-note{font-size:.85rem;color:var(--text-light);margin:0}.nr-postuler-note a{color:var(--primary-color);font-weight:600;text-decoration:none}.nr-postuler-note a:hover{text-decoration:underline}.nr-poste-separator{border:none;border-top:2px solid rgba(255,255,255,.08);margin:3rem 0}@media(max-width:768px){.nr-poste-unique{padding:2rem 1.5rem}.nr-poste-cols{grid-template-columns:1fr;gap:1.5rem}.nr-poste-unique-header{flex-direction:column;gap:1rem}}@media(max-width:480px){.nr-hero{padding:6rem 0 4rem}.nr-postuler-btns{flex-direction:column;align-items:stretch}.btn-secondary{text-align:center}}.nr-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 60% 40%,rgba(88,30,28,.35) 0%,transparent 65%);pointer-events:none}.nr-hero-content{position:relative;z-index:1;max-width:780px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.nr-badge{display:inline-block;background:#581e1c80;color:#ffffffe6;font-size:.72rem;font-weight:700;letter-spacing:.12em;padding:.35rem 1rem;border-radius:50px;border:1px solid rgba(255,255,255,.15);text-transform:uppercase}.nr-hero-title{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;color:#fff;line-height:1.15;letter-spacing:-.02em;margin:0}.nr-hero-subtitle{font-size:1.1rem;color:#ffffffb3;max-width:600px;line-height:1.7;margin:0}.nr-section-title{font-size:1.4rem;font-weight:700;color:var(--primary-dark);letter-spacing:.06em;text-align:center;margin-bottom:3rem}.nr-valeurs{padding:5rem 0;background:#fdf9f7}.nr-valeurs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.nr-valeur-card{background:#fff;border-radius:4px;padding:2rem 1.5rem;text-align:center;box-shadow:0 4px 20px #3d141312;transition:transform .2s,box-shadow .2s}.nr-valeur-card:hover{transform:translateY(-4px);box-shadow:0 10px 32px #3d14131f}.nr-valeur-icon{font-size:2rem;display:block;margin-bottom:1rem}.nr-valeur-card h3{font-size:1rem;font-weight:700;color:var(--primary-dark);margin-bottom:.6rem}.nr-valeur-card p{font-size:.9rem;color:var(--text-light);line-height:1.6}.nr-postes{padding:5rem 0;background:#fff}.nr-postes-list{display:flex;flex-direction:column;gap:1rem;max-width:860px;margin:0 auto}.nr-poste-card{border:1.5px solid #ede6e0;border-radius:4px;overflow:hidden;transition:box-shadow .2s}.nr-poste-card:hover{box-shadow:0 6px 24px #3d14131a}.nr-poste-header{display:flex;align-items:center;justify-content:space-between;padding:1.75rem 2rem;cursor:pointer;background:#fff;gap:1rem}.nr-poste-header-left{display:flex;flex-direction:column;gap:.5rem}.nr-poste-titre{font-size:1.1rem;font-weight:700;color:var(--primary-dark);margin:0}.nr-poste-meta{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-light)}.nr-poste-sep{opacity:.4}.nr-poste-tags{display:flex;flex-wrap:wrap;gap:.4rem}.nr-tag{background:#fdf0ec;color:var(--primary-color);font-size:.72rem;font-weight:600;padding:.2rem .65rem;border-radius:50px}.nr-poste-chevron{font-size:1.6rem;color:var(--primary-color);transition:transform .25s;flex-shrink:0;line-height:1}.nr-poste-chevron.open{transform:rotate(90deg)}.nr-poste-body{padding:0 2rem 2rem;border-top:1px solid #f0e9e3;animation:slideDown .22s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.nr-poste-desc{color:var(--text-light);line-height:1.7;margin:1.25rem 0 1.5rem;font-size:.95rem}.nr-poste-cols{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1.75rem}.nr-poste-cols h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--primary-dark);margin-bottom:.75rem}.nr-poste-cols ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.nr-poste-cols li{font-size:.9rem;color:var(--text-light);padding-left:1.1rem;position:relative;line-height:1.5}.nr-poste-cols li:before{content:"→";position:absolute;left:0;color:var(--primary-color);font-size:.75rem;top:.15em}.nr-postuler-btn{font-size:.9rem!important;padding:.75rem 1.75rem!important}.nr-candidature{padding:5rem 0 6rem;background:#fdf9f7}.nr-candidature-inner{max-width:700px;margin:0 auto;text-align:center}.nr-candidature-sub{color:var(--text-light);margin-bottom:2.5rem;font-size:1rem;line-height:1.6}.nr-form{text-align:left}.nr-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.nr-success{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;background:#fff;border-radius:4px;box-shadow:0 4px 20px #3d141312}.nr-success span{font-size:2.5rem}.nr-success p{font-size:1.05rem;color:var(--primary-dark);font-weight:600}.nr-error{color:#c0392b;font-size:.85rem;margin-bottom:1rem}@media(max-width:968px){.nr-valeurs-grid{grid-template-columns:repeat(2,1fr)}.nr-poste-cols{grid-template-columns:1fr;gap:1.5rem}.nr-form-row{grid-template-columns:1fr}}@media(max-width:600px){.nr-hero{padding:6rem 0 4rem}.nr-valeurs-grid{grid-template-columns:1fr}.nr-poste-header{padding:1.25rem}.nr-poste-body{padding:0 1.25rem 1.5rem}}
