html{
    overflow-x: hidden !important;
}


@font-face
{
	font-family: '__Nexa Bold_5';
	src: url('../fonts/nexa_bold.eot');
	src: local('☺'), url('../fonts/nexa_bold.woff') format('woff'), url('../fonts/nexa_bold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face
{
	font-family: '__Nexa Light_5';
	src: url('../fonts/nexa_light.eot');
	src: local('☺'), url('../fonts/nexa_light.woff') format('woff'), url('../fonts/nexa_light.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}


body{
    line-height:1.5em;
    border: 0;
    margin: 0 auto;
    padding: 0;
	font-family: '__Nexa Bold_5', sans-serif;
	background-color:#D8DBE3;
	background-image:url(../images/manifone-gradient-2.png);
	background-repeat:no-repeat;
	background-position: top center;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
}

.logo
{
margin:0 auto;	
width:100px;
padding-top:60px;
}

.feature_content{
	margin-bottom:50px;
	
	}

.bt-home{
	background:rgba(255,255,255,1.00);
	width:100%;
	border:none;	
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	border-radius:3px;
	padding-top:60px;
	padding-bottom:60px;
	max-width:465px;
	margin:0 auto;
	
	
	}
	
.bt-home:hover{
	background:rgba(255,255,255,1.00);
	width:100%;
	border:none;	
	outline: 5px auto -webkit-focus-ring-color;
	border-radius:3px;
	}
	
	
.feature_title {
    color: #3D4A98;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    width: inherit;
	margin-top:40px;
}

.feature_sub{
    font-family: '__Nexa Light_5', sans-serif;
	font-size:26px;
	text-transform:none;
	color:#333333;
	margin-top: 20px;
    margin-bottom: 10px;
	line-height: 35px;
	}


.divider{
    display: block;
    margin: 20px auto;
    content: "";
    width: 70px;
    height: 5px;
	background-color:#3D4A98;
	margin-bottom:80px;
    }	


.sur-titre {
	font-size:32px;
	color:#949494;
	font-family: '__Nexa Light_5', sans-serif;
	text-transform: uppercase;
	margin-top:15px;
	}
	
.titre{
	font-size:26px;
	color:#333333;
	margin-top:15px;
	line-height:35px;
	
	}	
	
	
.more{
	margin-top:58px;
	background-color:grey;
	max-width:295px;
	margin:0 auto;
	font-size:21px;
	color:#ffffff;
	text-transform: uppercase;
	padding-top:25px;
	padding-bottom:25px;
	margin-top:40px;
	border-radius:6px;
	}	
	
	
	.testez{
	background-color:#60B464;
	
	}		
	
	
button.bt-home:hover .testez{
	background-color:#333333;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	}
	
	
	.plus{
	background-color:#3D4A98;
	
	}		
	

button.bt-home:hover .plus{
	background-color:#333333;
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	top:20px;
	}	
			

.visible-xs {
	zoom:75%;
	}
	
	
.feature_content:hover {
	margin-top:-10px;
	
	}

.titre_business{
	margin-top:20px;
	margin-bottom:20px;
	font-size:20px;
	line-height:23px;
	color:#333333;
	text-transform: uppercase;
	
	}


.texte_business{
	font-family: '__Nexa Light_5', sans-serif;
	color:#333333;
	max-width:235px;
	margin:0 auto;
	font-size:16px;

	
	}
		