:root {
  --white: white;
  --black: black;
}

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

@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 {
  z-index: 4;
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

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

.navbar-container.shadow-three {
  z-index: 10;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 100px 5px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

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

.nav-link {
  color: #03ad52;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  outline-offset: 0px;
  color: #068b44;
  outline: 3px #03ad52;
  font-size: 19px;
}

.nav-link:active {
  color: #03ad52;
  text-align: center;
  border-bottom: 2px solid #03ad52;
}

.nav-link:focus {
  border-bottom: 2px solid #03ad52;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #03ad52;
  border-radius: 4px;
  outline: 2px solid #03ad52;
}

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

.nav-link.w--current {
  border-bottom: 0 solid #03ad52;
}

.nav-link.w--current:hover {
  font-size: 19px;
}

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.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;
  text-decoration: none;
  transition: all .2s;
}

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

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

.navbar-branding {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image {
  align-self: auto;
}

.logo-signification {
  color: #03ad52;
  text-align: justify;
  flex: 0 auto;
  order: 0;
  align-self: center;
  max-width: 95px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

.logo-signification:hover {
  color: #04a04d;
}

.logo-signification.body {
  box-shadow: none;
  color: #03ad5200;
  max-width: 0;
  max-height: 0;
}

.logo-signification.footer {
  color: #fff;
  text-align: left;
  align-self: center;
  max-width: 170px;
  font-size: 14px;
  text-decoration: none;
}

.button {
  text-align: center;
  background-color: #09a853;
  border-radius: 5px;
  font-family: Roboto, sans-serif;
  transition: all .2s;
  box-shadow: 0 3px 6px #000000c9;
}

.button:hover {
  background-color: #03ad52;
  font-size: 14px;
  box-shadow: 0 3px 20px #000000c9;
}

.button:active {
  box-shadow: none;
  font-size: 14px;
  transform: scale(.9);
}

.button.call-section, .button.call-section-copy, .button.call-section-copy, .button.call-section-copy {
  color: #03ad52;
  background-color: #fff;
  padding-top: 10px;
}

.body {
  background-color: #fff;
  box-shadow: 0 2px 5px #000;
}

.hero {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 140px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 100px 100px;
  position: relative;
}

.hero-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: #0a8646;
  text-align: justify;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 17px;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.s1 {
  background-image: none;
  border-radius: 8px 8px 15px;
  max-width: 500px;
  max-height: none;
  height: auto;
  width: auto;
  margin-left: 0;
  box-shadow: 0 4px 24px #96a3b514;
}

.slider {
  background-color: #fffdfd;
  border-radius: 15px;
  max-width: 400px;
  overflow: hidden;
  box-shadow: -14px -14px 0 -7px #03ad52;
}

.hero-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
  overflow: visible;
}

.mask {
  border-radius: 15px;
}

.slide-nav {
  color: #3330;
  background-color: #fff0;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  position: absolute;
  inset: auto 0% 0%;
}

.left-arrow, .right-arrow {
  display: none;
}

.bold-text {
  transform-style: preserve-3d;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.bold-text:active {
  transform: scale3d(1none, 1none, 1none);
}

.container-2 {
  margin-left: 0;
  margin-right: 0;
}

.image-3 {
  max-width: 0%;
  max-height: 0;
}

.stats {
  padding-bottom: 100px;
}

.head-section {
  background-image: url('../images/29-p-800.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 250px;
  max-height: none;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

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

.heading {
  color: #fff;
  letter-spacing: 5px;
  flex: 0 auto;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.bold-text-2 {
  color: #03ad52;
  letter-spacing: 8px;
}

.paragraph {
  color: #0a8646;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  text-decoration: underline;
  display: flex;
}

.bold-text-3 {
  color: #03ad52;
  text-align: left;
}

.heading-3 {
  color: #03ad52;
  letter-spacing: 3px;
  margin-top: 10px;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  display: flex;
}

.paragraph-2 {
  text-align: center;
  letter-spacing: 1.5px;
}

.stat-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 250px;
  transition: all .2s;
  display: flex;
}

.stat-block:hover {
  transform: scale(1.1);
}

.stat-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 50px 30px;
  display: flex;
}

.button-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial {
  outline-offset: 0px;
  outline: 3px #333;
  padding-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
}

.heading-4 {
  color: #03ad52;
  text-align: center;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.slider-testimonials {
  height: 370px;
  margin-left: 60px;
  margin-right: 60px;
}

.t {
  color: #757272;
  background-color: #fff;
  border-radius: 10px;
  width: 280px;
  height: 310px;
  margin-top: 10px;
  margin-left: 20px;
  padding: 20px;
  box-shadow: 0 0 20px -3px #0003;
}

.testimonial-1 {
  background-color: #fff;
  width: 320px;
  height: 380px;
}

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

.autor {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  aspect-ratio: auto;
  outline-offset: 0px;
  text-align: justify;
  overflow-wrap: normal;
  outline: 3px #757272;
  height: 200px;
  font-family: Roboto, sans-serif;
  overflow: auto;
}

.image-autor {
  border-radius: 200px;
  width: 60px;
  height: 60px;
}

.paragraph-4 {
  width: 150px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.bold-text-4 {
  color: #0a8646;
}

.mask-2 {
  background-color: #fff;
}

.icon-2 {
  z-index: 1;
  color: #03ad52;
  position: absolute;
  inset: auto 0% 0% auto;
}

.icon-3 {
  color: #03ad52;
  width: auto;
  max-width: none;
  max-height: none;
  inset: auto 0% 0% auto;
}

.left-arrow-2 {
  color: #03ad52;
  inset: auto 0% 0%;
}

.left-arrow-3 {
  inset: 0% -75% 0% 0%;
}

.image-5 {
  position: absolute;
  inset: auto 0% 0%;
}

.image-6 {
  z-index: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.call-section {
  background-color: #03ad52;
  padding-top: 20px;
  padding-bottom: 10px;
}

.call-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.heading-6 {
  color: #fff;
  text-align: center;
  align-self: center;
  width: 250px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.c {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 250px;
  height: 400px;
  margin-bottom: 100px;
  padding-bottom: 10px;
  display: flex;
}

.bold-text-5 {
  text-align: left;
  font-size: 18px;
}

.image-7 {
  border-radius: 20px;
  transition: all .3s;
}

.image-7:hover {
  transform: scale(.9);
}

.heading-7 {
  color: #03ad52;
  text-align: center;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.realisations {
  padding-top: 20px;
  padding-bottom: 100px;
}

.image-action {
  background-image: url('../images/52.jpg');
  background-position: 50%;
  background-size: cover;
  height: 170px;
  transition: all .2s;
}

.image-action:hover {
  transform: scale(1.1);
}

.action {
  width: 350px;
  height: 380px;
  padding-left: 0;
  overflow: hidden;
  box-shadow: -1px 0 7px 2px #0003;
}

.action:hover {
  box-shadow: -1px 0 0 2px #0003;
}

.heading-8 {
  color: #03ad52;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 60px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.div-block-2 {
  height: 200px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.paragraph-5 {
  color: #03ad52;
  text-align: justify;
  height: 80px;
  font-family: Roboto, sans-serif;
  overflow: hidden;
}

.link {
  float: right;
  color: #06c864;
  text-align: justify;
  font-size: 12px;
  text-decoration: none;
  position: absolute;
  inset: auto 4% 0% auto;
}

.link:hover {
  color: #00ff7c;
}

.image-action-2 {
  background-image: url('../images/42-p-800.jpg');
  background-position: 50%;
  background-size: cover;
  height: 170px;
}

.container-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-light {
  background-color: #03ad52;
  border-radius: 0;
  padding-top: 20px;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-block-two {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: flex;
}

.footer-copyright {
  color: #ffffffc9;
}

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

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

.image-8 {
  border-radius: 200px;
}

.footer-brand-copy {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bold-text-7 {
  text-align: left;
  font-weight: 400;
  line-height: 20px;
}

.bold-text-8 {
  text-align: left;
  font-weight: 400;
}

.bold-text-9 {
  text-align: left;
  font-weight: 400;
  line-height: 20px;
}

.logo-signification-copy {
  color: #03ad52;
  text-align: justify;
  flex: 0 auto;
  order: 0;
  align-self: center;
  max-width: 95px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

.logo-signification-copy.body {
  box-shadow: none;
  color: #03ad5200;
  max-width: 0;
  max-height: 0;
}

.logo-signification-copy.footer {
  color: #fff;
  text-align: center;
  align-self: center;
  max-width: 170px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.paragraph-6 {
  color: #fff;
  width: 100px;
  font-family: Roboto, sans-serif;
  line-height: 25px;
}

.footer-divider-two-copy {
  background-color: #03ad52;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 40px;
}

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

.link-block:hover {
  color: #3b809c;
  background-color: #009dff8c;
  border-radius: 3px;
}

.text-span {
  color: #fff;
  letter-spacing: 1px;
  font-size: 15px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.section {
  margin-top: 100px;
}

.grid {
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}

.head-section-1 {
  background-image: url('../images/1-p-500.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  height: 250px;
  max-height: none;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.container-5 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.slide-2 {
  margin-left: 0;
  margin-right: 0;
}

.slider-2 {
  height: 1000px;
  padding-left: 0;
  padding-right: 0;
}

.icon-4, .icon-5, .right-arrow-2, .left-arrow-4 {
  display: none;
}

.div-block-3 {
  flex-flow: wrap;
  display: flex;
}

.call-container-copy {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-7 {
  color: #09a853;
  text-align: center;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.slider-3 {
  background-color: #ddd0;
  height: 900px;
  padding-left: 100px;
  padding-right: 100px;
}

.slide-3 {
  height: 1000px;
}

.div-block-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-6, .left-arrow-5, .icon-7, .right-arrow-3 {
  display: none;
}

.slide-nav-3 {
  margin-top: 0;
  padding-top: 0;
}

.bold-text-10 {
  vertical-align: baseline;
}

.image-action-1 {
  background-image: url('../images/1_1-p-500.jpg');
  background-position: 50%;
  background-size: cover;
  height: 170px;
  transition: all .2s;
}

.image-action-1:hover {
  transform: scale(1.1);
}

.image-action-3 {
  background-image: url('../images/26-p-800.jpg');
  background-position: 50%;
  background-size: cover;
  height: 170px;
  transition: all .2s;
}

.image-action-3:hover {
  transform: scale(1.1);
}

.image-action-4 {
  background-image: url('../images/31-p-800.jpg');
  background-position: 50%;
  background-size: cover;
  height: 170px;
  transition: all .2s;
}

.image-action-4:hover {
  transform: scale(1.1);
}

.image-action-5 {
  background-image: url('../images/32-p-800.jpg');
  background-position: 50%;
  background-size: cover;
  height: 170px;
  transition: all .2s;
}

.image-action-5:hover {
  transform: scale(1.1);
}

.image-action-copy {
  background-image: url('../images/52.jpg');
  background-position: 50%;
  background-size: cover;
  height: 170px;
  transition: all .2s;
}

.image-action-copy:hover {
  transform: scale(1.1);
}

.image-action-6 {
  background-image: url('../images/37-p-800.jpg');
  background-position: 50%;
  background-size: cover;
  height: 170px;
  transition: all .2s;
}

.image-action-6:hover {
  transform: scale(1.1);
}

.image-action-7 {
  background-image: url('../images/15-p-500.jpg');
  background-position: 50% 19%;
  background-size: cover;
  height: 170px;
  transition: all .2s;
}

.image-action-7:hover {
  transform: scale(1.1);
}

.image-action-8 {
  background-image: url('../images/18-p-800.jpg');
  background-position: 50%;
  background-size: cover;
  height: 170px;
  transition: all .2s;
}

.image-action-8:hover {
  transform: scale(1.1);
}

.image-action-9 {
  background-image: url('../images/35-p-800.jpg');
  background-position: 50%;
  background-size: cover;
  height: 170px;
  transition: all .2s;
}

.image-action-9:hover {
  transform: scale(1.1);
}

.image-action-10 {
  background-image: url('../images/52.jpg');
  background-position: 50%;
  background-size: cover;
  height: 170px;
  transition: all .2s;
}

.image-action-10:hover {
  transform: scale(1.1);
}

.image-action-11 {
  background-image: url('../images/42-p-800.jpg');
  background-position: 50%;
  background-size: cover;
  height: 170px;
  transition: all .2s;
}

.image-action-11:hover {
  transform: scale(1.1);
}

.image-action-12 {
  background-image: url('../images/52.jpg');
  background-position: 50%;
  background-size: cover;
  height: 170px;
  transition: all .2s;
}

.image-action-12:hover {
  transform: scale(1.1);
}

.image-action-13 {
  background-image: url('../images/52.jpg');
  background-position: 50%;
  background-size: cover;
  height: 170px;
  transition: all .2s;
}

.image-action-13:hover {
  transform: scale(1.1);
}

.section-copy {
  margin-top: 100px;
}

.head-section-copy, .head-section-copy-copy {
  background-image: url('../images/35-p-800.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 250px;
  max-height: none;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.call-section-copy {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
}

.call-container-4, .call-container-copy {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 250px;
  height: 400px;
  margin-bottom: 100px;
  padding-bottom: 10px;
  display: flex;
}

.heading-6-1 {
  color: #03ad52;
  text-align: center;
  align-self: center;
  width: 250px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.image-7-copy {
  border-radius: 20px;
}

.heading-6-copy {
  color: #fff;
  text-align: center;
  align-self: center;
  width: 250px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.image-7-copy {
  border-radius: 20px;
  transition: opacity .3s;
}

.image-7-copy:hover {
  transform: scale(.9);
}

.bold-text-11 {
  color: #03ad52;
}

.heading-a {
  color: #09a853;
  text-align: center;
  align-self: center;
  width: 250px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.section-3 {
  justify-content: space-around;
  align-items: center;
  padding: 60px 100px 100px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-8 {
  color: #09a853;
  text-align: justify;
  width: 300px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.div-block-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-4 {
  background-image: url('../images/4-p-800.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  max-height: none;
  display: flex;
}

.image-9 {
  border-radius: 200px;
  margin-top: 10px;
}

.heading-9 {
  color: #fff;
  text-align: center;
  background-color: #03ad52;
  border-radius: 5px;
  width: 600px;
  margin-top: 100px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-10 {
  color: #fff;
  text-align: justify;
  letter-spacing: 5px;
  width: 600px;
  margin-top: 60px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 50px;
}

.bold-text-12 {
  letter-spacing: 2px;
  font-size: 43px;
}

.image-10 {
  border-radius: 200px;
}

.link-block-2 {
  position: absolute;
  inset: 5% auto auto 5%;
}

.hero-image {
  transition: all .2s;
}

.hero-image:hover {
  transform: scale(1.1);
}

.image-cible {
  transition: all .2s;
}

.image-cible:hover {
  transform: scale(1.1);
}

.image-copy {
  align-self: auto;
}

@media screen and (min-width: 1440px) {
  .stat-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-container.shadow-three {
    max-width: 1500px;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: 1500px;
  }

  .nav-link {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 25px;
  }

  .nav-link:hover {
    font-size: 27px;
  }

  .nav-link.w--current {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 25px;
  }

  .nav-link.w--current:hover {
    font-size: 27px;
  }

  .logo-signification {
    max-width: 180px;
    font-size: 20px;
    line-height: 25px;
  }

  .logo-signification.footer {
    max-width: 270px;
  }

  .button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button.call-section {
    padding-top: 15px;
  }

  .hero {
    margin-top: 160px;
    padding-bottom: 140px;
  }

  .hero-1 {
    max-width: 50%;
  }

  .margin-bottom-24px {
    font-size: 25px;
    line-height: 30px;
  }

  .s1 {
    width: 650px;
    max-width: 150%;
    max-height: 600px;
  }

  .slider {
    max-width: 600px;
    height: 400px;
    max-height: 600px;
    overflow: visible;
  }

  .hero-2 {
    max-width: 50%;
    max-height: 100%;
  }

  .bold-text {
    font-size: 28px;
  }

  .slide {
    height: 500px;
    max-height: 600px;
  }

  .head-section {
    height: 350px;
  }

  .heading {
    font-size: 65px;
  }

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

  .paragraph {
    font-size: 25px;
  }

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

  .paragraph-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .stat-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 260px;
    height: 450px;
  }

  .heading-4 {
    margin-bottom: 100px;
    font-size: 65px;
  }

  .slider-testimonials {
    height: 600px;
    margin-top: 20px;
  }

  .t {
    width: 400px;
    height: 450px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .testimonial-1 {
    width: 500px;
    height: 500px;
  }

  .paragraph-3 {
    height: 300px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .image-autor {
    width: 80px;
    height: 80px;
  }

  .paragraph-4 {
    width: 200px;
  }

  .bold-text-4 {
    font-size: 18px;
  }

  .call-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    max-width: 1500px;
  }

  .heading-5 {
    margin-bottom: 60px;
    font-size: 65px;
  }

  .heading-6 {
    width: 350px;
    font-size: 35px;
  }

  .c {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    width: 400px;
    height: 500px;
    margin-bottom: 140px;
  }

  .bold-text-5 {
    font-size: 28px;
  }

  .bold-text-6 {
    font-size: 35px;
  }

  .heading-7 {
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 65px;
  }

  .image-action {
    height: 290px;
  }

  .action {
    width: 500px;
    height: 600px;
    margin-bottom: 60px;
  }

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

  .paragraph-5 {
    height: 200px;
    font-size: 25px;
    line-height: 30px;
  }

  .link {
    font-size: 18px;
    inset: auto 5% -50% auto;
  }

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

  .footer-copyright {
    font-size: 23px;
  }

  .bold-text-7, .bold-text-8, .bold-text-9 {
    font-size: 25px;
    line-height: 30px;
  }

  .logo-signification-copy.footer {
    text-align: justify;
    max-width: 200px;
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-6 {
    font-size: 25px;
    line-height: 40px;
  }

  .head-section-1 {
    justify-content: center;
    align-items: center;
    height: 300px;
  }

  .c-copy {
    width: 400px;
    height: 600px;
  }

  .call-container-copy {
    max-width: 1500px;
  }

  .paragraph-7 {
    font-size: 20px;
  }

  .slider-3 {
    height: 700px;
    overflow: auto;
  }

  .slide-3 {
    overflow: clip;
  }

  .div-block-4 {
    overflow: auto;
  }

  .slide-nav-3 {
    font-size: 22px;
  }

  .image-action-1, .image-action-3, .image-action-4, .image-action-6, .image-action-7, .image-action-8, .image-action-9, .image-action-10, .image-action-11 {
    height: 290px;
  }

  .head-section-copy-copy {
    height: 300px;
  }

  .call-container-4 {
    max-width: 1500px;
  }

  .heading-6-1 {
    width: 350px;
  }

  .heading-6-copy {
    width: 400px;
  }

  .bold-text-11 {
    font-size: 35px;
  }

  .heading-a {
    width: 320px;
  }

  .div-block-5 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .paragraph-8 {
    width: 500px;
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-6 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .section-4 {
    height: 1200px;
  }

  .heading-9 {
    width: 1500px;
    margin-top: 70px;
    font-size: 50px;
    line-height: 60px;
  }

  .heading-10 {
    width: 1500px;
    margin-top: 220px;
  }

  .bold-text-12 {
    font-size: 100px;
    line-height: 150px;
  }

  .slide-4, .slide-5, .slide-6, .slide-7 {
    max-height: 600px;
  }

  .bold-text-13 {
    font-size: 27px;
  }

  .bold-text-14, .bold-text-15 {
    font-size: 25px;
    line-height: 35px;
  }

  .bold-text-16 {
    font-size: 27px;
  }

  .bold-text-17 {
    font-size: 35px;
  }
}

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

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

  .nav-menu {
    background-color: #fffffff5;
    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: #30aa4d7d;
    border-radius: 5px;
  }

  .icon {
    color: #03ad52;
  }

  .hero-wrapper {
    clear: none;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
    display: flex;
    position: static;
  }

  .hero-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .s1 {
    max-width: 2000px;
  }

  .slider {
    max-width: 500px;
  }

  .hero-2 {
    order: -1;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-2 {
    max-width: 0%;
    max-height: 0;
  }

  .image-3 {
    max-width: none;
    max-height: none;
  }

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

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

  .paragraph-2 {
    font-size: 28px;
    line-height: 10px;
  }

  .stat-block {
    width: 160px;
    height: 230px;
  }

  .stat-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-testimonials {
    margin-left: 20px;
    margin-right: 20px;
  }

  .call-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .realisations {
    padding-top: 20px;
    padding-bottom: 100px;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

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

  .container-5 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .call-container-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .slider-3 {
    height: 1300px;
    overflow: hidden;
  }

  .div-block-4 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .call-container-4, .call-container-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .section-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .heading-9 {
    margin-top: 140px;
  }
}

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

  .navbar-container.shadow-three {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .nav-menu {
    background-color: #ffffffdb;
    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;
  }

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

  .hero {
    margin-top: 100px;
    padding: 60px;
  }

  .hero-1 {
    justify-content: center;
    align-items: center;
  }

  .slider {
    max-width: 500px;
  }

  .bold-text-2 {
    letter-spacing: 6px;
    font-size: 25px;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .stat-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    padding: 0;
  }

  .heading-4 {
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
  }

  .image-6 {
    inset: auto 0% 0% auto;
  }

  .heading-5, .heading-7 {
    font-size: 30px;
  }

  .container-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

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

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .grid {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .slider-3 {
    overflow: hidden;
  }

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

  .paragraph-8 {
    width: 400px;
  }

  .heading-9 {
    width: 300px;
    font-size: 16px;
  }

  .heading-10 {
    text-align: left;
    width: 300px;
    margin-top: 20px;
    line-height: 35px;
  }

  .bold-text-12 {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-container.shadow-three {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: none;
  }

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

  .logo-signification {
    color: #03ad5200;
    max-width: 0;
    max-height: 0;
    overflow: visible;
  }

  .logo-signification:hover {
    color: #04a04d00;
  }

  .logo-signification.body {
    box-shadow: none;
    color: #03ad52;
    text-align: center;
    background-color: #fff0;
    max-width: 200px;
    max-height: none;
    margin-top: 140px;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-signification.footer {
    margin-top: -20px;
  }

  .body {
    background-color: #fff0;
  }

  .hero {
    margin-top: 10px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .hero-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .hero-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .s1 {
    overflow: hidden;
  }

  .slider {
    max-width: 320px;
    box-shadow: -2px 1px 0 6px #03ad52;
  }

  .hero-2 {
    margin-bottom: 0;
  }

  .bold-text {
    font-size: 16px;
  }

  .slide {
    max-width: 100%;
    overflow: hidden;
  }

  .head-section {
    align-items: center;
  }

  .heading {
    letter-spacing: 3px;
    margin-bottom: 0;
    font-size: 28px;
  }

  .bold-text-2 {
    letter-spacing: 2px;
    font-size: 18px;
  }

  .heading-2 {
    margin-top: 10px;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .stat-container {
    padding-top: 0;
  }

  .testimonial {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .heading-4 {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 34px;
  }

  .slider-testimonials {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .t {
    width: 240px;
    overflow: hidden;
  }

  .testimonial-1, .mask-2 {
    overflow: hidden;
  }

  .image-6 {
    inset: auto 0% 0% auto;
  }

  .call-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .heading-5 {
    font-size: 20px;
  }

  .heading-6 {
    font-size: 18px;
  }

  .c {
    width: 200px;
    height: 340px;
  }

  .bold-text-6 {
    font-size: 18px;
  }

  .heading-7 {
    font-size: 20px;
  }

  .action {
    width: 250px;
    height: 375px;
  }

  .heading-8 {
    font-size: 18px;
  }

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

  .footer-wrapper-two {
    grid-column-gap: 57px;
    grid-row-gap: 57px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

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

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

  .footer-brand-copy {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .logo-signification-copy {
    color: #03ad5200;
    max-width: 0;
    max-height: 0;
    overflow: visible;
  }

  .logo-signification-copy.body {
    box-shadow: none;
    color: #03ad52;
    text-align: center;
    background-color: #fff0;
    max-width: 200px;
    max-height: none;
    margin-top: 110px;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    margin-top: 20px;
  }

  .grid {
    padding-left: 0;
    padding-right: 0;
  }

  .head-section-1 {
    align-items: center;
  }

  .call-container-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .slider-3 {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .div-block-4 {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
  }

  .section-copy {
    margin-top: 20px;
  }

  .head-section-copy, .head-section-copy-copy {
    align-items: center;
  }

  .call-container-4, .call-container-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .heading-6-copy {
    font-size: 18px;
  }

  .c-copy {
    width: 200px;
    height: 340px;
  }

  .heading-6-1, .heading-6-copy, .heading-a {
    font-size: 18px;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-8 {
    width: 260px;
  }

  .section-4 {
    padding-bottom: 0;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.woff2') format('woff2'), url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}