.notre-histoire *{box-sizing:border-box;margin:0;padding:0}.notre-histoire{--primary: #87832D;--primary-light: #a89f3a;--primary-dark: #6b682a;--gold: #d4af37;--cream: #faf8f5;--dark: #1a1a1a;--gray: #666666;--white: #ffffff;font-family:inherit;overflow-x:hidden}.histoire-hero{position:relative;padding:80px 20px;text-align:center;background:linear-gradient(135deg,#faf8f5,#f5f3ee);overflow:hidden}.histoire-hero:before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(135,131,45,.08) 0%,transparent 70%);border-radius:50%;animation:float 6s ease-in-out infinite}.histoire-hero:after{content:"";position:absolute;bottom:-80px;left:-80px;width:300px;height:300px;background:radial-gradient(circle,rgba(212,175,55,.06) 0%,transparent 70%);border-radius:50%;animation:float 8s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(20px,-20px) scale(1.05)}}.histoire-badge{display:inline-block;font-size:14px;background:linear-gradient(135deg,#87832d,#a89f3a,#87832d);padding:10px 24px;border-radius:25px;color:#fff;font-weight:600;letter-spacing:1px;text-transform:uppercase;box-shadow:0 4px 15px #87832d4d;margin-bottom:25px;position:relative;z-index:1}.histoire-hero h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:#1a1a1a;margin-bottom:20px;line-height:1.2;position:relative;z-index:1}.histoire-hero h1 span{background:linear-gradient(135deg,#87832d,#d4af37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.histoire-intro{max-width:700px;margin:0 auto;font-size:1.15rem;color:#666;line-height:1.8;position:relative;z-index:1}.histoire-timeline{padding:80px 20px;background:#fff;position:relative}.histoire-timeline h2{text-align:center;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;color:#1a1a1a;margin-bottom:60px}.histoire-timeline h2:after{content:"";display:block;width:60px;height:4px;background:linear-gradient(90deg,#87832d,#d4af37);margin:15px auto 0;border-radius:2px}.timeline-container{max-width:900px;margin:0 auto;position:relative}.timeline-container:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:3px;height:100%;background:linear-gradient(180deg,#87832d,#d4af37,#87832d);border-radius:3px}.timeline-item{display:flex;align-items:center;margin-bottom:50px;opacity:0;transform:translateY(30px);transition:all .6s ease}.timeline-item.visible{opacity:1;transform:translateY(0)}.timeline-item:nth-child(odd){flex-direction:row}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-content{width:calc(50% - 40px);padding:30px;background:#faf8f5;border-radius:20px;box-shadow:0 10px 40px #0000000d;transition:all .3s ease}.timeline-content:hover{transform:translateY(-5px);box-shadow:0 20px 50px #87832d1f}.timeline-icon{width:60px;height:60px;background:linear-gradient(135deg,#87832d,#a89f3a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 20px;flex-shrink:0;box-shadow:0 8px 25px #87832d4d;z-index:1}.timeline-icon svg{width:28px;height:28px;fill:#fff}.timeline-content h3{font-size:1.3rem;font-weight:700;color:#1a1a1a;margin-bottom:10px}.timeline-content p{color:#666;line-height:1.7;font-size:1rem}.histoire-fondatrice{padding:100px 20px;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);position:relative;overflow:hidden}.histoire-fondatrice:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2387832D' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.fondatrice-container{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:80px;position:relative;z-index:1}.fondatrice-visual{flex:0 0 280px;position:relative;display:flex;align-items:center;justify-content:center}.fondatrice-initiales{width:220px;height:220px;background:linear-gradient(135deg,#87832d,#a89f3a,#d4af37);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 20px 60px #87832d66,0 0 0 15px #87832d1a,0 0 0 30px #87832d0d;animation:pulse-glow 3s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 20px 60px #87832d66,0 0 0 15px #87832d1a,0 0 0 30px #87832d0d}50%{box-shadow:0 25px 70px #87832d80,0 0 0 20px #87832d26,0 0 0 40px #87832d14}}.fondatrice-initiales .initiale{font-size:7rem;font-weight:800;color:#fff;font-family:Georgia,serif;text-shadow:2px 4px 10px rgba(0,0,0,.3);position:relative;z-index:2}.fondatrice-initiales .initiale-decoration{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:180px;height:180px;border:2px dashed rgba(255,255,255,.3);border-radius:50%;animation:rotate-slow 20s linear infinite}@keyframes rotate-slow{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.fondatrice-quote-bubble{position:absolute;top:-20px;right:-30px;width:60px;height:60px;background:#d4af37;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #d4af3766;animation:bounce-soft 2s ease-in-out infinite}@keyframes bounce-soft{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.fondatrice-quote-bubble .quote-icon{width:28px;height:28px;fill:#fff}.fondatrice-text{flex:1;color:#fff}.fondatrice-text .histoire-badge{margin-bottom:20px}.fondatrice-text h2{font-size:clamp(1.8rem,4vw,2.8rem);color:#fff;font-weight:800;margin-bottom:25px;line-height:1.3}.fondatrice-text h2 span{color:#d4af37;display:block;margin-top:5px}.fondatrice-text p{font-size:1.1rem;line-height:1.9;color:#ffffffe6;margin-bottom:18px;max-width:550px}.fondatrice-text p:first-of-type:first-letter{font-size:2.5rem;font-weight:700;color:#d4af37;float:left;margin-right:10px;line-height:1}.fondatrice-signature{font-family:Georgia,serif;font-size:2rem;font-style:italic;color:#d4af37;margin-top:30px;position:relative;display:inline-block}.fondatrice-signature:after{content:"";position:absolute;bottom:-8px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#d4af37,transparent)}.histoire-valeurs{padding:80px 20px;background:#fff}.valeurs-header{text-align:center;max-width:700px;margin:0 auto 60px}.valeurs-header h2{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;color:#1a1a1a;margin-bottom:15px}.valeurs-header h2:after{content:"";display:block;width:60px;height:4px;background:linear-gradient(90deg,#87832d,#d4af37);margin:15px auto 0;border-radius:2px}.valeurs-header p{color:#666;font-size:1.1rem;line-height:1.7}.valeurs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}.valeur-card{padding:40px 30px;background:linear-gradient(135deg,#faf8f5,#f5f3ee);border-radius:24px;text-align:center;transition:all .4s ease;opacity:0;transform:translateY(30px)}.valeur-card.visible{opacity:1;transform:translateY(0)}.valeur-card:hover{transform:translateY(-10px);box-shadow:0 25px 60px #87832d26}.valeur-icon{width:80px;height:80px;background:linear-gradient(135deg,#87832d,#a89f3a);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;box-shadow:0 10px 30px #87832d4d;transition:all .3s ease}.valeur-card:hover .valeur-icon{transform:scale(1.1) rotate(5deg)}.valeur-icon svg{width:40px;height:40px;fill:#fff}.valeur-card h3{font-size:1.3rem;font-weight:700;color:#1a1a1a;margin-bottom:15px}.valeur-card p{color:#666;line-height:1.7;font-size:1rem}.histoire-mission{padding:80px 20px;background:linear-gradient(135deg,#faf8f5,#f5f3ee);text-align:center}.mission-container{max-width:900px;margin:0 auto}.histoire-mission h2{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;color:#1a1a1a;margin-bottom:30px}.histoire-mission h2 span{background:linear-gradient(135deg,#87832d,#d4af37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mission-quote{font-size:clamp(1.3rem,3vw,1.8rem);font-style:italic;color:#1a1a1a;line-height:1.6;position:relative;padding:40px}.mission-quote:before,.mission-quote:after{content:'"';font-size:6rem;color:#87832d;opacity:.2;position:absolute;font-family:Georgia,serif;line-height:1}.mission-quote:before{top:0;left:0}.mission-quote:after{bottom:-30px;right:0}.mission-stats{display:flex;justify-content:center;gap:60px;margin-top:50px;flex-wrap:wrap}.stat-item{text-align:center}.stat-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#87832d,#d4af37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block}.stat-label{font-size:1rem;color:#666;margin-top:5px}.histoire-cta{padding:80px 20px;background:linear-gradient(135deg,#87832d,#6b682a);text-align:center;position:relative;overflow:hidden}.histoire-cta:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 50%);animation:pulse-bg 4s ease-in-out infinite}@keyframes pulse-bg{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}.cta-container{max-width:700px;margin:0 auto;position:relative;z-index:1}.histoire-cta h2{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;color:#fff;margin-bottom:20px}.histoire-cta p{font-size:1.15rem;color:#ffffffe6;margin-bottom:35px;line-height:1.7}.cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.cta-btn{padding:16px 40px;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.cta-btn-primary{background:#fff;color:#87832d;box-shadow:0 8px 30px #0003}.cta-btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0000004d}.cta-btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}.cta-btn-secondary:hover{background:#ffffff1a;border-color:#fff}@media(max-width:900px){.fondatrice-container{gap:50px}.fondatrice-visual{flex:0 0 220px}.fondatrice-initiales{width:180px;height:180px}.fondatrice-initiales .initiale{font-size:5.5rem}.fondatrice-initiales .initiale-decoration{width:150px;height:150px}.fondatrice-quote-bubble{width:50px;height:50px;top:-15px;right:-20px}.fondatrice-quote-bubble .quote-icon{width:22px;height:22px}}@media(max-width:768px){.timeline-container:before{left:20px}.timeline-item,.timeline-item:nth-child(odd),.timeline-item:nth-child(2n){flex-direction:row;padding-left:60px}.timeline-content{width:100%}.timeline-icon{position:absolute;left:0;width:40px;height:40px;margin:0}.timeline-icon svg{width:20px;height:20px}.histoire-fondatrice{padding:70px 20px}.fondatrice-container{flex-direction:column;text-align:center;gap:40px}.fondatrice-visual{flex:none}.fondatrice-initiales{width:160px;height:160px;box-shadow:0 15px 40px #87832d66,0 0 0 10px #87832d1a,0 0 0 20px #87832d0d}.fondatrice-initiales .initiale{font-size:5rem}.fondatrice-initiales .initiale-decoration{width:130px;height:130px}.fondatrice-quote-bubble{top:-10px;right:-15px;width:45px;height:45px}.fondatrice-text h2{font-size:1.8rem;color:#fff!important}.fondatrice-text h2 span{display:inline;margin-top:0}.fondatrice-text p{font-size:1rem;max-width:100%}.fondatrice-text p:first-of-type:first-letter{font-size:2rem}.fondatrice-signature{font-size:1.6rem;margin-top:20px}.mission-stats{gap:30px}.stat-number{font-size:2.2rem}}@media(max-width:480px){.histoire-fondatrice{padding:50px 15px}.fondatrice-initiales{width:130px;height:130px}.fondatrice-initiales .initiale{font-size:4rem}.fondatrice-initiales .initiale-decoration{width:105px;height:105px}.fondatrice-quote-bubble{width:38px;height:38px;top:-8px;right:-10px}.fondatrice-quote-bubble .quote-icon{width:18px;height:18px}.fondatrice-text h2{font-size:1.5rem;color:#fff}.fondatrice-text p{font-size:.95rem;line-height:1.8}.fondatrice-text p:first-of-type:first-letter{font-size:1.8rem;margin-right:6px}.fondatrice-signature{font-size:1.4rem}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/notre-histoire-dynect.css.map */
