/* Bootstrap Icons v1.3.0 __ Option 2: Import via CSS */
/* @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css"); */

/* body{
     background-color:blue; 
} */

.box-element{
	box-shadow:hsl(0, 0%, 80%) 0 0 16px;
	background-color: #fff;
	border-radius: 4px;
	padding: 10px;
}

.remplacant_card{
	border-radius: 0 0 4px 4px;
}

a.card {
	color: inherit;
	text-decoration: inherit;
  }
  a.card button {
	z-index: 1;
  }
  
  a.card.disabled,
  a.card[disabled] {
	pointer-events: none;
	opacity: .8;
  }

.custom-radio-list {
    list-style-type: none;
    padding: 0; 
    margin: 0;
}