@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");
.card-developer-meetup {
  position: relative;
  z-index: 100;
  border: black 5px solid;
  border-radius: 0;
}
.card-developer-meetup::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 405px;
  height: 149px;
  background: url("../images/pokemon.png") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  z-index: 1;
}
@media (max-width: 767px) {
  .card-developer-meetup::before {
    content: none;
  }
}

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

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

.dropdown-divider {
  border-top: 1px solid #cacaca !important;
}

.tournoi-template-default {
  background: url("../images/bg.png") !important;
  background-size: cover !important;
  min-height: 100vh;
  width: 100%;
}
.tournoi-template-default::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  background: linear-gradient(to top, rgba(0, 93, 255, 0.8), transparent);
  pointer-events: none;
  z-index: 1;
}
.tournoi-template-default .ba-cover-r:after {
  display: none;
}
.tournoi-template-default .row.justify-content-center {
  position: relative;
}
.tournoi-template-default .row.justify-content-center::after {
  content: "";
  display: block;
  background: url(../images/pokeball.png) no-repeat center center;
  background-size: cover;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -40px;
  transform: translateY(-50%);
  right: -15px;
  z-index: 9;
}
@media (max-width: 768px) {
  .tournoi-template-default .row.justify-content-center::after {
    width: 50px;
    height: 50px;
  }
}

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

.bg-menu-theme.menu-horizontal {
  background-color: rgb(0, 0, 0) !important;
}

.btn-primary {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(0, 0, 0) !important;
  border-color: rgb(0, 0, 0) !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: rgb(0, 0, 0) !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: #fff !important;
  color: rgb(0, 0, 0) !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: #fff !important;
  box-shadow: none !important;
}

.d-cadeau .col h5 {
  text-transform: uppercase !important;
  color: rgb(0, 0, 0) !important;
  font-family: "Poppins" !important;
  font-weight: 800 !important;
}
.d-cadeau .col h5 span {
  font-family: "ninja_narutoregular";
  font-weight: 300;
  color: rgb(0, 0, 0);
  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);
}

.card-developer-meetup {
  box-shadow: none !important;
  background: #fff !important;
  position: relative;
}
@media (max-width: 767px) {
  .card-developer-meetup {
    display: none;
  }
}
.card-developer-meetup .meetup-img-wrapper {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  background-position: left top !important;
}

.card-body {
  color: rgb(255, 255, 255) !important;
  border-radius: 0 0 20px 20px;
}

.top-precision {
  font-size: 16px !important;
  text-transform: unset !important;
  font-family: "Poppins" !important;
  font-weight: 500 !important;
  color: rgb(0, 0, 0) !important;
}

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

.presentationtop {
  z-index: 10;
}

.card-developer-meetup .presentationtop h1.top-question {
  color: #F9CA03 !important;
  font-size: 2rem !important;
  font-weight: 900 !important;
  font-family: "Poppins" !important;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1.2rem !important;
  position: relative;
  transform: unset !important;
  font-style: normal !important;
  -webkit-text-stroke: 3px #326BB4;
  text-shadow: -3px 3px 0 #1E2E60;
  letter-spacing: 0px;
}

.separate-sponso {
  margin-top: 20px;
  background-color: transparent !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: rgb(0, 0, 0) !important;
}
.info-numbers h4 {
  color: rgb(0, 0, 0) !important;
  font-weight: 700 !important;
  font-family: "Poppins" !important;
}

.meetup-header {
  margin: 0;
}

