@charset "UTF-8";
* {
  margin: 0;
}

.roboto {
  font-family: "Lobster", sans-serif;
  font-size: medium;
}

p {
  color: white;
  margin-bottom: 0px;
}

#cross-button {
  color: black !important;
  margin: 0;
  background-color: white !important;
  align-items: center !important;
}

header {
  background-color: #36474f;
  box-shadow: 0px -4px 10px black;
  color: white;
}

.navbar {
  background-color: #36474f;
  color: white;
}

body {
  font-family: "Bebas Neue", sans-serif;
  background-color: #273238;
  color: white !important;
  font-size: x-large;
}

.nav-link {
  color: white;
}
.nav-link:hover, .nav-link:active {
  color: #f1c232;
}
.nav-link:focus {
  color: white;
}

header img {
  width: 60%;
}

.btn-primary {
  background-color: #f1c232;
  border: #f1c232;
  color: #273238;
  font-size: medium;
  transition: 0.5s background-color;
}
.btn-primary:hover, .btn-primary :focus, .btn-primary :active {
  color: #273238 !important;
  background-color: #c59c22 !important;
}

.btn-outline-primary {
  background-color: #36474f;
  border: #f1c232;
  color: #f1c232;
  font-size: large;
  transition: 0.5s background-color;
}
.btn-outline-primary:hover {
  color: #273238;
  background-color: #f1c232;
}

.btn-secondary {
  font-size: large;
}

.modal-image {
  background-image: url("../images/terrain1.png");
  background-size: cover;
  background-position: center;
  border-radius: 0px 8px 8px 0px;
}

.modal-header {
  width: 95%;
  margin: auto;
  border-bottom: 1px solid #273238;
  line-height: 0.1em;
  padding: 10px;
  font-size: x-large;
}
.modal-title {
  color: white;
  font-size: xx-large;
}
.modal-footer {
  margin: auto;
  border-top: none;
  padding-top: 0;
}
.modal-body {
  font-family: "Lora", sans-serif;
  font-size: medium;
  width: 90%;
  margin: auto;
  padding-bottom: 0;
}
.modal-body img {
  width: 30%;
}
.modal-body .dropdown-divider {
  padding-top: 10px;
}
.modal-body .dropdown-item {
  font-size: small;
  width: 20%;
}
.modal-body .dropdown-item:hover {
  color: #f1c232;
}
.modal-body .form-check-input {
  border: none;
  outline: none;
}
.modal-body .form-check-input:checked {
  background-color: #f1c232;
  outline: 1px solid #f1c232;
}
.modal h2 {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #273238;
  line-height: 0.1em;
  margin: 10px 0 20px;
  font-size: x-large;
}
.modal h2 span {
  background-color: #36474f;
  padding: 0 10px;
}

.form-control {
  font-family: "Lora", sans-serif;
  margin-bottom: 5px;
  border: none;
  outline: none;
  padding: 12px;
  margin: auto;
}
.form-control:active, .form-control:focus {
  outline: solid 2px #f1c232;
}

.form-control-1 {
  font-family: "Lora", sans-serif;
  margin-bottom: 5px;
  border: none;
  outline: none;
  padding: 12px;
  margin: auto;
}
.w10 {
  width: 20%;
  margin: auto;
}

.modal-content {
  background-color: #36474f;
  color: white;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

.cross {
  color: blue !important;
}

/* Google Button */
.btn-google {
  background-color: #db4437;
  color: white;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  min-width: 90%;
  text-align: left;
}

.btn-google i {
  margin-right: 10px;
  font-size: 18px;
}

.btn-google:hover {
  background-color: #c23321;
}

/* Facebook Button */
.btn-facebook {
  background-color: #4267B2;
  color: white;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  min-width: 90%;
  text-align: left;
}

.btn-facebook i {
  margin-right: 10px;
  font-size: 18px;
}

.btn-facebook:hover {
  background-color: #365899;
}

li {
  color: white;
}

.dropdown-toggle {
  color: white;
}
.dropdown-header {
  font-size: x-large;
}

.logoutBtn:hover {
  color: red;
}

.content {
  background-color: #36474f;
  padding: 20px;
}
.content img {
  width: 50%;
  border-radius: 10px;
  opacity: 1;
}

.field {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  margin: auto;
  opacity: 1;
  font-family: "Lora", sans-serif;
}

.content__all {
  background-color: #36474f;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: auto;
}
.content__all--text {
  width: 80%;
  padding: 10px;
}
.content__all--text h3 {
  text-align: left;
  font-size: large;
  font-weight: bold;
}
.content__all--text p {
  font-size: 15px;
  text-align: left;
  margin-top: 5px;
  opacity: 0.8;
}
.content__all--text img {
  filter: invert(1);
  width: 8%;
  margin-bottom: 10px;
}

.input-group {
  width: 100%;
  margin: auto;
  font-size: small;
}
.input-group-text {
  background-color: #36474f;
  outline: none;
  border: none;
  font-size: small;
  color: white;
}
.input-group svg {
  filter: invert(0.3);
}

h2 {
  font-size: x-large;
  font-weight: bold;
  font-family: "Lora", sans-serif;
}

.input {
  background-color: white !important;
  outline: none;
  border: solid 5px #36474f;
  font-family: "Lora", sans-serif;
  font-size: medium;
  padding: 10px;
  color: #36474f;
}
.input:focus {
  background-color: #36474f;
  outline: none;
  color: #36474f;
  box-shadow: none;
}

.litepicker.mobilefriendly[data-plugins*=mobilefriendly] {
  --litepicker-container-months-box-shadow-color: none !important;
}

.litepicker .container__months .month-item-header {
  text-align: left !important;
}

.litepicker .container__months .month-item-header div > .month-item-name {
  padding-left: 10px !important;
}

/* Keyframes pour l'animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%); /* Commence hors de l'écran, en haut */
    opacity: 0;
  }
  to {
    transform: translateY(0); /* Arrive à sa position normale */
    opacity: 1;
  }
}
/* Keyframes pour l'animation */
@keyframes slideDownPicker {
  from {
    transform: translate(-50%, -100%); /* Hors de l'écran en haut */
    opacity: 0;
  }
  to {
    transform: translate(-50%, 0); /* À sa position finale */
    opacity: 1;
  }
}
:root {
  /* change background color for .container__months */
  --litepicker-container-months-color-bg: #36474f !important;
  --litepicker-container-months-box-shadow-color: #273238;
  --litepicker-day-color: white;
  --litepicker-day-color-hover: #f1c232;
  --litepicker-is-in-range-color: white;
  --litepicker-is-locked-color: white;
}

