.team_buliding_page {
  line-height: 1.5 !important;
}

/* =========================
   HERO SECTION
========================= */

.custom_hero {
  position: relative;
  min-height: max(100vh, 600px);
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}

/* Background glow */
.custom_hero_background {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(255, 200, 0, 0.05) 0%, transparent 70%);
  z-index: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.custom_hero_background img {
  width: 100%;
  object-fit: cover;
}

/* Container */
.custom_hero_container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  text-align: center;
}

/* Content */
.custom_hero_content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 0 80px;
  position: relative;

}

/* Badge */
.custom_hero_badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 50px;
  border: 1px solid #ffc1054d;
  background: #1D1601;
  color: #ffd400;
  font-family: 'Gemunu';
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 32px;
  line-height: 1.5;
}

/* Title */
.custom_hero_title {
  font-size: 82px;
  line-height: .95;
  text-transform: uppercase;
  color: #e5e5e5;
  margin-bottom: 24px;
  font-family: 'PopBL', sans-serif;
  letter-spacing: -3px;
}

/* Highlight */
.custom_hero_highlight {
  color: #ffd400;
}

/* Description */
.custom_hero_description {
  font-size: 28px;
  color: #bfbfbf;
  margin: 0 auto 40px !important;
  line-height: 1;
  max-width: 550px;
}

/* Buttons */
.custom_hero_actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

/* Primary Button */
.custom_button_primary {
  background: #D3105E;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  border: 1px solid #ffd400;
  font-size: 18px;
  font-family: 'GemunuB', sans-serif;
  box-sizing: border-box;
}

.custom_button_primary:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* Outline Button */
.custom_button_outline {
  border: 2px solid #888;
  color: #fff;
  padding: 13px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  font-size: 18px;
  font-family: 'GemunuB', sans-serif;
  box-sizing: border-box;
}

.custom_button_outline:hover {
  background: #fff;
  color: #000;
}

/* Download link */
.custom_download_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #999;
  text-decoration: underline;
  transition: color 0.3s;
  font-family: 'GemunuB', sans-serif;
}

.custom_download_link:hover {
  color: #ffd400;
}

/* =========================
   SVG FIX (IMPORTANT )
========================= */

/* Override Tailwind inside SVG */
.custom_download_link svg,
.custom_hero_scroll_icon svg {
  width: 16px !important;
  height: 16px !important;
  stroke: currentColor !important;
  color: inherit !important;
  flex-shrink: 0;
}

/* Scroll arrow bigger */
.custom_hero_scroll_icon svg {
  width: 20px !important;
  height: 20px !important;
  stroke: #ffd400 !important;
}

/* =========================
   SCROLL INDICATOR
========================= */

.custom_hero_scroll {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%) !important;
  text-align: center;
  cursor: pointer;
  line-height: 1;
}

.custom_hero_scroll_text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.custom_hero_scroll_icon {
  margin-top: 8px;
  animation: custom_bounce 1.5s infinite;
}

.Vu-sur-capital {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #999;
  gap: 15px;
  font-family: 'GemunuB';
  line-height: 1;
  text-align: left;
  margin-bottom: 12px;
}

.Vu-sur-capital img {
  max-width: 85px;
  height: auto;
}

.Vu-sur-capital span {
  max-width: 160px;
}

/* Animation */
@keyframes custom_bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px);
  }
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {
  .custom_hero_title {
    font-size: 62px;
  }

  .custom_hero_description {
    font-size: 24px;
    max-width: 380px;
  }

  .custom_button_primary,
  .custom_button_outline {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .custom_hero_title {
    font-size: 42px;
  }

  .custom_hero_description {
    font-size: 22px;
    max-width: 300px;
  }

  .custom_hero_actions {
    flex-direction: column;
  }

  .custom_button_primary,
  .custom_button_outline {
    width: 100%;
    text-align: center;
  }

  .Vu-sur-capital {
    font-size: 16px;
  }

  .Vu-sur-capital img {
    max-width: 70px;
  }
}

/* =========================
   REASSURANCE SECTION
========================= */

.custom_reassurance {
  background: linear-gradient(to right, #0a0a0a, #111111);
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  padding: 22px 0;
}

/* Container */
.custom_reassurance_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Row */
.custom_reassurance_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: nowrap;
}

/* Item */
.custom_reassurance_item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #e5e5e5;
  font-size: 15px;
  white-space: nowrap;
}

