/*============================================================================*/
/*==============================FORM CONNEXION================================*/
/*============================================================================*/
@font-face {
	font-family:"adele";
	src:url(../font/adele/ADELE.eot),
	url(../font/adele/ADELE.otf),
	url(../font/adele/ADELE.svg),
	url(../font/adele/ADELE.ttf),
	url(../font/adele/ADELE.woff);
}

body.private{
	background: url(../img/u.png);
	background-repeat: repeat;
	background-size: inherit !important;
}

body.bodylogin{
	background-attachment: fixed !important;
    background-image: url("../img/blue-drop-bg.jpg");
    background-position: center center !important;
    background-size: cover !important;
    height: 100%;
}

.login .content{
	position: relative;
}

.bodylogin .navwrap {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    box-shadow: 5px 0 9px rgba(0, 0, 0, 0.7);
    font-family: quicksand;
    height: 100%;
    overflow-y: auto;
    padding: 40px;
    position: fixed;
    transform: translateX(0px);
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: inherit;
}

.navwrap header{
	color: #999;
}

.welcomewrap{
	padding-top: 40px;
}

.welcomewrap h1, .welcomewrap h2{
	text-align: center;
	font-family: quicksand;
	font-weight: normal;
}

.welcomewrap h1{
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 4rem;
}

.welcomewrap h2{
	margin-bottom: 10px;
	font-size: 2rem;
}

.logtitle{
	font-family: adele;
	font-variant: small-caps;
	font-size: 5.5rem;
	color: #6b6b6b;
	text-align: center;
	font-weight: normal;
	margin-bottom: 40px;
}

#userinput{
	margin-right:15px;
}

#passinput{
	margin-right:5px;
}

.login {
	width: 380px;
    height: 310px;
	
	position:absolute;
    left:0; right:0;
    top:0; bottom:0;
	margin:auto;
	
	max-width:100%;
	max-height:100%;
	padding:20px 10px;
}

#loginform{
	background: rgba(255,255,255,.14);
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(255,255,255,.4) inset;
}

#loginform input[type="submit"]:hover{
	cursor:pointer;
}

#loginform input[type="text"], #loginform input[type="password"] {
    border:none;
    background: none repeat scroll 0 0 #eee;
    border-radius: 5px;
    box-shadow: 2px 2px 1px rgba(0,0,0,.8) inset, 0 1px 1px rgba(0,0,0,.2);
    color: #000;
    display: block;
    font-family: Verdana,Geneva,sans-serif;
    height: 40px;
    margin: 0 0 10px 0;
    padding: 2px 5px;
    width: 100%;
	font-size:1.6rem;
}

#loginform input[type="submit"]{
	width:50px;
	height:50px;
	display: block;
	border-radius:50%;
	font-family:adele;
	border:none;
    margin: auto;
	font-size:2rem;
	transition:all .2s;
	-webkit-appearance: none;
	background:white;
}

#loginform input[type="submit"]:hover{
	background:#0C6;
	color:white;
}

.bienvenue{
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.4rem;
}

.login a{
	color:grey;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.4rem;
    text-decoration: none;
	transition:all .2s;
}

.login a:hover{
	color:white;
	transition:all .2s;
}

.messagelog {
    background:#8b0000;
    color: #ffffff;
    font-family: verdana;
    font-size: 1.2rem;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 65px;
    width: 100%;
}

.message{
	font-size:3.2rem;
	text-align: center;
	margin-top:40px;
}








/*============================================================================*/
/*====================================NAV=====================================*/
/*============================================================================*/
#privateheader{
	padding-right: 40px;
	color: #999;
	margin-bottom: 20px;
}

.userimg{
	border-radius: 50%;
	margin: auto;
	display: block;
}

.hello{
	text-align: center;
	margin-top: 5px;
}

.hello p{
	font-family: arial;
	text-align: center;
	font-size: 1.9rem;
	font-variant: small-caps;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
}

.welcome{
	text-align: center;
	font-family: arial;
	font-size: 1.4rem;
	font-weight: normal;
}

li.dropdown.liste_deroulante{
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
}

nav.mainnav{
	margin-top: 20px;
}

a.dropdown-toggle {
   display:block; 
   width:23px; height:30px; 
   background:url(../img/log-toggle-icon.png) center center no-repeat; 
   /*background:url(../img/log-toggle-icon.svg) center center no-repeat; */
   background-size: 23px 18px;
}

a.dropdown-toggle:hover{
	background:url(../img/log-toggle-icon-hover.png) center center no-repeat; 
	/*background:url(../img/log-toggle-icon-hover.svg) center center no-repeat; */
	background-size: 23px 18px;
}

.open > .dropdown-menu {
    height: 26px;
    transition: height .2s;
}

.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}

.site-nav ul.dropdown-menu li a{
	font-size: 1.4rem;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #DEC100;
    border-radius: 4px;
    box-shadow: 5px 6px 5px rgba(0, 0, 0, 0.9);
    height: 0;
    font-size: 14px;
    right: 0px;
    width: 80px;
    list-style: outside none none;
    position: absolute;
    z-index: 1000;
    overflow: hidden;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border-radius: 4px;
  -webkit-box-shadow: 5px 6px 5px rgba(0, 0, 0, 0.9);
          box-shadow: 5px 6px 5px rgba(0, 0, 0, 0.9);
     transition: height .2s;
}

.liste_deroulante_ul.dropdown-menu a {
    display: block;
    padding: 5px;
    color: black;
    text-decoration: none;
}

.dropdown-menu:hover{
	background-color: darkgrey;
	transition: all .2s;
}
.liste_deroulante_ul:hover.dropdown-menu a {
    color: white;
    transition: all .2s;
}

@media (max-width: 450px) {
	.arrow{
		display: none;
	}
}