@charset "UTF-8";
/* CSS Document */
.liste
{
	border-bottom:1px solid #434442;
	border-left:4px solid #434442;
	cursor: pointer;
	width:99%;
	overflow: hidden;
}
.liste .selection
{
	background-color: rgba(255,255,255,0.40);
	height:20px;
    display: flex;
    align-items: center;
	width:100%;	
}
.liste .choix
{
	display: none ;
	z-index: 3;
	max-height: 350px;
	overflow-y: auto;
	justify-content: flex-start;
	flex-direction: column;
	align-items: stretch;
	background-color: #FFF;
	border:1px solid #434442;
	min-width: 150px;
	position: absolute;
	box-shadow: 1px 0px 8px #434442;
	
}

.liste .choix div
{
	display: flex;
	align-items: center;
	height:35px;
	padding-left: 2px;
}
.liste .choix div div:nth-child(2):hover
{
	color: rgba(157,182,104,1.00);	
	cursor: pointer;
}


.flecheliste
{
	border-left: 2px solid #434442;
	padding-top: 0px !important;
}