:root {
  --litepicker-footer-color-bg: #fafafa;
  --litepicker-footer-box-shadow-color: #ddd;
  --litepicker-tooltip-color-bg: #fff;
  --litepicker-month-header-color: white;
  --litepicker-button-prev-month-color: #9e9e9e;
  --litepicker-button-next-month-color: #9e9e9e;
  --litepicker-button-prev-month-color-hover: #2196f3;
  --litepicker-button-next-month-color-hover: #2196f3;
  --litepicker-month-width: calc(var(--litepicker-day-width) * 7);
  --litepicker-month-weekday-color: #9e9e9e;
  --litepicker-month-week-number-color: #9e9e9e;
  --litepicker-day-width: 38px;
  --litepicker-day-color: white;
  --litepicker-day-color-hover: #f1c232;
  --litepicker-is-today-color: #f1c232;
  --litepicker-is-in-range-color: #bbdefb;
  --litepicker-is-locked-color: #9e9e9e;
  --litepicker-is-start-color: #fff;
  --litepicker-is-start-color-bg: #f1c232;
  --litepicker-is-end-color: #333;
  --litepicker-is-end-color-bg: #f1c232;
  --litepicker-button-cancel-color: #fff;
  --litepicker-button-cancel-color-bg: #9e9e9e;
  --litepicker-button-apply-color: #fff;
  --litepicker-button-apply-color-bg: #f1c232;
  --litepicker-button-reset-color: #909090;
  --litepicker-button-reset-color-hover: #f1c232;
  --litepicker-highlighted-day-color: #333;
  --litepicker-highlighted-day-color-bg: white;
}

.day-item {
  border-radius: 30px !important;
}

/* Style général de la liste de suggestions */
.ui-autocomplete {
  font-family: "Lora", sans-serif;
  background-color: #36474f !important;
  /* Couleur de fond de la liste */
  border: none !important;
  /* Bordure de la liste */
  border-radius: 5px !important;
  /* Coins arrondis */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5) !important;
  /* Ombre portée */
  top: "+=20" !important;
  right: "+=10" !important;
}

/* Style des éléments de la liste */
.ui-autocomplete .ui-menu-item {
  color: #fff !important;
  /* Couleur du texte */
  font-size: 16px !important;
  /* Taille du texte */
}

/* Style des éléments survolés */
.ui-autocomplete .ui-state-hover {
  margin: 1px;
  background-color: #273238 !important;
  /* Couleur de fond lorsqu'un élément est survolé */
  color: white !important;
  /* Couleur du texte lorsqu'un élément est survolé */
  border: none;
  border-radius: 5px !important;
  /* Coins arrondis */
}

/* Style des éléments sélectionnés */
.ui-autocomplete .ui-state-active {
  background-color: #273238 !important;
  /* Couleur de fond lorsqu'un élément est sélectionné */
  color: white !important;
  /* Couleur du texte lorsqu'un élément est sélectionné */
  border: none;
  border-radius: 5px !important;
  /* Coins arrondis */
}

.ui-autocomplete .ui-menu-item-wrapper {
  padding: 20px 10px 20px 10px;
  /* Ajoute un espacement externe de 5px en bas de chaque élément */
}

footer {
  width: 80%;
  margin: auto;
  color: white;
}

.border-top {
  border-top: 2px solid #36474f !important;
}

.border-bottom {
  border-bottom: 2px solid #36474f !important;
}

.text-body-emphasis {
  color: white !important;
}

.box {
  transition: transform 300ms;
  box-shadow: 2px 2px 5px black !important;
}
.box:hover {
  transform: scale(1.05);
}

.box-players {
  background-color: #273238;
  border-radius: 5px;
  text-align: center;
}

