@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Luckiest+Guy&display=swap");
.dark-style {
  background: #fff !important;
  position: relative;
  animation: none;
}

.text-muted {
  color: #fff !important;
}

.layout-navbar {
  height: auto !important;
}

.bg-navbar-theme {
  background: #fed504 !important;
}
@media screen and (max-width: 768px) {
  .bg-navbar-theme {
    background: #000 !important;
  }
}

body {
  background: #fed504 !important;
  font-family: "Fredoka", sans-serif !important;
}

a {
  color: #fed504 !important;
}
a:hover {
  color: #000 !important;
}

.bg-label-primary {
  background: #fed504 !important;
  color: #fff !important;
}

.text-primary {
  color: #fed504 !important;
}

.btn-outline-primary {
  color: #fed504;
  border-color: #fed504;
}
.btn-outline-primary:hover {
  background-color: #fed504 !important;
  color: #fff !important;
}

.btn-primary {
  color: #000 !important;
  background-color: #fff;
  border-color: #fff;
}
.btn-primary:hover {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

.btn-rose {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}
.btn-rose:hover {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}

.bg-menu-theme.menu-horizontal, .body-scroll .bg-menu-theme.menu-horizontal {
  background: #000 !important;
  box-shadow: none !important;
  z-index: 1000;
}
.bg-menu-theme.menu-horizontal ul li a, .body-scroll .bg-menu-theme.menu-horizontal ul li a {
  color: #fff !important;
  font-family: "Fredoka", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  padding: 10px 20px !important;
}
.bg-menu-theme.menu-horizontal ul li a:hover, .body-scroll .bg-menu-theme.menu-horizontal ul li a:hover {
  background: #fed504 !important;
  color: #000 !important;
  border-radius: 5px !important;
}

.back-to-vkrz {
  margin-left: 10px;
}

.app-brand {
  align-items: start;
  padding: 0 !important;
}

.logo-room {
  display: block; /* or inline-block */
  width: 150px; /* choose your size */
  height: 150px; /* choose your size */
  overflow: hidden;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .logo-room {
    width: 100%;
    height: auto;
  }
}

.logo-room .logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.dropdown-menu {
  background-color: #fed504 !important;
}
.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
  color: #fed504 !important;
}

.titre-room {
  transform: none;
  background: none;
  padding: 0;
  border-radius: 0;
  font-size: 1.5rem;
  margin: 20px 0 0;
  color: #000;
  text-transform: uppercase;
  font-weight: 800;
  display: flex;
  font-style: italic;
  letter-spacing: 0.1em;
  border: 3px solid #000;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 20px;
  padding-block: 10px;
  font-family: "Fredoka", sans-serif;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .titre-room {
    font-size: 1.2rem;
  }
}

.content-footer {
  background: #000 !important;
  position: relative;
  border-top: 2px solid #fff;
}
.content-footer .share-menu .share-links .fab, .content-footer .share-menu .share-links a {
  color: #fff;
  font-weight: 700;
}
.content-footer .share-menu .share-links a:hover {
  color: #fed504;
}
.content-footer .share-menu .share-links a:hover .fab {
  color: #fed504;
}
.content-footer a {
  color: #fff;
}
.content-footer a:hover {
  color: #fed504 !important;
}

.toplistminiature .card-toplist-amis-header, .toplist-amis-item .card-toplist-amis-header {
  align-items: start;
}

.dark-layout .card {
  background: #fff !important;
  box-shadow: none !important;
}

.topState-todo .min-tournoi-illu, .topState-done .min-tournoi-illu {
  border: none !important;
}

.min-tournoi {
  border: 3px solid #000 !important;
  border-radius: 0 !important;
}
.min-tournoi .cov-illu-container {
  border-radius: 0 !important;
}
.min-tournoi .min-tournoi-title h4 {
  color: #000 !important;
  text-align: center;
  display: none !important;
}
.min-tournoi .min-tournoi-title h3 {
  font-size: 0.8rem !important;
  color: #000 !important;
  text-align: center;
  margin: 5px 0;
  font-family: "Fredoka", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow: none;
}
.min-tournoi:hover {
  border: 1px solid #fed504 !important;
}

