/* 
 * Font
 */

@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");


/* 
 * Global
 */

html, body {
	height: 100%;
}

body { 
	padding-top: 70px; 
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    line-height: 1.1;
}

.logo{
	width: 180px;
	display: block;
	margin: 0 auto 40px;
}

.container{
	width: 1010px !important;
}

#container{
	margin:  0 auto;
	width: 980px;
    padding-bottom: 150px;
    min-height: 100%;
}

#logo{
	margin: 5px 0 0;
}

#login-box{
	margin: 0 auto;
	width: 400px;
}

#footer{
	background: #F8F8F8;
	position: relative;
    clear:both;
    margin-top: -150px;
    height: 150px;
    border-top: 1px solid #e7e7e7;
    text-align: right;
}

	.logo-footer{
		margin: -10px 0 0 3px;
	}

	#footer ul{
		padding: 100px 20px 0 0;
	}

		#footer ul li{
			display: inline;
			list-style: none;
			padding: 0 10px;
		}

.inline{
	display: inline;
}


/* 
 * Errors
 */

.error{
	color: red;
}

span.error{
	padding: 0 0 0 8px;
	text-shadow: 0 0 8px #4F4F4F;
}

input.error{
	border: 1px solid red;
}

.input-group span.error{
	display: block;
    padding: 6px 0 0;
    position: absolute;
    right: -170px;
    width: 160px;
}


/* 
 * Forms
 */

.input-group{
	margin: 10px 0;
}

select{
	padding: 5px;
}

.checkboxlabel{
	padding: 10px 0 5px;
}

#btn-validation{
	margin: 20px 0 0;
}

.mention{
	padding: 20px 0 0;
}

#loader{
	margin: 20px 0 0 5px;
}

.tab-right-content{
	float: left;
    width: 75%;
}

#content-choix-famille{
	padding: 0 0 20px 0;	
}

	#content-choix-famille button{
		margin: 6px;
	}

#content-choix-format label{
	display: inline-block;
	width: 115px;
	height: 135px;
	border: 1px solid #cccbcb;
	border-radius: 5px;
	margin: 0 15px 0 0;
	text-align: center;
	cursor: pointer;
}

	#content-choix-format input{
		margin: 110px 0 0;
	}

#content-choix-template label{
	display: inline-block;
	width: 230px;
	height: 350px;
	border: 1px solid #cccbcb;
	border-radius: 5px;
	margin: 0 15px 15px 0;
	text-align: center;
	cursor: pointer;
}

	#content-choix-template input{
		margin: 320px 0 0;
	}

#choix-famille small{
	color: #7A7A7A;
}

.link-pass{
	padding: 10px 0 0
}

#content-tab-global p{
	color: #777;
}

.form input[type=text]{
	color: #000;
}

#email-form input[readonly]{
	color: #555 !important;
}

#content-choix-famille .disabled, #choix-famille small{
	display: none;
}


/* 
 * Responsive
 */

@media screen and (max-width: 1010px){

	#login-box{
		width: 95%;
	}

	.container, #container{
		width: 95% !important;
	}

}

@media screen and (max-width: 670px){

	.txt-tab{
		display: none;
	}

}
