/* Titre principal harmonisé Futura 100 Typekit */
.movie-header h1,
.movie-header .featured-a-la-une-text {
  font-family: 'futura-pt', 'Futura 100', 'Futura', 'Futura PT', 'Futura Std', Arial, sans-serif !important;
  font-weight: 100 !important;
  font-size: 24px !important;
  color: #F4EFEC !important;
  letter-spacing: 0 !important;
}
/* Typo globale Typekit pour tout le site */
body, body * {
  font-family: 'futura-pt', 'Futura', 'Futura PT', 'Futura Std', Arial, sans-serif !important;
}
h1, h2, h3, h4, h5, h6,
.section-title,
.movie-section-title,
.movie-header h1,
.btn,
button,
.carousel-card-title,
.similar-card-title,
.trend-card h4,
.new-card h4,
input,
textarea,
label {
  font-family: 'futura-pt', 'Futura', 'Futura PT', 'Futura Std', Arial, sans-serif !important;
}
/* ==================================================
   Base CSS - Reset + Global Styles
   ================================================== */

/* Reset */
*, *::before, *::after { 
  box-sizing: border-box; 
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html, body { 
  height: 100%; 
}

body {
  font-family: 'Futura', 'Futura PT', 'Futura Std', Arial, sans-serif;
  font-weight: 100;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #F4EFEC;
  background: #1A1A1A;
}

img { 
  max-width: 100%; 
  height: auto; 
  display: block; 
}

ul { 
  list-style: none; 
}

a { 
  color: inherit; 
  text-decoration: none; 
}


/* ==================================================
   Scroll to Top Button (Floating, unified with front page)
   ================================================== */
.scroll-to-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 56px;
  height: 56px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 0;
  cursor: pointer;
}
.scroll-to-top svg {
  display: block;
  width: 40px;
  height: 40px;
}
.scroll-arrow {
  stroke: #F4EFEC;
  stroke-width: 3.5;
  fill: none;
  display: block;
  transition: stroke 0.2s;
}
.scroll-to-top:hover .scroll-arrow {
  stroke: #700118;
}
@media (max-width: 600px) {
  .scroll-to-top {
    right: 16px;
    bottom: 16px;
    width: 40px;
    height: 40px;
  }
  .scroll-to-top svg {
    width: 24px;
    height: 24px;
  }
}



