@import url("https://fonts.googleapis.com/css2?family=Metal+Mania&display=swap");
@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");
.dark-style {
  background-color: url("../images/background.jpg") no-repeat center center !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

html {
  background-color: url("../images/background.jpg") no-repeat center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
html p {
  color: #E1C796 !important;
}

a {
  color: #E1C796 !important;
}
a:hover {
  color: #E1C796 !important;
}

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

.bg-label-primary {
  color: #E1C796 !important;
}

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

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

.tournoi-template-default {
  background: url("../images/background.jpg") no-repeat center center !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: #20040b !important;
}

.bg-menu-theme.menu-horizontal {
  background-color: #2D040F !important;
  border-bottom: none !important;
}

.btn-primary {
  color: #E1C796 !important;
  background-color: #B2572E !important;
  border-color: #B2572E !important;
  margin-bottom: 0px !important;
  transition: all 0.3s ease-in-out;
}
.btn-primary:hover {
  background-color: #E1C796 !important;
  color: #B2572E !important;
  border-color: #B2572E !important;
  transform: scale(1.05);
}

.btn-outline-primary {
  color: #E1C796 !important;
  background: 0 0;
}

.btn-icon:hover {
  background-color: #E1C796 !important;
}

.search .search-group {
  border: 2px solid #E1C796;
}
.search .select-search {
  max-width: 120px;
  border-right: 1px solid #E1C796;
  color: #E1C796 !important;
}
.search .btn-light {
  color: #E1C796 !important;
  background-color: #E1C796 !important;
  border-color: #E1C796 !important;
}

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

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

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

.bg-menu-theme.menu-horizontal .menu-inner .menu-item.open > .menu-toggle {
  background: #E1C796 !important;
}

.bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.menu-item-closing) > .menu-sub {
  background: #2D040F !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: #B2572E !important;
  color: #fff !important;
}

.bg-navbar-theme .navbar-nav > .nav-item > .nav-link {
  color: #E1C796;
}

.filter-option-inner-inner {
  color: #E1C796;
}

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

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

.card-developer-meetup {
  box-shadow: none !important;
  background: #2D040F !important;
  position: relative;
  border: 2px solid #B2572E !important;
}
.card-developer-meetup .meetup-img-wrapper {
  border-radius: 0 !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 768px) {
  .card-developer-meetup .meetup-img-wrapper {
    background-position: left top !important;
  }
}

.top-precision p {
  font-size: 1rem !important;
  text-transform: unset !important;
  font-family: "Poppins" !important;
  font-weight: 500 !important;
  color: #E1C796 !important;
}
@media (max-width: 768px) {
  .top-precision p {
    font-size: 0.9rem !important;
  }
}

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

.card-developer-meetup .presentationtop h1.top-question, .tournament-heading-top .top-question {
  color: #B2572E !important;
  font-size: 1.7rem !important;
  line-height: 1.8rem !important;
  font-weight: 900 !important;
  font-family: "Metal Mania", cursive !important;
  text-shadow: none !important;
  transform: none !important;
  position: relative;
  font-style: normal;
  margin: 10px 0 !important;
}
@media (max-width: 768px) {
  .card-developer-meetup .presentationtop h1.top-question, .tournament-heading-top .top-question {
    font-size: 1rem !important;
  }
}

.card-developer-meetup .presentationtop {
  padding: 0 20px 10px 20px;
  background-color: #2D040F !important;
  color: #E1C796 !important;
  position: relative;
}
@media (max-width: 768px) {
  .card-developer-meetup .presentationtop {
    padding: 0 5px 30px 5px !important;
  }
}

.separate-sponso {
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.0705882353) !important;
}

.info-top-footer span {
  display: none;
}
@media (max-width: 768px) {
  .info-top-footer {
    margin-top: 20px;
  }
}