.btn-little {
  color: #fed504 !important;
  background-color: #000;
}
.btn-little:hover {
  color: #fed504 !important;
  background-color: #fed504 !important;
}

.dark-layout .t-min-sponso {
  border: 1px solid #000 !important;
  border-radius: 5px !important;
  background-color: #000 !important;
  position: relative;
  padding: 0;
  z-index: 1;
}
.dark-layout .t-min-sponso .cov-illu-sponso {
  opacity: 0;
  min-height: 40px;
}
.dark-layout .t-min-sponso .agagner-min .agagner-equal-height h4 {
  font-family: "Fredoka", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000 !important;
}

.card-toplist-amis-header {
  color: #000 !important;
}
.card-toplist-amis-header .avatar {
  background: #000;
}

.card-toplist-amis-body {
  background: #fff;
  border: 2px solid #000;
  border-radius: 5px !important;
  padding: 10px;
}
.card-toplist-amis-body h4 {
  display: block !important;
  color: #000;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0 !important;
  text-align: center;
  margin: 5px 0;
  font-size: 0.8rem !important;
}
.card-toplist-amis-body h3 {
  display: block !important;
  color: #000;
  font-family: "Fredoka", sans-serif;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: 0 !important;
  text-align: center;
  margin: 5px 0;
  text-shadow: none;
  font-size: 1rem !important;
}
.card-toplist-amis-body .list-avatar-ranking .item-avatar-ranking img {
  border-radius: 3px !important;
  border: 1px solid #000 !important;
  background: #fff !important;
}

.toplist-amis-page .item-avatar-ranking::after, .toplist-pofile-page .item-avatar-ranking::after {
  color: #fff;
  text-shadow: 2px 0 #FFB988, -2px 0 #FFB988, 0 2px #FFB988, 0 -2px #FFB988, 1px 1px #FFB988, -1px -1px #FFB988, 1px -1px #FFB988, -1px 1px #FFB988;
}

.btn-wording:hover, .btn-annule-devine:hover {
  background-color: #000 !important;
  color: #000 !important;
  border: none !important;
}

.toplist-amis-item .contender-name {
  color: #000 !important;
  font-family: "Fredoka", sans-serif;
}

.btn-voir-toplist-complete, .single-tournoi .btn-actions-toplist a.btn-wording {
  background-color: #fff !important;
  text-transform: none;
  width: 100%;
  border: none;
  font-weight: 600;
  transition: all 0.2s ease-in;
  line-height: 1.24rem;
  color: #000 !important;
  border: 2px solid #000 !important;
  border-radius: 0 !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em;
  font-size: 0.8rem !important;
  font-family: "Fredoka", sans-serif !important;
}
.btn-voir-toplist-complete:hover, .single-tournoi .btn-actions-toplist a.btn-wording:hover {
  background-color: #000 !important;
  color: #fff !important;
  border: 2px solid #000 !important;
  border-radius: 0 !important;
}

#apropos {
  background-color: #000;
  margin: 100px 0 !important;
  padding: 0;
  position: relative;
}
#apropos .image-cta {
  max-width: 250px;
  position: relative;
  z-index: 999;
  transform: rotate(1deg);
}
#apropos::before {
  content: "";
  position: absolute;
  background: #fed504;
  top: 0px;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 9;
}
#apropos::after {
  content: "";
  position: absolute;
  background: #fed504;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 9;
}
#apropos .col-md-7 {
  display: flex;
  align-items: center;
}

.slick-dots li button:before {
  content: "";
  background-color: #fff;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  background-color: #000 !important;
}

.dark-layout .modal .modal-header, .dark-layout .modal .modal-header[class*=bg-] {
  background-color: #000 !important;
}

.dark-layout .modal .modal-content, .dark-layout .modal .modal-body, .dark-layout .modal .modal-footer {
  background-color: #000 !important;
  border-color: #000 !important;
}

