* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	margin: 0px;
	padding: 0px;
	background: #f9f9f9;
	font-family: "Lato", sans-serif;
	color: #282f36;
	font-weight: 300;
	height: 100%;
	font-feature-settings: "liga" 0;
}

html {
	height: 100%;
}

html:lang(fr) .en,
html:lang(fr) .es {
	display: none;
}
html:lang(en) .fr,
html:lang(en) .es {
	display: none;
}
html:lang(es) .fr,
html:lang(es) .en {
	display: none;
}

html:lang(en) .section-block-right .br-block.en {
	width: 290px;
}

body {
	position: relative;
	min-height: 100%;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
}

img {
	width: 100%;
}

div.image {
	font-size: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

span.red {
	color: red;
}

span.gold {
	color: #c1a364;
}

span.bold {
	font-weight: 700;
	line-height: 40px;
}

.text-center {
	text-align: center;
}

.center {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: initial;
}

#background-animation img {
	width: 100% !important;
	height: auto !important;
}

@media screen and (max-width: 650px) {
	#background-animation img {
		height: calc(100% + 100px) !important;
		width: auto !important;
	}
}

#banner {
	position: relative;
	height: 700px;
	font-size: 0;
	padding: 20px 20px 0px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#banner .background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

#banner .background::after {
	content: "";
	position: absolute;
	width: 200%;
	height: 200px;
	left: 0px;
	top: 100%;
	background: #f9f9f9;
	transform: rotate(-2deg);
	transform-origin: top left;
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
}

#banner .background-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: url(../images/header_background.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

#banner .background-gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #168e99;
	background: -webkit-linear-gradient(90deg, #000000, transparent);
	background: linear-gradient(0deg, #000000, transparent);
	opacity: 0.2;
	display: block;
}

#banner .center {
	max-width: 1370px;
	/* top: 135px; */
}

body.gradient-1 #banner .background-gradient {
	background: -webkit-linear-gradient(0deg, #617ea7, #eb5aa1);
	background: linear-gradient(90deg, #617ea7, #eb5aa1);
}
body.gradient-2 #banner .background-gradient {
	background: -webkit-linear-gradient(0deg, #12fff7, #b3ffab);
	background: linear-gradient(90deg, #12fff7, #b3ffab);
	opacity: 0.6;
}
body.gradient-3 #banner .background-gradient {
	background: -webkit-linear-gradient(0deg, #ff2a00, #fff36a);
	background: linear-gradient(90deg, #ff2a00, #fff36a);
	opacity: 0.7;
}
body.gradient-4 #banner .background-gradient {
	background: -webkit-linear-gradient(0deg, #21bfaf, #d7a8fb);
	background: linear-gradient(90deg, #21bfaf, #d7a8fb);
}

#title {
	position: relative;
	min-width: 300px;
	vertical-align: middle;
	text-align: left;
}

#title #title-content {
	position: relative;
	text-align: left;
	display: inline-block;
}

#title h1 {
	font-family: "lato", sans-serif;
	color: #ffffff;
	font-size: 76px;
	font-weight: 400;
	line-height: 71px;
	letter-spacing: 3px;
	text-shadow: 3px 4px 16px rgba(0, 0, 0, 0.95);
}

#title h2 {
	font-family: "lato", sans-serif;
	color: #ffffff;
	font-size: 35px;
	font-weight: 300;
	letter-spacing: 1px;
	/* text-shadow: 0px 0px 10px rgba(40, 47, 54, 0.5); */
	text-shadow: 3px 4px 16px rgba(0, 0, 0, 0.95);
	padding-top: 20px;
}

.is-uppercase {
	text-transform: uppercase !important;
}

.button {
	background-color: #fff;
	display: inline-flex;
	border-color: #dbdbdb;
	border-width: 1px;
	color: #363636;
	cursor: pointer;
	justify-content: center;
	padding-bottom: calc(0.375em - 1px);
	padding-left: 0.75em;
	padding-right: 0.75em;
	padding-top: calc(0.375em - 1px);
	text-align: center;
	white-space: nowrap;
}

