/*

TemplateMo 583 Festava Live

https://templatemo.com/tm-583-festava-live

*/


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #F8CB2E;
  --secondary-color:              #EE5007;
  --section-bg-color:             #f0f8ff;
  --custom-btn-bg-color:          #EE5007;
  --custom-btn-bg-hover-color:    #c01f27;
  --dark-color:                   #000000;
  --p-color:                      #ffffff;
  --border-color:                 #7fffd4;
  --link-hover-color:             #B22727;
  --orange-color:                 #d9862d;

  --body-font-family:             'Outfit', sans-serif;

  --h1-font-size:                 74px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  20px;
  --btn-font-size:                14px;
  --copyright-font-size:          16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-bold:             700;
}

body {
  background-color: var(--orange-color);
  font-family: var(--body-font-family); 
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.link-fx-1 {
  color: var(--white-color);
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-fx-1:hover {
  color: var(--link-hover-color);
}

.link-fx-1:hover::before {
  transform: translateX(17px) scaleX(0);
  transition: transform .2s;
}

.link-fx-1:hover .icon circle {
  stroke-dashoffset: 200;
  transition: stroke-dashoffset .2s .1s;
}

.link-fx-1:hover .icon line {
  transform: rotate(-180deg);
}

.link-fx-1:hover .icon line:last-child {
  transform: rotate(180deg);
}

.link-fx-1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform-origin: right center;
  transition: transform .2s .1s;
}

.link-fx-1 .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%) rotate(90deg);
  font-size: 32px;
}

.icon {
  --size: 1em;
  height: var(--size);
  width: var(--size);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.link-fx-1 .icon circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset .2s;
}

.link-fx-1 .icon line {
  transition: transform .4s;
  transform-origin: 13px 15px;
}

.link-fx-1 .icon line:last-child {
  transform-origin: 19px 15px;
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background-color: var(--dark-color);
  position: relative;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.section-overlay + .container {
  position: relative;
}

.tab-content {
  background-color: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 45px;
}

.nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  border-bottom: 0;
  padding: 20px;
}

.nav-tabs .nav-link {
  border-radius: var(--border-radius-large);
  border: 0;
  padding: 15px 25px;
  transition: all 0.3s;
}

.nav-tabs .nav-link:first-child {
  margin-right: 15px;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  color: var(--primary-color);
}

.nav-tabs h5 {
  color: #000 !important; 
  margin-bottom: 0;
}

.nav-tabs .nav-link.active h5 {
  color: var(--primary-color) !important;
}

.nav-tabs .nav-link.active h5,
.nav-tabs .nav-link:focus h5, 
.nav-tabs .nav-link:hover h5 {
  color: var(--primary-color);
}


/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.custom-border-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
  color: var(--white-color);
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}


/*---------------------------------------
  VIDEO              
-----------------------------------------*/
.video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.custom-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-color: transparent;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
}

.site-header .container {
  position: relative;
  z-index: 2;
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-top: 51px;
}

.sticky-wrapper.is-sticky .navbar {
  background-color: var(--dark-color);
}

.navbar {
  background: transparent;
  z-index: 9;
}

.navbar-brand,
.navbar-brand:hover {
  color: var(--white-color);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 10px;
  padding: 10px 20px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: var(--secondary-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  height: calc(100vh - 51px);
}

.hero-section small {
  color: var(--white-color);
  text-transform: uppercase;
}

.hero-section .section-overlay {
  z-index: 2;
  opacity: 0.45;
  display: none !important;
}

.hero-section .container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 50px;
}

.hero-section .container .row {
  height: 100%;
}


/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  background-color: #f3a048;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  position: relative;
}

.about-image {
  border-radius: var(--border-radius-medium);
  display: block;
  transition: transform 0.4s ease;
}

.about-text-wrap {
  position: relative;
}