.match-text {
  font-size: medium;
  font-family: "Lora", sans-serif;
  text-decoration: none;
}

a {
  text-decoration: none;
}
a p {
  margin: 5px;
}
a ul {
  font-size: small;
  font-family: "Lora", sans-serif;
}
a ul li {
  color: white;
}

.card {
  background-color: #36474f !important;
  background: url("/images/terrain1.png") no-repeat center/cover;
  /* Ajuste cette valeur selon tes besoins */
}

/* Conteneur principal utilise flexbox pour aligner le contenu et le footer */
.main {
  display: flex;
  flex-direction: column;
  min-height: 90vh;
  /* Assure que le conteneur principal prend toute la hauteur de la page */
}

.search-bar {
  background-color: white;
  border-radius: 10px;
  padding: 0;
  /* Suppression de tout padding */
  box-shadow: 10px 2px 20px #273238;
  display: flex;
  gap: 0;
  /* Suppression de l'espacement entre les éléments */
  max-width: 900px;
  /* Largeur maximale pour la barre */
  min-height: 50px;
  margin: 0 auto;
  /* Centre la barre de recherche */
  margin-top: 50px;
  overflow: hidden;
  /* Évite les débordements */
}

.mt {
  margin-top: 0px;
}

.search-input,
.search-button {
  border: none;
  outline: none;
  border-radius: 0;
}

.search-input {
  background-color: #36474f;
  flex: 1;
  padding: 10px;
  border-radius: 30px 0 0 30px;
  font-size: 15px;
  width: auto;
  /* Largeur auto pour remplir l'espace */
  transition: all 0.3s ease;
}

.search-input::-moz-placeholder {
  color: #999;
}

.search-input::placeholder {
  color: #999;
}

.search-button {
  min-height: 50px;
  padding: 10px 25px;
  transition: background-color 0.3s;
  flex-shrink: 0;
  /* Empêche le bouton de rétrécir */
}

.search-icon {
  color: #999;
}

#overlay {
  display: none; /* Caché par défaut */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #36474f; /* Fond blanc */
  z-index: 9999; /* Juste en dessous du Litepicker */
  transform: translateY(-100%); /* Position initiale en haut de l'écran */
  transition: transform 0.3s; /* Transition douce */
  opacity: 0;
}

#overlay-body {
  margin: auto;
}

#test {
  display: none;
}

/* Responsive styles */
@media (max-width: 767px) {
  .group-item {
    width: 100% !important;
  }
  #chat-area {
    width: 100% !important;
    border-radius: 0 !important;
  }
  .message {
    max-width: 60% !important;
  }
  .player-list {
    margin-left: 0 !important;
  }
  .img-fluid {
    width: 100% !important;
  }
  .content-section {
    padding-top: 130px !important;
    padding-bottom: 40px !important;
  }
  /* Style pour la barre de recherche */
  .searchbar-container {
    bottom: -80px !important;
  }
  #test {
    display: block;
    cursor: pointer;
  }
  .offcanvas {
    width: 70% !important;
  }
  .infos {
    padding-top: 60px;
  }
  body.litepicker-open #overlay {
    display: block; /* Afficher l'overlay lorsque le Litepicker est ouvert */
    animation: slideDown 0.5s ease forwards; /* Animation de descente */
  }
  .litepicker {
    top: 25% !important;
    transform: translate(-50%, 0); /* Descend à sa position normale */
    transition: top 0.3s ease; /* Transition douce */
  }
  body.litepicker-open .litepicker {
    animation: slideDownPicker 0.7s ease forwards; /* Animation de descente */
  }
  .ui-autocomplete {
    display: none !important;
  }
  header img {
    width: 50%;
  }
  .day-btn {
    margin: 5px !important;
    font-size: 12px !important;
  }
  .search-input {
    font-size: 14px;
  }
  #chat-icon {
    bottom: 20px !important;
  }
  .background-image {
    text-align: center;
  }
  .background-image h1 {
    padding-bottom: 90px;
    font-size: 2rem !important;
  }
  .title {
    font-size: medium !important;
  }
  .separator {
    display: inline !important;
    border-bottom: 1px solid rgb(185, 185, 185);
    width: 90%;
  }
}
@media (max-width: 767px) {
  .background-image {
    text-align: center;
  }
  .background-image h1 {
    padding-bottom: 90px;
    font-size: 2.5rem;
  }
  header img {
    width: 50%;
  }
  .hero-section {
    padding-top: 0px;
  }
  .background-image {
    height: 0% !important;
  }
  .search-bar {
    flex-direction: column;
    border-radius: 10px;
  }
  .search-input {
    padding: 15px;
  }
  .search-input,
  .search-button {
    border-radius: 15px;
    width: 100%;
  }
  .search-button {
    min-height: 0px;
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  header .nav,
  header #auth-buttons {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-text {
    top: 25%;
    left: 15%;
    text-align: center;
    font-size: 10%;
  }
  .global {
    padding-bottom: 10px !important;
    justify-content: space-between !important;
  }
  .hero-text {
    top: 32% !important;
    left: 5% !important;
    font-size: xx-large !important;
  }
}
@media (max-width: 1450px) {
  .search-area-global {
    width: 100% !important;
  }
  .col-md-9 {
    margin: 0 auto; /* Centre la colonne sur la page */
    width: 100%; /* Fait en sorte que la colonne occupe toute la largeur disponible */
  }
}
.separator {
  display: none;
}