.button-is-background-black {
	background: #282f37;
	color: white;
	font-weight: 900;
	letter-spacing: 2px;
	padding: 1.3rem 1.8rem;
	border-color: #282f37;
	border-radius: 22px;
	font-size: 12px;
}

.is-background-black {
	background: #282f37;
	color: white;
}

.button.is-hovered,
.button:hover {
	background: #c1a364;
	border-color: #c1a364;
	color: white;
}

#keywords_url {
	position: relative;
	max-width: 560px;
	margin: 0 auto;
	display: none;
}
#keywords_url input {
	width: 100%;
	margin: 40px 0;
	font-size: 18px;
	padding: 7px 15px;
	border-radius: 22px;
	font-weight: normal;
	max-width: calc(100% - 60px);
	outline: none;
	border: 1px solid transparent;
}
#keywords_url button {
	display: inline-block;
	padding: 13px 15px !important;
	color: black;
	height: 38px;
	position: absolute;
	right: 16px;
	top: 40px;
	line-height: 10px;
	color: white;
	cursor: pointer;
}

#title h2.audience-sub {
	margin: -55px 0;
	font-size: 20px !important;
	text-align: center;
	font-weight: 400;
	display: none;
}

.contact-us {
	height: 2px;
	line-height: 2px;
}
.form-newsletter .button {
	height: 2px;
	line-height: 2px;
	margin-top: 20px;
}

#newsletter-wrapper {
	position: relative;
	width: auto;
	float: right;
	display: inline-block;
	vertical-align: middle;
	top: -375px;
}

#newsletter-wrapper .newsletter-padding {
	position: relative;
	padding: 30px 30px 20px;
	max-width: 570px;
	margin: 0 auto;
	background: transparent;
	/* -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 2px; */
	border-radius: 2px;
}

#newsletter-wrapper #newsletter-content {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
}

#newsletter-wrapper .newsletter-title {
	font-size: 27px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	text-align: left;
	margin-bottom: 30px;
	color: #282f36;
	letter-spacing: 0.1px;
}

section {
	padding: 0px 0px;
}

.section-block {
	font-size: 0;
}

.section-block .sb-row {
	margin: 50px 0px;
	text-align: center;
}

.section-block-video {
	position: relative;
	width: 100%;
	max-width: 524px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
}

.section-block-left,
.section-block-right {
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	top: 100px;
}

.section-block-left {
	left: -220px;
}

.section-block-right {
	right: -210px;
}

#video {
	position: relative;
	width: 100%;
}

#anim-triangle {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#video-image {
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	width: 524px;
	max-width: 524px;
	margin: 0 auto;
}

#video-image img {
	position: relative;
	z-index: 1;
}

#video-screen {
	position: absolute;
	width: 210px;
	height: 373px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

#video-screen video {
	width: 100%;
}

.insite {
	display: inline-block;
	text-align: center;
}

.br-block {
	width: 350px;
	display: inline-block;
	vertical-align: top;
}

.br-row {
	margin-bottom: 100px;
}

.br-row:last-child {
	margin-bottom: 0px;
}

.br-row h1 {
	font-size: 50px;
	font-family: "Oswald", sans-serif;
	font-weight: 200;
	/* letter-spacing: 2.5px; */
	letter-spacing: 1.5px;
	color: #282f36;
	/* text-transform: uppercase; */
}

.br-row h2 {
	font-size: 24px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	color: #c1a364;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.br-row h3 {
	font-size: 22px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	color: #282f36;
	text-transform: uppercase;
	padding-top: 20px;
	letter-spacing: 2px;
}

.br-block p {
	font-size: 17px;
	font-family: "Lato", sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 20px;
}