.contender-item:hover {
  border: 2px solid #fed504 !important;
}

.text-muted {
  color: #000 !important;
}

.modal-launcher .modal-body h5 {
  text-transform: uppercase;
  color: #fed504 !important;
}

.titrage-h5 {
  color: #fed504 !important;
  text-transform: uppercase;
  font-style: italic;
  transform: rotate(-1deg);
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  text-shadow: none;
  font-size: 1.25rem;
  margin: 0 20px 0 0;
}

#defi-modal .modal-body {
  background-color: #000;
  border-radius: 0;
}
#defi-modal .modal-body p {
  color: #fed504;
}
#defi-modal .modal-footer {
  background: #000;
}

.ba-cover-r::after {
  background: #fed504 !important;
}

.dark-layout .card-presentation-top-right {
  background: #000 !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 0;
  transform: rotate(-1deg) !important;
  z-index: 1;
}
.dark-layout .card-presentation-top-right::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 5px;
  background: linear-gradient(to bottom, #000, #E5BD24);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.dark-layout .card-presentation-top-right .card-presentation-top-right-title h3 {
  color: #fed504;
}

.waiter, .waiter-begin {
  background: #fed504;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: none;
}
.waiter .sk-wave .sk-wave-rect, .waiter-begin .sk-wave .sk-wave-rect {
  background-color: #000;
}
.waiter h4, .waiter-begin h4 {
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000;
  text-shadow: none;
}
.waiter .va, .waiter-begin .va {
  display: none;
}

.title-win {
  transform: rotate(0deg) !important;
}
.title-win h2 {
  font-size: 1rem;
  color: #fed504;
}

.card-developer-meetup .presentationtop h1 {
  font-family: "Fredoka", sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 20px 20px 20px;
  color: #fed504;
  text-shadow: none !important;
  transform: rotate(0deg);
}

.top-precision p {
  color: #fed504;
}

.btn-wording-rose {
  background: #000 !important;
  color: #fed504 !important;
}
.btn-wording-rose:hover {
  background: #fff !important;
  color: #fed504;
}

.separate {
  height: 2px;
  background-color: #fed504;
  border-radius: 10px;
  width: 70%;
  margin: 0 auto;
}

.twitch-possible .btnstarttwitch {
  border: 2px solid #fed504;
  background-color: #fed504;
  color: #fff;
  border-radius: 0 !important;
}
.twitch-possible .btnstarttwitch:hover {
  background: #000;
  color: #fed504;
  border: 2px solid #000;
}

.check-btn-block, .modes-jeu-twitch__content-btns button {
  background: transparent !important;
  color: #fed504;
  border: 2px solid #fed504 !important;
  border-radius: 0 !important;
}
.check-btn-block .info-check, .modes-jeu-twitch__content-btns button .info-check {
  color: #fed504;
}
.check-btn-block .nb_contenders_check_btn, .modes-jeu-twitch__content-btns button .nb_contenders_check_btn {
  color: #fed504;
  background: #000;
}
.check-btn-block:hover, .modes-jeu-twitch__content-btns button:hover {
  color: #fed504 !important;
  background: #fed504 !important;
  border: 2px solid #fed504 !important;
}

.modes-jeu-twitch__content-btns button.active-twitch-mode {
  background: #000;
  color: #fed504;
  border: 2px solid #000;
}

.top-title-question h2 {
  color: #000 !important;
}
.top-title-question h1 {
  font-family: "Fredoka", sans-serif;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #000 !important;
  text-shadow: none !important;
  transform: rotate(0);
}

.t-sponso-container .twitch-votes-container .votes-stats-p .votes-number, .t-normal-container .twitch-votes-container .votes-stats-p .votes-number {
  color: #000;
}

.t-sponso-container .twitch-votes-container .votes-stats-p, .t-normal-container .twitch-votes-container .votes-stats-p {
  color: #fff;
}

.single-tournoi .tournoi-content .title-contender {
  color: #fff;
}

