/* =========================================================
   Home — visuels clients créés et intégrés dans les cartes réalisations
   ========================================================= */
body.page-home .rb-projects{
  align-items:stretch!important;
}
body.page-home .rb-project{
  overflow:hidden!important;
}
body.page-home .rb-project__media{
  min-height:clamp(190px,16vw,260px)!important;
  display:flex!important;
  align-items:flex-end!important;
  padding:18px!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font:800 .9rem/1 var(--body)!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  border-bottom:1px solid rgba(255,255,255,.14)!important;
  position:relative!important;
  isolation:isolate!important;
}
body.page-home .rb-project__media:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-1!important;
  background:linear-gradient(180deg,rgba(17,16,14,.03) 0%,rgba(17,16,14,.10) 44%,rgba(17,16,14,.72) 100%)!important;
}
body.page-home .rb-project__media:after{
  content:""!important;
  position:absolute!important;
  right:18px!important;
  top:18px!important;
  width:46px!important;
  height:46px!important;
  border-radius:50%!important;
  background:rgba(255,249,239,.14)!important;
  border:1px solid rgba(255,255,255,.12)!important;
}
body.page-home .rb-project:nth-child(1) .rb-project__media{
  background-image:linear-gradient(180deg,rgba(17,16,14,.02),rgba(17,16,14,.62)),url('/assets/img/home/openlang.svg')!important;
}
body.page-home .rb-project:nth-child(2) .rb-project__media{
  background-image:linear-gradient(180deg,rgba(17,16,14,.02),rgba(17,16,14,.62)),url('/assets/img/home/lesensdelafete.svg')!important;
}
body.page-home .rb-project:nth-child(3) .rb-project__media{
  background-image:linear-gradient(180deg,rgba(17,16,14,.02),rgba(17,16,14,.62)),url('/assets/img/home/collector-briques.svg')!important;
}
body.page-home .rb-project:nth-child(1) .rb-project__media{font-size:0!important}
body.page-home .rb-project:nth-child(1) .rb-project__media:before{content:"OpenLang"!important;font-size:.9rem!important;display:flex!important;align-items:flex-end!important;padding:18px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(180deg,rgba(17,16,14,.02),rgba(17,16,14,.62))!important;z-index:1!important}
body.page-home .rb-project:nth-child(2) .rb-project__media{font-size:0!important}
body.page-home .rb-project:nth-child(2) .rb-project__media:before{content:"Le Sens de la fête"!important;font-size:.9rem!important;display:flex!important;align-items:flex-end!important;padding:18px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(180deg,rgba(17,16,14,.02),rgba(17,16,14,.62))!important;z-index:1!important}
body.page-home .rb-project:nth-child(3) .rb-project__media{font-size:0!important}
body.page-home .rb-project:nth-child(3) .rb-project__media:before{content:"Collector Briques"!important;font-size:.9rem!important;display:flex!important;align-items:flex-end!important;padding:18px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(180deg,rgba(17,16,14,.02),rgba(17,16,14,.62))!important;z-index:1!important}
@media(max-width:720px){
  body.page-home .rb-project__media{min-height:210px!important}
}