.card-developer-meetup .infos-card-t .info-numbers {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: unset;
  gap: 5px;
}
@media (max-width: 768px) {
  .card-developer-meetup .infos-card-t .info-numbers {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

.card-developer-meetup .presentationtop h1 span {
  font-size: 2rem !important;
  font-weight: 700 !important;
  font-family: "Metal Mania", cursive !important;
  text-shadow: none !important;
  transform: none !important;
  position: relative;
  font-style: normal;
  text-transform: uppercase !important;
  margin: 10px 5px 20px 5px !important;
  color: #B2572E !important;
}
@media (max-width: 768px) {
  .card-developer-meetup .presentationtop h1 span {
    font-size: 1.2rem !important;
  }
}

.info-numbers {
  align-items: center !important;
  justify-content: center !important;
  text-transform: uppercase !important;
  font-family: "Metal Mania", cursive !important;
  font-size: 20px;
}
.info-numbers .text-muted {
  color: #E1C796 !important;
}
.info-numbers h4 {
  color: #E1C796 !important;
  font-weight: 700 !important;
  font-family: "Metal Mania", cursive !important;
}

.meetup-header {
  margin: 0;
}

.rules-content {
  background: #2D040F !important;
  background-size: contain !important;
  background-position: top !important;
  background-repeat: no-repeat;
  border: 2px solid #B2572E !important;
  position: relative;
  border-radius: 0px !important;
}
@media screen and (max-width: 768px) {
  .rules-content {
    margin-top: 50px !important;
  }
}
.rules-content .lot-whitelabel {
  margin-top: -30px !important;
  display: block !important;
  text-align: center;
}
.rules-content .lot-whitelabel img {
  box-shadow: none !important;
  max-width: 225px !important;
  height: auto;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .rules-content .lot-whitelabel img {
    position: relative;
    transform: scale(0.7);
  }
}
.rules-content .titrewin {
  display: none !important;
  background-color: #B2572E !important;
  margin: 0 !important;
}
.rules-content h5 {
  color: white !important;
  font-size: 1.5rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
  font-family: "Metal Mania", cursive !important;
  text-shadow: none !important;
  transform: none !important;
  text-align: center;
  color: #B2572E !important;
  margin-bottom: 20px !important;
}
@media (max-width: 768px) {
  .rules-content h5 {
    font-size: 1.25rem !important;
  }
}
.rules-content h5 span {
  color: #E1C796 !important;
  text-transform: lowercase !important;
}
.rules-content .text-rules {
  font-family: "Metal Mania", cursive !important;
  font-weight: 500 !important;
  color: #E1C796 !important;
}
.rules-content .text-rules p {
  margin-bottom: 0 !important;
  font-size: 0.9rem !important;
  font-family: "Poppins" !important;
}
.rules-content .text-rules p span {
  font-weight: 700 !important;
}
.rules-content .form-check-label {
  color: #fff !important;
}
.rules-content .form-check-label a {
  color: #fff !important;
}
.rules-content #t-sponso-email-input {
  box-shadow: none !important;
  color: #E1C796 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border: none;
  border-radius: 2px !important;
  font-weight: 600 !important;
  border: 2px solid #B2572E !important;
}
.rules-content #t-sponso-email-input::-moz-placeholder {
  color: #E1C796 !important;
}
.rules-content #t-sponso-email-input::placeholder {
  color: #E1C796 !important;
}
.rules-content .agagner {
  margin: 0 !important;
}
.rules-content .choosecta {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding: 0 10px 10px !important;
}

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

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

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

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

.single-tournoi .tournoi-content .title-contender {
  color: #E1C796 !important;
  font-family: "Metal Mania", cursive;
  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;
}

.stepbarcontent {
  background: transparent !important;
}
.stepbarcontent .stepbar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B2572E !important;
  color: #B2572E !important;
}
.stepbarcontent .stepbar span {
  color: #B2572E !important;
  font-size: 1rem;
}

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

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

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

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

.btn-primary:hover, .btn-check:focus + .btn-primary, .btn-primary.focus, .btn-primary:focus {
  color: #B2572E !important;
  background-color: #E1C796 !important;
  border-color: #B2572E !important;
}

.t-sponso-email-beginning .accept-topsponso-terms .form-check-input {
  border-color: #E1C796;
  background-color: transparent !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: #E1C796 !important;
}

.top-onduel {
  background: url("../images/background.jpg") #2D040F !important;
  background-size: cover !important;
}

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

.btn-annule-devine:hover {
  color: #B2572E !important;
  background-color: #E1C796 !important;
}

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

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

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

.classement {
  background-color: transparent !important;
  border-radius: 0 !important;
  border: 2px solid #B2572E !important;
  margin-top: 0;
  overflow: hidden;
  background: #2D040F !important;
}
.classement .share-toplist-part {
  background: #B2572E !important;
}
.classement .info-win-gift {
  color: #fff !important;
  font-family: "Poppins" !important;
  font-weight: 700 !important;
  font-size: 1.2rem !important;
}
.classement .info-win-gift span, .classement .info-win-gift strong, .classement .info-win-gift b {
  font-weight: 700 !important;
}
@media (max-width: 767px) {
  .classement .info-win-gift {
    font-size: 1rem !important;
    margin-top: -30px;
  }
}
.classement .card-body {
  display: none;
}
@media (max-width: 576px) {
  .classement .rs ul {
    justify-content: center;
  }
}
.classement .rs ul a i {
  transition: all 0.2s ease-in;
  border: 2px solid #fff;
  color: #fff;
}
.classement .rs ul a:hover i {
  color: #2D040F !important;
  border-color: #2D040F !important;
}

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

