/* ==========================================================================
	 Base styles
========================================================================== */

body, h1, h2, h3, h4, h5, h6 {
		font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        -webkit-font-smoothing: antialiased;
	}
h1{
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

h2{
	font-weight: normal;
	font-size: 32px;
}

h3{
	font-weight: bold;
	font-size: 16px;
}

p.p1{
	font-weight: normal;
	font-size: 32px;
}
p.p2{
	font-weight: 400;
	font-size: 1.2em;
	padding-bottom: 20px;
}

p.p3{
	font-weight: 300;
	font-size: 1em;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center{
	text-align: center;
}

.justify{
	text-align:justify;
}

.white{
	color: #fff;
}

.blue{
	color : #3399CC;
}

.black{
	color : #000;
}

/*p styles*/
.p-justify {
	text-align: justify;
	margin : 0.9em 0 0;
}

.p-center {
	text-align: center;
	margin : 0.9em 0 0.9em;
}

.p-caption {
	text-align: center;
	font-weight: bold;
	margin : 10px 0 15px;
}

/*anchor styles*/
.anchor-large{
    display: block;
    height: 70px; /*same height as header*/
    margin-top: -70px; /*same height as header*/
    visibility: hidden;
}

.anchor-medium{
	display: block;
    height: 50px; /*same height as header*/
    margin-top: -50px; /*same height as header*/
    visibility: hidden;
}

.display-none {
	display: none;
}

.border-0 {
	border:0;
}

/* ==========================================================================
	 Headers styles
========================================================================== */

#top .container{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20em;
}


#top .index-container{
	max-width:500px;
	margin: auto 50px 10px auto;
	padding-top: 10%;
}

#top h1.title{
	font-size: 16px;
	color: white;
	text-transform: uppercase;
	text-align: left;
	margin-top: 0px;
}

#top p.title{
	font-size: 2em;
    font-weight: 800;
	color: #fff;
	text-align: left;
}

.title-banner{
    padding-top:15em;
}


#top2 .container{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

#top2 h1.title{
	font-size: 2em;
	color: white;
	text-transform: uppercase;
	margin-top: 1em;
}

#top2 h2.title{
	font-size: 1.5em;
	color: white;
	text-transform: uppercase;
	margin-top: 2.5em;
}

#top2 p.title{
	font-size: 20px;
    font-weight: 800;
	color: white;
	margin-right: 1px;
}

#request-demo {
	margin-top: 10%;
}

/* ==========================================================================
	 NavBar styling
========================================================================== */
.navbar {
	background-color: #000000;  
	padding: 0.3em 0;
	margin-bottom: 0;
	width:100%;
	border:0;
	border-radius: 0px;
    text-transform:uppercase;
    font-weight:600;
}

.navbar .nav-btn-link{
	padding : 0 0 0 0;
}

#before-navbar{
	width: 100%;
	height: 60px;
}

.navbar-top{
	position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
    margin-right: -20em;
}

.flag-navbar {
	display: inline-block; 
	list-style-type:none;
	cursor: pointer;
	margin-top:14px;
}

.flag-navbar>a>span.caret {
	border-top-color: #999;
    border-bottom-color: #999;
}

.flag-navbar>a>img {
	width: 25px;
	height: 25px;
}

.flag-navbar>ul>li>a>img {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.flag-navbar-float {
	width: 50%;
	float: left;
}

.social_btn_head{
	float: right;
	position: absolute; 
	right: 10px;
}
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		.social_btn_head{
    		display: none !important;
		}
	}

/* ==========================================================================
	 Static NavBar Contact styling
========================================================================== */

#navbar-contact {
  	position: fixed;
  	display: inline-block;
  	right: 0;
  	top: 7.5%;
  	width: 22em;
  	z-index: 1000;
  	text-transform:uppercase;
  	margin-right: -17em;
  	/* Syntaxe standard */
  	transition-duration: 0.4s;
  	transition-timing-function: linear;
  	/* Hack Safari */
  	-webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: linear;

}


#navbar-contact:hover {
  	margin-right: 0em;
}

#navbar-contact li{
	width: 25em;
	display: inline-block;
    background: #000000;
    vertical-align: top;
    text-transform:uppercase;
}

#navbar-contact li:hover {
	background-color: #EEE;
}

#navbar-contact li:hover a{
	background-color: #EEE;
	color: #3399CC;
	text-decoration: none;
}

#navbar-contact a{
	display: inline-block;
    color: white;
    text-transform:uppercase;
    cursor: pointer;
}

#navbar-contact i{
	width: 15%;
	cursor: default;
}

/* ==========================================================================
	 Alignment 
========================================================================== */

