@import url("https://fonts.googleapis.com/css2?family=Aclonica&family=Lexend:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Sharp Sans";
  src: url("../font/sharpsans/SharpSansBold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Sharp Sans";
  src: url("../font/sharpsans/Sharp_Sans_Bold_Italic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Sharp Sans";
  src: url("../font/sharpsans/Sharp_Sans_ExtraBold_Italic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Sharp Sans";
  src: url("../font/sharpsans/Sharp_Sans_Extrabold.otf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Sharp Sans";
  src: url("../font/sharpsans/Sharp_Sans_Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Sharp Sans";
  src: url("../font/sharpsans/Sharp_Sans_Light_Italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Sharp Sans";
  src: url("../font/sharpsans/Sharp_Sans_Light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Sharp Sans";
  src: url("../font/sharpsans/Sharp_Sans_Medium_Italic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Sharp Sans";
  src: url("../font/sharpsans/Sharp_Sans_Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Sharp Sans";
  src: url("../font/sharpsans/Sharp_Sans_Semibold_Italic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Sharp Sans";
  src: url("../font/sharpsans/Sharp_Sans_Semibold.otf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Sharp Sans";
  src: url("../font/sharpsans/Sharp_Sans_Thin_Italic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Sharp Sans";
  src: url("../font/sharpsans/Sharp_Sans_Thin.otf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Sharp Sans";
  src: url("../font/sharpsans/Sharp_Sans.otf") format("opentype");
  font-weight: 400;
}
.tournoi-template-default {
  background-image: unset !important;
  background-color: #1F1F1F !important;
  min-height: 100vh;
  width: 100%;
}
.tournoi-template-default .ba-cover-r:after {
  display: none;
}

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

.bg-menu-theme.menu-horizontal {
  background-color: #000000 !important;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}

.btn-outline-primary {
  color: #FFFFFF;
  background: 0 0;
}

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

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

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

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

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

.bg-navbar-theme .navbar-nav > .nav-item > .nav-link {
  color: #FFFFFF !important;
}
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link:hover {
  color: #000000 !important;
}

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

.d-cadeau .col {
  padding-top: 20px;
}
.d-cadeau .col h5 {
  text-transform: uppercase !important;
  color: #000000 !important;
  display: none;
}

.card-developer-meetup {
  box-shadow: none !important;
  background: #000000 !important;
  position: relative;
  border-radius: 10px;
}
.card-developer-meetup::after {
  position: absolute;
  bottom: -20px;
  left: -40px;
  width: 150px;
  height: 150px;
  background-image: url("../images/draw.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.card-body {
  color: #FFFFFF !important;
  border-radius: 0 0 20px 20px;
}

.top-precision {
  font-size: 14px !important;
  text-transform: uppercase !important;
}
.top-precision p {
  font-family: "Aclonica" !important;
}

.card-developer-meetup .presentationtop h1.top-question::before {
  content: "";
  background-image: url("../images/logo-riot.svg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 160px;
  height: 51px;
}

.card-developer-meetup .presentationtop h1.top-question {
  color: #FFFFFF !important;
  font-size: 1.7rem !important;
  font-weight: 800 !important;
  font-family: "Lexend" !important;
  text-shadow: none !important;
  transform: none !important;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  font-style: normal;
}

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

.info-numbers {
  align-items: center !important;
  justify-content: center !important;
  text-transform: uppercase !important;
}
.info-numbers .text-muted {
  color: #FFFFFF !important;
}

.meetup-header {
  margin: 0;
}

.rules-content {
  background: #000000 !important;
  background-size: cover;
  background-position: right center !important;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px;
}
.rules-content .lot-whitelabel {
  transform: translateY(5%);
  display: block !important;
  position: relative;
  text-align: center;
}
.rules-content .lot-whitelabel img {
  box-shadow: none !important;
  max-width: 70%;
  height: auto;
}
.rules-content .titrewin {
  display: none !important;
  background-color: #FFFFFF !important;
  margin: 0 !important;
}
.rules-content h5 {
  color: #FFFFFF !important;
  font-size: 1.85rem !important;
  font-weight: 700 !important;
  font-family: "Sharp Sans" !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 #t-sponso-email-input {
  box-shadow: none !important;
  color: #1F1F1F !important;
  background-color: #FFFFFF !important;
  box-shadow: none !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 10px !important;
}
.rules-content #t-sponso-email-input::-moz-placeholder {
  color: #1F1F1F !important;
}
.rules-content #t-sponso-email-input::placeholder {
  color: #1F1F1F !important;
}
.rules-content .choosecta {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding: 0 1.5rem 2rem !important;
}
.rules-content .text-rules p {
  font-family: "Sharp Sans";
  font-weight: 500;
}
.rules-content::after {
  content: "";
  position: absolute;
  top: -25px;
  right: -25px;
  width: 100px;
  height: 100px;
  background-image: url("../images/gagner.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}

.btn-wording-rose {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  font-weight: 700;
  border-radius: 4px !important;
  letter-spacing: unset !important;
  font-family: "Sharp Sans";
}

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

.logo-sponso-marqueblanche {
  background-image: url("../images/logo-riot.svg") !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 20px;
  width: 237px;
  height: 75px;
}
@media (max-width: 768px) {
  .logo-sponso-marqueblanche {
    width: 180px;
    height: 50px;
    margin: 0 auto 10px;
  }
}

.t-titre-tournoi h1 {
  color: #FFFFFF !important;
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  font-family: "Lexend" !important;
  position: relative;
  text-shadow: none !important;
  display: inline-block;
  transform: none !important;
  font-style: normal !important;
}
@media (max-width: 576px) {
  .t-titre-tournoi h1 {
    font-size: 1.4rem !important;
  }
}
.t-titre-tournoi::after {
  content: "";
  background-image: url("../images/after-r.svg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 38px;
  position: absolute;
  top: 0;
  right: -40px;
}
.t-titre-tournoi h2 {
  display: none;
}

.stepbarcontent {
  height: 20px !important;
  background-color: rgba(255, 255, 255, 0) !important;
  z-index: 99;
}
.stepbarcontent .stepbar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px !important;
  background: #D13639 !important;
  color: #FFFFFF !important;
}
.stepbarcontent .stepbar span {
  color: #FFFFFF !important;
  font-size: 1.2rem;
  font-family: "Sharp Sans" !important;
}

.btn-wording:hover {
  background: #FFFFFF !important;
  border-color: #000000 !important;
  color: #000000 !important;
}

.waiter, .waiter-begin {
  background: #1F1F1F;
  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: "Aclonica";
  letter-spacing: 2px;
}

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

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

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

.t-sponso-email-beginning .accept-topsponso-terms .form-check-input {
  border-color: #FFFFFF;
}

.t-sponso-email-beginning .accept-topsponso-terms a {
  color: #FFFFFF;
}

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

.btn-header-top:hover {
  color: #fff;
  background-color: #D13639;
}

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

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

.ba-cover-r {
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.ba-cover-r::after {
  display: none;
}

.dark-style {
  background-image: url("../images/background.svg") !important;
  background-size: cover;
  background-position: center;
  animation: none;
}

.classement {
  background-color: #000000 !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 15px !important;
}
@media (max-width: 768px) {
  .classement {
    border-radius: 10px !important;
    background-color: transparent !important;
    border: unset !important;
  }
}
@media (max-width: 768px) {
  .classement .text-center.row.justify-content-center {
    gap: 20px;
    padding-inline: 20px;
  }
}
.classement .left-toplist-part {
  position: relative;
  padding: 0 20px 0 40px;
}
@media (max-width: 768px) {
  .classement .left-toplist-part {
    background-color: #000000 !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 15px !important;
    padding: 0;
    width: 100%;
  }
}
.classement .left-toplist-part::after {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 150px;
  height: 150px;
  background-image: url("../images/draw-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.classement .share-toplist-part {
  background: #FFFFFF !important;
  border-radius: 15px !important;
}
@media screen and (max-width: 768px) {
  .classement .share-toplist-part {
    width: 100%;
  }
}
.classement .card-body {
  display: none;
}
.classement .owner-toplist a {
  color: #1F1F1F !important;
}
.classement .owner-toplist a:hover {
  color: #FFFFFF !important;
}
.classement .rs ul i {
  border: #000000 2px solid;
  color: #000000;
}
.classement .rs ul i:hover {
  color: #000000 !important;
  border-color: #000000 !important;
}
@media (max-width: 576px) {
  .classement .rs ul i {
    margin-left: -14px;
  }
}

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

.recommence_toplist {
  opacity: 100%;
  transition: 0.3s all ease-in-out;
  animation: fadeAnimation 10s;
}
.recommence_toplist a {
  margin-bottom: 10px;
  background-color: #000000 !important;
  color: #FFFFFF !important;
  border: 5px solid #000000 !important;
}
@media (max-width: 575px) {
  .recommence_toplist a {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    border: 2px solid #FFFFFF !important;
  }
}
.recommence_toplist a:hover {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
@media (max-width: 575px) {
  .recommence_toplist a:hover {
    background-color: #000000 !important;
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF !important;
  }
}

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

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

.page-template-r {
  min-height: 100vh;
  width: 100%;
}
.page-template-r em {
  display: none !important;
  font-style: normal;
  position: relative;
  visibility: hidden;
  display: block;
  height: 76px;
  margin-top: -20px;
}

.top-title-question {
  font-style: normal !important;
  transform: rotate(0deg) !important;
}

.toplistbloc {
  padding-top: 0rem;
}

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

.info-win-gift {
  color: #000000 !important;
  font-family: "Montserrat" !important;
  font-weight: 500 !important;
  font-size: 19px !important;
}
.info-win-gift span, .info-win-gift strong, .info-win-gift b {
  font-weight: 700 !important;
}

.double-chances {
  font-family: "Sharp Sans" !important;
  font-size: 1.25rem;
  font-weight: 800 !important;
  color: #000000 !important;
}
.double-chances strong {
  color: #000000;
  font-weight: 800 !important;
}

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

@media (max-width: 767px) {
  .tournament-heading-top {
    transform: scale(0.8);
    margin: 0 !important;
  }
  .layout-navbar {
    background-color: #000000 !important;
  }
  .double-chances {
    font-size: 1.2rem;
  }
}
.share-toplist-sponso {
  margin-top: 8rem;
  background: transparent !important;
}
@media (max-width: 767px) {
  .share-toplist-sponso {
    margin-top: 2.5rem;
  }
}

.name {
  display: flex;
  justify-content: center;
}
.name h3 {
  padding-inline: 10px;
}
.name h3 span {
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Aclonica" !important;
  font-size: 1.375rem !important;
  font-weight: 400 !important;
}
@media (max-width: 576px) {
  .name h3 span {
    font-size: 1rem !important;
  }
}
.name h3 .ico {
  display: none !important;
}

.share-toplist-sponso .card-body {
  border-radius: 20px 0 20px 0;
}

.btn-rose {
  background: #FFFFFF !important;
  border-color: #000000 !important;
}

#connection_cta {
  color: #000000 !important;
}
#connection_cta:hover {
  background: #000000 !important;
  color: #FFFFFF !important;
  border-color: #000000 !important;
}

.btn-wording-rose {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  font-weight: 700;
  border-radius: 4px !important;
  letter-spacing: unset !important;
  border: 2px solid #000000 !important;
}
.btn-wording-rose:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
  border-radius: 4px !important;
  letter-spacing: unset !important;
  border: 2px solid #FFFFFF !important;
}

.agagner {
  margin: 0 !important;
}

.top-onduel .decompte-txt {
  color: #FFFFFF !important;
}
.top-onduel h2.title-contender {
  font-family: "Aclonica" !important;
  font-weight: 400 !important;
  font-size: 1.25rem !important;
}

@media (max-width: 768px) {
  #show-navbar-barre {
    position: fixed;
    top: 0;
    height: -moz-fit-content;
    height: fit-content;
  }
  .tournoi-content-final {
    margin-top: 50px !important;
  }
}
@media (max-width: 768px) {
  .stepbarcontent, .stepbar {
    top: unset;
    bottom: 0;
  }
}
.blog {
  background-color: #1F1F1F !important;
}
.blog .t-titre-tournoi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1400px) {
  .blog .t-titre-tournoi {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .blog .t-titre-tournoi {
    flex-direction: column;
  }
}
.blog .t-titre-tournoi h1 {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 !important;
  font-size: 1.75rem !important;
  font-family: "Aclonica" !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
@media (max-width: 576px) {
  .blog .t-titre-tournoi h1 {
    padding-bottom: 0;
  }
}
.blog .t-titre-tournoi::before {
  content: "";
  display: inline-block;
  background-image: url("../images/logo-riot.svg") !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 110px;
  height: 35px;
}
.blog .name h3 span {
  height: 64px;
  word-break: keep-all !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .blog .name h3 span {
    font-size: 1.1rem !important;
  }
}
@media (max-width: 576px) {
  .blog .name h3 span {
    height: 50px;
  }
}
.blog .col-8.col-offset-2.col-md-5 .name h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.blog .col-8.col-offset-2.col-md-5 .name h3::before {
  content: "";
  display: inline-block;
  background-image: url("../images/1.svg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 43px;
  height: 80px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .blog .col-8.col-offset-2.col-md-5 .name h3::before {
    width: 30px;
    height: 56px;
  }
}
@media (max-width: 576px) {
  .blog .col-8.col-offset-2.col-md-5 .name h3::before {
    width: 26px;
    height: 48px;
    top: -40px;
  }
}
.blog .col-6.col-md-4 .name h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.blog .col-6.col-md-4 .name h3::before {
  content: "";
  display: inline-block;
  background-image: url("../images/2.svg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
  height: 80px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .blog .col-6.col-md-4 .name h3::before {
    width: 40px;
    height: 52px;
  }
}
@media (max-width: 576px) {
  .blog .col-6.col-md-4 .name h3::before {
    width: 28px;
    height: 40px;
    top: -40px;
    left: 0px;
  }
}
.blog .col-6.col-md-3 .name h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.blog .col-6.col-md-3 .name h3::before {
  content: "";
  display: inline-block;
  background-image: url("../images/3.svg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
  height: 80px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .blog .col-6.col-md-3 .name h3::before {
    width: 40px;
    height: 52px;
  }
}
@media (max-width: 576px) {
  .blog .col-6.col-md-3 .name h3::before {
    width: 28px;
    height: 40px;
    top: -40px;
    left: 0px;
  }
}

.fixelinktls {
  background-color: #000000 !important;
}
.fixelinktls a {
  font-family: "Aclonica" !important;
  font-weight: 400 !important;
}

#show-navbar-barre .logo-simple img {
  height: 70px;
  min-width: 70px;
}/*# sourceMappingURL=riot.css.map */