.section-about{padding:80px 0}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-text{padding-right:2rem}.about-text .section-title{font-size:2.5rem;margin-bottom:1.5rem;color:var(--vert-activelec)}.about-intro{font-size:1.2rem;line-height:1.8;margin-bottom:1.5rem;color:var(--text)}.about-description{font-size:1.05rem;line-height:1.7;margin-bottom:2rem;color:var(--gray-dark)}.about-features{display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;gap:1.25rem;align-items:flex-start;background:white;padding:1.5rem;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,0.05);transition:transform 0.3s ease,box-shadow 0.3s ease}.feature-item:hover{transform:translateX(8px);box-shadow:0 4px 15px rgba(0,0,0,0.1)}.feature-icon{font-size:2.5rem;line-height:1;flex-shrink:0}.feature-text h4{font-size:1.15rem;font-weight:700;color:var(--vert-activelec);margin-bottom:0.5rem}.feature-text p{font-size:0.95rem;color:var(--gray-dark);margin:0;line-height:1.6}.about-image{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,0.15);transition:transform 0.3s ease}.about-image:hover{transform:translateY(-5px)}.about-img{width:100%;height:600px;object-fit:cover;display:block}.about-badge{position:absolute;bottom:30px;left:30px;background:linear-gradient(135deg,var(--jaune-activelec) 0%,var(--vert-activelec) 100%);padding:1.5rem 2rem;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,0.3);text-align:center;animation:fadeInUp 0.8s ease 0.5s both}.badge-number{display:block;font-size:2.5rem;font-weight:800;color:white;line-height:1;text-shadow:2px 2px 4px rgba(0,0,0,0.2)}.badge-label{display:block;font-size:0.85rem;font-weight:600;color:white;margin-top:0.5rem;text-transform:uppercase;letter-spacing:1px}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:968px){.about-content{grid-template-columns:1fr;gap:40px}.about-text{padding-right:0}.about-text .section-title{font-size:2rem}.about-intro{font-size:1.1rem}.about-image{order:-1}.about-img{height:400px}.about-badge{bottom:20px;left:20px;padding:1.25rem 1.75rem}.badge-number{font-size:2rem}}@media (max-width:640px){.about-text .section-title{font-size:1.75rem}.about-intro{font-size:1rem}.feature-item{flex-direction:column;gap:1rem;padding:1.25rem}.feature-icon{font-size:2rem}.about-img{height:320px}}