.rules-content {
  background: rgb(255, 255, 255) !important;
  background-size: cover;
  background-position: right center !important;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 0px !important;
}
.rules-content .lot-whitelabel {
  transform: translateY(-10%);
  display: block !important;
  position: relative;
  top: -50px;
  text-align: center;
}
.rules-content .lot-whitelabel img {
  box-shadow: none !important;
  max-width: 70%;
  height: auto;
}
.rules-content .titrewin {
  display: none !important;
  background-color: rgb(255, 255, 255) !important;
  margin: 0 !important;
}
.rules-content h5 {
  color: #fff !important;
  font-size: 1.5rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
  font-family: "Poppins" !important;
  text-shadow: none !important;
  transform: none !important;
  text-align: center;
}
@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(0, 0, 0) !important;
}
.rules-content .text-rules p span {
  font-weight: 700 !important;
}
.rules-content .form-check-label {
  color: rgb(0, 0, 0) !important;
}
.rules-content .form-check-label a {
  color: black !important;
}
.rules-content #t-sponso-email-input {
  box-shadow: none !important;
  color: #585858 !important;
  background-color: #DDDDDD !important;
  border: none;
  border-radius: 4px !important;
  font-weight: 600 !important;
}
.rules-content #t-sponso-email-input::placeholder, .rules-content #t-sponso-email-input:-webkit-autofill, .rules-content #t-sponso-email-input:-webkit-autofill:hover, .rules-content #t-sponso-email-input:-webkit-autofill:focus, .rules-content #t-sponso-email-input:-webkit-autofill:active {
  color: rgb(0, 0, 0) !important;
  background-color: #DDDDDD !important;
  border: none;
  border-radius: 4px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}
.rules-content .choosecta {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding: 0 10px 10px !important;
}
.rules-content .agagner {
  margin-top: -70px;
}

.card-presentation-top-right {
  box-shadow: none !important;
  background-color: transparent !important;
  border: 5px solid black !important;
}

.logo-sponso-marqueblanche {
  display: none;
  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;
  line-height: 3rem !important;
  font-weight: 700 !important;
  font-family: "Poppins" !important;
  position: relative;
  text-shadow: none !important;
  display: inline-block;
  transform: none !important;
  text-transform: uppercase !important;
  font-style: normal !important;
}
@media (max-width: 576px) {
  .t-titre-tournoi h1 {
    margin: 0 !important;
  }
}
.t-titre-tournoi h2 {
  display: none;
}

.top-onduel {
  background-image: url("../images/background-top-onduel.png") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.single-tournoi .tournoi-content .title-contender {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  color: rgb(0, 0, 0) !important;
  font-family: "Noto Sans JP";
  background-image: url("../images/name-background.png") !important;
  background-size: cover !important;
  width: 414px !important;
  height: 109px !important;
  font-weight: 900;
  text-transform: uppercase !important;
  text-align: center !important;
  font-size: 2rem !important;
  line-height: 1.2rem !important;
  margin: 10px 0 0 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 40px !important;
}
@media screen and (max-width: 1200px) {
  .single-tournoi .tournoi-content .title-contender {
    font-size: 1.5rem !important;
    width: 314px !important;
    height: 80px !important;
  }
}
@media screen and (max-width: 992px) {
  .single-tournoi .tournoi-content .title-contender {
    width: 262px !important;
    height: 68px !important;
  }
}
@media screen and (max-width: 768px) {
  .single-tournoi .tournoi-content .title-contender {
    width: 485px !important;
    height: 60px !important;
    font-size: 1.5rem !important;
    left: 0%;
    transform: translateX(0%);
  }
}
@media screen and (max-width: 576px) {
  .single-tournoi .tournoi-content .title-contender {
    width: 330px !important;
    height: 50px !important;
    font-size: 1rem !important;
  }
}

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

.btn-wording {
  background: linear-gradient(to bottom, #F9CA03, #F5F4DA) !important;
  color: #365E9F !important;
  font-family: "Poppins" !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  border: 5px solid #C79E07 !important;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
  box-shadow: 6px 3px rgba(0, 0, 0, 0.25);
}

.btn-wording:hover {
  background: #cacaca !important;
}

.waiter, .waiter-begin {
  background: url("../images/bg.png") !important;
  background-size: cover !important;
  background: linear-gradient(to top, rgba(0, 93, 255, 0.8), transparent);
  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: "Poppins";
  color: rgb(0, 0, 0);
}

.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: rgb(255, 255, 255);
}

.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: rgb(0, 0, 0) !important;
  background-color: rgb(255, 255, 255) !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(0, 0, 0) !important;
}

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

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

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

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

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

