@import url("https://fonts.googleapis.com/css2?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: "ninja_narutoregular";
  src: url("../font/njnaruto-webfont.woff2") format("woff2"), url("../font/njnaruto-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Shadow Whisper";
  src: url("../font/Shadow-Whisper-Demo.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
a {
  color: rgb(255, 255, 255) !important;
}
a:hover {
  color: #e8aca2 !important;
}

.card-developer-meetup {
  position: relative;
  z-index: 100;
}
.card-developer-meetup::before, .card-developer-meetup::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: calc(100% + 50px);
  background-image: url("../images/Vector.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.card-developer-meetup::before {
  left: -30px;
  z-index: 9;
}
.card-developer-meetup::after {
  right: -30px;
}
@media (max-width: 576px) {
  .card-developer-meetup::before, .card-developer-meetup::after {
    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 #e8aca2 !important;
}

.tournoi-template-default {
  background: url("../images/background-naruto.png") #fce2d3 !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: #e8aca2 !important;
}

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

.btn-primary {
  color: rgb(255, 255, 255) !important;
  background-color: #AF151E !important;
  border-color: #AF151E !important;
  margin-bottom: 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 #AF151E;
}
.search .select-search {
  max-width: 120px;
  border-right: 1px solid #AF151E;
  color: #AF151E !important;
}
.search .btn-light {
  color: #AF151E !important;
  background-color: #AF151E !important;
  border-color: #AF151E !important;
}

.bootstrap-select .dropdown-menu.inner a[aria-selected=true] {
  background: #AF151E !important;
  color: rgb(255, 255, 255) !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: #AF151E !important;
}
.dark-layout input.form-control::-moz-placeholder, .dark-layout .custom-file-label::-moz-placeholder, .dark-layout textarea.form-control::-moz-placeholder {
  color: #AF151E !important;
}
.dark-layout input.form-control::placeholder, .dark-layout .custom-file-label::placeholder, .dark-layout textarea.form-control::placeholder {
  color: #AF151E !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: #AF151E !important;
  color: rgb(255, 255, 255) !important;
}

#connection_cta {
  background-color: #fff !important;
  color: #000000 !important;
}
#connection_cta:hover {
  background-color: #AF151E !important;
  color: #fff !important;
  border: none !important;
}

.dropdown-menu {
  background-color: #AF151E !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: 700 !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: url(../images/naruto-border-2.png) no-repeat center center !important;
  background-size: 100% 100% !important;
  position: relative;
  border-radius: 0 !important;
}
.card-developer-meetup .meetup-img-wrapper {
  background-position: left top !important;
  border-radius: 0 !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: rgb(0, 0, 0) !important;
  font-size: 1.2rem !important;
  line-height: 1.2rem !important;
  font-weight: 800 !important;
  font-family: "Shadow Whisper" !important;
  text-shadow: none !important;
  transform: none !important;
  position: relative;
  font-style: normal;
  letter-spacing: 0.1rem;
}
.card-developer-meetup .presentationtop h1.top-question span {
  background-position: center;
  background-size: cover !important;
  padding: 0.3em 0.5em;
  color: #fff !important;
  background: url(../images/span-black-bg.png);
}

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

.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: url(../images/naruto-border-1.png) no-repeat center center !important;
  background-size: 100% 100% !important;
  position: relative;
  border-radius: 0 !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 .agagner {
  margin-top: -95px;
}
.rules-content .titrewin {
  display: none !important;
  background-color: #e8aca2 !important;
  margin: 0 !important;
}
.rules-content h5 {
  color: #AF151E !important;
  font-size: 1.5rem !important;
  line-height: 2rem !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: 400 !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 #t-sponso-email-input {
  box-shadow: none !important;
  color: rgb(0, 0, 0) !important;
  background-color: #D9D9D9 !important;
  border: none;
  border-radius: 5px !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 .choosecta {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding: 0 10px 10px !important;
}

.btn-wording-rose {
  background-color: #fff !important;
  color: rgb(255, 255, 255) !important;
  font-family: "Poppins" !important;
  font-weight: 700 !important;
  text-transform: unset !important;
  letter-spacing: 0 !important;
}

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

.logo-sponso-marqueblanche {
  position: absolute;
  top: 0;
  right: 25px;
  background-image: url("../images/logo-naruto-1.png") !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 180px;
  height: 90px;
}
@media screen and (max-width: 576px) {
  .logo-sponso-marqueblanche {
    position: relative;
    top: unset;
    right: unset;
  }
}

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

.t-titre-tournoi h1 {
  padding-top: 3rem;
  color: rgb(255, 255, 255) !important;
  font-size: 2.5rem !important;
  line-height: 5rem !important;
  font-weight: 700 !important;
  font-family: "Shadow Whisper" !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;
    padding-top: 0rem !important;
  }
}
.t-titre-tournoi h2 {
  display: none;
}

.single-tournoi .tournoi-content .title-contender {
  display: none;
  color: rgb(255, 255, 255) !important;
  font-family: "Poppins";
  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: rgb(0, 0, 0) !important;
}
.stepbarcontent .stepbar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px !important;
  background: linear-gradient(to right, #F7A41B, #F9D30A, #FAE700) !important;
  color: rgb(0, 0, 0) !important;
}
.stepbarcontent .stepbar span {
  color: rgb(0, 0, 0) !important;
  font-size: 1.2rem;
}

.btn-wording {
  background: url(../images/span-bg.png) no-repeat center center !important;
  background-size: 100% 100% !important;
  color: rgb(255, 255, 255) !important;
  font-family: "Poppins" !important;
  font-weight: 700 !important;
  text-transform: unset !important;
  letter-spacing: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  transition: 0.3s all ease-in-out;
  text-transform: uppercase !important;
}
.btn-wording:hover {
  transform: scale(1.05);
  color: rgb(255, 255, 255) !important;
}

.tournoi-template-default {
  position: relative;
  background: url("../images/background-naruto.png") #fce2d3 !important;
  background-size: cover !important;
  min-height: 100vh;
  width: 100%;
}
.tournoi-template-default > * {
  position: relative;
  z-index: 2;
}
.tournoi-template-default .ba-cover-r:after {
  display: none;
}
.tournoi-template-default .row.justify-content-center {
  gap: 40px;
  position: relative;
}
.tournoi-template-default .row.justify-content-center::after {
  content: "";
  display: block;
  background: url(../images/logo-naruto-2.png) no-repeat center center;
  background-size: cover;
  width: 121px;
  height: 100px;
  position: absolute;
  top: -50px;
  transform: translateY(-50%);
  right: -30px;
  z-index: 9;
}
@media (max-width: 768px) {
  .tournoi-template-default .row.justify-content-center::after {
    right: 15px;
  }
}

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

.waiter, .waiter-begin {
  background: #F55F27;
  background-size: 400% 400%;
  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: "Shadow Whisper";
  color: rgb(255, 255, 255);
}

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

.t-sponso-email-beginning .accept-topsponso-terms .form-check-input {
  border-color: rgb(0, 0, 0);
}

.form-check-input:checked {
  background-color: rgb(0, 0, 0) !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: #AF151E !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/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: #AF151E !important;
  border-radius: 10px !important;
}
.classement .left-toplist-part {
  position: relative;
  padding: 20px 20px 20px 50px;
}
.classement .left-toplist-part::before {
  content: "";
  display: inline-block;
  background: url(../images/Vector.png) no-repeat center center;
  background-size: contain;
  width: 30px;
  height: calc(100% + 50px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  z-index: 8;
}
@media (max-width: 1200px) {
  .classement .left-toplist-part {
    padding: 20px 20px 20px 20px;
  }
}
@media (max-width: 768px) {
  .classement .left-toplist-part::after {
    content: "";
    display: inline-block;
    background: url(../images/Vector.png) no-repeat center center;
    background-size: cover;
    width: 30px;
    height: calc(100% + 20px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    z-index: 8;
  }
  .classement .left-toplist-part::before {
    background-size: cover;
    height: calc(100% + 20px);
  }
}
.classement .share-toplist-part {
  background: rgb(255, 255, 255) !important;
  border-radius: 0px !important;
  position: relative;
}
.classement .share-toplist-part::after {
  content: "";
  display: inline-block;
  background: url(../images/Vector.png) no-repeat center center;
  background-size: contain;
  width: 30px;
  height: calc(100% + 50px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  z-index: 8;
}
@media (max-width: 768px) {
  .classement .share-toplist-part::before {
    content: "";
    display: inline-block;
    background: url(../images/Vector.png) no-repeat center center;
    background-size: contain;
    width: 30px;
    height: calc(100% + 50px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    z-index: 8;
  }
}
.classement .info-win-gift {
  color: rgb(0, 0, 0) !important;
  font-family: "Poppins" !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  margin-top: -10rem;
}
.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;
}
.classement .rs ul i:hover {
  color: #AF151E !important;
  border-color: #AF151E !important;
}

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

.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: rgb(255, 255, 255) !important;
  border: none !important;
}
.recommence_toplist a:hover {
  background-color: #AF151E !important;
  color: rgb(255, 255, 255) !important;
  border: none !important;
}

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

.deco-ranking-tls {
  transform: translate(0%, -50%);
  height: 342px;
  width: 100%;
  background-image: url("../images/naruto-gift.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .deco-ranking-tls {
    transform: scale(1.5) translate(0%, -50%);
  }
}

.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: 13rem;
}
@media (max-width: 767px) {
  .toplistbloc {
    padding-top: 5rem;
  }
}

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

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

.list-classement {
  margin-bottom: 0 !important;
  min-height: 380px;
}

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

.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(255, 255, 255) !important;
}
.btn-rose:hover {
  color: #fff !important;
  background-color: rgb(255, 255, 255) !important;
  border-color: #fff !important;
}

.btn-wording-rose {
  background: url(../images/naruto-btn.png) no-repeat center center !important;
  background-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  color: rgb(255, 255, 255) !important;
  font-family: "Poppins" !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 0 !important;
  transition: 0.3s all ease-in-out;
}
.btn-wording-rose:hover {
  transform: scale(1.05) !important;
  border-radius: 0 !important;
  border: none !important;
}

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

.blog .ba-cover-r {
  background: url("../images/background-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: 30px !important;
  font-family: "Shadow Whisper" !important;
  letter-spacing: 0 !important;
}
@media (max-width: 576px) {
  .blog .t-titre-tournoi h1 {
    padding-bottom: 0;
  }
}
.blog .name-contender {
  color: rgb(255, 255, 255);
  font-family: "Poppins" !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;
}
@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 .illu::before {
  margin: -20px 0;
  content: "";
  display: inline-block;
  background-image: url("../images/1-win.svg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 60px;
  position: absolute;
  bottom: 65px;
  left: -10px;
}
@media screen and (max-width: 450px) {
  .blog .col-8.col-offset-2.col-md-5 .illu::before {
    width: 53px;
    height: 40px;
    bottom: 48px;
  }
}
@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;
}
.blog .col-6.col-md-4 .animate__animated.contenders_min.mb-3 .illu {
  position: relative;
  transform: rotateY(10deg) translateY(40px);
}
@media screen and (max-width: 768px) {
  .blog .col-6.col-md-4 .animate__animated.contenders_min.mb-3 .illu {
    transform: rotateY(10deg);
  }
}
.blog .col-6.col-md-4 .animate__animated.contenders_min.mb-3 .illu::before {
  content: "";
  display: inline-block;
  background-image: url("../images/2-win.svg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 63px;
  height: 55px;
  position: absolute;
  bottom: 30px;
  left: 0;
}
@media screen and (max-width: 450px) {
  .blog .col-6.col-md-4 .animate__animated.contenders_min.mb-3 .illu::before {
    width: 35px;
    height: 30px;
    bottom: 22px;
  }
}
@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;
}
.blog .col-6.col-md-3 .animate__animated.contenders_min .illu {
  position: relative;
  transform: rotateY(-10deg) translateY(40px);
}
@media screen and (max-width: 768px) {
  .blog .col-6.col-md-3 .animate__animated.contenders_min .illu {
    transform: rotateY(-10deg);
  }
}
.blog .col-6.col-md-3 .animate__animated.contenders_min .illu::before {
  content: "";
  display: inline-block;
  background-image: url("../images/3-win.svg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 25px;
  left: 0;
}
@media screen and (max-width: 450px) {
  .blog .col-6.col-md-3 .animate__animated.contenders_min .illu::before {
    width: 30px;
    height: 25px;
    bottom: 19px;
  }
}

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

.swal2-popup.swal2-modal.swal2-show {
  position: relative;
}
.swal2-popup.swal2-modal.swal2-show::before {
  content: "";
  display: inline-block;
  background: url(../images/Vector.png) no-repeat center center;
  background-size: contain;
  width: 30px;
  height: calc(100% + 20px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  z-index: 8;
}
.swal2-popup.swal2-modal.swal2-show::after {
  content: "";
  display: inline-block;
  background: url(../images/Vector.png) no-repeat center center;
  background-size: contain;
  width: 30px;
  height: calc(100% + 20px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  z-index: 8;
}

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

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

.classement .col-md-7.left-toplist-part.order-2.order-sm-1 {
  background-color: #fff !important;
}

@media (max-width: 767px) {
  .classement {
    background: unset !important;
    border: unset !important;
  }
  .classement .text-center.row.justify-content-center {
    gap: 20px;
    padding-inline: 20px;
  }
}
.font2 {
  font-family: "Shadow Whisper" !important;
}

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

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

.fixelinktls {
  background-color: #e8aca2 !important;
  color: rgb(255, 255, 255) !important;
  border: none !important;
  z-index: 9;
}
.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: 50px !important;
}
@media (max-width: 768px) {
  .single-tournoi .ba-cover-r {
    padding-top: 90px !important;
  }
}

.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;
}/*# sourceMappingURL=naruto.css.map */