@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Grilled Cheese BTN";
  src: url("../font/grilledcheese-btn-cn/Grilled_Cheese_BTN.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OnePiece";
  src: url("../font/onepiece/ONE_PIECE.otf") format("opentype");
}
@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;
}
body {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.tournoi-template-default {
  min-height: 100vh;
  width: 100%;
}
.tournoi-template-default .ba-cover-r:after {
  display: none;
}

.layout-navbar {
  background: url("../images/background.png") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-menu-theme.menu-horizontal {
  background: linear-gradient(to top, #1332D9, #4ABFFF) !important;
  border-radius: 0px !important;
  border: 2px solid black !important;
}

.btn-primary {
  color: white !important;
  background: transparent !important;
  border: 2px solid white !important;
  border-radius: 0px !important;
}
.btn-primary:hover {
  background: white !important;
  color: black !important;
  border: 2px solid black !important;
  border-radius: 0px !important;
}

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

.btn-icon:hover {
  background: linear-gradient(to top, #1332D9, #4ABFFF) !important;
  color: white !important;
  box-shadow: inset 0 0 0 2px black !important;
  transform: scale(1.2);
}

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

.bootstrap-select .dropdown-menu.inner a[aria-selected=true] {
  background: linear-gradient(to top, #1332D9, #4ABFFF) !important;
  color: white !important;
  border-radius: 0px !important;
  border: 2px solid black !important;
}

.dropdown-menu li:last-child .dropdown-item {
  color: #0936B3 !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: black !important;
}
.dark-layout input.form-control::-moz-placeholder, .dark-layout .custom-file-label::-moz-placeholder, .dark-layout textarea.form-control::-moz-placeholder {
  color: white !important;
}
.dark-layout input.form-control::placeholder, .dark-layout .custom-file-label::placeholder, .dark-layout textarea.form-control::placeholder {
  color: white !important;
}

.bg-menu-theme.menu-horizontal .menu-inner .menu-item.open > .menu-toggle {
  background: linear-gradient(to top, #1332D9, #4ABFFF) !important;
  color: white !important;
  box-shadow: inset 0 0 0 2px black !important;
  border-radius: 0px !important;
}

.bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.menu-item-closing) > .menu-sub {
  background: #2662E6 !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: linear-gradient(to top, #1332D9, #4ABFFF) !important;
  color: white !important;
  box-shadow: inset 0 0 0 2px black !important;
  border-radius: 0px !important;
}

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

.dropdown-menu {
  background: linear-gradient(to top, #1332D9, #4ABFFF) !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}

.d-cadeau .col h5 {
  text-transform: uppercase !important;
  background: linear-gradient(to right, #245CE4, #14337E) !important;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  display: none !important;
  color: transparent !important;
  font-family: "OnePiece" !important;
  font-weight: 800 !important;
  font-style: normal !important;
  font-size: 2.125rem !important;
}

.card-developer-meetup {
  box-shadow: none !important;
  background: white !important;
  border-radius: 0px;
  border: 2px solid black;
}
.card-developer-meetup .meetup-img-wrapper {
  min-height: 365px;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  z-index: -2;
  border-bottom: 2px solid black;
}

.card-body {
  color: black !important;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.top-precision {
  font-size: 14px !important;
  text-transform: unset !important;
  font-family: "Grilled Cheese BTN" !important;
  font-weight: 400 !important;
  color: black !important;
}

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

.card-developer-meetup .presentationtop {
  position: relative;
}
.card-developer-meetup .presentationtop::before {
  content: "";
  background-image: url(../images/one-piece-message-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 196px;
  height: 162px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}
.card-developer-meetup .presentationtop::after {
  content: "";
  background-image: url(../images/one-piece-chapeau-de-paille.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 174px;
  height: 144px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}
.card-developer-meetup .presentationtop h1.top-question {
  color: #0936B3 !important;
  font-size: 1.7rem !important;
  font-weight: 700 !important;
  font-family: "Grilled Cheese BTN" !important;
  text-shadow: none !important;
  transform: none !important;
  position: relative;
  font-style: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card-developer-meetup .presentationtop h1.top-question::before {
  content: "";
  display: inline-block;
  width: 154px;
  height: 59px;
  background-image: url(../images/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

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

.btn-cta-starttop {
  width: 100%;
}

.info-numbers {
  align-items: center !important;
  justify-content: center !important;
  text-transform: uppercase !important;
  font-family: "Grilled Cheese BTN" !important;
  font-weight: 500 !important;
}
.info-numbers .text-muted {
  color: black !important;
}
.info-numbers h4 {
  color: #2662E6 !important;
  font-weight: 700 !important;
}

.meetup-header {
  margin: 0;
}

.rules-content {
  background: white !important;
  border-radius: 0px;
  border: 2px solid black;
}
.rules-content .lot-whitelabel {
  display: block !important;
  position: relative;
  top: -30px;
  text-align: center;
}
.rules-content .lot-whitelabel img {
  box-shadow: none !important;
  max-width: 100%;
  height: auto;
}
.rules-content .titrewin {
  display: none !important;
  background-color: black !important;
  margin: 0 !important;
}
.rules-content h5 {
  color: black !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  font-family: "OnePiece" !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 h5 span {
  color: black !important;
  text-transform: lowercase !important;
}
.rules-content .text-rules {
  font-family: "Grilled Cheese BTN" !important;
  font-weight: 400 !important;
  color: white !important;
  text-align: center !important;
}
.rules-content .text-rules p span {
  font-weight: 700 !important;
}
.rules-content .form-check-label {
  color: #112DD7 !important;
  font-family: "Montserrat" !important;
  font-weight: 500 !important;
}
.rules-content #t-sponso-email-input {
  box-shadow: none !important;
  color: rgba(0, 0, 0, 0.6) !important;
  background-color: white !important;
  border: 2px solid black !important;
  border-radius: 0px !important;
  font-family: "Montserrat" !important;
  font-weight: 500 !important;
}
.rules-content #t-sponso-email-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
}
.rules-content #t-sponso-email-input::placeholder, .rules-content #t-sponso-email-input:focus {
  color: rgba(0, 0, 0, 0.6) !important;
}
.rules-content .choosecta {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding: 0 1.5rem 1.5rem !important;
}

.btn-wording-rose {
  background-color: black !important;
  color: black !important;
  font-family: "Grilled Cheese BTN" !important;
  font-weight: 700 !important;
  text-transform: unset !important;
  letter-spacing: 0 !important;
}

.card-presentation-top-right {
  box-shadow: none !important;
  background: transparent !important;
}
@media screen and (max-width: 767px) {
  .card-presentation-top-right {
    padding-top: 80px;
  }
}

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

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

.t-titre-tournoi h1 {
  color: white !important;
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  font-family: "Grilled Cheese BTN" !important;
  position: relative;
  text-shadow: none !important;
  display: inline-block;
  transform: none !important;
  text-transform: uppercase !important;
  font-style: normal !important;
}
@media (max-width: 576px) {
  .t-titre-tournoi h1 {
    margin: 0 !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;
}

.single-tournoi .tournoi-content .title-contender {
  color: white !important;
  font-family: "Grilled Cheese BTN" !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  font-size: 1.25rem !important;
}
@media (max-width: 576px) {
  .single-tournoi .tournoi-content .title-contender {
    font-size: 1rem !important;
  }
}

.single-tournoi #content-page-gv {
  padding: 2rem !important;
  margin-top: 3rem;
}

.stepbarcontent {
  height: 20px !important;
  z-index: 99;
  background: rgba(255, 255, 255, 0);
}
.stepbarcontent .stepbar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px !important;
  background: linear-gradient(to top, #1332D9, #4ABFFF) !important;
  color: white !important;
  border-radius: 0px !important;
  border: 2px solid black !important;
}
.stepbarcontent .stepbar span {
  color: white !important;
  font-size: 1.2rem;
}

.btn-wording:hover {
  background: linear-gradient(to top, #1332D9, #4ABFFF) !important;
}

.waiter, .waiter-begin {
  background: url("../images/background.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: 600;
  text-shadow: none;
  font-family: "Grilled Cheese BTN";
  font-weight: 800;
  color: white;
}

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

.dark-style .swal2-modal.swal2-popup {
  background: linear-gradient(to top, #1332D9, #4ABFFF) !important;
  border: 2px solid black !important;
  border-radius: 0px !important;
  box-shadow: 0;
}

.btn-check:focus + .btn-primary, .btn-primary.focus, .btn-primary:focus {
  color: white !important;
  background-color: transparent !important;
  border-color: white !important;
}

.btn-primary:hover {
  background-color: white !important;
  color: black !important;
  border-color: black !important;
}

.t-sponso-email-beginning .accept-topsponso-terms .form-check-input {
  border-color: #112DD7;
  border-radius: 0px !important;
}

.form-check-input:checked {
  border-color: #112DD7 !important;
  border-radius: 0px !important;
  background-color: #112DD7 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-check-input:checked::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 9px;
  background-image: url("../images/checked.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

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

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

.btn-annule-devine:hover {
  color: #fff;
  background: #112DD7 !important;
}

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

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

.ba-cover-r {
  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.png") !important;
  background-size: cover;
  background-position: center;
  animation: none;
}

.classement {
  background: white !important;
  border-radius: 0 !important;
}
.classement::before {
  content: "";
  display: inline-block;
  width: 292px;
  height: 90px;
  background-image: url("../images/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 576px) {
  .classement::before {
    top: -30px;
  }
}
.classement .left-toplist-part {
  padding: 20px 20px 20px 50px;
  position: relative;
}
@media (max-width: 1200px) {
  .classement .left-toplist-part {
    padding: 20px 20px 20px 20px;
  }
}
.classement .share-toplist-part {
  background: linear-gradient(to top, #1332D9, #4ABFFF) !important;
  border-radius: none !important;
}
@media (max-width: 768px) {
  .classement .share-toplist-part {
    border-radius: none !important;
  }
}
.classement .info-win-gift {
  color: white !important;
  font-family: "Montserrat" !important;
  font-weight: 600 !important;
  font-size: 1.25rem !important;
}
.classement .info-win-gift span, .classement .info-win-gift strong, .classement .info-win-gift b {
  font-weight: 700 !important;
  color: white !important;
}
@media (max-width: 767px) {
  .classement .info-win-gift {
    font-size: 1rem !important;
  }
}
.classement .card-body {
  display: none;
}
.classement .owner-toplist a {
  color: black !important;
}
.classement .owner-toplist a:hover {
  color: black !important;
}
@media (max-width: 576px) {
  .classement .rs ul {
    justify-content: center;
  }
}
.classement .rs ul i {
  border: white 2px solid;
  color: white;
}
.classement .rs ul i:hover {
  color: white !important;
  border-color: transparent !important;
  background: linear-gradient(to top, #1332D9, #4ABFFF) !important;
  box-shadow: inset 0 0 0 2px black !important;
  transform: scale(1.2);
}

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

.recommence_toplist {
  opacity: 100%;
  transition: 0.3s all ease-in-out;
  animation: fadeAnimation 10s;
}
.recommence_toplist a {
  margin-bottom: 10px;
  background: linear-gradient(to top, #1332D9, #4ABFFF) !important;
  color: white !important;
  border: 2px solid black !important;
  border-radius: 0px !important;
  font-family: "Grilled Cheese BTN" !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
.recommence_toplist a:hover {
  background-color: linear-gradient(to top, #1332D9, #4ABFFF) !important;
  color: white !important;
  border: 2px solid black !important;
  border-radius: 0px !important;
  transform: unset !important;
  letter-spacing: 0 !important;
}

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

.deco-ranking-tls {
  display: none;
  transform: translateY(-15%);
  height: 285px;
  width: 285px;
  background-image: url("../images/cadeau.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.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;
}
@media screen and (max-width: 576px) {
  .top-title-question {
    flex-direction: column;
  }
}

.toplistbloc {
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .toplistbloc {
    padding-top: 0rem;
  }
}

.nav-item.nav-link.px-0.me-xl-4 {
  background: #112DD7 !important;
  padding: 5px !important;
  border-radius: 0.375rem;
}

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

.double-chances {
  color: white !important;
  font-family: "Sharp Sans" !important;
  font-size: 1.25rem;
  font-weight: 900 !important;
  font-style: italic !important;
  text-transform: unset !important;
}
.double-chances strong {
  color: white !important;
  font-family: "Sharp Sans" !important;
  font-size: 1.25rem;
  font-weight: 900 !important;
  font-style: italic !important;
  text-transform: unset !important;
}

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

@media (max-width: 767px) {
  .tournament-heading-top {
    transform: scale(0.8);
    margin: 0 !important;
  }
  .layout-navbar {
    background: url("../images/background.png") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .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;
}
@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 {
  height: 30px;
}
.name h3 span {
  color: black;
  text-transform: uppercase;
}

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

.btn-rose {
  background: linear-gradient(to top, #1332D9, #4ABFFF) !important;
  color: white !important;
  border: 2px solid black !important;
  border-radius: 0px !important;
}
.btn-rose:hover {
  color: white !important;
  background: linear-gradient(to top, #1332D9, #4ABFFF) !important;
  border: 2px solid black !important;
  border-radius: 0px !important;
}

.btn-wording-rose {
  background: linear-gradient(to top, #1332D9, #4ABFFF) !important;
  color: white !important;
  font-family: "Grilled Cheese BTN" !important;
  font-weight: 400 !important;
  border-radius: 0px !important;
  text-transform: unset !important;
  text-align: center !important;
  border: 2px solid black !important;
}
.btn-wording-rose:hover {
  background: linear-gradient(to top, #1332D9, #4ABFFF) !important;
  color: white !important;
  border-radius: 0px !important;
  border: 2px solid black !important;
}

.top-onduel .btn-annule-devine, .top-onduel .decompte-txt {
  color: white !important;
}

.blog {
  background-color: black !important;
}
.blog .t-titre-tournoi h1 {
  color: transparent !important;
  background: linear-gradient(to top, #1332D9, #4ABFFF) !important;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  display: inline-block !important;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 !important;
  font-family: "Grilled Cheese BTN" !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: unset !important;
}
@media (max-width: 576px) {
  .blog .t-titre-tournoi h1 {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
.blog .name-contender {
  background: linear-gradient(to top, #1332D9, #4ABFFF) !important;
  color: transparent !important;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  font-family: "Grilled Cheese BTN" !important;
  font-weight: 400 !important;
  font-size: 1.25rem !important;
  text-transform: uppercase !important;
  text-align: center !important;
  display: inline-block;
  height: 30px;
  word-break: keep-all;
}
@media (max-width: 576px) {
  .blog .name-contender {
    font-size: 0.8rem !important;
    height: 20px;
  }
}
.blog .ico {
  display: none !important;
}
.blog .col-8.col-offset-2.col-md-5 .illu {
  position: relative;
}
.blog .col-8.col-offset-2.col-md-5 .illu::before {
  content: "";
  background-image: url("../images/1.svg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15px;
  left: -10px;
  width: 37px;
  height: 66px;
}
.blog .col-8.col-offset-2.col-md-5 .illu img {
  border-radius: 8px;
}
.blog .col-6.col-md-4 .illu {
  position: relative;
}
.blog .col-6.col-md-4 .illu::before {
  content: "";
  background-image: url("../images/2.svg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15px;
  left: -10px;
  width: 37px;
  height: 54px;
}
.blog .col-6.col-md-4 .illu img {
  border-radius: 8px;
}
.blog .col-6.col-md-3 .illu {
  position: relative;
}
.blog .col-6.col-md-3 .illu::before {
  content: "";
  background-image: url("../images/3.svg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15px;
  left: -10px;
  width: 37px;
  height: 54px;
}
.blog .col-6.col-md-3 .illu img {
  border-radius: 8px;
}

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

.btn-label-danger {
  color: white !important;
  border-radius: 0px !important;
}
.btn-label-danger:hover {
  background: #0936B3 !important;
  color: white !important;
  box-shadow: inset 0 0 0 2px black !important;
  border-radius: 0px !important;
}

.ms-2 a {
  color: white !important;
  border: 1px solid #0936B3 !important;
}
.ms-2 a:hover {
  color: #0936B3 !important;
  background-color: white !important;
  border-color: #0936B3 !important;
}

@media (max-width: 767px) {
  .classement {
    background: unset !important;
    border: unset !important;
  }
  .classement::before {
    content: 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 {
    background: white !important;
    border-radius: 0px !important;
    padding: 0 !important;
  }
}
@media (max-width: 575px) {
  .recommence_toplist a {
    border-color: #0936B3 !important;
  }
}
.card-body.owner-toplist.currentuuid {
  display: flex !important;
}

.fixelinktls {
  background: linear-gradient(to top, #1332D9, #4ABFFF) !important;
  border-radius: 0px !important;
  border: 2px solid black !important;
}
.fixelinktls a {
  color: white !important;
  font-family: "Grilled Cheese BTN" !important;
  font-weight: 400 !important;
}

.box-recommencer a:hover {
  background: #112DD7 !important;
}

#show-navbar-barre .logo-simple img {
  height: 67px;
}

@media (max-width: 768px) {
  #show-navbar-barre .right-slim {
    padding: 5px;
    justify-content: end !important;
  }
}/*# sourceMappingURL=onepiece.css.map */