.navbar{
	background:var(--lichens-clair);
	border-top:1px solid #999;
	box-shadow:0px -5px 5px #999;
	padding:0px;
	height:50px;
} 

.logo{
	height:40px;
}

.main_search_input {
	width:350px;
	border-radius: 20px;
	

}

#user-infos{
	width:50%;
}

#droite{
	width:50%;

}

.dropdown-menu-center {
	right: auto;
	left: 50% !important;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media only screen and (min-width: 768px) {
	.logo{
		cursor:pointer;
		height:40px;
	}
	
	.navbar{
		box-shadow:0px 2px 5px #999;
		border-bottom:1px solid #999;
	}
}
