/* Hero spécifique pour implantations */
.hero-implantations {
    background: #AF0522;
    padding: 4rem 0 5rem 0;
    position: relative;
    overflow: hidden;
    padding-top: 10rem;
}



.hero-implantations-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.hero-implantations-title {
    font-size: 3.5rem;
    color: white;
    margin-bottom: 2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
    position: relative;
}

.hero-implantations-description {
    font-size: 1.15rem;
    line-height: 1.7;
    color: white;
    max-width: 900px;
    margin: 0 auto;
    font-weight: 400;
    letter-spacing: 0.01em;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-implantations {
        padding: 3rem 0 4rem 0;
    }
    
    .hero-implantations-container {
        padding: 0 1rem;
    }
    
    .hero-implantations-title {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
    
    .hero-implantations-description {
        font-size: 1rem;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .hero-implantations-title {
        font-size: 2rem;
    }
    
    .hero-implantations-description {
        font-size: 0.95rem;
    }
}

.hero-implantations .breadcrumb a,
.hero-implantations .breadcrumb span {
    color: white;
}

.hero-implantations .breadcrumb-chevron {
  color: white;
  width: 20px;
  height: 20px;
}