@font-face {
  font-family: Didot;
  src: url('../fonts/Didot.ttc') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica.ttc') format("undefined");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Didot 700";
  src: url('../fonts/Didot.ttc') format("undefined");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pragmatica;
  src: url('../fonts/Pragmatica-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-color: #fff;
  --grey-highlight: #2b2b2b;
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-without-image {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 940px;
  min-height: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: block;
  position: static;
  inset: 0%;
}

.hero-wrapper-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.main-text {
  margin-bottom: 24px;
  font-family: Pragmatica, sans-serif;
  font-weight: 300;
}

.main-text.footer {
  background-color: var(--background-color);
  color: #a5a5a5;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
}

.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;
}

.bold-text-dark {
  color: var(--grey-highlight);
  font-family: Didot, sans-serif;
  font-size: 24px;
}

.bold-text-dark.single-word {
  color: #33333380;
}

.bold-text-dark.italique-v2 {
  font-style: italic;
}

.bold-text-dark.bold-v2 {
  color: var(--grey-highlight);
}

.image {
  padding-top: 10px;
  padding-bottom: 10px;
}

.body {
  background-color: var(--background-color);
  text-align: left;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: auto;
  max-height: none;
  padding-bottom: 0;
  font-family: Pragmatica, sans-serif;
  line-height: 20px;
  display: block;
  position: static;
}

.main-cancel-button {
  color: #333;
  -webkit-text-stroke-color: #fff;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Pragmatica, sans-serif;
  font-weight: 300;
  text-decoration: underline;
  transition: color .5s cubic-bezier(.23, 1, .32, 1);
}

.main-cancel-button:hover {
  color: #333333a3;
  background-color: #0000;
}

.main-cancel-button:active {
  color: #333333d1;
  background-color: #0000;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.client-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.modal {
  background-color: #fcabab;
  display: none;
}

.modal-wrapper {
  z-index: 9999;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.field-label-dark {
  color: #f5f7fa;
}

.text-field-dark {
  color: #f5f7fa;
  -webkit-text-stroke-color: #f5f7fa;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #f5f7fa80;
  border-radius: 0;
}

.button-dark {
  color: #333;
  background-color: #f5f7fa;
  border-radius: 0;
  margin-top: 24px;
}

.heading-dark {
  margin-top: 0;
}

.bold-text-dark-light {
  color: #f5f7fa;
  font-family: Didot, sans-serif;
  font-size: 24px;
}

.main-modal-button {
  color: #333;
  -webkit-text-stroke-color: #fff;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Pragmatica, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: color .5s cubic-bezier(.23, 1, .32, 1);
  display: none;
}

.main-modal-button:hover {
  color: #333333a3;
  background-color: #0000;
}

.main-modal-button:active {
  color: #333333d1;
  background-color: #0000;
}

.form {
  display: block;
}

.success-message {
  padding: 10px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading {
  font-size: 14px;
  font-weight: 200;
}

.heading.cutom {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pragmatica, sans-serif;
  font-weight: 200;
}

.logo-container {
  align-self: center;
  width: 90%;
  position: relative;
}

.grid-cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #333;
  border-style: none solid solid none;
  border-radius: 0;
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
}

.grid-cell._2nd-row {
  border-style: none solid none none;
  border-right-width: 1px;
}

.grid-cell.row-1-left {
  border-right-style: none;
}

.grid-cell.row-2-left-copy {
  border-bottom-style: none;
  border-right-style: none;
}

.grid-cell.mobile-right, .grid-cell.mobile-left {
  border-right-color: var(--grey-highlight);
  border-bottom-color: var(--grey-highlight);
  border-left-color: var(--grey-highlight);
}

.grid-cell.desktop-right {
  border-right-style: none;
  border-bottom-color: var(--grey-highlight);
}

.grid-cell.desktop-2nd-row {
  border-right-style: solid;
  border-right-color: var(--grey-highlight);
  border-bottom-style: none;
  border-bottom-color: var(--grey-highlight);
}

.grid-cell.desktop-2nd-row-right {
  border-top-color: var(--grey-highlight);
  border-bottom-style: none;
  border-right-style: none;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #000;
  border-radius: 1px;
}

.grid.desktop {
  border-bottom: 1px solid var(--grey-highlight);
  border-top-color: var(--grey-highlight);
}

.cell {
  border-top: 1px #333;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
}

.cell.head, .cell.v2, .cell.v3 {
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-2 {
  justify-content: flex-end;
  align-items: flex-end;
}

.cell-3 {
  border-right: 1px solid #333;
}

.paragraph {
  text-align: center;
  align-self: center;
  font-weight: 200;
}

.paragraph.intro {
  color: var(--grey-highlight);
  text-align: left;
  align-self: flex-start;
  width: 100%;
  font-family: Pragmatica, sans-serif;
  font-weight: 200;
  line-height: 20px;
}

.paragraph.intro.right {
  text-align: right;
  align-self: flex-end;
}

.paragraph.services {
  color: var(--grey-highlight);
}

.paragraph.services.last {
  margin-bottom: 0;
}

.paragraph.services.v2 {
  text-align: right;
}

.paragraph.cta {
  background-color: var(--grey-highlight);
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.paragraph.for-cta {
  color: var(--grey-highlight);
}

.head-section {
  padding: 0;
}

.footer {
  z-index: 2;
  flex-flow: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.section {
  z-index: 2;
  position: relative;
}

.text-span {
  color: #333;
}

.text-span.single-word {
  color: #123211;
}

.heading-2, .heading-3 {
  display: none;
}

.services {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 0;
}

.cell-4 {
  border: 1px solid #333;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.cta {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cell-5 {
  border: 1px solid #333;
  padding-left: 20px;
  padding-right: 20px;
}

.cell-5.left {
  border-top-color: var(--grey-highlight);
  border-right-color: var(--grey-highlight);
  border-bottom-style: none;
  border-left-style: none;
  justify-content: center;
  align-items: center;
}

.cell-5.right {
  border-top-color: var(--grey-highlight);
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.contact-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-2 {
  text-align: left;
  font-weight: 200;
}

.div-block-2 {
  border-top: 1px solid var(--grey-highlight);
  padding-top: 20px;
  padding-bottom: 0;
}

.location-title {
  text-align: left;
  margin-top: 0;
}

.bold-text {
  color: var(--grey-highlight);
  font-weight: 200;
}

.bold-text-2, .bold-text-3 {
  font-weight: 200;
}

.our-services-fr {
  display: none;
}

.service-title {
  font-family: Didot, sans-serif;
  font-size: 24px;
}

.service-detail {
  font-weight: 200;
}

.our-services-en {
  display: none;
}

.bold-text-4 {
  font-family: Didot, sans-serif;
}

.bold-text-4.themes {
  border-bottom: 1px solid var(--grey-highlight);
  color: var(--grey-highlight);
  font-size: 14px;
}

.service-themes {
  font-weight: 400;
}

.div-block-3, .services-folder {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
}

.sub-title {
  font-family: Didot, sans-serif;
}

.services-v2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 0;
}

.background-logo {
  z-index: 1;
  cursor: default;
  position: fixed;
  inset: auto auto 0% 0%;
  transform: skew(-66deg);
}

.logo {
  z-index: 10;
  opacity: .06;
  color: var(--grey-highlight);
  font-family: Didot, sans-serif;
  font-size: 240px;
  position: static;
  inset: auto auto 0% 0%;
}

.logo.single-word {
  color: #33333380;
}

.logo.italique-v2 {
  font-style: italic;
}

.logo.bold-v2 {
  color: #333;
}

.text-span-2 {
  letter-spacing: -2px;
}

.logo-futureframe {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero-without-image {
    background-color: #0000;
    justify-content: center;
    align-items: center;
  }

  .container {
    max-width: 728px;
  }

  .button-primary {
    color: #1a1b1f;
    background-color: #fff0;
    text-decoration: none;
  }

  .button-primary:hover {
    color: #1a1b1f80;
    background-color: #0000;
    text-decoration: underline;
  }

  .button-primary:active {
    color: #1a1b1fbf;
  }

  .body {
    background-color: #f5f7fa;
    line-height: 15px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hero-without-image {
    padding: 60px 15px;
  }

  .body {
    line-height: 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .main-text.footer {
    background-color: var(--background-color);
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .body {
    background-color: var(--background-color);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 15px;
    display: flex;
  }

  .div-block {
    display: block;
  }

  .client-list {
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid-cell, .grid-cell._2nd-row {
    border-right-style: none;
  }

  .grid-cell.mobile-right {
    border-left-style: solid;
  }

  .grid-cell.mobile-right-last-row {
    border-bottom-style: none;
    border-left-style: solid;
    border-left-color: var(--grey-highlight);
  }

  .grid.mobile {
    border-bottom: 1px solid var(--grey-highlight);
    border-top-color: var(--grey-highlight);
  }

  .paragraph.intro {
    line-height: 20px;
  }

  .paragraph.cta {
    justify-content: center;
  }

  .footer {
    order: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    position: static;
  }

  .section {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .contact-container {
    padding-bottom: 0;
  }

  .location-title, .bold-text {
    line-height: 20px;
  }

  .bold-text-4.themes {
    line-height: 15px;
  }

  .background-logo {
    left: -38%;
  }

  .logo {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-e4110468-adbd-71ad-f354-3d979ffb6bf3-5fbd96f5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e4110468-adbd-71ad-f354-3d979ffb6c01-5fbd96f5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

#w-node-e4110468-adbd-71ad-f354-3d979ffb6c1a-5fbd96f5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e4110468-adbd-71ad-f354-3d979ffb6c33-5fbd96f5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: grid;
}

#w-node-_9a75bddd-fa66-7ea6-9e8b-e5be252e3929-5fbd96f5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  display: none;
}

#w-node-_527e8c1e-2521-128c-6f25-b82be59870fc-5fbd96f5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-e4110468-adbd-71ad-f354-3d979ffb6c01-5fbd96f5 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e4110468-adbd-71ad-f354-3d979ffb6c01-5fbd96f5 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e4110468-adbd-71ad-f354-3d979ffb6bf3-5fbd96f5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-e4110468-adbd-71ad-f354-3d979ffb6c01-5fbd96f5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  #w-node-e4110468-adbd-71ad-f354-3d979ffb6c1a-5fbd96f5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }
}


@font-face {
  font-family: 'Didot';
  src: url('../fonts/Didot.ttc') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttc') format('undefined');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Didot 700';
  src: url('../fonts/Didot.ttc') format('undefined');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pragmatica';
  src: url('../fonts/Pragmatica-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}