/* Icon circle */
.custom_reassurance_icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(250, 204, 21, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* SVG (IMPORTANT — overrides Tailwind classes inside SVG) */
.custom_reassurance_icon svg {
  width: 20px !important;
  height: 20px !important;
  stroke: #ffd400 !important;
  fill: none;
}

/* Text */
.custom_reassurance_text {
  color: #e5e5e5;
  font-size: 18px;
  font-family: 'GemunuB', sans-serif;
}

/* =========================
   RESPONSIVE
========================= */

/* Tablet */
@media (max-width: 1024px) {
  .custom_reassurance_list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 32px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .custom_reassurance_list {
    align-items: flex-start;
    gap: 18px;
  }

  .custom_reassurance_item {
    width: calc(50% - 9px);
    white-space: unset;
  }

  .custom_reassurance_text {
    line-height: 1.3;
  }
}

/* =========================
   POURQUOI SECTION
========================= */

.custom_pourquoi {
  position: relative;
  background: #000;
  padding: 100px 0;
}

/* Background effect */
.custom_pourquoi_background {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at right, rgba(255, 200, 0, 0.08), transparent 40%);
}

/* Container */
.custom_pourquoi_container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* =========================
   TITLE
========================= */

.custom_pourquoi_header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 60px;
}

.custom_pourquoi_title {
  font-size: 36px;
  font-weight: 900;
  color: #e5e5e5;
  text-transform: uppercase;
  font-family: 'PopBL', sans-serif;
  line-height: 1.15;
}

.custom_pourquoi_highlight {
  color: #ffd400;
}

/* =========================
   GRID
========================= */

.custom_pourquoi_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* =========================
   CARD
========================= */

.custom_pourquoi_card {
  background: #0b0b0b;
  border: 1px solid #262626;
  border-radius: 12px;
  padding: 28px;
  transition: all 0.3s ease;
}

/* Icon */
.custom_pourquoi_icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

/* SVG FIX */
.custom_pourquoi_icon svg {
  width: 22px !important;
  height: 22px !important;
  stroke: #ffd400 !important;
  fill: none;
}

/* Title */
.custom_pourquoi_card_title {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  font-family: 'PopB';
}

/* Text */
.custom_pourquoi_card_text {
  font-size: 17px;
  color: #999;
  line-height: 1.5;
}

/* =========================
   HOVER STATE ( IMPORTANT)
========================= */

.custom_pourquoi_card:hover {
  border-color: #ffd40080;
  transform: translateY(-4px);
}

/* Icon hover */
.custom_pourquoi_card:hover .custom_pourquoi_icon {
  background: #ffd400;
}

/* SVG invert */
.custom_pourquoi_card:hover svg {
  stroke: #000 !important;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {
  .custom_pourquoi_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .custom_pourquoi_card_title {
    font-size: 16px;
  }

  .custom_pourquoi_title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .custom_pourquoi_grid {
    grid-template-columns: 1fr;
  }

  .custom_pourquoi_title {
    font-size: 26px;
  }
}

/* =========================
   CONCEPT SECTION
========================= */

.custom_concept {
  background: #141414;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  padding: 100px 0;
}

/* Container */
.custom_concept_container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* Layout */
.custom_concept_layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* =========================
   LEFT CONTENT
========================= */

.custom_concept_title {
  font-size: 42px;
  text-transform: uppercase;
  color: #e5e5e5;
  line-height: 1.15;
  margin-bottom: 24px;
  font-family: 'PopBL', sans-serif;
}

.custom_concept_highlight {
  color: #ffd400;
}

/* Text */
.custom_concept_text {
  margin-bottom: 40px;
  color: #999;
}

.custom_concept_text p {
  font-size: 22px;
  margin-bottom: 16px !important;
}

/* =========================
   TAGS (2 PER ROW)
========================= */

