/**
*
*   Background Color: #262626
*
*/
@import url('https://fonts.bunny.net/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.bunny.net/css?family=Raleway:200,300,500,600,700,800,900');
html {
  margin:0;
  padding:0;
  scroll-behavior: smooth;
}
* {
  font-family: 'Montserrat', sans-serif;
}
body {
  background-color: #262626;
  overflow-x: hidden;
}
body::-webkit-scrollbar, #listMember::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track, #listMember::-webkit-scrollbar-track {
  background-color: #131313;
}
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 0px 0 rgba(255,255,255,0);
}
a, a:hover {
  text-decoration: none;
}
.active {
  background-color: none!important;
  border: 0px!important;
}
.center {
  text-align: center;
}
.right {
  float: right;
}
h2, h1 {
  color:white;
  font-weight: bold;
}
.content {
  background-color: rgba(0,0,0,.4);
  padding: 20px;
  border-radius: 3px;
  color:white;
}
/*
*
*   GENERAL
*   (buttons, alerts, etc)
*
*/
.btn-large {
  width: 100%;
}
.btn-rounded {
  border-radius: 20px;
  padding: 5px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-danger {
  background-color: #CF4436;
  border-radius: 3px;
  border: 0;
}
.btn-primary {
  color: #1c1c1c;
  border: 0;
  border-radius: 3px;
  font-weight: bold;
}
.btn-primary:hover {
  transition-duration: 0.3s;
  color: #1c1c1c;
}
textarea {
  width: 100%;
  background-color: rgba(0,0,0,.4);
  border: 0px!important;
  border-radius: 3px;
  padding: 20px;
  color:white;
}
textarea:active {
  border:0px;
}
.alert {
  margin: 0;
}
.alert-danger {
  color:#CF4436;
  border: 1px solid #CF4436;
  background-color: rgba(207,68,54,.3);
}
.alert-info {
  color:#2980b9;
  border: 1px solid #2980b9;
  background-color: rgba(41,128,185,.3);
}
.danger, .danger:hover {
  color:#CF4436;
}
.form-control, .form-control:focus, #quantity, .form-select {
  background-color: rgba(0,0,0,.2)!important;
  border: 0px!important;
  border-radius: 3px;
  outline: none!important;
  color:white;
}
textarea {
  color:white;
  background-color: rgba(0,0,0,.2)!important;
}
.badge {
  font-weight: normal!important;
  font-size: 15px!important;
  border-radius: 20px!important;
  padding-right: 10px!important;
  padding-left: 10px!important;
}
.badge-info {
  color:#2980b9;
  border: 1px solid #2980b9;
  background-color: rgba(41,128,185,.3);
  border-radius: 10px;
}
.badge-success {
  color:#2ed573;
  border: 1px solid #2ed573;
  background-color: rgba(46,213,115,.3);
  border-radius: 10px;
}
.badge-danger {
  color:#CF4436;
  border: 1px solid #CF4436;
  background-color: rgba(207,68,54,.3);
  border-radius: 10px;
}
.card {
  border-radius: 4px;
  border: 0px;
  background-color: #221b1b;
}
.card img {
  width:100%;
  padding: 20px;
}
.card-header {
  border: 0px;
  background-color: #181414;
  border-radius: 3px 3px 0px 0px;
  color:white;
}
.card-body {
  background-color: #221b1b;
  color:white;
}
.progress {
  background-color:#221b1b;
}
.list-group-item {
  background-color: #1f1e1e;
  font-weight: bold;
  color:white;
}
.list-group-item:hover {
  transition-duration: 0.3s;
  background-color: #121212;
}
/**
*
*   HEADING
*
*/
.heading {
  box-shadow: 0px 0px 20px #000000;
  margin-bottom: 50px;
}
.headingNavbar {
  background-color: #1b1a1a;
  padding: 7.5px;
  color: white;
}
.navbarComputer {
  text-align: center;
}
.navbarCol {
  padding-top: 5px;
}
.navbarLink {
  color:white;
  font-size: 17.5px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 500;
}
.navbarLink:hover {
  transition-duration: 0.3s;
}
.headingInfobar {
  padding:10px;
  background-color: rgba(0,0,0,.65);
}
.headingInfobar .col-lg-3 {
  text-align: center;
}
.headingInfobar i {
  font-size: 40px;
}
.headingInfobar h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  padding: 0;
  margin-top: 5px;
  letter-spacing: 1px;
}
.headingInfobar span {
  padding: 0;
  margin: 0;
  color:white;
}
.headingInfobar .userbock {
  width: 100%;
  background-color: rgba(38,38,38,.6);
  padding: 10px;
  border-radius: 25px;
  margin-top: 7.5px;
  text-align: center;
}
.headingInfobar .userbock a {
  color:white;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 15px;
}
.headingInfobar .userbock a:hover {
  transition-duration: 0.3s;
}
.headingSliderPadding {
  padding: 5%;
}
.headingSliderFooter {
  padding-bottom: 10px;
  padding-top: 100px;
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.8));
}
.headingSliderFooter i {
  color:#fff;
  font-size: 40px;
}
.headingSliderFooter h3 {
  color:#fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}
.headingSliderFooter hr, .hr {
  border-radius: 6px;
  width: 40%;
  margin: 0;
  margin-top: 5px;
}
.headingLogo {
  margin-top: -115px;
}
#btn-ip {
  padding: 10px 60px;
  border-radius: 30px;
  margin-bottom: -75px;
  border: 0px;
  box-shadow: 0px 0px 20px #000000;
  letter-spacing: 1.5px;
}
.navbarBtnShop {
  box-shadow: 0px 0px 20px #000000;
}
.navbarBtnShop:hover {
  transition-duration: 0.3s;
}
.dropdown-toggle {
  background-color: rgba(255,255,255,0);
  border: 0px;
  padding: 0px;
  margin: 0px;
}