.about-text-icon {
  background: var(--primary-color);
  border-radius: 100%;
  font-size: var(--h3-font-size);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.about-text-info {
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  background-color: rgb(255, 255, 255);
  border-radius: var(--border-radius-medium);
  border: 1px solid rgba(209, 213, 219, 0.3);
  position: relative;
  margin: 20px;
  padding: 35px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.about-text-info:hover {
  transform: translateY(-5px);
}


/*---------------------------------------
  TICKET               
-----------------------------------------*/
.ticket-section {
  background-image: url('../images/nicholas-green-unsplash-blur.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 130px;
}

.ticket-form {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 50px;
}

.ticket-form .form-check {
  position: relative;
  min-height: 52px;
  padding-left: 35px;
}

.ticket-form .form-check .form-check-label {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 12px;
  margin-left: 35px;
  width: 100%;
  height: 100%;
}


/*---------------------------------------
  ARTISTS              
-----------------------------------------*/
.artists-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}

.artists-image {
  border-radius: var(--border-radius-medium);
  width: 100%;
  height: auto; /* pour conserver les proportions */
  display: block;
}

.artists-thumb:hover .artists-hover {
  transform: translateY(0);
  opacity: 1;
}

.artists-hover {
  background-color: var(--primary-color);
  background-color: rgba(44, 13, 6, 0.75);
  border-radius: var(--border-radius-medium);
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  margin: 20px;
  padding: 35px;
  transition: all 0.5s ease;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
}

.artists-hover p strong {
  color: var(--white-color);
  display: inline-block;
  min-width: 180px;
  margin-right: 20px;
}

.artists-hover p a {
  color: var(--secondary-color);
}

.artists-hover p a:hover {
  color: var(--white-color);
}

.artists-hover hr {
  margin: 1.5rem 0;
}

/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  background-color: var(--dark-color);
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.site-footer-top {
  background-color: var(--secondary-color);
  background-image: url('../images/nainoa-shizuru-NcdG9mK3PBY-unsplash.jpg');
  background-repeat: no-repeat;
  margin-bottom: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-footer-bottom {
  border-top: 1px solid #1f1c1c;
  margin-top: 60px;
}

.site-footer-title {
  color: var(--primary-color); 
}

.site-footer-link,
.copyright-text {
  color: var(--white-color);
}

.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.copyright-text {
  font-size: var(--copyright-font-size);
}

@keyframes spinAround {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg);
  }
}

/* Animation d'entrée */
@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlideUp 1s ease forwards;
}

.animate-delay-1 {
  animation-delay: 0.3s;
}

.animate-delay-2 {
  animation-delay: 0.6s;
}

/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .navbar {
    background-color: var(--dark-color);
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .hero-section {
    padding-top: 150px;
  }
}


@media screen and (max-width: 767px) {
  .custom-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }
}

/* Couleur du texte et des puces en noir */
.skills-list {
  list-style: disc;
  color: #000;
  padding-left: 1.5rem;
}

.skills-list li {
  opacity: 0;
  transform: translateX(-20px);
  animation: fadeSlideIn 0.8s forwards;
  margin-bottom: 0.5rem;
  color: #000;
}

/* Décalage progressif de chaque élément */
.skills-list li:nth-child(1) { animation-delay: 0.1s; }
.skills-list li:nth-child(2) { animation-delay: 0.2s; }
.skills-list li:nth-child(3) { animation-delay: 0.3s; }
.skills-list li:nth-child(4) { animation-delay: 0.4s; }

/* Animation : fade + slide from left */
@keyframes fadeSlideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.skills-logos {
  flex: 1 1 200px;
  display: flex;
  flex-wrap: nowrap;
  grid-template-columns: repeat(3, 60px);
  gap: 1rem;
  justify-content: center;
}

.skills-logos img {
  width: 60px;
  height: auto;
  transition: transform 0.3s ease;
}

.skills-logos img:hover {
  transform: scale(1.1) rotate(5deg);
}

