/* ==========================================================
   FUTURIST GAMES — BLOC RÉSERVATION PREMIUM
   Compatible WordPress / Divi
   Sans CSS Grid
   Correction complète des superpositions
   ========================================================== */


/* BLOC PRINCIPAL */

.fg-booking-strip {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
  overflow: hidden;
  color: #ffffff;
  border: 1px solid rgba(178, 199, 255, 0.16);
  border-radius: 20px;
  background-color: #06070b;
  background-image:
    radial-gradient(circle at 12% 0%, rgba(92, 127, 229, 0.24), transparent 38%),
    radial-gradient(circle at 92% 100%, rgba(108, 75, 209, 0.16), transparent 36%),
    linear-gradient(135deg, #0a0c12 0%, #05060a 58%, #080a10 100%);
  box-shadow:
    0 22px 65px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.fg-booking-strip,
.fg-booking-strip * {
  box-sizing: border-box;
}

.fg-booking-strip:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 20%,
    rgba(255, 255, 255, 0.025) 45%,
    transparent 70%
  );
}


/* TITRE PRINCIPAL */

.fg-title {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 0 14px 0 !important;
  padding: 0 !important;
  clear: both !important;
  float: none !important;
  transform: none !important;
  color: #dbe5ff !important;
  font-size: 24px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
}


/* LIGNE DES AVANTAGES */

.fg-benefits-row {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 0 16px 0;
  padding: 0;
  gap: 8px;
}


/* CARTES AVANTAGES */

.fg-benefit {
  position: relative !important;
  display: block !important;
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  min-height: 100px;
  margin: 0 !important;
  padding: 15px 10px 13px 55px !important;
  overflow: hidden;
  clear: none !important;
  float: none !important;
  transform: none;
  border: 1px solid rgba(178, 199, 255, 0.12);
  border-radius: 13px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.042),
    rgba(255, 255, 255, 0.015)
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.fg-benefit:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  opacity: 0.55;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent,
    #9cb7ff,
    transparent
  );
}

.fg-benefit:hover {
  transform: translateY(-2px);
  border-color: rgba(178, 199, 255, 0.34);
  background: linear-gradient(
    180deg,
    rgba(143, 170, 243, 0.09),
    rgba(255, 255, 255, 0.018)
  );
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}


/* ICÔNES DES AVANTAGES */

