/* Photos portfolio par client — chargé après les correctifs cartes.
   Les images sont sectorielles et dédiées à chaque projet. Remplacer ensuite par des photos client propriétaires dans /public/uploads/clients/. */

body.rb-theme-portfolio .rb-inner-content > .section-block:nth-of-type(2) .cards-grid > .card::before{
  content:'' !important;
  min-height:170px !important;
  align-items:flex-end !important;
  background-size:cover !important;
  background-position:center !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
}

body.rb-theme-portfolio .rb-inner-content > .section-block:nth-of-type(2) .cards-grid > .card:nth-child(1)::before{
  background-image:linear-gradient(180deg,rgba(16,22,27,.05),rgba(16,22,27,.70)),url('https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?auto=format&fit=crop&w=1100&q=80') !important;
}
body.rb-theme-portfolio .rb-inner-content > .section-block:nth-of-type(2) .cards-grid > .card:nth-child(2)::before{
  background-image:linear-gradient(180deg,rgba(16,22,27,.05),rgba(16,22,27,.70)),url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1100&q=80') !important;
}
body.rb-theme-portfolio .rb-inner-content > .section-block:nth-of-type(2) .cards-grid > .card:nth-child(3)::before{
  background-image:linear-gradient(180deg,rgba(16,22,27,.05),rgba(16,22,27,.70)),url('https://images.unsplash.com/photo-1447933601403-0c6688de566e?auto=format&fit=crop&w=1100&q=80') !important;
}
body.rb-theme-portfolio .rb-inner-content > .section-block:nth-of-type(2) .cards-grid > .card:nth-child(4)::before{
  background-image:linear-gradient(180deg,rgba(16,22,27,.05),rgba(16,22,27,.70)),url('https://images.unsplash.com/photo-1531058020387-3be344556be6?auto=format&fit=crop&w=1100&q=80') !important;
}
body.rb-theme-portfolio .rb-inner-content > .section-block:nth-of-type(2) .cards-grid > .card:nth-child(5)::before{
  background-image:linear-gradient(180deg,rgba(16,22,27,.05),rgba(16,22,27,.70)),url('https://images.unsplash.com/photo-1550751827-4bd374c3f58b?auto=format&fit=crop&w=1100&q=80') !important;
}
body.rb-theme-portfolio .rb-inner-content > .section-block:nth-of-type(2) .cards-grid > .card:nth-child(6)::before{
  background-image:linear-gradient(180deg,rgba(16,22,27,.05),rgba(16,22,27,.70)),url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f?auto=format&fit=crop&w=1100&q=80') !important;
}
body.rb-theme-portfolio .rb-inner-content > .section-block:nth-of-type(2) .cards-grid > .card:nth-child(7)::before{
  background-image:linear-gradient(180deg,rgba(16,22,27,.05),rgba(16,22,27,.70)),url('https://images.unsplash.com/photo-1416879595882-3373a0480b5b?auto=format&fit=crop&w=1100&q=80') !important;
}
body.rb-theme-portfolio .rb-inner-content > .section-block:nth-of-type(2) .cards-grid > .card:nth-child(8)::before{
  background-image:linear-gradient(180deg,rgba(16,22,27,.05),rgba(16,22,27,.70)),url('https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1100&q=80') !important;
}
body.rb-theme-portfolio .rb-inner-content > .section-block:nth-of-type(2) .cards-grid > .card:nth-child(9)::before{
  background-image:linear-gradient(180deg,rgba(16,22,27,.05),rgba(16,22,27,.70)),url('https://images.unsplash.com/photo-1532996122724-e3c354a0b15b?auto=format&fit=crop&w=1100&q=80') !important;
}
body.rb-theme-portfolio .rb-inner-content > .section-block:nth-of-type(2) .cards-grid > .card:nth-child(10)::before{
  background-image:linear-gradient(180deg,rgba(16,22,27,.05),rgba(16,22,27,.70)),url('https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1100&q=80') !important;
}
body.rb-theme-portfolio .rb-inner-content > .section-block:nth-of-type(2) .cards-grid > .card:nth-child(11)::before{
  background-image:linear-gradient(180deg,rgba(16,22,27,.05),rgba(16,22,27,.70)),url('https://images.unsplash.com/photo-1562259949-e8e7689d7828?auto=format&fit=crop&w=1100&q=80') !important;
}
body.rb-theme-portfolio .rb-inner-content > .section-block:nth-of-type(2) .cards-grid > .card:nth-child(12)::before{
  background-image:linear-gradient(180deg,rgba(16,22,27,.05),rgba(16,22,27,.70)),url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1100&q=80') !important;
}

/* Les blocs méthode / liens business ne doivent pas simuler des photos client. */
body.rb-theme-portfolio .rb-inner-content > .section-block:nth-of-type(n+3) .cards-grid > .card::before{
  display:none !important;
}

@media(max-width:760px){
  body.rb-theme-portfolio .rb-inner-content > .section-block:nth-of-type(2) .cards-grid > .card::before{
    min-height:145px !important;
  }
}
