/* ============================================================
   THORTANK — Redesign Footer + Scrollbar globale (toutes pages)
   ============================================================ */

/* ===== Scrollbar custom océan ===== */
html{
  scrollbar-width:thin;
  scrollbar-color:#5082C8 rgba(168,198,216,0.08);
}
body::-webkit-scrollbar,
html::-webkit-scrollbar{
  width:10px;
  height:10px;
}
body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track{
  background:rgba(168,198,216,0.08);
}
body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,#5082C8,#205294);
  border-radius:10px;
  border:2px solid transparent;
  background-clip:padding-box;
  transition:background .25s ease;
}
body::-webkit-scrollbar-thumb:hover,
html::-webkit-scrollbar-thumb:hover{
  background:linear-gradient(180deg,#6ba9d8,#5082C8);
  background-clip:padding-box;
  border:2px solid transparent;
}
body::-webkit-scrollbar-corner,
html::-webkit-scrollbar-corner{background:transparent}

/* Sélection texte ocean */
::selection{background:#5082C8;color:#fff}
::-moz-selection{background:#5082C8;color:#fff}


footer[role="contentinfo"]{
  position:relative !important;
  background:linear-gradient(180deg,#0a1a2e 0%,#0d2746 50%,#0a1a2e 100%) !important;
  padding:80px 48px 30px !important;
  overflow:hidden !important;
}
footer[role="contentinfo"]::before{
  content:'';
  position:absolute;
  top:0; left:0; right:0; height:1px;
  background:linear-gradient(90deg, transparent, rgba(107,169,216,0.4), transparent);
}
footer[role="contentinfo"]::after{
  content:'';
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle 380px at 15% 25%, rgba(80,130,200,0.08), transparent 60%),
    radial-gradient(circle 320px at 88% 80%, rgba(189,148,118,0.06), transparent 60%);
  pointer-events:none;
}

footer[role="contentinfo"] .ft{
  display:grid !important;
  grid-template-columns:1.6fr 1fr 1fr 1fr !important;
  gap:50px !important;
  max-width:1280px !important;
  margin:0 auto 50px !important;
  position:relative; z-index:1;
}
@media(max-width:900px){footer[role="contentinfo"] .ft{grid-template-columns:1fr 1fr !important;gap:36px !important}}
@media(max-width:560px){footer[role="contentinfo"] .ft{grid-template-columns:1fr !important;gap:30px !important}}

footer[role="contentinfo"] .fb-brand{position:relative}
footer[role="contentinfo"] .fb-logo{
  display:inline-flex !important;
  align-items:center !important;
  gap:12px !important;
  margin-bottom:18px !important;
  cursor:pointer;
  transition:transform .3s ease;
}
footer[role="contentinfo"] .fb-logo:hover{transform:translateY(-2px)}
footer[role="contentinfo"] .fb-logo img{
  height:54px !important;
  width:auto !important;
  filter:drop-shadow(0 4px 16px rgba(107,169,216,0.25));
}
footer[role="contentinfo"] .fb-tag{
  font-family:'Outfit',sans-serif !important;
  font-size:13px !important;
  color:rgba(255,255,255,0.55) !important;
  line-height:1.7 !important;
  max-width:260px !important;
  margin:0 0 22px !important;
}

footer[role="contentinfo"] .fc h4,
footer[role="contentinfo"] h4{
  font-family:'Outfit',sans-serif !important;
  font-size:11px !important;
  font-weight:700 !important;
  letter-spacing:3px !important;
  text-transform:uppercase !important;
  color:#d8b894 !important;
  margin:0 0 22px !important;
  position:relative;
  padding-bottom:12px;
}
footer[role="contentinfo"] .fc h4::after,
footer[role="contentinfo"] h4::after{
  content:'';
  position:absolute;
  left:0; bottom:0;
  width:28px; height:2px;
  background:linear-gradient(90deg,#BD9476, transparent);
  border-radius:2px;
}

footer[role="contentinfo"] .fc ul,
footer[role="contentinfo"] nav ul{
  list-style:none !important;
  padding:0 !important;
  margin:0 !important;
  display:flex !important;
  flex-direction:column !important;
  gap:11px !important;
}
footer[role="contentinfo"] .fc ul li a,
footer[role="contentinfo"] .fc ul li span,
footer[role="contentinfo"] nav ul li a,
footer[role="contentinfo"] nav ul li span{
  font-family:'Outfit',sans-serif !important;
  font-size:13.5px !important;
  color:rgba(255,255,255,0.65) !important;
  font-weight:400 !important;
  cursor:pointer !important;
  transition:color .25s ease, transform .25s ease, padding-left .25s ease !important;
  display:inline-block !important;
  position:relative;
}
footer[role="contentinfo"] .fc ul li a::before,
footer[role="contentinfo"] .fc ul li span::before,
footer[role="contentinfo"] nav ul li a::before,
footer[role="contentinfo"] nav ul li span::before{
  content:'→';
  position:absolute;
  left:-18px;
  top:0;
  color:#6ba9d8;
  opacity:0;
  transform:translateX(-6px);
  transition:all .25s ease;
}
footer[role="contentinfo"] .fc ul li a:hover,
footer[role="contentinfo"] .fc ul li span:hover,
footer[role="contentinfo"] nav ul li a:hover,
footer[role="contentinfo"] nav ul li span:hover{
  color:#fff !important;
  padding-left:18px;
}
footer[role="contentinfo"] .fc ul li a:hover::before,
footer[role="contentinfo"] .fc ul li span:hover::before,
footer[role="contentinfo"] nav ul li a:hover::before,
footer[role="contentinfo"] nav ul li span:hover::before{
  opacity:1;
  transform:translateX(0);
  left:0;
}

footer[role="contentinfo"] .fb-bot{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  flex-wrap:wrap;
  gap:14px;
  max-width:1280px !important;
  margin:0 auto !important;
  padding:24px 0 0 !important;
  border-top:1px solid rgba(168,198,216,0.12) !important;
  position:relative; z-index:1;
}
footer[role="contentinfo"] .fb-copy{
  font-family:'Outfit',sans-serif !important;
  font-size:12px !important;
  color:rgba(255,255,255,0.4) !important;
}
footer[role="contentinfo"] .fb-leg{
  display:flex !important;
  gap:22px !important;
}
footer[role="contentinfo"] .fb-leg a{
  font-family:'Outfit',sans-serif !important;
  font-size:12px !important;
  color:rgba(255,255,255,0.45) !important;
  transition:color .2s ease !important;
}
footer[role="contentinfo"] .fb-leg a:hover{color:#fff !important}
