@charset "UTF-8";
/* open terminal */
/* cd css */
/* sass --watch app.scss:app.css --style expanded */
a.new-window:after {
  font-family: "visa-icon";
  content: "\e852";
  padding-left: 2px;
}
a.vs-btn {
  width: auto !important;
}
a.blue-link {
  color: #1434CB;
  text-decoration: underline;
}
a.black-link {
  color: #2C2C2C;
  text-decoration: underline;
}
a.white-link {
  color: white !important;
  text-decoration: underline !important;
}
a.lux-secondary-button {
  background-color: #FCC015;
  color: #021E4C;
  font-weight: bold;
  padding: 15px 45px;
  text-align: center;
  border-radius: 5px;
}
a.sup-link {
  color: white !important;
  text-decoration: underline !important;
}

img.full-width {
  width: 100%;
}
img.tick {
  width: fit-content;
  margin: 0 auto;
}

h1 {
  font-family: "visa-font-latin-semi-bold", Tahoma;
  color: #1434CB;
}

h3 {
  font-family: "visa-font-latin-semi-bold", Tahoma;
  color: #1434CB;
  font-size: 40px;
}

h4 {
  font-family: "visa-font-latin-semi-bold", Tahoma;
  color: #021E4C;
  font-size: 30px;
}

p {
  font-family: "visa-font-latin-light", Tahoma;
  color: #2C2C2C;
}
p.legal-text {
  text-align: right !important;
  font-style: italic;
  font-size: 12px;
}
p.card-label {
  color: white !important;
  font-size: 14px !important;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row.intro h1 {
  font-size: 50px;
}
.row.intro h2 {
  font-family: "visa-font-latin-light", Tahoma;
  color: #2C2C2C;
}
.row.how-to .row {
  display: flex;
  justify-content: center;
  text-align: center;
}
.row.how-to .row span {
  color: white;
  font-family: "visa-font-latin-semi-bold", Tahoma;
  background-color: #FCC015;
  padding: 0.75em 1em;
}
.row.how-to .row .one {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (min-width: 767px) {
  .row.how-to .row .one {
    flex-direction: column;
    align-items: center;
  }
}
.row.how-to .row .one .title {
  height: 100%;
  background: linear-gradient(to bottom, #fcc015, #fcc015) no-repeat;
  background-position: center;
  background-size: 3px 100%;
}
@media (min-width: 767px) {
  .row.how-to .row .one .title {
    width: 100%;
    height: auto;
    background: linear-gradient(to right, #fcc015, #fcc015) no-repeat;
    background-position: center right;
    background-size: 50% 3px;
  }
}
.row.how-to .row .one p {
  margin-top: -15px;
}
@media (min-width: 767px) {
  .row.how-to .row .one p {
    margin-top: 0;
  }
}
.row.how-to .row .two,
.row.how-to .row .three {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (min-width: 767px) {
  .row.how-to .row .two,
.row.how-to .row .three {
    flex-direction: column;
    align-items: center;
  }
}
.row.how-to .row .two .title,
.row.how-to .row .three .title {
  height: 100%;
  background: linear-gradient(to bottom, #fcc015, #fcc015) no-repeat;
  background-position: center;
  background-size: 3px 100%;
}
@media (min-width: 767px) {
  .row.how-to .row .two .title,
.row.how-to .row .three .title {
    width: 100%;
    height: auto;
    background: linear-gradient(to right, #fcc015, #fcc015) no-repeat;
    background-position: center right;
    background-size: 100% 3px;
  }
}
.row.how-to .row .two p,
.row.how-to .row .three p {
  margin-top: -15px;
}
@media (min-width: 767px) {
  .row.how-to .row .two p,
.row.how-to .row .three p {
    margin-top: 0;
  }
}
.row.how-to .row .four {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (min-width: 767px) {
  .row.how-to .row .four {
    flex-direction: column;
    align-items: center;
  }
}
.row.how-to .row .four .title {
  height: 100%;
}
@media (min-width: 767px) {
  .row.how-to .row .four .title {
    width: 100%;
    height: auto;
    background: linear-gradient(to right, #fcc015, #fcc015) no-repeat;
    background-position: center left;
    background-size: 50% 3px;
  }
}
.row.how-to .row .four p {
  margin-top: -15px;
}
@media (min-width: 767px) {
  .row.how-to .row .four p {
    margin-top: 0;
  }
}
.row.pre-form {
  background-image: url("../images/striped-background.png");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: bottom;
}
.row.blue-bg {
  background-color: #1434CB;
  margin-top: -1px;
}
.row.blue-bg h2 {
  font-family: "visa-font-latin-semi-bold", Tahoma;
  color: white;
  font-size: 30px;
}
.row.blue-bg p {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: white;
}
.row.prizes p span.blue-text {
  color: #1434CB;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.row.blue-marquee {
  background-color: #1434CB;
}
.row.blue-marquee .container {
  max-width: 1574px;
}
@media (min-width: 767px) {
  .row.blue-marquee {
    background: linear-gradient(to bottom, #1434cb 75%, #ffffff 25%);
  }
}
.row.blue-marquee h1 {
  color: white;
  font-size: 40px;
}
.row.blue-marquee p span.sub-heading {
  font-family: "visa-font-latin-semi-bold", Tahoma;
  color: white;
  font-size: 30px;
}
.row.blue-marquee a.lux-secondary-button {
  min-width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 767px) {
  .row.blue-marquee a.lux-secondary-button {
    min-width: 40%;
  }
}
.row.faqs h2 {
  color: #1434CB;
  font-family: "visa-font-latin-semi-bold", Tahoma;
  font-size: 40px;
}

.details {
  background-color: #FCC015;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.details p {
  margin-bottom: 0;
  color: #021E4C;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.nav-container {
  flex-wrap: nowrap;
}
.nav-container .nav-multicols {
  width: 25%;
  height: 50px;
}
.nav-container .nav-multicols.blue {
  background-color: #1434CB;
}
.nav-container .nav-multicols.white {
  background-color: white;
}
.nav-container .nav-multicols.yellow {
  background-color: #FCC015;
}
.nav-container .nav-multicols.dark-blue {
  background-color: #021E4C;
}

#app #cardType {
  padding-bottom: 2em;
}
#app #cardType label.vs-text span {
  font-family: "visa-font-latin-semi-bold", Tahoma;
  color: white;
}
#app #cardType label.vs-text span span {
  font-family: "visa-font-latin-light", Tahoma;
  font-size: 12px;
  line-height: 16px;
}
#app label.vs-label {
  margin-bottom: 0;
}
#app label.vs-label span {
  color: white;
}
#app strong.required {
  color: white;
}
#app p[role=alert] {
  background-color: white;
  font-size: 14px;
  margin-bottom: 1em;
}
#app legend.vs-card-legend span.vs-text.vs-mb-1 {
  color: white;
  margin-bottom: 3px !important;
  padding-right: 5px;
}
#app .vs-input {
  border-radius: 5px;
}
#app .vs-card-field {
  margin-top: 0 !important;
}
#app .vs-checkbox-section label {
  color: white;
}
#app #submitBtn {
  background-color: #FCC015;
  color: #021E4C;
  font-weight: bold;
  padding: 15px 45px;
  width: auto;
  font-family: "visa-font-latin-semi-bold", Tahoma;
  border-radius: 5px;
}

