.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left {
  z-index: 5;
  position: sticky;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 0;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: auto;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.section {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Hero-IA-ADN.png');
  background-position: 50% 0;
  background-size: cover;
  background-clip: content-box;
  justify-content: center;
  height: 700px;
  display: flex;
  position: relative;
  inset: -113px 0% auto;
}

.body {
  color: #fff;
  background-color: #01071a;
}

.heading {
  color: #fff;
  align-self: auto;
}

.text-span {
  -webkit-text-fill-color: transparent;
  background-color: #d14343;
  background-image: linear-gradient(90deg, #0d8bff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.text-span.gradient-blue {
  background-image: linear-gradient(90deg, #0d8bff, #fff);
}

.flex-block {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.text-block {
  font-size: 18px;
  line-height: 24px;
}

.container-2 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section-layout {
  padding-top: 40px;
  padding-bottom: 25px;
  position: relative;
  top: -113px;
}

.button {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: #505b6466;
  border: 1px solid #fff;
  order: 0;
  align-self: auto;
  font-weight: 700;
  transition: all .35s cubic-bezier(.645, .045, .355, 1);
  display: block;
  position: static;
}

.button:hover {
  color: #fff;
  background-color: #046bd2;
  border-color: #046bd2;
  font-weight: 700;
}

.flex-block-2 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.div-block {
  border-radius: 12px;
  width: 55%;
  overflow: hidden;
}

.flex-block-3 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  margin-top: 25px;
}

.title-section {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 60px;
  font-weight: 400;
}

.text-block-2 {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f1c148 8%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 22px;
}

.text-block-3 {
  text-align: left;
  flex: 1;
  margin-bottom: 25px;
  font-size: 16px;
}

.flex-block-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.heading-2 {
  font-weight: 400;
}

.text-span-2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.grid {
  grid-template-columns: .25fr 1fr;
}

.gold-gradient-h3 {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f1c148, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
}

.gold-gradient-h3.section-2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
}

.bold-text {
  color: #ffffffdb;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-2 {
  background-color: #008afc69;
  border-radius: 12px;
}

.card-section-3 {
  background-color: #008afc99;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Developpement_Application.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px solid #119cff33;
  border-radius: 12px;
  width: 50%;
  height: 380px;
  padding: 20px 30px;
  box-shadow: 0 1px 2px #119cffb3;
}

.flex-block-6 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-3 {
  background-color: #00d184;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Integration_Intelligence_artificielle.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px solid #119cff33;
  border-radius: 12px;
  flex: 1;
  width: 47%;
  height: 380px;
  padding: 20px 30px;
  box-shadow: 0 1px 2px #119cffb3;
}

.div-block-4 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #f60000c4;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Centralisation_Automatisation.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px solid #119cff33;
  border-radius: 12px;
  flex: 0 auto;
  width: 47%;
  height: 380px;
  padding: 20px 30px;
  box-shadow: 0 1px 2px #119cffb3;
}

.div-block-5 {
  background-color: #f19d00d9;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Creation_site-web_et_Seo.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px solid #119cff33;
  border-radius: 12px;
  width: 50%;
  height: 380px;
  padding: 20px 30px;
  box-shadow: 0 1px 2px #119cffb3;
}

.bold-text-2 {
  font-size: 24px;
}

.text-span-3, .text-span-4, .text-span-5 {
  font-size: 24px;
  font-weight: 700;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.card-layout-secteurs {
  background-color: #1c1f37;
  border-radius: 5px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 376px;
  padding: 2px 2px 20px;
  display: block;
}

.card-layout-secteurs.other {
  display: flex;
}

.flex-block-7 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.text-block-4 {
  color: #ffffffdb;
  margin-left: auto;
  margin-right: 10px;
  font-size: 16px;
}

.div-block-6 {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8 {
  box-sizing: border-box;
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-9 {
  background-color: #1c1f37;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32.2%;
  height: 315px;
  min-height: 392px;
  display: flex;
}

.div-block-9.card-min-height {
  min-height: 400px;
}

.text-block-5 {
  text-indent: 0;
  column-count: 0;
  white-space: normal;
  font-size: 16px;
  line-height: 24px;
}

.text-block-6 {
  text-align: left;
  font-size: 16px;
}

.text-block-6.section-2 {
  text-align: center;
  text-overflow: clip;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.text-span-6 {
  font-weight: 400;
}

.testimonial-column-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.flex-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

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

.text-block-7 {
  color: #ffffffd9;
  -webkit-text-stroke-color: #fff;
  word-break: keep-all;
  padding-right: 10px;
  font-size: 16px;
  line-height: 30px;
}

.flex-block-9 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
}

.bold-text-3 {
  font-size: 22px;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 24px;
}

.list {
  margin-top: 10px;
  padding-left: 0;
  list-style-type: none;
}

.list-item, .list-item-2 {
  margin-bottom: 40px;
}

.div-block-10 {
  border-radius: 50%;
  width: 260px;
  overflow: hidden;
}

.image, .image-2 {
  border-radius: 50%;
  width: auto;
}

.div-block-11 {
  width: 260px;
}

.div-block-12 {
  width: 320px;
}

.testimonial-slider-large {
  background-color: #01071a;
  padding: 0;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: 100%;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonial-slide {
  background-color: #1c1f37;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 5px 5px 12px;
  display: flex;
}

.testimonial-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 0;
  line-height: 20px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two-2 {
  align-items: center;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name-2 {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 500px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.mask {
  box-sizing: border-box;
  position: static;
  overflow: hidden;
}

.slide {
  vertical-align: baseline;
  height: 100%;
  position: static;
  overflow: visible;
}

.slide-nav {
  color: #ff0c0c;
  background-color: red;
}

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

.layout-container {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.layout-container.hero {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.layout-container.header {
  padding-left: 0;
  padding-right: 0;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . Area";
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-4 {
    max-width: 728px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .container-5 {
    max-width: 728px;
  }

  .container-5.tablet {
    max-width: none;
  }

  .testimonial-slide {
    padding-left: 5px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .container-6 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .container-3, .container-4 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .container-5 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }
}

#w-node-_47e9203c-c8b6-02d6-664c-dd6bc7b70a82-28499bc3, #w-node-_47e9203c-c8b6-02d6-664c-dd6bc7b70a8b-28499bc3, #w-node-_47e9203c-c8b6-02d6-664c-dd6bc7b70a96-28499bc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


