@import url("https://fonts.googleapis.com/css2?family=Passero+One&display=swap");
.dark-style {
  background: #b58fb4 !important;
  position: relative;
  animation: none;
}
.dark-style::after {
  background: url(images/pastel.png) !important;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

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

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

.bg-navbar-theme {
  background: #000 !important;
}

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

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

.bg-menu-theme.menu-horizontal {
  background: #fff !important;
  box-shadow: 5px 0px 10px 4px rgba(0, 0, 0, 0.5) !important;
}
.bg-menu-theme.menu-horizontal ul li a {
  color: #000 !important;
  font-family: "Passero One", serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  padding: 10px 20px !important;
}
.bg-menu-theme.menu-horizontal ul li a:hover {
  background: #fff !important;
  color: #b58fb4 !important;
}

.titre-room {
  transform: none;
  background: none;
  padding: 0;
  border-radius: 0;
  font-size: 2rem;
  margin: 20px 0 0;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
  font-family: "Passero One", serif;
  position: relative;
  text-align: center;
  color: #aa5e91;
}
@media (max-width: 768px) {
  .titre-room {
    font-size: 1.5rem;
  }
}

.content-footer {
  background: url(images/pastel.png) !important;
  position: relative;
  margin-top: 40px;
}
.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: #b58fb4;
}
.content-footer .share-menu .share-links a:hover .fab {
  color: #b58fb4;
}
.content-footer a {
  color: #fff;
}
.content-footer a:hover {
  color: #b58fb4;
}
.content-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 27px;
  background: #b58fb4;
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
}

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

.min-tournoi {
  border: 2px solid transparent;
}
.min-tournoi .min-tournoi-title {
  transform: scale(0.9) rotate(0deg) !important;
}
.min-tournoi .min-tournoi-title h4 {
  color: #b58fb4;
  text-align: center;
}
.min-tournoi .min-tournoi-title h3 {
  font-size: 1rem;
  color: #000;
  text-align: center;
  margin: 5px 0;
  font-family: "Passero One", serif;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
}
.min-tournoi:hover {
  border: 2px solid #000 !important;
}

.btn-little {
  color: #000;
}
.btn-little:hover {
  color: #fff;
  background-color: #000;
}

.topState-todo {
  border-bottom: 2px solid #b58fb4 !important;
}

.card-toplist-amis-header {
  color: #000;
}
.card-toplist-amis-header .avatar {
  border: 2px solid #000;
  background: #000;
}

.card-toplist-amis-body {
  background: #b58fb4;
  border: 2px solid #000;
  border-radius: 10px !important;
}
.card-toplist-amis-body h4 {
  color: #b58fb4;
  font-family: "Passero One", serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 5px 0;
}
.card-toplist-amis-body h3 {
  color: #000;
  font-family: "Passero One", serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 5px 0;
  text-shadow: none;
}

.toplist-amis-page .item-avatar-ranking::after, .toplist-pofile-page .item-avatar-ranking::after {
  color: #b58fb4;
}

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

.btn-voir-toplist-complete, .single-tournoi .btn-actions-toplist a.btn-wording {
  background-color: rgba(255, 255, 255, 0.2) !important;
  text-transform: none;
  width: 100%;
  border: none;
  font-weight: 600;
  transition: all 0.2s ease-in;
  line-height: 1.24rem;
  color: #000 !important;
}
.btn-voir-toplist-complete:hover, .single-tournoi .btn-actions-toplist a.btn-wording:hover {
  background-color: #b58fb4 !important;
  color: #fff !important;
  border: none !important;
}

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

#apropos {
  background: #aa5e91;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#apropos .bloc-cta .content-cta h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 5px 0;
  font-family: "Passero One", serif;
}
#apropos .bloc-cta .content-cta p {
  padding: 0 50px;
}
@media (max-width: 768px) {
  #apropos .bloc-cta .content-cta p {
    padding: 0;
  }
}
#apropos .bloc-cta .content-cta a {
  background: #b58fb4;
  color: #fff !important;
  border: 2px solid #fff;
}
#apropos .bloc-cta .content-cta a:hover {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}

