/* Floating social bar styles */
.floating-social-bar {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px 0 0 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
  padding: 10px 6px 10px 8px;
  transition: opacity 0.3s;
  opacity: 1;
}

.floating-social-bar .footer-social-link {
  margin: 0;
}

@media (max-width: 991px) {
  .floating-social-bar {
    display: none;
  }
}

.amita-regular {
  font-family: "Amita", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.amita-bold {
  font-family: "Amita", serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

.delius-regular {
  font-family: "Delius", cursive !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.yatra-one-regular {
  font-family: "Yatra One", system-ui !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.playwrite-be-wal-unifier {
  font-family: "Playwrite BE WAL", cursive !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
}

.lobster-two-regular {
  font-family: "Lobster Two", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.lobster-two-bold {
  font-family: "Lobster Two", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

.lobster-two-regular-italic {
  font-family: "Lobster Two", sans-serif !important;
  font-weight: 400 !important;
  font-style: italic !important;
}

.lobster-two-bold-italic {
  font-family: "Lobster Two", sans-serif !important;
  font-weight: 700 !important;
  font-style: italic !important;
}

.itim-regular {
  font-family: "Itim", cursive !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.concert-one-regular {
  font-family: "Concert One", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.oleo-script-regular {
  font-family: "Oleo Script", system-ui;
  font-weight: 400;
  font-style: normal;
}

.oleo-script-bold {
  font-family: "Oleo Script", system-ui;
  font-weight: 700;
  font-style: normal;
}

.satisfy-regular {
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
}

.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

/* // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 400 to 700 */

.dancing-script {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}

.yatra-one-regular {
  font-family: "Yatra One", system-ui;
  font-weight: 400;
  font-style: normal;
}

.behind {
  z-index: 2000 !important;
}

[data-kt-sticky-landing-header=on] .landing-header {
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background: linear-gradient(183deg, #2d3c4ae6, #8b8e9575) !important;
  box-shadow: 0 10px 30px 0 rgba(82, 63, 105, 0.05) !important;
}

html {
  scroll-behavior: smooth !important;
}

:root {
  --primary: #FF6B35;
  --secondary: #00A7E1;
  --accent: #FFD166;
  --dark: #1A1A2E;
  --light: #F8F9FA;
}

/* 1. Global overflow hidden */
html,
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

/* 2. Box-sizing universel */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 3. Éléments fluides */
img,
video,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

body {
  font-family: 'Delius', cursive;
  background-color: #f8f9fa;
  color: #333;
  line-height: 1.6;
}

.oleo-script {
  font-family: 'Oleo Script', cursive;
}

.delius {
  font-family: 'Delius', cursive;
}

.how-it-works-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 15em 0;
  position: relative;
  overflow: hidden;
}

.how-it-works-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect fill="none" width="100" height="100"/><path fill="rgba(255, 107, 53, 0.05)" d="M50,0 C77.6,0 100,22.4 100,50 C100,77.6 77.6,100 50,100 C22.4,100 0,77.6 0,50 C0,22.4 22.4,0 50,0 Z" /></svg>');
  background-size: 120px;
  opacity: 0.3;
  z-index: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 3.5rem !important;
  color: var(--primary) !important;
  margin-bottom: 20px !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.section-title p {
  font-size: 1.3rem;
  color: var(--dark);
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.5;
}

.highlight {
  background: linear-gradient(120deg, var(--accent) 0%, var(--accent) 100%);
  background-repeat: no-repeat;
  background-size: 100% 35%;
  background-position: 0 90%;
}

.features-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.feature-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 350px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}

.feature-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.card-header-2 {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.card-header-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.card-number {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--primary);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.card-body-2 {
  padding: 25px;
  text-align: center;
}

.card-body h3 {
  font-size: 1.8rem;
  color: var(--dark);
  margin-bottom: 15px;
  font-weight: 700;
}

.card-body p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 20px;
}

.cta-button {
  display: inline-block;
  background: var(--primary);
  color: white;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 2px solid var(--primary);
  box-shadow: 0 4px 10px rgba(255, 107, 53, 0.3);
}

.cta-button:hover {
  background: white;
  color: var(--primary);
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(255, 107, 53, 0.4);
}

.beach-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" fill="%23ffffff"></path></svg>');
  background-size: cover;
  z-index: 2;
}

.sun-icon {
  position: absolute;
  top: 50px !important;
  right: 50px !important;
  font-size: 4rem !important;
  color: var(--accent) !important;
  animation: sunPulse 2s infinite !important;
}

.palm-tree {
  position: absolute !important;
  bottom: 20px !important;
  left: 30px !important;
  font-size: 3rem !important;
  color: #2E8B57 !important;
  transform: rotate(-15deg) !important;
  z-index: 3 !important;
}

@keyframes sunPulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@media (max-width: 991px) {
  .features-container {
    gap: 20px;
  }

  .feature-card {
    max-width: 300px;
  }

  .section-title h2 {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .how-it-works-section {
    padding: 100px 0;
  }

  .features-container {
    flex-direction: column;
    align-items: center;
  }

  .feature-card {
    max-width: 100%;
  }

  .section-title h2 {
    font-size: 2.5rem;
  }

  .section-title p {
    font-size: 1.2rem;
  }

  .sun-icon,
  .palm-tree {
    display: none;
  }
}

/* Menu Responsive Styles */
.navbar-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 0 1rem;
}

.mobile-menu-toggle {
  display: none;
  cursor: pointer;
  z-index: 1000;
  position: relative;
}

.mobile-menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: var(--light);
  margin: 5px 0;
  transition: 0.4s;
  border-radius: 2px;
}

.navbar-menu {
  display: flex;
  gap: 4rem;
  align-items: center;
}

.navbar-menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.5rem;
  position: relative;
  padding: 0.5rem 0;
  font-family: 'Delius';
  transition: all 0.3s ease;
  font-weight: 900;
}

.navbar-menu a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  transition: width 0.3s ease;
}

.navbar-menu a:hover::after {
  width: 100%;
}

.navbar-menu a:hover {
  /*border-bottom: 5px solid #FF6B35;*/
  padding: 0.3em 0em 0.2em 0em;
  border-radius: 0px;
  /* background: #FFF; */
  color: #FF6B35;
}

.navbar-menu a.active {
  border-bottom: 5px solid #FF6B35;
  padding: 0.3em 0.5em 0.2em 0.5em;
  border-radius: 0px;
  /* background: #FFF; */
  color: #FF6B35;
}

.navbar-menu .btn-contact {
  background-color: var(--secondary);
  color: white;
  padding: 0.7rem 1.5rem;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.navbar-menu .btn-contact:hover {
  background-color: transparent;
  border-color: var(--secondary);
  color: var(--secondary);
}

/* new menu */

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 26px;
  color: white;
  cursor: pointer;
}

.menu-links {
  display: flex;
  list-style: none;
  gap:3.5em;;
}

.menu-links li a {
  color: white;
  text-decoration: none;
}

.menu-links a.active {
  font-weight: bolder;
  color: #FF6B35;
}

/* Responsive Mobile */
@media (max-width: 768px) {
  .menu-links a.active {
    font-weight: bolder;
    color: #FFF;
  }

  .navbar-menu a:hover {
    border: 0px solid #000;
    padding: 0.4em 0 0.4em 1em;
    border-radius: 5px;
    background: #FF6B35;
    color: #FFF;
  }

  .navbar-menu a.active {
    border: 0px solid #000;
    padding: 0.4em 0 0.4em 1em;
    border-radius: 5px;
    background: #FF6B35;
    color: #FFF;
  }

  .concert-images {
    align-items: center;
    width: 16em;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }

  .menu-toggle {
    display: block;
  }

  .menu-links {
    display: none;
    flex-direction: column;
    margin-top: 35em;
  }

  .menu-links {
    display: none;
    gap: 0em;
  }

  .menu-links.open {
    display: flex;
    position: absolute;
    background: #000000e8;
    padding: 1.2em 2.3em;
    border-radius: 0.1em;
    right: 0;
    float: right;
    width: 100%;
  }
}

/* new menu */

/* Mobile Menu Styles */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 320px;
  height: 100vh;
  background-color: var(--secondary);
  z-index: 900;
  transition: right 0.4s ease;
  padding-top: 5rem;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu a {
  display: block;
  color: var(--light);
  padding: 1.2rem 2rem;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease;
}

.mobile-menu a:hover {
  background-color: var(--secondary-light);
  color: var(--primary-light);
}

.mobile-menu .btn-contact {
  background-color: var(--primary);
  margin: 1.5rem 2rem;
  text-align: center;
  border-radius: 30px;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 800;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.hero-slider-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

/* Compte à rebours fixé au centre */
.countdown-overlay {
  position: absolute;
  top: 91%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  padding: 4rem 4rem;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  background: rgb(0 0 0 / 27%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  color: #fff;
  max-width: 90%;
}

.countdown-title {
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  background: linear-gradient(to right, #ffffff, #ddd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.countdown {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  flex-wrap: wrap;
}

.countdown div {
  background: linear-gradient(145deg, #1d1f21, #2a2c30);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 1rem 1.5rem;
  min-width: 90px;
  transition: transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.countdown div:hover {
  transform: translateY(-5px);
}

.countdown span {
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  color: #e55113;
  /*color: #ff6422;*/
  /*color: #dcd719;*/
  /*color: #00ffe7;*/
}

.countdown span.span-time-text {
  font-size: 0.6em;
}

.countdown small {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ccc;
  font-family: 'Inter', sans-serif;
}

.countdown.fs {
  font-size: 2.5em;
}


/* Responsiveness */
@media (max-width: 768px) {

  .navbar-menu a {
    color: #fff;
    /* text-decoration: underline; */
    font-size: 1.5rem;
    position: relative;
    padding: 1rem 0;
    font-family: 'Delius';
    transition: all 0.3s ease;
    font-weight: 900;
  }

  .countdown-overlay {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    padding: 4rem 4rem;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    background: rgb(0 0 0 / 27%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    color: #fff;
    max-width: 90%;
  }

  .countdown {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    flex-wrap: nowrap;
  }

  .countdown.fs {
    font-size: 1.9em;
  }

  .countdown div {
    background: linear-gradient(145deg, #1d1f21, #2a2c30);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 1rem 1.5rem;
    min-width: 90px;
    transition: transform 0.2s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  }

  .countdown-overlay {
    padding: 1.5rem;
  }

  .countdown-title {
    font-size: 1.5rem;
  }

  .countdown span {
    font-size: 1.3rem;
  }

  .countdown div {
    min-width: 60px;
    padding: 0.6rem 1rem;
  }

  .countdown small {
    font-size: 0.75rem;
  }
}

/* Couleurs dynamiques */
/* .countdown div:nth-child(1) {
      background: linear-gradient(135deg, #12CE5D, #38d39f);
    }

    .countdown div:nth-child(2) {
      background: linear-gradient(135deg, #FFD80C, #ffea61);
    }

    .countdown div:nth-child(3) {
      background: linear-gradient(135deg, #1E90FF, #63b3ed);
    }

    .countdown div:nth-child(4) {
      background: linear-gradient(135deg, #ffa46b, #ffa07a);
    } */

.slider-hero {
  width: 100%;
  height: 120vh;
  /* augmente à 120% de la hauteur de la fenêtre */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.slider-hero .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


/* Pour les anciennes versions de Swiper, vous pouvez ajouter : */
.swiper-wrapper,
.swiper-slide {
  height: 100%;
}

.responsive-logo {
  height: 150px !important;
}

@media (max-width: 768px) {
  .slider-hero {
    height: 80vh;
    /* ou 600px si vous préférez une hauteur fixe sur mobile */
  }

  .responsive-logo {
    height: 9em !important;
    margin-top: 0em;
  }
}

.landing-header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 15;
  border-bottom: none;
  transition: background 0.3s ease;
}

.landing-header.scrolled {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(30, 30, 30, 0.0));
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.0);
}

.slider-overlay {
  background: rgba(0, 0, 0, 0.4);
  /* backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px); */
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.slider-overlay-extension {
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  width: 100%;
  z-index: 9;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
}

@keyframes float {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    transform: translate(20px, 15px) rotate(90deg);
  }

  50% {
    transform: translate(0, 30px) rotate(180deg);
  }

  75% {
    transform: translate(-20px, 15px) rotate(270deg);
  }

  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}

.entrepreneuriat-section {
  background: linear-gradient(135deg, #FFF3E0, #FFE0B2);
  color: #333;
  padding: 100px 60px;
  border-radius: 0px;
}

.entrepreneuriat-section .container-bis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.entre-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.entre-content .h2 {
  font-size: 3.5rem !important;
  color: var(--primary) !important;
  margin-bottom: 20px !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.entre-intro {
  font-size: 1.225rem;
  margin-bottom: 20px;
}

.entre-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
}

.entre-list li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  font-size: 1.225rem;
}

.entre-list li:before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #FF7043;
}

.entre-mission {
  font-weight: bold;
  font-size: 1.225rem;
}

.entre-image img {
  /* width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); */
  width: 36em;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  height: 36em;
}

/* Responsive */
@media (max-width: 768px) {
  .entrepreneuriat-section .container-bis {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .entrepreneuriat-section {
    padding: 100px 20px;
  }

  .entre-image {
    order: -1;
    /* image au-dessus du texte sur mobile */
  }
}

.concert-section {
  position: relative;
  background: linear-gradient(135deg, #FF6B35, #fee4bc);
  color: #fff;
  padding: 100px 20px 80px;
  /* plus d’arrondi en haut – uniquement en bas */
  overflow: visible;
  /* pour laisser déborder les vagues */
}

/* on crée deux calques blancs au‑dessus, masquant la jonction plate */
.concert-section::before,
.concert-section::after {
  content: '';
  position: absolute;
  top: 0px;
  /* bien au‑dessus du bord */
  left: 0;
  width: 100%;
  /* large pour l’animation horizontale */
  height: 180px;
  /* couvre au‑delà du padding-top */
  background-color: #fff;
  /* masque le gradient en haut */
  background-repeat: repeat-x;
  background-position: 0 bottom;
  pointer-events: none;
  z-index: 1;
}

/* vague blanche (calque bas) */
.concert-section::before {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'><path fill='%23FF6B35' fill-opacity='0.3' d='M0,64L40,69.3C80,75,160,85,240,106.7C320,128,400,160,480,128C560,96,640,32,720,32C800,32,880,96,960,106.7C1040,117,1120,75,1200,58.7C1280,43,1360,53,1400,58.7L1440,64L1440,0L1400,0C1360,0,1280,0,1200,0C1120,0,1040,0,960,0C880,0,800,0,720,0C640,0,560,0,480,0C400,0,320,0,240,0C160,0,80,0,40,0L0,0Z'></path></svg>");
  /*animation: waveMove 15s linear infinite, waveFade1 14s linear infinite;*/
}

/* vague pêche (calque haut) */
.concert-section::after {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'><path fill='%23FF6B35' fill-opacity='0.3' d='M0,64L40,69.3C80,75,160,85,240,106.7C320,128,400,160,480,128C560,96,640,32,720,32C800,32,880,96,960,106.7C1040,117,1120,75,1200,58.7C1280,43,1360,53,1400,58.7L1440,64L1440,0L1400,0C1360,0,1280,0,1200,0C1120,0,1040,0,960,0C880,0,800,0,720,0C640,0,560,0,480,0C400,0,320,0,240,0C160,0,80,0,40,0L0,0Z'></path></svg>");
  /*animation: waveMoveReverse 12s linear infinite, waveFade2 8s ease-in-out infinite;*/
}

/* animations horizontales */
@keyframes waveMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes waveMoveReverse {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(50%);
  }
}

/* fondu croisé */
@keyframes waveFade1 {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes waveFade2 {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

/* contenu au‑dessus */
.container-bis {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.concert-content h2 {
  font-size: 3.2rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.concert-content p {
  font-size: 1.325rem;
  margin-bottom: 20px;
}

.concert-details {
  padding-left: 0rem !important;
}

.concert-details li {
  margin-bottom: 10px;
  font-size: 1.325rem;
  list-style: none;
  list-style-type: none;
  position: relative;
  padding-left: 0px;
}

.concert-details li:before {
  content: '';
  position: absolute;
  left: 0;
  color: #fff;
}

.concert-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.img-wrapper {
  overflow: hidden;
  border-radius: 16em;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.img-wrapper:hover {
  transform: scale(1.05);
}

.img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .container-bis {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .concert-images {
    grid-template-columns: 1fr 1fr;
  }

  .slide-img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

@media (max-width: 480px) {
  .concert-images {
    grid-template-columns: 1fr;
  }
}

.slider-hero {
  width: 100%;
  /* on force un 16/9 pour les slides */
  aspect-ratio: 16 / 9;
  position: relative;
}

.slider-hero .swiper-slide {
  /* background géré en CSS plutôt qu’en inline */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* pour mobile, réduire la hauteur si besoin */
@media (max-width: 768px) {
  .slider-hero {
    aspect-ratio: 4 / 3;
  }
}

/* Fenêtre flottante à gauche, plus grande */
#floating-banner {
  position: fixed;
  bottom: 30px;
  left: 85%;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 12px;
  font-size: 1.55rem;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  max-width: 18em;
  line-height: 1.3;
  z-index: 99999999;
  pointer-events: none;
  line-height: 1.9em;
}

.counter-number {
  color: #FF6B35;
  font-weight: 700;
  font-size: x-large;
  margin-right: 0.1em;
}

/* Option : rendu responsive sur mobile */
@media (max-width: 768px) {
  #floating-banner {
    bottom: 70px;
    left: 65%;
    padding: 1em 1.2em;
    font-size: 1rem;
    max-width: 31em;
    text-transform: capitalize;
  }

  .counter-number {
    color: #FF6B35;
    font-weight: 700;
    font-size: large;
    margin-right: 0.3em;
  }
}

.footer-social {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.footer-social a svg {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px;
  min-height: 28px;
  max-width: 28px;
  max-height: 28px;
  display: block;
}

@media (max-width: 991px) {
  .footer-social {
    justify-content: center !important;
    margin-top: 1em;
    margin-left: 0 !important;
  }
}

/* Social footer icon link styles */
.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transition: transform 0.15s;
  border-radius: 50%;
}

.footer-social-link:focus,
.footer-social-link:hover {
  transform: scale(1.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

@media (max-width: 600px) {
  .footer-social {
    gap: 10px !important;
  }


  .footer-social-link {
    width: 26px !important;
    height: 26px !important;
  }

  .footer-social a svg {
    width: 22px !important;
    height: 22px !important;
  }
}

.floating-social-bar {
  /* background: linear-gradient(135deg, #999999 0%, #2728294f 100%); */
  background: linear-gradient(135deg, #fb713e 0%, #fcdcb3 100%);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  border-radius: 1em 0 0 1em;
  padding: 0.7em 0.5em 0.7em 0.7em;
  right: 0;
  top: 40%;
  position: fixed;
  z-index: 9999999;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.3s, pointer-events 0.3s;
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 991px) {
  .floating-social-bar {
    display: none !important;
  }
}