nav.navbar {
  background-color: #333333;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
nav.navbar .navbar-brand {
  color: #fff;
}
nav.navbar .nav-item {
  margin: 0 0.5em;
}
nav.navbar .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.6901960784);
}
nav.navbar .nav-item .nav-link:hover {
  color: #fff;
}
nav.navbar .nav-item .nav-link.active {
  color: #fff;
}
nav.navbar .navbar-toggler {
  color: #fff !important;
  border: 1px solid #fff;
}
nav.navbar .navbar-toggler .navbar-toggler-icon {
  color: #fff !important;
}

.btn.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}
.btn.btn-success {
  color: #fff;
  background-color: #1cc88a;
  border-color: #1cc88a;
}
.btn.btn-success:hover {
  color: #fff;
  background-color: #17a673;
  border-color: #169b6b;
}
.btn.btn-success:focus {
  color: #fff;
  background-color: #17a673;
  border-color: #169b6b;
  box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
}
.btn.btn-warning {
  color: #fff;
  background-color: #f6c23e;
  border-color: #f6c23e;
}
.btn.btn-warning:hover {
  color: #fff;
  background-color: #f4b619;
  border-color: #f4b30d;
}
.btn.btn-warning:focus {
  color: #fff;
  background-color: #f4b619;
  border-color: #f4b30d;
  box-shadow: 0 0 0 0.2rem rgba(247, 203, 91, 0.5);
}
.btn.btn-danger {
  color: #fff;
  background-color: #e74a3b;
  border-color: #e74a3b;
}
.btn.btn-danger:hover {
  color: #fff;
  background-color: #e02d1b;
  border-color: #d52a1a;
}
.btn.btn-danger:focus {
  color: #fff;
  background-color: #e02d1b;
  border-color: #d52a1a;
  box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
}

.dropdown-menu .dropdown-item {
  padding: 0.2rem 0.25rem;
  font-size: 0.9rem;
}

.form-search {
  width: 100%;
  max-width: 75%;
}

.modal .modal-body {
  color: rgba(0, 0, 0, 0.75);
}
.modal .modal-body h3 {
  font-size: 1rem;
  margin-bottom: 0.3rem;
}
.modal .modal-body label {
  font-size: 0.9rem;
}

.table.table-planning {
  color: #333333;
  font-size: 12px;
}
.table.table-planning tr th {
  padding: 0.7em;
}
.table.table-planning th, .table.table-planning td {
  padding: 0.4em;
  vertical-align: middle;
}
.table.table-planning td.row-space {
  background-color: #333333;
  padding: 0.7em;
}
.table.table-planning thead th.col-match {
  width: 15% !important;
}

.fw-bold {
  font-weight: bold;
}

.text-primary {
  color: #002688 !important;
}

.bg-arbitrage {
  background-color: #fffae4 !important;
}

.bg-table {
  background-color: #e4f5ff !important;
}

.bg-buvette {
  background-color: #e9e9e9 !important;
}

.bg-delegue {
  background-color: #e9e9e9 !important;
}

.bg-lightgrey {
  background-color: #e6e6e6 !important;
}

.bg-salle1 {
  background-color: #f8ce9e !important;
}

.bg-salle2 {
  background-color: #bebebe !important;
}

.bg-green {
  background-color: #edfde9 !important;
}

.alert.alert-dark {
  background-color: #333333;
}

.form-signin {
  width: 100%;
  max-width: 350px;
  padding: 15px;
  margin: 8em auto;
}

.form-match {
  width: 100%;
  max-width: 50%;
  color: rgba(0, 0, 0, 0.75);
}
.form-match h3 {
  font-size: 1.3rem;
}
.form-match .btn {
  padding: 0.3rem 2rem;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type=text] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* MODAL LARGE */
@media screen and (max-width: 1024px) {
  .modal .modal-dialog {
    max-width: 95%;
  }
}
/* MOBILE */
@media screen and (max-width: 768px) {
  .table.table-planning {
    font-size: 0.6rem;
  }
  .fs-6 {
    font-size: 0.6rem !important;
  }
  .form-match {
    max-width: 100%;
  }
  .form-match h3 {
    font-size: 1rem;
  }
  .form-match label {
    font-size: 0.9rem;
  }
  .form-match .form-control {
    font-size: 0.8rem;
  }
  .form-search {
    max-width: 100%;
  }
  .form-search label {
    font-size: 0.8rem;
  }
  .form-search .form-control {
    font-size: 0.8rem;
  }
  .modal .modal-title {
    font-size: 0.7rem;
  }
  .modal .modal-body h3 {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
    margin-top: 0.5rem;
  }
  .modal .modal-body label {
    font-size: 0.7rem;
  }
  .modal .modal-body .form-control {
    font-size: 0.7rem;
  }
  .container-fluid h1.h3 {
    font-size: 12px;
  }
}
/* TABLETTE */
@media (min-width: 768px) and (max-width: 991px) {
  .table.table-planning {
    font-size: 0.7rem;
  }
  .fs-6 {
    font-size: 0.7rem !important;
  }
  .form-match {
    max-width: 100%;
  }
  .form-match h3 {
    font-size: 1.1rem;
  }
  .form-match label {
    font-size: 1rem;
  }
  .form-match .form-control {
    font-size: 0.9rem;
  }
  .form-search {
    max-width: 100%;
  }
  .form-search label {
    font-size: 0.9rem;
  }
  .form-search .form-control {
    font-size: 0.9rem;
  }
  .modal .modal-title {
    font-size: 0.8rem;
  }
  .modal .modal-body h3 {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
    margin-top: 0.5rem;
  }
  .modal .modal-body label {
    font-size: 0.8rem;
  }
  .modal .modal-body .form-control {
    font-size: 0.8rem;
  }
  .container-fluid h1.h3 {
    font-size: 16px;
  }
}
/* LARGE */
@media (min-width: 992px) and (max-width: 1200px) {
  .table.table-planning {
    font-size: 0.7rem;
  }
  .fs-6 {
    font-size: 0.7rem !important;
  }
  .form-search {
    max-width: 100%;
  }
  .form-search label {
    font-size: 0.9rem;
  }
  .form-search .form-control {
    font-size: 0.9rem;
  }
  .modal .modal-title {
    font-size: 0.9rem;
  }
  .modal .modal-body h3 {
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
    margin-top: 0.5rem;
  }
  .modal .modal-body label {
    font-size: 0.9rem;
  }
  .modal .modal-body .form-control {
    font-size: 0.9rem;
  }
}/*# sourceMappingURL=style.css.map */