@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Lato', sans-serif, arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
	-webkit-transform:translate3d(0,0,0);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
p{
	font-size: 2em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}


/* Style for our header texts
	* --------------------------------------- */
	h1, h2, h3, p {
		font-family: 'Lato',arial,helvetica;
		color: #fff;
		margin:0;
		padding:0;
	}

	h1{
		font-size: 2em;
		margin:0;
		padding:0;
	}

	h2{
		font-size: 2em;
		margin:20px 0 0 0;
		padding:0;
	}

	h3{
		font-size: 1.4em;
		margin:100px 0 25px 0;
		padding:0;
	}

	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}


	/* Backgrounds will cover all the section
	* --------------------------------------- */
	#section0,
	#section1,
	#section2,
	#section3{
		background-size: cover;
	}

	/* Defining each sectino background and styles
	* --------------------------------------- */
	#section0{
		background-image: url(http://hellozack.fr/css/img/home1.jpg);
		background-position: center;
		padding: 0 0 0 0;
		background-color: #000;
	}
	#section1{
	/*	background-image: url(http://hellozack.fr/css/img/2.jpg);*/
		background-image: repeat;
		padding: 0 0 0 0;
		background-color: #F2F1EF;
	}

	#section1-mob{
		background-image: url(http://hellozack.fr/css/img/2.jpg);
		padding: 0 0 0 0;
		background-color: #F2F1EF;
	}

	#section2{
		background-image: url(http://hellozack.fr/css/img/3-method.jpg);
		padding: 0 0 0 0;
		background-color: #001326;
	}
	#section3{
		background-image: url(http://hellozack.fr/css/img/contact.jpg);
		padding: 0 0 0 0;
		background-position: center;
		background-color: #C63D4F;
	}
	#section3 h1{
		color: #000;
	}

 	/*Adding background for the slides
	* --------------------------------------- */
	#slide1, #slide2, #slide3, #slide4{
		padding: 5% 20px 0 20px;
	}


	/* Bottom menu
	* --------------------------------------- */
	#infoMenu li a {
		color: #fff;
	}

	/* Logo Zack
	* --------------------------------------- */
	#section0 .main-content
	{
		width: 100%;
		height: 100%;
		font-family: 'Lato', sans-serif;
		color: #fff;
	}

	#section0 .homepage-top-navigation {
		position: fixed;
		right: 40px;
		top: 40px;
	}

	.homepage-top-navigation a {
		font-size: 18px;
		padding-right: 30px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		background-color: transparent;
	}

	#section0 .homepage-content {
		position: relative;
		width: 100%;
		text-align: center;
		align-self: center;
		vertical-align: middle;
	}

	.homepage-logo img {
		margin-top: 100px;
		max-height: 134px;
		max-width: 335px;
	}

	.homepage-title {
		margin-top: -4px;
		font-size: 24px;
	}

	.homepage-cta {
		margin-top: 25px;
		width: 420px;
		margin-left: auto;
		margin-right: auto;
	}

	.btn-sell {
		display: block;
		font-size: 20px;
		padding: 12px 24px;
		background-color: rgb(109, 202, 255);
		height: 52px;
		width: 400px;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		font-family: 'Lato', sans-serif;
		font-size: 20px;
		font-weight: bold;
		line-height: 28px;
		text-align: center;
		text-decoration: none;
		border: none;
		border-radius: 5px 5px 5px 5px;
	}

	.btn-sell:hover {
		color: #fff;
	}

	.btn-fb {
		display: block;
		margin-top: 20px;
		font-size: 20px;
		padding: 12px 24px;
		background-color: rgb(59, 89, 152);
		height: 52px;
		width: 400px;
		max-width: 400px;
		font-family: 'Lato', sans-serif;
		font-size: 20px;
		font-weight: bold;
		line-height: 28px;
		text-align: center;
		text-decoration: none;
		border: none;
		border-radius: 5px 5px 5px 5px;
	}

	.btn-fb:hover {
		color: #fff;
	}

	.btn-fb #logo-fb {
		position: relative;
		top: -3px;
		left: 5px;
	}


	#section0 #logo-zack {
		max-height: 134px;
		max-width: 335px;
	}

	#section0 h1{
		font-size: 24px;
		font-weight: normal;
	}

	#section0 h2{
		position: absolute;
		font-size: 22px;
		font-weight: lighter;
		color: white;
		text-align: center;
		width: 100%;
		bottom: -150px;
	}

	#section0 p {
		position: relative;
		font-size: 1.2em;
		font-family: arial,helvetica;
		color: #fff;
		margin:100px auto 30px auto;
		padding:0;
		width: 600px;
		line-height: 1.2em;
	}

	#section0 .learn-more {
		position: relative;
		height: 30px;
		width: auto;
		margin-top: 10px;
	}

	#section0 .learn-more img {
		height: 30px;
		width: auto;
	}

	/* Section 1 */

	.section1 .fp-tableCell {
		padding: 50px;
	}

	.section1 .top {
		position: relative;
		top: 0;
	}

	.section1 h1,h2, p{
		color: #0D2C4C;
		font-family: 'Lato', sans-serif;
	}

	.section1 .how-title {
		display: block;
		position: relative;
		margin-top: 50px;
    	font-size: 26px;
    	line-height: 1.377049179em;
    	margin-top: .91803279em;
    	margin-bottom: .45901639em;
    	height: 50px;
	}

	.section1 .how-description {
		display: block;
		position: relative;
		width: 70%;
		height: 100px;
		margin: 50px auto 30px auto;
		font-size: 10px; 
		line-height: 29px;
	}

	.section1 .step {
		position: relative;
		margin-bottom: 50px;
		padding: 20px 20px;
	}

	.section1 img {
		width: 200px;
	}

	.section1 .step h2 {
		font-size: 22px;
		font-weight: bold;
	}

	.section1 .step p {
		font-size: 18px;
	}

	#section2 h2, h3, h4, a {
		color: #fff;
	}

	#section2 .partner-title {
		display: block;
		padding: 0 50px 0 50px;
		width: 60%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
	}

	#section2 h2 {
		font-size: 30px;
	}

	#section2 img {
		display: inline-block;
		width: 200px;
		margin: 50px 50px;
		height: auto;
	}

	#section3 {
		color: #0D2C4C;
	}

	#section3 .description, #section3 .feedbacks {
		margin: 25px auto;
		font-size: 24px;
	}

	#section3 .description a {
		text-decoration: none;
		color: rgb(31, 127, 204);
	}

	#section3 .btn-info {
		display: block;
		margin: 60px auto 0 auto;	
		background-color: rgb(109, 202, 255);
		padding: 12px 24px;
		height: 52px;
		width: 240px;
		font-family: 'Lato', sans-serif;
		font-size: 20px;
		font-weight: bold;
		line-height: 28px;
		text-align: center;
		text-decoration: none;
		border: none;
		border-radius: 5px 5px 5px 5px;
	}

	.contact-row .support-container {
		width: 280px;
		position: absolute;
		bottom: 15px;
	}

	.contact-row .support {
		position: relative;
		float: left;
		color: #0D2C4C;
		font-size: 20px;
	}

	.arrow-curved {
		position: relative;
		float: right;
		margin-top: 14px;
	}



	#footer {
		padding: 50px auto;
		background-color: #1A263E;
		font-family: 'Lato', sans-serif;
		color: #fff;
	}

	#footer .newsletter {
		background-color: #1A263E;
	}

	#footer .sign {
		padding: 0 10px;
	}

	#footer .row {
		margin: 40px 0;
	}

	#footer .feedbacks {
		color: #fff;
		display: inline-block;
		line-height: 60px;
		float: right;
	    font-weight: 300;
	    font-size: 20px;
	    margin: 0;
	}

	#footer .join-form {
		display: inline-block;
		height: 60px;
		max-width: 346px;
	}

	#footer .copyright {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 36px;
		margin: 30px 0 0 0;
    display: block;
    background-color: #121B2B;
    color: #767D8B;
    font-size: 12px;
    line-height: 12px; 
    padding: 12px 0; 
}

	#section3 .copyright {
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
		right: 0;
		height: 36px;
		margin: 30px 0 0 0;
    	display: block;
    	background-color: none;
    	color: #767D8B;
   		font-size: 12px;
    	line-height: 12px; 
    	padding: 12px 0; 
}

