body {
	background-color: #f5f5f0;
}

.hidden {
	display: none;
}

.captcha {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.captcha .g-recaptcha {
	display: inline-block;
}

.enteteLogosHaby {
	width: 400px;
	height: 90px;
}

.enteteLogosHaby .logoHaby {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin-top: 30px;
	transition: transform .25s linear;
}

.enteteLogosHaby .logoHaby:hover {
	transform: translateY(-35px);
	cursor: pointer;
	filter: brightness(130%);
}

.enteteLogosHaby .logoHaby.actif {
	transform: translateY(-35px);
}

.enteteLogosHaby .logoHaby img {
	max-width: 100%;
}

.form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 90vh;
	font-family: Verdana;
}

.form .box_form {
	position: relative;
	width: 400px;
	padding: 20px;
	box-shadow: 1px 1px 5px  rgba(0,0,0,0.6);
	-moz-box-shadow: 1px 1px 5px  rgba(0,0,0,0.6);
	-webkit-box-shadow: 1px 1px 5px  rgba(0,0,0,0.6);
	-o-box-shadow: 1px 1px 5px  rgba(0,0,0,0.6);
	border-radius: 20px;
	background-color: #ffffff;
}

.form .box_form .logo {
	max-width: 10em;
	max-height: 10em;
}

.form .libelleHaby {
	font-size: 25px;
	font-weight: 100;
}

.themeOrange .form .libelleHaby {
	color: #e67300;
}

.themeViolet .form .libelleHaby {
	color: #7a066e;
}

.themeVert .form .libelleHaby {
	color: #339933;
}

.themeGris .form .libelleHaby {
	color: #595959;
}

.form .logo {
	display: inline-block;
	width: 350px;
	height: 300px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.form .alerte {
	border: 1px solid #f5c6cb;
	background-color: #ffcccc;
	color: #ff5050;
	border-radius: 10px;
	padding: 10px;
	margin: 10px;
	display: none;
	font-size: 13px;
}

.form .warning {
	border: 1px solid #ffeeba;
	background-color: #fff3cd;
	color: #856404;
	border-radius: 10px;
	padding: 10px;
	margin: 10px;
	font-size: 13px;
}

.form .reset {
	border: 1px solid #c3e6cb;
	background-color: #d4edda;
	color: #326e40;
	border-radius: 10px;
	padding: 10px;
	margin: 10px;
	font-size: 13px;
}

.form .libelle {
	border-radius: 10px;
	margin-bottom: 15px;
	font-size: 13px;
	text-align: left;
}

.form .libelle .nok {
	color: #ff0000;
}

.form .libelle .ok {
	color: #009933;
}

.form .input {
	position: relative;
}

.themeOrange .form .input.selection i {
	color: #e67300;
}

.themeViolet .form .input.selection i {
	color: #7a066e;
}

.themeVert .form .input.selection i {
	color: #339933;
}

.themeGris .form .input.selection i {
	color: #595959;
}

.themeOrange .form .input.selection #inputLogin, .themeOrange .form .input.selection #inputPassword, .themeOrange .form .input.selection #inputEmail {
	border-bottom: 1px solid #e67300;
}

.themeViolet .form .input.selection #inputLogin, .themeViolet .form .input.selection #inputPassword, .themeViolet .form .input.selection #inputEmail {
	border-bottom: 1px solid #7a066e;
}

.themeGris .form .input.selection #inputLogin, .themeGris .form .input.selection #inputPassword, .themeGris .form .input.selection #inputEmail {
	border-bottom: 1px solid #808080;
}

.themeVert .form .input.selection #inputLogin, .themeVert .form .input.selection #inputPassword, .themeVert .form .input.selection #inputEmail {
	border-bottom: 1px solid #339933;
}

.form .input i {
	color: #a6a6a6;
	position: absolute;
	top: 14px;
	left: 95px;
	-webkit-transition: color 0.2s ease-out;  
	-moz-transition: color 0.2s ease-out;  
	-o-transition: color 0.2s ease-out;  
	transition: color 0.2s ease-out;
}

.form .input input {
	width: 200px;
	height: 25px;
	outline: none;
	margin-bottom: 15px;
	padding: 10px;
	text-indent: 20px;
	font-size: 14px;
	color: #333333;
	border: none;
	border-bottom: 1px solid #a6a6a6;
	-webkit-transition: border-bottom 0.2s ease-out;  
	-moz-transition: border-bottom 0.2s ease-out;  
	-o-transition: border-bottom 0.2s ease-out;  
	transition: border-bottom 0.2s ease-out;
}

.form .input input::placeholder {
	color: #a6a6a6;
}

.form input[type="submit"] {
	width: 225px;
	height: 45px;
	outline: none;
	background: none;
	box-shadow: none;
	border: none;
	border-radius: 20px;
	color: #ffffff;
	background-color: #e67300;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 25px;
	-webkit-transition: background 0.2s ease-out;  
	-moz-transition: background 0.2s ease-out;  
	-o-transition: background 0.2s ease-out;  
	transition: background 0.2s ease-out;
}

.themeOrange .form input[type="submit"] {
	background-color: #e67300;
}

.themeViolet .form input[type="submit"] {
	background-color: #7a066e;
}

.themeGris .form input[type="submit"] {
	background-color: #595959;
}

.themeVert .form input[type="submit"] {
	background-color: #339933;
}

.form input[type="submit"]:hover {
	cursor: pointer;
}

.themeOrange .form input[type="submit"]:hover {
	background-color: #ff9933;
}

.themeViolet .form input[type="submit"]:hover {
	background-color: #c309b0;
}

.themeGris .form input[type="submit"]:hover {
	background-color: #808080;
}

.themeVert .form input[type="submit"]:hover {
	background-color: #40bf40;
}

.form .ancreBasDroite {
	position: absolute;
	bottom: 7px;
	right: 15px;
}

.form .lien {
	font-size: 12px;
	-webkit-transition: color 0.2s ease-out;  
	-moz-transition: color 0.2s ease-out;  
	-o-transition: color 0.2s ease-out;  
	transition: color 0.2s ease-out;
}

.themeOrange .form .lien {
	color: #e67300;
}

.themeViolet .form .lien {
	color: #7a066e;
}

.themeGris .form .lien {
	color: #595959;
}

.themeVert .form .lien {
	color: #339933;
}

.themeOrange .form .lien:hover {
	color: #ff9933;
}

.themeViolet .form .lien:hover {
	color: #c309b0;
}

.themeGris .form .lien:hover {
	color: #808080;
}

.themeVert .form .lien:hover {
	color: #40bf40;
}

.copyright {
	position: fixed;
	bottom: 5px;
	left: 5px;
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
}

#generique_loading {
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20000;
}