footer {
	/* position: absolute;
	width: calc(100% - 140px);
	padding: 0px 70px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
	background: #1F2227;
	height: 100px;
	bottom: 0px; */

	position: relative;
	width: calc(100% - 40px);
	text-align: center;
	padding: 30px 20px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: "Lato", sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
	background: #1f2227;
	color: white;
}
footer > div {
	position: relative;
}

footer #top-footer {
	height: auto;
}

.logo-section {
	margin: 0 auto;
	max-width: 250px;
	top: 50%;
	transform: translateY(-50%);
}

/* 
 footer #top-footer .logo-section {
	display: inline-block;
	width: auto;
	height: 100%;
 }

 footer #top-footer .logo-section img {
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	width: 160px;
	height: auto;
 } */

footer #top-footer .nav-section {
	display: inline-block;
	width: auto;
	padding: 60px 0 30px 50px;
	height: 100%;
}

footer #top-footer .nav-section ul {
	list-style: none;
	display: inline-block;
}

footer #top-footer .nav-section ul li {
	color: #ffffff;
	padding: 3px;
	padding-left: 80px;
	font-size: 14px;
	line-height: 20px;
}

footer #top-footer .nav-section-right {
	position: absolute;
	right: 0;
	top: 50%;
	/* padding-top: 50px; */
	transform: translate(0, -50%);
}

footer #top-footer .nav-section-right ul {
	list-style: none;
	padding-left: 50px;
}

footer #top-footer .nav-section-right ul li {
	display: inline-block;
}

footer .icon-footer {
	width: 32px;
	padding-left: 10px;
}

footer .question {
	position: absolute;
	top: 50%;
	left: 50%;
	padding-top: 40px;
	transform: translate(-50%, -50%);
	text-transform: none;
	font-size: 18px;
	color: white;
}

footer #bottom-footer {
	height: 45px;
}

footer #bottom-footer div {
	width: 100%;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	padding-top: 50px;
	padding-top: 20px;
}

.policy-right {
	position: relative;
	color: white;
	text-align: right;
	text-transform: none;
	padding-top: 10px;
	font-size: 12px;
}

@media screen and (max-width: 950px) {
}

/*
 *
 * SELLSY
 *
*/

.newsletter-wrapper-select {
	position: relative;
	width: 100%;
}

.newsletter-wrapper-select::before {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 34px;
	height: 34px;
	top: 0px;
	right: 0px;
	background: #89a19e;
}

.newsletter-wrapper-select::after {
	content: "\25BC";
	position: absolute;
	pointer-events: none;
	width: 11px;
	text-align: center;
	top: 50%;
	right: 11px;
	transform: translate(0, -50%);
	font-size: 8px;
	color: #ffffff;
	margin-top: 2px;
}

.newsletter .newsletter-select {
	display: block;
	padding-right: 35px;
	width: 100%;
	height: 34px;
	border: 0px;
	margin-bottom: 10px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
	appearance: none;
	background: #ffffff;
	color: #282f36;
	text-indent: 10px;
	font-family: "Lato", sans-serif;
	letter-spacing: 1px;
	font-size: 11px;
}

.newsletter .newsletter-select:focus {
	outline: none;
}

.newsletter label {
	position: relative;
	margin-bottom: 16px;
	display: inline-block;
	width: calc(50% - 8px);
	vertical-align: top;
	margin-right: 10px;
	text-align: left;
}

.newsletter label:nth-child(2n) {
	margin-right: 0px;
}

.newsletter label.large {
	width: 100%;
}

.newsletter label.no-bottom {
	margin-bottom: 0px;
}

.newsletter label input {
	width: calc(100% - 20px);
	border: 0px;
	padding: 10px;
	background: #ffffff;
	font-size: 14px;
}

.newsletter label input.input-checkbox {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: -2px;
}

.newsletter label .text-checkbox {
	font-size: 14px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	text-indent: 5px;
}

