@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "DiabloHeavy";
  src: url("../font/DiabloHeavy.ttf") format("truetype");
}
html {
  background-color: #010000 !important;
}

a {
  color: rgb(255, 255, 255) !important;
}
a:hover {
  color: rgb(0, 0, 0) !important;
}

.card-developer-meetup {
  position: relative;
  z-index: 100;
  border-radius: 0;
}

.bg-label-primary {
  color: rgb(255, 255, 255) !important;
}

.text-primary {
  color: rgb(255, 255, 255) !important;
}

.dropdown-divider {
  border-top: 1px solid rgb(0, 0, 0) !important;
}

.tournoi-template-default {
  background: black !important;
  background-size: cover !important;
  background-position: center !important;
  min-height: 100vh;
  width: 100%;
}
.tournoi-template-default .ba-cover-r:after {
  display: none;
}

.layout-navbar {
  background-color: white !important;
}

.bg-menu-theme.menu-horizontal {
  background-color: #000000 !important;
  border-bottom: 2px solid white;
}

.btn-primary {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(0, 0, 0) !important;
  border-color: rgb(0, 0, 0) !important;
  margin-bottom: 0px !important;
}
.btn-primary:hover {
  background-color: rgb(0, 0, 0) !important;
  color: rgb(255, 255, 255) !important;
  border-color: rgb(0, 0, 0) !important;
}

.btn-outline-primary {
  color: rgb(0, 0, 0) !important;
  background: 0 0;
}

.btn-icon:hover {
  background-color: rgb(0, 0, 0) !important;
}

.search .search-group {
  border: 2px solid rgb(0, 0, 0);
}
.search .select-search {
  max-width: 120px;
  border-right: 1px solid rgb(0, 0, 0);
  color: rgb(0, 0, 0) !important;
}
.search .btn-light {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(0, 0, 0) !important;
  border-color: rgb(0, 0, 0) !important;
}

.bootstrap-select .dropdown-menu.inner a[aria-selected=true] {
  background: #CBCBCB !important;
  color: rgb(0, 0, 0) !important;
}

.form-control:focus, .form-select:focus {
  border: none !important;
}

.dark-layout input.form-control, .dark-layout .custom-file-label, .dark-layout textarea.form-control {
  background: none !important;
  color: #666666 !important;
}
.dark-layout input.form-control::-moz-placeholder, .dark-layout .custom-file-label::-moz-placeholder, .dark-layout textarea.form-control::-moz-placeholder {
  color: rgb(0, 0, 0) !important;
}
.dark-layout input.form-control::placeholder, .dark-layout .custom-file-label::placeholder, .dark-layout textarea.form-control::placeholder {
  color: rgb(0, 0, 0) !important;
}

.bg-menu-theme.menu-horizontal .menu-inner .menu-item.open > .menu-toggle {
  background: rgb(0, 0, 0) !important;
}

.bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.menu-item-closing) > .menu-sub {
  background: rgb(0, 0, 0) !important;
}

.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover, html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover {
  background: #010000 !important;
  color: #fff !important;
}

.bg-navbar-theme .navbar-nav > .nav-item > .nav-link {
  color: rgb(0, 0, 0);
}

.filter-option-inner-inner {
  color: rgb(0, 0, 0);
}

.dropdown-menu {
  background-color: #010000 !important;
  box-shadow: none !important;
}

.d-cadeau .col h5 {
  text-transform: uppercase !important;
  color: white !important;
  font-family: "poppins" !important;
  font-weight: 700 !important;
  margin: 0 auto;
}
.d-cadeau .col h5 span {
  font-family: "vkts";
  font-weight: 600 !important;
  font-size: 44px;
  color: #A31524 !important;
  white-space: wrap !important;
  line-height: 2rem;
}
.d-cadeau .col h5 .figurine-span {
  background-position: center !important;
  background-size: cover !important;
  padding: 0.3em 0.5em;
  color: #fff !important;
  background: url("../images/span-bg.png");
}
.d-cadeau p {
  font-style: "Poppins";
}

.top-onduel .row.justify-content-center::after {
  content: none !important;
}

.card-developer-meetup {
  box-shadow: none !important;
  background: #fff !important;
  position: relative;
}
.card-developer-meetup .meetup-img-wrapper {
  border-radius: 0 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin: 3px !important;
}