#auth-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-text {
  color: white;
  padding: 1px;
  font-size: 230%;
  font-weight: bold;
  line-height: 1em;
}

.global {
  background-color: #36474f;
  max-width: 1300px;
  margin: auto;
}

.next-match {
  padding-top: 90px;
}

.title {
  font-size: large;
  font-weight: bold;
}

.box-caroussel {
  width: 100%;
  margin: auto;
  background: url("/images/terrain1.png") no-repeat center/cover;
  border-radius: 0px !important;
  transition: none;
  box-shadow: 1px 1px 10px #f1c232 !important;
  align-items: center;
}
.box-caroussel:hover {
  transform: none;
}

.card-home {
  background-color: #36474f !important;
  min-height: 160px;
  /* Ajuste cette valeur selon tes besoins */
}

.player {
  border-radius: 50% !important;
}

.recent-game {
  background-color: #273238;
}

.recent-players {
  background-color: #273238;
}

.font-dark {
  color: #273238 !important;
}

.next-feature {
  background-color: #36474f;
}

.feature {
  margin-top: 10px;
}

.filtres {
  border-radius: 10px;
  background-color: #36474f;
  border: #273238;
  margin: 8px;
  padding: 8px;
  min-width: 300px;
  min-height: 400px;
}

.search {
  display: flex;
  flex-direction: row;
  width: 60%;
  margin: auto;
  padding-top: 200px;
}

.password-toggle .toggle-btn {
  cursor: pointer;
}

.toggle-btn:hover {
  background-color: #273238;
}

.input-group-append {
  border: 1px solid grey;
  border-radius: 0px 5px 5px 0px;
  padding: 5px;
}

.small {
  font-size: 12px;
}

.bebas {
  font-family: "Bebas Neue", sans-serif;
  color: white;
}

/* Style pour la section avec l'image de fond */
.hero-section {
  position: relative;
}

.background-image {
  background-size: cover;
  background-position: center;
  height: 20vh; /* Ajuste la hauteur selon l'image */
  display: flex;
  align-items: top;
  justify-content: center;
  color: white;
}

.background-image h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

/* Style pour la barre de recherche */
.searchbar-container {
  position: absolute;
  bottom: -25px; /* Ajuste la position verticale de la barre de recherche */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%; /* Ajuste la largeur selon tes besoins */
}

.searchbar {
  padding: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.searchbar input {
  padding: 10px;
  flex: 1;
  border: none;
  margin-right: 10px;
}

.searchbar button {
  background-color: #f1c232;
  color: #273238;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

/* Style pour la section de contenu */
.content-section {
  background-color: #36474f;
  padding-top: 70px;
  padding-bottom: 30px;
}

.content {
  width: 80%;
  margin: 0 auto;
}

.background-color {
  background-color: #273238;
  display: none;
  z-index: -1;
  height: 60vh;
  justify-content: center;
  align-items: center;
}

.lora {
  font-family: "Lora", sans-serif;
  font-size: medium;
}

.filters {
  min-width: 250px;
  padding: 15px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  border-radius: 10px;
  border: 1px solid #36474f;
}

.badge-filter {
  background-color: #f1c232;
  color: #36474f;
}

.day-selection {
  background-color: #36474f;
  border-radius: 10px;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.327) !important;
  border: 1px solid #36474f;
}

.day-btn {
  font-size: 15px;
  background-color: #36474f;
  padding: 5px;
  margin: 10px;
  border: 1px solid #36474f;
  color: white;
}
.day-btn:hover {
  border-bottom: solid 1px #f1c232;
  color: #f1c232;
}

.clicked-btn {
  border-bottom: solid 1px #f1c232;
  color: #f1c232;
}

.font-infos {
  font-size: large !important;
}

.infos {
  padding-top: 80px;
}

#infos-textarea {
  height: 150px !important; /* Adjust this value to your desired height */
  min-height: 50px !important;
  max-height: 75px !important;
}

.infos-p {
  max-width: 1000px;
  margin: 0 auto;
  color: white !important;
  padding: 0px 0px 0px 0px;
}

