.btn-outline-secondary
{
	color:black !important;
	border-color: #D3D3D3 !important;
}

.btn-outline-secondary:hover
{
	background-color:#D3D3D3 !important;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active
{
	background-color:#D3D3D3 !important;
}

.le-popover
{
	min-width: 500px;
	min-height: calc(100vh - 100px);
}

.bootbox .modal-header
{
	padding-right: 0px;
}

.blocInformations-items
{
	display: none;
}