.t-sponso-container .twitch-votes-container .votes-container > p:first-of-type, .t-normal-container .twitch-votes-container .votes-container > p:first-of-type {
  color: #000;
}

.t-sponso-container .twitch-votes-container .votes-container .votes-stats, .t-normal-container .twitch-votes-container .votes-container .votes-stats {
  color: #000;
  border: 1px solid #000;
  outline-color: #000;
}

.stepbar {
  background: #000;
}
.stepbar .stepbar-content span {
  color: #fed504;
}

.btn-wording, .partage-toplist-block .btn-wording-share {
  transition: all 0.2s ease-in;
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #000 !important;
  font-family: "Fredoka", sans-serif;
  font-weight: 850 !important;
}
.btn-wording:hover, .partage-toplist-block .btn-wording-share:hover {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #fed504 !important;
}

.name h3 span {
  color: #fff !important;
}

.reseau-share li a {
  color: #fff !important;
}

.partage-toplist-block h5 {
  font-style: normal;
  font-family: "Fredoka", sans-serif;
  transform: rotate(0);
  color: #000;
  text-shadow: none;
  font-size: 1.1rem;
  text-align: left;
  font-weight: 900;
}

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

.vainkeur-card .championname h4 {
  color: #fed504 !important;
}
.vainkeur-card a {
  background: #000 !important;
  border: 2px solid #000 !important;
  color: #fed504 !important;
}
.vainkeur-card a:hover {
  background: #000 !important;
  color: #fed504 !important;
  border: 2px solid #000 !important;
}
.vainkeur-card a:hover .text-muted {
  color: #000 !important;
}

#choosenumbertop .form-check {
  background: transparent;
  border-radius: 0 !important;
  border: 2px solid #fed504 !important;
}
#choosenumbertop .form-check .info-check {
  color: #fed504;
  font-weight: bold;
}
#choosenumbertop .form-check:hover {
  background: #fed504 !important;
  color: #fed504 !important;
}
#choosenumbertop .form-check:hover small {
  color: #fed504 !important;
}
#choosenumbertop .form-check:hover .info-check {
  color: #fed504 !important;
}

#choosenumbertop .form-check.choice-mode-top-actif {
  background: #fed504;
  color: #fed504;
  border: 2px solid #fed504;
}
#choosenumbertop .form-check.choice-mode-top-actif .info-check {
  color: #fed504;
}
#choosenumbertop .form-check.choice-mode-top-actif small {
  color: #fed504 !important;
}

.laucher_t {
  background: #fed504 !important;
  color: #fff !important;
  border: 2px solid #fed504 !important;
  border-radius: 0 !important;
}
.laucher_t:hover {
  background: #000 !important;
  color: #fed504 !important;
  border: 2px solid #000 !important;
  border-radius: 0 !important;
}

.modes-jeu-twitch__content-btns button.active-twitch-mode {
  background: #fed504 !important;
  color: #fed504 !important;
  border: 2px solid #fed504 !important;
}

.devine {
  background: #000;
  box-shadow: 0;
}
.devine .content-devine {
  background: #000;
}
.devine .titrage-h5 {
  color: #fed504;
  text-transform: uppercase;
  font-style: normal;
  transform: rotate(0);
  font-weight: 700;
  text-shadow: none;
  font-family: "Fredoka", sans-serif;
}
.devine p {
  color: #fed504;
}

.btn-defi {
  background: #000;
}
.btn-defi:before {
  background: linear-gradient(to bottom, transparent 5%, #000 80%);
}
.btn-defi a {
  color: #000 !important;
}
.btn-defi a:hover {
  color: #000 !important;
}

.partage-toplist .fixedbar-content {
  background: #000;
}
.partage-toplist .fixedbar-content .reseau-btn-share a, .partage-toplist .fixedbar-content .partage-btn a {
  color: #000 !important;
}
.partage-toplist .fixedbar-content .reseau-btn-share a:hover, .partage-toplist .fixedbar-content .partage-btn a:hover {
  color: #000 !important;
}

.dark-style .swal2-modal.swal2-popup {
  background: #fff;
  font-family: "Fredoka", sans-serif;
  box-shadow: 0 0.31rem 1.25rem 0 rgba(0, 0, 0, 0.4);
  border-radius: 0.375rem;
}
.dark-style .swal2-modal.swal2-popup .swal2-title {
  color: #000;
}
.dark-style .swal2-modal.swal2-popup .swal2-content {
  color: #000;
}

.deco-footer {
  background: #000;
  height: 100px;
  margin-top: 100px !important;
}

.single-room #content-page-gv {
  padding: 0 !important;
}