.custom_concept_tags {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.custom_concept_tag {
  font-size: 20px;
  color: #e5e5e5;
  padding: 6px 24px;
  border-radius: 999px;
  background: #1f1f1f;
  border: 1px solid #262626;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'GemunuB', sans-serif;
}

/* =========================
   RIGHT IMAGE
========================= */

.custom_concept_media {
  display: flex;
  justify-content: center;
}

/* Image wrapper */
.custom_concept_image_wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

/* Image */
.custom_concept_image {
  display: block;
  width: 100%;
  border-radius: 12px;
  height: auto;
}

/* =========================
   CORNER EFFECT
========================= */

.custom_concept_corner {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 2px solid #ffd400;
}

/* Corners positioning */
.top-left {
  top: 10px;
  left: 10px;
  border-right: none;
  border-bottom: none;
}

.top-right {
  top: 10px;
  right: 10px;
  border-left: none;
  border-bottom: none;
}

.bottom-left {
  bottom: 10px;
  left: 10px;
  border-right: none;
  border-top: none;
}

.bottom-right {
  bottom: 10px;
  right: 10px;
  border-left: none;
  border-top: none;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {
  .custom_concept_layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .custom_concept_title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .custom_concept_tags {
    grid-template-columns: 1fr;
  }
}

/* =========================
   EVENEMENTS SECTION
========================= */

.custom_evenements {
  background: #0D0D0D;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  padding: 100px 0;
}

/* Container */
.custom_evenements_container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* =========================
   TITLE
========================= */

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

.custom_evenements_title {
  font-size: 36px;
  font-weight: 900;
  color: #e5e5e5;
  text-transform: uppercase;
  font-family: 'PopBL', sans-serif;
  line-height: 1.15;
}

.custom_evenements_highlight {
  color: #ffd400;
}

/* =========================
   GRID
========================= */

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

/* =========================
   CARD
========================= */

.custom_evenements_card {
  display: flex;
  align-items: start;
  gap: 14px;
  background: #0b0b0b;
  border: 1px solid #262626;
  border-radius: 10px;
  padding: 18px 20px;
  transition: all 0.25s ease;
}

/* Icon box */
.custom_evenements_icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

/* SVG FIX */
.custom_evenements_icon svg {
  width: 20px !important;
  height: 20px !important;
  stroke: #ffd400 !important;
  fill: none;
}

/* Content */
.custom_evenements_content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* Title */
.custom_evenements_card_title {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'PopB';
}

/* Text */
.custom_evenements_card_text {
  font-size: 17px;
  color: #999;
  line-height: 1.5;
}

/* =========================
   HOVER (FINAL - MATCH DESIGN)
========================= */

.custom_evenements_card:hover {
  background: #0f0f0f;
  border-color: #2a2a2a;

  /* subtle premium glow */
  box-shadow:
    0 0 0 1px rgba(250, 204, 21, 0.12),
    0 10px 25px rgba(0, 0, 0, 0.6);

  transform: translateY(-2px);
}

/* Icon hover (soft highlight, NOT full yellow) */
.custom_evenements_card:hover .custom_evenements_icon {
  background: rgba(250, 204, 21, 0.12);
}

/* KEEP ICON COLOR (no invert) */
.custom_evenements_card:hover svg {
  stroke: #ffd400 !important;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {
  .custom_evenements_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .custom_evenements_title {
    font-size: 30px;
  }

  .custom_evenements_card_title {
    font-size: 16px;
  }

  .custom_evenements_card_text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .custom_evenements_grid {
    grid-template-columns: 1fr;
  }


}


/* =========================
   CAPACITE SECTION
========================= */

.custom_capacite {
  background: #141414;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  padding: 100px 0;
}

/* Container */
.custom_capacite_container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* =========================
   TITLE
========================= */

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

.custom_capacite_title {
  font-size: 42px;
  color: #e5e5e5;
  text-transform: uppercase;
  font-family: 'PopBL', sans-serif;
  line-height: 1.15;
}

.custom_capacite_highlight {
  color: #ffd400;
}

/* =========================
   CARDS
========================= */

.custom_capacite_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}

.custom_capacite_card {
  background: #0D0D0D;
  border: 1px solid #262626;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  transition: 0.25s ease;
}

.custom_capacite_card:hover {
  background: #0f0f0f;
  border-color: #2a2a2a;
  box-shadow: 0 0 0 1px rgba(250, 204, 21, 0.1);
}

/* Icon */
.custom_capacite_icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  background: #1F1F1F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom_capacite_icon svg {
  width: 20px;
  height: 20px;
  stroke: #ffd400;
}

