/* ==================================================
   CB06 - FIX ICÔNES / CARRÉS JAUNES PAGE RECRUTEMENT
   ================================================== */

.cb06-recrutement-page .cb06-rec-icon{
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  min-height:52px!important;
  flex:0 0 52px!important;
  border-radius:17px!important;
  background:#ffd21f!important;
  color:#041333!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  position:relative!important;
  overflow:hidden!important;
  padding:0!important;
  margin:0!important;
  box-shadow:none!important;
  font-size:0!important;
  line-height:1!important;
  text-indent:0!important;
}

/* On remet le chiffre proprement au centre */
.cb06-recrutement-page .cb06-rec-list div:nth-child(1) .cb06-rec-icon::before{
  content:"1";
}

.cb06-recrutement-page .cb06-rec-list div:nth-child(2) .cb06-rec-icon::before{
  content:"2";
}

.cb06-recrutement-page .cb06-rec-list div:nth-child(3) .cb06-rec-icon::before{
  content:"3";
}

.cb06-recrutement-page .cb06-rec-icon::before{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  position:absolute!important;
  inset:0!important;
  color:#041333!important;
  font-family:Inter,Arial,sans-serif!important;
  font-size:18px!important;
  font-weight:950!important;
  line-height:1!important;
  text-indent:0!important;
  transform:none!important;
  opacity:1!important;
}

.cb06-recrutement-page .cb06-rec-icon::after{
  display:none!important;
  content:none!important;
}

/* Sécurité : aucun vieux texte ne doit dépasser */
.cb06-recrutement-page .cb06-rec-icon *{
  display:none!important;
}

/* Alignement premium des lignes */
.cb06-recrutement-page .cb06-rec-list div{
  align-items:center!important;
  gap:16px!important;
}

.cb06-recrutement-page .cb06-rec-list b{
  margin-bottom:5px!important;
}

@media(max-width:768px){
  .cb06-recrutement-page .cb06-rec-icon{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    min-height:48px!important;
    flex:0 0 48px!important;
    border-radius:16px!important;
  }

  .cb06-recrutement-page .cb06-rec-icon::before{
    font-size:17px!important;
  }

  .cb06-recrutement-page .cb06-rec-list div{
    gap:14px!important;
  }
}
