#benin-map circle {
    transition: all 0.3s ease;
    fill: #FF7F3E; /* Orange par défaut */
}

#benin-map circle:hover {
    fill: #E66A2E; /* Orange plus foncé au survol */
}

/* Désactiver les événements sur le texte */
#benin-map text {
    pointer-events: none;
    user-select: none;
}

#clients-list {
    max-height: 670px;
    overflow-y: auto;
}

#clients-list .list-group-item {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 15px;
    transition: all 0.3s;
}

#clients-list .list-group-item:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

#clients-list .client-logo-list {
    max-height: 60px;
    max-width: 140px;
    object-fit: contain;
    flex-shrink: 0;
}

/* Home hero */
.home-hero {
    background: #fff;
    padding: 120px 0 80px;
}

.home-hero-title {
    line-height: 1.2;
    color: var(--dark-color);
}

.home-hero-title-accent {
    color: var(--primary-color);
}

.home-hero-lead {
    font-size: 1.25rem;
    color: #666;
}

.home-hero-visual {
    position: relative;
}

.home-hero-visual-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: rgba(33, 91, 111, 0.05);
    border-radius: 50%;
    z-index: 0;
}

.home-hero-visual-icon {
    font-size: 250px;
    opacity: 0.2;
    position: relative;
    z-index: 1;
    color: var(--primary-color);
}

/* Mobile app section */
.home-mobile-app {
    background-color: var(--primary-color);
}

.home-officina-hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: transparent !important;
    position: relative;
}

@media (max-width: 768px) {
    .officina-blob--blue,
    .officina-blob--pink {
        width: 200px;
        height: 200px;
    }
    .officina-blob--green {
        width: 180px;
        height: 180px;
    }
}

.officina-hero-content {
    position: relative;
    z-index: 1;
}

.officina-section-above {
    position: relative;
    z-index: 2;
    background-color: var(--primary-color);
    padding-top: 1.5rem !important;
}

.officina-section-above h2 {
    color: #fff;
}

.officina-section-above p {
    color: rgba(255,255,255,0.85);
}

/* Blobs animés */
.officina-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.35;
    pointer-events: none;
}

.officina-blob--blue {
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, #4f9cf9, #1e6fd9);
    top: -80px;
    left: -100px;
    right: 100px;
    animation: blobMove1 10s ease-in-out infinite alternate;
}

.officina-blob--pink {
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, #f472b6, #e11d85);
    bottom: -60px;
    right: 5%;
    animation: blobMove2 10s ease-in-out infinite alternate;
}

.officina-blob--green {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #4ade80, #16a34a);
    top: 20%;
    left: 45%;
    animation: blobMove3 10s ease-in-out infinite alternate;
}

@keyframes blobMove1 {
    0%   { transform: translate(0, 0) scale(1); }
    100% { transform: translate(calc(100vw + 60px), 80px) scale(1.1); }
}

@keyframes blobMove2 {
    0%   { transform: translate(0, 0) scale(1); }
    100% { transform: translate(calc(-100vw - 60px), -80px) scale(1.1); }
}

@keyframes blobMove3 {
    0%   { transform: translate(0, 0) scale(1); }
    20%  { transform: translate(280px, -180px) scale(1.3); }
    40%  { transform: translate(-260px, 160px) scale(0.8); }
    60%  { transform: translate(200px, 240px) scale(1.2); }
    80%  { transform: translate(-300px, -150px) scale(0.9); }
    100% { transform: translate(240px, 100px) scale(1.1); }
}

.home-officina-hero .home-mobile-app-kicker {
    color: var(--dark-color);
    font-size: clamp(3.5rem, 5.5vw, 4.5rem);
}

@media (max-width: 768px) {
    .home-officina-hero .home-mobile-app-kicker {
        font-size: 2.4rem;
    }
    .home-officina-hero .home-mobile-app-kicker span {
        font-size: inherit;
    }
}

.home-officina-hero .home-mobile-app-sub {
    color: #444;
    margin-left: auto;
    margin-right: auto;
}

.home-officina-hero .home-mobile-app-btn {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    padding: 0.75rem 2rem;
    font-size: 1rem;
}

.home-mobile-app-title,
.home-mobile-app-text {
    color: #fff;
}

.home-mobile-app-text {
    font-size: 0.98rem;
    line-height: 1.5;
}

.home-mobile-app-kicker {
    color: #fff;
    letter-spacing: -0.01em;
    margin-bottom: 8px;
    font-size: clamp(3rem, 5.5vw, 4.2rem);
    line-height: 1.1;
}

.home-mobile-app-kicker .kicker-light {
    font-weight: 300;
}

.home-mobile-app-kicker .kicker-bold {
    font-weight: 700;
}

.home-mobile-app-title--sm {
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    line-height: 1.15;
    opacity: 0.95;
}

.home-mobile-app-sub {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    max-width: 56ch;
}

.home-mobile-app-btn {
    border-radius: 50px;
}

.home-mobile-app-image-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    gap: 18px;
}

.home-mobile-app-download {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.home-mobile-app-download .home-mobile-app-title--sm {
    margin-left: auto;
    margin-right: auto;
    max-width: 28ch;
}

.home-mobile-app-download .home-mobile-app-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 46ch;
}

.home-mobile-app-image {
    max-width: 70%;
    height: auto;
}

@media (min-width: 992px) {
    .home-mobile-app-image {
        max-width: 60%;
    }
}

