@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Riffic Font";
  src: url("../fonts/riffic-free-bold.woff2") format("woff2"), url("../fonts/riffic-free-bold.woff") format("woff");
}
.tournoi-template-default {
  background: url(../images/philibert-bg.png) !important;
  min-height: 100vh;
  width: 100%;
}
.tournoi-template-default .ba-cover-r:after {
  display: none;
}

.blog {
  background: url(../images/philibert-bg.png) !important;
}

.layout-navbar {
  background: url(../images/philibert-bg.png) !important;
}

.bg-menu-theme.menu-horizontal {
  background: #D6572E !important;
  position: relative;
}
.bg-menu-theme.menu-horizontal .menu-inner .menu-item a.menu-link {
  color: #FEFAF6 !important;
  font-family: "Riffic Font" !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
}
.bg-menu-theme.menu-horizontal .menu-inner .menu-item.open {
  background: #FEFAF6 !important;
  border-radius: 6px !important;
}

.btn-primary {
  color: #D6572E !important;
  background-color: #FEFAF6 !important;
  border-color: #FEFAF6 !important;
}

.btn-outline-primary {
  color: #D6572E;
  border: 1px solid #D6572E;
  border-radius: 50%;
  background: transparent !important;
}

.btn-icon:hover {
  color: #FEFAF6 !important;
  background: #D6572E !important;
  border: 1px solid #D6572E !important;
  border-radius: 50% !important;
}

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

.filter-option .filter-option-inner-inner {
  color: #D6572E !important;
}

.bootstrap-select .dropdown-toggle:after {
  color: #D6572E !important;
}

.dark-style .bootstrap-select .dropdown-menu {
  border-radius: 0 !important;
  background: #D6572E !important;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden !important;
}
.dark-style .bootstrap-select .dropdown-menu ul li a.dropdown-item[role=option]#bs-select-1-1[aria-setsize="2"] {
  color: #FEFAF6 !important;
  background: #D6572E !important;
  transition: all 0.3s ease-in-out !important;
}
.dark-style .bootstrap-select .dropdown-menu ul li a.dropdown-item[role=option]#bs-select-1-1[aria-setsize="2"]:hover {
  transform: scale(1.05) !important;
  color: #D6572E !important;
  background: #FEFAF6 !important;
}

.bootstrap-select .dropdown-menu.inner a[aria-selected=true] {
  background: #D6572E !important;
  color: #D6572E !important;
  border: 2px solid #fff !important;
}

.top-onduel #show-navbar-barre {
  background: url(../images/philibert-bg.png) !important;
  position: relative;
  z-index: 1;
}
.top-onduel #show-navbar-barre .tournament-heading-top {
  transform: unset !important;
}
.top-onduel #show-navbar-barre .tournament-heading-top .title-top {
  color: #D6572E !important;
  font-family: "Riffic Font" !important;
  font-weight: 800 !important;
  font-style: normal !important;
}
.top-onduel #show-navbar-barre .tournament-heading-top .top-question {
  transform: unset !important;
  color: #D6572E !important;
  font-family: "Riffic Font" !important;
  font-weight: 700 !important;
  text-transform: unset !important;
  font-style: normal !important;
  text-shadow: none !important;
}
.top-onduel #show-navbar-barre .link-slim:hover {
  border-color: #D6572E !important;
  color: #D6572E !important;
}
.top-onduel .illu {
  position: relative;
}
.top-onduel .illu::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url("../images/contour-orange-img.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.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: #D6572E !important;
}
.dark-layout input.form-control::-moz-placeholder, .dark-layout .custom-file-label::-moz-placeholder, .dark-layout textarea.form-control::-moz-placeholder {
  color: #D6572E !important;
}
.dark-layout input.form-control::placeholder, .dark-layout .custom-file-label::placeholder, .dark-layout textarea.form-control::placeholder {
  color: #D6572E !important;
}

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

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

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

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

.d-cadeau .col {
  padding-inline: 20px;
}
.d-cadeau .col h5 {
  text-transform: unset !important;
  color: #FEFAF6 !important;
}
.d-cadeau .col .text-rules {
  color: #FEFAF6 !important;
}
.d-cadeau .col .text-rules p {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  text-align: center !important;
}

.card-developer-meetup {
  box-shadow: 0 0.25rem 1.25rem rgba(15, 20, 34, 0.4);
  border: 8px solid #D6572E !important;
  background: #D6572E !important;
  position: relative;
  border-radius: 8px;
}
.card-developer-meetup .meetup-img-wrapper {
  border-bottom: 8px solid #D6572E !important;
  border-radius: 0 !important;
}
.card-developer-meetup::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 126px;
  height: 155px;
  background-image: url("../images/philibert-after.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, 10px);
}

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