.dark-layout .t-min-sponso .t-min-sponso-title h3 {
  color: #000;
  font-family: "Passero One", serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.agagner-min .agagner-equal-height h4 {
  font-family: "Passero One", serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
}

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

.slick-dots li.slick-active button:before {
  background-color: #b58fb4;
}

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

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

.contender-item:hover {
  border: 2px solid #fff;
}

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

.dark-layout .card-presentation-top-right {
  background: #b58fb4 !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 0;
}
.dark-layout .card-presentation-top-right .card-presentation-top-right-title h3 {
  color: #000;
}
.dark-layout .card-presentation-top-right:before {
  background: #b58fb4 !important;
  content: "";
  display: block;
  position: absolute;
  bottom: -27px;
  left: 0;
  right: 0;
  height: 27px;
}

.waiter, .waiter-begin {
  background: #b58fb4;
  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: "Passero One", 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 h2 {
  font-size: 1.1rem;
  color: #b58fb4;
  transform: rotate(0deg) !important;
}

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

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

.single-tournoi #layout-menu {
  position: relative;
}
.single-tournoi #layout-menu:before {
  background: #b58fb4 !important;
  content: "";
  display: block;
  position: absolute;
  bottom: -27px;
  left: 0;
  right: 0;
  height: 27px;
}

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

.separate {
  height: 1px;
  background-color: #87724f;
  border-radius: 0px;
  width: 70%;
  margin: 0 auto;
}

.twitch-possible .btnstarttwitch:hover {
  border: 2px solid #b58fb4;
  background: #b58fb4;
}

.card {
  border-radius: 0 !important;
}

.twitch-possible .btnstarttwitch {
  border: 2px solid #b58fb4;
  background-color: transparent;
  color: #b58fb4;
}
.twitch-possible .btnstarttwitch:hover {
  background: #b58fb4;
  color: #fff;
}

.check-btn-block, .modes-jeu-twitch__content-btns button {
  background: rgba(255, 255, 255, 0.3215686275);
  color: #000;
}
.check-btn-block .info-check, .modes-jeu-twitch__content-btns button .info-check {
  color: #000;
}
.check-btn-block .nb_contenders_check_btn, .modes-jeu-twitch__content-btns button .nb_contenders_check_btn {
  background: #b58fb4;
  color: #fff;
}
.check-btn-block:hover, .modes-jeu-twitch__content-btns button:hover {
  color: #000;
  border: 2px solid #b58fb4;
}

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

.top-title-question h2 {
  color: #b58fb4 !important;
}
.top-title-question h1 {
  font-family: "Passero One", 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: #b58fb4;
}

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

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

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

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

.stepbar {
  background: #b58fb4;
}
.stepbar .stepbar-content span {
  color: #fff;
}

.btn-wording, .partage-toplist-block .btn-wording-share {
  transition: all 0.2s ease-in;
  background: rgba(255, 255, 255, 0.3) !important;
  color: #000 !important;
}
.btn-wording:hover, .partage-toplist-block .btn-wording-share:hover {
  background: #b58fb4 !important;
  color: #fff !important;
}

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

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

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

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

.vainkeur-card a {
  background: rgba(255, 255, 255, 0.3) !important;
}

#choosenumbertop .form-check {
  background: rgba(255, 255, 255, 0.3);
}
#choosenumbertop .form-check .info-check {
  color: #000;
  font-weight: bold;
}
#choosenumbertop .form-check:hover {
  background: #000 !important;
  color: #fff !important;
  border: 2px solid #000 !important;
}
#choosenumbertop .form-check:hover small {
  color: #fff !important;
}
#choosenumbertop .form-check:hover .info-check {
  color: #fff !important;
}

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

.laucher_t {
  background: #b58fb4 !important;
  color: #fff !important;
  border: 2px solid #b58fb4 !important;
}
.laucher_t:hover {
  background: #000 !important;
  color: #fff !important;
  border: 2px solid #000 !important;
}

.devine {
  background: #000;
  box-shadow: 0 0.25rem 1.25rem rgba(15, 20, 34, 0.4);
}
.devine .content-devine {
  background: #000;
}
.devine .titrage-h5 {
  color: #fff;
  text-transform: uppercase;
  font-style: normal;
  transform: rotate(0);
  font-weight: 700;
  text-shadow: none;
  font-family: "Passero One", serif;
}

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

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

.dark-style .swal2-modal.swal2-popup {
  background: #000;
  font-family: "Passero One", 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: #fff;
}
.dark-style .swal2-modal.swal2-popup .swal2-content {
  color: #fff;
}/*# sourceMappingURL=room-japan-expo-css.css.map */