.recommence_toplist {
  opacity: 100%;
  transition: 0.3s all ease-in-out;
  animation: fadeAnimation 10s;
  margin-top: 50px !important;
}
.recommence_toplist a {
  margin-bottom: 10px;
  background: transparent !important;
  color: #2D040F !important;
  border: 2px solid #2D040F !important;
  display: inline-flex !important;
  text-transform: uppercase !important;
  transition: 0.3s all ease-in-out !important;
  border-radius: 0 !important;
  font-size: 1rem !important;
}
.recommence_toplist a:hover {
  color: #E1C796 !important;
  background: #2D040F !important;
}
@media (max-width: 768px) {
  .recommence_toplist {
    margin-top: 100px !important;
  }
}

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

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

.page-template-r {
  min-height: 100vh;
  width: 100%;
}
.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;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .top-title-question {
    flex-direction: column;
    color: white;
    gap: 5px;
  }
}

.toplistbloc {
  padding-top: 0;
}

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

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

.list-classement {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .list-classement {
    margin-bottom: 60px !important;
  }
}

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

.name h3 span {
  color: #E1C796;
  text-transform: uppercase;
}

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

.btn-wording-rose {
  background: #B2572E !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  color: #E1C796 !important;
  font-weight: 600 !important;
  letter-spacing: 0.7px;
  border-radius: 4px !important;
  border: 5px solid #B2572E !important;
  text-transform: uppercase !important;
  transition: 0.5s all ease-in-out !important;
  font-size: 1rem !important;
  border: 2px solid transparent !important;
  transition: all 0.2s ease-in;
}
.btn-wording-rose:hover {
  background: #2D040F !important;
  color: #E1C796 !important;
  border: 2px solid #2D040F !important;
  transform: scale(1.05) !important;
}

.top-onduel .btn-annule-devine {
  color: #B2572E !important;
  background-color: #E1C796 !important;
}

#toplist-single {
  background-image: url("../images/background.jpg") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
#toplist-single .t-titre-tournoi {
  flex-direction: column;
  padding: 20px 0;
}
#toplist-single .t-titre-tournoi h1 {
  color: #B2572E !important;
  padding: 0;
  margin: 0 !important;
  font-size: 1.5rem !important;
  font-family: "Metal Mania", cursive !important;
  letter-spacing: 0.7px !important;
  font-weight: 900 !important;
}
@media (max-width: 768px) {
  #toplist-single .t-titre-tournoi h1 {
    padding-bottom: 0;
    color: black !important;
  }
}
@media (max-width: 576px) {
  #toplist-single .t-titre-tournoi h1 {
    color: #B2572E !important;
  }
}
#toplist-single .name-contender {
  color: #E1C796;
  font-family: "Metal Mania", cursive !important;
  font-weight: 600 !important;
  font-size: 0.7rem !important;
  text-transform: uppercase !important;
  text-align: center !important;
  display: block;
  height: auto;
  margin-top: 0;
  word-break: keep-all;
}
#toplist-single .ico {
  display: none !important;
}
#toplist-single .col-8.col-offset-2.col-md-5 {
  position: relative;
}
#toplist-single .col-8.col-offset-2.col-md-5 .contenders_min {
  margin-bottom: 0px !important;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  #toplist-single .col-8.col-offset-2.col-md-5 {
    width: 36% !important;
  }
}
#toplist-single .col-8.col-offset-2.col-md-5 .illu {
  position: relative;
}
#toplist-single .col-8.col-offset-2.col-md-5::before {
  content: "";
  display: inline-block;
  background-image: url(../images/1win.svg) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 23px;
  height: 20px;
  position: absolute;
  bottom: -24px;
  transform: translateX(-50%);
  z-index: 9;
}
@media screen and (min-width: 768px) {
  #toplist-single .col-6.col-md-4 {
    width: 32% !important;
  }
}
#toplist-single .col-6.col-md-4 .animate__animated.contenders_min.mb-3 {
  position: relative;
}
#toplist-single .col-6.col-md-4 .animate__animated.contenders_min.mb-3::before {
  content: "";
  display: inline-block;
  background-image: url(../images/2win.svg) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 30px;
  position: absolute;
  bottom: -36px;
  transform: translateX(-50%);
  z-index: 9;
}
@media screen and (min-width: 768px) {
  #toplist-single .col-6.col-md-3 {
    width: 32% !important;
  }
}
#toplist-single .col-6.col-md-3 .animate__animated.contenders_min {
  position: relative;
}
#toplist-single .col-6.col-md-3 .animate__animated.contenders_min::before {
  content: "";
  display: inline-block;
  background-image: url("../images/3win.svg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 23px;
  height: 29px;
  position: absolute;
  bottom: -34px;
  transform: translateX(-50%);
  z-index: 9;
}

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