.top-precision p {
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.card-developer-meetup .presentationtop h1 .top-question {
  color: #FEFAF6 !important;
  font-size: 1.75rem !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-family: "Riffic Font" !important;
  text-shadow: none !important;
  text-transform: unset !important;
  transform: none !important;
  letter-spacing: 0 !important;
  position: relative;
}

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

.tl-two-blocks {
  align-items: flex-end !important;
}
@media screen and (max-width: 768px) {
  .tl-two-blocks {
    gap: 100px;
  }
}

.info-numbers {
  align-items: center !important;
  justify-content: center !important;
  text-transform: uppercase !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
}
.info-numbers .text-muted {
  color: #FEFAF6 !important;
}
.info-numbers h4 {
  color: #FEFAF6 !important;
  font-weight: 700 !important;
}

.meetup-header {
  margin: 0;
}
.meetup-header .mt-3 {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  padding-inline: 30px;
}

.display_battle {
  padding: 100px 0 10px 20px;
  position: relative;
}
.display_battle::after {
  content: "";
  position: absolute;
  background-image: url("../images/philibert-logo.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 183px;
  height: 77px;
  top: 20px;
  right: 0px;
  transform: scale(0.75);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .display_battle::after {
    top: -10px;
    right: -40px;
    transform: scale(0.5);
  }
}

.rules-content {
  border: none !important;
  background: #D6572E !important;
  box-shadow: 0 0.25rem 1.25rem rgba(15, 20, 34, 0.4);
  position: relative;
  border-radius: 6px;
  padding: 50px 0 20px !important;
}
.rules-content .agagner {
  margin-top: 0 !important;
}
.rules-content .lot-whitelabel {
  position: absolute;
  top: -30px;
  left: 50%;
  display: block !important;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .rules-content .lot-whitelabel {
    top: -10px;
  }
}
.rules-content .lot-whitelabel img {
  box-shadow: none !important;
  max-width: 100%;
  height: auto;
  border-radius: 6px !important;
}
@media screen and (max-width: 768px) and (min-width: 450px) {
  .rules-content .lot-whitelabel img {
    max-width: 50%;
  }
}
.rules-content .titrewin {
  display: none !important;
  background-color: #2C2C2C !important;
  margin: 0 !important;
}
.rules-content h5 {
  color: #FEFAF6 !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  font-family: "Riffic Font" !important;
  text-shadow: none !important;
  transform: none !important;
  text-align: center;
  text-transform: unset !important;
}
@media (max-width: 768px) {
  .rules-content h5 {
    font-size: 1.25rem !important;
  }
}
.rules-content h5 span, .rules-content h5 strong, .rules-content h5 b {
  font-weight: 800 !important;
  text-transform: none !important;
}
.rules-content #t-sponso-email-input {
  box-shadow: none !important;
  color: #FEFAF6 !important;
  background-color: rgba(254, 250, 246, 0.1) !important;
  box-shadow: none !important;
  border: 1px solid #FEFAF6 !important;
  border-radius: 10px !important;
}
.rules-content #t-sponso-email-input::-moz-placeholder {
  color: rgba(254, 250, 246, 0.6) !important;
}
.rules-content #t-sponso-email-input::placeholder {
  color: rgba(254, 250, 246, 0.6) !important;
}
.rules-content .form-check-inline.accept-topsponso-terms label {
  color: #FEFAF6 !important;
}
.rules-content .form-check-inline.accept-topsponso-terms label a {
  color: #FEFAF6 !important;
  text-decoration: underline !important;
}
.rules-content .choosecta {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding: 0 1.5rem 2rem !important;
}

.btn-wording-rose {
  background-color: #D6572E !important;
  color: #FEFAF6 !important;
  text-transform: uppercase;
  font-weight: 700;
}

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

.logo-sponso-marqueblanche {
  background-image: url("../images/logo.svg") !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 170px;
  height: 83px;
}

.fixelinktls a {
  background: #D6572E !important;
  color: #FEFAF6 !important;
}
.fixelinktls a:hover {
  background: #FEFAF6 !important;
  color: #D6572E !important;
}

.tournament-heading-top {
  transform: none !important;
}