/* Form */

#mc_embed_signup{
    background-color: transparent; 
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

#email {
	float: left;
    width: 280px;
    height: 60px;
    max-width: 250px;
    margin: 0;
    padding: 8px 0;
}

.email {
    width: 250px;
    max-width: 250px;
    height: 44px;
    color: #fff;
    border-radius: 5px;
    padding: 1px 10px;
    font-size: 14px;
    line-height: 14px;
    font-family: "SourceSansPro-Light", "Lato", sans-serif;
    border: 1px solid rgb(109, 202, 255);
    background: #121B2B;
    outline: none;
}

#mc-embedded-subscribe {
    float: right;
    margin: 8px;
    width: 80px;
    height: 44px;
    padding: 1px;
    font-size: 16px;
    line-height: 16px;
    font-family: "SourceSansPro-Light", "Lato", sans-serif;
    background: rgb(109, 202, 255) !important;
    border: none;
    border-radius: 5px !important;
    color: white;
    letter-spacing: 1px;
    -webkit-appearance:none;

}
#mce-responses {
    position: relative;
    background-color: green;
    color: white;
    top: 80px;
    left: -100px;
    width: 400px;
}

#mce-success-response {
    width: auto;
    background-color: red;
    line-height: 14px;
}

.response {
    width: 380px;
}


