.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  background-color: #222;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  display: block;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  color: #fff;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

a {
  color: #00d6b4;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
}

.hero {
  min-height: 540px;
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(#222)), url('../images/fe4a5cbf.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), #222), url('../images/fe4a5cbf.jpg');
  background-position: 0px 0px, 38% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero.small {
  min-height: 410px;
}

.hero.sub-page {
  height: 62vh;
}

.hero.about-page {
  min-height: 340px;
  margin-top: 0px;
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(#222)), url('../images/photo-1441716844725-09cedc13a4e7.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), #222), url('../images/photo-1441716844725-09cedc13a4e7.jpg');
  background-size: auto, cover;
}

.hero.contact-page {
  min-height: 450px;
}

.hero.project-page {
  min-height: 384px;
}

.hero-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  text-align: center;
}

.hero-content.small {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.nav {
  padding-top: 28px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(28%, #000), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #000 28%, hsla(0, 0%, 100%, 0));
}

.nav-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #fff;
  text-decoration: none;
}

.nav-link.w--current {
  color: #2d9cd3;
}

.logo {
  display: inline-block;
  margin-left: 0px;
  padding: 15px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  -o-object-fit: fill;
  object-fit: fill;
}

.logo:hover {
  color: #fff;
  text-decoration: none;
}

.subtitle {
  margin-bottom: 35px;
  color: hsla(0, 0%, 100%, 0.49);
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

.button {
  margin-top: 34px;
  padding-top: 9px;
  padding-right: 25px;
  padding-left: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #2d9cd3;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #2d9cd3;
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
  text-transform: uppercase;
}

.button:hover {
  border-color: #fff;
  color: #fff;
}

.button.submit {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 45px;
  padding-left: 45px;
}

.button.videoconf {
  display: inline;
  margin-left: 34px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  text-align: center;
  letter-spacing: 2px;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-column-count: auto;
  column-count: auto;
}

.content-wrapper {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.tab-menu {
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}

.tab-link {
  background-color: transparent;
  color: #999;
}

.tab-link:hover {
  color: #fff;
}

.tab-link.w--current {
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.photo {
  display: block;
  height: 300px;
  margin: 15px 5px;
  border-radius: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer {
  margin-top: 29px;
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #222;
  color: #999;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.footer-link {
  color: #999;
  text-decoration: none;
}

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

.section-title {
  margin-top: 19px;
  margin-bottom: 62px;
  border: 1px none #000;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.main-image {
  margin-bottom: 50px;
}

.form {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.left-column {
  padding-right: 40px;
  color: #fff;
}

.main-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -300px;
  padding: 0px;
  -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;
  font-family: Montserrat, sans-serif;
  color: #fdfdfd;
  font-size: 26px;
  line-height: 53px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
}

.main-heading.inline {
  display: inline;
}

.main-heading.inline.bolder {
  font-weight: 300;
}

.heading-wrapper {
  margin-top: -104px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}

.nav-menu {
  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;
}

.footer-logo {
  margin-top: 50px;
  margin-bottom: 6px;
  padding-top: 18px;
  border-top: 1px none #000;
  font-family: 'Good times bk', sans-serif;
  color: #c2c2c2;
  font-size: 19px;
  line-height: 22px;
  text-transform: none;
}

.profile-pic {
  display: block;
  width: 90px;
  margin: 0px auto;
  border-radius: 0%;
  color: #2d9cd3;
}

.approche_ux_paragraph {
  display: block;
  width: 61%;
  margin: 45px auto 30px;
  text-align: justify;
}

.field {
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.input {
  min-height: 50px;
  margin-bottom: 19px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: none;
  border-radius: 3px;
  background-color: #4b4b4b;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #00d6b4;
}

.input.text-area {
  min-height: 141px;
}

.secondary-title:hover {
  text-decoration: none;
}

.empty-state {
  padding: 33px 33px 49px;
  border: 1px solid hsla(0, 0%, 100%, 0.34);
  border-radius: 3px;
  background-color: transparent;
  text-align: center;
}

.no-items-title {
  font-weight: 300;
}

.project-image {
  margin-bottom: 22px;
  border-radius: 3px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.project-image:hover {
  opacity: 0.69;
}

.super-heading {
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.36);
  text-transform: uppercase;
}

.testimonial {
  margin-bottom: 44px;
  font-weight: 100;
  text-align: center;
}

.company {
  text-align: center;
}

.testimonial-wrapper {
  margin-bottom: 43px;
  text-align: center;
}

.project-body-copy {
  margin-right: 12%;
  margin-bottom: 67px;
  margin-left: 12%;
}

.success {
  border-radius: 3px;
  background-color: #00ad92;
}

.success-message {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
}

.main-detail-image {
  max-width: 400px;
  margin-bottom: 41px;
  border-radius: 3px;
}

.category-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  letter-spacing: 1px;
  text-decoration: none;
}

.category-link:hover {
  opacity: 0.67;
  text-decoration: none;
}

.text-block {
  position: static;
  display: block;
  margin-right: 0%;
  margin-left: 0%;
  padding-left: 0%;
  font-family: 'Good times bk', sans-serif;
  font-size: 38px;
  text-align: center;
  letter-spacing: 1px;
}

.text-span {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.text-block-2 {
  margin-right: -111px;
  margin-left: -111px;
  padding-bottom: 33px;
  border-radius: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: justify;
  white-space: break-spaces;
}

.text-span-2 {
  font-weight: 400;
  text-align: right;
}

.text-span-3 {
  margin-top: 0px;
  margin-bottom: -56px;
  padding-top: 80px;
  padding-bottom: 0px;
  font-weight: 400;
  text-align: center;
}

.section-2 {
  margin-top: 55px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #2d9cd3;
}

.text-span-4 {
  display: none;
  margin: 196px 0px -51px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #2d9cd3;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.section-3 {
  background-color: #3898ec;
  color: #fff;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.image {
  display: block;
  margin-top: 0px;
}

.text-block-3 {
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.text-block-3.tab_text_haut {
  color: #fff;
  font-size: 23px;
  text-transform: uppercase;
}

.flex_horizontal_child-1tier {
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.33%;
  -ms-flex: 0 33.33%;
  flex: 0 33.33%;
}

.flex_horizontal_2tier {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 2px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f2f2f2;
}

.tabs-content {
  position: absolute;
  left: 1%;
  top: 80%;
  right: auto;
  bottom: auto;
  width: 32%;
  margin-top: -232px;
  padding-top: 0px;
  background-color: #3898ec;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.tab_link {
  display: block;
  padding: 24px 0px 8px 20px;
  background-color: transparent;
}

.tab_link.tab_livraison {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  background-color: #3898ec;
}

.tab_link.tab_livraison.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.tab_link.tab_analyse_besoin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  background-color: #3898ec;
  color: #2d9cd3;
}

.tab_link.tab_proposition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  background-color: #3898ec;
  color: #2d9cd3;
}

.tab_link.tab_proposition.w--current {
  background-color: #2d9cd3;
}

.tab_link.tab_realisation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  background-color: #3898ec;
}

.tab_link.tab_realisation.w--current {
  padding-top: 12px;
}

.tab_link.tab_traitement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  background-color: #3898ec;
}

.tab_link.tab_decouverte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab_link.tab_decouverte.w--current {
  margin-top: 5px;
  background-color: #3898ec;
  box-shadow: none;
  color: #2d9cd3;
}

.tab {
  position: static;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-horizontal.position_relative {
  position: relative;
}

.div-block-4 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 100px;
}

.tab_text_titre_bas {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.div-block-3 {
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-2 {
  display: block;
  margin-right: 32%;
  margin-left: 32%;
}

.image-3 {
  position: static;
  display: inline-block;
  margin-left: 254px;
}

.container {
  margin-bottom: 75px;
  padding-top: 0px;
}

.button_contate-nous {
  display: block;
  margin-right: 174px;
  margin-left: 177px;
  padding-top: 17px;
  padding-bottom: 19px;
  border-radius: 20px;
  background-color: #3898ec;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-align: center;
}

.paragraph-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
}

.image-4 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 16px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-4 {
  margin-bottom: 0px;
}

.image-5 {
  display: block;
  width: 90px;
  margin-top: -25px;
  margin-left: 422px;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 61px;
}

.div-block-5 {
  display: block;
  margin-left: 223px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  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;
}

.section-5 {
  margin-top: -178px;
}

.div-block-6 {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-2 Area-3 Area-4";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.image-6 {
  display: none;
}

.image_bandeau_landing {
  display: inline-block;
}

.text_bandeau {
  margin-top: 10px;
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.link {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
}

.link-2 {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
}

.link-3 {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
}

.link-4 {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-3 {
  border-top: 1px solid #c2c2c2;
}

.footer_titre2 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.collection-list-wrapper {
  display: none;
}

.collection-list-wrapper-2 {
  display: none;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.lightbox_landing {
  position: relative;
  overflow: hidden;
}

.div-block-7 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(177, 49, 49, 0.5);
}

.hidden_txt {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 23px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.hidden {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(204, 43, 43, 0.5);
}

.lightbox-link {
  position: relative;
  display: block;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.div-block-8 {
  position: static;
  overflow: visible;
  width: 100%;
  height: 100%;
}

.paragraph-5 {
  position: static;
}

.hiiden_subtxt {
  position: relative;
  display: inline-block;
  margin-top: 6px;
  clear: none;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 33px;
  text-indent: 0px;
  white-space: normal;
}

.lightbox-link-2 {
  position: relative;
}

.lightbox-link-3 {
  position: relative;
}

.lightbox-link-4 {
  position: relative;
}

.lightbox-link-5 {
  position: relative;
}

.lightbox-link-6 {
  position: relative;
}

.lightbox-link-7 {
  position: relative;
}

.lightbox-link-8 {
  position: relative;
  -o-object-fit: fill;
  object-fit: fill;
}

.lightbox-link-9 {
  position: relative;
}

.lightbox-link-10 {
  position: relative;
}

.lightbox-link-11 {
  position: relative;
}

.lightbox-link-12 {
  position: relative;
}

.container-4 {
  margin-top: 56px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -38px;
  margin-left: -34px;
  -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;
}

.div-block-10 {
  margin-top: 17px;
}

.slider {
  display: block;
  height: 150px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: hsla(0, 0%, 86.7%, 0);
}

.container-5 {
  margin-top: -87px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #c2c2c2;
}

.slide {
  top: 0px;
  background-image: url('../images/untitled.png');
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.section-6 {
  margin-top: 46px;
  margin-bottom: 56px;
  padding-bottom: 0px;
}

.container-6 {
  border-style: solid;
  border-width: 1px 0px;
  border-color: #c2c2c2;
}

.slider-2 {
  height: 150px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide_client {
  background-image: url('../images/badge-FINISHER.png');
  background-position: 50% 0%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/Cap-Bon-Sens-Logo-mf.png');
  background-position: 50% 0%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/kinestesia_square.png');
  background-position: 50% 0%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/macd_square.png');
  background-position: 50% 0%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/mcsf_square_alpha.png');
  background-position: 50% 0%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/header-logo_square.png');
  background-position: 50% 0%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/Vivalley2.png');
  background-position: 50% 0%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  display: none;
}

.form-block {
  height: 600px;
  margin-top: -24px;
}

.div-block-11 {
  display: -ms-grid;
  display: grid;
  padding-right: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.field-label {
  display: none;
}

.field-label-2 {
  display: none;
}

.form_text_field {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.textarea {
  padding-bottom: 165px;
}

.textarea.form_text_field {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.submit-button {
  display: inline-block;
  margin-left: 43px;
  padding-right: 25px;
  padding-left: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #2d9cd3;
  border-radius: 3px;
  background-color: rgba(45, 156, 211, 0);
  font-family: Montserrat, sans-serif;
  color: #2d9cd3;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.success-message-2 {
  margin-top: 107px;
}

.text-block-4 {
  color: #222;
  font-size: 20px;
}

.error-message {
  background-color: #df5d5d;
}

.select-field {
  background-color: #f3f3f3;
  color: #969696;
}

.div-block-12 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-7 {
  display: none;
}

.grid-2 {
  margin-top: -31px;
  margin-left: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 23px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.text-block-5 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.text-block-5.contact_info {
  line-height: 30px;
  -webkit-column-count: 0;
  column-count: 0;
}

.link-5 {
  color: #fff;
}

.link-6 {
  color: #fff;
}

html.w-mod-js *[data-ix="hidden-div-on-load"] {
  display: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .hero {
    min-height: 520px;
  }
  .hero.about-page {
    min-height: 310px;
  }
  .hero.contact-page {
    min-height: 400px;
  }
  .hero.project-page {
    min-height: 344px;
  }
  .nav {
    margin-top: 0px;
  }
  .menu-button {
    color: #fff;
  }
  .menu-button:hover {
    color: #00d6b4;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .heading-wrapper {
    margin-top: 115px;
  }
  .nav-menu {
    background-color: #000;
  }
  .project-body-copy {
    margin-right: 12%;
    margin-left: 12%;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: 420px;
  }
  .hero.small {
    min-height: 280px;
  }
  .hero.about-page {
    min-height: 230px;
  }
  .hero.contact-page {
    min-height: 290px;
  }
  .hero.project-page {
    min-height: 256px;
  }
  .nav {
    padding-top: 0px;
  }
  .form {
    width: 80%;
  }
  .left-column {
    padding-right: 10px;
  }
  .main-heading {
    font-size: 38px;
    line-height: 43px;
  }
  .heading-wrapper {
    margin-top: 72px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .approche_ux_paragraph {
    width: 81%;
    margin-top: 0px;
  }
  .project-body-copy {
    margin-right: 40px;
    margin-left: 40px;
  }
}

@media (max-width: 479px) {
  .hero {
    min-height: 340px;
  }
  .hero.about-page {
    min-height: 193px;
  }
  .hero.project-page {
    min-height: 226px;
  }
  .form {
    width: 90%;
  }
  .heading-wrapper {
    margin-top: 50px;
  }
  .approche_ux_paragraph {
    width: 91%;
  }
  .project-body-copy {
    margin-right: 18px;
    margin-left: 18px;
  }
}

#w-node-3064b87141eb-3d4ce70a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-8916fca61fe3-3d4ce70a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d39ecfc04c3c-3d4ce70a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-427c194f546d-3d4ce70a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-77019962c1cd-3d4ce70a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a1e659fbb3e2-3d4ce70a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-384e442d7805-3d4ce70a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c0d0c7e169f6-3d4ce70a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b300c1a11f09-3d4ce70a {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-97cb48e6ede0-3d4ce70a {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-f26d4081ee4c-3d4ce70a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-59d8378a74f9-3d4ce70a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-066bcae3f02e-3d4ce70a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-88f66c7ee88e-3d4ce70a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-84f03cb8e4cb-3d4ce70a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a635cd6c120f-3d4ce70a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f71aeb08fed3-004ce711 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@font-face {
  font-family: 'Good times bk it';
  src: url('../fonts/good_times_bk_it.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Good times bk';
  src: url('../fonts/good_times_bk.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}