.elementor-1832 .elementor-element.elementor-element-a8642c6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-1832 .elementor-element.elementor-element-a2046df{--display:flex;--gap:16px 16px;--row-gap:16px;--column-gap:16px;--border-radius:20px 20px 20px 20px;--padding-top:16px;--padding-bottom:16px;--padding-left:16px;--padding-right:16px;}.elementor-1832 .elementor-element.elementor-element-975ea01{text-align:center;}.elementor-1832 .elementor-element.elementor-element-975ea01 .elementor-heading-title{font-family:"The seasons", Sans-serif;font-size:20px;font-weight:600;text-transform:uppercase;color:var( --e-global-color-secondary );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1832 .elementor-element.elementor-element-a8642c6{--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}}@media(min-width:768px){.elementor-1832 .elementor-element.elementor-element-a2046df{--width:65%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1832 .elementor-element.elementor-element-a2046df{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-663dbea *//* CONTAINER GÉNÉRAL */
.gamipress-purchases-form-wrapper {
  background-color: #041426;
  padding: 2rem;
  border-radius: 16px;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(219, 177, 89, 0.2);
}

/* TITRES DES FIELDSETS */
.gamipress-purchases-form-wrapper legend {
  color: #DBB159;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* LABELS */
.gamipress-purchases-form-wrapper label {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.25rem;
}

/* INPUTS & SELECT */
.gamipress-purchases-form-wrapper input[type="text"],
.gamipress-purchases-form-wrapper input[type="email"],
.gamipress-purchases-form-wrapper select {
  width: 100%;
  padding: 10px 14px;
  background-color: #132030;
  border: 1px solid #DBB159;
  border-radius: 8px;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.gamipress-purchases-form-wrapper select option {
  background-color: #041426;
  color: #fff;
}

/* RADIO PAYMENT OPTIONS */
.gamipress-purchases-form-gateways-list label {
  color: #DBB159;
  font-weight: 500;
  display: inline-block;
  margin-left: 0.5rem;
}

.gamipress-purchases-form-gateway-option {
  margin-bottom: 1rem;
}

/* DESCRIPTIONS */
.gamipress-purchases-form-description {
  font-size: 0.8rem;
  color: #BBBBBB;
  margin-bottom: 0.5rem;
  display: block;
}

/* CURRENCY DISPLAY */
.gamipress-purchases-form-custom-currency-symbol,
.gamipress-purchases-form-custom-preview,
.gamipress-purchases-form-custom-preview-points-label {
  color: #DBB159;
  font-weight: 600;
}

/* ACCEPTANCE CHECKBOX */
.gamipress-purchases-form-acceptance-checkbox {
  margin-top: 1rem;
  color: #ccc;
}
.gamipress-purchases-form-acceptance-checkbox label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.gamipress-purchases-form-acceptance-checkbox input[type="checkbox"] {
  accent-color: #DBB159;
}

/* TOTAL & POINTS */
.gamipress-purchases-form-total,
.gamipress-purchases-form-points-total {
  font-size: 1rem;
  font-weight: 600;
  color: #DBB159;
  background-color: #132030;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  margin: 1rem 0;
}

/* SUBMIT BUTTON */
.gamipress-purchases-form-submit-button {
  background-color: #DBB159;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  color: #041426;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease;
}

.gamipress-purchases-form-submit-button:hover {
  background-color: #caa042;
}

/* SPINNER (pendant chargement) */
.gamipress-spinner {
  margin-right: 0.5rem;
}

/* HIDE NON DÉSIRÉS SI BESOIN */
fieldset.gamipress-purchases-form-personal-info {
  display: none;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'The seasons';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://oryntha.fr/wp-content/uploads/2025/05/The-Seasons-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */