#loading {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*background-image: url('../img/ajax-loader.gif');*/
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  display: none;
  /* For IE8 and earlier */
}

main {
  margin-top: 10px;
}

.bg-eee {
  background-color: #eee;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mpt-firstsection {
  margin-top: 130px;
  padding-top: 50px;
}

.rounded-10 {
  border-radius: 10px !important;
}

.btn-ffhandball,
.entete-colonne-bleue,
.textBtnR2a:hover,
.textBtnR2a:focus {
  background-color: #003D77;
  border-color: #003D77;
  color: #ffffff;
}

.btn-ffhandball:hover,
.btn-ffhandball:focus,
.textBtnR2a {
  background-color: #BA1319;
  border-color: #BA1319;
  color: #ffffff;
}

.r2aChamp,
.r2aChamp:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}

.acc-ffhandball {
  width: 100%;
  background-color: #003D77;
  border-color: #fff;
  color: #eee;
  text-align: left;
  padding: 10px;
  font-size: 1.5rem;
}

.btn-xl {
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-titre-ffhandball {
  color: #BA1319 !important;
  font-weight: bolder;
}

.vainqueur {
  font-weight: bolder;
  color: #9B1614;
}

.col-thin {
  max-width: 5px;
  margin: 0;
  padding: 0;
}

.imgBtnR2a {
  height: 64px;
}

.formInfo {
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #003D77;
  font-weight: bolder;
  font-size: 17px;
  font-style: italic;
}

.formInput {
  padding: 5px 0 5px 5px;
  margin: 0 0 15px 0;
  border: 1px solid #999999;
  color: rgba(0, 0, 0, 0.705);
  font-size-adjust: none;
  width: 100%;
}

.cell-no-wrap {
  white-space: nowrap;
}

table.table tbody tr td,
table.table thead tr th,
table.table thead {
  border-top: 1px solid #75747470;
  border-bottom: 1px solid #75747470;
}

table.table thead,
table.table tbody {
  vertical-align: middle;
}

table.champ {
  border: 0;
}

.entete-colonne-bleue {
  color: #000;
  background-color: #003D77;
  border-color: #003D77;
  color: #ffffff;
}

.champ td.score {
  max-width: 130px;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}

.champ td.score_rec,
.champ td.equipe_rec {
  text-align: right;
}

.champ td.score_rec {
  padding-right: 0;
}

.champ td.score_vis,
.champ td.equipe_vis {
  text-align: left;
}

.champ td.score_vis {
  padding-left: 0;
}

.champ td.vainqueur,
.champ td span.vainqueur {
  font-weight: bolder;
  color: #9B1614;
}

.accordion {
  --bs-accordion-bg-color: #fff;
  --bs-accordion-btn-color: #9B1614;
  --bs-accordion-border-color: #000;
  --bs-accordion-border-width: 5px;
  --bs-accordion-active-bg: #003D77;
  --bs-accordion-active-color: #eee;
  --bs-accordion-border-color: #eee;
  --bs-accordion-btn-focus-border-color: #eee;
}

.maxheight_600 {
  max-height: 600px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #eee;
  background-color: #9B1614;
}

.nav-pills .nav-link {
  color: #000;
  background-color: #fff;
}

textarea {
  min-height: 150px;
}

.form-check-input:checked {
  background-color: #9B1614;
  border-color: #9B1614;
}