.swal2-title, .swal2-html-container {
  color: #E1C796 !important;
}

.btn-label-danger {
  color: rgb(0, 0, 0) !important;
  border: 1px solid black;
}
.btn-label-danger:hover {
  background-color: #d9d9d9 !important;
  color: #B2572E !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 {
    padding: 0 !important;
    border-right: 0 !important;
  }
}
.font1 {
  font-family: "Metal Mania", cursive !important;
}

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

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

.fixelinktls {
  background-color: #E1C796 !important;
  color: #E1C796 !important;
  border: none !important;
}
.fixelinktls:hover {
  background-color: #E1C796 !important;
  color: #E1C796 !important;
  border: none !important;
}
.fixelinktls a {
  font-family: "Metal Mania", cursive !important;
  font-weight: 900 !important;
}

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

.cta-block {
  background: #2D040F !important;
  padding: 20px;
  border: 2px solid #B2572E !important;
}
.cta-block p {
  color: #E1C796 !important;
  font-size: 22px;
  font-weight: lighter;
}

.cta-text h3 {
  text-transform: uppercase !important;
}
.cta-text strong {
  position: relative;
  color: #B2572E !important;
  font-weight: 900 !important;
}
.cta-text p {
  color: #E1C796 !important;
}
@media (max-width: 768px) {
  .cta-text {
    text-align: center !important;
  }
  .cta-text h3 {
    font-size: 1.2rem;
    margin: 20px 0;
    text-align: center;
  }
  .cta-text strong {
    position: relative;
    color: #B2572E !important;
    font-weight: 900 !important;
  }
  .cta-text p {
    text-align: center;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .cta-text {
    text-align: center !important;
  }
}
.button-action {
  background-color: #B2572E !important;
  color: #fff !important;
  padding: 10px;
  border-radius: 0;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 5px;
}
.button-action:hover {
  background-color: #B2572E !important;
  color: #E1C796 !important;
}

.laucher_t {
  font-size: 1rem !important;
}
.laucher_t:hover {
  background-color: #B2572E !important;
  color: #E1C796 !important;
}

@media (max-width: 768px) {
  .btn-wording {
    font-size: 1.5rem;
  }
}
.top_not_started {
  padding-top: 3rem !important;
}
@media (max-width: 768px) {
  .top_not_started {
    padding-top: 0 !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;
}

@media (max-width: 768px) {
  .btn-wording {
    font-size: 0.8rem !important;
    padding: 5px !important;
  }
}
.title-top {
  display: none;
}

.sponsor-logo {
  background-image: url("../images/logo-mio.svg") !important;
}

.top-onduel #show-navbar-barre {
  background-color: rgba(12, 11, 39, 0.22);
  padding: 5px 0;
}

.info-win-gift .t-rose {
  color: #fff !important;
}

.sponsor-logo {
  background-image: url(../images/logo-mio.svg) !important;
  height: 40px;
  width: 180px;
  background-size: contain;
  background-repeat: no-repeat;
}

.fixelinktls {
  display: none !important;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background-color: #2D040F !important;
}

.swal2-cancel {
  color: #fff !important;
  border: 1px solid #fff !important;
}
.swal2-cancel:hover {
  background-color: #fff !important;
  color: #2D040F !important;
  border: 1px solid #2D040F !important;
}

.emoji-loader {
  display: none;
}

.cta-link a {
  text-transform: uppercase !important;
}

@media (max-width: 768px) {
  .card-presentation-top-right {
    position: relative;
    top: -55px;
    z-index: 99999;
  }
  .display_battle {
    margin: 30px 10px 0 !important;
    padding: 0 !important;
  }
  .cta-link {
    text-align: center !important;
  }
  .block-btn-top {
    width: 50%;
  }
}
.link-slim {
  display: inline-block;
  padding: 7px 12px;
  color: #E1C796 !important;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  transition: all 0.2s ease-in;
  border: 2px solid transparent;
  font-size: 0.85rem;
  font-weight: 600;
}
.link-slim:hover {
  border-color: #E1C796 !important;
  background-color: #2D040F !important;
}

.top-title-question-sponso .sponsor-logo {
  display: none;
}

.list-classement {
  min-height: 100px;
}/*# sourceMappingURL=mioholloween.css.map */