.classement {
  background-color: #fff !important;
  border-radius: 10px !important;
}
.classement .left-toplist-part {
  position: relative;
  padding: 20px 20px 20px 10px;
}
@media (max-width: 1200px) {
  .classement .left-toplist-part {
    padding: 20px 20px 20px 20px;
  }
}
.classement .share-toplist-part {
  background: url("../images/yellow-background.png") !important;
  background-size: cover !important;
  border: 5px solid #FFCA02;
  background-position: center !important;
  border-radius: 0px !important;
}
.classement .info-win-gift {
  color: rgb(0, 0, 0) !important;
  font-family: "Noto Sans JP" !important;
  font-weight: 700 !important;
  font-size: 1.25rem !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;
  }
}
.classement .card-body {
  display: none;
}
.classement .owner-toplist a {
  color: rgb(0, 0, 0) !important;
}
.classement .owner-toplist a:hover {
  color: rgb(255, 255, 255) !important;
}
@media (max-width: 576px) {
  .classement .rs ul {
    justify-content: center;
  }
}
.classement .rs ul i {
  border: #000000 2px solid;
  color: #000000;
  transition: 0.3s all ease-in-out;
}
.classement .rs ul i:hover {
  color: #fff !important;
  transform: scale(1.05);
  border-color: #fff !important;
}

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

.recommence_toplist {
  opacity: 100%;
  transition: 0.3s all ease-in-out;
  animation: fadeAnimation 10s;
}
.recommence_toplist a {
  margin-bottom: 10px;
  background-color: rgb(0, 0, 0) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #365E9F !important;
  border: none !important;
}
.recommence_toplist a:hover {
  background-color: #fff !important;
  color: rgb(255, 255, 255) !important;
  border: none !important;
}

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

.deco-ranking-tls {
  transform: scale(1) translate(0%, -15%);
  height: 240px;
  width: 100%;
  background-image: url("../images/pokemon-gift.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.page-template-r {
  min-height: 100vh;
  width: 100%;
}
.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;
  }
}

.toplistbloc {
  padding-top: 3rem;
}

.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 #fff;
}

.double-chances {
  color: rgb(0, 0, 0) !important;
  font-family: "Noto Sans JP" !important;
  font-size: 1.25rem;
  font-weight: 400 !important;
  text-transform: unset !important;
}
.double-chances strong {
  color: rgb(0, 0, 0) !important;
  font-family: "Noto Sans JP" !important;
  font-size: 1.25rem;
  font-weight: 400 !important;
  text-transform: unset !important;
}

.list-classement {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .tournament-heading-top {
    transform: scale(0.8);
    margin: 0 !important;
  }
  .layout-navbar {
    background-color: #FAE922 !important;
  }
  .double-chances {
    font-size: 1rem;
  }
  .double-chances strong {
    font-size: 1rem;
  }
  .tournoi-content {
    padding: 0px 10px 20px;
  }
}
.share-toplist-sponso {
  margin-top: -4rem;
  background: transparent !important;
  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;
}

.btn-rose {
  background: #fff !important;
  border-color: #fff !important;
  color: rgb(0, 0, 0) !important;
}
.btn-rose:hover {
  color: #fff !important;
  background-color: rgb(255, 255, 255) !important;
  border-color: #fff !important;
}

