/* Misc */ 
body {
	overflow-x: hidden;
}
h2 {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	font-size: 26px;
	color: #272838;
	letter-spacing: 0;
	padding-bottom: 30px;
}
h2.boxed {
	max-width: 500px;
}
h2::after {
	display: block;
	content: url('ASSETS/after-heading.svg');
/*	margin-top: 20px;
	width: 55px;
	height: 5px;
	background: #AED3F2;
	border-radius: 9px;*/
}

p {
	font-size: 18px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
}
.wrapper-lr {
	margin: 0% 5%;
}
.center {
	margin: 0 auto;
	display: block;
	text-align: center;
}
.pad-top {
	padding-top: 100px;
}
.no-pad {
	margin-top: 0px!important;
}
.white {
	color: #fff;
}
.marg-bot {
	margin-bottom: 30px;
}
/* Nav */
.Hero-bg {
	background-image: url('ASSETS/hero-bg.png');$
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
nav {
    padding: 50px 50px;
    display: block;
    width: 100%;
    height: 150px;
}

nav ul li{
	display: inline-block;
	margin-right: 20px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0;
	
}
nav ul li a {
	text-decoration: none;
	color: #FFFFFF!important;
}
nav ul li a img{
	height: 60px;
	width: auto;
	margin-right: 70px;
}

nav ul li a:hover {
	text-decoration: none;
}
ul {
	list-style-type: none;
	padding-left: 0px;
	display: inline
}
ul.float-right {
	position: absolute;
    right: 40px;
    top:60px;
}
a.cta, .cta {
    color: #fff!important;
    background: #AED3F2;
	border-radius: 23px;
	padding: 11px 27px;
	border: none;
	transition: 0.5s;
	position: relative;
}

a.cta:hover, .cta:hover {
	background: #6C859B;
	text-decoration: none;
	transition: 0.5s;
	position: relative;
	top: -5px;
}

/* Hero */

#top {
	color: #fff;
}
.hero-wrap {
	padding: 25px 50px;
}
h1 {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	font-size: 45px!important;
	color: #FFFFFF;
	letter-spacing: 0;
	margin-bottom:30px

}
.hero-wrap p {
	margin-bottom:30px;
	opacity: 0.8;
}
.light-blue {
	color: #AED3F2!important;
}

/* Testimonial */

.testimonial {
	text-align: center;
	width: 100%;
}
q {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #272838;
	letter-spacing: 0;
	text-align: center;
	width: 600px;
	margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.Features {
	margin-top: 50px;
	background-image: url('ASSETS/features-bg.png');
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
}

.Features img{
	/*width: 300px;*/
	padding-bottom: 20px;
}
.feature-group {
	margin-bottom: 50px;
}
.feature-label {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #272838;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 20px;
	width: 350px;
}
.feature-desc {
	opacity: 0.7;
	width: 350px;
}

/* Vision */
.vision {
	background-color: #272838;
	margin-top: 150px;
	margin-bottom: 150px;
	color: #fff;
	background-image: url('ASSETS/o-shape.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top-right;
}
.position-dist {
	position: absolute;
	top: -150px;
	left: 50px;
}
.vision-text {
	padding: 100px 50px;
}
.vision p.low-opa{
	opacity: 0.8;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	margin-bottom: 30px;
}

/* Focus features */
.Focus {
	background-image: url('ASSETS/features-bg.png');
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
}
.square {
	background-color: #AED3F2;
	border-radius: 11px;
	height: 55px;
	width:55px;
	
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 20px;

}
.square.square-1 {
	background-image: url('ASSETS/plane-FontAwesome.png');
}
.square.square-2 {
	background-image: url('ASSETS/location-arrow-FontAwesome.png');
}
.square.square-3 {
	background-image: url('ASSETS/bell-FontAwesome.png');
}
.square.square-4 {
	background-image: url('ASSETS/user-FontAwesome.png');
}

.Focus h3 {
	display: inline-block;
	margin-bottom: 20px;
}
.Focus p {
	opacity: 0.7;
}
.focus-detail {
	margin-bottom: 100px;
}

.detail-selected {
	background: #FFFFFF;
	box-shadow: 26px 40px 53px 0 rgba(0,0,0,0.05);
	border-radius: 26px;
	padding: 55px 46px;
}
.plus {
	margin-left: 75px;
}

/* Formulaire */
.Formulaire {
	background-image: url('ASSETS/form-bg.png');
	background-position:top;
	background-repeat: no-repeat;
	background-size: cover;
}
.col-form img {
	width: 100%;
}
.form-col {
	background-color: #272838;
}

form {
	padding-top: 50px;
}

label, input {
	display: block;
}
label {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	margin-left: 20px;
	margin-bottom: 30px;
}
input, select{
	width: 100%;
	border-radius: 10px;
	height: 50px;
	padding: 10px;

}

/* MOBILE */
@media (max-width: 700px) {

h1.font-down {
	font-size: 35px!important;
}
h2.boxed {
	text-align: center;
	margin:0 auto;
}
.mobile-hidden {
	display: none;
}
.hero-wrap {
    padding: 25px 30px;
}
#top img{
	width: 100%;
	height: auto;
}
q {
	width: 80%;
}
.testimonial {
	background:#FAFAFA;
	padding: 45px 0px;
}
.vision {
    margin-top: 20px;
    margin-bottom: 50px;
}
.pad-top {
    padding-top: 0px;
}
.Features img{
	width: 250px;
	}
}