@charset "utf-8";
/* CSS Document */
.borderless td, .borderless tr 
{
    border: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.linehaut {
	line-height: 36px;
	padding: 0;
}
.input-group-append {
  cursor: pointer;
}
.custom-tooltip {
  --bs-tooltip-bg: var(--bd-violet-bg);
  --bs-tooltip-color: var(--bs-white);
}

#cligno
{
    animation: cligno 2s infinite;
}
@keyframes cligno
{
    0%{opacity: 1;}
    50%{opacity: 0;}
    100%{opacity: 1;}
}