
.bodtfh,
.bodtfh *{box-sizing:border-box}
.bodtfh{position:relative;width:100%;z-index:9999;font-family:inherit}
.bodtfh.is-sticky{position:sticky;top:0}
body.admin-bar .bodtfh.is-sticky{top:32px}

.bodtfh-top{background:#fff;color:#071b78;border-bottom:1px solid rgba(20,0,60,.08)}
.bodtfh-top-inner{max-width:1600px;margin:0 auto;padding:6px 28px;display:flex;align-items:center;justify-content:space-between;gap:22px;font-size:14px;font-weight:700;line-height:1.25}
.bodtfh-top-left,.bodtfh-top-right{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.bodtfh-top a{color:#071b78;text-decoration:none}
.bodtfh-top-right{font-weight:600}
.bodtfh-top-right a{color:#7428bd;font-weight:800}
.bodtfh-top a:hover{text-decoration:underline}

.bodtfh-main{background:#24004f;color:#fff}
.bodtfh-main-inner{max-width:1600px;margin:0 auto;min-height:112px;padding:10px 28px;display:flex;align-items:center;gap:34px}
.bodtfh-logo{display:flex;align-items:center;flex:0 0 auto;text-decoration:none;color:#fff}
.bodtfh-logo img{display:block;width:auto;height:auto;max-width:330px;max-height:92px;object-fit:contain}
.bodtfh-logo strong{font-size:26px;color:#fff}

.bodtfh-nav{margin-left:auto;display:flex;align-items:center;gap:30px;white-space:nowrap}
.bodtfh-nav>a,.bodtfh-parent{color:#fff!important;text-decoration:none!important;font-size:17px;font-weight:800;line-height:1.2}
.bodtfh-nav>a:hover,.bodtfh-parent:hover{opacity:.82}
.bodtfh-dropdown{position:relative}
.bodtfh-parent{display:flex;align-items:center;gap:7px;padding:24px 0}
.bodtfh-submenu{position:absolute;top:calc(100% - 10px);left:50%;transform:translateX(-50%) translateY(8px);width:330px;padding:10px;background:#fff;border-radius:14px;box-shadow:0 18px 45px rgba(0,0,0,.22);opacity:0;visibility:hidden;pointer-events:none;transition:.18s ease;z-index:10000}
.bodtfh-dropdown:hover .bodtfh-submenu,.bodtfh-dropdown:focus-within .bodtfh-submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.bodtfh-submenu a{display:block;padding:12px 14px;border-radius:10px;color:#241044!important;text-decoration:none!important}
.bodtfh-submenu a:hover{background:#f4eefb}
.bodtfh-submenu strong,.bodtfh-submenu small{display:block}
.bodtfh-submenu strong{font-size:14px}
.bodtfh-submenu small{margin-top:3px;font-size:12px;line-height:1.35;color:#686078}

.bodtfh-actions{display:flex;align-items:center;gap:10px}
.bodtfh-cart{display:flex;align-items:center;gap:8px;color:#fff!important;text-decoration:none!important;font-size:16px;white-space:nowrap}
.bodtfh-cart svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.bodtfh-burger{display:none;width:44px;height:42px;padding:8px;border:0;background:transparent;cursor:pointer}
.bodtfh-burger span{display:block;height:3px;margin:5px 0;border-radius:99px;background:#fff}

.bodtfh-mobile{display:none}
.bodtfh-mobile-sites{display:flex;gap:10px;flex-wrap:wrap;padding-top:8px;border-top:1px solid rgba(255,255,255,.17)}
.bodtfh-mobile-sites span{width:100%;font-size:12px;opacity:.75}

@media(max-width:1180px){
  .bodtfh-top-inner{padding-left:20px;padding-right:20px}
  .bodtfh-main-inner{padding-left:20px;padding-right:20px;gap:20px}
  .bodtfh-logo img{max-width:260px;max-height:78px}
  .bodtfh-nav{gap:20px}
  .bodtfh-nav>a,.bodtfh-parent{font-size:15px}
}

@media(max-width:980px){
  body.admin-bar .bodtfh.is-sticky{top:46px}
  .bodtfh-top-inner{display:block;text-align:center;padding:6px 14px}
  .bodtfh-top-left,.bodtfh-top-right{justify-content:center}
  .bodtfh-top-right{margin-top:4px}
  .bodtfh-main-inner{min-height:78px;padding:7px 14px}
  .bodtfh-logo img{max-width:220px;max-height:64px}
  .bodtfh-nav{display:none}
  .bodtfh-actions{margin-left:auto}
  .bodtfh-burger{display:block}
  .bodtfh-mobile{padding:8px 14px 18px;background:#24004f;border-top:1px solid rgba(255,255,255,.14)}
  .bodtfh-mobile.is-open{display:grid;gap:4px}
  .bodtfh-mobile>a,.bodtfh-mobile-toggle,.bodtfh-mobile-sub a,.bodtfh-mobile-sites a{
    width:100%;display:block;padding:11px 10px;border:0;background:transparent;color:#fff!important;text-decoration:none!important;text-align:left;font:inherit;font-weight:750
  }
  .bodtfh-mobile-toggle{display:flex;justify-content:space-between;align-items:center;cursor:pointer}
  .bodtfh-mobile-sub{padding:0 0 4px 14px}
  .bodtfh-mobile-sub a{font-size:14px;font-weight:650}
}

@media(max-width:560px){
  .bodtfh-top-inner{font-size:11px}
  .bodtfh-top-left{gap:4px}
  .bodtfh-top-right{font-size:11px}
  .bodtfh-main-inner{min-height:68px}
  .bodtfh-logo img{max-width:172px;max-height:54px}
  .bodtfh-cart span{display:none}
  .bodtfh-cart svg{width:26px;height:26px}
}


/* V1.0.3 — structure visuelle alignée sur Brand-ON Écusson */
.et-l--header,
.et-l--header .et_builder_inner_content,
.et-l--header .et_pb_section,
.et-l--header .et_pb_row,
.et-l--header .et_pb_column,
.et-l--header .et_pb_code,
.et-l--header .et_pb_code_inner{
  overflow:visible!important;
  z-index:auto;
}
.et-l--header{
  position:relative!important;
  z-index:999999!important;
}

.bodtfh{
  position:relative!important;
  z-index:999999!important;
  overflow:visible!important;
}
.bodtfh-main,
.bodtfh-main-inner{
  overflow:visible!important;
  position:relative;
}
.bodtfh-main{z-index:999999}
.bodtfh-main-inner{z-index:999999}

.bodtfh-logo img{
  max-width:320px;
  max-height:96px;
  filter:none;
}

.bodtfh-nav{
  gap:22px;
}
.bodtfh-nav>a,
.bodtfh-parent{
  font-size:16px;
}

.bodtfh-cta{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px!important;
  border-radius:10px;
  background:linear-gradient(135deg,#7b26cb,#9b4ee4);
  color:#fff!important;
  box-shadow:0 5px 15px rgba(87,26,148,.25);
  white-space:nowrap;
}
.bodtfh-cta:hover{
  opacity:1!important;
  transform:translateY(-1px);
  box-shadow:0 8px 19px rgba(87,26,148,.34);
}

.bodtfh-actions{
  gap:7px;
}
.bodtfh-icon-btn{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  color:#fff!important;
  text-decoration:none!important;
  border-radius:10px;
  transition:.18s ease;
}
.bodtfh-icon-btn:hover{
  background:rgba(255,255,255,.10);
}
.bodtfh-icon-btn svg{
  width:27px;
  height:27px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.bodtfh-cart-badge{
  position:absolute;
  right:0;
  top:-2px;
  min-width:18px;
  height:18px;
  padding:0 5px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:99px;
  background:#8d39d5;
  color:#fff;
  font-size:11px;
  font-weight:800;
  line-height:1;
  border:2px solid #24004f;
}

.bodtfh-submenu{
  top:calc(100% - 4px)!important;
  width:350px;
  z-index:2147483000!important;
  box-shadow:0 18px 45px rgba(20,0,50,.30);
  border:1px solid rgba(108,40,178,.12);
}
.bodtfh-submenu:before{
  content:"";
  position:absolute;
  left:50%;
  top:-8px;
  width:16px;
  height:16px;
  background:#fff;
  transform:translateX(-50%) rotate(45deg);
  border-left:1px solid rgba(108,40,178,.12);
  border-top:1px solid rgba(108,40,178,.12);
}
.bodtfh-submenu a{
  position:relative;
  z-index:1;
}

.bodtfh-mobile-cta{
  margin:6px 0;
  border-radius:9px!important;
  background:linear-gradient(135deg,#7b26cb,#9b4ee4)!important;
  text-align:center!important;
}

@media(max-width:1180px){
  .bodtfh-logo img{max-width:245px;max-height:76px}
  .bodtfh-nav{gap:15px}
  .bodtfh-nav>a,.bodtfh-parent{font-size:14px}
  .bodtfh-cta{padding:0 13px!important}
}
@media(max-width:980px){
  .bodtfh-logo img{max-width:215px;max-height:66px}
}
@media(max-width:560px){
  .bodtfh-logo img{max-width:170px;max-height:54px}
}


/* V1.0.4 — alignement visuel sur Brand-ON Écusson */
.bodtfh-top{
  background:#fff!important;
  border-top:1px solid rgba(56,0,91,.08);
  border-bottom:1px solid rgba(56,0,91,.10);
}
.bodtfh-top-inner{
  min-height:30px;
  padding-top:5px!important;
  padding-bottom:5px!important;
  font-size:14px;
  font-weight:800;
}
.bodtfh-top-left a{
  color:#10134f!important;
  font-weight:800;
}
.bodtfh-top-right{
  color:#3e3551!important;
  font-weight:700;
}
.bodtfh-top-right a{
  color:#8b2fd0!important;
  font-weight:900;
}
.bodtfh-main{
  background:#24004f!important;
}
.bodtfh-main-inner{
  min-height:72px!important;
  padding-top:6px!important;
  padding-bottom:6px!important;
}
.bodtfh-logo img{
  max-height:66px!important;
  max-width:245px!important;
}
.bodtfh-nav{
  gap:24px!important;
}
.bodtfh-nav>a,
.bodtfh-parent{
  font-size:15px!important;
  font-weight:800!important;
}
.bodtfh-cta{
  min-height:42px!important;
  padding:0 18px!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,#7c2be2,#a648f0)!important;
  box-shadow:0 6px 18px rgba(102,31,170,.28)!important;
  font-weight:900!important;
}
.bodtfh-icon-btn{
  width:42px!important;
  height:42px!important;
  border:1px solid rgba(255,255,255,.20)!important;
  border-radius:11px!important;
  background:rgba(255,255,255,.035)!important;
}
.bodtfh-icon-btn:hover{
  background:rgba(255,255,255,.10)!important;
}
.bodtfh-icon-btn svg{
  width:24px!important;
  height:24px!important;
  stroke-width:1.7!important;
}
.bodtfh-cart-badge{
  right:-2px!important;
  top:-4px!important;
  min-width:17px!important;
  height:17px!important;
  font-size:10px!important;
  background:#a23ce8!important;
}
@media(max-width:1180px){
  .bodtfh-logo img{
    max-width:220px!important;
    max-height:60px!important;
  }
  .bodtfh-nav{gap:16px!important}
}
@media(max-width:980px){
  .bodtfh-main-inner{min-height:68px!important}
  .bodtfh-logo img{
    max-width:205px!important;
    max-height:56px!important;
  }
}
@media(max-width:560px){
  .bodtfh-top-inner{font-size:11px!important}
  .bodtfh-logo img{
    max-width:165px!important;
    max-height:50px!important;
  }
}


/* V1.0.5 — mobile calqué sur le header Brand-ON Écusson */
@media(max-width:980px){

  /* Sur mobile on ne garde que la ligne "Découvrez aussi..." en haut */
  .bodtfh-top-left{
    display:none!important;
  }
  .bodtfh-top-inner{
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    min-height:34px!important;
    padding:5px 8px!important;
  }
  .bodtfh-top-right{
    margin:0!important;
    justify-content:center!important;
    gap:5px!important;
    font-size:13px!important;
    line-height:1.15!important;
    white-space:nowrap!important;
  }

  /* Barre principale compacte : logo + devis + compte + panier + burger */
  .bodtfh-main-inner{
    min-height:76px!important;
    padding:7px 14px!important;
    gap:8px!important;
  }
  .bodtfh-logo{
    min-width:0!important;
  }
  .bodtfh-logo img{
    max-width:150px!important;
    max-height:58px!important;
  }
  .bodtfh-actions{
    margin-left:auto!important;
    gap:6px!important;
  }
  .bodtfh-cta{
    display:inline-flex!important;
    min-height:42px!important;
    padding:0 14px!important;
    font-size:14px!important;
    border-radius:12px!important;
  }
  .bodtfh-icon-btn{
    width:42px!important;
    height:42px!important;
  }
  .bodtfh-burger{
    display:block!important;
    width:44px!important;
    height:42px!important;
    padding:8px!important;
    border:1px solid rgba(255,255,255,.20)!important;
    border-radius:11px!important;
    background:rgba(255,255,255,.035)!important;
  }

  /* Menu mobile blanc, cartes comme Brand-ON Écusson */
  .bodtfh-mobile{
    background:#fff!important;
    padding:18px 14px 24px!important;
    border-top:none!important;
    gap:10px!important;
    overflow:visible!important;
  }
  .bodtfh-mobile.is-open{
    display:flex!important;
    flex-direction:column!important;
  }

  .bodtfh-mobile-card{
    border:1px solid #e4d8f1!important;
    background:#fff!important;
    border-radius:14px!important;
    overflow:hidden!important;
  }

  .bodtfh-mobile-item,
  .bodtfh-mobile-toggle{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    min-height:66px!important;
    padding:16px 17px!important;
    border:0!important;
    background:#fff!important;
    color:#25004f!important;
    text-decoration:none!important;
    text-align:left!important;
    font:inherit!important;
    font-size:17px!important;
    font-weight:850!important;
    cursor:pointer!important;
  }

  .bodtfh-mobile-transfer{
    background:#f7f2fc!important;
  }
  .bodtfh-mobile-transfer .bodtfh-mobile-toggle{
    background:#f7f2fc!important;
  }

  .bodtfh-mobile-arrow{
    font-size:20px!important;
    line-height:1!important;
    transition:transform .2s ease!important;
  }
  .bodtfh-mobile-toggle[aria-expanded="true"] .bodtfh-mobile-arrow{
    transform:rotate(180deg)!important;
  }

  .bodtfh-mobile-sub{
    padding:6px 8px 8px!important;
    background:#f7f2fc!important;
  }
  .bodtfh-mobile-sub[hidden]{
    display:none!important;
  }
  .bodtfh-mobile-sub a{
    display:block!important;
    margin:0 0 8px!important;
    padding:14px 14px!important;
    border:1px solid #e2d5f0!important;
    border-radius:12px!important;
    background:#fff!important;
    color:#25004f!important;
    text-decoration:none!important;
  }
  .bodtfh-mobile-sub a:last-child{
    margin-bottom:0!important;
  }
  .bodtfh-mobile-sub strong{
    display:block!important;
    font-size:16px!important;
    font-weight:850!important;
  }
  .bodtfh-mobile-sub small{
    display:block!important;
    margin-top:5px!important;
    color:#735d87!important;
    font-size:13px!important;
    line-height:1.35!important;
  }

  .bodtfh-mobile-quote{
    display:block!important;
    padding:20px 17px!important;
    border-radius:14px!important;
    background:linear-gradient(135deg,#7d2ce3,#9d4ef0)!important;
    color:#25004f!important;
    text-decoration:none!important;
    box-shadow:none!important;
  }
  .bodtfh-mobile-quote strong{
    display:block!important;
    font-size:18px!important;
    font-weight:900!important;
  }
  .bodtfh-mobile-quote small{
    display:block!important;
    margin-top:10px!important;
    color:#efe4ff!important;
    font-size:14px!important;
    font-weight:700!important;
  }

  /* Le CTA principal reste visible comme sur Écusson */
  .bodtfh-nav{
    display:none!important;
  }
}

@media(max-width:620px){
  .bodtfh-top-right{
    font-size:12px!important;
    gap:4px!important;
  }
  .bodtfh-main-inner{
    padding-left:10px!important;
    padding-right:10px!important;
  }
  .bodtfh-logo img{
    max-width:125px!important;
    max-height:50px!important;
  }
  .bodtfh-cta{
    min-height:40px!important;
    padding:0 12px!important;
    font-size:13px!important;
  }
  .bodtfh-icon-btn,
  .bodtfh-burger{
    width:40px!important;
    height:40px!important;
  }
}

@media(max-width:520px){
  .bodtfh-top-right{
    white-space:normal!important;
    flex-wrap:wrap!important;
  }
  .bodtfh-main-inner{
    gap:5px!important;
  }
  .bodtfh-logo img{
    max-width:110px!important;
  }
  .bodtfh-cta{
    padding:0 10px!important;
    font-size:12px!important;
  }
  .bodtfh-icon-btn,
  .bodtfh-burger{
    width:38px!important;
    height:38px!important;
  }
  .bodtfh-icon-btn svg{
    width:22px!important;
    height:22px!important;
  }
}