.t-titre-tournoi h1 {
  margin: 40px 10px 40px 10px !important;
  color: #FEFAF6 !important;
  font-style: normal !important;
  transform: none !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  font-family: "Riffic Font" !important;
  position: relative;
  text-shadow: none !important;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .t-titre-tournoi h1 {
    margin: 0px 10px 20px 10px !important;
  }
}
.t-titre-tournoi h1 span, .t-titre-tournoi h1 strong, .t-titre-tournoi h1 b {
  font-weight: 800 !important;
}
.t-titre-tournoi h2 {
  display: none;
}

.badge-slim {
  background: rgba(255, 255, 255, 0.3) !important;
}

.stepbarcontent {
  top: 16px;
}
.stepbarcontent .stepbar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D6572E !important;
  color: #DAD1B8 !important;
}
.stepbarcontent .stepbar .stepbar-content {
  padding-top: 10px !important;
}
.stepbarcontent .stepbar .stepbar-content span {
  color: #D6572E !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: #D6572E !important;
}

.btn-wording:hover {
  background: #2C2C2C !important;
}

.waiter, .waiter-begin {
  background: url(../images/philibert-bg.png) !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: 700;
  text-shadow: none;
  font-family: "Riffic Font";
  letter-spacing: 2px;
  color: #D6572E !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: #D6572E;
}

.dark-style .swal2-modal.swal2-popup {
  background: url(../images/philibert-bg.png) !important;
  box-shadow: 0 0.25rem 1.25rem rgba(15, 20, 34, 0.4) !important;
  border-radius: 6px !important;
}

.swal2-container.swal2-backdrop-show .swal2-modal.swal2-popup .swal2-title, .swal2-container.swal2-noanimation .swal2-modal.swal2-popup .swal2-title, .swal2-container.swal2-backdrop-show .swal2-modal.swal2-popup .swal2-html-container, .swal2-container.swal2-noanimation .swal2-modal.swal2-popup .swal2-html-container {
  color: #D6572E !important;
}

.swal2-cancel.btn.btn-label-danger.waves-effect {
  color: #D6572E !important;
  background-color: transparent !important;
}
.swal2-cancel.btn.btn-label-danger.waves-effect:hover {
  color: #FEFAF6 !important;
  background-color: #D6572E !important;
}

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

.t-sponso-email-beginning .accept-topsponso-terms .form-check-input {
  border-color: #FEFAF6;
}
.t-sponso-email-beginning .accept-topsponso-terms .form-check-input:checked {
  background-color: #DAD1B8 !important;
  border-color: #DAD1B8 !important;
  background-image: url("../images/checked.svg") !important;
}

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

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

.btn-annule-devine:hover {
  color: #fff;
  background-color: #fff;
}

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

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

.ba-cover-r {
  background-image: none;
  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 {
  padding: 20px 30px;
  background-color: #D6572E !important;
  border-radius: 10px !important;
}
@media screen and (max-width: 768px) {
  .classement {
    background-color: transparent !important;
  }
}
.classement .left-toplist-part {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  background: #D6572E !important;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .classement .left-toplist-part {
    border-radius: 10px !important;
  }
}
.classement .share-toplist-part {
  background: #FEFAF6 !important;
  border-radius: 10px !important;
  border: none !important;
}
.classement .card-body {
  display: none;
}
.classement .owner-toplist a {
  color: #DAD1B8 !important;
}
.classement .owner-toplist a:hover {
  color: #FEFAF6 !important;
}
.classement .rs ul i {
  border: #D6572E 2px solid !important;
  color: #D6572E !important;
  transition: all 0.3s ease-in-out !important;
}
.classement .rs ul i:hover {
  transform: scale(1.1) !important;
  border: #D6572E 2px solid !important;
  color: #D6572E !important;
}

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

.recommence_toplist {
  opacity: 100%;
  transition: 0.3s all ease-in-out;
  animation: fadeAnimation 10s;
}
.recommence_toplist a {
  margin-bottom: 10px;
  background-color: #D6572E !important;
  color: #FEFAF6 !important;
  border: 1px solid #D6572E !important;
  transition: all 0.3s ease-in-out !important;
}
.recommence_toplist a:hover {
  transform: scale(0.85) !important;
  background-color: #FEFAF6 !important;
  color: #D6572E !important;
  border-color: #D6572E !important;
}
@media screen and (max-width: 768px) {
  .recommence_toplist a {
    background-color: #FEFAF6 !important;
    color: #D6572E !important;
    border: 1px solid #FEFAF6 !important;
    transition: all 0.3s ease-in-out !important;
  }
  .recommence_toplist a:hover {
    transform: scale(0.85) !important;
    background-color: #D6572E !important;
    color: #FEFAF6 !important;
    border-color: #FEFAF6 !important;
  }
}

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