/* Text */
.custom_capacite_card_title {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  font-family: 'PopB';
  margin-top: 10px;
}

.custom_capacite_card_text {
  font-size: 17px;
  color: #999;
  line-height: 1.5;
}

/* =========================
   TIMELINE
========================= */

.custom_capacite_timeline_wrapper {
  background: #0d0d0d;
  border: 1px solid #262626;
  border-radius: 12px;
  padding: 50px;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}

.custom_capacite_timeline_title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: 'PopB';
  text-align: left;
}

/* Timeline row */
.custom_capacite_timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
}

/* Step */
.custom_capacite_step {
  text-align: center;
  position: relative;
  max-width: 180px;
}

/* Circle */
.custom_capacite_time {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #ffd400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  margin: 0 auto 10px;
  background: #000;
  font-family: 'GemunuB';
  line-height: 50px;
}

/* Label */
.custom_capacite_label {
  font-size: 15px;
  color: #fff;
  font-family: 'PopB';
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {

  .custom_capacite_timeline::before {
    display: none;
  }

  .custom_capacite_title {
    font-size: 36px;
  }

  .custom_capacite_card_title {
    font-size: 16px;
  }

  .custom_capacite_card_text {
    font-size: 16px;
  }

  .custom_capacite_timeline_title {
    font-size: 16px;
  }

  .custom_capacite_label {
    font-size: 14px;
  }

  .custom_capacite_step {
    max-width: 160px;
  }
}

@media (max-width: 767px) {
  .custom_capacite_grid {
    grid-template-columns: 1fr;
  }

  .custom_capacite_timeline {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }
}

/* =========================
   BAR SECTION
========================= */

.custom_bar {
  background: linear-gradient(to right, #0a0a0a, #111, #0a0a0a);
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  padding: 100px 0;
}

.custom_bar_container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* Layout */
.custom_bar_layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* =========================
   IMAGES
========================= */

.custom_bar_media {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Image wrapper */
.custom_bar_image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

/* Image */
.custom_bar_image img {
  width: 100%;
  display: block;
  border-radius: 12px;
  transition: transform 0.5s ease;
  height: auto;
}

/*  HOVER EFFECT (MATCH SCREENSHOT) */
.custom_bar_image:hover img {
  transform: scale(1.08);
}

/* subtle overlay */
.custom_bar_image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.4s ease;
}

.custom_bar_image:hover::after {
  opacity: 1;
}

/* =========================
   CONTENT
========================= */

.custom_bar_title {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  color: #e5e5e5;
  line-height: 1.2;
  margin-bottom: 20px;
}

.custom_bar_highlight {
  color: #D3105E;
  /* pink like design */
}

/* Text */
.custom_bar_text p {
  font-size: 14px;
  color: #999;
  line-height: 1.5;
  margin-bottom: 14px;
}

/* =========================
   BAR SECTION (FIXED)
========================= */

.custom_bar {
  background: #000;
  /*  FIX: pure black like original */
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  padding: 110px 0;
}

/* Container */
.custom_bar_container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* Layout */
.custom_bar_layout {
  display: flex;
  gap: 80px;
  align-items: center;
}

/* =========================
   IMAGES (FIXED)
========================= */

.custom_bar_media {
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-radius: 14px;
  /* overflow: hidden; */
  width: calc(50% - 40px);
}

.custom_bar_content {
  width: calc(50% - 40px);
}

/* Wrapper */
.custom_bar_image {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #000;
}

/* Image */
.custom_bar_image img {
  width: 100%;
  display: block;
  border-radius: 14px;
  transition: transform 0.45s ease;
}

/*  FIXED HOVER (SUBTLE like original) */
.custom_bar_image:hover img {
  transform: scale(1.05);
}

/* REMOVE DARK OVERLAY (was wrong before) */
.custom_bar_image::after {
  display: none;
}

.custom_bar_media .flickity-page-dots {
  display: none;
}

@media (max-width: 1024px) {
  .custom_bar_layout {
    display: flex;
    grid-template-columns: none;
    gap: 50px;
    flex-direction: column;
  }

  .custom_bar_media {
    order: 1;
    width: 100%;
  }

  .custom_bar_content {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .custom_bar_media .flickity-page-dots {
    display: block;
  }
}



/* =========================
   CONTENT (FIXED)
========================= */

.custom_bar_title {
  font-size: 42px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 22px;
  font-family: 'PopBL', sans-serif;
  line-height: 1.15;
}

.custom_bar_highlight {
  color: #D3105E;
}

/* Text */
.custom_bar_text p {
  font-size: 22px;
  color: #a1a1aa;
  margin-bottom: 14px !important;
}

/* =========================
   FEATURES (FIXED)
========================= */

.custom_bar_features {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 15px 40px;
  margin-top: 35px;
  padding-left: 0px;
}

/* Item */
.custom_bar_feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  color: #ffffff;
  white-space: nowrap;
  font-family: 'GemunuB';

}

.custom_bar_check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #3D0F26;
  color: #ff2d7a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 24px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {

  .custom_bar_title {
    font-size: 36px;
  }

  .custom_bar_features {
    grid-template-columns: 1fr;
  }
}

/* =========================
   GALERIE SECTION
========================= */

.custom_galerie {
  background: #141414;
  padding: 100px 0;
  border-top: 1px solid #1a1a1a;
}

.custom_galerie_container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* =========================
   HEADER
========================= */

.custom_galerie_header {
  text-align: center;
  margin-bottom: 40px;
}

.custom_galerie_title {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  font-family: 'PopBL', sans-serif;
  line-height: 1.15;
}

.custom_galerie_highlight {
  color: #ffd400;
}

.custom_galerie_subtitle {
  font-size: 22px;
  color: #999;
  margin-top: 6px;
}

/* =========================
   GRID (FIXED HEIGHT)
========================= */

/* =========================
   GALERIE GRID (REAL DESIGN)
========================= */

.custom_galerie_grid {
  column-count: 6;
  column-gap: 15px;
}

.custom_galerie_item {
  break-inside: avoid;
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
  transition: all .3s ease;
  position: relative;
}

.custom_galerie_item:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0000004d;
  transition: all .3s ease;
}