.image {
  background-color: #36474f;
  padding-top: 10px;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.title-date {
  font-size: 40px;
}

.auto-accept {
  background-color: #36474f;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  margin: 0;
}

.player-list {
  background-color: #36474f;
  padding: 0px 20px 20px 20px;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  margin: 0;
}
.player-list ul {
  padding: 0;
}
.player-list li {
  list-style: none;
}

.title-player-list {
  font-weight: none;
  font-size: 15px;
  padding-top: 5px;
  color: rgba(27, 26, 26, 0.827);
  border-bottom: 1px solid rgba(27, 26, 26, 0.827);
}

.btn-info {
  min-width: 200px;
  font-size: 20px;
  line-height: normal; /* Empêche les problèmes de hauteur */
}

.opacity {
  background: #36474f;
  opacity: 0.3;
}

.box-noid {
  transition: none;
  box-shadow: 2px 2px 5px black !important;
}
.box-noid:hover {
  transform: none;
}

.btn-infos {
  color: white;
  border-radius: 5px;
  background-color: #273238;
  border: none;
}
.btn-infos:hover {
  background-color: #f1c232;
}

/* Custom styles for Chosen select */
.chosen-container-multi {
  width: 100% !important; /* Largeur du select */
  border: none !important;
}

.chosen-container-multi .chosen-single {
  background-color: red !important; /* Fond du bouton */
  color: #333 !important; /* Couleur du texte */
  border-radius: 8px !important; /* Coins arrondis */
  border: 1px solid red !important; /* Bordure */
}

.search-choice span {
  color: black !important;
  padding: 2px !important;
}

.result-selected {
  color: #c23321 !important;
}

.chosen-container-multi .chosen-drop {
  max-height: 100px !important; /* Limite la hauteur de la liste déroulante */
  overflow-y: auto !important; /* Barre de défilement si nécessaire */
  max-width: 200px;
}

.chosen-container-multi .chosen-results li {
  color: black !important; /* Couleur du texte des options */
}

.chosen-choices {
  border: none !important;
  box-shadow: none !important;
}

.result-selected {
  color: grey !important;
  background-color: grey !important;
}

option {
  max-height: 50px;
  color: black !important;
}

.form-check-input:checked {
  background-color: #f1c232;
}

.italic {
  border-bottom: white !important;
}

.offcanvas {
  background-color: #36474f;
  color: white;
}
.offcanvas-header {
  width: 100%;
  margin: auto;
}
.offcanvas-body {
  box-shadow: 0px -3px 10px #273238;
  padding-top: 10px;
}

.alerts-p {
  background-color: #36474f;
  width: 90%;
  margin: auto;
  border-bottom: solid 1px white;
  color: white;
}

.date-alert {
  font-size: small;
}

a {
  color: white;
}

.notification-card {
  background-color: #273238;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.notification-time {
  margin: 0;
  font-size: 0.8rem;
  color: #acaaaa;
}

.notification-unread {
  border: solid 3px #f1c232;
  font-weight: bold;
}

.notification-message {
  background-color: #36474f;
  border-radius: 5px;
  padding: 2px;
}

.custom-scroll {
  max-height: 90vh; /* Limite la hauteur du conteneur */
  overflow-y: auto; /* Active le scroll vertical */
}

/* Personnalisation de la scrollbar pour WebKit (Chrome, Safari) */
.custom-scroll::-webkit-scrollbar {
  width: 8px; /* Largeur de la scrollbar */
}

.custom-scroll::-webkit-scrollbar-track {
  background: #273238; /* Couleur de fond de la scrollbar */
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #007bff; /* Couleur de la barre */
  border-radius: 10px; /* Coins arrondis */
  border: 2px solid #f1f1f1; /* Espace entre la barre et les bords */
  border-radius: 10px;
}

/* Personnalisation de la scrollbar pour Firefox */
.custom-scroll {
  scrollbar-width: large;
  scrollbar-color: #273238 #36474f;
}

/* Optionnel: Ajouter une ombre ou d'autres effets si nécessaire */
.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #0056b3; /* Couleur lors du survol */
}

.custom-scroll::-webkit-scrollbar-button {
  display: none !important; /* Masque les boutons (flèches) en haut et en bas */
}

.colored {
  color: #f1c232;
  border: 1px solid #f1c232;
}

.btn-secondary {
  background-color: #273238;
  border: none;
  min-width: 150px;
}

.search-area-global {
  width: 70%;
  margin: auto;
  justify-content: center;
}

#collapseExample {
  border-top: 1px solid #36474f;
}

.match-header {
  border-bottom: 1px solid #9faeb6;
}

.number {
  background-color: #273238;
  padding: 10px;
  border-radius: 50%;
}

.custom-card {
  border-radius: 12px;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.327) !important;
  background-color: #36474f !important; /* Fond plus contrasté */
  color: #f1f1f1;
  border: 1px solid #36474f;
}
.custom-card:hover {
  border: 1px solid rgb(45, 45, 40);
}

.custom-card h5.location {
  font-size: 1.25rem;
}

.custom-card p.date-time {
  font-size: 1rem;
  margin-bottom: 10px;
}

.custom-card p.acceptance-status {
  font-size: 0.875rem;
  color: #9faeb6;
}

.custom-card .players-count {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
}

.custom-card .players-count .current {
  color: #43d17b; /* Couleur pour les joueurs actuels */
}

.custom-card .players-count .total {
  color: #f5f5f5; /* Couleur pour le total des joueurs */
}

.custom-card p.organizer {
  font-size: 0.875rem;
  color: #9faeb6;
  margin-top: 10px;
}

.custom-card .text-end {
  text-align: right;
}

.margin-test {
  margin-top: 20px;
}

.price-filter {
  margin: 10px 0;
  text-align: center;
}

#priceRange {
  width: 50%; /* Largeur du slider */
}

#priceValue {
  font-weight: bold;
  margin-left: 10px;
}

.btn-check + .btn {
  background-color: #273238;
  color: white;
  border: 1px solid #36474f;
  font-size: 15px;
}

