.honoraires-page{background:linear-gradient(135deg,var(--white)0%,var(--primary-extra-light)30%,var(--gray)100%);min-height:100vh;padding:120px 0 80px;position:relative;overflow:hidden}.honoraires-page .background-elements{pointer-events:none;z-index:0;position:absolute;top:0;bottom:0;left:0;right:0}.honoraires-page .background-elements .bg-circle{opacity:.06;border-radius:50%;position:absolute}.honoraires-page .background-elements .bg-circle.circle-1{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);width:400px;height:400px;animation:30s linear infinite rotate;top:-200px;right:-200px}.honoraires-page .background-elements .bg-circle.circle-2{background:linear-gradient(135deg,var(--secondary)0%,var(--secondary-light)100%);width:300px;height:300px;animation:25s linear infinite reverse rotate;bottom:-150px;left:-150px}.honoraires-page .background-elements .bg-circle.circle-3{background:linear-gradient(135deg,var(--primary-light)0%,var(--secondary)100%);width:200px;height:200px;animation:6s ease-in-out infinite pulse;top:50%;left:50%;transform:translate(-50%,-50%)}.honoraires-page .background-elements .bg-pattern{background:radial-gradient(circle at 25% 75%,rgba(37,77,50,.03) 0%,transparent 50%),radial-gradient(circle at 75% 25%,rgba(215,154,16,.03) 0%,transparent 50%);position:absolute;top:0;bottom:0;left:0;right:0}.honoraires-page .container{z-index:1;max-width:1200px;margin:0 auto;padding:0 20px;position:relative}.honoraires-page .page-header{text-align:center;margin-bottom:80px}@media (max-width:768px){.honoraires-page .page-header{margin-bottom:60px}}.honoraires-page .page-header .header-content{margin-bottom:40px}.honoraires-page .page-header .header-content .logo-container{justify-content:center;align-items:center;margin-bottom:30px;display:flex}.honoraires-page .page-header .header-content .logo-container .brand-logo{filter:drop-shadow(0 6px 12px rgba(37,77,50,.3));width:auto;height:70px;animation:3s ease-in-out infinite logoFloat}.honoraires-page .page-header .header-content .page-title{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:max(2.5rem,min(5vw,3.5rem));font-weight:700;line-height:1.2}.honoraires-page .page-header .header-content .page-subtitle{color:var(--gray-text);text-align:center;max-width:700px;margin:0 auto 30px;font-size:max(1rem,min(2.5vw,1.2rem));line-height:1.6}.honoraires-page .page-header .header-content .title-decoration{background:linear-gradient(90deg,var(--primary)0%,var(--secondary)100%);border-radius:2px;width:100px;height:4px;margin:0 auto}.honoraires-page .page-header .intro-section .intro-text{color:var(--gray-text);background:linear-gradient(135deg,var(--primary-extra-light)0%,rgba(255,255,255,.8) 100%);border:2px solid rgba(37,77,50,.1);border-radius:20px;max-width:800px;margin:0 auto;padding:30px;font-size:1.1rem;line-height:1.7;position:relative;overflow:hidden}@media (max-width:768px){.honoraires-page .page-header .intro-section .intro-text{padding:25px 20px;font-size:1rem}}.honoraires-page .page-header .intro-section .intro-text:before{content:"";background:linear-gradient(90deg,var(--primary)0%,var(--secondary)100%);height:4px;position:absolute;top:0;left:0;right:0}.honoraires-page .honoraires-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-bottom:100px;display:grid}@media (max-width:768px){.honoraires-page .honoraires-grid{grid-template-columns:1fr;gap:25px;margin-bottom:80px}}@media (max-width:480px){.honoraires-page .honoraires-grid{gap:20px;margin-bottom:60px}}.honoraires-page .honoraires-grid .honoraire-card{background:var(--white);border:2px solid transparent;border-radius:24px;min-height:280px;padding:35px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 15px 40px rgba(37,77,50,.1)}@media (max-width:768px){.honoraires-page .honoraires-grid .honoraire-card{min-height:260px;padding:30px 25px}}@media (max-width:480px){.honoraires-page .honoraires-grid .honoraire-card{min-height:240px;padding:25px 20px}}.honoraires-page .honoraires-grid .honoraire-card:before{content:"";background:linear-gradient(90deg,var(--primary)0%,var(--secondary)100%);height:5px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.honoraires-page .honoraires-grid .honoraire-card.secondary:before{background:linear-gradient(90deg,var(--secondary)0%,var(--secondary-light)100%)}.honoraires-page .honoraires-grid .honoraire-card.primary-light:before{background:linear-gradient(90deg,var(--primary-light)0%,var(--primary)100%)}.honoraires-page .honoraires-grid .honoraire-card.secondary-light:before{background:linear-gradient(90deg,var(--secondary-light)0%,var(--secondary)100%)}.honoraires-page .honoraires-grid .honoraire-card:hover{border-color:var(--primary-light);transform:translateY(-8px);box-shadow:0 25px 60px rgba(37,77,50,.15)}.honoraires-page .honoraires-grid .honoraire-card:hover:before{transform:scaleX(1)}.honoraires-page .honoraires-grid .honoraire-card:hover .icon-wrapper{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);transform:scale(1.1)rotate(5deg)}.honoraires-page .honoraires-grid .honoraire-card:hover .icon-wrapper .card-icon{color:var(--white)}.honoraires-page .honoraires-grid .honoraire-card:hover .card-decoration{opacity:1;transform:scale(1)}.honoraires-page .honoraires-grid .honoraire-card:hover .card-number{color:var(--secondary);transform:scale(1.1)}.honoraires-page .honoraires-grid .honoraire-card .card-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.honoraires-page .honoraires-grid .honoraire-card .card-header .icon-wrapper{background:var(--primary-extra-light);border-radius:18px;justify-content:center;align-items:center;width:70px;height:70px;transition:all .4s;display:flex}@media (max-width:768px){.honoraires-page .honoraires-grid .honoraire-card .card-header .icon-wrapper{width:60px;height:60px}}.honoraires-page .honoraires-grid .honoraire-card .card-header .icon-wrapper .card-icon{color:var(--primary);font-size:32px;transition:all .4s}@media (max-width:768px){.honoraires-page .honoraires-grid .honoraire-card .card-header .icon-wrapper .card-icon{font-size:28px}}.honoraires-page .honoraires-grid .honoraire-card .card-header .card-number{color:var(--gray-text-light);font-size:2.5rem;font-weight:800;transition:all .4s}@media (max-width:768px){.honoraires-page .honoraires-grid .honoraire-card .card-header .card-number{font-size:2rem}}.honoraires-page .honoraires-grid .honoraire-card .card-content .card-title{color:var(--black);margin-bottom:15px;font-size:1.4rem;font-weight:600;line-height:1.3}@media (max-width:768px){.honoraires-page .honoraires-grid .honoraire-card .card-content .card-title{margin-bottom:12px;font-size:1.2rem}}.honoraires-page .honoraires-grid .honoraire-card .card-content .card-description{color:var(--gray-text);margin:0;font-size:1rem;line-height:1.6}@media (max-width:768px){.honoraires-page .honoraires-grid .honoraire-card .card-content .card-description{font-size:.95rem}}.honoraires-page .honoraires-grid .honoraire-card .card-decoration{background:linear-gradient(135deg,var(--secondary-light)0%,var(--secondary)100%);opacity:.08;border-radius:50%;width:100px;height:100px;transition:all .4s;position:absolute;bottom:-25px;right:-25px;transform:scale(.8)}.honoraires-page .cta-section{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);text-align:center;border-radius:32px;padding:60px 40px;position:relative;overflow:hidden}@media (max-width:768px){.honoraires-page .cta-section{padding:50px 30px}}@media (max-width:480px){.honoraires-page .cta-section{padding:40px 20px}}.honoraires-page .cta-section:before{content:"";opacity:.05;pointer-events:none;background:url(/images/logo-color.webp) 50%/300px no-repeat;position:absolute;top:0;bottom:0;left:0;right:0}.honoraires-page .cta-section .cta-content{z-index:1;position:relative}.honoraires-page .cta-section .cta-content .cta-header{flex-direction:column;align-items:center;margin-bottom:40px;display:flex}.honoraires-page .cta-section .cta-content .cta-header h3{color:var(--white);margin-bottom:16px;font-size:max(1.8rem,min(4vw,2.2rem));font-weight:700;line-height:1.3}.honoraires-page .cta-section .cta-content .cta-header p{color:rgba(255,255,255,.9);text-align:center;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}@media (max-width:768px){.honoraires-page .cta-section .cta-content .cta-header p{font-size:1rem}}.honoraires-page .cta-section .cta-content .cta-actions{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.honoraires-page .cta-section .cta-content .cta-actions .cta-button{border-radius:50px;justify-content:center;align-items:center;min-width:180px;padding:18px 36px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}@media (max-width:480px){.honoraires-page .cta-section .cta-content .cta-actions .cta-button{width:100%;padding:16px 32px;font-size:1rem}}.honoraires-page .cta-section .cta-content .cta-actions .cta-button.primary{background:var(--secondary);color:var(--white);box-shadow:0 8px 25px rgba(215,154,16,.4)}.honoraires-page .cta-section .cta-content .cta-actions .cta-button.primary:hover{background:var(--secondary-light);transform:translateY(-3px);box-shadow:0 12px 35px rgba(215,154,16,.5)}.honoraires-page .cta-section .cta-content .cta-actions .cta-button.secondary{color:var(--white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.15);border:2px solid rgba(255,255,255,.3)}.honoraires-page .cta-section .cta-content .cta-actions .cta-button.secondary:hover{background:rgba(255,255,255,.25);border-color:rgba(255,255,255,.5);transform:translateY(-3px)}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.06;transform:translate(-50%,-50%)scale(1)}50%{opacity:.1;transform:translate(-50%,-50%)scale(1.05)}}@media (max-width:768px){.honoraires-page{padding:100px 0 60px}.honoraires-page .container{padding:0 15px}.honoraires-page .page-header .header-content .logo-container .brand-logo{height:60px}}@media (max-width:480px){.honoraires-page{padding:90px 0 50px}.honoraires-page .container{padding:0 10px}.honoraires-page .page-header{margin-bottom:50px}.honoraires-page .page-header .header-content{margin-bottom:30px}.honoraires-page .page-header .header-content .logo-container .brand-logo{height:50px}.honoraires-page .honoraires-grid .honoraire-card .card-header{margin-bottom:20px}}