.ap-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.ap-card {
  background: #ffffff;
  color: #000000;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ap-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.ap-card h3 {
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.ap-card p {
  margin: 0;
  line-height: 1.6;
}

/* MISSION & GOALS BLOCK */
.mission-block {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  border-radius: 15px;
  padding: 40px 30px;
  margin-top: 35px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 2px solid #f9a825;
  box-shadow: 0 10px 40px rgba(249, 168, 37, 0.15);
}

.mission-block::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(249, 168, 37, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.mission-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.mission-header h3 {
  color: #f9a825;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mission-trophy {
  font-size: 2rem;
  color: #f9a825;
  animation: trophyGlow 2s ease-in-out infinite alternate;
}

@keyframes trophyGlow {
  0% { text-shadow: 0 0 5px rgba(249, 168, 37, 0.3); }
  100% { text-shadow: 0 0 20px rgba(249, 168, 37, 0.8), 0 0 40px rgba(249, 168, 37, 0.4); }
}

.mission-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 25px;
}

.mission-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 25px 20px;
  border: 1px solid rgba(249, 168, 37, 0.2);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.mission-card:hover {
  transform: translateY(-5px);
  border-color: #f9a825;
}

.mission-card-icon {
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.mission-card-main .mission-card-icon {
  color: #ff6b6b;
}

.mission-card-goal .mission-card-icon {
  color: #51cf66;
}

.mission-card h4 {
  color: #f9a825;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.mission-card p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.mission-stars {
  display: flex;
  justify-content: center;
  gap: 8px;
  color: #f9a825;
  font-size: 1.2rem;
}

@media screen and (max-width: 576px) {
  .mission-cards {
    grid-template-columns: 1fr;
  }

  .mission-header h3 {
    font-size: 1.1rem;
  }

  .mission-trophy {
    font-size: 1.5rem;
  }
}

/* CHARACTER + SPEECH BUBBLE */
.character-section {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
  padding: 10px 0;
}

.character-img {
  flex-shrink: 0;
}

.character-img img {
  width: 200px;
  height: auto;
}

.bubble-orange {
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  background: #f98d39;
  border-bottom: 5px solid #e87510;
  border-radius: 7px 7px 10px 10px;
  color: #2d2d2d;
  text-shadow: none;
  font-family: 'Press Start 2P', cursive;
  font-size: 11px;
  line-height: 1.8;
  max-width: 550px;
  min-width: 200px;
  min-height: 50px;
}

.bubble-orange::before,
.bubble-orange::after {
  content: "";
  position: absolute;
  top: 30%;
  right: 100%;
  border-right: 14px solid #f98d39;
  border-left: none;
  border-top: 10px solid transparent;
  border-bottom: 17px solid transparent;
}

.bubble-orange::before {
  margin-right: 0;
  border-right-color: #e87510;
  margin-top: 5px;
}

.bubble-orange::after {
  margin-right: 0;
}

.typewriter-cursor {
  animation: blink 0.7s infinite;
  font-weight: 100;
  color: #2d2d2d;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

@media screen and (max-width: 576px) {
  .character-section {
    flex-direction: column;
    align-items: center;
  }

  .bubble-orange::before,
  .bubble-orange::after {
    display: none;
  }

  .character-img img {
    width: 80px;
  }
}

.img-hover-card {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 12px;
  width: 120px;
  height: 120px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.img-hover-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  transition: transform 0.4s ease;
}

.img-hover-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 0;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.img-hover-overlay span {
  color: #000;
  font-weight: 700;
  font-size: 14px;
}

.img-hover-card:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}

.img-hover-card:hover img {
  transform: scale(1.1);
}

.img-hover-card:hover .img-hover-overlay {
  transform: translateY(0);
}

.stage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  justify-items: center;
}


.stage img {
  width: 600px;
  height: auto;
  transition: transform 0.3s ease;
}

.stage img:hover {
  transform: scale(1.1) rotate(5deg);
}

.form-control {
  color: #000;
}

/* Weekly Card */
.weekly-card {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  border-radius: 16px;
  padding: 30px;
  margin-top: 30px;
  color: #fff;
  border: 2px solid rgba(100, 180, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.weekly-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #64b5f6, #42a5f5, #1e88e5, #42a5f5, #64b5f6);
  background-size: 200% 100%;
  animation: shimmer 3s ease infinite;
}

@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.weekly-card-title {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  color: #64b5f6;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.weekly-card-zones {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 25px;
}

.weekly-zone {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(100, 180, 255, 0.15);
  border-radius: 12px;
  padding: 20px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.weekly-zone:hover {
  transform: translateY(-3px);
  border-color: rgba(100, 180, 255, 0.4);
}

.weekly-zone h5 {
  color: #64b5f6;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.weekly-zone p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
}

/* Screenshot Slider */
.weekly-screenshot-slider {
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  border: 2px solid rgba(100, 180, 255, 0.2);
  border-radius: 12px;
  padding: 20px 50px;
  margin-bottom: 25px;
  min-height: 200px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.weekly-screenshot-slider:hover {
  border-color: rgba(100, 180, 255, 0.45);
}

.slider-track {
  display: flex;
  transition: transform 0.4s ease;
  align-items: center;
}

.slider-slide {
  min-width: 100%;
  text-align: center;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.slider-slide img {
  max-width: 100%;
  max-height: 450px;
  border-radius: 8px;
  object-fit: contain;
}

.slider-caption {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  font-style: italic;
  margin-top: 10px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  display: inline-block;
  max-width: 90%;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(100, 180, 255, 0.2);
  border: 1px solid rgba(100, 180, 255, 0.35);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.1rem;
  z-index: 2;
  transition: background 0.3s ease, transform 0.3s ease;
}

.slider-arrow:hover {
  background: rgba(100, 180, 255, 0.45);
  transform: translateY(-50%) scale(1.1);
}

.slider-arrow.prev { left: 8px; }
.slider-arrow.next { right: 8px; }

.slider-counter {
  text-align: center;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
}

.slider-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.9rem;
  font-style: italic;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 160px;
}

.slider-placeholder i {
  font-size: 2rem;
  margin-bottom: 10px;
  color: rgba(100, 180, 255, 0.3);
}

.weekly-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* Points positifs - star review style */
.weekly-review {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(100, 180, 255, 0.15);
  border-radius: 12px;
  padding: 20px;
}

.weekly-review h5 {
  color: #64b5f6;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.weekly-review .review-stars {
  margin-bottom: 12px;
}

.weekly-review .review-stars i {
  color: #ffc107;
  font-size: 1.2rem;
  margin-right: 3px;
  filter: drop-shadow(0 0 3px rgba(255, 193, 7, 0.4));
}

.weekly-review .review-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  line-height: 1.6;
  font-style: italic;
  border-left: 3px solid rgba(255, 193, 7, 0.4);
  padding-left: 12px;
}

/* Level bars */
.weekly-levels {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(100, 180, 255, 0.15);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

.level-bar {
  width: 100%;
}

.level-bar label {
  display: block;
  color: #64b5f6;
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.level-bar-track {
  width: 100%;
  height: 10px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
}

.level-bar-fill {
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(90deg, #64b5f6, #42a5f5);
  box-shadow: 0 0 8px rgba(100, 180, 255, 0.4);
  transition: width 1s ease;
}

@media screen and (max-width: 768px) {
  .weekly-card-zones {
    grid-template-columns: 1fr;
  }

  .weekly-bottom {
    grid-template-columns: 1fr;
  }
}

/* Software logos zone */
.weekly-software {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(100, 180, 255, 0.15);
  border-radius: 12px;
  padding: 20px;
  margin-top: 25px;
}

.weekly-software h5 {
  color: #64b5f6;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.software-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.software-logos img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.software-logos img:hover {
  transform: scale(1.1);
}

/* ===== Weekly Card Slider ===== */
.weekly-card-slider {
  position: relative;
  margin-top: 30px;
  overflow: visible;
}

.weekly-card-slider-clip {
  overflow: hidden;
  border-radius: 16px;
}

.weekly-card-slider-track {
  display: flex;
  transition: transform 0.5s ease;
  align-items: flex-start;
}

.weekly-card-slider-track > .weekly-card {
  min-width: 100%;
  width: 100%;
  flex-shrink: 0;
  margin-top: 0;
  box-sizing: border-box;
  height: auto;
}

.weekly-card-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 165, 0, 0.35);
  border: 2px solid rgba(255, 165, 0, 0.6);
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.4rem;
  z-index: 10;
  transition: background 0.3s ease, transform 0.3s ease;
}

.weekly-card-slider-arrow:hover {
  background: rgba(255, 165, 0, 0.65);
  transform: translateY(-50%) scale(1.1);
}

.weekly-card-slider-arrow.prev { left: -28px; }
.weekly-card-slider-arrow.next { right: -28px; }
.weekly-card-slider-arrow { top: 18%; }

.weekly-card-slider-counter {
  text-align: center;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
  font-weight: 600;
}

.weekly-card-slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.weekly-card-slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 165, 0, 0.25);
  border: 1px solid rgba(255, 165, 0, 0.4);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.weekly-card-slider-dot:hover {
  transform: scale(1.2);
}

.weekly-card-slider-dot.active {
  background: rgba(255, 165, 0, 0.8);
  transform: scale(1.15);
}