/* Client logos grid (replaces the original Bande-Logos-1.jpg strip, same background and 6-per-row layout) */
.logos-clients{display:grid;grid-template-columns:repeat(6,1fr);gap:24px 32px;align-items:center;justify-items:center;padding:4% 4.5%;background-color:#ceddee}
.logos-clients__item{display:flex;align-items:center;justify-content:center;width:100%}
.logos-clients__item img{display:block;max-width:100%;max-height:90px;width:auto;height:auto}
@media (max-width:980px){.logos-clients{grid-template-columns:repeat(3,1fr)}}
@media (max-width:479px){.logos-clients{grid-template-columns:repeat(2,1fr);gap:16px}}
