.header-logo
{
	margin-bottom: 5px;
}
.header-slogan
{
	margin: 50px 0px 0px 60px;
	padding:0;

	color: #46494b;
	font-family: 'Pacifico', cursive;
	font-size: 32px;
	font-weight: normal;

}
.header-search
{
	float:right;
}
.header-search-form
{
	display: inline-block;
	background-color: #ebebeb;
	margin: 54px 30px 0px 0px;
	border-radius: 7px;
	box-shadow: 0.5px 1px 0px 0px rgba(255, 255, 255, 0.1),inset 0.3px 1px 0px 0px rgba(0, 0, 0, 0.14);

}
.header-search-input
{
	background-color: transparent;
	border: none;
	padding: 7px;

	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 22px;
	
}

.header-btn-compte {
  margin-right: 20px;
  display: inline-block;
}

.header-dropdown-menu-mon-compte
{
	border: 4px solid #636363;
	border-radius: 7px;
	margin-top: 10px;
	z-index: 1001;

}

.header-dropdown-menu-mon-compte > li > a
{
	font-size: 12px;
	color: #9d9788;
	line-height: 30px;
	width: 200px;
	font-family: 'Open sans', sans-serif;
}
.header-dropdown-menu-mon-compte > li > a:hover, .header-dropdown-menu-mon-compte > li > a:active, .header-dropdown-menu-mon-compte > li > a:focus
{
	text-decoration: none;
	background-color: white;
	color:#e44f2a;

}

.header-dropdown-menu-mon-compte:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.header-dropdown-menu-mon-compte:after {
  position: absolute;
  top: -13px;
  right: 5px;
  display: inline-block;
  border-right: 15px solid transparent;
  border-bottom: 12px solid #636363;
  border-left: 15px solid transparent;
  content: '';
}



.menu
{
	border-top: 1px solid #e4e3df;
	margin-left: -90px;
	width: 1200px;
}



.navbar-menu > ul > li.active > a
{
	color: #e44f2a;
	background-color: #e4e3df;
}

.navbar-menu > ul > li > a
{
	padding: 10px 8px;

	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	line-height: 15px;
	color:  #46494b;
}

.menu-dropdow-menu
{
	z-index: 1000;
	padding: 10px 5px;
}

.navbar-menu > ul > li > a:hover, .navbar-menu > ul > li > a:active, .navbar-menu > ul > li > a:focus
{
	background-color: #e4e3df;
}


.menu-dropdow-menu > li > a
{
	width: 230px;

	font-family: 'Open sans', sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #9d9788;
}
.menu-dropdow-menu > li > a:hover, .menu-dropdow-menu > li > a:active, .menu-dropdow-menu > li > a:focus
{
	text-decoration: none;
	background-color: white;
	color:#e44f2a;
}

.auth-welcome{
    float: right;
    padding: 20px 0 0 20px;
    font-weight: bold;
}