.fg-benefit-icon {
  position: absolute !important;
  top: 50% !important;
  left: 12px !important;
  right: auto !important;
  bottom: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px;
  margin: -16px 0 0 0 !important;
  padding: 0 !important;
  float: none !important;
  transform: none !important;
  border: 1px solid rgba(169, 193, 255, 0.24);
  border-radius: 9px;
  color: #9cb7ff;
  background: linear-gradient(
    145deg,
    rgba(132, 162, 240, 0.16),
    rgba(255, 255, 255, 0.025)
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.fg-benefit-icon svg {
  display: block !important;
  width: 17px !important;
  height: 17px !important;
  max-width: 17px !important;
  margin: 0 !important;
  padding: 0 !important;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* TITRES DES CARTES */

.fg-benefit h3 {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
  clear: both !important;
  float: none !important;
  transform: none !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  text-align: left !important;
  text-transform: none !important;
  white-space: normal !important;
  overflow: visible !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}


/* DESCRIPTIONS DES CARTES */

.fg-benefit p {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: both !important;
  float: none !important;
  transform: none !important;
  color: #aeb8ca !important;
  font-family: inherit !important;
  font-size: 9.5px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-transform: none !important;
  white-space: normal !important;
  overflow: visible !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}


/* BARRE DES MOYENS DE PAIEMENT */

.fg-payment-bar {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 13px 14px;
  gap: 16px;
  border: 1px solid rgba(178, 199, 255, 0.13);
  border-radius: 14px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.035),
    rgba(255, 255, 255, 0.012)
  );
}


/* BLOC SSL */

.fg-secure {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 155px;
  margin: 0;
  padding: 0 15px 0 0;
  gap: 10px;
  border-right: 1px solid rgba(178, 199, 255, 0.14);
}

.fg-ssl-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(156, 183, 255, 0.28);
  border-radius: 11px;
  background: linear-gradient(
    145deg,
    rgba(133, 163, 244, 0.20),
    rgba(255, 255, 255, 0.03)
  );
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.fg-ssl-icon svg {
  display: block;
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.fg-ssl-icon .fillTextColor {
  fill: #b6c9ff !important;
}

.fg-secure span:last-child {
  display: block;
  min-width: 0;
}

.fg-secure strong,
.fg-secure small {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: both !important;
  float: none !important;
  transform: none !important;
  text-transform: uppercase;
}

.fg-secure strong {
  color: #ffffff !important;
  font-size: 11px !important;
  line-height: 1.15 !important;
  letter-spacing: 0.04em !important;
  font-weight: 800 !important;
}

.fg-secure small {
  margin-top: 3px !important;
  color: #aeb8ca !important;
  font-size: 8px !important;
  line-height: 1.1 !important;
  letter-spacing: 0.08em !important;
}


/* LISTE DES PAIEMENTS */

.fg-payment-list {
  display: flex !important;
  align-items: center;
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  gap: 7px;
  overflow-x: auto;
  overflow-y: hidden;
  list-style: none !important;
}

.fg-payment-list:before,
.fg-payment-list:after {
  display: none !important;
  content: none !important;
}

.fg-payment-list::-webkit-scrollbar {
  height: 4px;
}

.fg-payment-list::-webkit-scrollbar-thumb {
  border-radius: 99px;
  background: rgba(147, 170, 230, 0.42);
}

.fg-payment-list li {
  position: static !important;
  display: block !important;
  flex: 0 0 auto;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: none !important;
  float: none !important;
  transform: none !important;
  list-style: none !important;
}

.fg-payment-list li:before,
.fg-payment-list li:after {
  display: none !important;
  content: none !important;
}


/* LOGOS DE PAIEMENT */

.img-payment {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 34px;
  margin: 0;
  padding: 5px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    #f8faff,
    #dce4f2
  );
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.img-payment:hover {
  transform: translateY(-1px);
  box-shadow:
    0 7px 14px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 #ffffff;
}

.img-payment svg {
  display: block !important;
  width: 38px !important;
  height: 24px !important;
  max-width: 38px !important;
  max-height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.img-payment .fillTextColor {
  fill: #121722;
}


/* TABLETTES ET ÉCRANS INTERMÉDIAIRES */

@media only screen and (max-width: 1180px) {

  .fg-benefits-row {
    flex-wrap: wrap;
  }

  .fg-benefit {
    flex: 1 1 31%;
    min-width: 250px;
    min-height: 88px;
  }
}


/* MOBILE */

@media only screen and (max-width: 760px) {

  .fg-booking-strip {
    padding: 15px;
    border-radius: 16px;
  }

  .fg-title {
    margin-bottom: 11px !important;
    font-size: 20px !important;
  }

  .fg-benefits-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
  }

  .fg-benefits-row::-webkit-scrollbar {
    display: none;
  }

  .fg-benefit {
    flex: 0 0 230px;
    width: 230px;
    min-width: 230px;
    min-height: 90px;
  }

  .fg-payment-bar {
    padding: 11px;
    gap: 12px;
    overflow: hidden;
  }

  .fg-secure {
    min-width: 137px;
    padding-right: 11px;
  }

  .fg-ssl-icon {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    min-width: 36px;
  }

  .img-payment {
    width: 51px;
    height: 32px;
  }
}


/* PETITS MOBILES */

@media only screen and (max-width: 480px) {

  .fg-payment-bar {
    align-items: stretch;
    flex-direction: column;
  }

  .fg-secure {
    width: 100%;
    min-width: 0;
    padding: 0 0 10px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(178, 199, 255, 0.14);
  }

  .fg-payment-list {
    width: 100%;
    padding-bottom: 3px !important;
  }
}