.top-precision {
  font-size: 16px !important;
  text-transform: unset !important;
  font-family: "Poppins" !important;
  font-weight: 500 !important;
  color: black !important;
}

.meetup-header .mt-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-developer-meetup .presentationtop h1.top-question {
  color: black !important;
  font-size: 1.7rem !important;
  line-height: 1.8rem !important;
  font-weight: 900 !important;
  font-family: "DiabloHeavy" !important;
  text-shadow: none !important;
  transform: none !important;
  position: relative;
  font-style: normal;
}

.card-developer-meetup .presentationtop {
  padding: 0 20px 10px 20px;
  background-color: white !important;
  color: black !important;
  position: relative;
}
.card-developer-meetup .presentationtop::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 138px;
  height: 171px;
  background: url("../images/coindroitepresentationtop.png") no-repeat bottom right;
  background-size: contain;
  z-index: 10;
}
.card-developer-meetup .presentationtop::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 138px;
  height: 171px;
  background: url("../images/coindgauchepresentationtop.png") no-repeat bottom right;
  background-size: contain;
  z-index: 10;
}

.separate-sponso {
  margin-top: 20px;
  background-color: #fff !important;
}

.info-top-footer span {
  display: none;
}

.info-numbers {
  align-items: center !important;
  justify-content: center !important;
  text-transform: uppercase !important;
  font-family: "Poppins" !important;
  font-size: 20px;
}
.info-numbers .text-muted {
  color: black !important;
}
.info-numbers h4 {
  color: black !important;
  font-weight: 700 !important;
  font-family: "Poppins" !important;
}

.meetup-header {
  margin: 0;
}

.rules-content {
  background: black !important;
  background-size: contain !important;
  background-position: top !important;
  background-repeat: no-repeat;
  border: 4px solid white !important;
  position: relative;
  border-radius: 0px !important;
}
@media screen and (max-width: 768px) {
  .rules-content {
    margin-top: 50px !important;
  }
}
.rules-content .lot-whitelabel {
  transform: translateY(-20%) scale(1);
  display: block !important;
  position: relative;
  top: -50px;
  text-align: center;
}
.rules-content .lot-whitelabel img {
  box-shadow: none !important;
  max-width: 254px !important;
  height: 383px;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .rules-content .lot-whitelabel img {
    position: relative;
    transform: scale(0.7);
  }
}
.rules-content .titrewin {
  display: none !important;
  background-color: rgb(255, 255, 255) !important;
  margin: 0 !important;
}
.rules-content h5 {
  color: white !important;
  font-size: 1.5rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
  font-family: "DiabloHeavy" !important;
  text-shadow: none !important;
  transform: none !important;
  text-align: center;
  margin-bottom: 30px !important;
}
@media (max-width: 768px) {
  .rules-content h5 {
    font-size: 1.25rem !important;
  }
}
.rules-content h5 span {
  color: rgb(0, 0, 0) !important;
  text-transform: lowercase !important;
}
.rules-content .text-rules {
  font-family: "Poppins" !important;
  font-weight: 500 !important;
  color: rgb(255, 255, 255) !important;
  margin-bottom: 35px;
}
.rules-content .text-rules p {
  margin-bottom: 0 !important;
  font-size: 0.8rem !important;
}
.rules-content .text-rules p span {
  font-weight: 700 !important;
}
.rules-content .form-check-label {
  color: #fff !important;
}
.rules-content .form-check-label a {
  color: #fff !important;
}
.rules-content #t-sponso-email-input {
  box-shadow: none !important;
  color: #666666 !important;
  background-color: #ffffff !important;
  border: none;
  border-radius: 2Px !important;
  font-weight: 600 !important;
}
.rules-content #t-sponso-email-input::-moz-placeholder {
  color: rgb(0, 0, 0) !important;
}
.rules-content #t-sponso-email-input::placeholder {
  color: rgb(0, 0, 0) !important;
}
.rules-content .agagner {
  margin-top: -150px !important;
}
.rules-content .choosecta {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding: 0 10px 10px !important;
}

.card-presentation-top-right {
  box-shadow: none !important;
  background-color: black !important;
}

