:root {
  --vcode-blue: #2b00ff;
  --gray-bg: #f2f2f2;
  --gray-text: #525252;
  --light-gray-process: #9e9e9e;
}

h2 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

a {
  color: var(--vcode-blue);
  text-decoration: none;
}

.hamburger-lottie {
  display: none;
}

.logo {
  aspect-ratio: auto;
  object-fit: contain;
  width: auto;
  height: 5em;
}

.logo.mobile {
  display: none;
}

.menu-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  max-width: 800px;
}

.navbar.nav {
  z-index: 20;
  box-shadow: none;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  border-radius: 0;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 5%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
  position: fixed;
  top: 0;
  opacity: 1 !important;
}

.navbar.nav.dark {
  background-color: #000;
}

.navbar.nav.black-bg, .navbar.nav.dark {
  background-color: #000;
}

.navbar.nav.dark.hidden {
  display: none;
}

.navbar.nav.black-bg {
  background-color: #000;
}

.nav-links {
  color: #ffffffc4;
  text-shadow: 0 1px 13px #0003;
  margin: 22px 15px 22px 0;
  padding: 8px 10px 8px 14px;
  font-family: Figtree;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.nav-links:hover {
  color: #fff;
  text-shadow: 0 1px #0003;
  border-bottom-color: #fff;
  margin-top: 21px;
  margin-bottom: 22px;
  margin-right: 15px;
  padding-bottom: 8px;
  padding-left: 14px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 400;
}

.nav-links:focus, .nav-links:visited {
  font-weight: 700;
}

.nav-links.w--current {
  color: #fff;
  font-weight: 400;
}

.nav-links.w--current:lang(en) {
  font-weight: 700;
}

.nav-links.contact {
  border: 1px solid #fff;
  padding-left: 35%;
  padding-right: 35%;
  font-size: 15px;
  font-weight: 500;
}

.nav-links.contact:hover {
  color: #fff;
  font-size: 16px;
}

.cta {
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: .9rem 2.5rem;
  text-decoration: none;
  display: flex;
}

.cta.black-bg {
  background-color: #000;
  border: 1.5px solid #fff;
}

.cta.black-bg.hidden {
  display: none;
}

.cta.black-border {
  background-image: url("https://cdn.prod.website-files.com/67eb8cb399a50790f0548b08/681db825f9071e5dde9c701d_up-right-dark.svg");
  background-position: 78%;
  background-repeat: no-repeat;
  background-size: 19px;
  border: 1.5px solid #000;
  padding-left: 3.3rem;
  padding-right: 4.9rem;
  font-size: 1rem;
  font-weight: 600;
}

.cta.margin.border {
  border: 1.5px solid #000;
  padding-left: 5.7rem;
  padding-right: 5.7rem;
}

.text-block-3 {
  white-space: nowrap;
  font-family: Figtree;
  font-size: 1.2rem;
}

.text-block-3.white {
  color: #fff;
}

.image-6 {
  width: auto;
  height: 18px;
}

.image-6.white {
  filter: invert();
}

.blue-ellipsis {
  z-index: 4;
  position: absolute;
  top: 4%;
  left: 2%;
}

.blue-ellipsis.testimonial {
  position: absolute;
  top: 20px;
  left: 20px;
}

.blue-ellipsis.form {
  width: auto;
  height: 13px;
  max-height: 13px;
  position: static;
  inset: auto 0 2px auto;
}

.blue-ellipsis.process {
  position: relative;
  top: 0%;
  left: 0%;
}

.blue-ellipsis.footer {
  object-fit: contain;
  height: 54px;
  padding-top: 6%;
  top: 8%;
  left: auto;
  right: 0;
  transform: scale(2);
}

.blue-ellipsis.contact-us {
  object-fit: contain;
  height: 32px;
  top: 19%;
  left: auto;
  right: 10px;
}

.footer {
  padding: 10% 13%;
}

.footer-wrapper {
  grid-column-gap: 4.3em;
  grid-row-gap: 4.3em;
  border: 1px solid #000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  padding: 4% 10% 6%;
  display: flex;
}

.top-footer-section {
  justify-content: space-between;
  display: flex;
}

.footer-title {
  font-family: Figtree;
  font-size: 3.8rem;
  line-height: 3rem;
}

.footer-title.second {
  text-align: right;
  text-align: right;
}

.footer-left-parent {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 5%;
  display: flex;
}

.footer-right-parent {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.div-block-18 {
  background-color: #000;
  width: 1px;
  min-width: 1px;
}

.footer-logo.desktop {
  width: 145px;
}

.footer-right-flex {
  grid-column-gap: 1.9em;
  grid-row-gap: 1.9em;
  display: flex;
}

.footer-link {
  color: var(--gray-text);
  text-align: right;
  font-family: Figtree;
  font-size: 1rem;
  text-decoration: none;
}

.footer-link.hidden {
  display: none;
}

.div-block-19 {
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.image-11 {
  width: 33px;
  margin-top: 5px;
}

.lets-talk {
  width: 239px;
  position: relative;
  left: 35px;
}

.footer-bottom-text {
  color: var(--gray-text);
  font-family: Figtree;
  font-size: 1rem;
}

.footer-bottom-text.no-wrap {
  white-space: nowrap;
  white-space: nowrap;
}

.div-block-21 {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  justify-content: space-between;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.image-13 {
  object-fit: contain;
  width: 130px;
  margin-top: -7px;
  margin-left: -4px;
  margin-right: -4px;
}

.link-block-3 {
  color: var(--gray-text);
}

.div-block-23 {
  width: 100%;
  position: relative;
}

.lets-talk-2 {
  width: 239px;
  position: relative;
  left: 35px;
}

.lets-talk-2.contact-us {
  opacity: 0;
  opacity: 0;
  width: 348px;
  display: block;
  position: absolute;
  top: 0;
  right: -39.1328px;
}

.div-block-35 {
  display: none;
}

.privacy-content-wrapper {
  padding: 12% 13% 8%;
  font-family: Fragment Mono;
}

.heading-6 {
  font-size: 40px;
  line-height: 50px;
}

.rich-text-block-2 {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  color: #333;
  flex-flow: column;
  font-family: Figtree;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.hidden {
  display: none;
}

.code-embed-2 {
  width: 31px;
}

.code-embed-2.mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .logo {
    height: 4.5em;
    margin-right: 5px;
  }

  .logo-linkblock {
    margin-left: -24px;
  }

  .navbar.nav {
    z-index: 100;
    z-index: 100;
    border-radius: 0;
    justify-content: center;
    overflow: visible;
    opacity: 1 !important;
    opacity: 1 !important;
  }

  .nav-links {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .nav-links:hover {
    margin-right: 5px;
    font-size: 13.8px;
  }

  .nav-links.contact {
    padding-left: 30%;
    padding-right: 30%;
    font-size: 14px;
  }

  .nav-links.contact:hover {
    font-size: 15px;
  }

  .nav-links.ressources-link {
    padding-left: 11px;
    padding-right: 6px;
  }

  .header {
    height: auto;
    padding: 20% 0% 8%;
    overflow: hidden;
  }

  .heading {
    width: 95%;
    margin-left: 5%;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.1em;
  }

  .h2-header {
    width: 75%;
    margin-left: 5%;
    font-size: 1.7em;
    font-weight: 300;
  }

  .buttons-wrapper {
    margin-left: 5%;
  }

  .text-block-3 {
    font-size: 1.1rem;
  }

  .div-block-10 {
    margin-left: 11px;
  }

  .our-services {
    padding-bottom: 2%;
    overflow: hidden;
  }

  .h2-body {
    font-size: 2.1rem;
    line-height: 2.8rem;
  }

  .services-wrapper {
    display: none;
  }

  .collection-item {
    width: 100%;
  }

  .collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .service-item-wrapper {
    flex-flow: column;
  }

  .service-image {
    width: 100%;
    max-width: 100%;
    max-height: 19.3em;
  }

  .blue-ellipsis {
    top: 3%;
    left: 4%;
  }

  .service-texts-wrapper {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
    padding: 5% 7% 4%;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.9em;
    line-height: 1.4em;
  }

  .text-block-6 {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }

  .results-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-around;
    align-items: center;
    padding-top: 7%;
    padding-left: 1%;
  }

  .challenges {
    padding-top: 3%;
  }

  .div-block-15 {
    flex-flow: column;
  }

  .testimonial-item {
    width: 100%;
  }

  .div-block-16 {
    z-index: auto;
    padding: 10% 8% 8% 9%;
    position: relative;
  }

  .div-block-17 {
    flex-flow: column;
  }

  .logo-absolute {
    z-index: 1;
    width: 75%;
    left: -10%;
    right: auto;
  }

  .top-footer-section {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-flow: column;
  }

  .footer-left-parent {
    padding-left: 0%;
  }

  .footer-right-parent {
    border-top: 1px solid #dfdfdf;
    justify-content: flex-start;
    align-items: center;
    padding-top: 4%;
  }

  .div-block-18 {
    display: none;
  }

  .footer-right-flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-19 {
    flex-flow: row;
  }

  .image-11.desktop {
    display: none;
  }

  .image-11.desktop.show {
    display: block;
  }

  .lets-talk {
    width: 52%;
    left: 100px;
  }

  .footer-bottom-text.padding-bottom {
    padding-bottom: 12px;
  }

  .div-block-21 {
    grid-column-gap: 3%;
    grid-row-gap: 3%;
    flex-flow: wrap;
  }

  .div-block-22 {
    justify-content: center;
    align-items: flex-start;
  }

  .lets-talk-2 {
    width: 52%;
  }

  .lets-talk-2.contact-us {
    left: 97px;
    right: auto;
  }

  .element-group {
    flex-flow: wrap;
  }

  .tabs-menu {
    border-bottom: 1px solid #fff;
    margin-left: 0;
    position: sticky;
    top: 77px;
  }

  .photos-wrapper {
    height: 7.1rem;
    margin-left: -32px;
    padding-top: .6rem;
  }

  .team-photo {
    width: 6.4em;
  }

  .team-photo.min {
    width: 5.7em;
  }

  .team-photo.min.samir {
    width: 6.4em;
  }

  .team-photo.min.antoine {
    width: 6.5em;
    margin-bottom: -5px;
    margin-right: 3px;
    position: relative;
    transform: scale(1.1);
  }

  .team-photo.left.colombe {
    margin-left: -9px;
    margin-right: -2px;
  }

  .team-photo.first.imane {
    width: 6.5em;
  }

  .team-photo.first.paul {
    width: 14%;
  }

  .team-photo.first.luc {
    width: 5.5em;
    margin-bottom: -19px;
    margin-left: 6px;
    margin-right: 2px;
    transform: scale(2);
  }

  .team-photo.first.ortega {
    width: 6.7em;
  }

  .team-photo.first.michelle {
    width: 6.4em;
  }

  .team-photo.third.lorenzo {
    width: 6.8em;
    margin-left: -1px;
    margin-right: 0;
  }

  .team-photo.third.sandra {
    width: 5.6em;
  }

  .team-photo.leon {
    margin-right: 0;
  }

  .team-photo.elie {
    width: 6.7em;
    margin-right: 0;
  }

  .image-14 {
    z-index: 5;
  }

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

  .heading-3.bold {
    font-size: 30px;
    line-height: 22px;
  }

  .div-block-13.hidden.popup {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
    grid-column-gap: 4%;
    grid-row-gap: 4%;
    grid-column-gap: 4%;
    grid-row-gap: 4%;
  }

  .field-label {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-31 {
    width: 100%;
  }

  .text-block-10 {
    font-size: .9rem;
  }

  .work-process {
    padding-left: 6%;
    padding-right: 6%;
    overflow: hidden;
  }

  .process-line-wrapper {
    grid-column-gap: 11.8rem;
    grid-row-gap: 11.8rem;
  }

  .process-parent-wrapper {
    grid-column-gap: 6.2rem;
    grid-row-gap: 6.2rem;
  }

  .process-circle {
    display: none;
  }

  .div-block-35 {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: -20px;
    display: none;
  }

  .utility-page-wrap {
    flex-flow: column;
  }

  .utility-page-content {
    width: auto;
  }

  .div-block-36 {
    display: none;
  }

  .div-block-37 {
    padding: 33px;
  }

  .slider {
    min-height: 430px;
  }

  .heading-7 {
    margin-bottom: 20px;
  }

  .icon {
    color: var(--vcode-blue);
    background-color: #fff;
  }

  .slide-nav {
    display: none;
  }

  .text-block-12 {
    padding-top: 20px;
  }

  .image-18.hidden {
    display: none;
  }

  .carrousel {
    display: block;
  }

  .services-wrapper-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    display: none;
  }

  .collection-item-copy {
    width: 100%;
  }

  .div-block-42 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    display: flex;
  }

  .text-block-15 {
    color: var(--vcode-blue);
  }

  .code-embed {
    object-fit: contain;
  }

  .div-block-43 {
    padding-top: 10%;
  }

  .heading-8 {
    color: var(--vcode-blue);
    font-family: Figtree;
    font-size: 200px;
    line-height: 200px;
  }

  .image-19 {
    width: 150px;
  }

  .code-embed-2 {
    display: none;
  }

  .code-embed-2.mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hamburger-lottie {
    z-index: 25;
    filter: invert();
    cursor: pointer;
    height: 36px;
    display: flex;
    position: relative;
  }

  .logo {
    height: 60px;
    display: none;
  }

  .logo.mobile {
    height: 39px;
    margin-right: 0;
    display: block;
  }

  .menu-link {
    z-index: 20;
    background-color: #fff;
    flex-flow: column;
    width: 100%;
    min-height: 100vh;
    margin-left: -150%;
    padding-top: 15%;
    font-size: 14px;
    position: fixed;
    inset: 0%;
  }

  .logo-linkblock {
    z-index: 25;
    position: relative;
  }

  .logo-linkblock.w--current {
    margin-left: 0;
  }

  .navbar.nav {
    z-index: 100;
    z-index: 100;
    justify-content: space-around;
    padding-top: 1%;
    padding-bottom: 1%;
    left: 0;
    box-shadow: 0 2px 19px 2px #0003;
    opacity: 1 !important;
    opacity: 1 !important;
  }

  .nav-links {
    color: #000;
    margin-top: 4%;
    margin-bottom: 4%;
    font-size: 15px;
  }

  .nav-links:hover {
    color: #000;
  }

  .nav-links.contact {
    display: inline-block;
  }

  .header {
    min-height: auto;
    padding-top: 24%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading {
    margin-left: 0%;
    font-size: 34px;
    display: none;
  }

  .heading.mobile {
    display: block;
  }

  .h2-header {
    margin-left: 0%;
    font-size: 1.5em;
    line-height: 32px;
  }

  .buttons-wrapper {
    grid-column-gap: 1%;
    grid-row-gap: 4%;
    flex-flow: column;
    justify-content: center;
    margin-left: 0%;
  }

  .cta.black-bg {
    padding: .7rem 2.3rem;
  }

  .cta.margin {
    margin-bottom: 1rem;
    padding: .8rem 2.3rem;
  }

  .div-block-10, .services-wrapper {
    display: none;
  }

  .blue-ellipsis.footer {
    height: 52px;
    top: 8px;
    right: 2px;
  }

  .t-moignage {
    line-height: 2rem;
  }

  .div-block-16 {
    padding-bottom: 7%;
  }

  .logo-absolute {
    width: 107%;
    left: -14%;
  }

  .footer-wrapper {
    overflow: hidden;
  }

  .footer-title {
    font-size: 3.5rem;
  }

  .footer-title.second {
    line-height: 2.8rem;
  }

  .footer-right-parent {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 6%;
  }

  .footer-logo {
    max-width: 129px;
  }

  .footer-logo.desktop {
    display: none;
  }

  .footer-right-flex {
    grid-column-gap: 1.1em;
    grid-row-gap: 1.1em;
  }

  .lets-talk {
    width: 68%;
    left: 48px;
  }

  .footer-bottom-text {
    padding-bottom: 12px;
  }

  .lets-talk-2 {
    width: 68%;
  }

  .lets-talk-2.contact-us {
    left: 30px;
  }

  .tab-content-wrapper {
    padding-top: 1.3rem;
    padding-left: 1.5rem;
    padding-right: .7rem;
  }

  .tabs-menu {
    top: 62px;
  }

  .photos-wrapper {
    margin-left: -9px;
  }

  .team-photo {
    width: 24%;
  }

  .team-photo.min {
    width: 21%;
  }

  .team-photo.min.hidden {
    display: none;
  }

  .team-photo.min.samir {
    width: 24%;
  }

  .team-photo.left.colombe {
    width: 21%;
  }

  .team-photo.first.imane {
    width: 6.6em;
  }

  .team-photo.first.paul {
    width: 19%;
  }

  .team-photo.first.luc {
    margin-right: 0;
  }

  .team-photo.first.michelle {
    margin-right: -11px;
  }

  .team-photo.third.lorenzo {
    width: 22%;
  }

  .team-photo.third.sandra {
    width: 20%;
  }

  .team-photo.leon {
    display: none;
  }

  .team-photo.james {
    width: 25%;
  }

  .team-photo.elie {
    width: 22%;
  }

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

  .form-parent-wrapper {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: column;
    padding: 5%;
  }

  .div-block-13.hidden.popup {
    flex-flow: column;
    padding-bottom: 27px;
  }

  .news-text-block {
    width: 100%;
    padding-top: 7%;
    padding-bottom: 5%;
  }

  .div-block-31 {
    margin-bottom: 10px;
  }

  .div-block-32 {
    padding-top: 16px;
  }

  .process-line-wrapper {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    flex-flow: column;
  }

  .process-line-wrapper.mobile {
    display: block;
  }

  .process-line-wrapper.mobile-hidden {
    display: none;
  }

  .process-parent-wrapper {
    grid-column-gap: 2.8rem;
    grid-row-gap: 2.8rem;
  }

  .process-item.align-right.second, .process-item.first, .process-item.align-right.second, .process-item.align-right.second, .process-item.first {
    opacity: 1;
  }

  .process-descri {
    color: #5b5b5b;
  }

  .position-absolute-process1 {
    display: none;
  }

  .div-block-35 {
    margin-top: -20px;
    display: flex;
  }

  .div-block-37 {
    border-width: 0;
    min-height: auto;
    padding: 24px;
  }

  .slider {
    border: 1px solid #9e9e9e7d;
    border-radius: 0;
    min-height: 34.6em;
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-block-11 {
    color: var(--gray-text);
    padding-top: 9px;
  }

  .left-arrow {
    max-width: 40px;
  }

  .right-arrow {
    max-width: 40px;
    right: -20px;
  }

  .slide-nav {
    display: none;
  }

  .text-block-12 {
    padding-top: 22px;
  }

  .image-18 {
    max-width: 100%;
  }

  .carrousel {
    display: block;
  }

  .services-wrapper-1 {
    display: none;
  }

  .heading-8 {
    font-size: 150px;
    line-height: 150px;
  }

  .image-19 {
    width: 100px;
  }
}

@media screen and (max-width: 479px) {
  .hamburger-lottie {
    filter: invert();
    max-width: 14%;
    height: 33px;
  }

  .logo {
    filter: invert(0%);
    height: 58px;
  }

  .logo.mobile {
    filter: invert();
    object-fit: cover;
    object-fit: cover;
    height: 36px;
  }

  .menu-link {
    z-index: 20;
    margin-left: 0%;
    left: -150%;
  }

  .logo-linkblock.w--current {
    justify-content: center;
    align-items: center;
    min-width: 32%;
    display: flex;
    margin-left: 0 !important;
  }

  .navbar.nav {
    z-index: 100;
    z-index: 100;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 2% 20px 1.5%;
    opacity: 1 !important;
    opacity: 1 !important;
  }

  .nav-links {
    color: #000;
  }

  .nav-links:hover {
    color: #000;
    font-size: 16px;
  }

  .nav-links.contact {
    display: none;
  }

  .nav-links.menu {
    color: #000;
  }

  .header {
    min-height: auto;
    padding-top: 25%;
    padding-bottom: 21%;
  }

  .heading {
    margin-top: 15%;
    font-size: 2rem;
    line-height: 1.4em;
  }

  .h2-header {
    font-size: 1.3em;
    line-height: 28px;
  }

  .buttons-wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }

  .cta.black-bg {
    padding: .6rem 1.7rem;
  }

  .cta.margin {
    padding: .7rem 1.7rem;
  }

  .cta.margin.border {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .cta.margin.border._404 {
    padding-left: 2.7rem;
    padding-right: 2.7rem;
  }

  .cta.black-border {
    background-size: 15px;
    font-size: .9rem;
  }

  .text-block-3 {
    font-size: 1rem;
  }

  .image-6 {
    width: 18px;
  }

  .our-services {
    padding-bottom: 0%;
  }

  .h2-body {
    margin-left: 0%;
    font-size: 1.9rem;
  }

  .h2-body.no-margin, .h2-body.no-margin-left, .h2-body.no-margin, .h2-body.no-margin-left {
    margin-bottom: 0%;
  }

  .collection-item {
    padding-top: 6%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .collection-item:nth-child(2n) {
    padding-left: 7%;
  }

  .short-descri {
    font-size: 1.3em;
  }

  .collection-list {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    justify-content: space-between;
    margin-top: -21px;
  }

  .service-image {
    height: 100px;
    min-height: 250px;
  }

  .blue-ellipsis {
    top: 2%;
  }

  .blue-ellipsis.testimonial {
    top: 16px;
    left: 16px;
  }

  .blue-ellipsis.footer {
    height: 33px;
    max-height: 33px;
    top: 1px;
    right: 0;
    transform: scale(1.7);
  }

  .blue-ellipsis.contact-us {
    height: 20px;
    max-height: 20px;
    top: 23px;
    right: 5px;
  }

  .heading-2 {
    font-size: 1.8em;
    line-height: 1.4em;
  }

  .text-block-6 {
    font-size: 1.3em;
    line-height: 1.8rem;
  }

  .image-10 {
    min-width: 15px;
    max-width: 15px;
    height: 20px;
  }

  .result-item {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.9rem;
  }

  .result-item-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .challenges {
    grid-column-gap: 2.8em;
    grid-row-gap: 2.8em;
    padding-left: 0%;
    padding-right: 0%;
  }

  .t-moignage {
    line-height: 1.9rem;
  }

  .div-block-16 {
    padding-top: 20%;
  }

  .div-block-17 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .logo-absolute {
    width: 114%;
  }

  .footer {
    padding-left: 7%;
    padding-right: 7%;
  }

  .footer-wrapper {
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
  }

  .top-footer-section {
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
  }

  .footer-title {
    font-size: 2.2rem;
    line-height: 1.7rem;
  }

  .footer-title.second {
    margin-top: 0;
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .footer-title.contact {
    font-size: 2rem;
  }

  .footer-left-parent {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footer-right-parent {
    border-top-color: #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding-top: 6%;
    padding-bottom: 12%;
  }

  .footer-logo {
    width: 6.6em;
  }

  .div-block-19 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .lets-talk {
    width: 134px;
    max-width: 172px;
  }

  .footer-bottom-text, .footer-bottom-text.padding-bottom {
    text-align: center;
  }

  .footer-bottom-text.padding-bottom {
    text-align: center;
  }

  .footer-bottom-text.no-wrap {
    white-space: nowrap;
    padding-bottom: 0;
  }

  .footer-bottom-text.privacy {
    padding-top: 10px;
    padding-bottom: 23px;
    text-decoration: none;
  }

  .footer-bottom-text.height17 {
    line-height: 20px;
  }

  .div-block-21 {
    justify-content: center;
    align-items: flex-start;
    margin-top: -10%;
  }

  .div-block-22 {
    grid-column-gap: 4px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .image-13 {
    width: 90px;
    margin-top: -1px;
  }

  .link-block-3 {
    text-decoration: none;
  }

  .lets-talk-2 {
    width: 90%;
    max-width: 190px;
  }

  .lets-talk-2.contact-us {
    opacity: 0;
    opacity: 0;
    width: 190px;
    left: auto;
    right: -25px;
  }

  .tab-link {
    background-image: url("https://cdn.prod.website-files.com/67eb8cb399a50790f0548b08/681db825f9071e5dde9c701d_up-right-dark.svg");
    background-position: 98%;
    background-repeat: no-repeat;
    background-size: auto;
    border-right-width: 0;
  }

  .tab-link.w--current {
    border-right-width: 0;
  }

  .group-title {
    font-size: 1.1rem;
  }

  .element-item {
    padding: .4rem 1.1rem .4rem 1.1em;
  }

  .element-item:hover {
    padding: .3rem 1rem .3rem 1em;
  }

  .item-text {
    font-size: 1rem;
  }

  .tab-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .tech-group-wrapper {
    padding-left: 20px;
  }

  .tech-icon {
    width: 29px;
    height: 29px;
  }

  .photos-wrapper {
    height: 5rem;
  }

  .team-photo {
    width: 30%;
  }

  .team-photo.min {
    width: 4.7em;
  }

  .team-photo.min.samir {
    width: 5.3em;
  }

  .team-photo.min.antoine {
    width: 5.2em;
    margin-right: 0;
  }

  .team-photo.min.sara {
    width: 4.8em;
  }

  .team-photo.left {
    width: 5.1em;
    margin-left: -5px;
  }

  .team-photo.left.colombe {
    width: 4.7em;
    margin-left: 0;
    margin-right: -4px;
  }

  .team-photo.first {
    width: 5.3em;
    margin-left: 8px;
    margin-right: -5px;
  }

  .team-photo.first:hover {
    width: 30%;
  }

  .team-photo.first.imane {
    width: 5.4em;
  }

  .team-photo.first.paul {
    width: 4.3em;
    margin-left: 2px;
    margin-right: -3px;
  }

  .team-photo.first.luc {
    z-index: 1;
    width: 4.4em;
    margin-bottom: -17px;
    margin-left: -4px;
    margin-right: -11px;
    position: relative;
  }

  .team-photo.first.ortega {
    width: 5.4em;
    margin-left: 0;
    margin-right: -10px;
    display: none;
  }

  .team-photo.first.michelle {
    width: 5em;
    margin-bottom: -18px;
    margin-left: 0;
  }

  .team-photo.third {
    width: 5.3em;
    margin-left: -7px;
    margin-right: -10px;
  }

  .team-photo.third:hover {
    width: 30%;
  }

  .team-photo.third.lorenzo {
    width: 5em;
  }

  .team-photo.third.sandra {
    width: 4.8em;
    margin-left: 0;
  }

  .team-photo.james {
    width: 4.6em;
    margin-left: -11px;
  }

  .team-photo.elie {
    width: 4.7em;
    margin-left: 10px;
    margin-right: -9px;
  }

  .div-block-27 {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .heading-3.bold {
    font-size: 25px;
    line-height: 19px;
  }

  .form-parent-wrapper {
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .form-parent-wrapper.popup {
    padding-top: 15%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .div-block-13 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-13.hidden {
    display: none;
  }

  .div-block-13.hidden.popup.show {
    padding-left: 0;
    display: block;
  }

  .field-label {
    line-height: 14px;
  }

  .work-process {
    padding-top: 0%;
  }

  .process-line-wrapper {
    padding-top: 20px;
  }

  .process-item.first, .process-item.align-right.second {
    opacity: 1;
  }

  .process-item.align-right.second {
    opacity: 1;
  }

  .process-item.align-right.process4 {
    padding-top: 2.4rem;
  }

  .process-item.first {
    opacity: 1;
  }

  .div-block-35 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 12px;
    display: flex;
  }

  .privacy-content-wrapper {
    padding-left: 7%;
  }

  .rich-text-block-2 {
    grid-column-gap: .1em;
    grid-row-gap: .1em;
  }

  .utility-page-content {
    padding-bottom: 15%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-37 {
    border-width: 0;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 18px 10px 18px 18px;
    display: flex;
  }

  .slider {
    min-height: 600px;
    padding-left: 15px;
    padding-right: 13px;
  }

  .heading-7 {
    font-size: 21px;
    line-height: 25px;
  }

  .text-block-11 {
    padding-top: 5px;
  }

  .icon {
    object-fit: contain;
    width: 36px;
    height: 37px;
  }

  .left-arrow, .right-arrow {
    width: 40px;
    max-height: 44px;
  }

  .slide-nav {
    position: static;
  }

  .text-block-12 {
    padding-top: 15px;
  }

  .div-block-38 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .collection-item-copy {
    padding-top: 6%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .collection-item-copy:nth-child(2n) {
    padding-left: 7%;
  }

  .div-block-43 {
    padding-left: 0%;
  }

  .heading-8 {
    font-size: 100px;
    line-height: 100px;
  }

  .image-19 {
    width: 95px;
  }

  .heading-9 {
    font-size: 27px;
    line-height: 31px;
  }

  .image-20 {
    width: 24px;
    height: 24px;
  }
}