.vertical-center{
	text-align: center;
	vertical-align: center;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.pad-top{
	padding-top: 30px;
}

.pad-inter{
	padding-top: 20px;
}

.pad-bottom{
	padding-bottom: 40px;
}

.pad-topx2{
	padding-top: 60px;
}

.pad-bottomx2{
	padding-bottom: 80px;
}


/* ==========================================================================
	 Testimonial Section
========================================================================== */
.testimonial-img{
	height: 150px;
	max-width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.section .testimonial{
	text-align: initial;
	color: #fff;
}

#carousel-indicators-blue li{
	border-color: #3399CC;
}

#carousel-indicators-blue li.active {
	background-color: #3399CC;
}

/* ==========================================================================
	 btn styles
========================================================================== */

.section .btn, .jumbotron .btn {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.5em 2.5em 0.5em; 
	text-transform: uppercase; 
	margin-bottom: 20px;
}

.btn {
	border-radius: 2px;
	text-transform:uppercase;
}

.btn-primary {
	background-color : #3399CC;
	color: #FFF;
	border-radius: 4;
	font-family: Lato, sans-serif;
	font-size: 17;
	text-transform: uppercase;
	border: 2px solid #3399CC;
	border-radius: 1.5em;
}

.btn-primary:hover {
	background-color:  #44AAEE;
	color: #FFF;
	border: 2px solid #44AAEE;
}

.btn-primary-header {
	/* background-color: rgb(0,0,0); /* Pour les navigateurs anciens */
 	/* background-color: rgba(0,0,0,0.4); /* Pour les navigateurs plus récents */
 	background-color : #3399CC;
	color: #FFF;
	border-radius: 4;
	font-family: Lato, sans-serif;
	font-size: 17;
	text-transform: uppercase;
	border: 2px solid #3399CC;
	border-radius: 1.5em;
}

.btn-primary-header:hover {
	background-color:  #44AAEE;
	color: #FFF;
	border: 2px solid #44AAEE;
}

.btn-products {
	background-color : #FFFFFF;
	color: #3399CC;
	border-radius: 4;
	font-family: Lato, sans-serif;
	font-size: 17;
	padding: 0.5em 1em 0.5em !important;
	text-transform: uppercase;
	width: 260px;
	border: 2px solid #3399CC;
	border-radius: 1.5em;
}

.btn-products:hover {
	background-color:  #44AAEE;
	color: #FFF;
	border: 2px solid #44AAEE;
}

#btn-login {
	background-color: #F0F0F0;
	margin-left: 1em;
	color: #000;
	text-transform: uppercase;
	border: 1.5px solid #F0F0F0;
}

#btn-login:hover {
	background-color:  #FFF;
	color: #000;
}

/* ==========================================================================
	 .section styles
========================================================================== */
.section  {
	background-color: #EFEFEF;
	width: 100%;
	position: relative;
	margin : 0 0 0 0;
}

.section img{
	margin-right: auto;
	margin-left: auto;
}
/* ==========================================================================
	 Footer styles
	 ========================================================================== */

.subfooter {
	background-color: #EFEFEF;
	padding: 80px 0;
	height: 40%;
	width: 100%;
	position: relative;
}

footer {
	background-color: #1A1A1A;
	padding-bottom: 80px 0;
	height: auto;
	width: 100%;
	position:absolute;
	padding: 2.5em 0 1.8em;
}

.social_btn div{
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	margin-right:5px;
	color: #F0F0F0;
}
.social_btn i{
	color: #F0F0F0;
}
.social_btn i:hover{
	color: #FFFFFF;
}

.footer-content .macfee_widget{
	padding-top: 10px;
	clear: both;
}
.footer-content ul, .footer-content-2 ul {
	padding-left:20px;
	padding-right: 10px;
}

.footer-content a, .footer-content-2 a, .footer-content label, .footer-content .thanks {
	color : #ffffff;
	font-size: 11px;
	text-transform: uppercase;
}

.footer-content-2 {
	border-left: solid thin #ffffff;
}

.footer-content-2 li, .footer-content li {
	list-style-type: none;
}

.footer-content li {
	display: inline;
}

#less-visible a {
	color :#8F8F8F;
}

.footer-content .dropdown a{
	border: 2px 15px 2px 20px;
	font-size: 11px;
	margin-left: 0;
}

.footer-content .dropdown .caret, .nav .dropdown .caret {
	border-bottom-color: #FFFFFF;
	border-top-color: #FFFFFF;
}

.footerlp {
        color: #4609a8 !important;
}

.footerlp span {
	border-right: solid 1px #4609a8;
}

.footerlp a {
	color: #4609a8 !important;
}

.footerlp a:hover {
	color: #380786 !important;
}