/**
*
*   FOOTER
*
*/
.footer {
  margin-top: 20px;
}
.footer * {
  font-family: "Raleway", sans-serif!important;
}
.footer h2 {
  font-size: 25px;
  font-weight: bold;
}
.footerInformation {
  background-color: rgba(0,0,0,.4);
  padding: 20px;
  color:white;
}
.footerInformation p {
  text-align: justify;
  margin-top: 10px;
  font-size: 15px;
  opacity: 0.8;
  font-weight: 300;
}
.footerCopyright {
  padding: 20px;
  background-color: rgba(0,0,0,.6);
  color:rgba(255,255,255,.7);
}
.footerCopyright p {
  margin: 0px;
  padding: 0px;
  font-size: 12.5px;
  font-weight: 500;
}
.footerCopyright a:hover {
  transition-duration: 0.3s;
  color: rgba(251,241,151,.5);
}
.footer img::selection {
  background-color: rgba(0,0,0,0);
}
.footer li {
  list-style-type: circle;
}


/**
*
*   PAGES
*
*/

.news {
  padding-top: 250px;
  margin-bottom: 30px;
  border-radius: 3px 3px 0px 0px;
}
.newsTitle {
  padding: 15px;
  background-color: rgba(0,0,0,.75);
  color:white;
  font-weight: bold;
  text-transform: uppercase;
}
.shop .card-body {
  border-radius: 2px;
}
.modal-dialog .close {
  color:white;
}
.modal-body, .modal-header, .modal-footer {
  background-color: #262626;
  border-color: #626262;
  color:white;
}
.modal-title {
  color:white;
  padding: 0px;
  margin: 0px;
}
.table *, th, tr, td{
  border-color: #626262;
  color:white;
}
.trailerFilter {
  background-color: rgba(0,0,0,.8);
  padding: 100px;
  margin-top: 50px;
}
.trailerFilter iframe {
  border-radius: 5px;
  width: 80%!important;
  height: 500px;
}
.support th, .support td{
  border-top: 0px!important;
  border-bottom: 1px solid rgba(251,251,251,.3)!important;
}
.support .form-group label {
  font-weight: bold;
}
.alert-danger-block {
  background-color: #CF4436;
  border: 0px;
  border-radius: 0px;
  color:white!important;
  padding: 5px;
}
a#cRetour, a#cAdmin{
  border-radius:3px;
  padding:10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size:15px;
  text-align:center;
  color:#fff;
  position:fixed;
  right:20px;
  opacity:1;
  z-index:99999;
  transition:all ease-in 0.2s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
}
a#cAdmin {
  left: 20px!important;
  background-color: #B02424;
  width: 300px;
  font-weight: bold;
}
a#cRetour:before{ content: "\25b2"; }
a#cRetour:hover{
  background:rgba(0, 0, 0, 1);
  transition:all ease-in 0.2s;
}
a#cRetour.cInvisible{
  bottom:-35px;
  opacity:0;
  transition:all ease-in 0.5s;
}

a#cRetour.cVisible, a#cAdmin.cVisible{
  bottom:20px;
  opacity:1;
}
.card-body {
}
.card-footer {
  background-color: rgba(0,0,0,.925);
  border: 0px;
  color:white;
}
.dropdown-item {
  color:white!important;
  background-color: #262626!important;
}
.dropdown-menu {
  background-color: #262626;
  border: 0;
  border-radius: 3px;
  margin-top: 10px;
}
.content-border {
  border-top-left-radius: 0px!important;
  border-top-right-radius: 0px!important;
  margin-bottom: 25px!important;
}
.content h4 {
  font-family: "Montserrat", sans-serif;
  color:white;
  font-weight: bold;
  font-size: 17.5px;
  text-transform: uppercase;
}
#discordOnline {
  font-size: 12.5px;
}
#listMember {
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: rebeccapurple green;
  scrollbar-width: thin;
}
.listMember img {
  width: 100%;
  border-radius: 50%;
}
.listMember .fa-circle {
  font-size: 7.5px;
  margin-left: -20px;
}
.listMember .online {
  color:#27ae60;
}
.listMember .dnd {
  color:#c0392b;
}
.listMember .idle {
  color:#f39c12;
}
.listMember span {
  margin-left: -35px;
  font-size: 15px;
}

#staff .img-hover-zoom--colorize img{
  width: 50%!important;
  margin-left: 25%;
}
#staff .badge {
  border-radius: 3px!important;
  font-size: 12.5px!important;
  color:rgba(255,255,255,.9);
}
#staff .description {
  background-color: rgba(0,0,0,.4)!important;
  color:white!important;
}
.list-group .active {
  border: 0px;
  color:white!important;
}
.list-group a:hover {
  color:white!important;
}
h1 {
  color:white;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 25px;
}
.modal-body img {
  width: 100%!important;
}