.btn-check:checked + .btn, .btn-check:hover + .btn {
  background-color: #f1c232 !important;
  color: #36474f;
  border: 1px solid #f1c232;
}

.ui-front {
  z-index: 1050;
}

.btn:disabled {
  background-color: grey;
}

.creation-content {
  color: #f1c232;
  border-radius: 10px;
  margin: auto;
  margin-bottom: 0;
  margin-top: 100px;
  max-width: 900px;
  min-width: 200px;
  width: 100%;
  color: white;
}

.disabled {
  opacity: 0.4;
}

.progress1-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
  min-width: 300px;
}

.spinner-border {
  margin-top: 200px;
}

.progress-step {
  background-color: #ddd;
  color: #000;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
  z-index: 1;
}

.progress-step.active {
  background-color: #36474f;
  color: #fff;
}

.progress-step.completed {
  background-color: #f1c232;
  color: #273238;
}

.progress-line {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 4px;
  background-color: #36474f;
  z-index: 0;
  transform: translateY(-50%);
}

.progress-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #4caf50;
  width: 0%;
  transition: width 0.3s;
}

.form-container {
  margin: auto;
}

.input-location {
  min-width: 300px;
}

.input-time {
  max-width: 50px;
}

#chatbot-icon {
  position: fixed; /* L'icône reste fixe à un endroit de l'écran */
  bottom: 20px; /* Distance du bas de la fenêtre */
  right: 20px; /* Distance de la droite de la fenêtre */
  z-index: 9999; /* S'assure que l'icône est au-dessus de tous les autres éléments */
  width: 60px; /* Taille de l'icône */
  height: 60px;
  cursor: pointer; /* Change le curseur au survol */
  background-color: #f1c232; /* Couleur de fond */
  border-radius: 50%; /* Forme circulaire */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ajout d'une ombre */
}

#chatbot-icon img {
  width: 60%; /* Taille de l'image à l'intérieur */
  height: 60%;
}

#chatbot-icon:hover {
  background-color: grey; /* Couleur au survol */
}

/* Icône de chat fixe */
#chat-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: #273238;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#chat-icon:hover {
  background-color: grey;
}

#chat-icon img {
  width: 50%;
  height: 50%;
}

/* Fenêtre de messagerie */
#chat-window {
  position: fixed;
  bottom: 140px; /* Distance par rapport au bas de l'écran */
  right: 20px;
  width: 300px;
  height: 350px;
  background: #36474f;
  border: 1px solid var(--body-color);
  border-radius: 10px;
  display: none;
  flex-direction: column;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 10001;
}

#discuss-window, #addgroup-window, #addperson-window, #searchplayers-window {
  position: fixed;
  bottom: 90px; /* Distance par rapport au bas de l'écran */
  right: 20px;
  width: 300px;
  height: 400px;
  background: #36474f;
  border: 1px solid var(--body-color);
  border-radius: 10px;
  display: none;
  flex-direction: column;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 10001;
  overflow: hidden; /* Empêche le dépassement du contenu */
}

/* En-tête du chat */
#discuss-header, #addgroup-header, #addperson-header, #searchplayers-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background-color: #273238;
  color: white;
  border-radius: 10px 10px 0 0;
}

#chat-header img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

#chat-header h3 {
  margin: 0;
  font-size: 16px;
  flex: 1;
  text-align: center;
}

#close-discuss, #close-chat, #close-chat1, #settings-chat, #close-chat2, #close-chat3 {
  background: #36474f;
  border-radius: 5px;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

#back-chat {
  background: #36474f;
  border-radius: 5px;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

/* Messages */
#discuss, #chat-messages, #discuss-groups {
  flex: 1;
  padding: 5px;
  overflow-y: auto;
  background: #273238;
}

#addgroup {
  flex: 1;
  padding: 10px;
  background: #36474f;
}

#chat-messages .message {
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 5px;
}

#chat-messages .message.sent {
  background: #4a5d66;
  color: white;
  text-align: right;
  font-family: "Lora", sans-serif;
  font-size: 14px;
}

#chat-messages .message.received {
  background: #212b30;
  color: white;
  text-align: left;
  font-family: "Lora", sans-serif;
  font-size: 14px;
}

.message-sender {
  color: rgb(154, 154, 154);
}

/* Champ d'entrée */
#chat-input {
  bottom: 0; /* Aligne en bas */
  left: 0;
  width: 100%; /* Occupe toute la largeur de la fenêtre */
  display: flex; /* Aligne les éléments horizontalement */
  padding: 10px;
  border-top: 1px solid #36474f;
  z-index: 10002; /* Assure que le champ est au-dessus des messages */
  border-radius: 0 0 0px 0px;
}

#message-input {
  flex: 1;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: black;
  font-family: "Lora", sans-serif;
  font-size: 14px;
}

#send-message {
  background: #f1c232;
  color: white;
  border: none;
  padding: 5px 10px;
  margin-left: 5px;
  border-radius: 5px;
  cursor: pointer;
}

/* Métadonnées des messages */
.message-meta {
  font-size: 12px;
  color: #36474f;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.message-meta .message-timestamp {
  font-style: italic;
  color: rgb(187, 187, 187);
}

