@charset "UTF-8";:root{--primary: #c5a059;--primary-hover: #b08d45;--primary-gradient-end: #b89542;--secondary: #0f1623;--accent: #1a202e;--background: #f3eee8;--surface: #ffffff;--text-main: #1f2937;--text-light: #6b7280;--border: #e5e7eb;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2.5rem;--radius-xs: 8px;--radius-sm: 12px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 30px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .05), 0 2px 4px -2px rgb(0 0 0 / .05);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .08), 0 4px 6px -4px rgb(0 0 0 / .04);--shadow-premium: 0 20px 40px -5px rgba(197, 160, 89, .15);--primary-5: rgba(197, 160, 89, .05);--primary-10: rgba(197, 160, 89, .1);--primary-15: rgba(197, 160, 89, .15);--primary-20: rgba(197, 160, 89, .2);--primary-30: rgba(197, 160, 89, .3);--white-3: rgba(255, 255, 255, .03);--white-5: rgba(255, 255, 255, .05);--white-10: rgba(255, 255, 255, .1);--white-20: rgba(255, 255, 255, .2);--white-50: rgba(255, 255, 255, .5);--white-60: rgba(255, 255, 255, .6);--white-70: rgba(255, 255, 255, .7);--white-85: rgba(255, 255, 255, .85);--white-90: rgba(255, 255, 255, .9);--black-5: rgba(0, 0, 0, .05);--black-10: rgba(0, 0, 0, .1);--black-20: rgba(0, 0, 0, .2);--black-40: rgba(0, 0, 0, .4);--black-50: rgba(0, 0, 0, .5);--black-70: rgba(0, 0, 0, .7);--gray-50: #f8fafc;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-lightest: #eeeeee;--slate-200: #e2e8f0;--slate-300: #cbd5e1;--slate-400: #94a3b8;--slate-500: #64748b;--slate-700: #334155;--gold-premium: #CFAD58;--gold-metallic: #d4af37;--primary-90: rgba(197, 160, 89, .9);--white-15: rgba(255, 255, 255, .15);--white-80: rgba(255, 255, 255, .8);--gold-metallic-30: rgba(212, 175, 55, .3);--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--surface-hover: #fdfbf7;--scrollbar-track: #f1f1f1;--scrollbar-thumb: #c1c1c1;--scrollbar-thumb-hover: #a8a8a8;--primary-color: var(--primary);--secondary-color: var(--secondary);--text-primary: var(--text-main);--text-secondary: var(--text-light);--text-muted: var(--text-light)}.problem-section{padding:60px 0;background-color:var(--background);border-bottom:1px solid rgba(197,160,89,.1)}.problem-section .container{position:relative;z-index:2}.problem-section .section-title{font-size:2.8rem;font-weight:700;color:#c5a059;margin-bottom:3rem;text-shadow:none}.problem-section .problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin:0}.problem-section .problem-card{background:#fff;border:1px solid transparent;border-radius:16px;box-shadow:var(--shadow-sm);padding:30px 20px;text-align:center;transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:280px}.problem-section .problem-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px);border-color:#c5a05933}.problem-section .problem-card:hover .problem-icon{transform:scale(1.1)}.problem-section .problem-card.active{background:linear-gradient(135deg,#fff,#fff);border:1px solid rgba(197,160,89,.3);box-shadow:var(--shadow-md)}.problem-section .problem-card.active:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.problem-section .problem-card .problem-icon{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#c6933a,#bc852e);box-shadow:0 10px 20px #c5a05933;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#fff;transition:transform .4s ease}.problem-section .problem-card .problem-icon svg{width:28px;height:28px;stroke-width:1.5}.problem-section .problem-card .card-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem;line-height:1.4}.problem-section .problem-card .card-desc{font-size:1rem;color:#6b7280;line-height:1.5;margin-bottom:0;flex-grow:1}.problem-section .problem-transition{font-size:1.8rem;color:#1f2937;font-weight:500;margin-top:3.5rem;position:relative;z-index:2}.problem-section .problem-subtitle{font-size:2.2rem;color:#1f2937;font-weight:600;margin-top:1rem;position:relative;z-index:2}.accompagnement-section{padding:100px 0;background-color:transparent}.accompagnement-section .section-title{font-size:3rem;color:#c5a059;margin-bottom:4rem;font-weight:700}.accompagnement-section .accompagnement-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:4rem}.accompagnement-section .accompagnement-step{background:#fff;border-radius:16px;padding:40px;box-shadow:var(--shadow-sm);border:1px solid transparent;position:relative;overflow:hidden;transition:all .4s ease;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.accompagnement-section .accompagnement-step:hover{box-shadow:var(--shadow-premium);transform:translateY(-8px);border-color:#c5a05933}.accompagnement-section .accompagnement-step:hover .step-number{opacity:.4;transform:scale(1.1)}.accompagnement-section .accompagnement-step .step-number{font-size:6rem;line-height:.8;font-weight:800;background:linear-gradient(135deg,#c6933a,#bc852e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;position:absolute;top:20px;right:20px;opacity:.15;pointer-events:none;-webkit-user-select:none;user-select:none;transition:all .4s ease}.accompagnement-section .accompagnement-step .step-content{position:relative;z-index:2}.accompagnement-section .accompagnement-step h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;margin-top:1rem}.accompagnement-section .accompagnement-step p{color:#6b7280;line-height:1.6;font-size:1.05rem;margin:0}.packages-section{padding:40px 0;background-color:#fff}.packages-section .section-title{font-size:2.8rem;font-weight:700;color:#c5a059;margin-bottom:1rem;text-align:center}.packages-section .section-intro{text-align:center;color:#6b7280;font-size:1.1rem;max-width:800px;margin:0 auto 1rem}.packages-section .packages-layout{display:flex;gap:3rem;align-items:flex-start}.packages-section .packages-filters{flex:0 0 280px;background:#fff;padding:2.5rem;border-radius:16px;box-shadow:var(--shadow-sm);border:1px solid rgba(197,160,89,.1)}.packages-section .packages-filters h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;border-bottom:2px solid rgba(197,160,89,.2);padding-bottom:.5rem}.packages-section .packages-grid{flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.ressources-section{padding:50px 0;background-color:var(--background);text-align:center;border-top:1px solid rgba(197,160,89,.1);border-bottom:1px solid rgba(197,160,89,.1)}.ressources-section .section-title{font-size:2.8rem;font-weight:700;color:#c5a059;margin-bottom:1rem}.ressources-section .ressources-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.ressources-section .card-ressource{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000000d;display:flex;align-items:center;padding:2rem;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(197,160,89,.1);text-align:left}.ressources-section .card-ressource:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a;border-color:#c5a05966}.ressources-section .card-ressource img{width:80px;height:80px;object-fit:contain;margin-right:2rem}.ressources-section .card-ressource .ressource-content{flex:1}.ressources-section .card-ressource .ressource-content .badge{display:inline-block;padding:.4rem 1rem;border-radius:30px;font-size:.8rem;font-weight:600;margin-bottom:.8rem;background-color:#c5a0591a;color:#c5a059}.ressources-section .card-ressource .ressource-content h3{font-size:1.25rem;font-weight:700;margin:0;color:#1f2937;transition:color .3s ease}.ressources-section .card-ressource .ressource-content h3 a{color:inherit;text-decoration:none}.ressources-section .card-ressource .ressource-content h3 a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.communaute-section{padding:100px 0;background-color:#0f1623;color:#fff;position:relative;overflow:hidden}.communaute-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(197,160,89,.1) 0%,transparent 60%);z-index:1}.communaute-section .container{position:relative;z-index:2}.communaute-section .section-title{font-size:3rem;font-weight:700;color:#c5a059;margin-bottom:1.5rem}.communaute-section .section-intro{font-size:1.2rem;color:#ffffffe6;max-width:700px;margin:0 auto 3rem;line-height:1.6}.communaute-section .mission-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1000px;margin:3rem auto}@media (max-width: 575px){.communaute-section .mission-stats{grid-template-columns:1fr}}.communaute-section .stat-card{background:#fff;padding:30px 20px;border-radius:16px;text-align:center;box-shadow:0 15px 35px #0003;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease;position:relative;overflow:hidden}.communaute-section .stat-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#c6933a,#e0b65a)}.communaute-section .stat-card:hover{transform:translateY(-5px)}.communaute-section .stat-number-wrapper{display:flex;justify-content:center;align-items:baseline;gap:2px;margin-bottom:5px;background:linear-gradient(135deg,#c6933a,#bc852e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.communaute-section .stat-prefix,.communaute-section .stat-suffix{font-size:1.8rem;font-weight:700}.communaute-section .stat-number{font-size:3.2rem;font-weight:800;line-height:1}.communaute-section .stat-label{display:block;font-size:1.05rem;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:1px}.temoignages-section{padding:60px 0;background-color:#fff}.temoignages-section .section-title{font-size:2.5rem;font-weight:700;color:#c5a059;margin-bottom:3rem;text-align:center}.temoignages-section .temoignages-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:2rem;max-width:1400px;margin-left:auto;margin-right:auto}.temoignages-section .card-temoignage{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:var(--shadow-sm);border:1px solid rgba(197,160,89,.1);transition:transform .3s ease}.temoignages-section .card-temoignage:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.temoignages-section .card-temoignage .avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:2px solid rgba(197,160,89,.2)}.temoignages-section .card-temoignage .auteur{display:block;font-size:1rem;font-weight:700;color:#c5a059;margin-bottom:.5rem;font-style:normal}.temoignages-section .card-temoignage .citation{font-size:.9rem;line-height:1.6;color:#6b7280;font-style:italic;margin:0;position:relative}.temoignages-section .card-temoignage .citation:before{content:'"';font-size:2.5rem;color:#c5a05933;position:absolute;top:-10px;left:-10px;font-family:serif;line-height:1}.equipe-section{background-color:#0f1623!important;padding:100px 0;color:#fff;position:relative;overflow:hidden}.equipe-section:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:80%;background:radial-gradient(circle,rgba(197,160,89,.15) 0%,transparent 70%);z-index:0;pointer-events:none}.equipe-section .container{position:relative;z-index:1}.equipe-section .section-title{color:#c5a059;font-weight:700;margin-bottom:1rem}.equipe-section .section-intro{color:#fff;opacity:.9;margin-bottom:4rem;font-size:1.1rem}.equipe-section .equipe-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:3rem}.equipe-section .team-member{display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease}.equipe-section .team-member:hover{transform:translateY(-8px)}.equipe-section .team-member:hover .team-avatar{border-color:#c5a059cc;box-shadow:var(--shadow-premium)}.equipe-section .team-member .team-avatar{width:180px;height:180px;border-radius:50%;object-fit:cover;margin-bottom:1.5rem;border:1px solid rgba(197,160,89,.2);transition:all .3s ease;box-shadow:var(--shadow-md);background:#ffffff0d;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.equipe-section .team-member h4{margin-bottom:.5rem;font-size:1.3rem;color:#fff;font-weight:600}.equipe-section .team-member p{color:#c5a059;font-size:.95rem;font-weight:500;margin:0}.final-cta-section{background-color:#c5a059;padding:25px 0}.final-cta-section .section-title{color:#fff;line-height:1;margin:0}@media (max-width: 991px){.packages-section .packages-layout{flex-direction:column}.packages-section .packages-filters{width:100%;flex:none}.communaute-section .mission-stats,.accompagnement-section .accompagnement-grid,.problem-section .problem-grid,.packages-section .packages-grid,.equipe-section .equipe-grid,.temoignages-section .temoignages-grid{grid-template-columns:repeat(3,1fr)}.accompagnement-section .accompagnement-step .step-number{font-size:5rem}}@media (max-width: 767px){.communaute-section,.equipe-section,.accompagnement-section{padding:30px 0}.accompagnement-section .section-title,.packages-section .section-title,.ressources-section .section-title,.communaute-section .section-title,.temoignages-section .section-title,.problem-section .section-title{font-size:2rem;margin-bottom:2rem}.equipe-section .equipe-grid{grid-template-columns:repeat(2,1fr)}.equipe-section .team-member .team-avatar{width:120px;height:120px}.accompagnement-section .accompagnement-grid,.communaute-section .mission-stats,.problem-section .problem-grid,.packages-section .packages-grid,.ressources-section .ressources-grid,.temoignages-section .temoignages-grid{grid-template-columns:repeat(1,1fr)}.problem-section .problem-transition{font-size:1.5rem;margin-top:2rem}.final-cta-section .section-title{font-size:1.5rem}}
