@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700|Roboto+Slab:100,400,700|Teko:700);

.navbar-brand {
  width: 55%;
}
@media screen and (max-width: 980px) {
  .navbar-brand {
    width: 70%;
  }
}

.row > * {
  padding: 0;
}

.row.card-module > *,
.row.fighter-card-module > *,
.row.module-line-dark > * {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
.fighter-card-module .card-img-overlay .card-title {
  margin-bottom: 0;
  font-family: "Roboto Slab", serif;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: capitalize;
}
.row {
  margin: 0;
}

.logo {
  width: 85%;
}
.logo-footer {
  width: 70%;
}
.bg-dark {
  background-color: #161616 !important;
  border-bottom: 2px solid red;
}

.navbar-nav .nav-item {
  margin-right: 5%;
}
.navbar-nav .nav-link {
  text-transform: uppercase;
  padding: 2%;
}
.module-line-dark {
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}
.margin-top-20 {
  margin-top: 1.25rem;
}
.header-article {
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}
.header-article span {
  color: #d10505;
}
.side-bar .card-module {
  max-width: 300px;
  margin: 0 auto;
}
.card-module .card {
  position: relative;
  margin-bottom: 1.875rem;
  border: none;
  background: white;
  overflow: hidden;
  border-radius: 2px;
}
.card-module .card-img-overlay {
  position: absolute;
  top: auto;
  bottom: 0.75rem;
  z-index: 15;
  padding: 0 1rem;
}
.side-bar .card-module .card-img-overlay {
  bottom: 0.5rem;
  padding: 0 1rem;
}
.side-bar .card-module .card-img {
  filter: brightness(50%);
  -webkit-filter: brightness(50%);
  transition: 0.5s;
}
.side-bar .card-module .card-img:hover {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
  transition: 0.5s;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-module .card-img-overlay .card-title {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
}

.card-inverse .card-title {
  color: #fff;
  text-transform: uppercase;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #d10505;
  border-color: #d10505;
}

.page-link {
  position: relative;
  display: block;
  color: #d10505;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-link:hover {
  z-index: 2;
  color: #730707;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

a:hover {
  color: #d10505;
}

.article a {
  text-decoration: none;
  color: #d10505;
  font-weight: bold;
}
.article a:hover {
  color: #730707;
}

.fighter-card-module .card .card-header {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 1.375rem;
  text-transform: uppercase;
  background: #1a1a1a;
  padding: 0.525rem 0 0.4rem 0;
  line-height: 1;
  border-radius: 0rem !important;
}
.gold-champ {
  background: linear-gradient(
    0deg,
    #dec489 0%,
    #f6e0a4 25%,
    #d1b372 50%,
    #e3cc97 75%,
    #bf9a5e 100%
  ) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.fighter-card-module .card {
  margin-bottom: 1.875rem;
  border: none;
  background: white;
  overflow: hidden;
  border-radius: 0rem !important;
}
.fighter-card-module .card .card-block {
  position: relative;
  padding: 0;
  background: #292e32;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#292e32),
    to(#2a2d32)
  );
  background: linear-gradient(to bottom, #292e32 0%, #2a2d32 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292E32', endColorstr='#2A2D32',GradientType=0 );
  min-height: 282px;
  border-radius: 0rem !important;
}
.fighter-card-module .card .card-block .scrim {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: -1px;
  width: 100%;
}
.fighter-card-module .card-img-overlay {
  position: absolute;
  top: auto;
  bottom: 0.5rem;
  z-index: 15;
  padding: 0 1rem;
}
.fighter-card-module .card-img-overlay .card-title {
  margin-bottom: 0;
  font-family: "Roboto Slab", serif;
  font-size: 1.3rem;
  line-height: 2rem;
  text-transform: capitalize;
}
.fighter-card-module .card-img-overlay .card-title .flag {
  float: right;
  display: inline-block;
  width: 30px;
  margin-top: -2px;
}
.home-top {
  height: 113vh;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.text-commercial {
  padding-left: 20%;
  padding-right: 20%;
}
#videoBG {
  position: absolute;
  z-index: -1;
  width: 100%;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-1 {
  opacity: 0.2 !important;
}
.opacity-2 {
  opacity: 0.4 !important;
}
.opacity-3 {
  opacity: 0.6 !important;
}
.opacity-4 {
  opacity: 0.8 !important;
}
.opacity-5 {
  opacity: 1 !important;
}
.card-module .scrim {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: -1px;
  width: 100%;
}
.home-footer {
  background-color: #161616;
  color: #fff;
  border-top: 3px solid #d10505;
}
.home-footer h5 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.home-footer a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #a4a7ac;
}
.link-secondary:hover {
  color: #d10505;
}
.upcase {
  text-transform: uppercase;
}
.next-event {
  border-top: 2px solid red;
  background-color: black;
  color: #fff;
  padding: 1%;
}
.container-bg {
  padding: 0;
}
.signup-header--steps {
  display: flex;
  justify-content: center;
  padding: 2%;
  color: #fff;
}

.form-signup-step2 {
  display: none;
}
.form-signup-step3 {
  display: none;
}

.simple-form {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 #d9d9d9;
  box-shadow: 0 0 10px 0 #d9d9d9;
  border-radius: 3px;
  color: #5f5f5f;
  padding: 30px;
  text-align: unset;
}
.form-text {
  padding: 8px 0;
  position: relative;
}
.form-date,
.form-text input {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}
.signup-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 1200px;
}
.signup-layout__form,
.signup-layout__summary {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 32px;
}
.form-text input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 1em;
  line-height: 1.27em;
  min-width: 0;
  margin: 6px 0 0;
  outline: none;
  padding: 12px;
  width: 100%;
}
.step--number {
  display: inline-block;
  background: transparent;
  border: 2px solid #bdbdbd;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  padding-top: 5px;
  margin: 0 6.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.step {
  color: #bdbdbd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: 0.85em;
}
.step + .step:before {
  border-top: 2px solid #bdbdbd;
  content: " ";
  display: block;
  height: 1px;
  margin: 0 6.5px;
  width: 39px;
}
.step.active {
  color: #fff;
}
.step.active .step--number {
  background: #fff;
  border: 2px solid #d20a0a;
  color: #d20a0a;
}
.resident-primary-color-fg,
.resident-primary-color-fg-hover:hover,
.resident-primary-color-fg-active:active,
.resident-primary-color-fg-focus:focus {
  color: #d20a0a !important;
}

.step--number svg {
  fill: #fff;
}
.step.passed .step--number {
  background: #d20a0a;
  border: 2px solid #d20a0a;
  color: #fff;
}
.ppv:hover {
  color: #d20a0a !important;
}
.c-listing-fight__corner-given-name,
.c-listing-fight__corner-family-name {
  letter-spacing: 0.075rem;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #abadb1;
}
.navbar-nav.ms-auto li {
  margin-right: 10px;
}
.navbar-nav.ms-auto {
  flex-direction: row;
  justify-content: center;
}
.footerlogo {
  width: 250px;
}

.affiche-mobile {
  display: none;
}
@media (max-width: 1025px) {
  .affiche-mobile {
    display: block;
  }
  .navbar-nav.ms-auto {
    margin-bottom: 3%;
  }
  .affiche-pc {
    display: none;
  }
  .logo-shop {
    width: 50% !important;
    margin-left: unset !important;
    margin-bottom: 3%;
  }
}
.paypal-button-text {
  display: none;
}
.payment-label {
  font-weight: 500;
}
.paypal-button-tagline {
  display: none;
}
.card-flip > div {
  backface-visibility: hidden;
  transition: transform 300ms;
  transition-timing-function: linear;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  overflow-y: auto;
  /* Works on Firefox */
  scrollbar-width: thin;
  scrollbar-color: #d20a0a black;
}
*::-webkit-scrollbar {
  width: 12px;
}
*::-webkit-scrollbar-track {
  background: black;
}

*::-webkit-scrollbar-thumb {
  background-color: #d20a0a;
  border-radius: 20px;
  border: 3px solid black;
}
.card-front {
  transform: rotateY(0deg);
}

.card-back {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
}

.card-flip:hover .card-front {
  transform: rotateY(-180deg);
}

.card-flip:hover .card-back {
  transform: rotateY(0deg);
}
.card-body {
  padding: 0;
}

.card-body h3,
.card-body div {
  padding: 1rem 1rem;
}
.soutient {
  width: max-content;
  font-size: 0.5rem;
  border: 1px solid #d20a0a;
  padding: 3px;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  background-color: #d20a0a;
}
.soutient-container {
  text-align: center;
}
.card-back .card-body {
  width: 100%;
}
.card-body div {
  font-size: 14px;
}
.soutient:hover,
.soutient-dsk:hover {
  color: #fff;
}
.soutient-dsk {
  width: max-content;
  font-size: 0.7rem;
  border: 1px solid #d20a0a;
  padding: 3%;
  text-transform: uppercase;
  color: #fff;
  background-color: #d20a0a;
}

@media (min-width: 1025px) {
  .soutient-container {
    display: none;
  }
}

.qr-gauche {
  border: 5px solid #d20a0a;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  width: 60%;
  padding: 1rem;
  flex-wrap: wrap;
}
.qr-gauche-email {
  border: 5px solid #d20a0a;
  color: #000;
  font-size: 7px;
  text-transform: uppercase;
  padding: 2%;
  width: 55%;
}
.qr-gauche img {
  max-width: 100%;
}
.qr-gauche div {
  width: 50%;
  margin-bottom: 2%;
}
.qr-gauche-email img {
  max-width: 100%;
}
.qr-gauche-email div {
  width: 100%;
}
.qr-droite {
  border: 5px solid #d20a0a;
  border-left: none;
  text-align: center;
  padding: 1rem;
  width: 40%;
}
.qr-droite-email {
  border: 5px solid #d20a0a;
  border-left: none;
  text-align: center;
  padding: 2% 5%;
  width: 30%;
  display: grid;
  place-items: center;
}
.qr-droite img {
  max-width: 100%;
}
.qr-droite-email img {
  max-width: 100%;
}
@media screen and (max-width: 980px) {
  .qr-droite {
    border-top: none;
    border-left: 5px solid #d20a0a;
  }
  .qr-gauche {
    font-size: 15px;
  }
  .qr-row {
    flex-direction: column;
  }
  .qr-droite {
    width: 100%;
  }
  .qr-gauche {
    width: 100%;
  }
}
@media only screen and (min-width: 600px) {
  .qr-gauche-email {
    font-size: 18px;
  }
}
.qr-row {
  display: flex;
  width: 100%;
  padding: 1rem;
}
.qr-row-email {
  display: flex;
  width: 100%;
}
.red {
  color: #d20a0a !important;
}

.page-paypal {
  height: 63vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.paypal-button {
  padding: 15px 30px;
  border: 1px solid #a1d5f4;
  border-radius: 5px;
  background-image: linear-gradient(#ededed, #fff);
  margin: 0 auto;
  display: block;
  min-width: 138px;
  position: relative;
}
.paypal-button-title {
  font-size: 14px;
  color: #505050;
  vertical-align: baseline;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
}
.paypal-button .paypal-logo {
  display: inline-block;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
  font-size: 20px;
}
.paypal-logo i:first-child {
  color: #253b80;
}
.paypal-logo i:last-child {
  color: #179bd7;
}
input[type="radio"]:checked + label img {
  border: 3px solid #d10505;
  border-radius: 5px;
  opacity: 1;
}
input[type="radio"] + label img {
  opacity: 0.5;
}

.info input[type="radio"] {
  display: none;
}
.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.isDisabled > a {
  color: currentColor;
  display: inline-block; /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
}

@media (max-width: 1025px) {
  .fighter-card-module .card .card-block .scrim.sold-out {
    bottom: 70px;
  }
}
.footerlink.combattant {
  font-size: 20px;
  border: 2px solid;
  color: #fff;
}
.footerlink.combattant:hover {
  color: #d20a0a;
}

/**** btn shop *****/

.logo-shop {
  width: 20%;
  border: 4px solid #fff;
  padding: 5px;
  border-radius: 5px;
}

.logo-shop img {
  width: 100%;
}
/*
#paypal-button-container,
.info form label:last-child{
	display:none!important;
}*/