.btn-wording-rose {
  background: linear-gradient(to bottom, #F9CA03, #F5F4DA) !important;
  color: #365E9F !important;
  font-family: "Poppins" !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  border: 5px solid #C79E07 !important;
  -webkit-text-stroke: 0.5px white;
  text-transform: unset !important;
  letter-spacing: 0 !important;
  font-size: 1.2rem !important;
  box-shadow: 6px 3px rgba(0, 0, 0, 0.25);
  transition: 0.3s all ease-in-out !important;
}
.btn-wording-rose:hover {
  border-radius: 0px !important;
  background: linear-gradient(to bottom, #F9CA03, #F5F4DA) !important;
  color: #365E9F !important;
  border-radius: 4px !important;
  border: 5px solid #C79E07 !important;
  -webkit-text-stroke: 0.5px white;
  text-transform: unset !important;
  letter-spacing: 0 !important;
  font-size: 1.2rem !important;
  transform: scale(1.05) !important;
}

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

.blog {
  background: url("../images/pokemon-final.png") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.blog .t-titre-tournoi h1 {
  color: rgb(0, 0, 0) !important;
  padding-top: 30px;
  padding-bottom: 20px;
  margin: 0 !important;
  font-size: 1.5rem !important;
  font-family: "Noto Sans JP" !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 2rem !important;
}
@media (max-width: 576px) {
  .blog .t-titre-tournoi h1 {
    padding-bottom: 0;
  }
}
.blog .name-contender {
  color: #000000;
}
.blog .ico {
  display: none !important;
}
@media (min-width: 767px) {
  .blog .col-8.col-offset-2.col-md-5 {
    width: 36% !important;
  }
}
.blog .col-8.col-offset-2.col-md-5 .name h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 40px;
  background: url(../images/1-win.png) center/cover no-repeat;
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  font-family: "Noto Sans JP" !important;
  text-transform: uppercase !important;
  color: rgb(0, 0, 0) !important;
  height: 90px;
}
@media (max-width: 1400px) {
  .blog .col-8.col-offset-2.col-md-5 .name h3 {
    height: 65px;
  }
}
@media (max-width: 992px) {
  .blog .col-8.col-offset-2.col-md-5 .name h3 {
    height: 55px;
    font-size: 1rem !important;
  }
}
@media (max-width: 768px) {
  .blog .col-8.col-offset-2.col-md-5 .name h3 {
    height: 115px;
  }
}
@media (max-width: 576px) {
  .blog .col-8.col-offset-2.col-md-5 .name h3 {
    height: 60px;
  }
}
@media (min-width: 767px) {
  .blog .col-6.col-md-4 {
    width: 32% !important;
  }
}
.blog .col-6.col-md-4 .name h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 40px;
  background: url(../images/2-win.png) center/cover no-repeat;
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  font-family: "Noto Sans JP" !important;
  text-transform: uppercase !important;
  color: rgb(0, 0, 0) !important;
  height: 65px;
}
@media (max-width: 1400px) {
  .blog .col-6.col-md-4 .name h3 {
    height: 55px;
  }
}
@media (max-width: 992px) {
  .blog .col-6.col-md-4 .name h3 {
    height: 40px;
    font-size: 1rem !important;
  }
}
@media (max-width: 768px) {
  .blog .col-6.col-md-4 .name h3 {
    height: 75px;
  }
}
@media (max-width: 576px) {
  .blog .col-6.col-md-4 .name h3 {
    height: 40px;
    font-size: 0.8rem !important;
  }
}
@media (min-width: 767px) {
  .blog .col-6.col-md-3 {
    width: 32% !important;
  }
}
.blog .col-6.col-md-3 .name h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 40px;
  background: url(../images/3-win.png) center/cover no-repeat;
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  font-family: "Noto Sans JP" !important;
  text-transform: uppercase !important;
  color: rgb(0, 0, 0) !important;
  height: 65px;
}
@media (max-width: 1400px) {
  .blog .col-6.col-md-3 .name h3 {
    height: 55px;
  }
}
@media (max-width: 992px) {
  .blog .col-6.col-md-3 .name h3 {
    height: 40px;
    font-size: 1rem !important;
  }
}
@media (max-width: 768px) {
  .blog .col-6.col-md-3 .name h3 {
    height: 75px;
  }
}
@media (max-width: 576px) {
  .blog .col-6.col-md-3 .name h3 {
    height: 40px;
    font-size: 0.8rem !important;
  }
}

.swal2-popup.swal2-modal.swal2-show {
  background: linear-gradient(to bottom, #F9CA03, #F5F4DA) !important;
  color: #365E9F !important;
  font-family: "Poppins" !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  border: 5px solid #C79E07 !important;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
  box-shadow: 6px 3px rgba(0, 0, 0, 0.25);
}

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

.btn-label-danger {
  color: #F51B1D !important;
}
.btn-label-danger:hover {
  background-color: #F51B1D !important;
  color: rgb(255, 255, 255) !important;
}

.classement .col-md-7.left-toplist-part.order-2.order-sm-1 {
  background: rgb(255, 255, 255) !important;
  background-size: cover !important;
  background-blend-mode: multiply !important;
  border: none !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: #fff !important;
    background-size: cover !important;
    padding: 0 !important;
    border: 2px solid #F9CA03;
  }
}
.font1 {
  font-family: "Poppins" !important;
}

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

.t-rose {
  color: rgb(0, 0, 0) !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;
}

.single-tournoi .ba-cover-r {
  background: transparent !important;
  padding-top: 3rem;
}

.col-8.col-offset-2.col-md-5 {
  order: 1;
}

.col-6.col-md-4 {
  order: 2;
}

.col-6.col-md-3 {
  order: 3;
}/*# sourceMappingURL=pokemon.css.map */