/* Messages alignés */
.message {
  max-width: 40%;
  padding: 10px;
  border-radius: 10px;
  margin: 5px 0;
  word-wrap: break-word; /* Permet de couper les mots trop longs */
  overflow-wrap: break-word; /* Gestion des mots longs */
}

.message.sent {
  margin-left: auto;
  background: #007bff;
  color: #36474f;
  text-align: right;
}

.message.received {
  margin-right: auto;
  background: #273238;
  color: #36474f;
  text-align: left;
}

.group-item {
  padding: 0;
  margin: 2px 0px 2px 0px;
  transition: background-color 0.3s ease; /* Transition progressive sur 1 seconde */
  border: 1px solid #36474f;
  border-radius: 5px;
  padding: 2px;
  font-family: "Lora", sans-serif;
  font-size: 15px;
  cursor: pointer;
  width: 70%;
}
.group-item:hover {
  background-color: #36474f;
}

#chat-area {
  width: 70%;
  margin: auto;
  border-radius: 10px 10px 10px 10px;
}

.sender {
  font-weight: bold;
  font-size: 12px;
  font-family: "Lora", sans-serif;
}

.content-message {
  font-size: 12px;
  font-family: "Lora", sans-serif;
}

#discuss, #chat-messages {
  height: calc(100% - 80px);
}

#discuss, #discuss-groups {
  height: calc(100% - 110px);
}

.floating-icon {
  position: fixed;
  bottom: 110px; /* Distance par rapport au bas de la fenêtre */
  right: 40px; /* Distance par rapport à la droite de la fenêtre */
  background-color: #f1c232; /* Couleur d'arrière-plan de l'icône */
  color: white; /* Couleur de l'icône */
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  z-index: 10002; /* Assurez-vous que l'icône reste au-dessus des autres éléments */
}

.floating-icon:hover {
  background-color: grey; /* Couleur au survol */
}

.floating-icon i {
  font-size: 1.5em;
}

.tooltip-text {
  visibility: hidden; /* Cache le texte par défaut */
  width: 100px; /* Largeur du tooltip */
  background-color: grey; /* Fond noir semi-transparent */
  color: white; /* Texte en blanc */
  text-align: center; /* Centrer le texte */
  border-radius: 5px;
  padding: 0px;
  position: absolute;
  bottom: 15px; /* Placer le tooltip au-dessus de l'icône */
  right: 60px;
  opacity: 0;
  transition: opacity 0.3s; /* Transition fluide pour l'apparition du tooltip */
  font-family: "Lora", sans-serif;
  font-size: 14px;
}

.floating-icon:hover .tooltip-text {
  visibility: visible; /* Affiche le texte au survol */
  opacity: 1; /* Rendre le tooltip visible */
}

#discuss {
  overflow-y: auto;
}

/* Style de la barre de défilement */
#discuss::-webkit-scrollbar, #chat-messages::-webkit-scrollbar, #player-list::-webkit-scrollbar, #discuss-groups::-webkit-scrollbar {
  width: 8px; /* Largeur de la barre de défilement */
}

/* Style du "pouce" (partie mobile de la barre de défilement) */
#discuss::-webkit-scrollbar-thumb, #chat-messages::-webkit-scrollbar-thumb, #player-list::-webkit-thumb, #discuss-groups::-webkit-scrollbar-thumb {
  background-color: #273238; /* Couleur du pouce */
  border-radius: 10px; /* Coins arrondis pour le pouce */
  border: 2px solid #273238; /* Bordure autour du pouce */
}

/* Style de la piste (partie fixe de la barre de défilement) */
#discuss::-webkit-scrollbar-track, #chat-messages::-webkit-scrollbar-track, #player-list::-webkit-track, #discuss-groups::-webkit-scrollbar-track {
  background: #36474f; /* Couleur de la piste */
  border-radius: 10px; /* Coins arrondis pour la piste */
}

/* Optionnel : Ajouter un effet au survol du pouce */
#discuss::-webkit-scrollbar-thumb:hover, #chat-messages::-webkit-scrollbar-thumb:hover, #player-list::-webkit-thumb:hover, #discuss-groups::-webkit-scrollbar-thumb:hover {
  background-color: #0056b3; /* Couleur au survol */
}

.settings-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.settings-menu button {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 5px;
  cursor: pointer;
  color: white;
}

.settings-menu button:hover {
  background-color: #36474f;
}

.ts-control {
  border: none;
}

.ts-dropdown-content {
  color: black !important;
}

.option {
  color: black;
}

.ts-hidden-accessible {
  padding: 10px;
}

#playerSelect_add_chosen {
  width: 300px; /* Ajustez la largeur */
  background-color: #f4f4f4; /* Change le fond */
  border: 2px solid #007bff; /* Change la bordure */
  border-radius: 8px; /* Arrondi les coins */
}

#searchplayers {
  padding: 10px;
  width: 300px;
}

#player-list {
  font-family: "Lora", sans-serif;
  font-size: 15px;
  list-style: none;
  padding: 0;
  margin-top: 5px;
  max-height: 200px;
  overflow-y: auto;
}

#player-list li {
  padding: 5px;
  cursor: pointer;
}

#player-list li:last-child {
  border-bottom: none;
}

