body
{
	background-image: url('../images/fond-page.png');
	background-attachment: fixed;
}



 @media (max-height:740px) 
 {
	#ligne_logo_accueil
	{
		display: none;
		
	}   	       
 }
     

.fill-screen
{
	width : 95%;
    max-width: 1800px;
    margin: 0 auto;
}

#menu-connection
{
    margin: auto;
    margin-top: 10px;
    width: 350px;
}
@media (min-width:400px) 
 {
	#menu-connection
	{
		width: 350px;		
	}   	       
 }
 
/*
#menu-connection > form > input, .te > input
{
    width: 300px;
    margin: auto;
    margin-top: 10px;
}
*/

form, .te
{
	text-align: center;
}

.error-form
{
	color: red;
	margin-left: 10px;
}

#btn-login
{
	width: 250px;
	height: 65px;
	font-size: 20px;
	margin-bottom: 20px;
}


/**
FOOTER
*/
.footer {
 position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  background-color: #007d8f;
}

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
  color:#fff;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #007d8f;
    border-color: #007d8f;
    background-image: none;
}

