/* Ajustements spécifiques au site Contact Attitude (au-dessus du thème Around) */

.navbar-brand img {
    max-height: 40px;
    width: auto;
}

.hero-illustration img {
    max-width: 100%;
    height: auto;
}

.stat-value {
    font-weight: 800;
}

.section-placeholder {
    border: 1px dashed var(--ar-border-color, #d7dde2);
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    color: var(--ar-body-color-secondary, #6f788b);
}

#qui-sommes-nous ul {
    padding-left: 1.25rem;
}

/* Mur de logos clients : fond blanc volontairement fixe (non réactif au thème)
   pour garantir la lisibilité des logos d'origine (encres sombres/couleur)
   aussi bien en mode clair qu'en mode sombre. */
.client-logo-tile {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 1rem;
    padding: 1rem;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
    transition: box-shadow .2s ease, transform .2s ease;
}

[data-bs-theme="dark"] .client-logo-tile {
    box-shadow: 0 4px 14px rgba(0, 0, 0, .35);
}

.client-logo-tile:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
}

.client-logo-tile img {
    max-height: 42px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}