.logo-sponso-marqueblanche {
  display: none !important;
  background-image: url("../images/logo.png") !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 180px;
  height: 90px;
}

.top-onduel .t-titre-tournoi::before {
  display: none !important;
}

.t-titre-tournoi h1 {
  color: rgb(255, 255, 255) !important;
  font-size: 2.5rem !important;
  font-weight: 600 !important;
  font-family: "DiabloHeavy" !important;
  position: relative;
  text-shadow: none !important;
  display: inline-block;
  transform: none !important;
  text-transform: uppercase !important;
  font-style: normal !important;
  margin: 40px 10px 40px 10px;
}
@media (max-width: 568px) {
  .t-titre-tournoi h1 {
    margin: 40px 0 20px 0 !important;
    line-height: 1.5rem !important;
    font-size: 1.2rem !important;
    color: white !important;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* max 2 lignes */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.t-titre-tournoi h2 {
  display: none;
}

.single-tournoi .tournoi-content .title-contender {
  display: none !important;
  color: rgb(255, 255, 255) !important;
  font-family: "DiabloHeavy";
  background-image: url("../images/background-single.png") !important;
  background-size: cover !important;
  font-weight: 700;
  text-transform: uppercase !important;
  text-align: center !important;
  font-size: 1rem !important;
  line-height: 1.2rem !important;
  margin: 10px 0 0 0 !important;
  border: 2px solid #fff !important;
  padding: 20px !important;
}

.stepbarcontent {
  height: 20px !important;
  z-index: 99;
  background: #343131 !important;
}
.stepbarcontent .stepbar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px !important;
  background: #E3DBD4 !important;
  color: rgb(0, 0, 0) !important;
}
.stepbarcontent .stepbar span {
  color: black !important;
  font-size: 1.2rem;
}

.btn-wording {
  background-color: #fff !important;
  color: #010000 !important;
  font-weight: 700 !important;
  text-transform: unset !important;
  letter-spacing: 0 !important;
  border-radius: 4px !important;
}

.waiter, .waiter-begin {
  background: url("../images/bg.png") no-repeat center center;
  background-size: cover;
  animation: 0;
  padding-top: 200px;
  text-align: center;
  display: none;
  margin: 0;
}
.waiter h4, .waiter-begin h4 {
  text-transform: uppercase;
  font-size: 3rem;
  transform: rotate(-3deg);
  font-weight: 900;
  text-shadow: none;
  font-family: "DiabloHeavy";
  color: white !important;
}

.sk-primary .sk-bounce-dot, .sk-primary .sk-chase-dot:before, .sk-primary .sk-circle-dot:before, .sk-primary .sk-circle-fade-dot:before, .sk-primary .sk-fold-cube:before, .sk-primary .sk-grid-cube, .sk-primary .sk-swing-dot, .sk-primary .sk-wave-rect, .sk-primary.sk-plane, .sk-primary.sk-pulse {
  background-color: #fff;
}

.dark-style .swal2-modal.swal2-popup {
  background: #fff !important;
  box-shadow: 0;
}

.btn-primary:hover, .btn-check:focus + .btn-primary, .btn-primary.focus, .btn-primary:focus {
  color: #010000 !important;
  background-color: rgb(255, 255, 255) !important;
  border-color: #010000 !important;
}

.t-sponso-email-beginning .accept-topsponso-terms .form-check-input {
  border-color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255) !important;
  color: white !important;
}
.t-sponso-email-beginning .accept-topsponso-terms .form-check-input:checked {
  background-image: url("../images/checked.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.t-sponso-email-beginning .accept-topsponso-terms a {
  color: rgb(255, 255, 255) !important;
}

.top-onduel {
  background: url("../images/background-top-onduel.png") !important;
  background-size: cover !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  background-blend-mode: multiply;
}

.xp-notification {
  display: none !important;
}

.btn-annule-devine:hover {
  color: #010000 !important;
  background-color: rgb(255, 255, 255) !important;
}

.decompte-txt, .money_dispo_vkrz {
  color: #fff !important;
}

.text-muted {
  color: black !important;
}

.ba-cover-r {
  background: url("../images/background-single.png") #fce2d3 !important;
  background-size: cover !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.ba-cover-r::after {
  display: none;
}

.classement {
  background-color: transparent !important;
  border-radius: 34px !important;
  border: 7px solid white !important;
  margin-top: 68px;
  overflow: hidden;
  background: white !important;
}
.classement .left-toplist-part {
  position: relative;
  padding: 20px 20px 20px 50px;
}
@media (max-width: 1200px) {
  .classement .left-toplist-part {
    padding: 20px 20px 20px 20px;
  }
}
.classement .share-toplist-part {
  background: white !important;
  background-size: cover !important;
  border-top-left-radius: 35px !important;
  border-bottom-left-radius: 35px !important;
  background-position: center !important;
  border-radius: 0 !important;
  padding-bottom: 20px !important;
}
.classement .info-win-gift {
  color: black !important;
  font-family: "Poppins" !important;
  font-weight: 700 !important;
  font-size: 1.2rem !important;
}
.classement .info-win-gift span, .classement .info-win-gift strong, .classement .info-win-gift b {
  font-weight: 700 !important;
}
@media (max-width: 767px) {
  .classement .info-win-gift {
    font-size: 1rem !important;
    margin-top: -30px;
  }
}
.classement .card-body {
  display: none;
}
.classement .owner-toplist a {
  color: rgb(255, 255, 255) !important;
}
@media (max-width: 576px) {
  .classement .rs ul {
    justify-content: center;
  }
}
.classement .rs ul i {
  border: black 2px solid;
  color: black;
}

.demo-visuel-toplist {
  box-shadow: 0 0 10px #010000;
}

.recommence_toplist {
  opacity: 100%;
  transition: 0.3s all ease-in-out;
  animation: fadeAnimation 10s;
}
.recommence_toplist a {
  margin-bottom: 10px;
  background: black !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  border: none !important;
  text-transform: uppercase !important;
  transition: 0.3s all ease-in-out !important;
  border-radius: 4px !important;
  font-size: 1.2rem !important;
}
@media screen and (max-width: 768px) {
  .recommence_toplist a {
    color: rgb(255, 255, 255) !important;
  }
}
@media screen and (max-width: 576px) {
  .recommence_toplist a {
    color: white !important;
    margin-top: 55px;
  }
}

.float-end {
  float: none !important;
}

.deco-ranking-tls {
  transform: scale(2.5) translate(0%, -152%);
  height: 30px;
  margin: 0 auto;
  width: 43%;
  background-image: url("../images/redsmile.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .deco-ranking-tls {
    transform: scale(2.3) translate(0%, -62%);
    margin: 0 auto;
  }
}

.page-template-r {
  min-height: 100vh;
  width: 100%;
  background: black !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.page-template-r em {
  display: none !important;
  font-style: normal;
  position: relative;
  visibility: hidden;
  display: block;
  height: 76px;
  margin-top: -20px;
}

.top-title-question {
  font-style: normal !important;
  transform: rotate(0deg) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .top-title-question {
    flex-direction: column;
    color: white;
  }
}

.toplistbloc {
  padding-top: 2rem;
}

.nav-item.nav-link.px-0.me-xl-4 {
  background-color: black;
  padding: 5px !important;
  border-radius: 0.375rem;
}

.demo-visuel-toplist-sponso {
  display: none !important;
  box-shadow: 0 0 10px #010000;
}

.double-chances {
  color: black !important;
  font-family: "Poppins" !important;
  font-size: 1.5rem;
  font-weight: 900 !important;
  text-transform: unset !important;
  font-style: italic;
  margin: 50px auto;
}

.list-classement {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .list-classement {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .list-classement {
    transform: translateY(70px);
  }
  .list-classement .col-6.col-md-4 {
    transform: perspective(800px) rotateY(20deg) scale(1.2);
  }
  .list-classement .col-6.col-md-3 {
    transform: perspective(800px) rotateY(-20deg) scale(1.2);
  }
  .list-classement .col-md-5 {
    transform: scale(1.2);
  }
}

@media (max-width: 767px) {
  .tournament-heading-top {
    margin: 0 !important;
  }
  .layout-navbar {
    background-color: #010000 !important;
  }
  .double-chances {
    font-size: 1rem;
  }
  .double-chances strong {
    font-size: 1rem;
  }
  .tournoi-content {
    padding: 0px 10px 20px;
  }
}
.share-toplist-sponso {
  margin-top: 5.5rem;
  background: transparent !important;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .share-toplist-sponso {
    margin-top: 2.5rem;
  }
}
@media (max-width: 576px) {
  .share-toplist-sponso {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.name h3 span {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.share-toplist-sponso .card-body {
  border-radius: 20px 0 20px 0;
  padding: 20px 0 0 0 !important;
}

.btn-rose {
  background: black !important;
  border-color: #fff !important;
  color: white !important;
}

.btn-wording-rose {
  background: white !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  color: black !important;
  font-weight: 600 !important;
  letter-spacing: 0.7px;
  border-radius: 4px !important;
  border: 5px solid rgb(0, 0, 0) !important;
  text-transform: uppercase !important;
  transition: 0.5s all ease-in-out !important;
  font-size: 1.5rem !important;
  border: 2px solid transparent !important;
}
.btn-wording-rose:hover {
  background: #010000 !important;
  color: rgb(255, 255, 255) !important;
  border: 2px solid rgb(255, 255, 255) !important;
}

.top-onduel .btn-annule-devine {
  color: #010000 !important;
  background-color: rgb(255, 255, 255) !important;
}

.blog {
  background: black !important;
  background-position: cover !important;
}
.blog .t-titre-tournoi h1 {
  color: white !important;
  padding-bottom: 20px;
  margin: 0 !important;
  font-size: 1.5rem !important;
  font-family: "DiabloHeavy" !important;
  letter-spacing: 0.7px !important;
  font-weight: 900 !important;
}
@media (max-width: 768px) {
  .blog .t-titre-tournoi h1 {
    padding-bottom: 0;
    color: black !important;
  }
}
@media (max-width: 576px) {
  .blog .t-titre-tournoi h1 {
    color: white !important;
  }
}
.blog .name-contender {
  color: rgb(255, 255, 255);
  font-family: "DiabloHeavy" !important;
  font-weight: 600 !important;
  font-size: 0.7rem !important;
  text-transform: uppercase !important;
  text-align: center !important;
  display: block;
  height: auto;
  margin-top: 10px;
  word-break: keep-all;
}
.blog .ico {
  display: none !important;
}
.blog .col-8.col-offset-2.col-md-5 {
  position: relative;
}
.blog .col-8.col-offset-2.col-md-5 .contenders_min {
  margin-bottom: 0px !important;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .blog .col-8.col-offset-2.col-md-5 {
    width: 36% !important;
  }
}
.blog .col-8.col-offset-2.col-md-5 .illu {
  position: relative;
}
.blog .col-8.col-offset-2.col-md-5::before {
  content: "";
  display: inline-block;
  background-image: url("../images/1win.svg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 53px;
  height: 60px;
  position: absolute;
  bottom: -54px;
  transform: translateX(-50%);
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .blog .col-6.col-md-4 {
    width: 32% !important;
  }
}
.blog .col-6.col-md-4 .animate__animated.contenders_min.mb-3 {
  perspective: 200px;
  position: relative;
}
.blog .col-6.col-md-4 .animate__animated.contenders_min.mb-3 .illu {
  transform: translateY(20px);
}
.blog .col-6.col-md-4 .animate__animated.contenders_min.mb-3::before {
  content: "";
  display: inline-block;
  background-image: url("../images/2win.svg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 53px;
  height: 60px;
  position: absolute;
  bottom: -76px;
  transform: translateX(-50%);
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .blog .col-6.col-md-3 {
    width: 32% !important;
  }
}
.blog .col-6.col-md-3 .animate__animated.contenders_min {
  perspective: 200px;
  position: relative;
}
.blog .col-6.col-md-3 .animate__animated.contenders_min .illu {
  transform: translateY(20px);
}
.blog .col-6.col-md-3 .animate__animated.contenders_min::before {
  content: "";
  display: inline-block;
  background-image: url("../images/3win.svg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 65px;
  height: 70px;
  position: absolute;
  z-index: 9;
  bottom: -85px;
  transform: translateX(-50%);
}

.name.eh2 {
  display: none !important;
}

.swal2-popup.swal2-modal.swal2-show {
  border: 5px solid #fff !important;
}

.swal2-title, .swal2-html-container {
  color: rgb(0, 0, 0) !important;
}

.btn-label-danger {
  color: rgb(0, 0, 0) !important;
  border: 1px solid black;
}
.btn-label-danger:hover {
  background-color: #d9d9d9 !important;
  color: #010000 !important;
}

.classement .col-md-7.left-toplist-part.order-2.order-sm-1 {
  background: black !important;
  background-size: cover !important;
  background-blend-mode: multiply !important;
}

@media (max-width: 767px) {
  .classement {
    background: unset !important;
    border: unset !important;
  }
  .classement .text-center.row.justify-content-center {
    gap: 20px;
    padding-inline: 20px;
  }
  .classement .text-center.row.justify-content-center .col-md-7.left-toplist-part.order-2.order-sm-1 {
    background: rgb(255, 255, 255) !important;
    padding: 0 !important;
    border-right: 0 !important;
  }
}
.font1 {
  font-family: "DiabloHeavy" !important;
}

.bootstrap-select .dropdown-menu a:not([href]):not(.active):not(:active):not(.selected):hover {
  color: rgb(0, 0, 0) !important;
}

@media (max-width: 768px) {
  .single-tournoi .link-contender .contender_zone .title-contender {
    padding: 10px !important;
  }
}
.t-rose {
  color: black !important;
}

.fixelinktls {
  background-color: rgb(0, 0, 0) !important;
  color: rgb(255, 255, 255) !important;
  border: none !important;
}
.fixelinktls:hover {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(0, 0, 0) !important;
  border: none !important;
}
.fixelinktls a {
  font-family: "Poppins" !important;
  font-weight: 900 !important;
}

.single-tournoi .ba-cover-r {
  background: transparent !important;
}

.cta-block {
  background: white !important;
  padding: 17px;
  border-radius: 26px !important;
  background-size: contain !important;
  background-position: top !important;
  background-repeat: no-repeat;
}

.cta-block p {
  color: black !important;
  font-size: 22px;
  font-weight: lighter;
}

.cta-text strong {
  font-size: 28px;
  position: relative;
  color: black !important;
}
.cta-text strong p {
  color: black !important;
}
.cta-text strong::after {
  content: "";
  display: inline-block;
  background-image: url(../images/redsmile.png);
  background-size: contain;
  width: 164px;
  height: 51px;
  margin-left: 30px;
  position: absolute;
  background-repeat: no-repeat;
}

@media (max-width: 1250px) {
  .cta-block strong::after {
    display: none !important;
  }
}
@media (max-width: 867px) {
  .cta-block-1 {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto;
    text-align: center;
  }
  .cta-block strong::after {
    display: none !important;
  }
}
.button-action {
  background-color: black !important;
  color: white !important;
  padding: 1.2rem;
  border-radius: 8px;
  font-weight: 800;
  font-size: 20px;
}

.cta-block {
  position: relative;
}
.cta-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 138px;
  height: 171px;
  background: url("../images/imagedecoin.png") no-repeat bottom right;
  background-size: contain;
  z-index: 10;
}

@media (max-width: 767px) {
  .cta-block::after {
    display: none !important;
  }
}
.laucher_t {
  font-size: 1.2rem !important;
}
.laucher_t:hover {
  background-color: #010000 !important;
  color: rgb(255, 255, 255) !important;
}

@media (max-width: 768px) {
  .btn-wording {
    font-size: 1.5rem;
  }
}
.top_not_started {
  padding-top: 3rem !important;
}

@media (max-width: 768px) {
  .classement {
    margin-top: -40px;
  }
}

.col-8.col-offset-2.col-md-5 {
  order: 2;
}
@media (max-width: 768px) {
  .col-8.col-offset-2.col-md-5 {
    order: 1;
  }
}

.col-6.col-md-4 {
  order: 1;
}
@media (max-width: 768px) {
  .col-6.col-md-4 {
    order: 2;
  }
}

.col-6.col-md-3 {
  order: 3;
}

@media (max-width: 768px) {
  .btn-wording {
    font-size: 0.8rem !important;
    padding: 5px !important;
  }
}/*# sourceMappingURL=gojoden.css.map */