body.home {
	overflow-y: auto;
}

.home {
    background: url(../img/bg1.jpg) no-repeat, #f8f8f8;
    background-size: contain;
    padding: 0;
    background-position: left top;
	padding-top: 140px;
	overflow-y: auto;
}
.home .mask {
    z-index: 0;
    position: absolute;
    width: 100%;
    max-width: 100%!important;
    line-height: 0;
}
.home .mask img {
    width: 100%;
}
.home .wrapper {
    max-width: 1300px;
    margin: 0 auto;
	z-index: 2!important;
    position: relative;
	overflow: hidden;
}
.home .wrapper .col100 {
    width: 96%;
    float: left;
	display: table;
	margin: 120px 2% 40px;
}
.home .wrapper .col50 {
    width: 46%;
    float: left;
	display: table;
	margin: 0 2% 20px;
}
.home .wrapper .col30 {
    width: 29.3%;
    float: left;
	display: table;
	margin: 0 2% 20px;
}
.home .logo-home {
    width: 80%;
}
 .home h1.baseline {
    font-size: 38px;
	 font-weight: 200;
    text-transform:uppercase;
    margin-bottom: 0;
    line-height: 45px;
	color: #fff;
	 margin: 40px 0;
}
.home h1.login {
    font-size: 30px;
    font-weight: 800;
    max-width: 100%;
    line-height: 140%;
    color: #3a3a3a;
}
.home .wrapper h2 {
    font-size: 24px;
	color: #fff;
	line-height: 30px;
    font-weight: 400;
}
.form-group {
    margin: 0;
    border: none;
    padding: 12px 15px;
}
.home .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
	width: 100%;
    max-width: 350px;
}

.home .input-group-addon {
    text-align: center;
    background-color: #fafcfd;
	border-radius: 3px;
	border-radius-top-left: 0;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #e3ecf1;
	border-right: 0;
	display: table-cell;
	width: 40px;
}
.home .input-group-addon i {
    color: #008ecc;
	font-size: 16px;
}

.inputHome {
    color: #3a3a3a;
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    padding: 0 10px;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #e3ecf1;
    background: #fafcfd;
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
::-webkit-input-placeholder {
  color: #bbb;
}
::-moz-placeholder {
  color: #bbb;
}
:-ms-input-placeholder {
  color: #bbb;
}
:-moz-placeholder {
  color: #bbb;
	}

.home input:focus {
  border-color: #008ecc;
}
.home .bloc.login {
    max-width: 410px;
	margin: 0 auto;
}
.home .title {
    width: 100%;
    display: inline-block;
}
.home .title img {
    float: left;
}
.home .title h1 {
    float: left;
    line-height: 82px;
    margin-left: 10px;
	font-weight: 800;
}
.home .title img.small {
    width: 50px;
}
.home .title h1.stitre {
    font-size: 22px;
	line-height: 50px;
}
.home li {
    padding-left: 1.4em;
    margin: 6px 0;
    font-size: 14px;
    line-height: 130%;
    color: #3a3a3a;
}
.home li.top {
    font-size: 18px;
    line-height: 140%;
    margin: 10px 0;
	padding-left: 1.4em;
	color: #3a3a3a;
}
.home li:before {
  content: "\f111";
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  margin-left: -1.8em;
  width: 1.8em;
    color: #3a3a3a;
    font-size: 0.6em;
	font-weight: 900;
}
.home li.top:before {
  margin-left: -1.8em;
  width: 1.8em;
  font-size: 0.8em;
}
.home .user-button {
	position: absolute;
	top:1rem;
	right:1rem;
	background-color: transparent;
    border: 1px solid #fff;
    font-size: .8rem;
    color: #fff;
    padding: 0.5rem 1rem;
	border-radius: 20px;
	line-height: 1.6;
	cursor: pointer;
}
.home .user-button:hover {
	background-color: #fff;
    color: #3a3a3a;
}