.cb06-recrutement-page{
  font-family:Inter,Arial,sans-serif;
  color:#041333;
  background:
    radial-gradient(circle at 85% 8%,rgba(7,95,236,.14),transparent 300px),
    radial-gradient(circle at 6% 16%,rgba(255,210,31,.18),transparent 280px),
    linear-gradient(180deg,#ffffff,#f5f8ff 54%,#ffffff);
  overflow:hidden;
}

.cb06-recrutement-page *{box-sizing:border-box}

.cb06-rec-wrap{
  width:min(1180px,calc(100% - 32px));
  margin:0 auto;
}

.cb06-rec-hero{
  padding:82px 0 40px;
}

.cb06-rec-grid{
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:30px;
  align-items:stretch;
}

.cb06-rec-card{
  border:1px solid rgba(7,95,236,.13);
  border-radius:34px;
  background:rgba(255,255,255,.84);
  backdrop-filter:blur(10px);
  box-shadow:0 34px 90px rgba(4,19,51,.10);
  overflow:hidden;
}

.cb06-rec-main{
  padding:42px;
}

.cb06-rec-kicker{
  display:inline-flex;
  min-height:34px;
  align-items:center;
  padding:0 14px;
  border-radius:999px;
  background:#eaf2ff;
  color:#075fec;
  font-size:13px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.35px;
}

.cb06-rec-main h1{
  margin:22px 0 16px;
  max-width:780px;
  font-size:clamp(42px,5vw,76px);
  line-height:.93;
  letter-spacing:-3px;
  font-weight:950;
  color:#041333;
}

.cb06-rec-main p{
  margin:0;
  color:#5c6a82;
  font-size:18px;
  line-height:1.62;
}

.cb06-rec-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}

.cb06-rec-pills span{
  min-height:36px;
  border-radius:999px;
  padding:0 14px;
  display:inline-flex;
  align-items:center;
  background:#fff;
  border:1px solid #dbe6f7;
  color:#041333;
  font-size:13px;
  font-weight:900;
}

.cb06-rec-side{
  padding:30px;
  background:
    radial-gradient(circle at 88% 14%,rgba(255,210,31,.32),transparent 230px),
    linear-gradient(145deg,#041333,#075fec);
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.cb06-rec-side .badge{
  display:inline-flex;
  min-height:32px;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.13);
  color:#ffd21f;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
}

.cb06-rec-side h2{
  margin:22px 0 12px;
  color:#fff;
  font-size:clamp(30px,3.2vw,48px);
  line-height:1;
  letter-spacing:-1.6px;
  font-weight:950;
}

.cb06-rec-side p{
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:16px;
  line-height:1.58;
}

.cb06-rec-list{
  display:grid;
  gap:12px;
  margin-top:30px;
}

.cb06-rec-list div{
  min-height:72px;
  border-radius:22px;
  padding:16px 18px;
  display:flex;
  gap:14px;
  align-items:center;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.15);
}

.cb06-rec-icon{
  width:42px;
  height:42px;
  border-radius:16px;
  background:#ffd21f;
  color:#041333;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  font-weight:950;
}

.cb06-rec-list b{
  display:block;
  margin-bottom:4px;
  color:#fff;
  font-size:15px;
  font-weight:950;
}

.cb06-rec-list span{
  display:block;
  color:rgba(255,255,255,.72);
  font-size:13px;
  line-height:1.35;
}

.cb06-rec-section{
  padding:32px 0 90px;
}

.cb06-rec-form-card{
  padding:34px;
  border-radius:34px;
  background:#fff;
  border:1px solid #dbe6f7;
  box-shadow:0 24px 80px rgba(4,19,51,.08);
}

.cb06-rec-form-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:24px;
}

.cb06-rec-form-head h2{
  margin:0;
  max-width:650px;
  font-size:clamp(34px,4vw,54px);
  line-height:1;
  letter-spacing:-1.8px;
  font-weight:950;
}

.cb06-rec-form-head p{
  margin:0;
  max-width:410px;
  color:#64738d;
  font-size:15px;
  line-height:1.55;
}

.cb06-rec-form{
  display:grid;
  gap:18px;
}

.cb06-rec-row{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}

.cb06-rec-field{
  display:grid;
  gap:8px;
}

.cb06-rec-field label{
  color:#041333;
  font-size:14px;
  font-weight:950;
}

.cb06-rec-field input,
.cb06-rec-field select,
.cb06-rec-field textarea{
  width:100%;
  min-height:54px;
  border:1px solid #dbe6f7;
  border-radius:18px;
  padding:0 16px;
  background:#f8fbff;
  color:#041333;
  font:inherit;
  font-size:15px;
  font-weight:700;
  outline:none;
}

.cb06-rec-field textarea{
  min-height:140px;
  padding:16px;
  resize:vertical;
}

.cb06-rec-field input:focus,
.cb06-rec-field select:focus,
.cb06-rec-field textarea:focus{
  border-color:#075fec;
  background:#fff;
  box-shadow:0 0 0 4px rgba(7,95,236,.10);
}

.cb06-rec-file{
  padding:18px;
  border-radius:22px;
  background:#f8fbff;
  border:1px dashed #b8c9e6;
}

.cb06-rec-help{
  margin:2px 0 0;
  color:#64738d;
  font-size:13px;
  line-height:1.4;
}

.cb06-rec-submit{
  min-height:60px;
  border:0;
  border-radius:20px;
  background:#075fec;
  color:#fff;
  font:inherit;
  font-size:16px;
  font-weight:950;
  cursor:pointer;
  box-shadow:0 18px 44px rgba(7,95,236,.24);
}

.cb06-rec-alert{
  margin-bottom:18px;
  padding:18px 20px;
  border-radius:22px;
  font-size:15px;
  line-height:1.5;
  font-weight:850;
}

.cb06-rec-alert.ok{
  background:#eafbf1;
  color:#075b2b;
  border:1px solid #bfeccc;
}

.cb06-rec-alert.err{
  background:#fff0f0;
  color:#8b1d1d;
  border:1px solid #ffd0d0;
}

.cb06-rec-consent{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:#64738d;
  font-size:13px;
  line-height:1.45;
}

.cb06-rec-consent input{
  margin-top:2px;
}

@media(max-width:920px){
  .cb06-rec-hero{padding:42px 0 22px}
  .cb06-rec-grid,.cb06-rec-row{grid-template-columns:1fr}
  .cb06-rec-main,.cb06-rec-side,.cb06-rec-form-card{padding:24px}
  .cb06-rec-main h1{letter-spacing:-2px}
  .cb06-rec-form-head{display:block}
  .cb06-rec-form-head p{margin-top:12px}
}
