@font-face {
  font-family: Gotham;
  src: url('../fonts/GOTHAM-BLACK.TTF') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

.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;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.navbar-logo-left {
  box-sizing: border-box;
  float: none;
  clear: none;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  font-family: Gotham, Arial, sans-serif;
  position: static;
  overflow: auto;
}

.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-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  outline-offset: 0px;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: content-box;
  border-radius: 0;
  outline: 3px #333;
  justify-content: space-around;
  align-items: baseline;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  display: flex;
  position: static;
  overflow: scroll;
  transform: translate(0);
}

.navbar-wrapper:focus-visible, .navbar-wrapper[data-wf-focus-visible] {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 10px;
  min-height: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.nav-link {
  color: #5d6e6d;
  letter-spacing: .25px;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  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;
}

.image {
  font-weight: 700;
  position: static;
}

.heading {
  padding-left: 20px;
  font-family: Gotham, Arial, sans-serif;
  display: block;
}

.body {
  clear: none;
  color: #3d7b91;
  text-align: center;
  letter-spacing: normal;
  word-break: normal;
  object-fit: fill;
  background-color: #fff;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  overflow: visible;
}

.video {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  display: inline;
  position: static;
}

.background-video {
  margin-top: -159px;
  transition: text-shadow .2s;
}

.button {
  box-sizing: border-box;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #3d7b91;
  background-clip: padding-box;
  border-radius: 20px;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 900;
  display: inline-block;
  position: static;
  transform: translate(400px, -120px);
}

.heading-2 {
  color: #3d7b91;
  text-align: center;
  -webkit-text-stroke-color: #3d7b91;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 900;
  transform: translate(0, -400px);
}

.bold-text {
  transform: translate(0, -300px);
}

.text-block {
  text-align: center;
  -webkit-text-stroke-color: #3d7b91;
  white-space: normal;
  font-family: Gotham, Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  transform: translate(0, -400px);
}

.navbar-logo-left-2 {
  height: 80px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-link-accent-2 {
  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-2:hover {
  color: #1a1b1fbf;
}

.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;
}

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

.div-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.link {
  padding-right: 0;
}

.link-2 {
  padding-right: 60px;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.nav-link {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 900;
  transition: opacity .2s;
}

.image-3 {
  height: 80px;
}

.container-4 {
  max-width: 1200px;
  padding-right: 40px;
}

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

.navbar-logo-left-container-3.shadow-three {
  z-index: 1000;
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  max-width: 1140px;
  height: 100vh;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

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

.navbar-wrapper-3 {
  z-index: 9999;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  object-fit: cover;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: block;
  position: fixed;
}

.navbar-brand-3 {
  z-index: 1;
  pointer-events: auto;
  cursor: pointer;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
}

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

.nav-sections {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #5d6e6d;
  letter-spacing: .25px;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-clip: border-box;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

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

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

.nav-sections.navbar-brand-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  overflow-wrap: normal;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  font-weight: 900;
  transition-property: transform;
  display: flex;
  position: fixed;
  transform: translate(0);
}

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

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

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

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

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

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

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

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

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

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

.nav-link-accent-3 {
  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-3:hover {
  color: #1a1b1fbf;
}

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

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

.image-5 {
  font-family: Gotham, Arial, sans-serif;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 26px 30px 96px;
  display: block;
  position: relative;
}

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

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.background-video-3 {
  z-index: auto;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.background-video-4 {
  object-fit: cover;
  display: block;
  position: absolute;
}

.background-video-5 {
  z-index: 1;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  flex-flow: row;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.titre {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #3d7b91;
  text-align: center;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 56px;
  font-weight: 900;
  transition: opacity .2s;
  display: block;
  position: sticky;
  inset: 25% 0%;
}

.text-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #3d7b91;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 28px;
  display: flex;
  position: sticky;
  inset: 45% 0% 50%;
}

.bold-text-2 {
  color: #fff;
  flex: 1;
  order: 0;
  margin-bottom: -140px;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 28px;
  transition: color .2s;
  position: sticky;
}

.text-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #5d6e6d;
  text-overflow: clip;
  overflow-wrap: normal;
  object-fit: fill;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 24px;
  transition: color .2s;
  display: flex;
  position: sticky;
  top: 173px;
  bottom: 0;
}

.text-span {
  color: #5d6e6d;
  position: sticky;
  top: auto;
  bottom: auto;
}

.text-span-2 {
  color: #3d7b91;
}

.button-2 {
  padding: 0;
  position: sticky;
  inset: 220px 0% 5% auto;
}

.button-3 {
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 0;
  display: flex;
  position: sticky;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.section {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.navbar-logo-left-4 {
  z-index: 1000;
  background-color: #ffffff17;
  width: 100%;
  padding: 0 0%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

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

.navbar-logo-left-container-4.shadow-three {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
}

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

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

.nav-menu-wrapper-4 {
  color: #3d7b91;
  text-indent: 1px;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 900;
}

.nav-menu-two-4 {
  color: #5d6e6d;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 900;
  display: flex;
}

.nav-link-3 {
  color: #3d7b91;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #3d7b91;
  text-indent: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav-link-accent-4 {
  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-4:hover {
  color: #1a1b1fbf;
}

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

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

.image-6 {
  height: 100px;
}

.list-item {
  color: #3d7b91;
  font-size: 16px;
}

.section-2 {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video-6 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  z-index: 2;
  opacity: .17;
  background-color: #000;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 10px #0003;
}

.div-block-3 {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  height: 100vh;
  margin-top: -95px;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.heading-3 {
  opacity: 1;
  color: #5d6e6d;
  mix-blend-mode: normal;
  margin-top: -300px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.1em;
}

.heading-4 {
  opacity: 1;
  mix-blend-mode: normal;
  margin-top: -10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.1em;
}

.paragraph {
  color: #fff;
  max-width: none;
  margin-top: -30px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4em;
}

.button-4 {
  padding: 14px 40px 20px;
}

.hero-buttom {
  -webkit-text-stroke-color: #5d6e6d;
  -webkit-text-fill-color: inherit;
  background-color: #3d7b91;
  background-clip: border-box;
  border-radius: 500px;
  flex: 0 auto;
  max-width: 600px;
  margin: 10px auto;
  padding: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: background-color .3s, opacity .3s;
  display: flex;
  position: static;
}

.hero-buttom:hover {
  color: #fff;
  background-color: #5d6e6d;
}

.hero-buttom.w--current {
  margin-top: 40px;
}

.bold-text-3 {
  font-weight: 300;
}

.section-3 {
  background-color: #5d6e6d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-4 {
  background-color: red;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 300;
  display: flex;
  position: static;
  overflow: visible;
}

.heading-5 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.section-5 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  object-fit: fill;
  background-color: #5d6e6d;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-5.background-section {
  background-color: #fff;
  max-width: none;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 40px;
  display: block;
}

.heading-7 {
  color: #fff;
  text-align: justify;
  letter-spacing: normal;
  text-indent: 0;
  column-count: auto;
  white-space: normal;
  object-fit: fill;
  margin: 0 60px 0 480px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  position: static;
}

.image-7 {
  width: 100%;
  height: 100%;
  margin: -245px auto auto -150px;
  padding: 0 380px 0 220px;
  display: block;
  position: static;
  overflow: scroll;
}

.heading-8 {
  color: #fff;
  text-align: center;
  margin: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
}

.container-7 {
  margin-top: 0;
  padding-top: 0;
}

.pr-sentation-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  padding: 20px;
  font-family: Gotham, Arial, sans-serif;
  display: flex;
}

.image-8 {
  text-align: center;
  object-fit: cover;
  border-radius: 20px;
  width: 45%;
  max-width: 520px;
  max-height: 350px;
  display: block;
  transform: translate(20px);
  box-shadow: 0 2px 5px #00000026;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #5d6e6d;
  text-align: left;
  letter-spacing: 0;
  text-indent: 0%;
  flex-flow: column;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 45%;
  max-width: 560px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  line-height: 160%;
  display: flex;
}

.heading-9 {
  color: #5d6e6d;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 100%;
}

.heading-9.titre {
  color: #5d6e6d;
  letter-spacing: -1px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 52px;
  line-height: 120%;
  display: block;
  position: static;
}

.paragraph-2 {
  color: #5d6e6d;
  text-align: justify;
  max-width: 95%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 40px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  display: flex;
}

.section-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row-reverse;
  justify-content: space-between;
  max-width: 1200px;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Gotham, Arial, sans-serif;
  display: block;
}

.heading-10 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  display: flex;
}

.container-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #5d6e6d;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: static;
  box-shadow: 0 2px 10px #0003;
}

.div-block-6:hover {
  transform: translate(0, -5px);
  box-shadow: inset 0 4px 20px #0003;
}

.image-9 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-width: 220px;
  margin-top: 20px;
}

.heading-11 {
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.paragraph-3 {
  color: #fff;
  text-align: justify;
  letter-spacing: -.5px;
  margin: auto;
  padding: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
}

.pr-sentation-pourquoi-nous-choisir {
  color: #5d6e6d;
  background-color: #5d6e6d;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 100px;
  display: block;
}

.div-block-6-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  background-color: #dad4d4;
  border-radius: 12px;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding: 20px 10px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: static;
  box-shadow: 0 2px 10px #0003;
}

.div-block-6-copy:hover {
  transform: translate(0, -5px);
  box-shadow: inset 0 4px 20px #0003;
}

.titre-servics-homepage {
  color: #fff;
  text-transform: uppercase;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

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

.section-8 {
  color: #5d6e6d;
  background-color: #5d6e6d;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.heading-12 {
  color: #fff;
}

.heading-12.titre {
  color: #5d6e6d;
  text-align: left;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 50px;
  line-height: 45px;
  position: static;
}

.right-arrow {
  aspect-ratio: auto;
  object-fit: fill;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  padding-right: 0;
  overflow: hidden;
}

.slider {
  background-color: #446648;
  border-radius: 16px;
  align-self: center;
  width: 80%;
  max-width: 1000px;
  height: 60vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
  position: relative;
  top: auto;
  overflow: hidden;
  box-shadow: 0 4px 20px #0003;
}

.container-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.slide {
  vertical-align: middle;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 10px #0003;
}

.image-10 {
  aspect-ratio: 2.39;
  object-fit: cover;
  width: 100%;
  max-width: 1000%;
  display: block;
}

.icon-2 {
  margin-bottom: 80px;
  margin-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-11 {
  width: 100%;
  display: block;
}

.mask {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.slide-nav {
  margin-bottom: -100px;
}

.footer-subscribe {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #3d7b91;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

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

.button-primary-5.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

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

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

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.left-arrow {
  width: 100%;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  top: 50%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.icon-3 {
  margin-bottom: 80px;
}

.slide-2 {
  width: 100%;
  height: 100%;
}

.slide-3 {
  width: 100%;
}

.slider-2 {
  border-radius: 16px;
  width: 90%;
  max-width: 1000px;
  height: 500px;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 4px 20px #0003;
}

.slide-4, .slide-5 {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.left-arrow-2 {
  cursor: pointer;
  border-radius: 50%;
  padding: 10px;
  top: 50%;
  left: 16px;
  transform: translate(0, -50%);
}

.icon-4 {
  margin: 0;
  top: 50%;
  right: 12px;
}

.icon-5 {
  margin: 0;
  top: 50%;
  left: 12px;
}

.button-5 {
  transform-style: preserve-3d;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate3d(-50px, -50%, 0);
}

.button-6 {
  z-index: 10;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.paragraph-4 {
  color: #fff;
  text-align: left;
  margin-top: -35px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-7 {
  display: flex;
}

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

.heading-13 {
  color: #fff;
  font-size: 18px;
}

.image-13 {
  display: block;
}

.image-14 {
  vertical-align: baseline;
  flex: none;
  width: 20%;
  max-width: none;
  height: auto;
  margin-top: 100px;
  padding-top: 0;
}

.hero-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 80px;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-vid-o {
  z-index: 1;
  object-fit: cover;
  background-image: url('../images/DSC_1971-min.JPG');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-overlay {
  z-index: 2;
  opacity: .1;
  pointer-events: none;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.hero-content {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.hero-buttom {
  border-radius: 24px;
  padding-left: 10px;
}

.sr-only {
  display: none;
}

.nav-menu-btn {
  padding-top: 0;
}

.navbar {
  z-index: 100;
  color: #fff;
  background-color: #5d6e6d;
  width: 100%;
  padding: 8px 20px;
  font-family: Gotham, Arial, sans-serif;
  position: fixed;
  inset: 0% 0% auto;
}

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

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-5 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper-5 {
  flex: 1;
  display: flex;
}

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

.nav-link-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  direction: ltr;
  color: #fff;
  text-align: center;
  letter-spacing: .25px;
  text-overflow: clip;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 150%;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

.navbar-logo-left-5 {
  height: 60px;
}

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

.navbar-logo-left-container-5.shadow-three {
  background-color: #5d6e6d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 80px;
  margin-top: -40px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.nav-menu-two-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: fixed;
}

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

.nav-link-accent-5 {
  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-5:hover {
  color: #1a1b1fbf;
}

.navbar-menu-btn {
  width: 100%;
  height: auto;
  margin-top: -40px;
}

.image-15 {
  width: 50%;
  max-width: 100%;
}

.nav-menu-wrapper-6 {
  font-family: Gotham, Arial, sans-serif;
}

.nav-menu-two-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-16 {
  width: 120px;
  height: 100%;
}

.link-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.6em;
  text-decoration: none;
  display: flex;
  overflow: visible;
  transform: translate(0);
}

.image-17 {
  width: 120px;
}

.navbar-logo-left-6 {
  width: 100%;
}

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

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

.container-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 900;
  display: flex;
}

.nav-brand {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.menu-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #5d6e6d;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav-menu-two-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  -webkit-text-stroke-color: #3d7b91;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.navlink-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: auto;
  color: #fff;
  letter-spacing: .25px;
  -webkit-text-stroke-color: #3d7b91;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  vertical-align: baseline;
  cursor: pointer;
  object-fit: fill;
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955), color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: static;
}

.navlink-menu:hover {
  opacity: .44;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: white;
  background-color: #5d6e6d;
  border-radius: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

.nav-link-accent-6 {
  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-6:hover {
  color: #1a1b1fbf;
}

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

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

.image-18 {
  justify-content: center;
  align-items: baseline;
  max-width: none;
  height: 60px;
  display: block;
}

.list-item-2 {
  aspect-ratio: auto;
  color: #fff;
  column-count: auto;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  mix-blend-mode: normal;
  object-fit: fill;
  background-clip: border-box;
  order: 1;
  font-size: 14px;
}

.list-item-3 {
  text-shadow: 0 1px 1px #3d7b91;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.text-block-4:hover {
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #3d7b91;
  background-color: #5d6e6d;
  border: 1px solid #0000;
  border-radius: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-link-accent-7 {
  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-7:hover {
  color: #1a1b1fbf;
}

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

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

.conteiner-global {
  background-color: #fff;
  width: 100%;
  min-width: 280px;
  max-width: 1100px;
  margin: auto;
  padding: 0 5%;
}

.conteiner-global-green {
  background-color: #5d6e6d;
  width: 100%;
  min-width: 280px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 5%;
}

.hero-buttom-contact {
  color: #fff;
  text-transform: none;
  cursor: pointer;
  background-color: #3d7b91;
  border-radius: 16px;
  margin-top: 20px;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 900;
}

.hero-buttom-contact:hover {
  background-color: #5d6e6d;
}

.paragraph-5 {
  color: #fff;
  text-align: justify;
  padding: 10px 0 20px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
}

.bold-text-8 {
  font-weight: 300;
}

.heading-9-white {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 30px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 62px;
  font-weight: 900;
}

.heading-9-white.titre {
  color: #5d6e6d;
  letter-spacing: -1px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 52px;
  line-height: 120%;
  display: block;
  position: static;
}

.paragraph-2-white {
  color: #5d6e6d;
  text-align: justify;
  max-width: 95%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  display: flex;
}

.paragraph-2-copy {
  color: #fff;
  text-align: justify;
  max-width: 95%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  display: flex;
}

.slider-3 {
  margin: auto;
  padding: 0 100px;
}

.image-19 {
  width: 100%;
}

.intro-green {
  color: #5d6e6d;
  background-color: #fff;
  font-family: Gotham, Arial, sans-serif;
}

.heading-9-green {
  color: #5d6e6d;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 30px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 62px;
  font-weight: 900;
}

.heading-9-green.titre {
  color: #5d6e6d;
  letter-spacing: -1px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 52px;
  line-height: 120%;
  display: block;
  position: static;
}

.paragraph-2-green {
  color: #5d6e6d;
  text-align: justify;
  max-width: 95%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px 0 30px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  display: flex;
}

.slider-4 {
  overflow-wrap: normal;
  border-radius: 24px;
  width: 80%;
  max-width: 1400px;
  height: 420px;
  margin: 20px auto 60px;
  padding-left: 0;
  overflow: hidden;
  box-shadow: 0 2px 5px #0000001a;
}

.image-slider {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #00000026;
}

.mask-2 {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #00000026;
}

.slider-infra, .slide-7 {
  border-radius: 24px;
}

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

.cta-slider {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 32px;
  display: block;
}

.div-block-9 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  bottom: 40px;
}

.session-mission {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 60px;
}

.mission-wrapper-colonne {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: center;
  margin-top: auto;
  padding: 40px 5vw 60px;
  display: grid;
}

.mission-wrapper-colonne.reverse {
  flex-flow: row-reverse;
}

.mission-m-dia {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 380px;
}

.mission-media {
  opacity: .95;
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.mission-content-wrapper {
  margin-bottom: auto;
}

.heading-h1 {
  color: #5d6e6d;
  text-align: left;
  text-indent: -.5em;
  margin: 0 0 8px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1em;
}

.paragraphe-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #5d6e6d;
  text-align: justify;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.image-mission {
  border-radius: 24px;
  max-width: 100%;
  margin-top: 0;
}

.intro-paragraph {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.heading-h1-copy {
  color: #fff;
  text-align: justify;
  text-indent: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-family: Gotham, Arial, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1em;
}

.heading-h1-green {
  color: #5d6e6d;
  text-align: left;
  text-indent: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-family: Gotham, Arial, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1em;
}

.paragraphe-content-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 52ch;
  margin: 16px auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.heading-h1-white {
  color: #5d6e6d;
  text-align: left;
  text-indent: -.5em;
  margin: 0 0 8px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1em;
}

.paragraphe-content-whie {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.content-wrapper-white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vh;
  padding-right: 5vh;
  display: flex;
}

.heading-h1-green-copy {
  color: #5d6e6d;
  text-align: left;
  text-indent: 0;
  text-align: left;
  text-indent: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 0 8px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1em;
}

.heading-paragraphe-white {
  color: #fff;
  text-align: center;
  letter-spacing: .1px;
  text-indent: .5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 10px 10px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1em;
  display: flex;
}

.mission-content-wrapper--white {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vh;
  padding-right: 5vh;
  display: flex;
}

.content-wrapper-green {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vh;
  padding-right: 5vh;
  display: flex;
}

.heading-paragraphe-green {
  color: #3d7b91;
  text-align: center;
  text-transform: none;
  width: 100%;
  margin: 180px auto auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1em;
}

.paragraphe-contentt-green {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #5d6e6d;
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.paragraphe-content-green {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #5d6e6d;
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

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

.pourquoi-nous-picto {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: column;
  place-items: center start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.heading-h2-picto {
  color: #fff;
  margin-left: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1em;
}

.container-14 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center stretch;
  width: 95%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  position: relative;
}

.text-block-5 {
  color: #fff;
}

.feature-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 20px;
  transition: opacity .2s;
  display: flex;
}

.icon-wrap {
  background-color: #fff;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.image-20 {
  background-color: #0000;
  width: 36px;
}

.feature-title {
  color: #3d7b91;
  text-align: left;
  margin: 0 auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5em;
}

.image-21 {
  filter: drop-shadow(0 2px 5px #000000b3);
  border-radius: 9999px;
  width: 70%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 4px 10px #0003;
}

.hero-buttom-white {
  color: #5d6e6d;
  -webkit-text-stroke-color: #5d6e6d;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 500px;
  flex: 0 auto;
  width: 30%;
  max-width: 600px;
  margin: 60px auto 0;
  padding: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: background-color .3s, opacity .3s;
  position: static;
}

.hero-buttom-white:hover {
  color: #fff;
  background-color: #3d7b91;
}

.hero-buttom-white.w--current {
  margin-top: 40px;
}

.container-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.pr-sentation-a-propos {
  box-sizing: content-box;
  color: #5d6e6d;
  background-color: #fff;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 80px;
  display: block;
}

.feature-title-green {
  color: #3d7b91;
  text-align: center;
  margin: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2em;
}

.image-22 {
  padding-top: 100px;
}

.heading-14 {
  color: #3d7b91;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.pres-team {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #5d6e6d;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center stretch;
  max-width: none;
  padding-top: 40px;
  display: grid;
  position: relative;
}

.bold-text-9 {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 900;
  display: block;
}

.titre-team {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}

.paragraph-6 {
  text-align: justify;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 300;
}

.description-team, .description-team2 {
  text-align: justify;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 300;
}

.feature-title-whyus {
  color: #fff;
  text-align: center;
  align-self: auto;
  min-height: 0;
  margin: 0 auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5em;
}

.feature-card-whyus {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  transition: opacity .2s;
  display: flex;
}

.picto-whyus {
  filter: drop-shadow(0 4px 8px #000000b3);
  border-radius: 0;
  width: 70%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 0;
}

.hero-buttom_v2 {
  -webkit-text-stroke-color: #5d6e6d;
  -webkit-text-fill-color: inherit;
  background-color: #3d7b91;
  background-clip: border-box;
  border-radius: 500px;
  flex: 0 auto;
  max-width: 600px;
  margin: 20px auto 0;
  padding: 10px 40px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: background-color .3s, opacity .3s;
  position: static;
}

.hero-buttom_v2:hover {
  color: #fff;
  background-color: #5d6e6d;
}

.hero-buttom_v2.w--current {
  margin-top: 40px;
}

.pr-sentation-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #5d6e6d;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.form-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.form-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  overflow-wrap: normal;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-field {
  border-radius: 14px;
  width: 100%;
  padding: 10px 14px;
}

.text-field--name {
  border: 3px solid #3d7b91;
  border-radius: 14px;
  width: 100%;
  padding: 10px 20px;
  display: block;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  justify-content: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-field-2 {
  text-align: left;
  border: .5px solid #5d6e6d;
  border-radius: 12px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 300;
}

.champ-standard {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  display: flex;
}

.form-card {
  color: #fff;
  background-color: #fff;
  border: 2px solid #0000;
  border-radius: 30px;
  width: 100%;
  max-width: 560px;
  padding: 24px 32px;
  box-shadow: 0 2px 5px #00000014;
}

.form-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.field-label {
  order: 0;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 900;
  display: block;
}

.champ-standard_company, .message-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  display: flex;
}

.contact-message {
  text-align: left;
  border: .5px solid #5d6e6d;
  border-radius: 12px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 300;
}

.submit-button {
  color: #fff;
  background-color: #5d6e6d;
  border-radius: 16px;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 900;
}

.submit-button:hover {
  color: #fff;
  background-color: #3d7b91;
}

.field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  font-family: Gotham, Arial, sans-serif;
  font-weight: 900;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 40px;
  position: relative;
}

.footer-conteiner-whitetext {
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: 940px;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 300;
}

.footer-wrapper-whitetext {
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.footer-brand {
  color: #fff;
}

.footer-block-two {
  color: #5d6e6d;
  flex-flow: column;
  font-family: Gotham, Arial, sans-serif;
  display: flex;
}

.footer-title {
  color: #5d6e6d;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 32px;
}

.footer-link-two {
  color: #5d6e6d;
  text-align: left;
  margin-top: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 300;
  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-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  color: #5d6e6d;
  justify-content: space-around;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.footer-copyright-2 {
  color: #5d6e6d;
  font-family: Gotham, Arial, sans-serif;
}

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

.footer-social-link {
  margin-left: 0;
  line-height: 0;
}

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

.nos-service-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #5d6e6d;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  place-items: center stretch;
  min-width: 200px;
  max-width: none;
  min-height: 480px;
  margin-top: auto;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  position: relative;
}

.content-service-grid {
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.feature-card-whiteback {
  box-sizing: content-box;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ddd6d657;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 480px;
  margin: auto;
  padding: 20px 20px 10px;
  transition: opacity .2s;
  display: flex;
}

.image-23 {
  width: 140px;
}

.un-projet {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #5d6e6d;
  background-color: #5d6e6d;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center stretch;
  max-width: none;
  padding-top: 40px;
  display: grid;
  position: relative;
}

.hero-services {
  background-image: url('../images/Design-sans-titre-11.jpg');
  background-position: 50%;
  background-size: cover;
  height: 80vh;
  margin-top: 105px;
}

.hero-overlay-services {
  z-index: 1;
  opacity: .45;
  pointer-events: none;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  width: 100%;
  height: 90%;
  position: absolute;
  inset: 0%;
}

.div-block-12 {
  z-index: 2;
  position: relative;
}

.hero-content-wrapper-services {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-heading {
  color: #fff;
  font-family: Gotham, Arial, sans-serif;
  font-size: 56px;
  font-weight: 900;
}

.hero-subtexte {
  color: #fff;
  text-align: center;
  max-width: 800px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
}

.intro-container-services {
  padding: 60px 40px 20px;
}

.heading-paragraphe-green-services {
  color: #3d7b91;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1em;
}

.hero-buttom-services {
  text-align: left;
  -webkit-text-stroke-color: #5d6e6d;
  -webkit-text-fill-color: inherit;
  background-color: #3d7b91;
  background-clip: border-box;
  border-radius: 500px;
  flex: 0 auto;
  max-width: 100%;
  margin: 10px auto;
  padding: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: background-color .3s, opacity .3s;
  position: static;
}

.hero-buttom-services:hover {
  color: #fff;
  background-color: #5d6e6d;
}

.hero-buttom-services.w--current {
  margin-top: 40px;
}

.services-container {
  padding: 60px 40px;
}

.heading-15 {
  font-size: 28px;
}

.soustitre-green {
  color: #5d6e6d;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 38px;
}

.services-photos-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 20px 100px;
  display: flex;
}

.service-photo {
  object-fit: cover;
  border-radius: 24px;
  flex: 0 auto;
  width: 100%;
  height: 160px;
  margin-top: 20px;
}

.service-list {
  color: #fff;
  text-align: justify;
  padding-bottom: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 300;
}

.section-services-block-green {
  background-color: #5d6e6d;
}

.heading-services-white {
  color: #fff;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.paragraphe-contentt-white {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.service-list-green {
  color: #5d6e6d;
  text-align: justify;
  padding-bottom: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 300;
}

.footer-green {
  background-color: #5d6e6d;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 40px;
  position: relative;
}

.image-24 {
  color: #fff;
  background-color: #0000;
  width: 70%;
}

.button-7 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: fixed;
  inset: auto 50% 0%;
}

.button-8 {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  left: 50px;
}

.buttom-demande-devis {
  text-align: left;
  -webkit-text-stroke-color: #5d6e6d;
  -webkit-text-fill-color: inherit;
  background-color: #3d7b91;
  background-clip: border-box;
  border-radius: 500px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 40px 280px;
  padding: 10px 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: background-color .3s, opacity .3s;
  display: flex;
  position: static;
}

.buttom-demande-devis:hover {
  color: #fff;
  background-color: #5d6e6d;
}

.buttom-demande-devis.w--current {
  margin-top: 40px;
}

.buttom-demande-devis-design {
  text-align: left;
  -webkit-text-stroke-color: #5d6e6d;
  -webkit-text-fill-color: inherit;
  background-color: #3d7b91;
  background-clip: border-box;
  border-radius: 500px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 40px 280px;
  padding: 10px 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: background-color .3s, opacity .3s;
  display: flex;
  position: static;
}

.buttom-demande-devis-design:hover {
  color: #fff;
  background-color: #5d6e6d;
}

.buttom-demande-devis-design.w--current {
  margin-top: 40px;
}

.buttom-demande-devis-event {
  color: #5d6e6d;
  text-align: left;
  -webkit-text-stroke-color: #3d7b91;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 500px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 40px 280px;
  padding: 10px 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: background-color .3s, opacity .3s;
  display: flex;
  position: static;
}

.buttom-demande-devis-event:hover {
  color: #fff;
  background-color: #3d7b91;
}

.buttom-demande-devis-event.w--current {
  margin-top: 40px;
}

.list {
  margin-top: 20px;
}

.pdf_tentes {
  color: #fff;
  margin-left: 20px;
  padding-bottom: 0;
  font-family: Gotham, Arial, sans-serif;
  display: block;
}

.titre-services-mobile-white {
  color: #fff;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 38px;
  text-decoration: none;
}

.image-25 {
  border: 1px solid #0000;
  width: 70%;
}

.footer-block-whiteback {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-wrapper-greentext {
  color: #5d6e6d;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.footer-white {
  color: #fff;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 40px 40px;
  position: relative;
}

.footer {
  color: #5d6e6d;
  text-align: left;
  width: 100%;
  max-width: 940px;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
}

.footer-brand--white {
  color: #fff;
}

.footer-title--white {
  color: #fff;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 32px;
}

.footer-link-two-white {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

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

.footer-copyright-white {
  color: #fff;
  font-family: Gotham, Arial, sans-serif;
}

.pres-services {
  color: #5d6e6d;
  background-color: #5d6e6d;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.services-content-wrapper {
  margin-bottom: auto;
}

.nos-service-card--vf {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #5d6e6d;
  flex-flow: row;
  flex: 1;
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  place-items: center stretch;
  min-width: 200px;
  min-height: 480px;
  margin-top: auto;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  position: relative;
}

.feature-card-whitetexte {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 480px;
  margin: auto;
  padding: 20px 0 10px;
  transition: opacity .2s;
  display: flex;
}

.image-26 {
  border-radius: 24px;
  max-width: 100%;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.image-27 {
  box-sizing: border-box;
  outline-offset: 0px;
  mix-blend-mode: normal;
  border-radius: 24px;
  outline: 3px #5d6e6d;
  width: 100%;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.paragraph-7 {
  border-radius: 24px;
}

.image-28 {
  border-radius: 24px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraphe-content-projet {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.cta-d-couvrir-nos-services {
  -webkit-text-stroke-color: #5d6e6d;
  -webkit-text-fill-color: inherit;
  background-color: #3d7b91;
  background-clip: border-box;
  border-radius: 500px;
  flex: 0 auto;
  max-width: 600px;
  margin: 10px auto;
  padding: 5px 20px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: background-color .3s, opacity .3s;
  display: flex;
  position: static;
}

.cta-d-couvrir-nos-services:hover {
  color: #fff;
  background-color: #5d6e6d;
}

.cta-d-couvrir-nos-services.w--current {
  margin-top: 40px;
}

.cta-d-couvrir-nos-projets {
  color: #fff;
  -webkit-text-stroke-color: #5d6e6d;
  -webkit-text-fill-color: inherit;
  background-color: #3d7b91;
  background-clip: border-box;
  border-radius: 500px;
  flex: 0 auto;
  width: 30%;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: background-color .3s, opacity .3s;
  position: static;
}

.cta-d-couvrir-nos-projets:hover {
  color: #fff;
  background-color: #5d6e6d;
}

.cta-d-couvrir-nos-projets.w--current {
  margin-top: 40px;
}

.hero-a-propos {
  background-image: url('../images/freepik__adjust__24364.jpeg');
  background-size: cover;
  background-attachment: fixed;
  height: 80vh;
  margin-top: 105px;
}

.hero-content-wrapper-apropos {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-overlay-apropos {
  z-index: 1;
  opacity: .2;
  pointer-events: none;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  width: 100%;
  height: 90%;
  position: absolute;
  inset: 0%;
}

.intro-container-apropos {
  padding: 60px 40px 20px;
}

.nos-valeurs {
  color: #5d6e6d;
  background-color: #fff;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 60px;
  display: block;
}

.container-valeurs {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  width: 100%;
  min-width: auto;
  min-height: auto;
  margin-top: 40px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  position: relative;
}

.picto-valeur {
  border-radius: 0;
  width: 60%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraphe-content-green-value {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #5d6e6d;
  text-align: justify;
  letter-spacing: -.2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 10px auto 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.valeur-content-wrapper-copy {
  margin-bottom: auto;
}

.nos-experts {
  color: #5d6e6d;
  background-color: #5d6e6d;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.valeur-content-wrapper-green {
  margin-bottom: auto;
}

.nos-experts-section {
  background-color: #5d6e6d;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 60px;
}

.team-title-green {
  color: #5d6e6d;
  text-align: center;
  margin: 10px auto auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2em;
}

.nos-experts-section--green {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  overflow-wrap: normal;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  height: 35%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.mission-wrapper-colonne-green {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center;
  margin-top: auto;
  padding-top: 40px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: grid;
}

.team-title-white {
  color: #fff;
  text-align: center;
  margin: 0 auto auto;
  padding-top: 5px;
  padding-bottom: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2em;
}

.paragraphe-content-white {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.team-fonction-white-copy {
  color: #fff;
  text-align: center;
  margin: 0 auto auto;
  padding-top: 20px;
  padding-bottom: 5px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2em;
}

.team-fonction-green {
  color: #5d6e6d;
  text-align: center;
  margin: 0 auto auto;
  padding-top: 0;
  padding-bottom: 5px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2em;
}

.heading-paragraphe-white--vf {
  color: #fff;
  text-align: center;
  letter-spacing: .1px;
  text-indent: .5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 10px 10px;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1em;
  display: flex;
}

.team-title-blue {
  color: #3d7b91;
  text-align: center;
  margin: 10px auto auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2em;
}

.team-fonction-blue {
  color: #3d7b91;
  text-align: center;
  margin: 0 auto auto;
  padding-top: 20px;
  padding-bottom: 5px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2em;
}

.notre-engagement {
  grid-template-columns: .7fr 1.5fr;
  margin-top: 100px;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.grid-2 {
  mix-blend-mode: normal;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .7fr 1fr;
  margin-top: 0;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.title-engagement {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-color: #3d7b91;
  text-indent: 0;
  text-overflow: clip;
  background-color: #3d7b91;
  border: 1px #000;
  border-left: 15px solid #5d6e6d;
  border-right: 15px solid #5d6e6d;
  border-radius: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 2px 5px #000;
}

.description-engagement {
  color: #5d6e6d;
  text-shadow: 0 1px 1px #0000;
  white-space: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
}

.notre-engagement-conteiner {
  text-shadow: 0 1px 1px #0000;
}

.hero-overlay-engagement {
  z-index: 1;
  opacity: .03;
  pointer-events: none;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: saturation;
  background-color: #000;
  background-clip: border-box;
  border-left: 1px solid #fff;
  width: 100%;
  height: 90%;
  position: absolute;
  inset: 0%;
}

.engagement-overlay {
  opacity: .88;
  mix-blend-mode: normal;
  border: 1px solid #00008b;
  padding-top: 0;
  padding-bottom: 0;
}

.title-engagement--1 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #3d7b91;
  text-indent: 20px;
  text-overflow: clip;
  background-color: #3d7b91;
  border: 1px #000;
  border-left: 15px solid #5d6e6d;
  border-right: 15px solid #5d6e6d;
  border-radius: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 2px 5px #000;
}

.paragraphe-content--tabwhite {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.paragraphe-content--desktopwhite {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: justify;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.hero-r-alisations {
  background-image: url('../images/tempImagexvhhCe.jpg');
  background-size: cover;
  background-attachment: fixed;
  height: 80vh;
  margin-top: 105px;
}

.hero-content-wrapper-realisations {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-overlay-realisations {
  z-index: 1;
  opacity: .2;
  pointer-events: none;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  width: 100%;
  height: 89%;
  position: absolute;
  inset: 0%;
}

.intro-container-realis {
  text-align: center;
  padding: 60px 40px 40px;
}

.text-block-6 {
  font-family: Gotham, Arial, sans-serif;
}

.section-amenagements {
  padding-top: 40px;
  padding-bottom: 60px;
  font-size: 10px;
}

.icon-8 {
  overflow: visible;
}

.image-29 {
  object-fit: fill;
  width: auto;
  height: auto;
}

.mask-3 {
  height: auto;
  margin-left: 40px;
  margin-right: 40px;
}

.slide-8 {
  height: 140%;
  margin-left: 40px;
  margin-right: 40px;
  padding-right: 0;
}

.slider-5 {
  border-radius: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin: 20px 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.slide-9 {
  border: 1px #0000;
  height: 480px;
  margin-left: 0;
}

.slider-6 {
  border: 1px #0000;
  border-radius: 24px;
  width: 85%;
  height: 480px;
  margin: 20px 85px;
}

.image-30 {
  opacity: 1;
  filter: contrast(125%);
  mix-blend-mode: normal;
  border: 1px #000;
  border-radius: 24px;
  width: 100%;
  height: 480px;
  box-shadow: 0 2px 5px #0003;
}

.slide-10 {
  border-radius: 24px;
  height: 480px;
  box-shadow: 0 2px 5px #0003;
}

.image-31 {
  border-radius: 24px;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.icon-9 {
  margin-bottom: 218px;
}

.soustitre-green-copy {
  color: #5d6e6d;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 38px;
}

.soustitre-blue {
  color: #3d7b91;
  text-align: center;
  text-shadow: 0 1px 1px #000;
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 0;
  padding: 10px 100px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 58px;
  font-weight: 900;
  line-height: 60px;
}

.section-events {
  background-color: #5d6e6d;
  border: 1px solid #0000;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 10px;
}

.soustitre-white {
  color: #fff;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 38px;
}

.soustitre-blue-copy {
  color: #3d7b91;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 10px 40px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
}

.soustitre-white1 {
  color: #fff;
  text-align: center;
  text-transform: none;
  text-shadow: 0 1px 1px #000;
  margin: 40px 0 10px;
  padding: 10px 100px 40px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 58px;
  font-weight: 900;
  line-height: 60px;
}

.mask-4 {
  border: 1px #0000;
  height: 485px;
}

.slide-11 {
  height: 480px;
}

.section-events-copy {
  background-color: #5d6e6d;
  border: 1px solid #0000;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 10px;
}

.section-ingenie {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 10px;
}

.grid-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: 220px 300px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  place-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: grid;
}

.image-grid {
  border-radius: 36px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 2px 5px #000;
}

.footer-light-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-16 {
  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-block-two-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.footer-form-field-2 {
  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-2:hover, .footer-form-field-2:focus {
  border-color: #76879d;
}

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

.footer-form-submit-2 {
  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-2:hover {
  background-color: #3a4554;
}

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

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

.footer-copyright-3 {
  color: #3a4554;
}

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

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

.footer--green {
  color: #fff;
  background-color: #5d6e6d;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 40px;
  position: relative;
}

.footer-wrapper-green-text {
  color: #5d6e6d;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.footer-block-green {
  color: #fff;
  flex-flow: column;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  display: flex;
}

.footer-title-green {
  color: #fff;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 32px;
}

.footer-link-two-green {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

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

.footer-block-two-green {
  color: #5d6e6d;
  flex-flow: column;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  display: flex;
}

.footer-copyright-green {
  color: #fff;
  font-family: Gotham, Arial, sans-serif;
}

.mission-wrapper-colonne1 {
  box-sizing: border-box;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  aspect-ratio: auto;
  overflow-wrap: normal;
  flex-flow: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: space-between;
  place-items: center;
  margin-top: auto;
  padding: 40px 5vw 60px;
  display: grid;
}

.mission-wrapper-colonne1.reverse {
  flex-flow: row-reverse;
}

.paragraphe-content--tabwhite1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.div-block-13 {
  background-color: #5d6e6d;
}

.heading-paragraphe-green-home {
  color: #3d7b91;
  text-align: center;
  text-transform: none;
  width: 100%;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1em;
}

.image-32 {
  width: 9%;
}

.div-block-14 {
  color: #fff;
  flex: none;
  align-self: center;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
}

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

.contact-wrapper-white {
  color: #fff;
  flex: none;
  align-self: center;
  padding-top: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
}

.link-phone {
  color: #3d7b91;
  text-decoration: none;
}

.phone-icon-white {
  box-sizing: border-box;
  float: none;
  clear: none;
  width: 8%;
}

.heading-paragraphe-green-devis {
  color: #3d7b91;
  text-align: center;
  text-transform: none;
  width: 100%;
  margin: 180px auto auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 1.1em;
}

.paragraphe-content-green-devis {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #5d6e6d;
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.form-devis {
  margin-left: 10px;
}

.text-field-3 {
  border-radius: 24px;
  width: 90%;
  height: 10%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 12px;
  font-family: Gotham, Arial, sans-serif;
}

.text-field-4 {
  border-radius: 24px;
  width: 90%;
  height: 10%;
  margin-left: auto;
  margin-right: auto;
  font-family: Gotham, Arial, sans-serif;
}

.text-field-5 {
  border-radius: 24px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Gotham, Arial, sans-serif;
}

.select-field {
  border-radius: 30px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Gotham, Arial, sans-serif;
}

.type-de-demande {
  color: #5d6e6d;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 900;
}

.textarea---projetdescription {
  border-radius: 24px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 200px;
  font-family: Gotham, Arial, sans-serif;
}

.buttom-submit-devis {
  text-align: left;
  -webkit-text-stroke-color: #5d6e6d;
  -webkit-text-fill-color: inherit;
  background-color: #3d7b91;
  background-clip: border-box;
  border-radius: 500px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 40px auto;
  padding: 10px 40px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: background-color .3s, opacity .3s;
  display: flex;
  position: static;
}

.buttom-submit-devis:hover {
  color: #5d6e6d;
  background-color: #fff;
}

.buttom-submit-devis.w--current {
  margin-top: 40px;
}

.contact-wrapper-green {
  color: #fff;
  text-align: center;
  flex: none;
  align-self: center;
  padding-top: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
}

.link-email-green {
  color: #3d7b91;
  text-decoration: none;
}

.image-email-green {
  width: 3%;
  max-width: none;
}

.contact-wrapper-white-copy {
  color: #fff;
  flex: none;
  align-self: center;
  padding-top: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
}

.contact-wrapper-green-devis {
  color: #fff;
  text-align: center;
  flex: none;
  align-self: center;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
}

.phone-icon-green {
  box-sizing: border-box;
  float: none;
  clear: none;
  width: 3%;
}

.elements-devis {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #5d6e6d;
  text-align: left;
  text-indent: 20px;
  border-left: 6px solid #5d6e6d;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 40%;
  max-width: 800px;
  margin: 10px auto;
  padding: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.form-4 {
  background-color: #5d6e6d;
  border-radius: 30px;
  margin: 40px 60px 0;
  padding: 20px;
}

.type-de-demande-white {
  color: #fff;
  margin-left: 40px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 900;
}

.link-phone-white {
  color: #fff;
  text-decoration: none;
}

.content-wrapper-white-a-propos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vh;
  padding-right: 5vh;
  display: flex;
}

.heading-paragraphe-green--a-propos {
  color: #3d7b91;
  text-align: center;
  text-transform: none;
  width: 100%;
  margin: 20px auto auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1em;
}

.paragraphe-content-whitemobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.footer--green-devis {
  color: #fff;
  background-color: #5d6e6d;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 40px 20px;
  position: relative;
}

.paragraphe-content-whitemobileland {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.image-33 {
  width: 70%;
}

.image-34 {
  width: 100%;
}

.social_white {
  width: 70%;
}

.footer--green-demandedevis {
  color: #fff;
  background-color: #5d6e6d;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 40px;
  margin-bottom: auto;
  padding: 20px 40px;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .body {
    padding-left: 0;
    overflow: visible;
  }

  .background-video {
    width: 100vh;
    height: 100%;
    margin-top: -66px;
  }

  .hero-section {
    width: 100vh;
    height: 100%;
  }

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

  .image-2 {
    height: 60px;
  }

  .link-block {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .image-14 {
    width: 30%;
  }

  .hero-section {
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
  }

  .hero-vid-o {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    inset: 0%;
    overflow: visible;
  }

  .hero-overlay {
    margin-left: auto;
    margin-right: auto;
    inset: auto;
  }

  .hero-content {
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .navbar-menu-btn {
    height: auto;
  }

  .container-12 {
    width: auto;
  }

  .session-mission {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-wrapper-whitetext {
    justify-content: space-between;
  }

  .nos-experts-section, .nos-experts-section--green {
    max-width: none;
  }

  .title-engagement, .title-engagement--1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    padding-left: 0;
    overflow: visible;
  }

  .paragraph {
    margin-top: -50px;
  }

  .bold-text-3 {
    padding-top: 40px;
    display: block;
  }

  .pr-sentation-pourquoi-nous-choisir {
    box-sizing: border-box;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .slide-3 {
    height: 100%;
  }

  .image-14 {
    width: 30%;
    margin-top: 0;
  }

  .hero-section {
    width: auto;
    height: 100vh;
    min-height: 100px;
    position: static;
  }

  .hero-vid-o {
    object-fit: fill;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
    inset: 0;
  }

  .hero-overlay {
    min-width: auto;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .hero-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    justify-content: space-between;
    align-items: center;
    width: auto;
    overflow: visible;
  }

  .session-mission {
    width: auto;
  }

  .mission-content-wrapper, .content-wrapper-white {
    width: auto;
    height: 100%;
  }

  .pr-sentation-contact {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .nos-service-card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center start;
    place-items: stretch center;
    width: auto;
    min-width: auto;
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    position: static;
  }

  .nos-experts-section {
    max-width: none;
  }

  .nos-experts-section--green {
    max-width: none;
    height: 100%;
  }

  .title-engagement, .title-engagement--1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@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;
  }

  .body {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .nav-menu-two-2 {
    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-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .menu-button-2 {
    padding: 12px;
  }

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

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

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

  .nav-menu-two-3 {
    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-sections {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .menu-button-3 {
    padding: 12px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two {
    flex: 0 auto;
  }

  .background-video-3 {
    mix-blend-mode: normal;
    font-family: Gotham, Arial, sans-serif;
    position: static;
  }

  .navbar-logo-left-4 {
    z-index: 20;
    padding: 0 0%;
    position: absolute;
    inset: 0%;
  }

  .navbar-logo-left-container-4.shadow-three {
    z-index: 5;
  }

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

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

  .nav-menu-two-4 {
    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-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .menu-button-4 {
    padding: 12px;
  }

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

  .section-2 {
    z-index: 1;
    width: auto;
    height: auto;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
  }

  .background-video-6 {
    z-index: 1;
    object-fit: cover;
    width: auto;
    height: 100%;
    min-height: 100vh;
    max-height: none;
    position: absolute;
    inset: 0%;
  }

  .div-block-2 {
    z-index: 2;
  }

  .div-block-3 {
    z-index: 5;
    object-fit: fill;
  }

  .heading-3, .heading-4 {
    font-size: 48px;
  }

  .paragraph {
    font-size: 18px;
  }

  .hero-buttom {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
    transition-duration: .2s, .2s;
  }

  .section-3, .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column-reverse;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-5.background-section {
    color: #5d6e6d;
    background-color: #fff;
    width: 90%;
    max-width: 800px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .heading-7 {
    margin-left: 200px;
    margin-right: 10px;
  }

  .image-7 {
    margin: -300px -17px 0 -460px;
    padding-bottom: 140px;
    padding-left: 280px;
    padding-right: 100px;
  }

  .heading-8 {
    margin-top: 60px;
  }

  .div-block-4 {
    margin-right: -74px;
    padding: 0 40px 140px 140px;
  }

  .pr-sentation-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row-reverse;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 5%;
  }

  .image-8 {
    border-radius: 16px;
    width: 45%;
    max-width: 450px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .div-block-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #5d6e6d;
    flex-flow: column;
    width: 55%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Gotham, Arial, sans-serif;
    font-weight: 300;
    line-height: 14px;
  }

  .heading-9 {
    color: #5d6e6d;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 0;
    font-size: 56px;
    line-height: 100%;
  }

  .heading-9.titre {
    color: #5d6e6d;
    text-align: left;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 140px;
    font-size: 42px;
  }

  .paragraph-2 {
    color: #5d6e6d;
    text-align: justify;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .container-8 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    align-items: stretch;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding: 30px 60px;
  }

  .paragraph-3 {
    letter-spacing: -1px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 14px;
  }

  .pr-sentation-pourquoi-nous-choisir {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-6-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    opacity: 1;
    background-color: #e2dcdc;
    border-radius: 16px;
    width: 45%;
    height: 50%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .titre-servics-homepage {
    font-size: 14px;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

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

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

  .image-14 {
    height: auto;
    display: block;
  }

  .hero-section {
    margin-top: auto;
    margin-bottom: auto;
  }

  .hero-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 720px;
    margin-top: -40px;
  }

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

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-5 {
    padding: 12px;
  }

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

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

  .nav-menu-two-5 {
    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-menu-wrapper-6 {
    background-color: #0000;
  }

  .nav-menu-two-6 {
    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-menu-wrapper-7 {
    background-color: #0000;
  }

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

  .menu-nav {
    z-index: 100;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    aspect-ratio: auto;
    opacity: 1;
    color: #3d7b91;
    object-fit: fill;
    background-color: #fff;
    border-radius: 8px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 80px;
    margin-top: 75px;
    margin-bottom: 0;
    padding: 0;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
    position: fixed;
    inset: 0;
    box-shadow: 0 2px 5px #0003;
  }

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

  .navlink-menu {
    z-index: 100;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    color: #5d6e6d;
    letter-spacing: .5px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 30px 40px 10px;
    font-size: 16px;
    font-weight: 900;
    display: inline-flex;
    position: static;
    inset: 0;
  }

  .navlink-menu:hover {
    color: #353738;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-flex;
  }

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

  .menu-button-6 {
    padding: 12px;
  }

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

  .image-18 {
    display: block;
  }

  .icon-6 {
    font-size: 24px;
  }

  .text-block-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    color: #5d6e6d;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .nav-menu-two-8 {
    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-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .menu-button-7 {
    background-color: #0000;
    border: 1px solid #0000;
    padding: 8px;
  }

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

  .icon-7 {
    border-radius: 6px;
    width: 24px;
  }

  .icon-7:hover {
    opacity: .3;
    color: #5d6e6d;
    background-color: #fff;
  }

  .conteiner-global {
    color: #0000;
    padding: 40px 5%;
    overflow: visible;
  }

  .conteiner-global-green {
    padding: 20px 5%;
  }

  .hero-buttom-contact {
    color: #fff;
    cursor: pointer;
    background-color: #3d7b91;
    border-radius: 16px;
    font-family: Gotham, Arial, sans-serif;
    font-weight: 900;
    box-shadow: 0 2px 5px #0003;
  }

  .hero-buttom-contact:hover {
    box-shadow: none;
    background-color: #5d6e6d;
  }

  .heading-9-white {
    color: #fff;
    margin: 0 auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 0;
    font-size: 56px;
    line-height: 100%;
  }

  .heading-9-white.titre {
    color: #5d6e6d;
    text-align: left;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 140px;
    font-size: 42px;
  }

  .paragraph-2-white {
    color: #5d6e6d;
    text-align: justify;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .paragraph-2-copy {
    color: #fff;
    text-align: justify;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 10px 0;
    font-size: 16px;
    line-height: 150%;
  }

  .heading-9-green {
    color: #5d6e6d;
    margin: 0 auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 0;
    font-size: 56px;
    line-height: 100%;
  }

  .heading-9-green.titre {
    color: #5d6e6d;
    text-align: left;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 140px;
    font-size: 42px;
  }

  .paragraph-2-green {
    color: #5d6e6d;
    text-align: justify;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 10px 0;
    font-size: 16px;
    line-height: 150%;
  }

  .slider-4 {
    border-radius: 16px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .image-slider {
    border-radius: 16px;
    width: 100%;
    height: 400px;
  }

  .mask-2 {
    border-radius: 16px;
    height: auto;
  }

  .slider-infra {
    border-radius: 16px;
    width: 100%;
    height: auto;
  }

  .div-block-9 {
    width: 100%;
    padding: 24px 10px;
    font-family: Gotham, Arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
    bottom: 24px;
  }

  .mission-wrapper-colonne {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 40px;
    display: flex;
  }

  .mission-wrapper-colonne.reverse {
    grid-auto-flow: row;
  }

  .mission-media {
    box-sizing: content-box;
    object-fit: cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .mission-content-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: flex-start;
    width: 95%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h1 {
    font-size: 56px;
  }

  .paragraphe-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 95%;
    font-size: 18px;
  }

  .image-mission {
    border-radius: 24px;
    width: 100%;
    max-width: 320px;
    margin: auto;
    display: block;
  }

  .intro-paragraph {
    padding-left: 80px;
    padding-right: 80px;
  }

  .heading-h1-copy {
    font-size: 56px;
  }

  .heading-h1-green {
    font-size: 60px;
  }

  .heading-h1-white {
    font-size: 56px;
  }

  .paragraphe-content-whie {
    color: #fff;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 16px;
  }

  .content-wrapper-white {
    align-items: flex-start;
    padding-left: 8vh;
    padding-right: 8vh;
  }

  .heading-h1-green-copy {
    color: #fff;
    font-size: 52px;
  }

  .heading-paragraphe-white {
    color: #5d6e6d;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mission-content-wrapper--white {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: flex-start;
    width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper-green {
    align-items: flex-start;
    padding-left: 5vh;
  }

  .heading-paragraphe-green {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .paragraphe-contentt-green, .paragraphe-content-green {
    color: #5d6e6d;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .container-14 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    width: 80%;
  }

  .feature-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-title {
    text-align: center;
    font-size: 16px;
  }

  .image-21 {
    width: 80%;
    display: block;
  }

  .hero-buttom-white {
    width: 40%;
    margin-left: auto;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    transition-duration: .2s, .2s;
  }

  .pr-sentation-a-propos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 80px;
    padding-bottom: 40px;
    display: block;
  }

  .pres-team {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    object-fit: fill;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1.8fr;
    grid-auto-flow: column;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-left: 0;
  }

  .titre-team {
    padding-top: 0;
    padding-left: 10px;
    font-size: 14px;
  }

  .description-team {
    text-align: justify;
    letter-spacing: -1px;
    text-indent: 0;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0 10px;
  }

  .description-team2 {
    letter-spacing: -.5px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-card-whyus {
    padding-left: 10px;
    padding-right: 0;
  }

  .picto-whyus {
    width: 40%;
    display: block;
  }

  .hero-buttom_v2 {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 20px;
    transition-duration: .2s, .2s;
  }

  .pr-sentation-contact {
    background-color: #5d6e6d;
  }

  .form-card {
    width: 120%;
  }

  .footer-conteiner-whitetext {
    max-width: 728px;
  }

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

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

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

  .nos-service-card {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    object-fit: fill;
    grid-template-rows: auto;
    grid-template-columns: 2.4fr 2.4fr;
    grid-auto-columns: 2.4fr;
    grid-auto-flow: column;
    justify-items: center;
    width: 95%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-left: 40px;
  }

  .feature-card-whiteback {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-23 {
    display: block;
  }

  .un-projet {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    object-fit: fill;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1.8fr;
    grid-auto-flow: column;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-left: 0;
  }

  .hero-subtexte {
    font-size: 20px;
  }

  .intro-container-services {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-paragraphe-green-services {
    text-align: left;
  }

  .hero-buttom-services {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
    transition-duration: .2s, .2s;
  }

  .services-container {
    padding-left: 0;
    padding-right: 0;
  }

  .soustitre-green {
    line-height: 32px;
  }

  .services-photos-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    padding: 10px 0 40px;
  }

  .service-photo {
    width: auto;
    max-width: 100%;
    height: 140px;
  }

  .service-list {
    padding-right: 40px;
  }

  .paragraphe-contentt-white {
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .service-list-green {
    padding-right: 40px;
  }

  .buttom-demande-devis, .buttom-demande-devis-design, .buttom-demande-devis-event {
    margin-left: 200px;
    margin-right: 200px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
    transition-duration: .2s, .2s;
  }

  .titre-services-mobile-white {
    color: #fff;
    line-height: 32px;
  }

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

  .footer {
    max-width: 728px;
  }

  .pres-services {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services-content-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: flex-start;
    width: 95%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .nos-service-card--vf {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    object-fit: fill;
    grid-template-rows: auto;
    grid-template-columns: 2.4fr 2.4fr;
    grid-auto-columns: 2.4fr;
    grid-auto-flow: column;
    width: 95%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-left: 0;
  }

  .feature-card-whitetexte {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraphe-content-projet {
    color: #fff;
    padding-left: 60px;
    padding-right: 60px;
  }

  .cta-d-couvrir-nos-services {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
    transition-duration: .2s, .2s;
  }

  .cta-d-couvrir-nos-projets {
    width: 40%;
    margin-left: auto;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    transition-duration: .2s, .2s;
  }

  .intro-container-apropos {
    padding-left: 0;
    padding-right: 0;
  }

  .nos-valeurs {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .container-valeurs {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    justify-items: stretch;
    width: 80%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .picto-valeur {
    width: 60%;
    display: block;
  }

  .paragraphe-content-green-value {
    color: #5d6e6d;
    text-align: center;
    letter-spacing: -.5px;
    width: 120%;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .valeur-content-wrapper-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: flex-start;
    width: 95%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .nos-experts {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .valeur-content-wrapper-green {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: flex-start;
    width: 95%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .nos-experts-section {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .mission-wrapper-colonne-green {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .paragraphe-content-white {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .team-fonction-white-copy {
    padding-top: 5px;
  }

  .heading-paragraphe-white--vf {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-fonction-blue {
    padding-top: 5px;
  }

  .grid-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraphe-content--tabwhite, .paragraphe-content--desktopwhite {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .intro-container-realis {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .soustitre-green-copy {
    line-height: 32px;
  }

  .soustitre-blue {
    padding-left: 80px;
    padding-right: 80px;
    line-height: 52px;
  }

  .soustitre-white, .soustitre-blue-copy {
    line-height: 32px;
  }

  .soustitre-white1 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-left: 80px;
    padding-right: 80px;
    line-height: 52px;
  }

  .mask-4 {
    width: 100%;
    height: 100%;
  }

  .grid-3 {
    flex-flow: column;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

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

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

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

  .footer-wrapper-green-text {
    flex-wrap: wrap;
  }

  .footer-block-green, .footer-block-two-green {
    font-size: 14px;
  }

  .mission-wrapper-colonne1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 40px;
    display: flex;
  }

  .mission-wrapper-colonne1.reverse {
    grid-auto-flow: row;
  }

  .paragraphe-content--tabwhite1 {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .div-block-13 {
    padding-top: 60px;
  }

  .heading-paragraphe-green-home {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-paragraphe-green-devis {
    text-align: center;
    margin-top: 140px;
    margin-bottom: auto;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .paragraphe-content-green-devis {
    color: #5d6e6d;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .buttom-submit-devis {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    transition-duration: .2s, .2s;
  }

  .image-email-green {
    width: 4%;
  }

  .phone-icon-green {
    width: 3%;
  }

  .elements-devis {
    color: #5d6e6d;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .content-wrapper-white-a-propos {
    align-items: flex-start;
    padding-left: 8vh;
    padding-right: 8vh;
  }

  .heading-paragraphe-green--a-propos {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .paragraphe-content-whitemobile, .paragraphe-content-whitemobileland {
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }
}

@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;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .navbar-logo-left-container-3 {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .hero-heading-center {
    padding: 60px 15px;
  }

  .navbar-logo-left-container-4 {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .hero-buttom {
    margin-top: 40px;
    padding: 5px 20px;
    font-size: 14px;
  }

  .section-5.background-section {
    padding-top: 60px;
  }

  .paragraph-2 {
    max-width: 95%;
  }

  .container-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    width: 100%;
    margin-right: auto;
    padding: 40px 10px 20px 0;
  }

  .paragraph-3 {
    text-align: justify;
    letter-spacing: 0;
    white-space: normal;
    word-break: normal;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Gotham, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
  }

  .pr-sentation-pourquoi-nous-choisir {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-6-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 800px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .titre-servics-homepage {
    font-size: 16px;
  }

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

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

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

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

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

  .image-14 {
    padding-top: 0;
    padding-bottom: 20px;
  }

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

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

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

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

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

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

  .navbar-logo-left-container-5 {
    max-width: 100%;
  }

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

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

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

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

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

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

  .menu-nav {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .navlink-menu {
    margin-top: 25px;
    padding: 10px 20px 0;
    display: inline-block;
  }

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

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

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

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

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

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

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

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

  .navbar-logo-left-container-7 {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .paragraph-2-white, .paragraph-2-copy, .paragraph-2-green {
    max-width: 95%;
  }

  .slider-4 {
    width: 90%;
    margin-bottom: 10px;
  }

  .image-slider {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .div-block-9 {
    padding-bottom: 16px;
  }

  .session-mission {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mission-wrapper-colonne {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    justify-content: stretch;
    place-items: stretch center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mission-wrapper-colonne.reverse {
    flex-flow: column;
  }

  .mission-media {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 10px;
    display: grid;
  }

  .mission-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .heading-h1 {
    text-align: left;
    margin: 0;
    font-size: 36px;
    line-height: 110%;
  }

  .paragraphe-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 0 auto;
    padding-right: 0;
    font-size: 16px;
  }

  .image-mission {
    vertical-align: baseline;
    object-fit: cover;
    border-radius: 16px;
    width: 90%;
    display: inline-block;
  }

  .heading-h1-copy {
    text-align: left;
    margin: 0;
    font-size: 36px;
    line-height: 110%;
  }

  .heading-h1-green {
    text-align: left;
    margin: 0 auto;
    font-size: 36px;
    line-height: 110%;
  }

  .paragraphe-content-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 0 60px 0 -30px;
    padding-right: 20px;
    font-size: 16px;
  }

  .heading-h1-white {
    color: #fff;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    font-size: 36px;
    line-height: 110%;
  }

  .paragraphe-content-whie {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .content-wrapper-white {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .heading-h1-green-copy {
    color: #fff;
    text-align: left;
    text-align: left;
    margin: 0 auto;
    font-size: 36px;
    line-height: 110%;
  }

  .heading-paragraphe-white {
    color: #5d6e6d;
    text-align: center;
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 48px;
  }

  .mission-content-wrapper--white, .content-wrapper-green {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .heading-paragraphe-green {
    color: #3d7b91;
    text-align: center;
    padding-bottom: 40px;
    font-size: 48px;
  }

  .paragraphe-contentt-green {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #5d6e6d;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 15px;
  }

  .paragraphe-content-green {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #5d6e6d;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .container-14 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .feature-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .feature-title {
    text-align: center;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 18px;
    display: flex;
  }

  .image-21 {
    width: 60%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .hero-buttom-white {
    width: 50%;
    margin-top: 40px;
    padding: 10px 0;
    font-size: 14px;
  }

  .pr-sentation-a-propos {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .feature-title-green {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .pres-team {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 100px;
    padding-right: 100px;
    display: grid;
  }

  .titre-team {
    padding-top: 0;
    font-size: 14px;
  }

  .description-team {
    letter-spacing: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .feature-title-whyus {
    text-align: center;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .feature-card-whyus {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .picto-whyus {
    width: 30%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
  }

  .hero-buttom_v2 {
    margin-top: 20px;
    padding: 5px 10px;
    font-size: 14px;
  }

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

  .footer-wrapper-whitetext {
    padding-left: 0;
    padding-right: 20px;
  }

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

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

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

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

  .nos-service-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    justify-items: center;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .content-service-grid {
    padding-left: 5px;
    padding-right: 5px;
  }

  .feature-card-whiteback {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 80%;
    min-width: 80px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    display: flex;
  }

  .un-projet {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 100px;
    padding-right: 100px;
    display: grid;
  }

  .heading-paragraphe-green-services {
    color: #3d7b91;
    text-align: center;
  }

  .hero-buttom-services {
    margin-top: 0;
    padding: 5px 10px;
    font-size: 14px;
  }

  .services-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .soustitre-green {
    line-height: 32px;
  }

  .services-photos-wrapper {
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    padding-left: 60px;
    padding-right: 60px;
  }

  .service-photo {
    flex: 1;
    align-self: center;
    width: 80%;
  }

  .service-list {
    padding-right: 40px;
  }

  .paragraphe-contentt-white {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 16px;
  }

  .service-list-green {
    padding-left: 0;
    padding-right: 40px;
  }

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

  .buttom-demande-devis {
    margin-top: 40px;
    margin-left: 140px;
    margin-right: 140px;
    padding: 5px 10px;
    font-size: 14px;
  }

  .buttom-demande-devis-design {
    margin-top: 0;
    margin-left: 140px;
    margin-right: 140px;
    padding: 5px 10px;
    font-size: 14px;
  }

  .buttom-demande-devis-event {
    margin: 40px 140px;
    padding: 5px 10px;
    font-size: 14px;
  }

  .titre-services-mobile-white {
    color: #fff;
    line-height: 32px;
  }

  .footer-wrapper-greentext {
    padding-left: 0;
    padding-right: 20px;
  }

  .footer-white {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .pres-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .nos-service-card--vf {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    justify-items: center;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .feature-card-whitetexte {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .image-26 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
  }

  .image-27 {
    box-sizing: border-box;
    object-fit: contain;
    width: 80%;
    padding-left: 10px;
  }

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

  .image-28 {
    width: 80%;
  }

  .paragraphe-content-projet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .cta-d-couvrir-nos-services {
    margin-top: 0;
    padding: 5px 20px;
    font-size: 14px;
  }

  .cta-d-couvrir-nos-projets {
    text-align: center;
    width: 50%;
    margin-top: 0;
    padding: 10px 0;
    font-size: 14px;
  }

  .nos-valeurs {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .container-valeurs {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    width: 100%;
    margin: auto;
    display: flex;
  }

  .picto-valeur {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
  }

  .paragraphe-content-green-value {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #5d6e6d;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .valeur-content-wrapper-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .nos-experts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .valeur-content-wrapper-green {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .nos-experts-section {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .team-title-green {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .nos-experts-section--green {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mission-wrapper-colonne-green {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    justify-content: stretch;
    place-items: stretch center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-title-white {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 36px;
    display: flex;
  }

  .paragraphe-content-white {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .team-fonction-white-copy, .team-fonction-green {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .heading-paragraphe-white--vf {
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    font-size: 48px;
  }

  .team-title-blue, .team-fonction-blue {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .notre-engagement {
    margin-top: 40px;
  }

  .grid-2 {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-engagement {
    -webkit-text-stroke-width: 0px;
    text-indent: 0;
    object-fit: fill;
    border-bottom-width: 0;
    border-left-width: 15px;
    width: 100%;
    padding: 15px 10px;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
  }

  .description-engagement {
    direction: ltr;
    -webkit-text-stroke-width: 0px;
    text-overflow: clip;
    white-space: normal;
  }

  .title-engagement--1 {
    -webkit-text-stroke-width: 0px;
    text-indent: 0;
    object-fit: fill;
    border-bottom-width: 0;
    border-left-width: 15px;
    width: 100%;
    padding: 15px 0 15px 10px;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
  }

  .paragraphe-content--tabwhite {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .paragraphe-content--desktopwhite {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .section-amenagements {
    padding-bottom: 20px;
  }

  .slide-9 {
    width: 100%;
    height: 100%;
  }

  .slider-6 {
    width: 80%;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    overflow: visible;
  }

  .image-30 {
    height: 100%;
  }

  .image-31 {
    text-align: left;
    object-fit: cover;
    height: 100%;
    position: static;
  }

  .icon-9 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .soustitre-green-copy {
    line-height: 32px;
  }

  .soustitre-blue {
    width: auto;
    height: auto;
    font-size: 48px;
    line-height: 42px;
  }

  .section-events {
    padding-top: 40px;
  }

  .soustitre-white, .soustitre-blue-copy {
    line-height: 32px;
  }

  .soustitre-white1 {
    font-size: 48px;
    line-height: 42px;
  }

  .section-ingenie {
    padding-bottom: 20px;
  }

  .grid-3 {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

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

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

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

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

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

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

  .footer-wrapper-green-text {
    padding-left: 0;
    padding-right: 20px;
  }

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

  .mission-wrapper-colonne1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    justify-content: stretch;
    place-items: stretch center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mission-wrapper-colonne1.reverse {
    flex-flow: column;
  }

  .paragraphe-content--tabwhite1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .div-block-13 {
    background-color: #5d6e6d;
    padding-top: 0;
  }

  .heading-paragraphe-green-home {
    color: #3d7b91;
    text-align: center;
    padding-bottom: 0;
    font-size: 48px;
  }

  .heading-paragraphe-green-devis {
    color: #3d7b91;
    text-align: center;
    margin-top: 120px;
    margin-bottom: auto;
    padding-bottom: 0;
    font-size: 36px;
  }

  .paragraphe-content-green-devis {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #5d6e6d;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .form-devis {
    margin-left: auto;
    margin-right: auto;
  }

  .buttom-submit-devis {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 20px;
    font-size: 14px;
  }

  .image-email-green {
    width: 7%;
  }

  .phone-icon-green {
    width: 6%;
  }

  .elements-devis {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #5d6e6d;
    width: 60%;
    margin: 0 auto 10px;
    padding: 10px 20px 0;
    font-size: 16px;
  }

  .form-4 {
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 10px;
  }

  .content-wrapper-white-a-propos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .heading-paragraphe-green--a-propos {
    color: #3d7b91;
    text-align: center;
    padding-bottom: 0;
    font-size: 48px;
  }

  .mask-5 {
    width: 100%;
    height: 100%;
    padding-left: 0;
  }

  .paragraphe-content-whitemobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

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

  .paragraphe-content-whitemobileland {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 16px;
  }

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

  .code-embed {
    flex: 0 auto;
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

  .body {
    padding-right: 0;
    display: block;
  }

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

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

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

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

  .container-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
  }

  .link-block {
    height: 45px;
    margin-bottom: 12px;
  }

  .div-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
  }

  .image-4 {
    vertical-align: top;
    height: 85px;
    margin-bottom: 12px;
  }

  .container-5 {
    max-width: none;
    margin-top: -50px;
  }

  .navbar-wrapper-3 {
    z-index: 1;
    margin-top: -55px;
    font-family: Gotham, Arial, sans-serif;
    transition: transform .45s cubic-bezier(.455, .03, .515, .955);
    position: relative;
  }

  .nav-menu-two-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: center;
    padding-top: 80px;
    font-family: Gotham, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    transition: transform .4s cubic-bezier(.455, .03, .515, .955), opacity .2s cubic-bezier(.445, .05, .55, .95);
  }

  .nav-sections.navbar-brand-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
    position: static;
    inset: 0%;
  }

  .menu-button-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    cursor: pointer;
    mix-blend-mode: normal;
    flex-flow: column;
    flex: none;
    order: 1;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
    transition: transform .4s cubic-bezier(.25, .46, .45, .94);
    display: flex;
    position: static;
    overflow: auto;
    transform: translate(0);
  }

  .icon {
    padding-right: 40px;
  }

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

  .background-video-5 {
    object-fit: cover;
    margin-top: -45px;
    margin-bottom: auto;
    margin-right: 0;
    overflow: auto;
  }

  .titre {
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 34px;
    display: block;
    position: static;
  }

  .text-block-2 {
    margin-bottom: -48px;
    font-size: 20px;
  }

  .bold-text-2 {
    color: #fff;
    margin-bottom: -160px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
  }

  .text-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #3d7b91;
    -webkit-text-stroke-width: 0px;
    text-indent: 12px;
    object-fit: fill;
    justify-content: space-between;
    align-items: baseline;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 20px;
    font-size: 34px;
    line-height: 34px;
    display: block;
    position: sticky;
    top: 140px;
  }

  .text-span-2 {
    color: #5d6e6d;
  }

  .navbar-logo-left-4 {
    inset: 0% 0% auto;
  }

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

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

  .image-6 {
    height: 120px;
    padding-left: 0;
  }

  .section-2 {
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .background-video-6 {
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .div-block-2 {
    opacity: .6;
    background-color: #000;
    position: absolute;
  }

  .div-block-3 {
    height: 90vh;
  }

  .heading-3 {
    margin-top: -140px;
    font-size: 34px;
  }

  .heading-4 {
    font-size: 34px;
  }

  .paragraph {
    max-width: 100%;
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .hero-buttom {
    z-index: 10;
    margin-left: 0;
    padding-left: 0;
    font-size: 12px;
    transition-property: none;
    display: block;
    position: relative;
  }

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

  .section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-4 {
    z-index: 2;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
  }

  .section-5 {
    object-fit: fill;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section-5.background-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    width: 100%;
    max-width: 0;
    margin: 0;
    padding: 60px 0;
  }

  .heading-7 {
    margin-top: 10px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 14px;
  }

  .image-7 {
    margin-top: 20px;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-8 {
    margin-top: 20px;
    font-size: 34px;
  }

  .pr-sentation-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px 0 40px;
    display: flex;
  }

  .pr-sentation-container.section-container {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .image-8 {
    width: 90%;
    max-width: 360px;
    max-height: 360px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #5d6e6d;
    text-align: center;
    width: 100%;
    max-width: 90%;
    margin: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-9 {
    text-align: left;
    width: 100%;
    margin: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 48px;
  }

  .heading-9.titre {
    color: #5d6e6d;
    font-size: 36px;
  }

  .paragraph-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #5d6e6d;
    text-align: justify;
    letter-spacing: 0;
    text-overflow: clip;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
    font-size: 16px;
    line-height: 160%;
    text-decoration: none;
  }

  .paragraph-2.titre-descriptif {
    box-sizing: border-box;
    clear: none;
    aspect-ratio: auto;
    object-fit: cover;
    height: 100%;
  }

  .container-8 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 40px;
  }

  .heading-11 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 120%;
  }

  .paragraph-3 {
    white-space: normal;
    word-break: normal;
    max-width: 90%;
    margin: auto;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 150%;
  }

  .pr-sentation-pourquoi-nous-choisir {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .div-block-6-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 16px;
    flex-flow: column-reverse;
    width: 90%;
    max-width: 400px;
    height: auto;
    margin: auto;
    padding: 24px 0;
    box-shadow: 0 2px 5px #0000001a;
  }

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

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-5.footer-form-button {
    position: relative;
    right: 0;
  }

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

  .image-14 {
    width: 40%;
    max-width: 320px;
    height: auto;
  }

  .hero-section {
    min-height: 90vh;
    padding: 0 16px;
  }

  .hero-vid-o {
    height: 100vh;
  }

  .hero-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hero-buttom {
    background-color: #3d7b91;
    border-radius: 200px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0 25px;
    font-size: 14px;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

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

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

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

  .menu-nav {
    z-index: 200;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-text-stroke-color: #3d7b91;
    object-fit: fill;
    background-color: #fff;
    border-radius: 20px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    height: auto;
    min-height: 0;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    position: static;
    top: 100%;
  }

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

  .navlink-menu {
    z-index: 0;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    color: #5d6e6d;
    -webkit-text-stroke-color: #5d6e6d;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    padding: 0;
    font-size: 18px;
    line-height: 10px;
    display: flex;
    position: static;
    top: 15%;
  }

  .navlink-menu:hover {
    color: #d9e4e3;
    background-color: #0000;
  }

  .image-18 {
    z-index: 10;
    min-width: auto;
    min-height: auto;
    position: relative;
  }

  .text-block-4 {
    flex-flow: column;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

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

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

  .conteiner-global {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 0;
    margin: 0;
    padding: 0 8%;
    display: flex;
  }

  .conteiner-global-green {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    object-fit: fill;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding: 20px 10% 0;
    display: flex;
  }

  .hero-buttom-contact {
    color: #fff;
    background-color: #3d7b91;
    border-radius: 200px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 40px;
    font-family: Gotham, Arial, sans-serif;
    font-size: 14px;
    font-weight: 900;
  }

  .hero-buttom-contact:hover {
    background-color: #5d6e6d;
    box-shadow: 0 2px 5px #0003;
  }

  .hero-buttom-contact.w--current {
    color: #fff;
    padding: 8px 40px;
    font-family: Gotham, Arial, sans-serif;
    font-weight: 900;
    text-decoration: none;
  }

  .paragraph-5 {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .heading-9-white {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
    font-size: 48px;
  }

  .heading-9-white.titre {
    color: #5d6e6d;
    font-size: 36px;
  }

  .paragraph-2-white {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    text-align: justify;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .paragraph-2-copy {
    color: #fff;
    text-align: justify;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .heading-9-green {
    padding: 40px 0 20px 10px;
    font-size: 48px;
  }

  .heading-9-green.titre {
    color: #5d6e6d;
    font-size: 36px;
  }

  .paragraph-2-green {
    color: #5d6e6d;
    text-align: justify;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 150%;
  }

  .slider-4 {
    width: 280px;
    height: 220px;
  }

  .image-slider {
    box-sizing: border-box;
    float: left;
    object-fit: cover;
    width: 280px;
    max-width: 320px;
    height: 240px;
    display: block;
  }

  .mask-2 {
    width: 280px;
    height: 220px;
    min-height: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-infra {
    width: 280px;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .mission-wrapper-colonne {
    flex-flow: column-reverse;
    grid-auto-flow: column dense;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .mission-wrapper-colonne.reverse {
    flex-flow: column-reverse;
  }

  .mission-media {
    box-sizing: border-box;
    flex-flow: column-reverse wrap-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .mission-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    color: #5d6e6d;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: center start;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .heading-h1 {
    word-break: normal;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraphe-content {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .intro-paragraph {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    justify-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 5vh;
    display: grid;
  }

  .heading-h1-copy {
    color: #fff;
    text-indent: 0;
    word-break: normal;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h1-green {
    color: #5d6e6d;
    text-indent: 0;
    word-break: normal;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraphe-content-copy {
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .heading-h1-white {
    word-break: normal;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraphe-content-whie {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px 20px;
    font-size: 15px;
  }

  .content-wrapper-white {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: stretch center;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5vh;
    padding-right: 5vh;
    display: grid;
  }

  .heading-h1-green-copy {
    color: #5d6e6d;
    text-indent: 0;
    word-break: normal;
    text-indent: 0;
    word-break: normal;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-paragraphe-white {
    margin-bottom: 0;
    font-size: 36px;
  }

  .mission-content-wrapper--white {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    grid-auto-columns: .75fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: center;
    width: 80%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 25vh;
    padding-right: 25vh;
    display: grid;
  }

  .content-wrapper-green {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .heading-paragraphe-green {
    text-align: center;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
  }

  .paragraphe-contentt-green {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 15px;
    display: flex;
  }

  .paragraphe-content-green {
    color: #5d6e6d;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 15px;
  }

  .container-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    display: flex;
  }

  .feature-card {
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }

  .feature-title {
    text-align: center;
  }

  .image-21 {
    width: 70%;
    padding-top: 0;
  }

  .hero-buttom-white {
    z-index: 10;
    width: 80%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 0;
    font-size: 12px;
    transition-property: none;
    position: relative;
  }

  .pr-sentation-a-propos {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .pres-team {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .description-team {
    letter-spacing: -.5px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .feature-title-whyus {
    text-align: center;
    font-size: 15px;
  }

  .feature-card-whyus {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .picto-whyus {
    padding-top: 10px;
  }

  .hero-buttom_v2 {
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
    transition-property: none;
    position: relative;
  }

  .pr-sentation-contact {
    margin-left: auto;
    margin-right: auto;
  }

  .text-field-2 {
    padding-top: 0;
    font-size: 10px;
  }

  .form-card {
    width: 110%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-message {
    font-size: 10px;
  }

  .footer-conteiner-whitetext {
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: none;
    height: 20%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer-wrapper-whitetext {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 40%;
  }

  .footer-block-two {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 12px;
  }

  .footer-title {
    word-break: normal;
    justify-content: space-between;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: flex;
  }

  .footer-link-two {
    text-align: center;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-top: 0;
    font-size: 12px;
  }

  .footer-copyright-2 {
    font-size: 10px;
  }

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

  .nos-service-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .content-service-grid {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 120%;
  }

  .feature-card-whiteback {
    background-color: #ddd6d657;
    padding: 20px 10px;
  }

  .image-23 {
    text-align: center;
    width: 140%;
    max-width: none;
    height: 120%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .un-projet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .hero-services {
    width: 100%;
    height: 60vh;
  }

  .hero-overlay-services {
    height: 70vh;
  }

  .hero-content-wrapper-services {
    text-align: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-subtexte {
    text-align: center;
    align-self: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
  }

  .heading-paragraphe-green-services {
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
  }

  .hero-buttom-services {
    z-index: 10;
    margin-top: 10px;
    font-size: 12px;
    transition-property: none;
    position: relative;
  }

  .services-container {
    padding-top: 20px;
  }

  .soustitre-green {
    font-size: 18px;
    line-height: 28px;
  }

  .services-photos-wrapper {
    padding: 20px 0 40px;
  }

  .paragraphe-contentt-white {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 15px;
    line-height: 28px;
    display: flex;
  }

  .footer-green {
    width: 100%;
  }

  .buttom-demande-devis {
    z-index: 10;
    margin: 40px 40px 10px;
    padding-left: 10px;
    font-size: 12px;
    transition-property: none;
    position: relative;
  }

  .buttom-demande-devis-design, .buttom-demande-devis-event {
    z-index: 10;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 12px;
    transition-property: none;
    position: relative;
  }

  .pdf_tentes {
    text-align: center;
    margin-top: 20px;
  }

  .bold-text-10 {
    font-size: 20px;
    line-height: 28px;
  }

  .titre-services-mobile-white {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .footer-block-whiteback {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 12px;
  }

  .footer-wrapper-greentext {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 40%;
  }

  .footer-white {
    width: 100%;
    padding-top: 60px;
  }

  .footer {
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: none;
    height: 20%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer-title--white {
    font-size: 14px;
  }

  .footer-link-two-white {
    text-align: center;
  }

  .footer-copyright-white {
    font-size: 10px;
  }

  .pres-services {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .services-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    color: #5d6e6d;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: center start;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .nos-service-card--vf {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .feature-card-whitetexte {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-26, .image-27, .image-28 {
    width: 100%;
  }

  .paragraphe-content-projet {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px 20px;
    font-size: 15px;
  }

  .cta-d-couvrir-nos-services {
    z-index: 10;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    transition-property: none;
    display: block;
    position: relative;
  }

  .cta-d-couvrir-nos-projets {
    z-index: 10;
    color: #fff;
    text-align: center;
    background-color: #3d7b91;
    width: 80%;
    margin: 20px auto 0;
    padding: 5px 0;
    font-size: 12px;
    transition-property: none;
    display: block;
    position: static;
  }

  .cta-d-couvrir-nos-projets:hover {
    background-color: #5d6e6d;
  }

  .hero-a-propos {
    width: 100%;
    height: 60vh;
  }

  .hero-content-wrapper-apropos {
    text-align: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-overlay-apropos {
    height: 70vh;
  }

  .nos-valeurs {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .container-valeurs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    display: flex;
  }

  .picto-valeur {
    padding-top: 10px;
  }

  .paragraphe-content-green-value {
    color: #5d6e6d;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-right: 20px;
    font-size: 15px;
  }

  .valeur-content-wrapper-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    color: #5d6e6d;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: center start;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .nos-experts {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 0;
    display: block;
    position: static;
    overflow: visible;
  }

  .valeur-content-wrapper-green {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    color: #5d6e6d;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: center start;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .nos-experts-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nos-experts-section--green {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .mission-wrapper-colonne-green {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .team-title-white {
    font-size: 28px;
  }

  .paragraphe-content-white {
    color: #5d6e6d;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-right: 20px;
    font-size: 15px;
  }

  .heading-paragraphe-white--vf {
    margin-bottom: 0;
    font-size: 38px;
  }

  .team-title-blue {
    font-size: 28px;
  }

  .notre-engagement {
    margin-top: 60px;
    padding-bottom: 20px;
  }

  .grid-2 {
    flex-flow: column;
    grid-template-columns: .7fr;
    grid-auto-flow: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .title-engagement {
    text-align: center;
    padding: 15px 0;
  }

  .description-engagement {
    text-align: center;
    text-shadow: none;
  }

  .notre-engagement-conteiner {
    text-shadow: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-overlay-engagement {
    height: 70vh;
  }

  .title-engagement--1 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    font-size: 14px;
  }

  .paragraphe-content--tabwhite, .paragraphe-content--desktopwhite {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px 20px;
    font-size: 15px;
  }

  .hero-r-alisations {
    width: 100%;
    height: 60vh;
  }

  .hero-content-wrapper-realisations {
    text-align: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-overlay-realisations {
    height: 70vh;
  }

  .section-amenagements {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .slider-6 {
    height: 250px;
  }

  .soustitre-green-copy {
    font-size: 20px;
    line-height: 28px;
  }

  .soustitre-blue {
    text-shadow: none;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
    line-height: 28px;
  }

  .section-events {
    padding-top: 20px;
  }

  .soustitre-white {
    font-size: 18px;
    line-height: 28px;
  }

  .soustitre-blue-copy {
    font-size: 20px;
    line-height: 28px;
  }

  .soustitre-white1 {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
    line-height: 28px;
  }

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

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

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

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

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

  .footer--green {
    width: 100%;
  }

  .footer-wrapper-green-text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 40%;
  }

  .footer-block-green {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 12px;
  }

  .footer-title-green {
    word-break: normal;
    justify-content: space-between;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: flex;
  }

  .footer-link-two-green {
    text-align: center;
  }

  .footer-block-two-green {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 12px;
  }

  .footer-copyright-green {
    font-size: 10px;
  }

  .mission-wrapper-colonne1 {
    flex-flow: column-reverse;
    grid-auto-flow: column dense;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .mission-wrapper-colonne1.reverse {
    flex-flow: column-reverse;
  }

  .paragraphe-content--tabwhite1 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px 20px;
    font-size: 15px;
  }

  .heading-paragraphe-green-home {
    text-align: center;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
  }

  .heading-paragraphe-green-devis {
    text-align: center;
    margin-top: 160px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
  }

  .paragraphe-content-green-devis {
    color: #5d6e6d;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-right: 20px;
    font-size: 15px;
  }

  .buttom-submit-devis {
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    font-size: 12px;
    transition-property: none;
    position: relative;
  }

  .image-email-green {
    width: 10%;
  }

  .phone-icon-green {
    width: 8%;
  }

  .elements-devis {
    color: #5d6e6d;
    text-align: left;
    text-indent: 0%;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 40px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 0;
    font-size: 15px;
  }

  .content-wrapper-white-a-propos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: stretch center;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5vh;
    padding-right: 5vh;
    display: grid;
  }

  .heading-paragraphe-green--a-propos {
    text-align: center;
    margin-left: 0;
    padding: 0;
    font-size: 36px;
  }

  .paragraphe-content-whitemobile {
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 15px;
  }

  .footer--green-devis {
    width: 100%;
  }

  .paragraphe-content-whitemobileland {
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 15px;
  }

  .footer--green-demandedevis {
    width: 100%;
  }

  .code-embed {
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-_3dfcc3e3-b9be-76b6-594f-61fcfac8cc03-453a59fe {
  place-self: auto;
}

#w-node-_7e8bbac0-7899-77ea-21cb-fc08deafa854-453a59fe {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_7e8bbac0-7899-77ea-21cb-fc08deafa85e-453a59fe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7e8bbac0-7899-77ea-21cb-fc08deafa867-453a59fe {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_22cc1c19-1eff-5fe1-af6c-c55f41cde274-453a59fe, #w-node-_13b3c119-31a0-00de-0e53-ef026f68fb45-453a59fe {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#w-node-b48c8c92-1c2c-3310-6d47-956ed0e8e7fd-453a59fe {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-b053284a-7226-fbb1-0563-5598232088b5-453a59fe, #w-node-e166c304-9668-e920-fd6f-08b0a0d9f056-453a59fe {
  grid-area: 1 / 3 / 2 / 4;
  align-self: auto;
}

#w-node-_8a739e4a-06e8-4fe2-028a-6d87f9294528-453a59fe {
  grid-area: 1 / 4 / 2 / 5;
  align-self: auto;
}

#w-node-_62417daf-2d17-236f-b2c8-f98a339005b1-453a59fe, #w-node-_62417daf-2d17-236f-b2c8-f98a339005b6-453a59fe {
  grid-area: 1 / 3 / 2 / 4;
  align-self: auto;
}

#w-node-_62417daf-2d17-236f-b2c8-f98a339005b0-453a59fe {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-_62417daf-2d17-236f-b2c8-f98a339005a5-453a59fe, #w-node-_62417daf-2d17-236f-b2c8-f98a339005aa-453a59fe {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#w-node-_97e770c1-447e-ec3a-6acd-3f85f3225924-453a59fe {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1e303df5-3007-83db-2ca7-554361aa050c-453a59fe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_714a309c-4807-068b-ddf7-9c3a1bffa8cb-453a5a01 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_714a309c-4807-068b-ddf7-9c3a1bffa8d0-453a5a01, #w-node-_969b5be9-23d1-44f0-31a2-e3d03c1dcf1d-453a5a01, #w-node-_3ddb3912-25c3-72a8-1c26-6b423a3922f7-453a5a01 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-dd5817ce-5bd6-c4cc-211b-b694b24d2ad1-453a5a01, #w-node-ad8714e2-6007-bd10-67a3-67815fdf77b7-453a5a01, #w-node-f45fd8a8-613d-5d82-5dc3-865fe88a0e44-453a5a01 {
  place-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_2e595f66-777e-10c4-65e9-5a7e317906a5-453a59fe {
    place-self: center;
  }

  #w-node-b053284a-7226-fbb1-0563-5598232088b5-453a59fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8a739e4a-06e8-4fe2-028a-6d87f9294528-453a59fe {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_62417daf-2d17-236f-b2c8-f98a339005b1-453a59fe {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
  }

  #w-node-_62417daf-2d17-236f-b2c8-f98a339005a5-453a59fe {
    grid-area: 1 / 3 / 2 / 4;
    align-self: auto;
  }

  #w-node-_8da7de9e-9846-f1ba-ca6b-213ab354d526-453a59fe, #w-node-_97e770c1-447e-ec3a-6acd-3f85f3225924-453a59fe {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1e303df5-3007-83db-2ca7-554361aa050c-453a59fe {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_969b5be9-23d1-44f0-31a2-e3d03c1dcf18-453a5a01, #w-node-ad8714e2-6007-bd10-67a3-67815fdf77c2-453a5a01 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_22cc1c19-1eff-5fe1-af6c-c55f41cde274-453a59fe, #w-node-_13b3c119-31a0-00de-0e53-ef026f68fb45-453a59fe {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
  }

  #w-node-b48c8c92-1c2c-3310-6d47-956ed0e8e7fd-453a59fe {
    grid-area: 1 / 2 / 2 / 3;
    align-self: auto;
  }

  #w-node-_62417daf-2d17-236f-b2c8-f98a339005ab-453a59fe {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_62417daf-2d17-236f-b2c8-f98a339005b0-453a59fe {
    grid-area: 1 / 2 / 2 / 3;
    align-self: auto;
  }

  #w-node-_62417daf-2d17-236f-b2c8-f98a339005a5-453a59fe {
    grid-area: 3 / 1 / 4 / 2;
    align-self: auto;
  }

  #w-node-_62417daf-2d17-236f-b2c8-f98a339005aa-453a59fe {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
  }

  #w-node-_8da7de9e-9846-f1ba-ca6b-213ab354d526-453a59fe, #w-node-_1e303df5-3007-83db-2ca7-554361aa050c-453a59fe {
    place-self: auto;
  }

  #w-node-_714a309c-4807-068b-ddf7-9c3a1bffa8d0-453a5a01, #w-node-_969b5be9-23d1-44f0-31a2-e3d03c1dcf1d-453a5a01, #w-node-_3ddb3912-25c3-72a8-1c26-6b423a3922f7-453a5a01 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: auto;
  }

  #w-node-_4f4b4381-d9db-3d31-de16-2c57b67d54ba-453a5a01, #w-node-_5069322c-b507-e86b-1876-49fb415d6179-453a5a01, #w-node-_1bedc325-ba49-45b7-1b93-1db0b109bb1b-453a5a01, #w-node-a3a5d430-1e50-5824-44a0-c007ff1374fc-453a5a01 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3dfcc3e3-b9be-76b6-594f-61fcfac8cc03-453a59fe {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-facfbcf7-363c-6a4d-cb4a-2e334dcb1b7f-453a59fe {
    place-self: center;
  }

  #w-node-_7e8bbac0-7899-77ea-21cb-fc08deafa84e-453a59fe {
    place-self: center;
  }

  #w-node-dd5817ce-5bd6-c4cc-211b-b694b24d2ad1-453a5a01, #w-node-ad8714e2-6007-bd10-67a3-67815fdf77b7-453a5a01, #w-node-f45fd8a8-613d-5d82-5dc3-865fe88a0e44-453a5a01 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-BLACK.TTF') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}