#player-list li:hover {
  background-color: #273238;
  border-radius: 5px;
}

#search-input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #36474f;
  font-family: "Lora", sans-serif;
  font-size: 15px;
}

.tabs {
  display: flex;
}

.tab-button {
  padding: 10px 20px;
  border: none;
  background: #273238;
  cursor: pointer;
  font-size: 16px;
  width: 150px;
  color: white;
}

.tab-button.active {
  background: #f1c232;
  border-bottom: 2px solid #f1c232;
  font-weight: bold;
  color: #273238;
}

.tab-content {
  height: 400px;
  overflow-y: auto;
}

.tab-content.hidden {
  display: none;
}

.window-name {
  margin: 0;
}

.suggestions li {
  color: white;
  outline: none;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 0;
  border-bottom: 1px solid #273238;
  list-style-type: none;
}
.suggestions li:hover {
  background-color: #273238;
}

.modal-body {
  width: 100%;
}

.modal-footer {
  justify-content: center;
}

.modal-header {
  border-bottom: none;
}

.modal {
  z-index: 10000;
}

/* Liste des suggestions */
.autocomplete-list {
  margin: auto;
  width: 90%;
  z-index: 1050;
  background-color: none;
  border-radius: 5px;
}

.autocomplete-item {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #273238;
  padding: 15px;
}
.autocomplete-item:hover, .autocomplete-item:focus, .autocomplete-item:active {
  background-color: #273238 !important;
  color: white;
  border-radius: 5px;
}

.autocomplete-item:last-child {
  border-bottom: none;
}

.autocomplete-item:hover {
  background-color: #f0f0f0;
}

.input-modal {
  background-color: white;
  outline: none;
}
.input-modal:hover, .input-modal:focus, .input-modal:active {
  background-color: white !important;
  color: #273238;
}

.playerlist {
  background-color: #273238;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 10px;
  width: 30%;
}

.social-media {
  color: white;
}

.menu:hover {
  background-color: #273238;
  cursor: pointer;
}

.account-logo {
  font-size: 150px;
}

.center {
  font-size: 15px;
  border-bottom: 1px solid #273238;
}

.offcanvas-mobile {
  padding-top: 0;
  padding: 0;
  box-shadow: 0px 0px 0px #273238;
}

.offcanvas-body {
  box-shadow: 0px -8px 8px #273238 !important;
}

.icon {
  border-radius: 10px;
  color: #181f23 !important;
}

.text-section {
  color: rgb(231, 230, 230);
}

.img-fluid {
  border-radius: 100px;
  width: 50%;
}

.nav-pills:focus, .nav-pills .active {
  background-color: #f1c232 !important;
  border-radius: 0.375rem;
  color: #36474f !important;
  font-weight: bold;
}

.tab-content {
  height: auto;
}

.profile-form:disabled {
  background-color: #36474f;
  color: white;
  font-weight: bold;
}

.profile-btn:focus, .profile-btn :active, .profile-btn :checked, .profile-btn :hover {
  border: 0;
}

.test {
  background-color: #f1c232 !important;
  color: #36474f !important;
}

.img-resize {
  width: 100%;
  font-size: 200%;
}

input[readonly] {
  pointer-events: none; /* Désactive l'interaction avec l'input */
}

span {
  pointer-events: auto;
}

.discuss {
  background-color: #273238;
  border-radius: 10px 10px 10px 10px;
}

.col-messages {
  display: flex;
  flex-direction: column;
  background-color: #36474f;
  border-radius: 10px 10px 10px 10px;
}

.col-conv {
  min-width: 768px;
  background-color: #36474f;
  overflow-y: auto;
  border-right: 1px solid #273238;
  border-radius: 10px 0 0 10px;
}

#discussions-list {
  background-color: #273238;
}

.discuss-active {
  background-color: #273238;
}

#chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px #36474f solid;
}

.settings-menu {
  display: none; /* Masquer le menu par défaut */
  position: absolute;
  top: 220px; /* Ajuster la position selon votre besoin */
  right: 570px;
  background-color: #273238;
  border: 1px solid #36474f;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 1px;
  width: 150px;
  z-index: 1000;
  font-family: "Lora", sans-serif;
  font-size: 12px;
  color: white !important;
}

#location {
  min-width: 15vw;
}

#date {
  min-width: 15vw;
}

#chat-info {
  border-left: 1px solid #273238;
  background-color: #36474f;
  border-radius: 0px 10px 10px 0px;
}

.radon {
  border-radius: 0 10px 10px 10px;
}

.radoff {
  border-radius: 0 !important;
}

.radius {
  border-radius: 10px 10px 10px 10px !important;
}

.col-messages, .col-conv {
  height: 60vh;
}

.bi-instagram:hover, .bi-twitter-x:hover {
  color: #f1c232;
}

.bi-plus-circle, .bi-pencil {
  cursor: pointer;
}
.bi-plus-circle:hover, .bi-pencil:hover {
  color: #f1c232;
}

.select-room {
  background-color: #273238;
  color: white;
  border-radius: 5px;
  border: none;
}
.select-room:active, .select-room :focus, .select-room :hover {
  border: none;
}/*# sourceMappingURL=style.css.map */