.hero-banner {
  background-color: #faba03;
  color: #000;
  padding: 40px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-title {
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
  max-width: 900px;
  line-height: 1.1;
  color: #222;
}
.hero-announcement {
  border: 3px solid #000;
  color: #000;
  font-weight: 800;
  padding: 12px 30px;
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.hero-tagline {
  font-size: 1.3rem;
  max-width: 1200px;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.5;
}
.cta-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.btn {
  padding: 18px 40px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-dark {
  background-color: #000;
  color: #faba03;
  border: 2px solid #000;
}
.btn-dark:hover {
  background-color: transparent;
  color: #000;
}
.btn-outline {
  background-color: transparent;
  color: #000;
  border: 2px solid #000;
}
.btn-outline:hover {
  background-color: #000;
  color: #fff;
}
.univers-container {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
  color: #000;
}
.univers-header {
  text-align: center;
  margin-bottom: 50px;
}
.univers-header h2 {
  font-size: 32px !important;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.univers-header p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 1200px;
  margin: 0 auto 15px;
}
.intro-stats {
  font-size: 20px !important;
  margin-top: 25px !important;
}
/* Grille des cartes */
.univers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.univers-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid #222;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.univers-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-color: #faba03;
}
.icon-box {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}
.univers-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
  border-bottom: 3px solid #faba03;
  display: inline-block;
  padding-bottom: 5px;
}
.univers-card p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.section-divider {
  border: none;
  border-top: 1px solid #ddd;
  margin-top: 60px;
}
.nouveautes-section-full {
  background-color: #faba03;
  width: 100%;
  padding: 80px 0;
  margin: 0;
}
.container-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-main-title {
  text-align: center;
  font-size: 32px !important;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 50px;
  color: #000;
  letter-spacing: 1px;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}
.novelty-card {
  background: #ffffff;
  padding: 40px 25px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border: none;
}
.novelty-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.card-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.novelty-card p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  color: #000;
}
.novelty-card strong {
  font-weight: 800;
}
.bulle-section {
  background-color: #fff;
  padding: 80px 20px;
  color: #000;
}
.bulle-container {
  max-width: 1100px;
  margin: 0 auto;
}
.bulle-intro {
  text-align: center;
  margin-bottom: 50px;
}
.bulle-main-title {
  font-size: 32px !important;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.bulle-main-title span {
  color: #faba03;
}
.bulle-intro p {
  font-size: 18px;
  max-width: 1200px;
  margin: 0 auto 10px;
  line-height: 1.6;
}
.bulle-instruction {
  font-weight: 700;
  margin-top: 20px;
  color: #faba03;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.bulle-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}
.service-card {
  background: #fdfdfd;
  border: 1px solid #222;
  padding: 40px 20px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service-card:hover {
  border-color: #faba03;
  transform: translateY(-10px);
  background: #fff;
  box-shadow: 0 15px 30px rgba(250, 186, 3, 0.1);
}
.service-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.service-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
  color: #000;
}
.bulle-footer {
  text-align: center;
  font-style: italic;
  font-size: 19px;
  color: #444;
}
.privileges-section {
  background-color: #f9f9f9;
  padding: 80px 20px;
  color: #000;
  text-align: center;
}
.privileges-container {
  max-width: 1200px;
  margin: 0 auto;
}
.privileges-header {
  margin-bottom: 50px;
}
.privileges-main-title {
  font-size: 32px !important;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.privileges-intro {
  font-size: 18px;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
}
.privileges-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}
.privilege-card {
  background: #fff;
  padding: 50px 30px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  transition: transform 0.3s ease;
}
.privilege-card:hover {
  transform: translateY(-5px);
  border-color: #faba03;
}
.discount-badge {
  position: absolute;
  top: -15px;
  right: 20px;
  background-color: #faba03;
  color: #000;
  padding: 8px 15px;
  font-weight: 900;
  border-radius: 50px;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(250, 186, 3, 0.3);
}
.privilege-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 20px;
}
.privilege-card p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}
.privileges-outro {
  font-size: 18px;
  font-style: italic;
  color: #555;
  max-width: 800px;
  margin: 40px auto 0;
  padding-top: 30px;
}
.lieu-de-vie-section {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('/upload/modules/media_manager/danse_attitude_bg.webp');
  background-size: cover;
  background-position: center;
  padding: 50px 20px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}
