.btn_kili{
	display: inline-block;
	padding: 20px 10vw;
    background-color: #765544;
    color: #F9F2E8;
    transition: 0.5s;
    margin:20px;
    border-radius: 15px;
}
.kili_important{
	color: darkred;
}
.avatarImg {
  vertical-align: middle;
  width: 100px;
  max-width: unset;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.alignCenter{
	text-align: center;
}
.errorText{
	color:brown;
}
.btn_kili:hover{
	background-color:#F9F2E8 ;
    color: #765544;
}
.hidden{
	display: none;
}
.btn_validate_mode{
	padding: 10px 10px;
}

.nav-menu .sub-menu{
	left: unset;
	right: 0%;
}
.nav-menu .sub-menu .sub-menu {
	left: unset;
	right: 100%;
}

@media screen and (max-width: 1140px) {
	.nav-menu .sub-menu .sub-menu {
	left: initial;
	right: initial;
	}
}


.kili_help_btn{
	display: inline-block;
    background: #2B5752;
    color: #FBE1A4;
    border-radius: 15px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 17px;
    font-weight: 700;

}
.infoHelp_btn
{
	display: inline-block;
	position: relative;
}
.infoHelp_btn>.content-infoHelp_btn{
	display: none;
}
.infoHelp_btn:hover .content-infoHelp_btn
{
	display: block;
	width: 30vw;
	position: absolute;
	top: 30px;
	left: 0;
	line-height: initial;
	background: rgb(240,240,240);
	padding: 5px;
	border-radius: 5px;
	text-align: justify;
	/*border: solid 2px grey; */
	box-shadow: 1px 1px 2px rgb(200,200,200);
	z-index: 1000;
}
.content-infoHelp_btn>p{
	margin-bottom: 0;
}
@media(max-width: 580px)
{
	.infoHelp_btn
	{
		display: block;
	}
	.infoHelp_btn:hover .content-infoHelp_btn
	{
		position: relative;
		width: 80vw;
		top: 0;
		left:0;
		margin-top: 5px;
	}
}
.content-infoHelp_btn>p
{
	color: rgb(100,100,100);
}