#renderalltops {
  position: relative;
  z-index: 4;
}

.datefinsponso {
  color: #000 !important;
}
.datefinsponso .text-muted {
  color: #000 !important;
}

#autre-tl {
  position: relative;
}

.content-footer .blockquote-wrapper .blockquote h6 {
  color: #fed504;
  font-family: "Fredoka", sans-serif;
}

.dark-layout .card.loading-card {
  background: #000 !important;
}

.slick-nav .slick-dots li {
  margin: 0 2px;
  height: 25px;
  width: 25px;
}
.slick-nav .slick-dots li button::before {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  content: ""; /* nécessaire pour que ::before fonctionne */
  display: block;
  background-size: cover;
  background-color: transparent !important;
  opacity: 0.75 !important;
}

.slick-nav .slick-dots li.slick-active button::before, .slick-nav .slick-dots li:hover button::before {
  opacity: 1 !important;
  background-image: url("images/db/1.png") !important;
}

.notifications-container .media .notification-text {
  color: #000 !important;
}

.dark-layout .page-template-r .card {
  background: #282553 !important;
  box-shadow: none !important;
}

.dark-style {
  background: #fff !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(210, 200, 250, 0.3) 100%) !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi .ba-cover-r, .dark-style body.tournoi-template-default.single.single-tournoi .wrapper-deco {
  display: none !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .link-slim a {
  background: rgba(255, 255, 255, 0.5) !important;
  color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .link-slim a:hover {
  background: rgba(0, 0, 0, 0.5) !important;
  color: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .card {
  border: 5px solid #000 !important;
  background: #000 !important;
  border-radius: 0 !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .card .vainkeur-card a {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  font-family: "Fredoka", sans-serif !important;
  text-transform: uppercase !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .card .vainkeur-card a h4 {
  color: #000 !important;
  font-weight: 800 !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .card .vainkeur-card a h4 small {
  color: #000 !important;
  font-weight: 450 !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .card .vainkeur-card a:hover {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .card .vainkeur-card a:hover h4 {
  color: #fff !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .card .vainkeur-card a:hover h4 small {
  color: #fff !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .card .info-date-top .badge-slim {
  border-radius: 0 !important;
  font-family: "Fredoka", sans-serif !important;
  font-weight: 450 !important;
  text-transform: uppercase !important;
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .card .info-cat a, .dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .card .info-mondial a {
  border-radius: 0 !important;
  font-family: "Fredoka", sans-serif !important;
  font-weight: 450 !important;
  text-transform: uppercase !important;
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .card .info-cat a:hover, .dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .card .info-mondial a:hover {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .col-md-7.order-0.order-md-1 .info-top-2 a {
  border-radius: 0 !important;
  font-family: "Fredoka", sans-serif !important;
  font-weight: 450 !important;
  text-transform: uppercase !important;
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .col-md-7.order-0.order-md-1 .info-top-2 a:hover {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .col-md-7.order-0.order-md-1 .info-top-2 .nb-toplist .badge-slim, .dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .col-md-7.order-0.order-md-1 .info-top-2 .nb-votes .badge-slim {
  border-radius: 0 !important;
  font-family: "Fredoka", sans-serif !important;
  font-weight: 450 !important;
  text-transform: uppercase !important;
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .col-md-7.order-0.order-md-1 .info-top-2 .nb-toplist .badge-slim:hover, .dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .col-md-7.order-0.order-md-1 .info-top-2 .nb-votes .badge-slim:hover {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .col-md-7.order-0.order-md-1 .card {
  background: #000 !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .col-md-7.order-0.order-md-1 .card .card-body .top-presentation-content h1.top-title-question .title-top {
  color: #fff !important;
  font-family: "Fredoka", sans-serif !important;
  font-weight: 400 !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .col-md-7.order-0.order-md-1 .card .card-body .top-presentation-content h1.top-title-question span.top-question {
  color: #fff !important;
  transform: unset !important;
  font-family: "Fredoka", sans-serif !important;
  font-weight: 800 !important;
  font-style: normal !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .col-md-7.order-0.order-md-1 .card .card-body .separate {
  background-color: #000 !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .col-md-7.order-0.order-md-1 .card .card-body .nb-contenders.d-block a {
  background: rgba(255, 255, 255, 0.75) !important;
  color: rgba(0, 0, 0, 0.75) !important;
  border: 1px solid rgba(255, 255, 255, 0.75) !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .col-md-7.order-0.order-md-1 .card .card-body .nb-contenders.d-block a:hover {
  background: rgba(0, 0, 0, 0.75) !important;
  color: rgba(255, 255, 255, 0.75) !important;
  border: 1px solid rgba(255, 255, 255, 0.75) !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .col-md-7.order-0.order-md-1 .text-left .sharetop.badge-slim.mt-4.sharetop-row {
  border-radius: 0 !important;
  font-family: "Fredoka", sans-serif !important;
  font-weight: 450 !important;
  text-transform: uppercase !important;
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi .top-presentation .col-md-7.order-0.order-md-1 .text-left .sharetop.badge-slim.mt-4.sharetop-row h6 {
  color: #000 !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi.top-onduel {
  background: #000 !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi.top-onduel #show-navbar-barre {
  background: #000 !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi.top-onduel #show-navbar-barre .tournament-heading-top {
  transform: unset !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi.top-onduel #show-navbar-barre .tournament-heading-top .title-top {
  color: #fff !important;
  font-family: "Fredoka", sans-serif !important;
  font-weight: 800 !important;
  font-style: normal !important;
  text-shadow: none !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi.top-onduel #show-navbar-barre .tournament-heading-top .top-question {
  transform: unset !important;
  color: #fff !important;
  font-family: "Fredoka", sans-serif !important;
  font-weight: 800 !important;
  font-style: normal !important;
  text-shadow: none !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi.top-onduel #show-navbar-barre .nb-votes-value-live, .dark-style body.tournoi-template-default.single.single-tournoi.top-onduel #show-navbar-barre .xp_vkrz {
  color: #000 !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi.top-onduel #content-page-gv {
  padding: 0 !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi.top-onduel #content-page-gv .contenders_min .illu img {
  border-radius: 10px !important;
  border: 1px solid #000 !important;
  background: #fff !important;
}
.dark-style body.tournoi-template-default.single.single-tournoi.top-onduel #content-page-gv .contenders_min h2 {
  color: #000 !important;
  font-family: "Fredoka", sans-serif !important;
  font-weight: 400;
}
.dark-style body.tournoi-template-default.single.single-tournoi.top-onduel .classement-live .user_rank_live h4 {
  color: #000 !important;
  font-family: "Fredoka", sans-serif !important;
  font-weight: 400;
}
.dark-style body.blog {
  background: #000 !important;
}
.dark-style body.blog #content-page-gv .toplistbloc .classement .col-md-7.left-toplist-part .tournament-heading-top {
  transform: unset !important;
}
.dark-style body.blog #content-page-gv .toplistbloc .classement .col-md-7.left-toplist-part .tournament-heading-top h2 {
  color: #000 !important;
  font-family: "Fredoka", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  font-style: normal !important;
}
.dark-style body.blog #content-page-gv .toplistbloc .classement .col-md-7.left-toplist-part .tournament-heading-top h1 {
  color: #000 !important;
  font-family: "Fredoka", sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  margin: 0 10px 20px 10px;
}
.dark-style body.blog #content-page-gv .toplistbloc .classement .col-md-7.left-toplist-part .list-classement .contenders_min .illu img {
  border-radius: 7px !important;
  border: 1px solid black !important;
  background: white !important;
}
.dark-style body.blog #content-page-gv .toplistbloc .classement .col-md-7.left-toplist-part .list-classement .contenders_min .name h3 span {
  color: #000 !important;
  font-family: "Fredoka", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
}
.dark-style body.blog #content-page-gv .toplistbloc .classement .col-md-5.share-toplist-part .card {
  background: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
}
.dark-style body.blog #content-page-gv .toplistbloc .classement .col-md-5.share-toplist-part .card .card-body .row h5 {
  color: #000 !important;
  font-family: "Fredoka", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
}
.dark-style body.blog #content-page-gv .toplistbloc .classement .col-md-5.share-toplist-part .card .card-body .row a {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
}
.dark-style body.blog #content-page-gv .toplistbloc .classement .col-md-5.share-toplist-part .card .card-body .row a:hover {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}
.dark-style body.blog #content-page-gv .toplistbloc .classement .col-md-5.share-toplist-part .card .card-body .btn-actions-toplist a, .dark-style body.blog #content-page-gv .toplistbloc .classement .col-md-5.share-toplist-part .card .card-body .btn-actions-toplist-similar a {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out !important;
}
.dark-style body.blog #content-page-gv .toplistbloc .classement .col-md-5.share-toplist-part .card .card-body .btn-actions-toplist a:hover, .dark-style body.blog #content-page-gv .toplistbloc .classement .col-md-5.share-toplist-part .card .card-body .btn-actions-toplist-similar a:hover {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
  transform: scale(1.02) !important;
}
.dark-style body.blog #content-page-gv .toplistbloc .classement .col-md-5.share-toplist-part .is_devine .devine {
  background: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
}
.dark-style body.blog #content-page-gv .toplistbloc .classement .col-md-5.share-toplist-part .is_devine .devine .content-devine {
  background: #fff !important;
}
.dark-style body.blog #content-page-gv .toplistbloc .classement .col-md-5.share-toplist-part .is_devine .devine .content-devine .intro-alerte h5 {
  color: #000 !important;
  font-family: "Fredoka", sans-serif !important;
  font-weight: 800 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
}
.dark-style body.blog #content-page-gv .toplistbloc .classement .col-md-5.share-toplist-part .is_devine .devine .content-devine .intro-alerte p {
  color: #000 !important;
  font-family: "Fredoka", sans-serif !important;
  font-weight: 400 !important;
}
.dark-style body.blog #content-page-gv .toplistbloc .classement .col-md-5.share-toplist-part .is_devine .devine .content-devine .btn-group a {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
}
.dark-style body.blog #content-page-gv .toplistbloc .classement .col-md-5.share-toplist-part .is_devine .devine .content-devine .btn-group a:hover {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}

.waiter, .waiter-begin {
  background: #fed504 !important;
  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: 800;
  text-shadow: none;
  font-family: "Fredoka", sans-serif;
  letter-spacing: 2px;
  color: #000 !important;
}
.waiter .sk-wave .sk-wave-rect, .waiter-begin .sk-wave .sk-wave-rect {
  background-color: #e40104 !important;
}

.min-tournoi .min-tournoi-illu .min-tournoi-info {
  background: #000 !important;
}

#vedette .min-tournoi .min-tournoi-illu {
  height: 160px;
}
#vedette .min-tournoi-title h3 {
  font-size: 1rem !important;
}

.layout-page {
  background: #fed504 !important;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  #vedette .min-tournoi .min-tournoi-illu {
    height: 120px;
  }
  #vedette .min-tournoi-title h3 {
    font-size: 0.75rem !important;
  }
  #communaute {
    display: none;
  }
  #apropos::before, #apropos::after {
    display: none;
  }
}/*# sourceMappingURL=room-lego-css.css.map */