.vs-mb-0.vs-d-flex.vs-flex-grow-1 {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid white;
  border-radius: 5px;
  margin-right: 10px;
  padding: 1em;
}
@media (min-width: 767px) {
  .vs-mb-0.vs-d-flex.vs-flex-grow-1 {
    width: 30%;
  }
}

@media (max-width: 768px) {
  vs-radio[is-inline=true] .vs-d-flex {
    flex-wrap: wrap !important;
  }
  vs-radio[is-inline=true] .vs-d-flex > div {
    width: 100% !important;
    margin-bottom: 1rem; /* Optional: adds spacing between items */
  }
}
/* Hide the native radio button */
.vs-input-radio {
  display: none;
}

/* Style the label like a card */
.vs-input-radio + .vs-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #1434CB;
  color: white;
  text-align: center;
  font-size: 1rem;
  position: relative;
  cursor: pointer;
  margin: 0.5rem;
  transition: all 0.3s ease;
}

/* Adjust inner span styling */
.vs-input-radio + .vs-text span {
  display: block;
  line-height: 1.4;
}

.vs-input-radio + .vs-text span em {
  font-size: 12px;
  display: block;
  margin-top: 0.75rem;
  font-style: italic;
}

/* Simulate a button with an inline radio circle */
.vs-input-radio + .vs-text::after {
  content: "Sélectionner ◯"; /* Unicode white circle */
  display: inline-block;
  margin-top: 1rem;
  padding: 0.4rem 1.2rem;
  border: 2px solid white;
  background: white;
  color: #021E4C !important;
  font-weight: bold !important;
  font-family: "visa-font-latin-semi-bold", Tahoma;
  border-radius: 5px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

/* Fill the circle when selected */
.vs-input-radio:checked + .vs-text::after {
  content: "Sélectionner  ⬤"; /* Unicode black circle when selected */
}

vs-card-input .vs-form-group.vs-row.vs-mb-1.vs-mx-auto {
  margin-bottom: 0 !important;
}

/*# sourceMappingURL=app.css.map */