.custom_galerie_item img {
  width: 100%;
  height: auto;
  display: block;
  transition: all .3s ease;
}

.custom_galerie_item:hover img {
  transform: scale(1.2);
}

.custom_galerie_item:hover:after {
  background: rgba(0, 0, 0, 0);
}

.custom_galerie_grid .flickity-page-dots .dot,
.custom_bar_media .flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  transform: none;
}

.custom_galerie_grid .flickity-page-dots .dot.is-selected,
.custom_bar_media .flickity-page-dots .dot.is-selected {
  background: #ffd400 !important;
}

@media (max-width: 1024px) {


  .custom_galerie_title {
    font-size: 30px;
  }

  .custom_galerie_subtitle {
    font-size: 18px;
  }

  .custom_btn_outline {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .custom_galerie_grid {
    column-count: unset;
    display: block;
  }

  .custom_galerie_grid {
    column-count: 1;
  }
}


/* =========================
   BUTTONS
========================= */

.custom_galerie_actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.custom_btn_primary {
  background: #D3105E;
  color: #fff;
  padding: 8px 28px;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-family: 'GemunuB', sans-serif;
  border: 1px solid #ffd400;
}

.custom_btn_primary:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.custom_btn_outline {
  border: 2px solid #888;
  color: #fff;
  padding: 8px 28px;
  border-radius: 6px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-family: 'GemunuB', sans-serif;
}

.custom_btn_outline svg {
  max-width: 20px;
}

.custom_btn_outline:hover {
  background: #fff;
  color: #000;
  border-color: #ffd40080;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 900px) {
  .custom_galerie_grid {
    grid-template-columns: unset;
    grid-auto-rows: unset;
  }

  .custom_galerie_item.large {
    grid-column: span 2;
  }
}

@media (max-width: 600px) {
  .custom_galerie_grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
  }

  .custom_galerie_item.large {
    grid-column: span 1;
  }
}


/* =========================
   SECTION deroulement
========================= */

.custom_deroulement {
  background: #0b0b0b;
  padding: 100px 20px;
  color: #fff;
  text-align: center;
}

.custom_deroulement_container {
  max-width: 1200px;
  margin: 0 auto;
}

/* =========================
   TITLE
========================= */

.custom_deroulement_title {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 80px;
  font-family: 'PopBL', sans-serif;
  line-height: 1.15;
}

.custom_deroulement_title span {
  color: #ffd400;
}

/* =========================
   TIMELINE
========================= */

.custom_deroulement_timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

/* CENTER LINE */
.custom_deroulement_timeline::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2a2a2a;
  z-index: 0;
}

/* =========================
   STEP
========================= */

.custom_step {
  position: relative;
  width: 100%;
  max-width: calc(20% - 16px);
  text-align: center;
  z-index: 1;
  transition: transform 0.3s ease;
}

/* =========================
   ICON
========================= */

.custom_step_icon {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #141414;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* subtle glow layer */

/* SVG */
.custom_step_icon svg {
  width: 24px;
  height: 24px;
  stroke: #ffd400;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
}

/* NUMBER */
.custom_step_number {
  position: absolute;
  top: -5px;
  right: 0px;
  background: #ffd400;
  color: #000;
  font-size: 11px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'PopB';
}

/* =========================
   TEXT
========================= */

.custom_step h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'PopB';
}

.custom_step p {
  font-size: 17px;
  color: #999;
  line-height: 1.5;
}

/* =========================
   HOVER (FINAL)
========================= */

.custom_step:hover {
  /* transform: translateY(-6px); */
}

.custom_step:hover .custom_step_icon {
  background: #2C2513;
}

.custom_step:hover svg {}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 900px) {
  .custom_deroulement_timeline {
    flex-direction: column;
    gap: 50px;
  }

  .custom_deroulement_timeline::before {
    display: none;
  }

  .custom_step {
    max-width: 100%;
  }
}


/* =========================
   SECTION
========================= */

.custom_avis {
  background: #000;
  padding: 100px 20px;
  color: #fff;
  text-align: center;
}

.custom_avis_container {
  max-width: 1200px;
  margin: 0 auto;
}

/* =========================
   TITLE
========================= */

.custom_avis_title {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: 'PopBL', sans-serif;
  line-height: 1.15;
}

.custom_avis_title span {
  color: #ffd400;
}

/* =========================
   GRID
========================= */

.custom_avis_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* =========================
   CARD
========================= */

.custom_avis_card {
  background: #0b0b0b;
  border: 1px solid #262626;
  border-radius: 12px;
  padding: 30px;
  text-align: left;
  transition: all 0.3s ease;
}

.custom_avis_card:hover {
  transform: translateY(-6px);
  border-color: #ffd40080;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* =========================
   STARS
========================= */

.custom_avis_stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

.custom_avis_stars svg {
  width: 18px;
  height: 18px;
  stroke: #ffd400;
  fill: #ffd400;
}

/* =========================
   TEXT
========================= */

.custom_avis_text {
  font-size: 18px;
  color: #fafafa;
  line-height: 1.5;
  margin-bottom: 25px !important;
  font-family: 'GemunuB';
  font-style: italic;
}

/* =========================
   USER
========================= */

.custom_avis_user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.custom_avis_avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1F1F1F;
  border: 1px solid #ffd400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: 'GemunuB';
}

.custom_avis_user_info {
  flex: 1;
}

.custom_avis_user strong {
  display: block;
  font-size: 17px;
  font-family: 'GemunuB';
  line-height: 1;
  margin-bottom: 5px;
}

.custom_avis_user span {
  font-size: 14px;
  color: #999;
  display: block;
  line-height: 1;
}