.typeform-widget {
	width: 100%;
	height: 88%;
}


.typeform-logo {
	background-color: #07121F;
}

.typeform-logo img {
	max-width: 150px;
	position: absolute;
	top: 20px;
	left: 20px;
}







/* Arrow bounce */

body {
  background: black;
}

.arrow-container {
	position: absolute;
	width: 100%;
	margin: 0;
	bottom: 0;
}

.arrow {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left:-20px;
}





/* Responsive */

@media (max-width: 768px) {
	#fp-nav {
		visibility: hidden;
	}

	#section0 #logo-zack {
		margin-top: 5%;
	}

	.btn-sell {
		margin-top: 50px;
		width: 95%;
	}

	#section1-mob h1{
		margin-top: 0.6em;
		padding: 0 10px;
		font-size: 1.3em;
	}

	.section1 .step h2 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.section1 .step p {
		font-size: 25px;
	}

	#section2 h2 {
		margin-top: 25px;
		font-size: 20px;
	}

	#section2 a {
		width: 90%;
	}	

	#section2 img {
		height: 100px;
		margin-bottom: 30px;
	}



	#section2 .partner-title {
		margin-bottom: 20px;
	}

	.contact-row .support-container {
		position: absolute;
		bottom: 15px;
		left: 50px;
		right: auto;
	}

    #mc-embedded-subscribe {
        float: none;
        cursor:pointer;
        outline:0;
        width: 100%;
    }
    #email
    {
        float:none;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 320px;
    }

    .email{
    	text-align: center;
        width: 100%;
        max-width: 320px;
        box-sizing: border-box;
        height: 60px;
    }

    #mc-embedded-subscribe {
    	height: 60px;
    	width: 100%;
    	margin: 20px 0;
    }

    #footer .feedbacks {
    	font-size: 26px;
    	margin-bottom: 50px;
    }

    #footer .join-form {
    	max-width: 320px;
    }

    .typeform-widget {
    	height: auto;
    }

    .typeform-logo img {
	max-width: 150px;
	position: absolute;
	top: 20px;
	left: 20px;
	margin-bottom: 10px;
	}
}

@media (max-width: 600px) {
	#fp-nav {
		visibility: hidden;
	}

	#section0 #logo-zack {
		margin-top: 5%;
	}

	#section0 h2{
		font-size: 1em;
		left: 10%;
		width: 80%;
		bottom: -13%;
	}

	.btn-sell {
		margin-top: 50px;
		width: 95%;
	}

	#section1-mob h1{
		margin-top: 0.6em;
		padding: 0 10px;
		font-size: 1.3em;
	}

	.section1 .step h2 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.section1 .step p {
		font-size: 25px;
	}

	#section2 h2 {
		margin-top: 25px;
	}

	#section2 a {
		width: 90%;
	}	

	#section2 img {
		height: 100px;
		margin-bottom: 30px;
	}

	#section2 .partner-title {
		display: block;
		height: auto;
		padding: 0 20px;
		height: 100%;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.contact-row .support-container {
		position: absolute;
		bottom: 15px;
		left: 50px;
		right: auto;
	}

    #mc-embedded-subscribe {
        float: none;
        cursor:pointer;
        outline:0;
        width: 100%;
    }
    #email
    {
        float:none;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 320px;
    }

    .email{
    	text-align: center;
        width: 100%;
        max-width: 320px;
        box-sizing: border-box;
        height: 60px;
    }

    #mc-embedded-subscribe {
    	height: 60px;
    	width: 100%;
    	margin: 20px 0;
    }

    #footer .feedbacks {
    	font-size: 26px;
    	margin-bottom: 50px;
    }

    #footer .join-form {
    	max-width: 320px;
    }

    .typeform-widget {
    	height: auto;
    }

    .typeform-logo img {
	max-width: 150px;
	position: absolute;
	top: 20px;
	left: 20px;
	margin-bottom: 10px;
	}
}

