@CHARSET "UTF-8";
.twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
	margin-bottom: 0;
}
.twitter-typeahead {
	width: 100%;
}
.tt-hint {
	display: block;
	width: 100%;
	height: 34px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #999;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tt-dropdown-menu {
	min-width: 160px;
	margin-top: 2px;
	padding: 5px 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.tt-suggestion {
	display: block;
	padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
	color: #fff;
	background-color: #428bca;
}
.tt-suggestion.tt-is-under-cursor a {
	color: #fff;
}
.tt-suggestion p {
	margin: 1;
}

html {
  position: relative;
  min-height: 100%;
}

body {
	margin-bottom: 60px;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: #f5f5f5;
}
.container {
  width: auto;
}

.resume {
	color: #428bca;
}

.panel-home .btn:not(.btn-block) { width:100%;margin-bottom:10px; }

div .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
	margin-left: 10px;
	margin-right: 10px;
}

div .dividerV {
	width: 1px;
	margin: 0px 9;
	overflow: hidden;
	background-color: #e5e5e5;
	/*   margin-left: 10px; */
	/*   margin-right: 10px; */
}

.pointer {
	cursor: pointer;
}

.tag-box-scroll {
	height: 150px;
	overflow-y: scroll;
}

.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 10 auto;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin .checkbox {
	font-weight: normal;
	padding: 10px;
	margin: 10px;
}

.form-signin .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	/*margin: 10px;*/
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.navbar-brand {
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 2px;
}

.space15 {
	margin-left: 15px;
}

.logo {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/logotag.png);
	position: relative;
	width: 28px;
	height: 28px;
	top: 1px;
	display: inline-block;
	padding-left: 15px;
}

.fs32 {
	font-size: 32px;
}

.fs24 {
	font-size: 24px;
}

.fs22 {
	font-size: 22px;
}

.fs20 {
	font-size: 20px;
}

.fs18 {
	font-size: 18px;
}

.fs16 {
	font-size: 16px;
}

.fs14 {
	font-size: 14px;
}

.fs12 {
	font-size: 14px;
}

.fs10 {
	font-size: 14px;
}

.pad5 {
	padding: 5px;
}

.pad10 {
	padding: 10px;
}

.pad15 {
	padding: 15px;
}

.haut50 {
	height: 50px;
}

.tag-title {
	background-image: url(../img/LOGO-134x45.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 50px;
	padding-left: 40px;
}

.dropdown-menu-tag {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

.badge-inline {
	float: none;
	margin-left: 20px;
}

.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
	padding-top: 5px;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin .checkbox {
	font-weight: normal;
}

.form-signin .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
}

.account-wall {
	margin-top: 0px;
	padding: 0px 0px 20px 0px;
	background-color: #f7f7f7;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login_title {
	color: #555;
	font-size: 18px;
	font-weight: 400;
	display: block;
}

.profile-img {
	width: 96px;
	height: 96px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.profile-name {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 0;
	height: 1em;
}

.profile-email {
	display: block;
	padding: 0 8px;
	font-size: 15px;
	color: #404040;
	line-height: 2;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.need-help {
	display: block;
	margin-top: 10px;
	text-align: center;
}

.new-account {
	display: block;
	margin-top: 10px;
}
.logoLogin {
	margin-bottom: -20;
	margin-top: 5;
	margin-left: 10;
}

.waiting {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .8);
}

/* When the body has the loading class, we turn
 the scrollbar off with overflow:hidden */
body.loading {
	overflow: hidden;
}

/* Anytime the body has the loading class, our
 modal element will be visible */
body.loading .waiting {
	display: block;
}