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

header {
  background-color: #36474f;
  padding: 10%;
  box-shadow: 0px 1px 10px #273238;
}

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

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

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

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

header img {
  width: 70%;
}

.btn-primary {
  background-color: #f1c232;
  border: #f1c232;
  color: #273238;
  font-size: medium;
  transition: 0.5s background-color;
}
.btn-primary:hover {
  color: white;
  background-color: #273238;
}

.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-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 {
  border-top: none;
  padding-top: 0;
}
.modal-body {
  font-family: "Oswald", 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;
  margin: auto;
}
.form-control:active, .form-control:focus {
  outline: solid 2px #f1c232;
}

.w10 {
  width: 20%;
  margin: auto;
}

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

.hidden {
  display: none;
}

/* Google Button */
.btn-google {
  background-color: #db4437;
  color: white;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  width: 100%;
  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;
  width: 100%;
  text-align: left;
}

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

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

/* Centering and spacing */
.container1 {
  min-width: 380px;
  max-width: 380px;
  width: 80%;
  margin: auto;
  padding-left: 20%;
  padding-right: 20%;
}

li {
  color: #36474f;
}

.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: #36474f;
  outline: none;
  border: solid 5px #36474f;
  font-family: "Lora", sans-serif;
  font-size: medium;
  padding: 10px;
}
.input:focus {
  background-color: #36474f;
  outline: none;
  color: white;
  box-shadow: none;
}

: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: #333;
  --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: white;
  --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: #ffeb3b;
}

/* Style général de la liste de suggestions */
.ui-autocomplete {
  font-family: "Lora", sans-serifa;
  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.2) !important;
  /* Ombre portée */
}

/* Style des éléments de la liste */
.ui-autocomplete .ui-menu-item {
  color: #fff !important;
  /* Couleur du texte */
  font-size: 14px !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: 10px 5px 10px 5px;
  /* 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-caroussel {
  transition: transform 300ms;
  box-shadow: 2px 2px 5px black !important;
  margin-left: 10px;
  margin-right: 10px;
}
.box-caroussel:hover {
  transform: scale(1.05);
}

.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;
  min-height: 220px;
  background: url("/images/terrain1.png") no-repeat center/cover;
  /* Ajuste cette valeur selon tes besoins */
}

.card-cover {
  height: 100%;
}

/* 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: #36474f;
  border-radius: 20px;
  padding: 0;
  /* Suppression de tout padding */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  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 */
}

.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: 16px;
  width: auto;
  /* Largeur auto pour remplir l'espace */
}

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

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

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

.search-icon {
  color: #999;
}

/* Responsive styles */
@media (max-width: 980px) {
  .search-bar {
    flex-direction: column;
    border-radius: 15px;
  }
  .search-input {
    padding: 15px;
  }
  .search-input,
  .search-button {
    border-radius: 15px;
    width: 100%;
  }
  .search-button {
    min-height: 0px;
    width: 100%;
    border-radius: 0 0 15px 15px;
  }
  .background-image {
    background: none;
    background-color: #f1c232;
  }
  header .nav,
  header #auth-buttons {
    display: none;
  }
}
@media (max-width: 980px) {
  /* Mobile navbar */
  .mobile-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #36474f !important;
    border-top: 1px solid #273238;
  }
  .mobile-nav .d-flex a {
    flex-grow: 1;
    text-align: center;
    padding: 10px;
    color: #333;
    text-decoration: none;
  }
  .mobile-nav .d-flex a:hover {
    background-color: #273238;
    color: #f1c232;
  }
  /* Adjust for better spacing and icon sizes */
  .mobile-nav svg {
    width: 32px;
    height: 32px;
  }
  .mobile-nav span {
    font-size: 12px;
  }
  .hero-text {
    top: 25%;
    left: 15%;
    text-align: center;
    font-size: 10%;
  }
  .box-caroussel {
    width: 100%;
    margin: auto;
  }
  .py-3 {
    padding-bottom: 0px !important;
  }
  .hero-text {
    top: 32% !important;
    left: 5% !important;
    font-size: xx-large !important;
  }
  .footer {
    margin-bottom: 80px !important;
  }
  .filters {
    display: none;
  }
}
.background-image {
  background: url("/images/stadium1.png") no-repeat center/cover;
  z-index: -1;
  filter: opacity(85%);
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-text {
  font-weight: bold;
  position: absolute;
  top: 42%;
  left: 27%;
  color: white;
  /* Changez la couleur en fonction de votre image de fond */
  text-align: left;
  font-size: 4rem;
  /* Ajustez la taille du texte selon vos besoins */
  z-index: 1;
  /* Assurez-vous que le texte est au-dessus de la barre de recherche */
}

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

.title {
  font-size: x-large !important;
  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: 100px;
  /* Ajuste cette valeur selon tes besoins */
}

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

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

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

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

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

.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;
}/*# sourceMappingURL=style.css.map */