/* ==========================================================================
	 others styles
	 TODO : Vérifier leurs utilisations;
========================================================================== */

.container {
	max-width: 920px;
}

.container-salesforce {
	max-width: 920px;
}

.logo{
	height: 70%;
	width: 70%;
	margin-top: 20%;
}

.partner-img {
  padding-top: 20px;
  max-height: 80px;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.job-link {
	color: #ffffff;
}

.job-link:hover {
	color: #3399CC;
}

.job-link:focus {
	color: #3399CC;
}

.fa-8x {
	font-size: 8em !important;
}


/* ==========================================================================
	 Agen Box
	 ========================================================================== */
.agen-box {
	background-color : #3399CC; 
	border-radius: 3px;
	padding: 5px 20px;
	margin: 10px 5px;
	text-align: left;
    color : #fff;
}

.agen-box:hover {
    background-color : #44AAEE;
}

.agen-box h3 {
	text-transform: uppercase;
	font-size: 1.2em;
	margin-top: 10px;
	margin-left: 0;
}

.agen-box p {
	margin-left: 10px;
}

.section a {
	text-decoration: none;
}

.show-up {
	z-index: 1000;  
	overflow: hidden;
}

/* ==========================================================================
	 Form Get in touch / Request a demo / Watch video
========================================================================== */

.modal-content {
	background-color: #8C72CA;
}

#frmgit2 {
	padding:1em;
}

#gitform h1.title{
	font-size: 22px;
	color: #FFFFFF !important;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0px;
}

#gitform p.title{
	color: #FFFFFF !important;
	font-size: 22px;
    font-weight: 800;
	color: #000;
	text-align: center;
}

#gitform .modal-header {
	padding: 20px 75px 20px 75px;
}

#gitform .modal-body {
	padding: 20px 75px 20px 75px;
}

#gitform .modal-body label,
#gitform .modal-body div.form-valid-1 {
	color: #FFFFFF;
}

#gitform #reason-select {
	margin-bottom: 15px;
}

#gitform .intl-tel-input {
	display: block;
}

#gitform .btn-formgit-zone {
	padding: 15px 0px 20px 0px;
	text-align: center;
}

#gitform .checkbox label input {
	width: 5%;
	height: 15px;
	margin-right: 5px;
}

#gitform .btn-git {
	width: 75%;
	background-color: #3E0BA3;
	border: 2px solid #FFFFFF;
}

#gitform .btn-git:hover {
	border: 2px solid #4b20a3;
}

@media screen and (max-device-width: 480px) {
	#gitform .modal-header {
		padding: 10px 15px 10px 15px;
	}
	#gitform .modal-body {
		padding: 10px 15px 10px 15px;
	}
}

#gitformrd h1.title{
	font-size: 22px;
	color: #FFFFFF !important;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0px;
}

#gitformrd p.title{
	color: #FFFFFF !important;
	font-size: 22px;
	font-weight: 800;
	color: #000;
	text-align: center;
}

#gitformrd .modal-header {
	padding: 20px 75px 20px 75px;
}

#gitformrd .modal-body {
	padding: 20px 75px 20px 75px;
}

#gitformrd .modal-body label,
#gitformrd .modal-body div.form-valid-1 {
	color: #FFFFFF;
}

#gitformrd #reason-select {
	margin-bottom: 15px;
}

#gitformrd .intl-tel-input {
	display: block;
}

#gitformrd .btn-formgit-zone {
	padding: 15px 0px 20px 0px;
	text-align: center;
}

#gitformrd .btn-git {
	width: 75%;
	background-color: #3E0BA3;
	border: 2px solid #FFFFFF;
}

#gitformrd .btn-git:hover {
	border: 2px solid #4b20a3;
}

#gitformrd .form-checkbox {
	color: #FFFFFF;
}

#gitformrd .checkbox {
	margin-top: 0px;
}

#gitformrd .checkbox label input {
	width: 5%;
	height: 15px;
	margin-right: 5px;
}

@media screen and (max-device-width: 480px) {
	#gitformrd .modal-header {
		padding: 10px 15px 10px 15px;
	}
	#gitformrd .modal-body {
		padding: 10px 15px 10px 15px;
	}
}

#formwatchvideo h1.title{
	font-size: 22px;
	color: #FFFFFF !important;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0px;
}

#formwatchvideo p.title{
	color: #FFFFFF !important;
	font-size: 22px;
	font-weight: 800;
	color: #000;
	text-align: center;
}

#formwatchvideo .modal-header {
	padding: 20px 75px 20px 75px;
}

#formwatchvideo .modal-body {
	padding: 20px 75px 20px 75px;
}

