body {
  font-family: 'Sofia pro', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.header {
  position: relative;
  z-index: 4;
  padding: 25px 0px 0px;
  background-image: url('../images/guy3-green.jpg'), -webkit-linear-gradient(270deg, #592671, #592671), -webkit-linear-gradient(320deg, #0992f3, #01d4d4);
  background-image: url('../images/guy3-green.jpg'), linear-gradient(180deg, #592671, #592671), linear-gradient(130deg, #0992f3, #01d4d4);
  background-position: 100% 100%, 0px 0px, 0px 0px;
  background-size: contain, auto, auto;
  background-repeat: no-repeat, repeat, repeat;
  text-align: center;
}

.header.girl {
  background-image: url('../images/girl-1.jpg'), -webkit-linear-gradient(270deg, #592671, #592671), -webkit-linear-gradient(320deg, #0992f3, #01d4d4);
  background-image: url('../images/girl-1.jpg'), linear-gradient(180deg, #592671, #592671), linear-gradient(130deg, #0992f3, #01d4d4);
}

.header.man {
  background-image: url('../images/guy-2.jpg'), -webkit-linear-gradient(270deg, transparent, transparent);
  background-image: url('../images/guy-2.jpg'), linear-gradient(180deg, transparent, transparent);
}

.header.woman {
  background-image: url('../images/woman.jpg'), -webkit-linear-gradient(270deg, transparent, transparent);
  background-image: url('../images/woman.jpg'), linear-gradient(180deg, transparent, transparent);
}

.header.app {
  background-image: url('../images/app.jpg'), -webkit-linear-gradient(270deg, transparent, transparent);
  background-image: url('../images/app.jpg'), linear-gradient(180deg, transparent, transparent);
}

.nav {
  margin-top: 0px;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.logo-text {
  margin-top: 9px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.brand {
  margin-top: 5px;
  padding-top: 0px;
  color: #fff;
  font-size: 32px;
}

.nav-menu {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #7c5494;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.nav-menu:hover {
  opacity: 0.75;
  color: #7c5494;
}

.nav-menu.w--current {
  color: #e66140;
}

.sign-up-button {
  padding: 12px 30px;
  border-radius: 3px;
  background-color: #e66140;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, .1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 18px;
}

.sign-up-button:hover {
  background-color: #7c5494;
}

.sign-up-button.fixed {
  margin-top: 13px;
  font-size: 16px;
}

.sign-up-button.red-button {
  width: 140px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #e66140;
  font-size: 16px;
  font-weight: 500;
}

.sign-up-button.red-button:hover {
  background-color: #a9c512;
  background-position: 94% 50%, -38% 50%;
  text-align: left;
}

.sign-up-button.red-button.ref {
  width: auto;
}

.sign-up-button.red-button-large {
  width: 190px;
  margin-top: 6px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #e66140;
  font-size: 16px;
  font-weight: 500;
}

.sign-up-button.red-button-large:hover {
  background-color: #a9c512;
  background-image: none;
  text-align: center;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-titile {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 64px;
  line-height: 66px;
  font-weight: 500;
  text-align: left;
}

.white-layer {
  position: relative;
  z-index: 5;
  height: auto;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 79px;
  background-color: #ededed;
  box-shadow: none;
  text-align: center;
}

.triangle-layer {
  position: absolute;
  right: 0px;
  bottom: 120px;
  z-index: 1;
  width: 50%;
  height: 100px;
  border-bottom: 150px solid #02e0e0;
  border-left: 1031px solid transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image {
  position: relative;
  z-index: 2;
}

.left-triangle {
  position: relative;
  z-index: 1;
  width: 35%;
  border-top: 106px solid rgba(1, 212, 212, .5);
  border-right: 682px solid transparent;
}

.features {
  padding-top: 117px;
  padding-bottom: 0px;
  background-color: transparent;
  text-align: center;
}

.features._1st {
  padding-top: 0px;
}

.features.last {
  margin-bottom: 15rem;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Sofia pro', sans-serif;
  color: #e66140;
  font-size: 34px;
  font-weight: 500;
}

.section-title.align-left {
  color: #7c5494;
  font-size: 30px;
  line-height: 32px;
  text-align: left;
}

.container {
  display: block;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.feature-content {
  position: static;
  display: block;
  width: 90%;
  max-width: 1240px;
  margin-top: 91px;
  margin-right: auto;
  margin-left: auto;
}

.feature {
  display: inline-block;
  max-width: 300px;
  margin: 10px;
  padding: 28px 23px 23px;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: left;
  text-decoration: none;
}

.feature:hover {
  border-color: #ff6d4b;
}

.feature.green:hover {
  border-color: #a6e510;
}

.feature.yellow:hover {
  border-color: #ffcd14;
}

.feature.blue:hover {
  border-color: #00b8f0;
}

.feature-title {
  margin-top: 23px;
  margin-bottom: 15px;
  color: #333;
  font-size: 20px;
  font-weight: 400;
}

.primary-paragraph {
  color: rgba(51, 51, 51, .6);
  font-size: 16px;
  font-weight: 400;
}

.feature-white-layer {
  height: 150px;
  margin-bottom: 70px;
  background-color: #fff;
  background-image: url('../images/Grey-Triangle-reverce.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.integration {
  padding-top: 0px;
  padding-bottom: 20px;
  text-align: center;
}

.body {
  padding-top: 20px;
  padding-bottom: 80px;
  text-align: center;
}

.columns {
  display: inline-block;
  width: 400px;
  margin-top: 60px;
  margin-right: 50px;
  margin-left: 50px;
  text-align: left;
}

.secondary-title {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 400;
}

.main-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pricing {
  padding-bottom: 100px;
  background-color: #f5f9fc;
  font-weight: 400;
  text-align: center;
}

.pricing-triangle-layer {
  height: 146px;
  margin-bottom: 50px;
  background-color: #fff;
  background-image: url('../images/Grey-Triangle.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.sub-heading-texts {
  margin-top: 10px;
  color: rgba(51, 51, 51, .6);
  font-size: 22px;
}

.pricing-table {
  margin-bottom: 80px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
}

._8c-package {
  display: inline-block;
  width: 25%;
  padding: 30px;
}

.messages-in-package {
  margin-bottom: 30px;
  color: #555;
  font-size: 18px;
  font-weight: 300;
}

.messages-in-package.white {
  color: #fff;
}

.package-price {
  display: inline-block;
  font-size: 78px;
  line-height: 80px;
  font-weight: 400;
}

.package-price.white {
  color: #fff;
}

.price-tag {
  display: inline-block;
  margin-left: 5px;
  font-weight: 400;
}

.price-tag.white {
  color: #fff;
}

.per-message-text {
  margin-bottom: 40px;
  color: #555;
  font-size: 16px;
  font-weight: 300;
}

.per-message-text.white {
  color: #fff;
  font-weight: 300;
}

.package-features {
  margin-top: 7px;
  margin-bottom: 7px;
  padding-left: 30px;
  background-image: url('../images/arrow-left-circle.svg');
  background-position: 0px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-weight: 300;
  text-align: left;
}

.package-features.white {
  color: #fff;
}

._5c-package {
  display: inline-block;
  width: 23%;
  padding-right: 15px;
  padding-left: 30px;
  border-right: 1px solid #cfd5da;
}

.popular-package {
  display: inline-block;
  width: 27%;
  padding: 30px;
  background-color: #00b8f0;
}

.popular-text {
  width: 27%;
  height: 40px;
  margin-top: 50px;
  margin-left: 25%;
  padding-top: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #00b8f0;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
}

.our-platform {
  padding-top: 80px;
  padding-bottom: 140px;
  text-align: center;
}

.all-platforms {
  margin-top: 35px;
  border-top: 1px solid #d1dde6;
  border-bottom: 1px solid #d1dde6;
  border-left: 1px solid #d1dde6;
}

.platform {
  display: inline-block;
  width: 20%;
  padding: 40px 30px 100px;
  border-right: 1px solid #d1dde6;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #333;
  text-align: left;
  text-decoration: none;
}

.platform:hover {
  box-shadow: 0 0 50px 1px rgba(0, 0, 0, .24);
}

.platform.green-border {
  border-bottom: 4px solid #a6e510;
}

.platform.blue-border {
  border-bottom: 5px solid #00b8f0;
}

.platform.yellow-border {
  border-bottom: 4px solid #ffcd14;
}

.platform.orange-border {
  border-bottom: 4px solid #ff6d4b;
}

.platform-image {
  display: block;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
}

.link-block {
  color: #333;
  text-decoration: none;
}

.know-more-text {
  display: inline-block;
  margin-top: 17px;
  color: #00b8f0;
  font-size: 16px;
  font-weight: 400;
}

.right-arrow {
  margin-top: -2px;
  margin-left: 10px;
}

.footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #592671;
}

.company-description {
  margin-top: 10px;
  color: #a672c5;
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
}

.footer-main-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-menu-title {
  margin-bottom: 15px;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0px;
}

.footer-menu {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #aa7dc5;
  font-size: 17px;
  text-decoration: none;
}

.footer-menu:hover {
  color: #fff;
}

.social {
  margin-right: 10px;
  margin-left: 10px;
  opacity: 0.6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social:hover {
  opacity: 1;
}

.fixed-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999999;
  display: none;
  height: 70px;
  padding-right: 50px;
  padding-left: 50px;
  border-bottom: 1px solid #eceef0;
  background-color: #fff;
  opacity: 1;
}

.fixed-nav-menu {
  margin-top: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #7c5494;
  font-size: 16px;
  font-weight: 500;
}

.fixed-nav-menu:hover {
  color: #592671;
}

.fixed-nav-menu.w--current {
  color: #ededed;
}

.fixed-nav-logo {
  margin-top: 17px;
}

.hero-image {
  position: relative;
  z-index: 2;
}

.main-phrase {
  display: block;
  margin: 21px auto 29px;
  color: #592671;
  font-size: 26px;
  line-height: 39px;
  font-weight: 500;
  text-align: left;
}

.container-copy {
  display: block;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.content-hero-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1240px;
  min-height: 95vh;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading {
  margin-top: 10px;
  margin-bottom: 18px;
  color: #b783d6;
  text-align: left;
}

.heading-copy {
  margin-top: 0px;
  color: #e66140;
  text-align: left;
}

.orange {
  color: #e66140;
}

.container-adri {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 90%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.lighter {
  color: #7c5494;
}

.lighter.bigger {
  font-size: 49px;
  line-height: 55px;
  text-align: center;
}

.link-text-orange {
  display: inline-block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #e66140;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  text-decoration: underline;
}

.link-text-orange:hover {
  color: #7c5494;
}

.nav-menu-header {
  display: block;
}

.slider {
  height: auto;
  background-color: #592671;
}

.slide-nav {
  margin-bottom: 182px;
  font-size: 12px;
}

.icon {
  opacity: 0.25;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 20px;
}

.icon:hover {
  opacity: 1;
}

.icon-2 {
  opacity: 0.25;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 20px;
}

.icon-2:hover {
  opacity: 1;
}

.triangle-separator {
  position: relative;
  z-index: 10;
  height: auto;
  margin-top: -9%;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.triangle-separator-inverted {
  position: relative;
  z-index: 10;
  display: none;
  height: auto;
  margin-top: 0%;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.container-classic {
  display: block;
  width: 90%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.main-phrase-copy {
  display: block;
  margin: -12px auto 29px;
  padding-top: 29px;
  padding-left: 72px;
  color: #592671;
  font-size: 26px;
  line-height: 39px;
  font-weight: 500;
  text-align: left;
}

.pre-footer {
  min-height: 450px;
  margin-top: -77px;
  padding-top: 181px;
  padding-bottom: 1px;
  background-color: #ededed;
}

.newsletter-recolt {
  margin-top: 50px;
  margin-bottom: 143px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
  margin-bottom: 86px;
  padding: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #592671;
  color: #fff;
}

.text-field {
  height: 47px;
  margin-top: 9px;
  margin-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-color: transparent;
  border-radius: 3px;
  background-color: #7c5494;
  font-family: 'Sofia pro', sans-serif;
  color: #fff;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}

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

.heading-2 {
  margin-top: -2px;
  color: #7c5494;
  font-size: 32px;
}

.text-field-copy {
  height: 47px;
  margin-top: 9px;
  margin-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-color: transparent;
  border-radius: 3px;
  background-color: #7c5494;
  font-family: 'Sofia pro', sans-serif;
  color: #e66140;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}

.text-field-copy:focus {
  border-style: solid;
  border-width: 1px;
}

.text-field-copy::-webkit-input-placeholder {
  color: #592671;
}

.text-field-copy:-ms-input-placeholder {
  color: #592671;
}

.text-field-copy::placeholder {
  color: #592671;
}

.afnor-logo {
  margin-top: 10px;
  margin-left: 40px;
  padding-top: 0px;
  color: #fff;
}

.image-2 {
  margin-bottom: 15px;
  margin-left: 79px;
  text-align: left;
}

.column-2 {
  padding-top: 54px;
  text-align: left;
}

.column-3 {
  padding-top: 38px;
  text-align: left;
}

.link-block-2 {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 96px;
  background-color: #e66140;
  background-image: url('../images/Facebook.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0 6px 13px -3px rgba(0, 0, 0, .44);
}

.link-scroll-down {
  z-index: 999999;
  width: 50px;
  height: 50px;
  margin-top: 22px;
  background-image: url('../images/arrow-down.png');
  background-position: 50% 52%;
  background-size: 25px;
}

.link-scroll-to-top {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
  width: 50px;
  height: 50px;
  margin: 0px 0px 25px 25px;
  background-image: url('../images/arrow-up.png');
  background-size: 25px;
}

.grid-home-projet {
  position: relative;
  z-index: 5;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 550px;
  padding: 25px 50px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/girl-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.link-block-3:hover {
  background-image: url('../images/girl-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.heading-3 {
  font-size: 39px;
}

.fleche-link-bloc {
  display: block;
  margin-top: 24px;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.link-block-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 550px;
  padding: 25px 50px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/guy3-green.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.link-block-3-copy:hover {
  background-image: url('../images/guy3-green.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-3-copy.w--current {
  background-image: url('../images/guy-green.jpg');
}

.link-block-3-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 550px;
  padding: 25px 50px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-linear-gradient(88deg, #592671, rgba(124, 84, 148, 0) 57%), url('../images/Capture-d’écran-2018-03-13-à-11.59.56.png');
  background-image: linear-gradient(2deg, #592671, rgba(124, 84, 148, 0) 57%), url('../images/Capture-d’écran-2018-03-13-à-11.59.56.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.link-block-3-team:hover {
  background-image: -webkit-linear-gradient(88deg, #592671, rgba(124, 84, 148, 0) 75%), url('../images/Capture-d’écran-2018-03-13-à-11.59.56.png');
  background-image: linear-gradient(2deg, #592671, rgba(124, 84, 148, 0) 75%), url('../images/Capture-d’écran-2018-03-13-à-11.59.56.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-block-3-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 1100px;
  padding: 25px 50px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-linear-gradient(270deg, rgba(124, 84, 148, .47) 48%, #592671), url('../images/screen.png');
  background-image: linear-gradient(180deg, rgba(124, 84, 148, .47) 48%, #592671), url('../images/screen.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.link-block-3-copy-copy:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(124, 84, 148, .47) 63%, #592671 93%), url('../images/screen.png');
  background-image: linear-gradient(180deg, rgba(124, 84, 148, .47) 63%, #592671 93%), url('../images/screen.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-block-3-copy-copy.w--current {
  height: 1100px;
}

.span-orange {
  color: #b2eb28;
}

.link-woman {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 550px;
  padding: 25px 50px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/woman-green.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.link-man {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 550px;
  padding: 25px 50px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/guy-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.link-man.w--current {
  background-image: url('../images/guy-green.jpg');
}

.link-devenir {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 550px;
  padding: 25px 50px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-linear-gradient(88deg, #592671, rgba(124, 84, 148, 0) 57%), url('../images/team-kinequaliplus.jpg');
  background-image: linear-gradient(2deg, #592671, rgba(124, 84, 148, 0) 57%), url('../images/team-kinequaliplus.jpg');
  background-position: 0px 0px, 50% 3%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.link-devenir:hover {
  background-image: -webkit-linear-gradient(88deg, #592671 11%, rgba(124, 84, 148, 0) 85%), url('../images/team-kinequaliplus.jpg');
  background-image: linear-gradient(2deg, #592671 11%, rgba(124, 84, 148, 0) 85%), url('../images/team-kinequaliplus.jpg');
  background-position: 0px 0px, 50% 3%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.light {
  color: #592671;
}

.image-3 {
  margin-top: 19px;
}

.heading-4 {
  display: block;
  border-bottom: 1px solid #fff;
  line-height: 31px;
}

.image-4 {
  margin-top: 5px;
}

.header-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #592671;
  background-image: -webkit-linear-gradient(270deg, rgba(89, 38, 113, .77), rgba(89, 38, 113, .77)), url('../images/rond.png');
  background-image: linear-gradient(180deg, rgba(89, 38, 113, .77), rgba(89, 38, 113, .77)), url('../images/rond.png');
  background-position: 0px 0px, -366% 50%;
  background-size: auto, 1512px;
  background-repeat: repeat, no-repeat;
}

.hero-div {
  margin-top: 200px;
  margin-bottom: 100px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.hero-title {
  font-size: 96px;
  line-height: 96px;
  text-align: left;
}

.subtitle-orange {
  color: #e66140;
  text-align: left;
}

.subtitle-vert {
  color: #b2eb28;
  text-align: left;
}

.link-scroll-down-page {
  z-index: 999999;
  width: 50px;
  height: 50px;
  margin-top: -32px;
  background-image: url('../images/arrow-down.png');
  background-position: 50% 52%;
  background-size: 25px;
}

.main-phrase-page {
  display: block;
  margin: 28px auto 29px;
  color: #592671;
  font-size: 26px;
  line-height: 39px;
  font-weight: 500;
  text-align: left;
}

.main-phrase-page.big {
  padding-bottom: 29px;
  border-bottom: 3px solid #e66140;
  font-size: 35px;
  line-height: 50px;
}

.grey-layer {
  position: relative;
  z-index: 5;
  height: auto;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ededed;
  box-shadow: none;
  text-align: center;
}

.photo {
  position: relative;
  left: -30px;
  width: 350px;
  height: 350px;
  margin-right: 0px;
  border: 62px solid #592671;
  border-radius: 226px;
  background-image: url('../images/Capture-d’écran-2018-03-14-à-11.39.31.png');
  background-position: -122px -93px;
  background-size: auto;
  background-repeat: no-repeat;
}

.nom-prnom {
  margin-top: 15px;
  margin-bottom: 0px;
  color: #592671;
  text-align: left;
}

.fonction {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #e66140;
  font-size: 22px;
  line-height: 24px;
  text-align: left;
}

.syndic {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #e66140;
  font-size: 22px;
  line-height: 24px;
  text-align: left;
}

.bio {
  margin-top: 20px;
  color: #7c5494;
  font-weight: 400;
  text-align: left;
}

.quote {
  margin-top: 20px;
  color: #592671;
  font-size: 20px;
  line-height: 27px;
  font-style: italic;
  font-weight: 500;
  text-align: left;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.membre {
  margin-bottom: 120px;
  padding: 75px 8em 57px;
  background-color: #ededed;
}

.column-6 {
  padding-right: 22px;
  padding-left: 73px;
}

.membre-violet {
  margin-bottom: 120px;
  padding: 75px 8rem 57px;
  background-color: #592671;
}

.quote-vert {
  margin-top: 20px;
  padding-left: 16px;
  color: #b2eb28;
  font-size: 20px;
  line-height: 27px;
  font-style: italic;
  font-weight: 500;
  text-align: right;
}

.bio-white {
  margin-top: 20px;
  color: #fff;
  font-weight: 400;
  text-align: right;
}

.fonction-dark {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #e66140;
  font-size: 22px;
  line-height: 24px;
  text-align: right;
}

.nom-prnom-white {
  margin-top: 15px;
  margin-bottom: 0px;
  color: #fff;
  text-align: right;
}

.photo-dark {
  position: relative;
  left: 6px;
  right: 11px;
  width: 350px;
  height: 350px;
  margin-right: 0px;
  border: 62px solid #ededed;
  border-radius: 226px;
  background-image: url('../images/Capture-d’écran-2018-03-14-à-11.39.31.png');
  background-position: -122px -93px;
  background-size: auto;
  background-repeat: no-repeat;
}

.column-6-copy {
  padding-right: 40px;
  padding-left: 46px;
  text-align: right;
}

.syndic-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #e66140;
  font-size: 22px;
  line-height: 24px;
  text-align: right;
}

.content-purple-bg {
  padding-bottom: 187px;
  background-color: #592671;
}

.organisme {
  text-align: left;
}

.column-7 {
  padding-right: 37px;
}

.column-8 {
  margin-top: 310px;
  padding-left: 34px;
}

.column-organisation {
  margin-bottom: 102px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.titre-orga {
  color: #fff;
}

.paragraph {
  color: #fff;
  font-weight: 500;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-4 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  height: 280px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 3px 4px 11px 5px rgba(0, 0, 0, .23);
}

.background-video {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13));
}

.background-video:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .38));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .38));
}

.image-5 {
  position: relative;
  z-index: 5;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 153px;
  margin-bottom: 82px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 146px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-4.messagerie {
  display: none;
}

.blank-separator {
  height: 120px;
}

.image-6 {
  float: left;
}

.image-6-copy {
  margin-left: 25px;
  float: left;
}

.layer-1 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.layer-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.layer-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

._3d-effect {
  position: relative;
  display: block;
}

.perspective-layer-base {
  width: 380px;
  float: right;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.column-9 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 77px;
}

.div-block {
  position: relative;
  z-index: 1;
  padding-top: 104px;
  padding-bottom: 132px;
  background-color: #fff;
}

.image-7 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.step {
  margin-bottom: 10rem;
}

.step-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Sofia pro', sans-serif;
  color: #e66140;
  font-size: 45px;
  line-height: 45px;
  font-weight: 500;
}

.orange-dot {
  display: block;
  width: 10px;
  height: 10px;
  margin-right: auto;
  margin-bottom: 0.5rem;
  margin-left: auto;
  border-radius: 360px;
  background-color: #e66140;
}

.aligned-center-text-step {
  display: block;
  margin: 59px auto 29px;
  color: #592671;
  font-size: 26px;
  line-height: 39px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.aligned-center-text-step.big {
  padding-bottom: 29px;
  border-bottom: 3px solid #e66140;
  font-size: 35px;
  line-height: 50px;
}

.titre-a-propos {
  color: #592671;
}

.big-title {
  color: #e66140;
  font-size: 70px;
  line-height: 72px;
  text-align: center;
}

.testimonials {
  display: block;
  margin: 59px auto 29px;
  color: #b3b3b3;
  font-size: 22px;
  line-height: 31px;
  font-style: italic;
  font-weight: 500;
  text-align: left;
}

.testimonials.big {
  padding-bottom: 29px;
  border-bottom: 3px solid #e66140;
  font-size: 35px;
  line-height: 50px;
}

.name-testimonials {
  display: block;
  margin: 0px auto;
  font-family: 'Sofia pro', sans-serif;
  color: #e66140;
  font-size: 22px;
  line-height: 31px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}

.name-testimonials.big {
  padding-bottom: 29px;
  border-bottom: 3px solid #e66140;
  font-size: 35px;
  line-height: 50px;
}

.name {
  color: #7c5494;
}

.column-10 {
  padding-right: 39px;
  padding-left: 46px;
}

.column-11 {
  padding-right: 42px;
  padding-left: 41px;
}

.separateur-orange-bloc {
  height: 2px;
  margin-top: 13rem;
  margin-bottom: 0rem;
  background-color: #e66140;
}

.link-block-5 {
  float: left;
  clear: left;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #e66140;
  text-decoration: none;
}

.link-block-5:hover {
  color: #b2eb28;
}

.link-block-6 {
  float: left;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #e66140;
  text-decoration: none;
}

.link-block-6:hover {
  color: #b2eb28;
}

.row-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-12 {
  padding-right: 40px;
}

.image-8 {
  position: relative;
  left: -16px;
}

.image-9 {
  position: relative;
  left: -17px;
}

.image-10 {
  position: relative;
  left: -13px;
}

.image-11 {
  position: relative;
  left: -23px;
  top: 21px;
}

.image-12 {
  position: relative;
  left: -24px;
  top: 14px;
}

.colonne-cofrac {
  margin-top: 0px;
  padding-left: 34px;
}

.link-bloc-video {
  position: relative;
  z-index: 1;
  display: none;
  overflow: hidden;
  width: 90%;
  height: 280px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 3px 4px 11px 5px rgba(0, 0, 0, .23);
}

.link-block-7 {
  float: left;
  clear: left;
  text-align: left;
  text-decoration: none;
}

.link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #592671;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.link-2 {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #e66140;
  text-decoration: none;
}

.link-2:hover {
  color: #b2eb28;
}

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

.aligned-center-text-step-spe-align-left {
  display: block;
  margin: 59px auto 112px;
  padding-right: 8em;
  padding-left: 8em;
  color: #592671;
  font-size: 26px;
  line-height: 39px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.aligned-center-text-step-spe-align-left.big {
  padding-bottom: 29px;
  border-bottom: 3px solid #e66140;
  font-size: 35px;
  line-height: 50px;
}

.link-3 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #7c5494;
  font-weight: 500;
  text-decoration: underline;
}

.link-3:hover {
  color: #e66140;
}

html.w-mod-js *[data-ix="overflow-initial"] {
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="initial-appear-arrow-overflow"] {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (max-width: 991px) {
  .header {
    background-image: -webkit-linear-gradient(270deg, #592671, #592671), url('../images/guy-green.jpg'), -webkit-linear-gradient(270deg, #592671, #592671), -webkit-linear-gradient(320deg, #0992f3, #01d4d4);
    background-image: linear-gradient(180deg, #592671, #592671), url('../images/guy-green.jpg'), linear-gradient(180deg, #592671, #592671), linear-gradient(130deg, #0992f3, #01d4d4);
    background-position: 0px 0px, 100% 100%, 0px 0px, 0px 0px;
    background-size: auto, contain, auto, auto;
    background-repeat: repeat, no-repeat, repeat, repeat;
  }
  .section-title {
    display: block;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .feature-content {
    width: 100%;
    max-width: 100%;
  }
  .footer {
    padding-left: 10%;
  }
  .footer-main-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container-classic {
    width: 100%;
    max-width: auto;
  }
  .form {
    margin-right: 29px;
    margin-left: 30px;
  }
  .link-block-3 {
    background-image: -webkit-linear-gradient(270deg, transparent 11%, rgba(0, 0, 0, .37)), url('../images/girl-1.jpg');
    background-image: linear-gradient(180deg, transparent 11%, rgba(0, 0, 0, .37)), url('../images/girl-1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .link-block-3-copy {
    background-image: -webkit-linear-gradient(270deg, transparent 31%, rgba(0, 0, 0, .39)), url('../images/guy-recut.jpg');
    background-image: linear-gradient(180deg, transparent 31%, rgba(0, 0, 0, .39)), url('../images/guy-recut.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .link-woman {
    background-image: -webkit-linear-gradient(270deg, transparent 29%, rgba(0, 0, 0, .55)), url('../images/woman-green.jpg');
    background-image: linear-gradient(180deg, transparent 29%, rgba(0, 0, 0, .55)), url('../images/woman-green.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .link-man {
    background-image: -webkit-linear-gradient(270deg, transparent 21%, rgba(0, 0, 0, .66)), url('../images/guy-2.jpg');
    background-image: linear-gradient(180deg, transparent 21%, rgba(0, 0, 0, .66)), url('../images/guy-2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .photo {
    left: 0px;
  }
  .fonction {
    text-align: center;
  }
  .bio {
    text-align: center;
  }
  .quote {
    text-align: center;
  }
  .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .row.type2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .membre {
    margin-bottom: 0px;
    padding-top: 76px;
    padding-right: 39px;
    padding-left: 36px;
  }
  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .membre-violet {
    display: block;
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .quote-vert {
    text-align: center;
  }
  .bio-white {
    text-align: center;
  }
  .fonction-dark {
    text-align: center;
  }
  .column-6-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 59px;
    padding-left: 79px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-8 {
    margin-top: 110px;
    padding-left: 0px;
  }
  .column-organisation {
    padding-right: 10%;
    padding-left: 10%;
  }
  .row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block-4 {
    margin-top: 3rem;
    float: left;
  }
  .row-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-4 {
    margin-top: 51px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row-5 {
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .colonne-cofrac {
    padding-left: 0px;
  }
  .column-13 {
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-14 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .column-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-19 {
    padding-right: 73px;
    padding-left: 70px;
  }
  .column-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-21 {
    margin-top: 105px;
  }
  .link-bloc-video {
    margin-top: 3rem;
    float: left;
  }
}

@media (max-width: 479px) {
  .nav-menu {
    color: #592671;
    font-size: 33px;
    line-height: 56px;
  }
  .nav-menu.w--current {
    color: #7c5494;
  }
  .sign-up-button {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sign-up-button.red-button.ref:hover {
    text-align: center;
  }
  .sign-up-button.red-button-large {
    width: 246px;
    padding-top: 17px;
    padding-bottom: 16px;
    background-color: #592671;
    font-size: 19px;
  }
  .nav-menu-2 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 96px;
    background-color: #e66140;
  }
  .hero-titile {
    font-size: 28px;
    line-height: 30px;
  }
  .features {
    padding-top: 1px;
  }
  .section-title {
    margin-top: 32px;
    font-size: 22px;
    line-height: 30px;
  }
  .feature-content {
    padding-right: 18px;
    padding-left: 18px;
  }
  .fixed-nav {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
  }
  .main-phrase {
    font-size: 20px;
    line-height: 28px;
  }
  .content-hero-home {
    width: 84%;
  }
  .heading {
    font-size: 16px;
    line-height: 24px;
  }
  .lighter.bigger {
    font-size: 30px;
    line-height: 30px;
  }
  .slide-nav {
    margin-bottom: 123px;
  }
  .main-phrase-copy {
    padding-left: 7px;
    font-size: 8px;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .heading-2 {
    margin-left: 0px;
  }
  .image-2 {
    margin-left: 19px;
  }
  .link-block-2 {
    z-index: 99;
    margin-left: 12px;
  }
  .heading-3 {
    font-size: 38px;
    line-height: 37px;
  }
  .link-block-3-copy-copy {
    height: 614px;
  }
  .link-woman {
    height: 471px;
  }
  .image-4 {
    display: none;
  }
  .hero-div {
    padding-right: 19px;
    padding-left: 22px;
    text-align: left;
  }
  .hero-title {
    font-size: 39px;
    line-height: 43px;
  }
  .main-phrase-page {
    margin-right: 28px;
    margin-left: 27px;
    font-size: 18px;
    line-height: 29px;
  }
  .main-phrase-page.big {
    font-size: 24px;
    line-height: 30px;
  }
  .photo {
    width: 150px;
    height: 150px;
    border-width: 0px;
  }
  .photo-dark {
    width: 150px;
    height: 150px;
    border-width: 0px;
  }
  .link-block-4 {
    float: none;
    text-align: center;
  }
  .row-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .image-6-copy {
    margin-top: 18px;
    margin-left: 0px;
  }
  .phone-img {
    display: none;
  }
  ._3d-effect {
    left: 131px;
    max-width: 58%;
  }
  .column-9 {
    padding-left: 8px;
  }
  .aligned-center-text-step {
    font-size: 24px;
    line-height: 35px;
  }
  .big-title {
    font-size: 33px;
    line-height: 35px;
    text-align: left;
  }
  .testimonials {
    font-size: 16px;
    line-height: 24px;
  }
  .name-testimonials {
    font-size: 18px;
    line-height: 26px;
  }
  .link-block-5 {
    font-size: 19px;
  }
  .link-block-6 {
    margin-right: 17px;
    margin-left: 13px;
  }
  .image-13 {
    display: none;
  }
  .icon-3 {
    color: #fff;
  }
  .menu-button {
    z-index: 99999999;
  }
  .menu-button-2 {
    z-index: 9999999;
    float: right;
  }
  .div-block-2 {
    padding-left: 10px;
  }
  .column-22 {
    padding-right: 24px;
    padding-left: 26px;
  }
  .link-bloc-video {
    float: none;
    text-align: center;
  }
  .aligned-center-text-step-spe-align-left {
    font-size: 24px;
    line-height: 35px;
  }
}

@font-face {
  font-family: 'Sofia pro';
  src: url('../fonts/Sofia-Pro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Sofia pro';
  src: url('../fonts/Sofia-Pro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Sofia pro';
  src: url('../fonts/Sofia-Pro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}