@media (max-width: 320px) {
	#fp-nav {
		visibility: hidden;
	}

	#section0 #logo-zack {
		margin-top: 5%;
	}

	#section0 h2{
		font-size: 1em;
		left: 10%;
		width: 80%;
		bottom: -13%;
	}

	.homepage-top-navigation a {
		font-size: 18px;
		padding-right: 20px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		background-color: transparent;
	}

	#section0 a {
		width: 90%;
	}

	.btn-sell {
		margin-top: 10px;
		width: 90%;
	}

	#section1-mob h1{
		margin-top: 0.6em;
		padding: 0 10px;
		font-size: 1em;
	}

	#slide1, #slide2, #slide3, #slide4 {
		padding-top: 0;
	}

	.section1 .step h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.section1 .step p {
		font-size: 16px;
	}

	#section2 h2 {
		margin-top: 50px;
		font-size: 22px;
		margin-bottom: 50px;
	}

	#section2 p {
		font-size: 20px;
	}	

	#section2 a {
		width: 90%;
	}

	#section2 img {
		height: 100px;
		margin-bottom: 30px;
	}

	#section2 .partner-title {
		display: block;
		height: auto;
		padding: 0 20px;
		height: 100%;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	#section3 .small-info-text {
		width: 90%;
		margin: 0 auto;
	}

	.contact-row .support-container {
		position: absolute;
		bottom: 15px;
		left: 50px;
		right: auto;
	}

    #mc-embedded-subscribe {
        float: none;
        cursor:pointer;
        outline:0;
        width: 100%;
    }
    #email
    {
        float:none;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 320px;
    }

    .email{
    	text-align: center;
        width: 100%;
        max-width: 320px;
        box-sizing: border-box;
        height: 60px;
    }

    #mc-embedded-subscribe {
    	height: 60px;
    	width: 100%;
    	margin: 20px 0;
    }

    #footer .feedbacks {
    	font-size: 26px;
    	margin-bottom: 50px;
    }

    #footer .join-form {
    	max-width: 320px;
    }

    .typeform-widget {
    	height: auto;
    }

    .typeform-logo img {
	max-width: 150px;
	position: absolute;
	top: 20px;
	left: 20px;
	margin-bottom: 10px;
	}
}








/* BUTTONS CREATION*/
.back, .next {
  position: absolute;
  display: block;
  left: 50px;
  top: 30px;
  float: left;
  margin: 0 20px 0 0;
  width: 50px;
  height: 50px;
  border: solid #fff 3px;
  border-radius: 100%;
}

.back:before, .next:before {
  content: " ";
  display: block;
  position: absolute;
  width: 35%;
  height: 35%;
  border: solid #fff 3px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) skewX(10deg) skewY(10deg);
          transform: translate(-50%, -50%) rotate(-45deg) skewX(10deg) skewY(10deg);
}

.back:before {
  border-right: none;
  border-bottom: none;
  left: 58%;
}

.next:before {
  border-top: none;
  border-left: none;
  left: 42%;
}

.back:hover:after, .next:before {
  content: "Accueil";
  display: block;
  position: absolute;
  width: 150px;
  height: 50px;
  top: 0px;
  left: 15px;
  font-size: 20px;
  line-height: 50px;
  font-family: "Raleway", sans-serif;
}

/*END BUTTONS CREATION
---------------------------------------------------------*/
/*EFFECT*/
.back, .next {
  cursor: pointer;
  /*transition: all $btTransiTime linear;*/
}
.back:before, .next:before {
  /*transition: all $btTransiTime linear;*/
}
.back:hover, .next:hover {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
}
.back:hover:before, .next:hover:before {
  border-color: #fff;
}

.back:active:before {
  left: 52%;
}

.next:active:before {
  left: 48%;
}

.btclick {
  border-width: 5px;
  border-color: #02B2E8;
}