.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.lieu-de-vie-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}
.lieu-title {
  font-size: 32px !important;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 1.2;
}
.lieu-title span {
  color: #faba03;
  display: block;
}
.lieu-text-container {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
  padding: 40px;
  border-radius: 15px;
  border-left: 4px solid;
  border-right: 4px solid;
  border-top: 1px solid ;
  border-bottom: 1px solid;
  border-color: #faba03;
}
.main-paragraph {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 25px;
}
.accent-line {
  width: 50px;
  height: 3px;
  background-color: #faba03;
  margin: 25px auto;
}
.quote-paragraph {
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
  color: #eee;
}
.rejoindre-section {
  background-color: #fff;
  color: #000;
  padding: 30px 20px;
  text-align: center;
}
.rejoindre-container {
  max-width: 1200px;
  margin: 0 auto;
}
.rejoindre-title {
  font-size: 32px !important;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.rejoindre-title span {
  color: #faba03;
}
.rejoindre-desc {
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 35px;
}
.rejoindre-desc strong {
  color: #faba03;
  font-weight: 800;
}
.rejoindre-status {
  background-color: #faba03;
  color: #000;
  display: inline-block;
  padding: 12px 30px;
  font-weight: 700;
  border-radius: 50px;
  font-size: 16px;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.rejoindre-status .sep {
  margin: 0 10px;
  color: #fff;
}
.rejoindre-brand {
  margin-bottom: 30px;
}
.rejoindre-brand h3 {
  font-size: 26px;
  font-weight: 900;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.rejoindre-brand p {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.rejoindre-brand .sep {
  color: #faba03;
  margin: 0 8px;
  font-size: 22px;
}
.rejoindre-slogan {
  font-size: 22px;
  font-weight: 800;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 3px solid #faba03;
  display: inline-block;
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.dance-section {
  padding: 20px 0;
  line-height: 1.6;
  box-sizing: border-box;
}
.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.dance-title {
  font-size: 32px !important;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: -1px;
}
.benefits-main-title {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 40px 0 25px 0;
  position: relative;
  display: inline-block;
}
.benefits-main-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: #faba03;
}
.dance-intro h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.dance-intro p {
  font-size: 18px;
  margin-bottom: 0;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 20px;
}
.b-card {
  padding: 30px 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.b-card span {
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: #faba03;
}
.b-card p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}
.seo-tag {
  margin-top: 50px;
  padding: 20px;
  font-size: 13px;
  border-radius: 8px;
}
.block-white {
  background-color: #ffffff;
  color: #000000;
}
.block-white .b-card {
  background-color: #f9f9f9;
  border: 1px solid #000;
}
.block-white .seo-tag {
  background-color: #f5f5f5;
  border-left: 4px solid #faba03;
}
.block-black {
  background-color: #000000;
  color: #ffffff;
}
.block-black .dance-title {
  color: #faba03;
}
.block-black .b-card {
  background-color: #111;
  border: 1px solid #222;
}
.block-black .seo-tag {
  background-color: #111;
  border-left: 4px solid #faba03;
  border-right: 4px solid #faba03;
  color: #999;
}
.block-black .b-card:hover {
  border-color: #faba03;
  transform: translateY(-5px);
}
.block-white .b-card:hover {
  border-color: #faba03;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
/* la page ma belle bien être */
.bubble-wellness-section {
  background-color: #000000;
  color: #fff;
  padding: 80px 20px;
}
.bubble-container {
  max-width: 1140px;
  margin: 0 auto;
}
.bubble-intro {
  text-align: center;
  margin-bottom: 60px;
}
.bubble-main-title {
  font-size: 32px !important;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.bubble-main-title span {
  color: #faba03;
}
.bubble-lead {
  font-size: 19px;
  line-height: 1.6;
  max-width: 850px;
  margin: 0 auto;
}
.pro-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}
.pro-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}
.pro-card:hover {
  transform: translateY(-10px);
  border-color: #faba03;
  box-shadow: 0 15px 35px rgba(250, 186, 3, 0.15);
}
.pro-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.pro-card h3 {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 5px 0;
}
.pro-job {
  display: block;
  color: #1e2215;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.pro-card p {
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  margin: 0;
}
.bubble-outro {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}
.bubble-outro p {
  font-size: 18px;
  line-height: 1.6;
}
.coming-soon-box {
  background-color: #f9f9f9;
  border-left: 5px solid #faba03;
  padding: 25px;
  margin: 40px 0;
  border-radius: 0 15px 15px 0;
}
.coming-soon-box p {
  margin: 0;
  font-weight: 700;
  color: #000;
}
.final-msg {
  font-size: 22px !important;
  font-weight: 800;
  color: #faba03;
  text-transform: uppercase;
}
.team-section {
  background-color: #fcf5f3;
  padding: 80px 20px;
  color: #000;
}
.team-container {
  max-width: 1200px;
  margin: 0 auto;
}
.team-main-title {
  text-align: center;
  font-size: 32px !important;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.team-main-title span {
  color: #faba03;
}
.team-separator {
  width: 60px;
  height: 4px;
  background-color: #faba03;
  margin: 0 auto 60px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}
.member-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.member-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin-bottom: 0;
}
.member-image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  display: block;
  /* box-shadow: 0 10px 30px rgba(0,0,0,0.1); */
}
.member-badge {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 2px solid #faba03;
}
.member-badge svg {
  width: 30px;
  height: 30px;
}
.member-name {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 5px;
  color: #000;
}
.member-job {
  font-size: 17px;
  font-weight: 700;
  text-transform: none;
  color: #faba03;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.member-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  max-width: 280px;
  margin: 0;
}
@media (min-width: 992px) {
  .wide-card {
    grid-column: span 3;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
  .wide-card .card-icon {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .bubble-main-title {
    font-size: 28px !important;
    line-height: 1.4;
  }
  .bubble-lead {
    font-size: 17px !important;
    line-height: 1.4;
  }
  .pro-grid {
    grid-template-columns: 1fr;
  }
  .dance-title {
    font-size: 30px !important;
    line-height: 1.4;
  }
  .dance-section {
    padding: 15px;
  }
  .benefits-grid {
    grid-template-columns: 1fr 1fr;
  }
  .rejoindre-title {
    font-size: 24px !important;
  }
  .rejoindre-desc {
    font-size: 17px !important;
  }
  .rejoindre-status {
    font-size: 13px !important;
    padding: 10px 20px;
  }
  .rejoindre-slogan {
    font-size: 18px !important;
  }
  .lieu-title {
    font-size: 26px !important;
  }
  .main-paragraph {
    font-size: 18px !important;
  }
  .quote-paragraph {
    font-size: 19px !important;
  }
  .lieu-de-vie-section {
    padding: 60px 20px;
  }
  .privileges-main-title {
    font-size: 24px !important;
  }
  .privileges-grid {
    grid-template-columns: 1fr;
  }
  .bulle-main-title {
    font-size: 30px !important;
    line-height: 1.4;
  }
  .bulle-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-title {
    font-size: 2.2rem !important;
  }
  .hero-announcement {
    font-size: 1.1rem !important;
  }
  .cta-container {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
  .univers-header h2 {
    line-height: 1.4;
  }
  .nouveautes-section-full {
    padding: 50px 0;
  }
  .section-main-title {
    font-size: 24px !important;
    line-height: 1.4;
  }
  .cards-grid {
    grid-template-columns: 1fr;
  }
  .dance-title {
    font-size: 32px !important;
  }
  .content-wrapper {
    padding: 0 20px;
  }
  .benefits-grid {
    grid-template-columns: 1fr 1fr;
  }
  .team-main-title {
    font-size: 28px !important;
  }
  .team-grid {
    grid-template-columns: 1fr;
  }
  .member-image-wrapper {
    max-width: 280px;
  }
}
@media (max-width: 576px) {
  #content {
    padding: 20px 0 10px !important;
  }
  .bulle-section {
    padding: 10px 20px;
  }
  .bulle-grid,
  .benefits-grid {
    grid-template-columns: repeat(1, minmax(200px, 1fr)) !important;
  }
}
.back-to-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #be295e;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  font-size: 20px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.back-to-top:hover {
  transform: translateY(-5px);
  background: #be295e;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
}