.newsletter label span {
	font-size: 13px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
	font-style: italic;
	color: #868686;
	display: block;
}

.newsletter label textarea {
	width: calc(100% - 20px);
	min-width: calc(100% - 20px);
	max-width: calc(100% - 20px);
	height: 100px;
	padding: 10px;
	border: none;
	background: #ffffff;
}

.newsletter .button-form {
	width: 100%;
	max-width: 190px;
	border: none;
	font-size: 16px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	color: #ffffff;
	background: #282f36;
	padding: 13px 0px;
	margin-top: 25px;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}

.newsletter-content-valid,
.newsletter-content-error {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #ffffff;
	opacity: 0;
	display: none;
	-webkit-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.newsletter-text-valid,
.newsletter-text-error {
	position: relative;
	display: block;
	text-align: center;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 17px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	color: #80918f;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.form-newsletter .g-recaptcha {
	display: none;
}

#container-recaptcha {
	padding-top: 40px;
}

/*
 *
 * TRIANGLE
 *
*/

.triangle {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	opacity: 0.3;
	transform: translateZ(1px);
}

.triangle .triangle_position {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.triangle .triangle_scale {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

@keyframes triangle_rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.triangle .triangle_rotate {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	-webkit-transform-origin: center center;
	transform-origin: center center;

	border-top: 2px solid transparent;
	-moz-border-image: -moz-linear-gradient(0deg, #33d093 0%, #b85cb3 100%);
	-webkit-border-image: -webkit-linear-gradient(0deg, #33d093 0%, #b85cb3 100%);
	border-image: linear-gradient(90deg, #33d093 0%, #b85cb3 100%);
	border-image-slice: 1;

	animation-name: triangle_rotate;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;

	border-image: none;
	border-top: 1px solid #c1a364;
}

.triangle .triangle_rotate::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	-webkit-transform: rotate(-29deg);
	transform: rotate(-29deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;

	border-left: 2px solid transparent;
	-moz-border-image: -moz-linear-gradient(90deg, #5299a6 0%, #33d093 100%);
	-webkit-border-image: -webkit-linear-gradient(90deg, #5299a6 0%, #33d093 100%);
	border-image: linear-gradient(0deg, #5299a6 0%, #33d093 100%);
	border-image-slice: 1;

	border-image: none;
	border-left: 1px solid #c1a364;
}

.triangle .triangle_rotate::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	-webkit-transform: rotate(29deg);
	transform: rotate(29deg);
	-webkit-transform-origin: top right;
	transform-origin: top right;

	border-right: 2px solid transparent;
	-moz-border-image: -moz-linear-gradient(270deg, #b85cb3 0%, #5299a6 100%);
	-webkit-border-image: -webkit-linear-gradient(270deg, #b85cb3 0%, #5299a6 100%);
	border-image: linear-gradient(180deg, #b85cb3 0%, #5299a6 100%);
	border-image-slice: 1;

	border-image: none;
	border-right: 1px solid #c1a364;
}

#contact {
	margin-top: 30px;
	max-width: 1035px;
	margin: 50px auto;
	padding: 0 10px;
}

.adress {
	padding-top: 25px;
	font-size: 17px;
	/* padding-bottom: 45px; */
	letter-spacing: 0.1px;
	font-weight: 400;
}

.infos-contact {
	font-size: 17px;
	padding-top: 23px;
	letter-spacing: 0.1px;
}

/* .infos-contact a {
	color: #C0A268;
} */

.megatitle {
	font-size: 42px;
	font-weight: 300;
	padding-bottom: 40px;
	text-align: center;
}

.light {
	font-size: 25px !important;
	font-weight: 300 !important;
}

.start-button {
	background: #282f36 !important;
	color: white !important;
	max-width: 160px !important;
	margin: 0 auto !important;
	padding: 10px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	margin-top: -30px !important;
	font-weight: 700 !important;
}

/* a[ id= "solutions-block" ]:target ~ .center article.panel {
	-webkit-transform: translateY( -500px );
	transform: translateY( -500px );
} */

/* @media screen and (max-width: 1020px) {
	#contact {
		max-width: 880px;
	}
} */

@media screen and (max-width: 920px) {
	/* #contact {
		max-width: 880px;
	} */

	#newsletter-wrapper {
		transform: translateX(-50%);
		left: 50%;
		float: none;
		top: 30px;
	}

	.adress,
	.infos-contact,
	.megatitle {
		text-align: center;
	}
}

@media screen and (max-width: 950px) {
	.section-block-left {
		left: -140px;
	}

	.section-block-right {
		right: -140px;
	}
}

@media screen and (max-width: 830px) {
	#title {
		width: 100%;
		margin: 0px 0px 60px;
	}

	#newsletter-wrapper {
		width: calc(100% - 40px);
		padding: 0px 20px;
	}

	.section-block-video {
		overflow: hidden;
	}

	#video {
		margin-bottom: 30px;
	}

	.section-block-left,
	.section-block-right {
		position: relative;
		top: 0px;
		left: 0px;
		right: 0px;
		transform: translate(0, 0);
	}

	.br-row,
	.insite {
		margin-bottom: 30px;
	}
}

/* @media screen and (max-width: 700px) {
	#nav {
		right: 0px;
	}
	
	#nav button {
		display: inline-block;
	}
	
	#nav-liste {
		display: none;
		position: absolute;
		top: 30px;
		right: 0px;
		background: #ffffff;
		opacity: 0.7;
	}
	
	#nav ul {
		padding: 0px;
		width: auto;
	}
	
	#nav ul li {
		display: block;
	}
	
	#nav li a {
		padding: 20px 30px;
	}
	
	#language-wrapper-select {
		right: 90px;
	}
	
	#banner .background-image {
		background: url(../images/header_background.jpg) no-repeat -602px center;
	}
	
	section {
		padding: 0px 0px;
	}

	.free-trial, .nav-button {
		right: 66px;
		position: absolute;
		top: -26px;
		padding: 20px;
		font-size: 10px;
	}
} */

@media screen and (max-width: 900px) {
	#banner .center {
		top: 75px;
	}

	#contact {
		margin-top: 30px;
	}

	.megatitle {
		max-width: 350px;
		margin: 0 auto;
		padding-bottom: 20px;
	}

	#newsletter-wrapper .newsletter-padding {
		padding: 0;
	}

	.newsletter label input {
		height: 50px;
		font-size: 15px;
	}

	.newsletter label span {
		font-size: 17px !important;
	}

	.newsletter label textarea {
		font-size: 15px !important;
	}
}

@media screen and (max-width: 650px) {
	#header #logo {
		width: 120px;
		left: 20px;
	}

	#nav li a {
		font-weight: 700;
	}

	#title h1 {
		font-size: 46px;
		line-height: 45px;
	}

	#title h2 {
		font-size: 33px;
	}

	#newsletter-wrapper .newsletter-title {
		font-size: 16px;
	}

	.br-row h1 {
		font-size: 38px;
	}

	.br-row h1 br {
		display: none;
	}

	.br-row h2 {
		font-size: 28px;
		font-weight: 300;
	}

	.br-block p {
		font-size: 14px;
	}

	.br-row h3 {
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 1px;
	}

	.br-block {
		max-width: 350px;
	}
}

@media screen and (max-width: 460px) {
	/* #banner .center {
		top: 0px;
	} */
	#keywords_url button {
		height: 37px;
	}
}

/* @media screen and (max-width: 374px) {
	.free-trial, .nav-button {
		right: 66px;
		position: absolute;
		top: -27px;
		padding: 10px;
		max-width: 80px;
		white-space: normal;
		line-height: 12px;
		height: 24px;
	}
} */

body.with-animation .background-image,
body.with-animation .background-gradient {
	display: none;
}
