/*
.loginDropdown, .clientDropdown{display:none;}
.LoginCustomer i.fa-caret-down{font-size: 1rem;position: relative;margin-left:5px}
.LoginCustomer .moncompte-txt{margin-right:3%}
.LoginCustomer .userOnline i.fa-caret-down{bottom:5px }
.LoginCustomer .fa-user{font-size: 2rem;position: relative; bottom: 3px;margin-right:5px;float:left}
.loginDropdown, .clientDropdown{position:relative;z-index:100;background: #fff none repeat scroll 0 0; border: 1px solid #dedede;padding: 5px 0; right:0; width:210px;text-align:center; transform: translateY(15px); transition: all 0.3s ease-in 0s; visibility: hidden; display:block !important; opacity: 0;}
.moncompte-txt:hover .loginDropdown, .moncompte-txt:focus .loginDropdown, .moncompte-txt:active .loginDropdown,
.client-txt:hover .clientDropdown, .client-txt:focus .clientDropdown, .client-txt:active .clientDropdown{
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}
.loginDropdown>a:link,.loginDropdown>a:visited,.loginDropdown>a:hover,.loginDropdown>a:active,
.clientDropdown>a:link,.clientDropdown>a:visited,.clientDropdown>a:hover,.clientDropdown>a:active{text-align:center;margin:10px 0 5px}
.loginDropdown span a:link,.loginDropdown span a:visited,
.clientDropdown span a:link,.clientDropdown span a:visited{width: 100%; clear: both; display: block; text-align: center;  margin-top: 10px;  margin-bottom: 10px;}
.loginDropdown span a:hover,.loginDropdown span a:active,
.clientDropdown span a:hover,.clientDropdown span a:active{text-decoration:underline}
#PoolManager{background-color:#F3F3F3;border-top:0px}
#PoolManager .PoolManagerDetail a.MenuClient1 {line-height: 14px; padding: 4px 10px;}
.loggedUser{}
.text-myacc a span, .text-clientacc a span {display: inline-block;}
.text-myacc {background:transparent url("/ImagesPortal/FR/Localisation/images/header-iconset.png") no-repeat -15px -46px; padding: 7px 0px 0px 37px; height: 33px;}

.text-myacc a#pluspro, .text-clientacc a#pluspro {color:#000; font-size:13px; font-weight:bold; line-height: 16px;}
.text-myacc a#pluspro:hover, .text-clientacc a#pluspro:hover {text-decoration:none;}

.text-clientacc {background:transparent url("/ImagesPortal/FR/Localisation/images/header-iconset.png") no-repeat -15px -96px; padding: 0px 0px 0px 37px;}
.text-clientacc .redTxt {color:#e3192d; font-size:11px; font-weight:bold;}
.logged .client-txt {display:none;}

.loggedUser .moncompte-txt {width: 46%; float: left;}
.loggedUser .client-txt {width: 51%; float: left;}
body.logged .loggedUser .moncompte-txt {width: 100%;}
body.logged .loggedUser .moncompte-txt .text-myacc {float: right;}
.client-txt #pluspro .arrwIcon {float: right; margin-top:-8px; color: #000; font-size: 13px;}
.LoginCustomer {padding-top: 4px;}


@supports (-webkit-appearance:none) {
	.clientDropdown {margin-top: 1px;}
}

@media screen and (min-width:0\0) {
	.clientDropdown {margin-top: 1px;}
}*/