.deco-ranking-tls {
  transform: translate(0%, -15%);
  height: 99px;
  width: 176px;
  background-image: url("../images/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  display: none;
}

.page-template-r {
  min-height: 100vh;
  width: 100%;
}
.page-template-r em {
  font-style: normal;
  position: relative;
  visibility: hidden;
  display: block;
  height: 76px;
  margin-top: -20px;
}
.page-template-r em::after {
  content: "";
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -30%);
  background-image: url("../images/logo.svg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

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

.toplistbloc {
  padding-block: 1rem;
}

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

.double-chances {
  font-family: "Riffic Font" !important;
  font-size: 1.4rem;
}
.double-chances strong {
  color: #D6572E;
  text-transform: uppercase;
}

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

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

.name h3 span {
  color: #FEFAF6;
  text-transform: uppercase;
  font-family: "Riffic Font";
  font-weight: 700;
}

.share-toplist-sponso .card-body {
  border-radius: 20px 0 20px 0;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}
.share-toplist-sponso .card-body.visitor-toplist {
  display: none !important;
}
.share-toplist-sponso .info-win-gift {
  color: #D6572E !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
}
.share-toplist-sponso .info-win-gift .t-rose {
  color: #D6572E !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
}
.share-toplist-sponso .double-chances {
  color: #D6572E !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
}
.share-toplist-sponso .double-chances strong {
  color: #D6572E !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

.btn-rose#connection_cta {
  background: #D6572E !important;
  border-color: #D6572E !important;
  color: #FEFAF6 !important;
}
.btn-rose#connection_cta:hover {
  background-color: #FEFAF6 !important;
  color: #D6572E !important;
  border-color: #FEFAF6 !important;
}

.btn-wording-rose {
  background-color: #FEFAF6 !important;
  color: #2C2C2C !important;
  border: 2px solid #FEFAF6 !important;
  text-transform: uppercase;
  border-radius: 10px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.btn-wording-rose:hover {
  background-color: #FEFAF6 !important;
  color: #D6572E !important;
  border: 2px solid #FEFAF6 !important;
  border-radius: 10px !important;
  transform: scale(1.05);
}

.cta-sponso-continue .link-slim {
  background-color: #FEFAF6 !important;
  color: #2C2C2C !important;
  border: 2px solid #FEFAF6 !important;
  text-transform: uppercase;
  border-radius: 10px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  opacity: 0.75;
}
.cta-sponso-continue .link-slim:hover {
  background-color: #FEFAF6 !important;
  color: #D6572E !important;
  border: 2px solid #FEFAF6 !important;
  border-radius: 10px !important;
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .row.align-items-end.justify-content-center.render-ranking-js {
    gap: 50px 0;
  }
}
.row.align-items-end.justify-content-center.render-ranking-js .col-8.col-offset-2.col-md-5 .contenders_min.mb-3 .illu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.row.align-items-end.justify-content-center.render-ranking-js .col-8.col-offset-2.col-md-5 .contenders_min.mb-3 .illu img {
  border-radius: 6px !important;
}
.row.align-items-end.justify-content-center.render-ranking-js .col-8.col-offset-2.col-md-5 .contenders_min.mb-3 .illu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 53px;
  width: 41px;
  background-image: url("../images/1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}
.row.align-items-end.justify-content-center.render-ranking-js .col-6.col-md-4 .contenders_min.mb-3 .illu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.row.align-items-end.justify-content-center.render-ranking-js .col-6.col-md-4 .contenders_min.mb-3 .illu img {
  border-radius: 6px !important;
}
.row.align-items-end.justify-content-center.render-ranking-js .col-6.col-md-4 .contenders_min.mb-3 .illu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 53px;
  width: 41px;
  background-image: url("../images/2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}
.row.align-items-end.justify-content-center.render-ranking-js .col-6.col-md-3 .contenders_min.mb-3 .illu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.row.align-items-end.justify-content-center.render-ranking-js .col-6.col-md-3 .contenders_min.mb-3 .illu img {
  border-radius: 6px !important;
}
.row.align-items-end.justify-content-center.render-ranking-js .col-6.col-md-3 .contenders_min.mb-3 .illu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 53px;
  width: 41px;
  background-image: url("../images/3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}

.ico {
  display: none !important;
}

.swal2-container.swal2-backdrop-show {
  background: rgba(214, 87, 46, 0.6) !important;
}

.tournoi-content .title-contender {
  font-family: "Riffic Font" !important;
  font-weight: 700 !important;
  color: #D6572E !important;
}/*# sourceMappingURL=philibert-2.css.map */