#formwatchvideo .modal-body label,
#formwatchvideo .modal-body div.form-valid-1 {
	color: #FFFFFF;
}

#formwatchvideo #reason-select {
	margin-bottom: 15px;
}

#formwatchvideo .intl-tel-input {
	display: block;
}

#formwatchvideo .btn-formgit-zone {
	padding: 15px 0px 20px 0px;
	text-align: center;
}

#formwatchvideo .checkbox label input {
	width: 5%;
	height: 15px;
	margin-right: 5px;
}

#formwatchvideo .btn-git {
	width: 75%;
	background-color: #3E0BA3;
	border: 2px solid #FFFFFF;
}

#formwatchvideo .btn-git:hover {
	border: 2px solid #4b20a3;
}

@media screen and (max-device-width: 480px) {
	#formwatchvideo .modal-header {
		padding: 10px 15px 10px 15px;
	}
	#formwatchvideo .modal-body {
		padding: 10px 15px 10px 15px;
	}
}

.fading{
  background-color: #000;
  z-index: 1001;
  position: absolute;
  top: 0;
  left: 0;
  opacity:0.7;
  filter:alpha(opacity=70);
}
.box{ border:1px solid #B7B7B7; margin:20px 0; padding:25px 20px; display: none; background-color: #fff; z-index: 9999;}
.rCorners{ border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; -o-border-radius:10px; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1;}


/* ==========================================================================
	 Background images load
========================================================================== */
.bg-console .btn, .bg-new-form .btn, #computer .btn{
	margin-right: 20px;
	background-color: #3399CC;
	color: #ffffff;
	border-radius: 4;
	font-family: Lato, sans-serif;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#parterns-grid{
	background-color: #FFFFFF;
}

.partners-row {
	margin-bottom: 20px;
}

.bg-image-1 {
    background: #000;
    background: url(/img/banner-images/index.jpg) no-repeat center center; /* fallback */
    background-image: url(/img/banner-images/index.jpg) no-repeat center center; /* fallback */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url('/img/banner-images/index.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:600px;
}

.bg-benefits {
    background: #000;
    background: url('/img/home/bg-benefits.jpg') no-repeat center center; /* fallback */
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/img/home/bg-benefits.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
}

.bg-enterprise {
    background: #000;
    background: url('/img/home/bg-enterprise.jpg') no-repeat center center; /* fallback */
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/img/home/bg-enterprise.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-support {
    background: #000;
    background: url('/img/home/bg-support.jpg') no-repeat center center; /* fallback */
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/img/home/bg-support.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
}

.bg-1A1A1A {
	background: url(/img/image-1a1a1a.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/* ==========================================================================
	 Background Colors
	 ========================================================================== */
.bg-normal {
	background-color: #EFEFEF;
}

.bg-dark-grey {
		background: rgb(51,51,51) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
 }
.bg-grey {
	background: rgba(204, 204, 204,0.3) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
 }

 .bg-black {
	background: #000 no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: white;
}

.bg-white {
	background: #fff no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-white h2 .bg-white p.p2{
	color : black;
}

.bg-blue {
	background: #3399CC no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-green{
	background: #33CC99 no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}


/* ==========================================================================
	 Responsiveness 
========================================================================== */

	@media screen and (min-width: 992px) {
		.pad-top-md {
			padding-top: 30px;
		}
		.pad-bottom-md {
			padding-bottom: 40px;
		}
		.margin-3-elements {
			margin: 0px 38px 0px 38px;
		}
	}

	@media screen and (min-width: 769px) {

		#navbar-contact a{
    		margin-top: 2%;
			margin-bottom: 2%;
		}
	}

	@media screen and (max-width: 769px) {

		#navbar-contact{
			top: 9%;
			display: none;
		}
	}

	@media screen and (max-width: 1024px) {

	}

	@media screen and (max-width: 767px) {
		.navbar ul.nav li {
			text-align: left;
            padding-left: 2em;
		}

		.section {
			font-size: 12px;
		}
	}
	
	@media screen and (max-width: 480px) {
		body {
			font-size: 12px;
		}
		.section .btn, .jumbotron .btn {
			padding: 6px 12px;
		}

		.footer-content-2 {
			border-style:none;
			padding-left: 0px;
			padding-right: 0px;
		}
		.footer-content-2 ul {
			padding-left: 0px;
		}
		#request-demo {
			margin-top: 0;
		}
	}

/*Sticky navbar*/

#nav {
	background-color: #1A1A1A;
	width: 100%;
	position:static;
	top:-32px;
}

#nav.affix {
	 position: fixed;
	 top: 0;
	 z-index:10;
 }
 
 #nav.affix-bottom {
     position:relative;
 }