/* =========================
   LOGOS
========================= */

.custom_avis_logos {
  margin-top: 80px;
  padding-top: 50px;
  border-top: 1px solid #1f1f1f;
}

.custom_avis_logos p {
  font-size: 18px;
  color: #999;
  margin-bottom: 16px !important;
  text-transform: uppercase;
  font-family: 'GemunuB'
}

.custom_avis_logo_list {
  /* display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap; */
}

.custom_avis_logo_list span {
  background: #111;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 11px;
  color: #aaa;
}

.custom_avis_logo img {
  height: 80px;
  object-fit: contain;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 10px;
  vertical-align: middle;
  background: #f0f0f0;
  width: 100%;
}

.custom_avis_logo {
  padding: 0 10px;
}

.custom_avis_logo {
  width: calc(50% - 20px);
  /* 2 per view (mobile) */
}

@media (min-width: 640px) {
  .custom_avis_logo {
    width: calc(33.33% - 20px);
  }
}

@media (min-width: 768px) {
  .custom_avis_logo {
    width: calc(25% - 20px);
  }
}

@media (min-width: 1024px) {
  .custom_avis_logo {
    width: calc(20% - 20px);
  }
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {
  .custom_avis_title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .custom_avis_grid {
    grid-template-columns: 1fr;
  }
}


/* =========================
   SECTION
========================= */

.custom_faq {
  background: #0a0a0a;
  padding: 100px 20px;
  color: #fff;
  border-top: 1px solid #262626;
}

.custom_faq_container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.custom_faq_container .custom_faq_answer {
  text-align: left;
}

/* =========================
   HEADER
========================= */

.custom_faq_title {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'PopBL', sans-serif;
  line-height: 1.15;
}

.custom_faq_title span {
  color: #ffd400;
}

.custom_faq_subtitle {
  font-size: 20px;
  color: #999;
  margin-bottom: 50px !important;
}

/* =========================
   LIST
========================= */

.custom_faq_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* =========================
   ITEM
========================= */

.custom_faq_item {
  border: 1px solid #1f1f1f;
  border-radius: 8px;
  background: #0f0f0f;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* =========================
   QUESTION
========================= */

.custom_faq_question {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  padding: 18px 20px;
  font-size: 20px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: 'GemunuB';
}

/* SVG */
.custom_faq_question svg {
  width: 18px;
  height: 18px;
  stroke: #999;
  transition: transform 0.3s ease, stroke 0.3s;
}

/* =========================
   ANSWER
========================= */

.custom_faq_answer {
  overflow: hidden;
  font-size: 18px;
  color: #999;
  box-sizing: border-box;
  display: none;
  padding: 0 20px 18px;
}

/* =========================
   ACTIVE STATE
========================= */

.custom_faq_item.active,
.custom_faq_item:hover {
  border-color: #ffd50080;
}

.custom_faq_item:hover .custom_faq_question {
  color: #ffd400;
}

.custom_faq_item.active .custom_faq_answer {}

.custom_faq_item.active svg {
  transform: rotate(180deg);
  stroke: #ffd400;
}

/* =========================
   HOVER
========================= */

.custom_faq_item:hover {
  border-color: #333;
}

/* =========================
   SECTION
========================= */

.custom_devis {
  background: #141414;
  padding: 100px 20px;
  color: #fff;
  margin-bottom: 100px;
}

.custom_devis_container {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

/* =========================
   HEADER
========================= */

.custom_devis_header h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-family: 'PopBL', sans-serif;
  line-height: 1.15;
  margin-bottom: 15px;
}

.custom_devis_header span {
  color: #ffd400;
}

.custom_devis_header p {
  margin-top: 10px !important;
  font-size: 20px;
  color: #ffd400;
  font-family: 'GemunuB';
}

/* =========================
   CARD
========================= */

.custom_devis_card {
  margin-top: 40px;
  background: #0D0D0D;
  border: 1px solid #1f1f1f;
  border-radius: 12px;
  padding: 45px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}

/* =========================
   FORM
========================= */

.custom_devis_form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.custom_devis_card .wpcf7-not-valid-tip {
  font-size: 1rem;
}

.custom_devis_card .wpcf7-response-output {
  font-size: 1rem;
  margin-top: 0px !important;
}

/* ROW */
.custom_devis_card .form_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: 25px;
}

/* 3 columns row */
.custom_devis_card .form_row-3 {
  grid-template-columns: repeat(3, 1fr);
}

/* GROUP */
.form_group {
  display: flex;
  flex-direction: column;
  text-align: left;
}

/* LABEL */
.form_group label {
  font-size: 16px;
  margin-bottom: 6px;
  color: #d1d5db;
  font-family: 'GemunuB';
}

/* INPUT / SELECT / TEXTAREA */
.form_group input,
.form_group select,
.form_group textarea {
  background: #333333;
  border: 1px solid #2a2a2a;
  padding: 10px 12px;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  outline: none;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* FOCUS */
.form_group input:focus,
.form_group select:focus,
.form_group textarea:focus {
  border-color: #ffd400;
}

/* TEXTAREA */
.form_group textarea {
  min-height: 90px;
  resize: none;
}

/* FULL WIDTH */
.form_group.full {
  width: 100%;
}

/* =========================
   BUTTON
========================= */

.btn_submit {
  margin-top: 20px;
  background: #d3105e;
  color: #fff;
  padding: 15px;
  font-size: 22px;
  text-transform: uppercase;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  font-family: 'GemunuB';
  width: 100%;
  border: 1px solid #ffd400;
}

.btn_submit:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* =========================
   FOOTER INFO
========================= */

.form_footer {
  margin-top: 40px;
  color: #999;
  display: flex;
  justify-content: center;
  gap: 3px 25px;
  flex-wrap: wrap;
  border-top: 1px solid #262626;
  padding: 30px 100px 0;
}

.form_footer_info_text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
}

.form_footer_info_text svg {
  width: 16px;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 767px) {
  .form_row {
    grid-template-columns: 1fr;
  }

  .form_row:nth-child(3) {
    grid-template-columns: 1fr;
  }

  .custom_devis_card {
    padding: 20px;
  }

  .form_footer {
    padding: 25px 25px 0;
  }
}




@media (max-width: 1024px) {

  .custom_reassurance_container,
  .custom_pourquoi_container,
  .custom_concept_container,
  .custom_evenements_container,
  .custom_capacite_container,
  .custom_bar_container,
  .custom_galerie_container,
  .custom_avis_container,
  .custom_faq_container,
  .custom_devis_container {
    max-width: 768px;
    padding: 0 60px;
  }

  .custom_faq_title,
  .custom_devis_header h2 {
    font-size: 30px;
  }

  .custom_faq_subtitle,
  .custom_devis_header p {
    font-size: 18px;
  }

  .custom_faq_question,
  .custom_faq_answer {
    font-size: 16px;
  }

  .btn_submit {
    font-size: 20px;
  }
}


@media (max-width: 767px) {

  .custom_reassurance_container,
  .custom_pourquoi_container,
  .custom_concept_container,
  .custom_evenements_container,
  .custom_capacite_container,
  .custom_bar_container,
  .custom_galerie_container,
  .custom_avis_container,
  .custom_faq_container,
  .custom_devis_container {
    max-width: 100%;
    padding: 0 20px;
  }

  .custom_pourquoi,
  .custom_concept,
  .custom_evenements,
  .custom_capacite,
  .custom_bar,
  .custom_galerie,
  .custom_avis,
  .custom_faq,
  .custom_devis {
    padding: 75px 0px;
  }

  .custom_concept_title,
  .custom_capacite_title,
  .custom_bar_title {
    font-size: 30px;
  }

  .custom_evenements_title,
  .custom_galerie_title,
  .custom_avis_title,
  .custom_faq_title,
  .custom_devis_header h2 {
    font-size: 26px;
  }

  .btn_submit {
    font-size: 18px;
  }

  .custom_faq_subtitle,
  .custom_devis_header p {
    font-size: 17px;
  }

  .page {
    top: 100px;
  }

  .custom_galerie_actions{
    margin-top: 60px;
  }
}