/*
 Theme Name:   Alleria
 Description:  Theme standalone Alleria
 Author:       T'as Pas 1 Po
 Version:      6.0.0
 Text Domain:  alleria
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/

/***********************/

.ul-none-table ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/***********************/

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/***********************/

#timerLegionRemix {
  text-align: center;
  font-size: 2.5em;
  color: #c1eb28; 
}

#timerLegionRemix div {
  display: inline-block;
  min-width: 90px;
  border-radius: 10px;
}

#timerLegionRemix div span {
  color: #fff;
  display: block;
  font-size: .35em;
}

.encadre.timerLR {
  max-width: 400px;
  margin: 0 auto;
}
