/* Photo curation 2026 — chargé en dernier.
   Objectif : captures réelles pour les références clients + visuels blog non répétitifs.
*/

/* HOME : cas clients = captures réelles des sites, cadrées sur le hero/header. */
.rb-home .rb-project__media{
  position:relative !important;
  min-height:230px !important;
  display:flex !important;
  align-items:flex-end !important;
  padding:20px !important;
  overflow:hidden !important;
  background-size:cover !important;
  background-position:top center !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  font-size:0 !important;
  border-bottom:1px solid rgba(255,255,255,.12) !important;
}
.rb-home .rb-project__media::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(16,22,27,.02) 0%,rgba(16,22,27,.15) 42%,rgba(16,22,27,.86) 100%);
  z-index:1;
}
.rb-home .rb-project__media::after{
  position:relative;
  z-index:2;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.rb-home .rb-project:nth-child(1) .rb-project__media{background-image:url('https://s.wordpress.com/mshots/v1/https%3A%2F%2Fopenlang.fr%2F?w=1200') !important;}
.rb-home .rb-project:nth-child(1) .rb-project__media::after{content:'Capture du site · OpenLang';}
.rb-home .rb-project:nth-child(2) .rb-project__media{background-image:url('https://s.wordpress.com/mshots/v1/https%3A%2F%2Flesensdelafete.com%2F?w=1200') !important;}
.rb-home .rb-project:nth-child(2) .rb-project__media::after{content:'Capture du site · Le Sens de la fête';}
.rb-home .rb-project:nth-child(3) .rb-project__media{background-image:url('https://s.wordpress.com/mshots/v1/https%3A%2F%2Fcollector-briques.com%2F?w=1200') !important;}
.rb-home .rb-project:nth-child(3) .rb-project__media::after{content:'Capture du site · Collector Briques';}

/* HERO pages internes : visuels premium. Les vraies photos locales propriétaires pourront remplacer ces URLs ensuite. */
.rb-inner-panel::before{
  background-image:linear-gradient(180deg,rgba(16,22,27,.02),rgba(16,22,27,.78)),url('https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1400&q=84') !important;
}
.rb-theme-seo .rb-inner-panel::before{
  background-image:linear-gradient(180deg,rgba(16,22,27,.02),rgba(16,22,27,.78)),url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=1400&q=84') !important;
}
.rb-theme-web .rb-inner-panel::before{
  background-image:linear-gradient(180deg,rgba(16,22,27,.02),rgba(16,22,27,.78)),url('https://images.unsplash.com/photo-1498050108023-c5249f4df085?auto=format&fit=crop&w=1400&q=84') !important;
}
.rb-theme-local .rb-inner-panel::before,
body[class*="rb-page-consultant-seo-le-mans"] .rb-inner-panel::before,
body[class*="rb-page-consultant-seo-sarthe"] .rb-inner-panel::before,
body[class*="rb-page-creation-site-web-le-mans"] .rb-inner-panel::before{
  background-image:linear-gradient(180deg,rgba(16,22,27,.02),rgba(16,22,27,.80)),url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1400&q=84') !important;
}
body[class*="rb-page-consultant-seo-angers"] .rb-inner-panel::before,
body[class*="rb-page-creation-site-web-angers"] .rb-inner-panel::before{
  background-image:linear-gradient(180deg,rgba(16,22,27,.02),rgba(16,22,27,.80)),url('https://images.unsplash.com/photo-1511818966892-d7d671e672a2?auto=format&fit=crop&w=1400&q=84') !important;
}
body[class*="rb-page-consultant-seo-tours"] .rb-inner-panel::before,
body[class*="rb-page-creation-site-web-tours"] .rb-inner-panel::before{
  background-image:linear-gradient(180deg,rgba(16,22,27,.02),rgba(16,22,27,.80)),url('https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=1400&q=84') !important;
}
body[class*="rb-page-a-propos"] .rb-inner-panel::before{
  background-image:linear-gradient(180deg,rgba(16,22,27,.02),rgba(16,22,27,.80)),url('https://images.unsplash.com/photo-1507679799987-c73779587ccf?auto=format&fit=crop&w=1400&q=84') !important;
}
body[class*="rb-page-portfolio"] .rb-inner-panel::before{
  background-image:linear-gradient(180deg,rgba(16,22,27,.02),rgba(16,22,27,.78)),url('https://images.unsplash.com/photo-1519389950473-47ba0277781c?auto=format&fit=crop&w=1400&q=84') !important;
}

/* BANDE CAS CLIENTS : captures des sites, pas photos génériques. */
.rb-shot-openlang{background-image:url('https://s.wordpress.com/mshots/v1/https%3A%2F%2Fopenlang.fr%2F?w=1200') !important;background-position:top center !important;}
.rb-shot-fete{background-image:url('https://s.wordpress.com/mshots/v1/https%3A%2F%2Flesensdelafete.com%2F?w=1200') !important;background-position:top center !important;}
.rb-shot-briques{background-image:url('https://s.wordpress.com/mshots/v1/https%3A%2F%2Fcollector-briques.com%2F?w=1200') !important;background-position:top center !important;}

/* PORTFOLIO : uniquement la section des exemples de sites reçoit les captures. */
body.rb-theme-portfolio .rb-inner-content > .section-block:first-of-type .cards-grid > .card::before{
  content:'' !important;
  min-height:210px !important;
  display:block !important;
  background-size:cover !important;
  background-position:top center !important;
  border-bottom:1px solid rgba(26,22,18,.12) !important;
}
body.rb-theme-portfolio .rb-inner-content > .section-block:first-of-type .cards-grid > .card:nth-child(1)::before{background-image:linear-gradient(180deg,rgba(16,22,27,0) 0%,rgba(16,22,27,.10) 48%,rgba(16,22,27,.72) 100%),url('https://s.wordpress.com/mshots/v1/https%3A%2F%2Fopenlang.fr%2F?w=1200') !important;}
body.rb-theme-portfolio .rb-inner-content > .section-block:first-of-type .cards-grid > .card:nth-child(2)::before{background-image:linear-gradient(180deg,rgba(16,22,27,0) 0%,rgba(16,22,27,.10) 48%,rgba(16,22,27,.72) 100%),url('https://s.wordpress.com/mshots/v1/https%3A%2F%2Fcollector-briques.com%2F?w=1200') !important;}
body.rb-theme-portfolio .rb-inner-content > .section-block:first-of-type .cards-grid > .card:nth-child(3)::before{background-image:linear-gradient(180deg,rgba(16,22,27,0) 0%,rgba(16,22,27,.10) 48%,rgba(16,22,27,.72) 100%),url('https://s.wordpress.com/mshots/v1/https%3A%2F%2Fmouluparfait.fr%2F?w=1200') !important;}
body.rb-theme-portfolio .rb-inner-content > .section-block:first-of-type .cards-grid > .card:nth-child(4)::before{background-image:linear-gradient(180deg,rgba(16,22,27,0) 0%,rgba(16,22,27,.10) 48%,rgba(16,22,27,.72) 100%),url('https://s.wordpress.com/mshots/v1/https%3A%2F%2Flesensdelafete.com%2F?w=1200') !important;}
body.rb-theme-portfolio .rb-inner-content > .section-block:first-of-type .cards-grid > .card:nth-child(5)::before{background-image:linear-gradient(180deg,rgba(16,22,27,0) 0%,rgba(16,22,27,.10) 48%,rgba(16,22,27,.72) 100%),url('https://s.wordpress.com/mshots/v1/https%3A%2F%2Fcybereva.com%2F?w=1200') !important;}
body.rb-theme-portfolio .rb-inner-content > .section-block:first-of-type .cards-grid > .card:nth-child(6)::before{background-image:linear-gradient(180deg,rgba(16,22,27,0) 0%,rgba(16,22,27,.10) 48%,rgba(16,22,27,.72) 100%),url('https://s.wordpress.com/mshots/v1/https%3A%2F%2Favocat-alencon.fr%2F?w=1200') !important;}
body.rb-theme-portfolio .rb-inner-content > .section-block:first-of-type .cards-grid > .card:nth-child(7)::before{background-image:linear-gradient(180deg,rgba(16,22,27,0) 0%,rgba(16,22,27,.10) 48%,rgba(16,22,27,.72) 100%),url('https://s.wordpress.com/mshots/v1/https%3A%2F%2Fwww.depannetonterrain.fr%2F?w=1200') !important;}
body.rb-theme-portfolio .rb-inner-content > .section-block:first-of-type .cards-grid > .card:nth-child(8)::before{background-image:linear-gradient(180deg,rgba(16,22,27,0) 0%,rgba(16,22,27,.10) 48%,rgba(16,22,27,.72) 100%),url('https://s.wordpress.com/mshots/v1/https%3A%2F%2Fnds-expertise.fr%2F?w=1200') !important;}
body.rb-theme-portfolio .rb-inner-content > .section-block:first-of-type .cards-grid > .card:nth-child(9)::before{background-image:linear-gradient(180deg,rgba(16,22,27,0) 0%,rgba(16,22,27,.10) 48%,rgba(16,22,27,.72) 100%),url('https://s.wordpress.com/mshots/v1/https%3A%2F%2Fpreciousplastictouraine.fr%2F?w=1200') !important;}
body.rb-theme-portfolio .rb-inner-content > .section-block:first-of-type .cards-grid > .card:nth-child(10)::before{background-image:linear-gradient(180deg,rgba(16,22,27,0) 0%,rgba(16,22,27,.10) 48%,rgba(16,22,27,.72) 100%),url('https://s.wordpress.com/mshots/v1/https%3A%2F%2Femtyconsulting.fr%2F?w=1200') !important;}
body.rb-theme-portfolio .rb-inner-content > .section-block:first-of-type .cards-grid > .card:nth-child(11)::before{background-image:linear-gradient(180deg,rgba(16,22,27,0) 0%,rgba(16,22,27,.10) 48%,rgba(16,22,27,.72) 100%),url('https://s.wordpress.com/mshots/v1/https%3A%2F%2Faf-esprit-deco.fr%2F?w=1200') !important;}
body.rb-theme-portfolio .rb-inner-content > .section-block:first-of-type .cards-grid > .card:nth-child(12)::before{background-image:linear-gradient(180deg,rgba(16,22,27,0) 0%,rgba(16,22,27,.10) 48%,rgba(16,22,27,.72) 100%),url('https://s.wordpress.com/mshots/v1/https%3A%2F%2Ffdvconseil.com%2F?w=1200') !important;}
body.rb-theme-portfolio .rb-inner-content > .section-block:nth-of-type(n+2) .cards-grid > .card::before{display:none !important;}

/* BLOG : 12 visuels distincts pour éviter l'effet répétition. */
body.page-blog-archive .post-row::before{background-size:cover !important;background-position:center !important;}
body.page-blog-archive .post-row:nth-child(1)::before{background-image:linear-gradient(180deg,rgba(16,22,27,.03),rgba(16,22,27,.72)),url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=1000&q=84') !important;}
body.page-blog-archive .post-row:nth-child(2)::before{background-image:linear-gradient(180deg,rgba(16,22,27,.03),rgba(16,22,27,.72)),url('https://images.unsplash.com/photo-1498050108023-c5249f4df085?auto=format&fit=crop&w=1000&q=84') !important;}
body.page-blog-archive .post-row:nth-child(3)::before{background-image:linear-gradient(180deg,rgba(16,22,27,.03),rgba(16,22,27,.72)),url('https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1000&q=84') !important;}
body.page-blog-archive .post-row:nth-child(4)::before{background-image:linear-gradient(180deg,rgba(16,22,27,.03),rgba(16,22,27,.72)),url('https://images.unsplash.com/photo-1553877522-43269d4ea984?auto=format&fit=crop&w=1000&q=84') !important;}
body.page-blog-archive .post-row:nth-child(5)::before{background-image:linear-gradient(180deg,rgba(16,22,27,.03),rgba(16,22,27,.72)),url('https://images.unsplash.com/photo-1551434678-e076c223a692?auto=format&fit=crop&w=1000&q=84') !important;}
body.page-blog-archive .post-row:nth-child(6)::before{background-image:linear-gradient(180deg,rgba(16,22,27,.03),rgba(16,22,27,.72)),url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1000&q=84') !important;}
body.page-blog-archive .post-row:nth-child(7)::before{background-image:linear-gradient(180deg,rgba(16,22,27,.03),rgba(16,22,27,.72)),url('https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1000&q=84') !important;}
body.page-blog-archive .post-row:nth-child(8)::before{background-image:linear-gradient(180deg,rgba(16,22,27,.03),rgba(16,22,27,.72)),url('https://images.unsplash.com/photo-1504384308090-c894fdcc538d?auto=format&fit=crop&w=1000&q=84') !important;}
body.page-blog-archive .post-row:nth-child(9)::before{background-image:linear-gradient(180deg,rgba(16,22,27,.03),rgba(16,22,27,.72)),url('https://images.unsplash.com/photo-1542744094-24638eff58bb?auto=format&fit=crop&w=1000&q=84') !important;}
body.page-blog-archive .post-row:nth-child(10)::before{background-image:linear-gradient(180deg,rgba(16,22,27,.03),rgba(16,22,27,.72)),url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1000&q=84') !important;}
body.page-blog-archive .post-row:nth-child(11)::before{background-image:linear-gradient(180deg,rgba(16,22,27,.03),rgba(16,22,27,.72)),url('https://images.unsplash.com/photo-1533750349088-cd871a92f312?auto=format&fit=crop&w=1000&q=84') !important;}
body.page-blog-archive .post-row:nth-child(12)::before{background-image:linear-gradient(180deg,rgba(16,22,27,.03),rgba(16,22,27,.72)),url('https://images.unsplash.com/photo-1487017159836-4e23ece2e4cf?auto=format&fit=crop&w=1000&q=84') !important;}
body.page-blog-archive .post-row:nth-child(n+13)::before{background-image:linear-gradient(180deg,rgba(16,22,27,.03),rgba(16,22,27,.72)),url('https://images.unsplash.com/photo-1551434678-e076c223a692?auto=format&fit=crop&w=1000&q=84') !important;}

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