.cb06-v5-header{
  position:relative;
  z-index:2000;
  width:100%;
  background:#fff;
  border-bottom:1px solid rgba(4,19,51,.10);
  box-shadow:0 12px 34px rgba(4,19,51,.055);
  font-family:Inter,Arial,sans-serif;
}

.cb06-v5-header *{box-sizing:border-box}
.cb06-v5-header a{text-decoration:none}

.cb06-v5-top{
  min-height:34px;
  background:#041333;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:850;
}

.cb06-v5-top-inner{
  width:min(1320px,calc(100% - 48px));
  display:flex;
  align-items:center;
  justify-content:center;
  gap:42px;
  white-space:nowrap;
}

.cb06-v5-top strong{color:#ffd21f}

.cb06-v5-main{
  width:min(1320px,calc(100% - 48px));
  min-height:78px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.cb06-v5-brand{
  display:flex;
  align-items:center;
  gap:16px;
  color:#041333;
  min-width:0;
}

.cb06-v5-brand img{
  width:128px;
  height:auto;
  display:block;
  object-fit:contain;
  flex:0 0 auto;
}

.cb06-v5-brand-copy{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:0;
}

.cb06-v5-brand-title{
  color:#041333;
  font-size:18px;
  line-height:1.12;
  font-weight:950;
  letter-spacing:-.3px;
  white-space:nowrap;
}

.cb06-v5-brand-subtitle{
  color:#64738d;
  font-size:13px;
  line-height:1.25;
  font-weight:780;
  white-space:nowrap;
}

.cb06-v5-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  white-space:nowrap;
}

.cb06-v5-btn{
  min-height:48px;
  border-radius:999px;
  border:0;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font:inherit;
  font-size:14px;
  font-weight:950;
  white-space:nowrap;
  cursor:pointer;
}

.cb06-v5-help{
  background:#ffd21f;
  color:#041333;
  box-shadow:0 14px 30px rgba(255,210,31,.25);
}

.cb06-v5-phone{
  background:#075fec;
  color:#fff;
  box-shadow:0 14px 30px rgba(7,95,236,.20);
}

.cb06-v5-navline{
  border-top:1px solid rgba(219,230,247,.9);
  background:#fff;
}

.cb06-v5-nav{
  width:min(1320px,calc(100% - 48px));
  min-height:50px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:30px;
}

.cb06-v5-nav a{
  color:#041333;
  font-size:14px;
  font-weight:920;
  line-height:1;
  white-space:nowrap;
  padding:16px 0 14px;
  border-bottom:2px solid transparent;
}

.cb06-v5-nav a:hover{
  color:#075fec;
  border-bottom-color:#075fec;
}

.cb06-v5-mobile{
  display:none;
}

@media(max-width:1180px){
  .cb06-v5-main{
    width:min(1320px,calc(100% - 32px));
  }

  .cb06-v5-brand img{
    width:112px;
  }

  .cb06-v5-brand-title{
    font-size:16px;
  }

  .cb06-v5-brand-subtitle{
    display:none;
  }

  .cb06-v5-nav{
    width:min(1320px,calc(100% - 32px));
    gap:20px;
  }

  .cb06-v5-nav a{
    font-size:13px;
  }

  .cb06-v5-btn{
    min-height:44px;
    padding:0 16px;
    font-size:13px;
  }
}

@media(max-width:1023px){
  .cb06-v5-top{
    min-height:30px;
    font-size:11px;
  }

  .cb06-v5-top-inner{
    width:min(100% - 20px,760px);
    gap:12px;
    overflow:hidden;
  }

  .cb06-v5-top-inner span:nth-child(2){
    display:none;
  }

  .cb06-v5-main,
  .cb06-v5-navline{
    display:none;
  }

  .cb06-v5-mobile{
    width:min(100% - 24px,760px);
    min-height:78px;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
  }

  .cb06-v5-mobile-brand{
    display:flex;
    align-items:center;
    gap:10px;
    color:#041333;
  }

  .cb06-v5-mobile-brand img{
    width:96px;
    height:auto;
  }

  .cb06-v5-mobile-title{
    display:flex;
    flex-direction:column;
    gap:2px;
  }

  .cb06-v5-mobile-title strong{
    font-size:15px;
    line-height:1;
    color:#041333;
    font-weight:950;
  }

  .cb06-v5-mobile-title span{
    font-size:11px;
    color:#64738d;
    font-weight:800;
  }

  .cb06-v5-mobile-actions{
    display:flex;
    align-items:center;
    gap:8px;
  }

  .cb06-v5-call-mini{
    width:44px;
    height:44px;
    border-radius:16px;
    background:#075fec;
    color:#fff;
    display:grid;
    place-items:center;
    font-size:20px;
    font-weight:950;
  }

  .cb06-v5-header details{
    position:relative;
  }

  .cb06-v5-header summary{
    width:44px;
    height:44px;
    border-radius:16px;
    background:#f3f7ff;
    color:#041333;
    display:grid;
    place-items:center;
    font-size:24px;
    font-weight:950;
    cursor:pointer;
    list-style:none;
  }

  .cb06-v5-header summary::-webkit-details-marker{display:none}

  .cb06-v5-mobile-menu{
    position:absolute;
    right:0;
    top:54px;
    width:270px;
    padding:10px;
    border-radius:22px;
    background:#fff;
    border:1px solid #dbe6f7;
    box-shadow:0 24px 70px rgba(4,19,51,.18);
    display:grid;
    gap:7px;
  }

  .cb06-v5-mobile-menu a,
  .cb06-v5-mobile-menu button{
    min-height:44px;
    border-radius:14px;
    border:0;
    padding:0 14px;
    display:flex;
    align-items:center;
    background:#f6f9ff;
    color:#041333;
    font:inherit;
    font-size:14px;
    font-weight:900;
    text-align:left;
  }

  .cb06-v5-mobile-menu .yellow{
    background:#ffd21f;
  }
}

@media(max-width:520px){
  .cb06-v5-mobile-title{display:none}
}

/* CB06 recrutement nav adjust */
.cb06-v5-nav{gap:24px}
@media(max-width:1180px){.cb06-v5-nav{gap:14px}.cb06-v5-nav a{font-size:12.7px}}
