/*@font-face {
  font-family: 'Graphit';
  src: url('Graphit.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}*/

/**
* Nav
*/
#nav {
	position: relative;
	z-index: 2;
	border-bottom: none;
}
#nav .navPublic .navTop > li a.btn-link {
	color: #eee;
	text-decoration: underline;
}
#nav .navPublic .navTop > li a.active {
	color: #fff;
}

#logo{
	border-radius : 8px;
	height: 80px;
}

#loading_gif{
	display: block;
	margin: 0 auto;
	border-radius: 8px;
	margin-bottom: 10px;
}

/**
* Hero
*/
.hero-unit {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	max-height: 100%;
	/*background-image: url("../img/photo52.jpg");*/
	background-color: #013d41;
	/*background: linear-gradient(to right, #013d41, #014842);*/
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-position: center;
}
.hero-unit h1, .hero-unit h2 {
	color: #fff;
	text-align: center;
}
.hero-unit h1 {
	font-size: 50px;
	line-height: 60px;
}
.hero-unit .signupForm h1 {
	letter-spacing: -2px;
}
.hero-unit h2 {
	font-style: italic;
	font-weight: 500;
	margin: 0 auto 40px;
	color: #b1ffe2;
}
.hero-unit .container {
	position: relative;
	height: 100%;
}
.hero-unit .signup-form-block {
	background-color: rgba(0, 0, 0, 0.25);
	padding: 15px;
	border-radius: 8px;
}
.hero-unit .signupForm .input-bigger {
	height: 56px;
	padding: 10px 18px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-color: #fff;
}
.hero-unit .btn-uppercase {
	text-transform: uppercase;
}
.hero-unit .signupForm .btn-bigger {
	padding: 16px 5px;
	font-size: 16px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.hero-unit .signupForm {
	position: absolute;
	top: 40%;
	margin-top: -125px;
}
.hero-unit .signupForm #password_icon.btn-danger {
	background:#eee;
}
.hero-unit .signupForm #password_icon.checkpswd{
	position: absolute;
	bottom: 5px;
	left: 26px;
	right: 26px;
	height:2px;
}
.hero-unit .getmore {
	position: absolute;
	bottom: 24px;
	width: 52px;
	height: 52px;
	display: block;
	left: 50%;
	margin-left: -26px;
	transition: ease all .4s;
	-webkit-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-o-transition: ease all .4s;
}
.hero-unit .getmore:hover{
	bottom: 10px;
	transition: ease all .6s;
	-webkit-transition: ease all .6s;
	-moz-transition: ease all .6s;
	-o-transition: ease all .6s;
}
.hero-unit .getmore .icon-bar{
	width: 24px;
	height: 2px;
	display: block;
	background-color: #fff;
}
.hero-unit .getmore .icon-bar-left{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 27px;
	left: 4px;
}
.hero-unit .getmore .icon-bar-right{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	top: 25px;
	left: 20px;
}

#titre_form{
	text-align: center;
	color: white;
	font-size: 24px;
}

/**
* Footer
*/
#footer {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}

.btn-success {
    color: #013d41;
    background-color: #b1ffe2;
    border-color: #b1ffe2;
}

#text-info{margin-top: 20px;}

.btn-success:hover {
    color: #013d41;
    background-color: #f9f3e8;
    border-color: #f9f3e8;
}

#img-home{
	position: absolute;
	top:25%;
	right:-45px;
	height:400px;
	border-radius:50px;
}

@media screen and (max-width: 768px) {
 #logo {
    display: block;
    /*margin: 0 auto;*/
    width: 50%;
	height: inherit;
}

#nav .navPublic .navTop {
    position: absolute;
    right: 10px;
}

#img-home{
	display: none;
}

#nav .navPublic .navTop {

}

.login-attractive{
	font-size: 12px;
}

.hero-unit .signupForm {
    position: absolute;
    top: 80px;
	margin-top: inherit;
}

.hero-unit h2 {
    font-style: italic;
    font-weight: 500;
    margin: 20px auto 20px;
    font-size: 20px;
}

.hero-unit .signupForm .input-bigger {
    margin-bottom: 20px;
}

.hero-unit h1 {
    font-size: 34px;
    line-height: 45px;
}

#text-info{margin-top: 7px;}

#typewriter-wrapper{
	height: 70px;
}

}