@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-RegularItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Black.ttf') format("truetype"), url('../fonts/Gilroy-Black.ttf') format("truetype"), url('../fonts/Gilroy-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Bold.ttf') format("truetype"), url('../fonts/Gilroy-Extrabold.ttf') format("truetype"), url('../fonts/Gilroy-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-SemiboldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --headings: black;
  --white: white;
  --links: #647078;
  --paragraphs: black;
  --gray-bg: #f6f7f6;
  --crimson: #c11a36;
  --button-2: #ccd3d5;
  --lines-2: #d7d7d9;
  --lines: #d6d6e2;
  --black-bg: #161616;
  --titles: #647078;
  --bg-2: #eff5f7;
  --icon-background: #d3d4d5;
  --buttons: #a3a8a9;
  --underline: #e6e6e6;
  --light-gray: #f8f8f9;
  --gray-button: #e8e8e9;
  --bg: #e3e9eb;
}

body {
  background-color: var(--black);
  color: #4b4b4a;
  font-family: Muli, sans-serif;
  font-size: 17.5px;
  line-height: 27px;
}

h1 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 52px;
}

h2 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
}

h3 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--headings);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Gilroy, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 36px;
}

h5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muli, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 37px;
}

h6 {
  color: var(--white);
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
}

p {
  color: #bdbdbd;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Gilroy, sans-serif;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 28px;
}

a {
  color: var(--links);
  cursor: pointer;
  margin-top: 40px;
  padding-bottom: 3px;
  font-size: 17.5px;
  line-height: 28px;
}

ol {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  width: 90%;
  color: var(--white);
  margin-bottom: 10px;
}

img {
  text-align: left;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  color: var(--paragraphs);
  background-image: url('../images/Quote_1Quote.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 38px;
  border-left: 1px #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 6px 20px 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 27px;
  font-style: italic;
  line-height: 44px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}

.content-section {
  z-index: 1;
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.content-section.gray {
  background-color: var(--black);
  display: none;
  overflow: hidden;
}

.content-section.intro-features {
  background-color: var(--black);
  padding-top: 90px;
  padding-bottom: 90px;
  display: none;
}

.content-section.intro-features.sd4 {
  background-color: #fafafa;
}

.content-section.intro-features._7jpd {
  background-color: #d50758;
}

.content-section.small-and-gray {
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 40px;
}

.content-section.small-and-gray.sd2 {
  background-color: #fafafa;
}

.content-section.small {
  background-color: var(--black);
  padding-top: 80px;
  padding-bottom: 40px;
}

.content-section.contact-us {
  background-color: var(--gray-bg);
  background-image: url('../images/jc-dela-cuesta-MgG-w0Dg_Ek-unsplashv.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: relative;
}

.content-section.medium {
  padding-top: 90px;
  padding-bottom: 90px;
}

.content-section.inner-pages {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 60px;
  overflow: visible;
}

.content-section.inner-pages.sd4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-section.works {
  margin-top: 60px;
  padding-top: 10px;
  padding-bottom: 0;
}

.content-section.works.esspacement {
  margin-top: 140px;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.content-section.no-bottom-padding {
  padding-bottom: 0;
  display: none;
}

.content-section.less-top-padding {
  padding-top: 30px;
}

.content-section.sd2 {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 50px;
}

.content-section.sd2.sd9, .content-section.sd4 {
  background-color: #fafafa;
}

.content-section._7jpd {
  background-color: var(--white);
}

.content-section.testimonials {
  margin-bottom: 60px;
}

.content-section.testimonials.test {
  text-align: center;
  padding-top: 0;
}

.content-wrapper {
  color: #0000;
  text-align: center;
  background-color: #0000;
  flex: 1;
  max-width: 1270px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px;
  display: block;
  position: relative;
  overflow: visible;
}

.content-wrapper.narrow {
  opacity: 1;
  padding: 60px 140px;
  transition: transform .6s;
  display: block;
}

.content-wrapper.narrow.tessst {
  margin-bottom: 140px;
  padding-top: 100px;
}

.content-wrapper.narrow.esspace {
  padding-bottom: 0;
}

.content-wrapper.narrow.solutionq {
  padding-bottom: 140px;
}

.content-wrapper.full-height {
  height: 100%;
  padding-top: 10px;
}

.content-wrapper.dd {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/levi-midnight-HJ7vZTlpmog-unsplash.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  height: 500px;
}

.content-wrapper.sd2 {
  background-color: var(--white);
  border: 1px solid #0000;
}

.content-wrapper.sd7, .content-wrapper.sd8 {
  background-color: #fafafa;
}

.content-wrapper.test {
  padding-top: 0;
}

.content-wrapper.presse {
  padding-top: 100px;
  padding-bottom: 20px;
}

.content-wrapper.texte-milieu {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-wrapper.espace {
  padding-top: 60px;
}

.content-wrapper.espacce {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-wrapper.espacce.biienvenue {
  padding-top: 0;
}

.content-wrapper.iphone {
  margin-bottom: 330px;
}

.content-wrapper.lune {
  margin-bottom: 220px;
}

.content-wrapper.espac.es {
  margin-top: 140px;
}

.content-wrapper.essssspace {
  margin-bottom: 300px;
}

.content-wrapper.etude {
  margin-bottom: 20px;
}

.utility-box {
  margin-bottom: 60px;
}

.mini-title {
  color: var(--crimson);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  position: relative;
}

.mini-title.bottom-border {
  margin-bottom: 15px;
}

.mini-title.dark {
  border-bottom: 1px solid var(--button-2);
  color: #4b4b4a;
  background-color: #0000;
  margin-bottom: 10px;
  display: inline-block;
}

.mini-title.texty {
  padding-bottom: 10px;
}

.unordered-list {
  margin-top: 10px;
}

.rich-text-block {
  color: var(--black);
  text-align: justify;
  text-transform: none;
  background-color: #0000;
  margin-left: 76px;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  font-weight: 900;
}

.rich-text-block img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-block figcaption {
  margin-top: -10px;
  margin-bottom: 20px;
}

.rich-text-block.as7 {
  color: var(--white);
}

.rich-text-block.sd0 {
  color: var(--black);
}

.rich-text-block h3 {
  color: var(--crimson);
  text-align: justify;
}

.menu-button {
  z-index: 15;
  text-align: center;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding-top: 30px;
  padding-bottom: 0;
}

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

.menu-button.w--open:focus {
  line-height: 10px;
}

.line-1, .line-2 {
  background-color: var(--white);
  color: #000;
  width: 24px;
  height: 2px;
  margin-bottom: 4px;
}

.line-3 {
  background-color: var(--white);
  color: #000;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
}

.navbar {
  z-index: 20;
  background-color: #0000;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.brand {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 70px;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .85;
  transform: scale(1.05);
}

.nav-menu {
  z-index: 1000;
  text-align: left;
  background-color: #fff;
  width: auto;
  min-width: 350px;
  height: 100vh;
  padding-top: 120px;
  padding-bottom: 70px;
  padding-left: 70px;
  position: fixed;
  overflow: auto;
}

.hero-section {
  z-index: 10;
  justify-content: center;
  align-items: center;
  min-height: 750px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.inner-pages {
  background-image: url('../images/13_2.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  min-height: 400px;
  margin-bottom: 100px;
  padding-bottom: 0;
}

.hero-section.inner-pages.img {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/jane-palash-dfRgump8lsE-unsplashtest.jpg'), url('../images/joel-naren-5lwz_to-_Ls-unsplashtest.jpg');
  background-position: 50%, 50% 100%;
  background-size: cover, cover;
  background-clip: padding-box;
  min-height: 500px;
}

.hero-section.inner-pages.img.test {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #000000b8;
  background-image: repeating-linear-gradient(#fff0, #000000ad 100%, #0000), url('../images/shutterstock_1191687532.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-clip: border-box;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  display: block;
  overflow: auto;
}

.hero-section.inner-pages.img.test.imgdetail {
  background-image: repeating-linear-gradient(#fff0, #000000ad 100%, #0000), url('../images/shutterstock_1116319658.jpeg');
  margin-bottom: 40px;
}

.hero-section.inner-pages.img3 {
  background-image: url('../images/jenn-jpeg-W1FvES4U07I-unsplashtest.jpg'), url('../images/joel-naren-5lwz_to-_Ls-unsplashtest.jpg');
  background-position: 50%, 50% 100%;
  background-size: cover, cover;
  min-height: 350px;
}

.hero-section.inner-pages.starter-digital {
  background-image: url('../images/dino-reichmuth-A5rCN8626Ck-unsplashn.JPG'), url('../images/joel-naren-5lwz_to-_Ls-unsplashtest.jpg');
  background-position: 50%, 50% 100%;
  background-size: cover, cover;
}

.hero-section.inner-pages.dreamteamdelegation {
  background-image: linear-gradient(#00000080, #00000080), url('../images/qqXnHrWPQ0e7mKO4m0bO_maranda_vandergriff_7aakZdIl4vg_unsplash_jpg.jpeg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-section.inner-pages.as1 {
  background-image: url('../images/brett-jordan-Ast3BowO2vM-unsplashc.jpg'), url('../images/banniere1482bb.jpg'), url('../images/joel-naren-5lwz_to-_Ls-unsplashtest.jpg');
  background-position: 50%, 0 0, 50% 100%;
  background-size: cover, cover, cover;
}

.hero-section.inner-pages._7jpd {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/IMG-ROSE3.JPG');
  background-clip: padding-box;
  margin-top: 0;
}

.hero-section.inner-pages.eesspace {
  margin-bottom: 40px;
}

.hero-section.inner-pages.bienvenue {
  background-image: url('../images/neonbrand-YHYHu_IuM3Q-unsplashtest.jpg');
  background-size: cover;
}

.hero-section.inner-pages.img-temoignages {
  background-image: url('../images/noah-buscher-iQRgCw9v6YE-unsplash-1.jpg');
  background-position: 50% 30%;
}

.hero-section.inner-pages.qui-somme-nous {
  margin-bottom: 10px;
}

.hero-section.work {
  background-image: url('../images/breather-187923_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section.overflow {
  background-image: url('../images/img-header.jpg');
  background-position: 0 0;
  background-size: cover;
  min-height: 800px;
  padding-bottom: 0;
}

.hero-section.inner-pages-copy {
  background-image: url('../images/bantersnaps-5U_28ojjgms-unsplashtest.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  min-height: 460px;
}

.large {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 63px;
}

.hero-subtitle {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  padding-right: 220px;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
}

.hero-subtitle.large {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-right: 0;
  font-size: 60px;
  font-weight: 300;
  line-height: 71px;
  display: flex;
}

.hero-text-box {
  z-index: 100;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.hero-text-box.top-border {
  margin-top: 80px;
}

.hero-text-box.left {
  text-align: left;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto auto 0% 20%;
}

.hero-text-box.on-slider {
  margin-top: 290px;
}

.hero-text-box.less-top-border {
  margin-top: 70px;
}

.intro-text-box {
  text-align: center;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.intro-text {
  color: var(--white);
  text-transform: none;
  margin-top: 20px;
  font-size: 35px;
  font-style: italic;
  font-weight: 500;
  line-height: 45px;
}

.intro-text.sd2 {
  color: #1b334c;
  font-size: 30px;
  font-style: normal;
}

.intro-box {
  background-color: #fff;
  width: 30%;
  padding: 45px 45px 40px;
}

.intro-box.as0 {
  background-image: url('../images/Papier-Kraft---SD-.JPG');
  background-position: 0 0;
  background-size: auto;
}

.flex-wrapper {
  flex-wrap: wrap;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.flex-wrapper.space-between {
  justify-content: space-between;
}

.flex-wrapper.space-between.mobile-center {
  background-color: var(--black);
}

.flex-wrapper.space-between.mobile-center.sd9 {
  background-color: #fafafa;
}

.flex-wrapper.space-between.mobile-center.as7, .flex-wrapper.space-between.mobile-center._1482 {
  background-color: var(--black);
}

.flex-wrapper.space-between.mobile-center._7jpd {
  background-color: #d50758;
}

.flex-wrapper.pricing {
  border-bottom: 1px solid var(--lines-2);
  align-items: flex-end;
  margin-top: -50px;
}

.flex-wrapper.center {
  justify-content: center;
}

.flex-wrapper.less-bottom-border {
  margin-bottom: 60px;
}

.flex-wrapper.mobile-center {
  background-color: var(--black);
  height: 500px;
  margin-top: 0;
  margin-bottom: 0;
}

.flex-wrapper.mobile-center._1482 {
  background-color: #0000;
}

.flex-wrapper.mobile-center.dtd {
  background-color: var(--white);
}

.flex-wrapper.mobile-center.espacer {
  margin-bottom: 140px;
}

.flex-wrapper.mobile-center.flexy {
  margin-top: 40px;
  margin-bottom: 60px;
}

.flex-wrapper.mobile-center.ajout-espace {
  margin-bottom: 220px;
}

.intro-feature-icon {
  border: 1px solid var(--button-2);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  display: inline-block;
}

.intro-feature-icon._1 {
  background-image: url('../images/picto2.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
  border-color: #0000;
  border-radius: 0%;
}

.intro-feature-icon._2 {
  background-image: url('../images/Cience_1Cience.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 29px;
}

.intro-feature-icon._3 {
  background-image: url('../images/Diamond_2Diamond.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 34px;
}

.text-link {
  cursor: pointer;
  border-bottom: 1px solid #d1d2d3;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 0;
  font-size: 16px;
  text-decoration: none;
}

.header-box {
  margin-bottom: 70px;
  margin-left: 27%;
  margin-right: 27%;
}

.header-box.center {
  text-align: center;
}

.wide-column {
  background-image: url('../images/levi-midnight-HJ7vZTlpmog-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  position: relative;
  overflow: hidden;
}

.wide-text-column {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
  position: relative;
}

.wide-column-text-box {
  z-index: 10;
  background-color: #fff;
  width: 130%;
  max-width: 610px;
  margin-top: 110px;
  margin-bottom: 110px;
  margin-left: -40%;
  padding: 120px 70px 70px;
  position: relative;
}

.wide-column-text-box.left {
  margin-left: 0;
  margin-right: -40%;
}

.mini-section {
  flex-wrap: wrap;
  margin-top: 20px;
  display: flex;
}

.mini-section-box {
  text-align: center;
  width: 30%;
}

.mini-section-icon {
  margin-bottom: 8px;
}

.mini-section-box-middle {
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.line-with-dots {
  background-color: #d1d2d3;
  width: 100%;
  height: 1px;
  position: relative;
}

.left-dot {
  background-color: #d1d2d3;
  width: 3px;
  height: 3px;
  position: absolute;
  top: -1px;
}

.right-dot {
  background-color: #d1d2d3;
  width: 3px;
  height: 3px;
  position: absolute;
  top: -1px;
  right: 0;
}

.button {
  background-color: var(--crimson);
  min-width: 170px;
  height: 50px;
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #c11a36;
  margin-top: 40px;
  padding-top: 18px;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 11px;
  transition: background-color .2s, color .2s;
}

.button:hover {
  color: #fff;
  background-color: #c11a36;
}

.button.no-top-border {
  margin-top: 0;
}

.button.sd6 {
  background-color: #fecc40;
  border-color: #fecc40;
}

.button.dtd1 {
  color: var(--white);
  background-color: #18a9b7;
  border-color: #18a9b7;
  display: block;
}

.button._7jpd {
  color: var(--white);
  background-color: #d50758;
  border-color: #d50758;
}

.text-box {
  background-color: var(--black);
  text-align: left;
  width: 75%;
  margin-top: -150px;
  padding: 45px 50px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.text-box._2 {
  text-align: center;
  width: 80%;
  margin-top: -100px;
}

.text-box._3 {
  width: 80%;
  margin-top: -90px;
}

.text-box._6 {
  background-color: var(--black);
  align-self: flex-start;
  width: 100%;
  max-width: 580px;
  margin-top: 90px;
  padding: 30px 80px 80px;
}

.text-box._6.sd3 {
  background-color: var(--white);
  margin-top: 30px;
}

.text-box.latest-posts {
  width: 85%;
  height: auto;
  min-height: 150px;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: block;
}

.text-box._9 {
  background-color: var(--black);
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0 35px 35px 40px;
  display: block;
}

.text-box._7 {
  width: 100%;
  max-width: 580px;
  margin-top: 0;
  padding: 85px 80px 80px;
}

.text-box._8 {
  width: 85%;
  margin-top: -70px;
  padding: 35px 40px;
}

.text-box._5 {
  background-color: var(--black);
  width: 100%;
  margin-top: 0;
  padding-left: 70px;
}

.text-box._5.sd3 {
  background-color: var(--white);
}

.text-box._10 {
  width: 85%;
  margin-top: -90px;
}

.text-box._11 {
  width: 85%;
  max-width: 590px;
  margin-top: 0;
  padding: 0 80px 0 60px;
}

.text-box._12 {
  width: 80%;
  margin-top: 0;
  padding: 85px 20px 80px 80px;
}

.text-box._13 {
  background-color: var(--black);
  width: 65%;
  color: var(--black);
  margin-top: -120px;
}

.text-box._13.sd3 {
  background-color: var(--white);
}

.text-box._4 {
  background-color: var(--black);
  width: 95%;
  margin-top: 100px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.text-box._4.sd7 {
  background-color: #fafafa;
}

.text-box._4.sd2 {
  background-color: var(--white);
  border-radius: 5px;
  margin-top: -60px;
}

.text-box._14 {
  margin-top: 0;
}

.feature-column {
  text-align: center;
  width: 33.333%;
  padding: 55px 65px 50px;
  overflow: hidden;
}

.feature-column._2 {
  border-right: 1px solid var(--button-2);
  border-bottom: 1px solid var(--button-2);
  padding-top: 20px;
}

.feature-column._3 {
  border-bottom: 1px solid var(--button-2);
  padding-top: 20px;
  padding-bottom: 100px;
}

.feature-column._4, .feature-column._5 {
  border-right: 1px solid var(--button-2);
}

.feature-column._1 {
  border-right: 1px solid var(--button-2);
  border-bottom: 1px solid var(--button-2);
  padding-top: 20px;
}

.feature-icon {
  margin-bottom: 20px;
}

.empty-state {
  background-color: #0000;
  margin-bottom: 20px;
  display: none;
}

.team-member {
  text-align: center;
  width: 47.5%;
}

.team-member.bottom-border {
  margin-bottom: 90px;
}

.team-member-image {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.heading-link {
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
  transition: opacity .2s;
}

.heading-link:hover {
  opacity: .85;
}

.bottom-section {
  background-color: var(--black);
  background-image: url('../images/White-space.jpg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: 20px;
  padding-bottom: 90px;
}

.double-color-section.inner-pages {
  padding-top: 90px;
}

.see-all {
  float: right;
  border-bottom: 1px solid #a3a5a7;
  margin-top: 45px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 17px;
  text-decoration: none;
}

.see-all.left-border {
  margin-top: 0;
  margin-right: 2.15%;
}

.see-all.no-top-border {
  margin-top: 0;
}

.video-split {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.hide {
  display: none;
}

.video-lightbox {
  background-image: linear-gradient(#4c4c4b66, #4c4c4b66), url('../images/Capture-d’écran-2020-10-05-à-13.46.32.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 85px;
  margin-right: 25px;
  display: flex;
}

.video-lightbox.dtd {
  background-image: linear-gradient(#0000, #0000), url('../images/Capture-d’écran-2020-11-04-à-16.17.02.JPG');
}

._25-percent-column {
  text-align: right;
  width: 35%;
  margin-right: 5%;
}

.work-sample {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 29%;
  margin-bottom: 52px;
  margin-left: 2%;
  margin-right: 2%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-hover {
  z-index: 1;
  background-color: #fffffffc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100.3%;
  padding: 30px;
  position: absolute;
  inset: 0;
}

.work-hover-content {
  text-align: center;
  border: 1px solid #d1d2d3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.mini-title-link {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 9.75px;
  line-height: 10px;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.mini-title-link:hover {
  opacity: .85;
}

.mini-title-link.bottom-border {
  margin-bottom: 15px;
}

.mini-title-link.less-bottom-border {
  margin-bottom: 5px;
}

.dot-1 {
  background-color: #d1d2d3;
  width: 3px;
  height: 3px;
  position: absolute;
  top: -2px;
  left: -2px;
}

.dot-2 {
  background-color: #d1d2d3;
  width: 3px;
  height: 3px;
  position: absolute;
  top: -2px;
  right: -2px;
}

.dot-3 {
  background-color: #d1d2d3;
  width: 3px;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: -2px;
}

.dot-4 {
  background-color: #d1d2d3;
  width: 3px;
  height: 3px;
  position: absolute;
  bottom: -2px;
  right: -2px;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.slide-arrow {
  opacity: .7;
  color: #d3d4d5;
  transition: opacity .2s;
}

.slide-arrow:hover {
  opacity: 1;
}

.testimonial-text-box {
  text-align: center;
  margin-left: 12%;
  margin-right: 12%;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.title {
  color: var(--black);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Gilroy, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.title.as3 {
  color: var(--white);
}

.title._1482 {
  color: var(--crimson);
  text-align: left;
}

.testimonial {
  color: var(--white);
  text-align: left;
  padding-left: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 29px;
}

.testimonial.sd5 {
  color: var(--black);
}

.testimonial.dtd4 {
  color: #00578d;
}

.testimonial._7jpd {
  color: #d50758;
}

.testimonial.sd12 {
  color: var(--black);
  font-size: 25px;
  line-height: 40px;
}

.testimonial.tesst {
  text-align: center;
  margin-top: 40px;
  padding-left: 0;
  font-size: 17px;
  line-height: 24px;
}

.testimonial-author {
  text-align: left;
  border-top: 1px solid #d1d2d3;
  width: auto;
  margin: 25px auto 40px;
  padding-top: 12px;
  display: flex;
}

.pricing-icon-box {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 30px;
}

.pricing-icon {
  border: 1px solid var(--button-2);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  display: inline-block;
}

.pricing-icon._1 {
  background-image: url('../images/Browser_1Browser.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 34px;
}

.pricing-icon._1.dtd6 {
  background-image: url('../images/Copie-de-Picto-DTD.png');
}

.pricing-icon._2 {
  background-image: url('../images/Paint_1Paint.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31px;
}

.pricing-icon._3 {
  background-image: url('../images/Phone_1Phone.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 21px;
}

.price-text {
  color: #d50758;
  font-size: 20px;
  font-weight: 200;
}

.price-text.sd8 {
  color: var(--black);
}

.pricing-item {
  border-top: 1px solid var(--button-2);
  flex-wrap: nowrap;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
  display: flex;
}

.checkmark-box {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 15%;
  min-width: 45px;
  padding-top: 8px;
  display: flex;
}

.pricing-details {
  flex: 1;
}

.pricing-column {
  width: 33.333%;
  padding: 55px 4% 50px;
}

.pricing-column._1 {
  clear: none;
  border-right: 1px solid var(--button-2);
  flex: 1;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  width: 50%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  display: block;
}

.bouton-de-tarification {
  border-right: 2px solid var(--button-2);
  width: 100%;
  height: 52px;
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fecc40;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 11px;
  transition: background-color .2s, border .2s;
  display: flex;
}

.bouton-de-tarification:hover {
  border: 1px solid var(--button-2);
  background-color: var(--black);
}

.bouton-de-tarification.sd6 {
  color: var(--black);
  letter-spacing: 0;
  background-color: #fecc40;
  margin-top: 0;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.bouton-de-tarification.sd6:hover {
  background-color: var(--black);
  color: var(--white);
}

.bouton-de-tarification.dtd1 {
  color: var(--white);
  letter-spacing: 1px;
  background-color: #18a9b7;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
}

.bouton-de-tarification.as3 {
  background-color: var(--crimson);
}

.bouton-de-tarification._1482 {
  background-color: var(--crimson);
  color: var(--white);
  font-family: Gilroy, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.bouton-de-tarification._1482:hover {
  background-color: var(--white);
  color: var(--black);
}

.bouton-de-tarification._7jpd {
  float: none;
  clear: none;
  color: var(--white);
  object-fit: fill;
  background-color: #d50758;
  flex-flow: wrap-reverse;
  place-content: flex-end center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  display: flex;
  position: static;
}

.faq-container.bottom-border {
  margin-bottom: 70px;
  padding-top: 20px;
}

.faq-item {
  border-top: 1px solid var(--button-2);
  background-color: #0000;
  padding: 45px 30px 40px;
  position: relative;
}

.faq-item.last {
  border-bottom: 1px solid var(--button-2);
  background-color: #0000;
}

.faq-item.top-margin {
  background-color: #0000;
  margin-top: 20px;
}

.faq-item.top-margin.sd5 {
  background-color: #fff0;
}

.question {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.plus-box {
  float: right;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-top: 15px;
  margin-left: 15px;
  position: relative;
}

.vertical-line {
  background-color: #d1d2d3;
  width: 2px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -8px;
  left: 8px;
}

.horizontal-line {
  background-color: #d1d2d3;
  width: 18px;
  height: 2px;
}

.hidden-item-1 {
  overflow: hidden;
}

.post-preview {
  text-align: center;
  width: 47.5%;
}

.footer {
  background-color: var(--black);
  margin-bottom: 0;
  padding-top: 2%;
  padding-bottom: 40px;
  display: block;
}

.hidden-item-2 {
  overflow: hidden;
}

.cta-section {
  background-color: var(--black-bg);
  padding-top: 90px;
  padding-bottom: 90px;
  display: none;
}

.cta-section.sd2 {
  background-color: var(--white);
}

.cta-section.dtd2 {
  background-color: #00578d;
  background-image: none;
}

.cta-section.sd11 {
  background-color: var(--white);
}

.cta-header {
  color: var(--black);
  font-family: Gilroy, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 45px;
}

.cta-header.as3 {
  color: var(--black);
  margin-top: 20px;
  line-height: 30px;
}

.cta-header.sd0 {
  color: var(--white);
}

.white {
  color: var(--black);
  font-weight: 100;
}

.white.as3 {
  color: var(--black);
  font-style: italic;
  font-weight: 300;
}

.white.sd0 {
  color: var(--white);
}

.cta-newsletter-form {
  flex-wrap: wrap;
  max-width: 610px;
  margin-top: 20px;
  display: flex;
}

.text-field {
  width: 32%;
  height: 50px;
}

.text-field:hover, .text-field:focus {
  border: 1px solid #168bf4;
}

.text-field.name {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-right: 2%;
}

.text-field.email {
  margin-right: 2%;
}

.text-field.password {
  width: 100%;
}

.submit-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #c11a36;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 32%;
  height: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 11px;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #383737;
}

.submit-button.password {
  background-color: #c11a36;
  width: 100%;
}

.success-message {
  color: #fff;
  background-color: #0000;
  font-size: 16px;
  line-height: 25px;
}

.success-message.contact-form {
  color: var(--headings);
}

.error-message {
  font-size: 14px;
  line-height: 25px;
}

.divider-line {
  background-color: #d1d2d3;
  width: 90px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-details-big {
  color: #a2a3a5;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 48px;
}

.footer-logo-column {
  width: 15%;
  padding-top: 0;
}

.footer-column {
  border-right: 1px solid var(--button-2);
  width: 26%;
  padding-top: 35px;
  padding-bottom: 30px;
}

.footer-column._2 {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-column._1 {
  padding-left: 40px;
  display: flex;
}

.footer-column._3 {
  border-right-style: none;
  justify-content: center;
  width: 33%;
  display: flex;
}

.logo-link {
  transition: transform .2s, opacity .2s;
}

.logo-link:hover {
  opacity: .85;
  transform: scale(1.05);
}

.logo-link.w--current {
  transition: opacity .2s;
}

.logo-link.w--current:hover {
  opacity: .85;
}

.notice-text {
  color: var(--white);
  text-align: left;
  margin-bottom: 10px;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  line-height: 35px;
  display: inline;
}

.notice-text.small {
  color: var(--paragraphs);
  font-size: 12.5px;
  line-height: 20px;
}

.footer-notice {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 90px;
  display: flex;
}

.post-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 740px;
  position: relative;
  overflow: hidden;
}

.intro-section {
  padding-bottom: 140px;
}

.poster-header {
  text-align: center;
  background-color: #fff;
  min-height: 200px;
  margin-top: -130px;
}

.post-header-text {
  margin-bottom: 45px;
  padding-top: 60px;
  padding-left: 9%;
  padding-right: 9%;
}

.by {
  margin-right: 4px;
  display: inline-block;
}

.post-summary {
  margin-top: 15px;
}

.author-of-post {
  margin-top: 10px;
}

.final-dots {
  color: var(--white);
  text-align: center;
}

.medium {
  color: #fff;
  font-size: 50px;
}

._65-percent-column {
  border-right: 1px solid var(--button-2);
  background-color: var(--paragraphs);
  width: 65%;
  padding-right: 6%;
}

._35-percent-column {
  background-color: var(--paragraphs);
  width: 35%;
  padding-left: 4%;
}

.side-menu-item {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
  display: flex;
}

.post-details-box {
  flex-direction: column;
  margin-top: 25px;
  display: flex;
}

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

.side-menu-block {
  border-bottom: 1px solid var(--button-2);
  flex-direction: column;
  padding: 30px 25px;
  display: flex;
}

.side-menu-block.first {
  border-top-style: none;
  padding-top: 0;
  padding-bottom: 15px;
}

.side-menu-block.no-padding {
  border-bottom-style: none;
  padding-left: 0;
  padding-right: 0;
}

.side-menu-block.less-bottom-padding {
  padding-bottom: 0;
}

.side-menu-link {
  color: var(--white);
  cursor: pointer;
  margin-bottom: 15px;
  text-decoration: none;
  display: block;
}

.side-menu-link:hover {
  text-decoration: underline;
}

.side-menu-authors {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.authors-pic {
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #e2e2e2;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  margin-right: 20px;
}

.authors-pic.big {
  width: 70px;
  height: 70px;
}

.left-border {
  margin-left: 25px;
}

.small {
  color: #fff;
}

.first-post {
  border-bottom: 1px solid var(--button-2);
  margin-bottom: 80px;
  padding-bottom: 40px;
}

.heading-2 {
  color: var(--white);
}

.heading-2.small {
  color: var(--white);
  font-size: 26px;
  line-height: 30px;
}

.heading-2.hero {
  color: #fff;
  font-size: 52px;
  font-style: italic;
  line-height: 55px;
}

.heading-2.cta {
  color: var(--black);
  margin-bottom: 5px;
}

.heading-2.cta.as3 {
  color: var(--black);
}

.heading-3.small {
  color: var(--white);
  text-transform: uppercase;
  font-family: Gilroy, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 25px;
}

.heading-3.medium {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 26px;
  font-style: italic;
  line-height: 38px;
}

.heading-4.small {
  color: var(--white);
  text-align: left;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 25px;
}

.heading-4.small.as1, .heading-4.small.as0 {
  color: var(--white);
}

.heading-4.small.dtd, .heading-4.small._7jpd {
  color: var(--black);
}

.heading-4.less-bottom-border {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 25px;
}

.heading-4.footer-title {
  color: var(--white);
  text-align: left;
  margin-bottom: 15px;
  font-size: 20px;
}

.latest-post {
  margin-bottom: 40px;
}

.image-link {
  position: relative;
  overflow: hidden;
}

.image-hover {
  background-image: linear-gradient(#000 19%, #0000), url('../images/d.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-weight: 400;
  transition: transform .6s;
  display: block;
}

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

.image-hover.test {
  background-image: url('../images/monday1-1.jpg'), url('../images/zapier1-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 0;
}

.authors-details {
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  margin-top: 30px;
  padding: 35px 20px 30px;
  display: flex;
}

.big-title-box {
  border-bottom: 1px solid #4b4b4a;
  display: inline-block;
}

._29-percent-column {
  text-align: center;
  width: 29.5%;
  margin-bottom: 4.3%;
  margin-left: 1.8%;
  margin-right: 1.8%;
}

._10-percent-column {
  width: 10%;
  min-width: 70px;
}

._90-percent-column {
  width: 90%;
  padding-left: 10px;
}

.authors-bio {
  margin-top: 10px;
}

.post-content {
  text-align: left;
  padding-left: 65px;
  padding-right: 65px;
}

.cta-text-box {
  text-align: center;
  width: 60%;
}

.heading-1.medium {
  text-transform: uppercase;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gilroy, sans-serif;
  font-size: 37px;
  font-style: normal;
  font-weight: 900;
  line-height: 46px;
}

.heading-1.medium.tesrt {
  font-size: 35px;
  font-weight: 900;
  line-height: 41px;
}

.heading-1.hero {
  color: #fff;
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30vw;
  margin-left: auto;
  margin-right: auto;
  font-family: Gilroy, sans-serif;
  font-size: 59px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
}

.heading-1.large {
  text-transform: uppercase;
  font-family: Gilroy, sans-serif;
  font-weight: 900;
  line-height: 49px;
}

.about-me-box {
  margin-top: 15px;
  margin-bottom: 15px;
}

.paragraph-box {
  margin-top: 10px;
}

.faq-left-column {
  width: 35%;
  padding-top: 15px;
  padding-bottom: 50px;
  position: relative;
}

.faq-right-column {
  border-left: 1px solid var(--button-2);
  flex: 1;
  width: 65%;
  padding-top: 15px;
  padding-left: 50px;
}

.faq-category-item {
  border-bottom: 1px solid var(--button-2);
  padding: 35px 20px 30px;
}

.hidden-item-4 {
  overflow: hidden;
}

.client-box-1, .client-box-2, .client-box-3 {
  border-right: 1px solid var(--lines-2);
  border-bottom: 1px solid var(--lines-2);
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.client-box-4 {
  border-bottom: 1px solid var(--lines-2);
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.client-box-5, .client-box-6, .client-box-7 {
  border-right: 1px solid var(--lines-2);
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.client-box-8 {
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.key-number-box {
  text-align: center;
  width: 30.5%;
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
}

.key-number-text {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
}

.key-number-line {
  background-color: var(--crimson);
  width: 80%;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.key-number-line.bottom {
  inset: auto 0 0;
}

.contact-text-box {
  z-index: 10;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.contact-us-details {
  margin-top: 15px;
}

.key-data-section {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 45px;
  display: flex;
}

.key-data-section.top-border {
  margin-top: 0;
  margin-bottom: 0;
}

.tabs {
  z-index: 20;
  border: 1px solid var(--button-2);
  background-color: #fff;
  border-radius: 3px 5px 5px;
  width: 95%;
  min-height: 804px;
}

.tab-pane {
  padding: 50px 40px 20px;
}

.field-label {
  color: var(--black);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 9.75px;
  line-height: 10px;
}

.contact-form-item {
  margin-bottom: 40px;
}

.contact-form-item.message {
  margin-bottom: 35px;
}

.textarea {
  border: 1px solid var(--lines-2);
  background-color: #f7f7f7;
  border-radius: 3px;
}

.textarea.message {
  background-color: var(--white);
  height: 150px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 20px;
}

.textarea.message:hover, .textarea.message:focus {
  border-color: #168bf4;
}

.ipad {
  z-index: 0;
  background-image: url('../images/iPad.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 611px;
  width: 590px;
  height: 691px;
  position: absolute;
  top: 15%;
  bottom: 0;
  right: -376px;
}

.contact-form-field {
  border: 1px solid var(--button-2);
  background-color: var(--white);
  background-image: url('../images/Line-1_1Line (1).jpg');
  background-position: 50px;
  background-repeat: no-repeat;
  background-size: 1px;
  border-radius: 3px;
  height: 50px;
  padding-left: 80px;
  transition: border .2s;
}

.contact-form-field:hover, .contact-form-field:focus {
  border-color: #168bf4;
}

.contact-form-field.name {
  border-color: var(--button-2);
  background-image: url('../images/User_1User.png'), url('../images/Line-1_1Line (1).jpg');
  background-position: 18px, 50px;
  background-repeat: no-repeat, no-repeat;
  background-size: 14px, 1px;
}

.contact-form-field.name:hover, .contact-form-field.name:focus {
  border-color: #168bf4;
}

.contact-form-field.email {
  background-image: url('../images/Email_1Email.png'), url('../images/Line-1_1Line (1).jpg');
  background-position: 17px, 50px;
  background-repeat: no-repeat, no-repeat;
  background-size: 15px, 1px;
}

.contact-form-field.phone {
  background-image: url('../images/Mobile_1Mobile.png'), url('../images/Line-1_1Line (1).jpg');
  background-position: 19px, 50px;
  background-repeat: no-repeat, no-repeat;
  background-size: 11px, 1px;
}

.contact-form-button {
  color: #fff;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background-color: #c11a36;
  border-radius: 3px;
  align-self: center;
  width: 50%;
  height: 50px;
  margin-bottom: 15px;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 11px;
  transition: background-color .2s;
}

.contact-form-button:hover {
  background-color: #c0cacc;
}

.small-text {
  color: var(--titles);
  font-size: 12px;
  line-height: 22px;
}

.tab-2 {
  border-bottom: 1px solid var(--button-2);
  background-color: var(--bg-2);
  border-top-right-radius: 5px;
  width: 49%;
  padding-top: 30px;
  padding-bottom: 24px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.tab-2.w--current {
  background-color: #fff;
  border-bottom-style: none;
  width: 49%;
  padding-bottom: 25px;
}

.tab-1 {
  border-right: 1px solid var(--button-2);
  border-bottom: 1px solid var(--button-2);
  background-color: var(--bg-2);
  border-top-left-radius: 3px;
  width: 51%;
  padding-top: 30px;
  padding-bottom: 24px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.tab-1.w--current {
  border-right: 1px solid var(--lines-2);
  border-bottom-style: none;
  border-bottom-color: var(--lines-2);
  background-color: #fff;
  border-top-left-radius: 5px;
  width: 51%;
  padding-top: 30px;
  padding-bottom: 25px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.heading-box {
  text-align: left;
  flex: 0 auto;
  margin-top: auto;
  margin-bottom: auto;
}

.heading-box.small {
  width: 55%;
}

.content-box {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.content-box.medium {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  font-size: 17.5px;
  display: flex;
}

.content-box.flex-right {
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.content-box.flex-right.as3, .content-box.flex-right._1482 {
  background-color: var(--black);
}

.content-box.flex-right._7jpd {
  background-color: #0000;
}

.content-box.flex-right.sd12 {
  background-color: var(--white);
}

.content-box.flex-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.intro-box-2 {
  background-color: #fff;
  width: 30%;
  padding: 45px 45px 40px;
}

.intro-box-2.as0 {
  background-image: url('../images/Papier-Kraft---SD-.JPG');
  background-position: 0 0;
  background-size: auto;
}

.intro-box-3 {
  background-color: #fff;
  width: 30%;
  padding: 45px 45px 40px;
}

.intro-box-3.as0 {
  background-image: url('../images/Papier-Kraft---SD-.JPG');
  background-position: 0 0;
  background-size: auto;
}

.mini-title-box {
  margin-bottom: 10px;
}

.mini-title-box.side-menu {
  margin-bottom: 0;
  margin-left: 25px;
}

.white-gray-section {
  background-color: var(--bg-2);
  background-image: url('../images/White-space-2.jpg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: 35px;
  overflow: hidden;
}

.white-gray-section.less-bottom-section {
  background-color: var(--black);
  padding-bottom: 30px;
}

.white-gray-section.bottom-padding {
  background-color: var(--black);
  padding-bottom: 90px;
}

.white-gray-section.items {
  background-color: var(--paragraphs);
  background-size: 75px;
  padding-bottom: 90px;
}

.content-section-gray {
  background-color: var(--paragraphs);
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.content-section-gray.inner-pages {
  padding-top: 0;
  padding-bottom: 0;
}

.content-section-gray.less-top-padding {
  padding-top: 90px;
  display: none;
}

.content-section-gray.sd2 {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.intro-feature-1 {
  border-right: 1px solid var(--lines);
  width: 33.333%;
  padding: 45px 5%;
}

.intro-feature-icon-gray {
  background-color: var(--icon-background);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}

.intro-feature-icon-gray._1 {
  background-image: url('../images/Loppe_1Loppe.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39px;
}

.intro-feature-icon-gray._25-percent-column {
  background-image: url('../images/Cience_2Cience.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 29px;
}

.intro-feature-icon-gray._3 {
  background-image: url('../images/Diamond_1Diamond.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 34px;
}

.intro-feature-2 {
  border-right: 1px solid var(--lines);
  width: 33.333%;
  padding: 45px 5%;
}

.intro-feature-3 {
  width: 33.333%;
  padding: 45px 5%;
}

.mini-section-left {
  border-right: 1px solid var(--lines);
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.mini-section-text {
  color: var(--titles);
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.mini-section-text.title {
  letter-spacing: 2px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 10px;
}

.mini-section-right {
  width: 75%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
}

.iphone.as2 {
  background-color: var(--black);
}

._50-percent-column-1 {
  background-color: var(--white);
  text-align: center;
  width: 50%;
}

._50-percent-column-1.as3, ._50-percent-column-1._1482 {
  background-color: var(--black);
}

._50-percent-column-2 {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

._50-percent-column-2.dtd {
  background-color: var(--white);
}

._50-percent-column-2._7jpd {
  background-color: var(--white);
  color: var(--white);
  border: 1px solid #0000;
}

.left-column-newsletter {
  text-align: right;
  justify-content: center;
  align-items: flex-start;
  width: 27%;
  min-width: 325px;
  padding-right: 50px;
  display: flex;
}

.right-column-newsletter {
  width: 60%;
}

._50-percent-column-3 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

._50-percent-column-3.as3, ._50-percent-column-3._1482 {
  background-color: var(--black);
}

._50-percent-column-4 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

._50-percent-column-4.as3 {
  background-color: var(--black);
  align-self: auto;
}

._50-percent-column-4._1482 {
  background-color: var(--black);
  color: var(--black);
}

._50-percent-column-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

._50-percent-column-5.sd9 {
  background-color: #fafafa;
}

._50-percent-column-5.as4 {
  background-color: var(--black);
}

._50-percent-column-5._1482 {
  background-color: var(--black);
  flex: 1;
  justify-content: flex-start;
  width: 25%;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

._50-percent-column-5._7jpd {
  background-color: var(--white);
  color: #fafafa;
}

._50-percent-column-7 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

._50-percent-column-8 {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

._50-percent-column-12 {
  background-color: var(--black);
  width: 50%;
  color: var(--paragraphs);
  justify-content: center;
  align-items: center;
  display: flex;
}

.map {
  width: 100%;
  margin-bottom: 25px;
}

.service-item {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 140px;
  padding-top: 20px;
  display: flex;
}

.service-item.last {
  margin-bottom: 0;
  padding-top: 40px;
}

._50-percent-column-9 {
  align-items: center;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

._50-percent-column-9.mobile-bottom-border {
  flex: 0 auto;
  margin-top: auto;
  margin-bottom: auto;
}

.side-menu {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 40px;
  display: flex;
}

._50-percent-column-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

._50-percent-column-11 {
  width: 50%;
}

.overview-left {
  background-color: #0000;
  width: 25%;
  padding-top: 40px;
  padding-left: 60px;
}

.overview-right {
  background-color: #0000;
  width: 75%;
  padding-top: 40px;
}

.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: 350px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.row-licensing {
  margin-top: 40px;
  padding-bottom: 10px;
}

.row-licensing.bottom-line {
  border-bottom: 1px solid var(--lines);
}

.menu-item-1 {
  margin-top: -20px;
  padding-bottom: 0;
  font-size: 10px;
  overflow: auto;
}

.div-block {
  opacity: 1;
  color: #0000;
  align-self: flex-start;
}

.div-block:hover {
  color: #fff0;
}

.menu-item-2, .menu-item-3 {
  margin-top: -20px;
  padding-bottom: 0;
}

.menu-item-4 {
  margin-top: -20px;
  padding-top: 0;
  padding-bottom: 0;
}

.menu-item-5, .menu-item-6 {
  margin-top: -20px;
  padding-bottom: 0;
}

.body {
  background-color: var(--black);
  color: var(--paragraphs);
}

.wide-text-column-2 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
  position: relative;
}

.wide-column-2 {
  background-image: url('../images/photo-header-1482-V2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  position: relative;
}

._50-percent-column-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

._50-percent-column-6.as3 {
  background-color: var(--black);
}

._50-percent-column-6._1482 {
  background-color: var(--black);
  flex: 1;
  justify-content: flex-start;
  width: 25%;
}

.pricing-column-2 {
  border-right: 1px solid var(--button-2);
  width: 33.333%;
  margin-top: 0;
  padding: 55px 4% 50px;
}

.pricing-column-3 {
  width: 33.333%;
  padding: 55px 4% 50px;
}

.faq-image {
  margin-bottom: 20px;
}

._50-percent-column-13 {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.key-number-box-2, .key-number-box-3 {
  text-align: center;
  width: 30.5%;
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
}

._50-percent-column-14 {
  background-color: var(--black);
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
}

._50-percent-column-15 {
  background-color: var(--black);
  align-items: center;
  width: 50%;
  display: flex;
}

.link, .link-2 {
  color: var(--white);
  cursor: pointer;
}

.button-2 {
  border: 2px solid var(--white);
  min-width: 170px;
  height: 50px;
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 35px;
  margin-top: 40px;
  padding-top: 19px;
  padding-bottom: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 11px;
  transition: border .2s, background-color .2s;
}

.button-2:hover {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: #0000;
}

.button-2.top-border {
  color: var(--black);
  margin-top: 20px;
}

.button-2.top-border.dtd7 {
  color: var(--white);
  background-color: #00578d;
}

.button-2.top-border.sd8 {
  background-color: #fecc40;
}

.button-2.top-border.dtd {
  background-color: var(--black);
  color: var(--white);
}

.button-2.top-border.sd11 {
  background-color: var(--black);
  color: var(--white);
  border-color: #fff0;
}

.dark {
  background-color: #161616;
}

.add-bottom-border {
  margin-bottom: 20px;
}

.add-bottom-border.bg {
  background-image: url('../images/luca-bravo-205341-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 21px;
  padding-bottom: 21px;
}

.menu-item-7 {
  margin-top: -20px;
  padding-bottom: 0;
}

.background-video {
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
}

.hero-slider {
  height: 700px;
}

.slide._1 {
  background-image: url('../images/aaron-birch-230226-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._3 {
  background-image: linear-gradient(#0003, #0003), url('../images/breather-187923.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide._2 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/luca-bravo-205341-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-arrow {
  opacity: .7;
  transition: opacity .3s;
}

.slider-arrow:hover {
  opacity: 1;
}

.go-up-text {
  margin-right: 5px;
  font-size: 14px;
  line-height: 14px;
  display: inline;
}

.go-up-link {
  width: auto;
  min-width: 60px;
  margin-top: -3px;
  margin-left: 30px;
  text-decoration: none;
}

.center-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hide-slide-dots {
  display: none;
}

.link-block {
  color: var(--links);
  background-color: #0000;
  padding-bottom: 0;
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

.link-block.w--current {
  color: #5e5e5e;
  font-weight: 400;
}

.link-block.essppace {
  margin-top: 10px;
}

.less-height {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.less-height:hover {
  color: #c11a36;
}

.less-height.sd5, .less-height.sd7, .less-height.dtd6, .less-height.dtd9 {
  color: var(--black);
}

.less-height.as6 {
  color: var(--white);
}

.less-height.as6:hover {
  color: var(--crimson);
}

.less-height.as3 {
  color: var(--white);
}

.less-height.as3:hover {
  color: var(--crimson);
}

.less-height.as7, .less-height._7jpd {
  color: var(--black);
}

.less-height._7jpd:hover {
  color: #d50758;
}

.less-height._1482_1 {
  color: var(--black);
}

.less-height._1482_1:hover {
  color: var(--crimson);
}

.less-height.dtd5 {
  color: var(--black);
}

.less-height.dtd5:hover {
  color: #00578d;
}

.underline-hover {
  background-color: #a4aebe;
  height: 1px;
  margin-top: -18px;
  position: absolute;
  inset: 73px 0 0;
}

.underline-hover.gray, .underline-hover.side-menu-2 {
  background-color: var(--buttons);
  height: 1px;
  margin-top: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.underline-fix {
  background-color: var(--underline);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.relative {
  background-color: var(--white);
  text-align: center;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.footer-link-box {
  text-align: left;
  margin-top: -39px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 0;
}

.notice-link {
  font-size: 12.5px;
  line-height: 20px;
  transition: opacity .2s;
}

.notice-link:hover {
  opacity: .85;
}

.side-link {
  color: var(--buttons);
  padding-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.side-link:hover {
  text-decoration: none;
}

.side-link.w--current {
  color: #5e5e5e;
  font-weight: 400;
}

.more-height {
  color: var(--black);
  text-transform: uppercase;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
}

.absolute {
  background-image: url('../images/george-vogiatzis-9YmWUlaDiUE-unsplash.jpg'), url('../images/bantersnaps-5U_28ojjgms-unsplashtest.jpg');
  background-position: 50%, 50%;
  background-size: cover, auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.absolute.office {
  background-image: url('../images/neonbrand-YHYHu_IuM3Q-unsplashtest.jpg');
  background-position: 50%;
  background-size: cover;
  height: 0%;
}

.absolute.home {
  background-image: url('../images/photo-header-1482-V2.jpg');
  background-position: 0 0;
  background-size: auto;
}

.absolute.starterdigital {
  background-image: url('../images/dino-reichmuth-A5rCN8626Ck-unsplashn.JPG');
  background-position: 50%;
  background-size: cover;
}

.absolute.header2 {
  background-image: url('../images/jordan-whitfield-qODM8pfwRO4-unsplash_1.jpg'), url('../images/george-vogiatzis-9YmWUlaDiUE-unsplash.jpg'), url('../images/bantersnaps-5U_28ojjgms-unsplashtest.jpg');
  background-position: 50% 30%, 50%, 50%;
  background-size: auto, cover, auto;
  height: 140%;
}

.overlay {
  background-color: #00000012;
  background-image: url('../images/img-header.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 900px;
  position: absolute;
  inset: 0%;
}

.overlay.starter-digital {
  background-image: url('../images/dino-reichmuth-A5rCN8626Ck-unsplashn.JPG');
  background-position: 50%;
}

.overlay.qui-somme-nous {
  height: 500px;
}

.absolute-hover {
  background-image: url('../images/monday.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.absolute-hover.mac {
  background-image: url('../images/pexels-ron-lach-7438102a.jpeg'), url('../images/Mac.jpg');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto 500px, cover;
  padding-right: 40px;
}

.absolute-hover.iphone {
  background-image: url('../images/Capture-d’écran-2021-03-25-à-12.18.30.png');
  inset: 0% auto auto 0%;
}

.absolute-hover.a4 {
  background-image: url('../images/implementation-1.jpg');
}

.absolute-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.accordion-wrapper {
  text-align: left;
}

.flex-no-wrap {
  color: var(--black);
  flex-wrap: nowrap;
  display: flex;
}

.flex-no-wrap._7jpd {
  color: #1b334c;
}

.open-close-box {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-top: 4px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.full-width {
  flex: 1;
}

.accordion-item-content {
  margin-top: -1px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 25px;
  overflow: hidden;
}

.accordion-item-trigger {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 5px 5px 30px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.inner-hero-section {
  justify-content: center;
  align-items: center;
  min-height: 750px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-hero-section.text-on-left {
  justify-content: center;
  min-height: 500px;
  display: block;
}

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

.button-3 {
  border: 2px solid var(--white);
  min-width: 170px;
  height: 50px;
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 35px;
  padding-top: 19px;
  padding-bottom: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 11px;
  transition: border .2s, background-color .2s;
}

.button-3:hover {
  border: 2px solid var(--white);
  background-color: var(--white);
  color: var(--titles);
}

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

.position-sticky {
  position: sticky;
  top: 100px;
}

.update {
  z-index: 10000;
  text-align: center;
  background-color: #c11a36;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 100px;
  margin-left: 30px;
  padding-top: 6px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.update-text {
  color: #ed888a;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.flex {
  flex-wrap: wrap;
  display: flex;
}

.right-margin {
  margin-right: 5px;
}

.heading-5 {
  color: var(--black);
  font-family: Gilroy, sans-serif;
  font-weight: 900;
}

.heading-5.as7 {
  color: var(--black);
}

.heading-6 {
  color: var(--black);
  margin-top: 10px;
  padding-top: 0;
  font-weight: 900;
}

.heading-6.as7 {
  color: var(--black);
}

.heading-7 {
  color: var(--black);
  font-weight: 900;
}

.heading-7.as7 {
  color: var(--black);
}

.heading-8 {
  color: #1b334c;
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 900;
  line-height: 30px;
}

.heading-8._1482 {
  color: var(--white);
  text-align: left;
  font-style: normal;
  font-weight: 900;
}

.text-block, .text-block-2 {
  font-family: Gilroy, sans-serif;
}

.heading-9, .heading-10, .heading-11 {
  color: var(--white);
  font-style: italic;
}

.heading-12 {
  color: var(--white);
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  line-height: 30px;
}

.paragraph {
  color: var(--white);
  padding-top: 10px;
}

.heading-13 {
  color: var(--paragraphs);
  margin-top: 20px;
}

.heading-13.text {
  color: var(--white);
  text-align: left;
}

.heading-14 {
  color: var(--paragraphs);
  margin-top: 20px;
}

.heading-14.text {
  color: var(--white);
  text-align: left;
}

.heading-15 {
  color: var(--black);
  margin-top: 20px;
}

.heading-15.text {
  color: var(--white);
  text-align: left;
}

.paragraph-2 {
  color: var(--white);
  font-weight: 600;
}

.heading-16 {
  text-transform: none;
  margin-top: 27px;
  font-weight: 600;
}

.html-embed {
  font-size: 13px;
}

.heading-17 {
  text-transform: none;
  min-width: 19px;
  margin-top: 40px;
  font-weight: 600;
  line-height: 34px;
}

.paragraph-3 {
  color: var(--black);
  font-weight: 400;
}

.paragraph-3.as6 {
  color: var(--white);
  padding-left: 0;
}

.paragraph-3._1482 {
  color: var(--white);
}

.paragraph-4 {
  color: var(--black);
}

.paragraph-4._1482 {
  color: var(--white);
}

.paragraph-5 {
  color: #1b334c;
  padding-top: 10px;
  font-weight: 400;
}

.paragraph-5.as6 {
  color: var(--white);
  padding-left: 0;
}

.paragraph-5._1482 {
  color: var(--white);
}

.heading-18 {
  color: var(--white);
  text-transform: none;
  font-size: 20px;
  line-height: 27px;
}

.paragraph-6 {
  color: var(--black);
  padding-top: 15px;
}

.paragraph-6.as6 {
  color: var(--white);
  padding-left: 0;
  font-size: 13px;
  line-height: 20px;
}

.paragraph-6._1482 {
  color: var(--white);
}

.heading-19 {
  color: var(--black);
}

.heading-19.dtd3 {
  color: #00578d;
}

.heading-19.as6 {
  float: none;
  clear: none;
  color: var(--white);
  object-fit: fill;
  direction: ltr;
  font-size: 28px;
  position: static;
}

.heading-19._1482 {
  color: var(--white);
  padding-right: 0;
  font-size: 32px;
}

.paragraph-7 {
  color: var(--black);
}

.paragraph-7.as6 {
  color: var(--white);
  padding-left: 0;
}

.paragraph-7._1482 {
  color: var(--white);
}

.paragraph-8 {
  color: var(--black);
}

.paragraph-8.as6 {
  color: var(--white);
  padding-left: 0;
}

.paragraph-8._1482 {
  color: var(--white);
}

.paragraph-9 {
  color: var(--black);
  font-weight: 400;
}

.paragraph-9.as7 {
  color: var(--white);
  padding-left: 0;
}

.paragraph-9._1482, .paragraph-10, .heading-20 {
  color: var(--white);
}

.heading-21 {
  color: #1b334c;
  font-weight: 900;
}

.heading-21.as3 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 35px;
}

.heading-21.as3.test {
  margin-bottom: 60px;
}

.heading-21.as3.prres {
  margin-bottom: 0;
}

.heading-21.as3.prres.taille {
  font-size: 32px;
}

.heading-21.as3.texty {
  margin-bottom: 20px;
  font-size: 35px;
}

.heading-21.as3.espaaaaaace {
  margin-bottom: 60px;
}

.heading-21._1482 {
  color: var(--white);
  padding-top: 10px;
  font-size: 35px;
  line-height: 35px;
}

.paragraph-11 {
  color: var(--black);
}

.paragraph-11.as3 {
  color: var(--white);
  text-align: center;
  padding-bottom: 0;
  padding-left: 0;
}

.paragraph-11.as3.test {
  text-align: left;
  padding-top: 20px;
}

.paragraph-11.as3.test.test2 {
  text-align: center;
}

.paragraph-11._1482 {
  color: #cacaca;
}

.heading-22 {
  color: var(--black);
  font-size: 22px;
  line-height: 30px;
}

.heading-22.as3 {
  color: var(--white);
  margin-top: 20px;
}

.heading-22._1482 {
  color: var(--white);
}

.heading-22._7jpd {
  color: var(--black);
}

.paragraph-12 {
  color: var(--black);
  padding-top: 10px;
  font-weight: 400;
}

.paragraph-12.as3 {
  color: var(--white);
  padding-left: 0;
}

.paragraph-12._1482 {
  color: var(--white);
}

.paragraph-13 {
  color: var(--black);
  padding-top: 10px;
  font-weight: 400;
}

.paragraph-13.as3 {
  color: var(--white);
  padding-left: 0;
}

.paragraph-13._1482 {
  color: var(--white);
}

.heading-23 {
  color: var(--black);
  text-transform: none;
  font-size: 22px;
  line-height: 30px;
}

.heading-23.as3 {
  color: var(--white);
  margin-top: 20px;
}

.heading-23._1482 {
  color: var(--white);
}

.heading-23._7jpd {
  color: #d50758;
}

.heading-24 {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.heading-24.as3 {
  color: var(--white);
  margin-top: 20px;
}

.heading-24._148 {
  color: var(--white);
}

.paragraph-14 {
  color: var(--black);
  padding-top: 10px;
  font-weight: 400;
}

.paragraph-14.as3 {
  color: var(--white);
  padding-left: 0;
}

.paragraph-14._1482 {
  color: var(--white);
}

.heading-25 {
  color: var(--black);
  font-size: 22px;
  line-height: 30px;
}

.heading-25.as3, .heading-25._1482 {
  color: var(--white);
}

.paragraph-15 {
  color: var(--black);
  padding-top: 10px;
  font-weight: 400;
}

.paragraph-15.as3 {
  color: var(--white);
  padding-left: 0;
}

.paragraph-15._1482 {
  color: var(--white);
}

.heading-26 {
  color: var(--black);
  font-size: 22px;
  line-height: 30px;
}

.heading-26.as3, .heading-26._1482 {
  color: var(--white);
}

.paragraph-16 {
  color: var(--black);
  padding-top: 10px;
  font-weight: 400;
}

.paragraph-16.as3 {
  color: var(--white);
  padding-left: 0;
}

.paragraph-16._1482 {
  color: var(--white);
}

.heading-27 {
  color: var(--black);
  font-size: 22px;
  line-height: 30px;
}

.heading-27.as3, .heading-27._1482 {
  color: var(--white);
}

.paragraph-17 {
  color: var(--black);
  padding-top: 10px;
  font-weight: 400;
}

.paragraph-17.as3 {
  color: var(--white);
  padding-left: 0;
}

.paragraph-17._1482, .heading-28, .paragraph-18 {
  color: var(--white);
}

.paragraph-19 {
  color: #1b334c;
}

.paragraph-19.as3 {
  color: var(--white);
}

.paragraph-19._1482 {
  width: 80%;
  color: var(--white);
  text-align: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.paragraph-19._1482.test {
  text-align: left;
  width: 90%;
  margin-top: 0;
}

.heading-29 {
  color: #1b334c;
}

.heading-29.as3 {
  color: var(--white);
}

.heading-29._1482 {
  color: var(--crimson);
  text-align: center;
  margin-bottom: -50px;
  font-size: 29px;
  line-height: 35px;
}

.heading-29.dtd5 {
  color: #00578d;
}

.heading-30 {
  color: var(--white);
  font-size: 35px;
  line-height: 34px;
}

.paragraph-20 {
  color: var(--white);
}

.paragraph-21 {
  color: var(--black);
}

.paragraph-21.as3, .paragraph-21._1482 {
  color: var(--white);
}

.heading-31 {
  color: var(--black);
  margin-bottom: 20px;
  padding-bottom: 40px;
}

.heading-31.as3, .heading-31._1482 {
  color: var(--white);
}

.paragraph-22 {
  color: #1b334c;
  text-align: left;
}

.paragraph-22.as3, .paragraph-22._1482 {
  color: var(--white);
}

.paragraph-23 {
  color: var(--black);
}

.paragraph-23.as3, .paragraph-23._1482 {
  color: var(--white);
}

.heading-32 {
  color: var(--black);
}

.heading-32.as3 {
  color: var(--white);
}

.heading-32._1482 {
  color: var(--white);
  font-size: 25px;
}

.heading-33 {
  color: #d50758;
  font-size: 30px;
}

.heading-33.as3 {
  color: var(--white);
}

.heading-33._1482 {
  color: var(--white);
  font-size: 25px;
}

.heading-34 {
  color: #d50758;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.heading-34.as3 {
  color: var(--white);
}

.heading-34._1482 {
  color: var(--white);
  font-size: 25px;
}

.paragraph-24 {
  color: #1b334c;
  text-align: left;
  padding-top: 10px;
}

.paragraph-24.as3, .paragraph-24._1482 {
  color: var(--white);
}

.paragraph-25 {
  color: var(--black);
}

.paragraph-25.as3, .paragraph-25._1482 {
  color: var(--white);
}

.paragraph-26 {
  color: var(--black);
}

.paragraph-26.as3, .paragraph-26._1482 {
  color: var(--white);
}

.paragraph-27 {
  color: #1b334c;
  text-align: left;
}

.paragraph-27.as3, .paragraph-27._1482 {
  color: var(--white);
}

.paragraph-28 {
  color: #1b334c;
  text-align: left;
}

.paragraph-28.as3, .paragraph-28._1482 {
  color: var(--white);
}

.paragraph-29 {
  color: #1b334c;
  text-align: left;
}

.paragraph-29.as3, .paragraph-29._1482 {
  color: var(--white);
}

.paragraph-30 {
  color: #1b334c;
  text-align: left;
}

.paragraph-30.as3, .paragraph-30._1482, .paragraph-31, .heading-35 {
  color: var(--white);
}

.content-wrapper-copy {
  color: #0000;
  background-color: #0000;
  flex: 1;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.content-wrapper-copy.narrow {
  padding-left: 140px;
  padding-right: 140px;
  overflow: hidden;
}

.content-wrapper-copy.full-height {
  height: 100%;
}

.content-wrapper-copy.dd {
  height: 750px;
}

.paragraph-32, .paragraph-33 {
  color: var(--white);
}

.heading-36 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 35px;
}

.paragraph-34, .heading-37, .paragraph-35 {
  color: var(--white);
}

.paragraph-36 {
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 0;
}

.paragraph-37, .heading-38, .paragraph-38, .paragraph-39, .paragraph-40, .paragraph-41, .heading-39 {
  color: var(--white);
}

.paragraph-42 {
  color: var(--paragraphs);
}

.paragraph-42.text {
  color: var(--white);
  text-align: left;
}

.paragraph-43 {
  color: var(--paragraphs);
}

.paragraph-43.text {
  color: var(--white);
  text-align: left;
}

.paragraph-44 {
  color: var(--paragraphs);
}

.paragraph-44.text {
  color: var(--white);
  text-align: left;
}

.heading-40 {
  color: var(--black);
}

.heading-40.sd10 {
  color: #fecc40;
  font-size: 25px;
}

.heading-40.dtd10 {
  color: #00578d;
  font-size: 25px;
}

.heading-40.as4 {
  color: var(--crimson);
  font-size: 25px;
}

.heading-40._1482 {
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 19px;
  line-height: 22px;
}

.heading-40._7jpd {
  color: #d50758;
  font-size: 25px;
}

.paragraph-45 {
  color: #1b334c;
  text-align: left;
  font-style: normal;
  font-weight: 400;
}

.paragraph-45.as3 {
  color: var(--white);
}

.paragraph-45._1482 {
  color: var(--white);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-46 {
  color: #1b334c;
  text-align: left;
  padding-top: 0;
  font-weight: 500;
}

.paragraph-46.as3 {
  color: var(--white);
}

.paragraph-46._1482 {
  color: var(--white);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-46._1482.espacement {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-41 {
  color: var(--black);
}

.heading-41.sd10 {
  color: #fecc40;
  font-size: 25px;
}

.heading-41.dtd10 {
  color: #00578d;
  font-size: 25px;
  line-height: 30px;
}

.heading-41.as4 {
  color: var(--crimson);
  font-size: 25px;
}

.heading-41._1482 {
  color: var(--white);
  text-align: left;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 22px;
  display: flex;
}

.heading-41._7jpd {
  color: #d50758;
  margin-top: 0;
  font-size: 25px;
}

.heading-41.sd15 {
  margin-top: -10px;
  padding-top: 1px;
  font-size: 25px;
  line-height: 26px;
}

.content-section-copy {
  z-index: 1;
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.content-section-copy.gray {
  background-color: var(--black);
  overflow: hidden;
}

.content-section-copy.intro-features {
  background-color: var(--black);
  padding-top: 90px;
  padding-bottom: 90px;
}

.content-section-copy.small-and-gray {
  background-color: var(--bg-2);
  padding-top: 90px;
  padding-bottom: 90px;
}

.content-section-copy.small {
  padding-top: 90px;
  padding-bottom: 80px;
}

.content-section-copy.contact-us {
  background-color: var(--gray-bg);
  background-image: url('../images/Cards-2.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.content-section-copy.medium {
  padding-top: 90px;
  padding-bottom: 90px;
}

.content-section-copy.inner-pages {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: visible;
}

.content-section-copy.works {
  padding-top: 90px;
  padding-bottom: 0;
}

.content-section-copy.no-bottom-padding {
  padding-bottom: 0;
  display: none;
  overflow: hidden;
}

.content-section-copy.no-bottom-padding.test {
  padding-top: 0;
  display: none;
}

.content-section-copy.less-top-padding {
  padding-top: 30px;
}

.paragraph-47, .paragraph-48, .paragraph-49, .heading-42, .paragraph-50, .paragraph-51, .paragraph-52, .paragraph-53, .paragraph-54, .paragraph-55, .paragraph-56, .heading-43 {
  color: var(--white);
}

.heading-44 {
  color: var(--white);
  font-size: 25px;
  font-weight: 600;
}

.paragraph-57, .paragraph-58, .paragraph-59, .heading-45, .paragraph-60, .paragraph-61, .paragraph-62, .heading-46 {
  color: var(--white);
}

.paragraph-63 {
  color: var(--white);
  padding-bottom: 0;
  font-size: 18px;
}

.heading-47, .paragraph-64, .heading-48, .paragraph-65, .heading-49, .paragraph-66, .paragraph-67, .paragraph-67.as0, .paragraph-68, .paragraph-68.as0 {
  color: var(--white);
}

.paragraph-69 {
  color: var(--black);
}

.paragraph-69.as0, .paragraph-70, .paragraph-71, .heading-50, .paragraph-72 {
  color: var(--white);
}

.image {
  background-image: url('../images/seb.jpg');
  background-position: 0 0;
  background-size: auto;
}

.paragraph-73, .paragraph-74, .paragraph-75, .paragraph-76 {
  color: var(--white);
}

.image-2, .image-3, .image-4 {
  padding-bottom: 25px;
}

.heading-51 {
  width: 65%;
  color: var(--crimson);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-77 {
  color: var(--white);
}

.sd {
  background-image: url('../images/alexander-shustov-2FrX56QL7P8-unsplash.JPG');
  background-position: 0 0;
  background-size: auto;
}

.image-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

.paragraph-78 {
  font-style: italic;
  font-weight: 400;
}

.paragraph-78.as7 {
  color: var(--black);
  padding-left: 0;
}

.paragraph-79 {
  font-weight: 400;
}

.paragraph-79.as7 {
  color: var(--black);
  padding-left: 0;
}

.paragraph-80 {
  font-weight: 400;
}

.paragraph-80.as7 {
  color: var(--black);
  padding-left: 0;
}

.paragraph-81 {
  color: var(--white);
}

.paragraph-81.as0 {
  color: var(--white);
  text-align: left;
}

.paragraph-81.dtd {
  color: var(--black);
}

.heading-52 {
  color: var(--white);
  font-size: 25px;
}

.heading-52.as0 {
  color: var(--white);
}

.heading-52.dtd {
  color: var(--black);
}

.heading-53, .paragraph-82, .paragraph-83 {
  color: var(--white);
}

.paragraph-83.as0 {
  color: var(--white);
  text-align: left;
}

.paragraph-83.dtd {
  color: var(--black);
}

.heading-54 {
  color: var(--white);
  font-size: 25px;
  line-height: 30px;
}

.heading-54.as0 {
  color: var(--white);
  text-align: left;
}

.heading-54.dtd {
  color: var(--black);
}

.heading-55 {
  color: var(--white);
  font-size: 25px;
  line-height: 30px;
}

.heading-55.as0 {
  color: var(--white);
  text-align: left;
}

.heading-55.dtd {
  color: var(--black);
}

.paragraph-84 {
  color: var(--white);
}

.paragraph-84.as0 {
  color: var(--white);
  text-align: left;
}

.paragraph-84.dtd {
  color: var(--black);
}

.heading-56, .paragraph-85 {
  color: var(--white);
}

.heading-57 {
  color: var(--white);
  font-size: 25px;
  line-height: 30px;
}

.heading-57.as0 {
  color: var(--white);
  text-align: left;
}

.heading-57.dtd {
  color: var(--black);
}

.paragraph-86 {
  color: var(--white);
}

.paragraph-86.as0 {
  color: var(--white);
  text-align: left;
}

.paragraph-86.dtd {
  color: var(--black);
}

.paragraph-86._7jpd {
  text-align: left;
}

.paragraph-87 {
  color: var(--white);
}

.paragraph-87.as0 {
  color: var(--white);
  text-align: left;
}

.paragraph-87.dtd {
  color: var(--black);
}

.heading-58 {
  color: var(--white);
  font-size: 25px;
  line-height: 30px;
}

.heading-58.as0 {
  color: var(--white);
  text-align: left;
}

.heading-58.dtd {
  color: var(--black);
}

.heading-59, .paragraph-88, .paragraph-89, .heading-60 {
  color: var(--white);
}

.bold-text {
  color: #d50758;
  font-weight: 900;
}

.bold-text.dtd3 {
  color: #00578d;
  font-weight: 900;
}

.bold-text.as6 {
  color: var(--white);
  text-align: left;
}

.bold-text-2 {
  color: var(--black);
}

.bold-text-2.as6 {
  color: var(--white);
  font-size: 30px;
}

.bold-text-3 {
  color: var(--black);
}

.dtd2 {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.bold-text-4 {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  line-height: 25px;
  display: flex;
}

.bold-text-5 {
  color: var(--white);
}

.as7 h4 {
  color: var(--white);
  padding-left: 0;
}

.sd4, .dtd1 {
  color: var(--black);
}

._7jpd {
  color: #1b334c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}

._1482 {
  color: var(--black);
}

.heading-61 {
  color: var(--paragraphs);
  margin-top: -30px;
  font-size: 30px;
  line-height: 32px;
}

.image-6 {
  padding-bottom: 40px;
}

.image-7 {
  padding-top: 50px;
  padding-bottom: 70px;
}

.image-8 {
  padding-bottom: 40px;
  padding-left: 76px;
}

.image-9 {
  padding-bottom: 40px;
}

.italic-text, .italic-text-2, .bold-text-6 {
  color: var(--black);
}

.text-block-3 {
  color: var(--buttons);
  font-size: 14px;
  font-style: italic;
}

.bold-text-7 {
  color: #d50758;
}

.text-block-4 {
  color: var(--black);
  font-family: Gilroy, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.columns {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.column, .column-2, .column-3 {
  margin-top: 20px;
}

.columns-2 {
  margin-bottom: 55px;
}

.columns-3 {
  margin-top: 30px;
}

.columns-4 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16 {
  font-weight: 500;
}

.bold-text-17 {
  color: var(--buttons);
  font-style: italic;
  font-weight: 300;
}

.bold-text-18 {
  color: var(--black);
  font-size: 25px;
}

.bold-text-18.dtdd {
  color: #00578d;
}

.paragraph-90 {
  text-align: center;
  font-size: 12px;
}

.mask {
  margin-bottom: -140px;
}

.div-block-2 {
  margin-top: 100px;
}

.columns-5 {
  margin-top: 60px;
  padding-bottom: 40px;
}

.div-block-3 {
  width: 70px;
}

.div-block-4 {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.hero-overlay {
  color: #fff;
  background-color: #9e4747;
  background-image: linear-gradient(#fafafa, #fafafa);
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 400px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container {
  text-align: center;
  flex: 1;
  margin-top: 10px;
}

.paragraph-91 {
  color: #1b334c;
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  font-weight: 400;
}

.heading-62 {
  text-transform: uppercase;
  font-family: Gilroy, sans-serif;
  font-weight: 900;
}

.section {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 1200px;
  display: flex;
}

.section-2 {
  background-image: linear-gradient(#fafafa, #fafafa);
  justify-content: center;
  align-items: center;
  height: 1100px;
  display: flex;
}

.section-3 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 1100px;
  display: flex;
}

.list {
  width: 70%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.list-item, .list-item-2 {
  color: #1b334c;
  text-align: left;
}

.list-item-3 {
  width: 100%;
  color: var(--black);
  text-align: left;
}

.list-item-4 {
  color: var(--black);
  text-align: left;
}

.list-item-5 {
  width: 100%;
  color: var(--paragraphs);
  text-align: left;
}

.list-item-6 {
  width: 100%;
  color: var(--black);
  text-align: left;
}

.section-4 {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  height: 1000px;
  display: flex;
}

.image-10 {
  padding-top: 40px;
}

.section-5 {
  background-color: var(--white);
  background-image: url('../images/photo.JPG');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 1350px;
  display: flex;
}

.section-6 {
  background-color: #1b334c;
  justify-content: center;
  align-items: center;
  height: 950px;
  line-height: 600px;
  display: flex;
}

.section-7 {
  background-color: var(--white);
  height: 350px;
}

.paragraph-92 {
  color: #1b334c;
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 30px;
  font-weight: 500;
}

.paragraph-93 {
  color: var(--black);
}

.heading-63 {
  font-family: Gilroy, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.section-8 {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  height: 1700px;
  display: flex;
}

.section-9 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 1350px;
  line-height: 1200px;
  display: flex;
}

.section-10 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/IMG-ROSE3.JPG');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: 750px;
  display: flex;
}

.heading-64 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Gilroy, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.paragraph-94 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.image-11 {
  padding-top: 40px;
}

.section-11 {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  height: 550px;
  display: flex;
}

.image-12 {
  margin-left: auto;
  margin-right: auto;
}

.image-13 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.section-12 {
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  height: 1000px;
  display: flex;
}

.section-13 {
  background-color: #c20957;
  justify-content: center;
  align-items: center;
  height: 225px;
  display: flex;
}

.image-14 {
  padding-top: 30px;
  padding-bottom: 20px;
}

.section-14 {
  background-image: linear-gradient(to right, #1c3451, #c20957);
  justify-content: center;
  align-items: center;
  height: 1200px;
  line-height: 600px;
  display: flex;
}

.section-15 {
  background-color: #1b334c;
  justify-content: center;
  align-items: center;
  height: 1700px;
  line-height: 1500px;
  display: flex;
}

.heading-65 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.video {
  width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.section-16 {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-66 {
  padding-top: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
}

.paragraph-95 {
  color: #1b334c;
  padding-bottom: 40px;
}

.columns-6 {
  padding-top: 20px;
}

.section-17 {
  background-color: var(--white);
}

.div-block-5 {
  align-items: center;
  width: 60%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-18 {
  -webkit-text-fill-color: inherit;
  background-color: #fafafa;
  background-clip: padding-box;
  justify-content: center;
  align-items: center;
  height: 800px;
  display: flex;
}

.paragraph-96 {
  color: #1b334c;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-97 {
  color: var(--black);
  text-align: center;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-98 {
  color: #1b334c;
  text-align: center;
  margin-right: 10px;
  padding-top: 0;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.bold-text-19, .italic-text-3 {
  color: #1b334c;
  text-align: center;
}

.columns-7 {
  margin-bottom: 60px;
}

.div-block-6 {
  background-color: var(--white);
}

.paragraph-99 {
  color: #707070;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 20px;
}

.columns-8 {
  height: 200px;
}

.column-4, .column-5, .column-6, .column-7, .column-8 {
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.paragraph-100 {
  color: #c20957;
}

.heading-67 {
  font-family: Gilroy, sans-serif;
}

.heading-68 {
  color: var(--white);
  padding-bottom: 30px;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.heading-69 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.column-9, .column-10, .column-11 {
  line-height: 100px;
}

.heading-70 {
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.paragraph-101 {
  text-align: left;
}

.list-item-7 {
  text-align: left;
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

.list-item-8 {
  text-align: left;
  line-height: 20px;
}

.list-item-9 {
  text-align: left;
}

.italic-text-4 {
  text-align: left;
  line-height: 20px;
}

.paragraph-102 {
  text-align: left;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-style: italic;
  font-weight: 400;
}

.heading-71 {
  color: var(--white);
  text-transform: uppercase;
  padding-bottom: 40px;
  font-family: Gilroy, sans-serif;
}

.paragraph-103 {
  text-align: left;
}

.column-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-20, .bold-text-21 {
  color: #1b334c;
}

.list-item-10 {
  color: var(--black);
  text-align: left;
}

.bold-text-22 {
  color: #1b334c;
}

.bold-text-23 {
  color: #1b334c;
  text-align: left;
}

.image-15, .image-16 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-72 {
  color: #d50758;
  text-transform: uppercase;
  font-family: Gilroy, sans-serif;
  font-weight: 900;
}

.heading-73 {
  color: var(--white);
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 60px;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}

.section-19 {
  background-color: var(--white);
  height: 450px;
}

.paragraph-104 {
  color: #1b334c;
  text-align: left;
  font-weight: 400;
}

.column-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-74 {
  color: #d50758;
  text-transform: uppercase;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
}

.columns-9 {
  margin-top: 60px;
}

.paragraph-105 {
  color: var(--black);
  text-align: center;
  text-decoration: line-through;
}

.paragraph-106 {
  color: #42b99f;
  text-align: center;
  padding-top: 0;
}

.heading-75 {
  color: #d50758;
  text-transform: uppercase;
  font-family: Gilroy, sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.paragraph-107 {
  color: var(--black);
  padding-top: 10px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
}

.column-14, .column-15 {
  padding-left: 20px;
  padding-right: 20px;
}

.bold-text-24 {
  text-align: left;
}

.paragraph-108 {
  color: #1b334c;
  text-align: left;
  padding-top: 10px;
  text-decoration: line-through;
}

.heading-76 {
  margin-top: 60px;
  text-decoration: line-through;
}

.bold-text-25 {
  color: #1b334c;
  font-family: Gilroy, sans-serif;
}

.heading-77 {
  color: #42b99f;
  font-family: Gilroy, sans-serif;
}

.button-4 {
  background-color: #d50758;
  margin-top: 20px;
  padding: 15px 30px;
}

.button-5 {
  margin-top: 20px;
}

.button-6 {
  background-color: #d50758;
  margin-top: 20px;
  padding: 15px 30px;
}

.button-7 {
  height: 100px;
}

.div-block-7 {
  width: 40%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.button-8 {
  background-color: var(--white);
  color: #1b334c;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Gilroy, sans-serif;
  line-height: 50px;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 20px;
  display: flex;
}

.bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .italic-text-5, .italic-text-6, .bold-text-31, .bold-text-32, .italic-text-7, .italic-text-8, .bold-text-33 {
  color: #1b334c;
}

.image-17, .image-18, .image-19 {
  margin-bottom: 10px;
}

.italic-text-9 {
  line-height: 50px;
}

.text-block-5 {
  line-height: 25px;
}

.h1-contact {
  color: var(--crimson);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 45px;
  font-family: Gilroy, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 100%;
}

.radiotext2 {
  z-index: 2;
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  background-color: #666;
  border: 2px solid #666;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 700;
  display: block;
  position: absolute;
  inset: 0%;
}

.radiotext3 {
  z-index: 2;
  opacity: 1;
  color: #666;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #666;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 700;
  transition: all .2s;
  display: block;
}

.radiotext3:hover {
  color: #fff;
  background-color: #666;
}

.radiofield {
  flex: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.radio {
  z-index: 1;
  opacity: 0;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
}

.textarea-2 {
  color: #333;
  background-color: #f2f2f2;
  border: 1px #000;
  width: 100%;
  height: 100%;
  min-height: 300px;
  margin-bottom: 0;
  padding: 20px;
  line-height: 2.2;
}

.modal-close-btn {
  z-index: 1002;
  cursor: pointer;
  background-image: url('../images/close-icon.svg');
  background-position: 50%;
  width: 34.5px;
  height: 34.5px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.modal-close-btn.contact-close {
  z-index: 1002;
}

.text-block-6 {
  color: #fff;
  text-align: center;
}

.formwrapper {
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  align-items: flex-start;
  width: 30vw;
  max-width: 46%;
  margin-bottom: 45px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.titrebesoin {
  text-align: center;
  text-transform: uppercase;
  flex: 1;
  align-self: center;
  margin-bottom: 25px;
  font-size: 20px;
}

.success-message-2 {
  background-color: #0000;
}

.wrap-strategique {
  z-index: 1000;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.containerbase {
  width: 70vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.containerbase.contactsection {
  background-color: #fff;
  margin-top: -20vh;
  margin-bottom: 120px;
  padding-top: 120px;
  padding-bottom: 120px;
  box-shadow: 3px 3px 7px #00000042;
}

.containerbase.contactsection.mentions {
  width: 80vw;
  max-width: 1400px;
  margin-top: -25vh;
  padding-top: 40px;
}

.radiowrapper {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.selectpays {
  color: #333;
  background-color: #f2f2f2;
  border: 2px #000;
  border-radius: 0;
}

.formbesoin {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
}

.error-message-2 {
  background-color: #ff3150;
  margin-top: 20px;
}

.labelcontact {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 900;
  display: inline-block;
}

.form-block-3 {
  margin-left: 140px;
  margin-right: 140px;
}

.formbtn {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.radiotext {
  z-index: 500;
  opacity: 1;
  color: #666;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #666;
  border-radius: 0;
  padding: 20px 30px;
  font-size: 20px;
  transition: all .2s;
  display: block;
  position: relative;
}

.radiotext:hover {
  color: #fff;
  background-color: #666;
}

.formlayout {
  flex-flow: wrap;
  place-content: space-around space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.inputcontact {
  cursor: text;
  background-color: #0000;
  border-top: 1px #000;
  border-bottom: 1px solid #b3b3b3;
  border-left: 1px #b3b3b3;
  border-right: 1px #000;
  max-width: 426px;
  padding-left: 0;
  padding-right: 0;
}

.contactsectiontop {
  margin-bottom: 60px;
}

.formtextarea {
  width: 100%;
  min-height: 300px;
  margin-bottom: 45px;
}

.rdv-strat-embed {
  width: 100%;
}

.p {
  color: #333;
  text-align: left;
  object-fit: fill;
  object-position: 50% 50%;
  max-width: 500px;
  margin-bottom: 45px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  display: block;
  position: static;
  overflow: visible;
}

.p.center {
  color: #333;
  text-align: center;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.67;
}

.p.center.light {
  color: #616161;
  text-align: left;
  letter-spacing: 0;
  margin-top: -450px;
  margin-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 15px;
  font-weight: 400;
}

.btn {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #3b31ff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #3b31ff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 108px;
  padding: 17px 35px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
  position: relative;
  top: auto;
}

.linksnav {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

.hero {
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.mycontainer {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.linkwrap {
  margin-left: 10px;
  display: inline-block;
  position: relative;
}

.headercontainer {
  background-image: url('../images/pexels-jess-vide-4319752-copie-1.jpg');
  background-position: 50% 80%;
  background-size: cover;
  height: 60vh;
  max-height: 50vh;
  margin-top: 0;
}

.underline {
  z-index: -1;
  opacity: 1;
  background-color: #3b31ff80;
  width: 0%;
  height: 10px;
  position: absolute;
  inset: auto 0% 10%;
}

.underline.active {
  opacity: 1;
  width: 100%;
  height: 14px;
}

.brand-2 {
  width: 215px;
}

.background-video-2 {
  background-color: #0000004d;
  align-items: center;
  height: 90vh;
  max-height: 1000px;
  display: flex;
}

.background-video-2.backgroundvideowithoutvideo {
  background-image: url('../images/background-sr.png');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  max-height: 70vh;
  margin-top: 0;
  padding-top: 60px;
}

.background-video-2.backgroundvideowithoutvideo.contact {
  background-image: url('../images/rest-in-hike-KBXLT4F.JPG');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: cover;
}

.navlink {
  color: #fff;
  padding: 10px;
  font-size: 16px;
}

.navlink.w--current {
  color: #fff;
}

.navbar-2 {
  background-color: #0000;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: 0% 0% auto;
}

.call-to-action {
  padding-top: 0;
  padding-bottom: 20px;
}

.call-to-action.bg {
  background-color: #0c0c0c;
  padding-top: 20px;
  padding-bottom: 60px;
}

.call-to-action.thami, .call-to-action.h-g {
  margin-bottom: 140px;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
}

.centered-container-2.hhg {
  margin-top: 40px;
}

.heading-78 {
  color: var(--white);
}

.html-embed-2 {
  margin-top: 40px;
}

.div-block-9 {
  text-align: left;
}

.rich-text-block-2 {
  text-align: left;
  padding-left: 60px;
}

.rich-text-block-3 {
  text-align: left;
}

.text-block-7 {
  color: var(--crimson);
  text-align: left;
  margin-top: 40px;
  font-family: Gilroy, sans-serif;
  font-size: 70.5px;
  font-weight: 700;
}

.paragraph-109 {
  text-align: left;
}

.bold-text-34 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-10 {
  width: 80%;
  display: flex;
}

.italic-text-10 {
  font-style: normal;
  font-weight: 900;
}

.hero-overlay-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 580px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-79 {
  color: var(--crimson);
  font-weight: 700;
}

.div-block-11 {
  padding-top: 100px;
}

.div-block-11.test {
  padding-top: 20px;
}

.paragraph-110 {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}

.paragraph-111 {
  text-align: left;
}

.heading-80 {
  color: var(--crimson);
  text-align: left;
  padding-left: 20px;
  font-size: 70px;
}

.image-21 {
  height: 350px;
}

.column-16, .column-17 {
  padding-right: 20px;
}

.feature-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  padding-left: 20px;
}

.paragraph-112 {
  padding-right: 40px;
}

.div-block-12 {
  padding-left: 0;
}

.gallery {
  padding-top: 20px;
  padding-bottom: 60px;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 0;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

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

.feature-section-2.hg {
  padding-bottom: 10px;
}

.feature-image-2 {
  object-fit: contain;
  object-position: 50% 50%;
  background-image: url('../images/Visuel-formation-AS-2.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.columns-10 {
  margin-top: 45px;
  margin-bottom: 40px;
}

.heading-81 {
  color: var(--crimson);
  text-align: left;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 42px;
  font-weight: 600;
}

.button-9 {
  background-color: var(--crimson);
  color: var(--white);
  text-transform: uppercase;
  margin: 40px auto 50px;
  padding: 15px 35px;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
}

.button-9.test {
  margin-top: 40px;
  padding-top: 20px;
}

.image-22 {
  background-image: url('../images/feu.png');
  background-position: 0 0;
  background-size: auto;
}

.image-23, .image-24, .image-25 {
  margin-bottom: 10px;
}

.section-20 {
  display: none;
}

.feature-section-3 {
  padding-top: 40px;
  padding-bottom: 220px;
}

.paragraph-113 {
  padding-bottom: 0;
}

.heading-82 {
  text-transform: uppercase;
  margin-top: -262px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  font-family: Gilroy, sans-serif;
  font-weight: 900;
}

.paragraph-114 {
  color: #585858;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
  position: relative;
  top: 20px;
}

.link-3, .link-4 {
  font-size: 13px;
}

.div-block-13 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.italic-text-11 {
  width: 100%;
}

.main-content {
  padding-top: 10px;
  padding-bottom: 60px;
}

.hero-2 {
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: block;
}

.hero-2.eespace {
  padding-top: 40px;
  padding-bottom: 60px;
}

.hero-image-mask {
  width: 65%;
  margin-left: 40px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

.paragraph-115 {
  line-height: 33px;
}

.paragraph-116 {
  margin-top: auto;
  margin-bottom: auto;
  line-height: 30px;
  display: block;
}

.test {
  padding-top: 100px;
}

.hero-overlay-3 {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 400px;
  padding-top: 140px;
  padding-bottom: 100px;
  display: flex;
}

.heading-83 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Gilroy, sans-serif;
  font-weight: 900;
}

.paragraph-117 {
  text-align: left;
}

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

.feature-image-3 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40 {
  color: var(--crimson);
}

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

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bold-text-41 {
  line-height: 21px;
}

.hero-overlay-4 {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/lionel-gustave-meqH1iXss1Y-unsplashc.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 450px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading-84 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Gilroy, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.section-21 {
  text-align: center;
  padding-bottom: 140px;
}

.block_temoignage {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 900px;
  height: 550px;
  margin: 60px auto;
  display: flex;
}

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

.block-temoign-hover {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.block-temoignage-client {
  filter: grayscale();
  background-image: linear-gradient(to top, #000, #0000), url('../images/Capture-d’écran-2021-04-19-à-10.19.56.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transition: all .5s ease-in-out;
  position: absolute;
  inset: 0%;
}

.block-temoignage-client:hover {
  filter: none;
  transform: scale(1.2);
}

.block-temoignage-client.two.img {
  background-image: linear-gradient(to top, #000, #0000), url('../images/Capture-d’écran-2021-04-21-à-10.07.24.png');
}

.block-temoignage-client.three.imgg {
  background-image: linear-gradient(to top, #000, #0000), url('../images/Capture-d’écran-2021-04-19-à-10.23.36.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.block-temoignage-client.four.iimg {
  background-image: linear-gradient(to top, #000, #0000), url('../images/Capture-d’écran-2021-04-20-à-11.55.34.png');
}

.text-block-8 {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin-top: 400px;
  padding-bottom: 10px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  display: flex;
}

.image-27 {
  margin-top: 300px;
}

.text-block-9 {
  color: var(--white);
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.text-block-9:hover {
  color: var(--crimson);
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5 {
  margin-top: 0;
}

.text-block-10 {
  color: var(--white);
  margin-top: 40px;
  font-family: Gilroy, sans-serif;
}

.div-block-17 {
  text-align: left;
  justify-content: flex-start;
  align-items: stretch;
  width: 960px;
  height: 300px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-18 {
  flex: 1;
  height: 300px;
  margin-right: 40px;
  padding-right: 0;
  transition: all .5s ease-in-out;
  position: relative;
  overflow: hidden;
}

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

.div-block-19 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Thami-tkl-28-dedicace-eyrolles-thami-kabbaj-sb20190409465-light-1-1.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.div-block-19.img2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/can-bordoy-1_828-1.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading-85 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-weight: 600;
  line-height: 23px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.espacce {
  padding-top: 100px;
}

.espppacz {
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 37px;
}

.bold-text-42 {
  align-items: flex-start;
  display: flex;
}

.bold-text-43 {
  font-size: 32px;
  font-weight: 900;
}

.heading-86 {
  text-align: center;
  margin-bottom: 40px;
}

.div-block-20 {
  padding-left: 40px;
}

.div-block-21 {
  margin-top: auto;
  margin-bottom: auto;
}

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

.video-2 {
  margin-bottom: 20px;
}

.image-28 {
  padding-right: 10px;
}

.link-block-6, .link-block-7 {
  margin-top: 0;
  padding-left: 20px;
}

.link-block-8, .link-block-9 {
  margin-top: 10px;
  padding-left: 20px;
}

.image-29 {
  margin-right: 40px;
  padding-right: 0;
}

.column-18 {
  padding-left: 20px;
}

.paragraph-118 {
  padding-top: 0;
}

.image-33 {
  border-radius: 60px;
  margin-right: 40px;
}

.image-36 {
  border-radius: 60px;
}

.columns-11 {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.columns-12 {
  justify-content: center;
  width: 90%;
  margin: auto;
  display: block;
}

.columns-13 {
  width: 85%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-11, .link-block-12, .link-block-13, .link-block-14 {
  margin-top: 20px;
}

.column-19, .column-20, .column-21, .column-22 {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.columns-14 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.link-block-15 {
  justify-content: center;
  display: flex;
}

.link-block-16 {
  align-items: center;
  display: flex;
}

.section-23 {
  margin-bottom: 60px;
}

.columns-15 {
  margin-top: 40px;
}

.paragraph-119 {
  text-align: left;
}

.div-block-23 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  width: 5%;
  height: 40px;
  margin-top: 10px;
  display: flex;
  position: relative;
  left: 69%;
}

.image-37 {
  position: relative;
  top: 0;
  right: 10px;
}

.image-38 {
  text-align: center;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.slide-2 {
  text-align: center;
}

.wrap-video_ref {
  z-index: 1000;
  color: #333;
  text-align: left;
  background-color: #000000e6;
  flex: 0 auto;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-ref-francois {
  z-index: 1001;
  width: 100%;
  max-width: 70vw;
  height: auto;
}

.lightbox-link, .lightbox-link-2, .lightbox-link-3, .lightbox-link-4, .lightbox-link-5, .lightbox-link-6, .lightbox-link-7, .lightbox-link-8 {
  margin-top: 0;
}

.image-39 {
  opacity: 1;
  color: #fff0;
}

.columns-16 {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.div-block-24 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-3 {
  text-align: center;
}

.p-txt {
  color: #333;
  text-align: left;
  object-fit: fill;
  object-position: 50% 50%;
  max-width: 500px;
  margin-bottom: 45px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  display: block;
  position: static;
  overflow: visible;
}

.p-txt.center {
  color: #333;
  text-align: center;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.67;
}

.p-txt.center.light {
  color: #616161;
  text-align: center;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 15px;
  font-weight: 400;
}

.p-contact {
  color: #333;
  text-align: left;
  object-fit: fill;
  object-position: 50% 50%;
  max-width: 500px;
  margin-bottom: 45px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  display: block;
  position: static;
  overflow: visible;
}

.p-contact.center {
  color: #333;
  text-align: center;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.67;
}

.p-contact.center.light {
  color: #616161;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 15px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .content-section.contact-us {
    background-position: 100%;
    background-size: cover;
  }

  .content-wrapper.narrow {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-menu {
    position: absolute;
  }

  .header-box.center {
    margin-left: 13%;
    margin-right: 13%;
  }

  .wide-column-text-box {
    width: 150%;
  }

  .text-box._6 {
    margin-top: 0;
    margin-bottom: 90px;
  }

  .text-box.latest-posts {
    margin-top: -90px;
  }

  .text-box._9 {
    padding-top: 0;
  }

  .text-box._13 {
    width: 85%;
    padding-right: 35px;
  }

  .text-box._4 {
    padding-left: 40px;
    padding-right: 35px;
  }

  .text-box._14 {
    width: 100%;
    padding-top: 0;
  }

  .feature-column {
    width: 50%;
  }

  .feature-column._2 {
    border-right-style: none;
  }

  .feature-column._3 {
    border-right: 1px solid var(--button-2);
  }

  .feature-column._4 {
    border-bottom: 1px solid var(--button-2);
    border-right-style: none;
  }

  .feature-column._5 {
    border-right: 1px solid var(--button-2);
  }

  .work-sample {
    width: 46%;
  }

  .footer-column._3 {
    padding-left: 30px;
  }

  ._29-percent-column {
    width: 46%;
  }

  .cta-text-box {
    width: 100%;
  }

  .client-box-1, .client-box-2 {
    width: 33.33%;
  }

  .client-box-3 {
    border-right-style: none;
    width: 33.33%;
  }

  .client-box-4 {
    border-right: 1px solid var(--lines);
    width: 33.33%;
  }

  .client-box-5 {
    border-bottom: 1px solid var(--lines);
    width: 33.33%;
  }

  .client-box-6 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 33.33%;
  }

  .client-box-7 {
    width: 33.33%;
  }

  .client-box-8 {
    border-right: 1px solid var(--lines);
    width: 33.33%;
  }

  .tabs {
    width: 100%;
  }

  .mini-section-left {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .mini-section-right {
    width: 100%;
    padding-left: 10px;
  }

  .left-column-newsletter {
    justify-content: flex-start;
    min-width: 280px;
    margin-bottom: 30px;
  }

  .right-column-newsletter {
    width: 60%;
  }

  ._50-percent-column-3, ._50-percent-column-4, ._50-percent-column-7 {
    width: 100%;
  }

  .link-block {
    text-align: left;
  }

  .underline-hover.gray, .underline-hover.side-menu-2 {
    display: none;
  }

  .side-link {
    text-align: left;
    width: 100%;
  }

  .content-wrapper-copy.narrow {
    padding-left: 25px;
    padding-right: 25px;
  }

  .content-section-copy.contact-us {
    background-position: 100%;
    background-size: cover;
  }

  .radiotext3 {
    text-align: center;
  }

  .radiofield.middle {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .modal-close-btn {
    left: auto;
    right: auto;
  }

  .formwrapper {
    width: 60vw;
    max-width: 60%;
  }

  .containerbase {
    max-width: 80vw;
  }

  .containerbase.contactsection {
    box-shadow: none;
    margin-bottom: 0;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .radiowrapper {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .formbesoin {
    margin-bottom: 100px;
  }

  .radiotext {
    text-align: center;
  }

  .formlayout {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .p {
    max-width: 80vw;
  }

  .p.center {
    margin-bottom: 100px;
  }

  .p.center.light {
    letter-spacing: 1px;
    font-size: 16px;
  }

  .iconnavbar, .iconnavbar.white {
    color: #fff;
  }

  .linksnav {
    background-color: #1a1a1a;
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-20 {
    margin-left: 15px;
  }

  .linkwrap {
    display: inline-block;
  }

  .background-video-2.backgroundvideowithoutvideo.contact {
    height: 660px;
  }

  .menubtn.w--open {
    background-color: #0000;
  }

  .navbar-2 {
    margin-top: 30px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .p-txt {
    max-width: 80vw;
  }

  .p-txt.center {
    margin-bottom: 100px;
  }

  .p-txt.center.light {
    letter-spacing: 1px;
    font-size: 16px;
  }

  .p-contact {
    max-width: 80vw;
  }

  .p-contact.center {
    margin-bottom: 100px;
  }

  .p-contact.center.light {
    letter-spacing: 1px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .content-section {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrapper.iphone {
    margin-bottom: 900px;
  }

  .content-wrapper.lune {
    margin-bottom: 500px;
  }

  .nav-menu {
    padding-left: 50px;
  }

  .hero-section {
    min-height: 500px;
  }

  .hero-section.inner-pages, .hero-section.inner-pages-copy {
    min-height: 350px;
  }

  .hero-text-box.left {
    margin-bottom: 60px;
    padding-left: 0;
  }

  .intro-text-box {
    margin-left: 13%;
    margin-right: 13%;
  }

  .intro-text {
    font-size: 32px;
    line-height: 52px;
  }

  .intro-box {
    width: 70%;
    max-width: 400px;
    margin-bottom: 40px;
  }

  .flex-wrapper.space-between.mobile-center {
    justify-content: center;
  }

  .flex-wrapper.pricing {
    border-bottom-style: none;
    justify-content: center;
  }

  .flex-wrapper.mobile-center {
    justify-content: center;
  }

  .flex-wrapper.mobile-center.flexy {
    margin-bottom: 500px;
  }

  .flex-wrapper.mobile-center.ajout-espace {
    margin-bottom: 400px;
  }

  .wide-column-text-box {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-box {
    padding-left: 35px;
    padding-right: 35px;
  }

  .text-box._3 {
    padding: 30px 40px;
  }

  .text-box._6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-box._9 {
    width: 100%;
    padding-left: 0;
  }

  .text-box._5 {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-box._10 {
    margin-top: -70px;
  }

  .text-box._11 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-box._12 {
    margin-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .feature-column {
    padding: 40px 30px;
  }

  .feature-column._2, .feature-column._1 {
    padding-top: 0;
  }

  .team-member {
    width: 70%;
    margin-bottom: 60px;
  }

  .see-all.mobile-less-top-border {
    margin-top: 0;
  }

  .work-sample {
    width: 80%;
    max-width: 510px;
  }

  .testimonial {
    font-size: 25px;
    line-height: 47px;
  }

  .pricing-column {
    border-bottom: 1px solid var(--lines);
    width: 70%;
  }

  .pricing-column._1 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    padding-top: 0;
  }

  .faq-item {
    padding: 25px 20px 20px;
  }

  .post-preview {
    width: 70%;
    margin-bottom: 60px;
  }

  .footer-logo-column {
    width: 100%;
    margin-top: 50px;
    padding-top: 0;
  }

  .footer-column {
    padding-bottom: 20px;
  }

  .footer-column._2, .footer-column._1 {
    width: 50%;
  }

  .footer-column._3 {
    width: 50%;
    margin-left: 0%;
    padding-bottom: 0;
  }

  ._65-percent-column {
    border-right-style: none;
  }

  .side-menu-block {
    padding-left: 0;
    padding-right: 0;
  }

  .side-menu-authors {
    text-align: center;
    flex-direction: column;
  }

  .authors-pic {
    margin-right: 0;
  }

  ._29-percent-column {
    margin-bottom: 60px;
  }

  .heading-1.medium {
    line-height: 40px;
  }

  .heading-1.hero {
    font-size: 54px;
    line-height: 68px;
  }

  .heading-1.large {
    font-size: 40px;
    line-height: 58px;
  }

  .faq-left-column {
    width: 100%;
    padding-top: 0;
  }

  .faq-right-column {
    border-left-style: none;
    width: 100%;
    padding-left: 0;
  }

  .client-box-1 {
    width: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .client-box-2 {
    border-right-style: none;
    width: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .client-box-3 {
    border-right-style: solid;
    width: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .client-box-4 {
    border-right-style: none;
    width: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .client-box-5, .client-box-6, .client-box-7 {
    width: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .client-box-8 {
    border-right-style: none;
    width: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .key-number-box {
    width: 80%;
    max-width: 400px;
  }

  .key-number-line.bottom {
    display: none;
  }

  .key-number-line.bottom.last {
    display: block;
  }

  .contact-text-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .key-data-section {
    justify-content: center;
  }

  .tabs {
    margin-bottom: 45px;
  }

  .heading-box.small {
    width: 85%;
  }

  .content-box.medium {
    margin-bottom: 60px;
  }

  .intro-box-2 {
    width: 70%;
    max-width: 400px;
    margin-bottom: 40px;
  }

  .intro-box-3 {
    width: 70%;
    max-width: 400px;
  }

  .intro-feature-1 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 70%;
    max-width: 400px;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .intro-feature-2 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 70%;
    max-width: 400px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .intro-feature-3 {
    width: 70%;
    max-width: 400px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  ._50-percent-column-1 {
    width: 70%;
  }

  ._50-percent-column-2 {
    width: 80%;
  }

  .left-column-newsletter {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 25px;
  }

  .right-column-newsletter {
    width: 100%;
  }

  ._50-percent-column-3, ._50-percent-column-4 {
    width: 70%;
  }

  ._50-percent-column-5 {
    width: 100%;
    margin-bottom: 60px;
  }

  ._50-percent-column-7 {
    width: 80%;
  }

  ._50-percent-column-8 {
    width: 100%;
  }

  ._50-percent-column-12 {
    width: 80%;
  }

  .service-item {
    justify-content: center;
  }

  ._50-percent-column-9 {
    width: 80%;
  }

  ._50-percent-column-9.mobile-bottom-border {
    margin-bottom: 35px;
  }

  .overview-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .overview-right {
    width: 100%;
  }

  .menu-item-1, .menu-item-2, .menu-item-3, .menu-item-4, .menu-item-5, .menu-item-6 {
    padding-bottom: 20px;
  }

  ._50-percent-column-6 {
    width: 100%;
  }

  .pricing-column-2 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 70%;
  }

  .pricing-column-3 {
    border-bottom: 1px solid var(--lines);
    width: 70%;
  }

  ._50-percent-column-13 {
    width: 100%;
  }

  .key-number-box-2 {
    width: 800%;
    max-width: 400px;
  }

  .key-number-box-3 {
    width: 80%;
    max-width: 400px;
  }

  ._50-percent-column-14, ._50-percent-column-15 {
    width: 100%;
  }

  .menu-item-7 {
    padding-bottom: 10px;
  }

  .go-up-link {
    margin-left: 0;
  }

  .link-block {
    height: 45px;
    padding-top: 12px;
  }

  .footer-link-box {
    padding-top: 0;
    padding-bottom: 0;
  }

  .side-link {
    font-size: 29px;
    line-height: 45px;
  }

  .accordion-item-content {
    padding-left: 3.5%;
    padding-right: 3%;
  }

  .accordion-item-trigger {
    padding-top: 2%;
    padding-left: 3.5%;
    padding-right: 3%;
  }

  .inner-hero-section {
    min-height: 500px;
  }

  .update {
    margin-top: 90px;
    margin-left: 10px;
  }

  .content-section-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .h1-contact {
    margin-bottom: 20px;
    font-size: 35px;
  }

  .radiotext2, .radiotext3 {
    font-size: 20px;
  }

  .radiofield.middle {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .formwrapper {
    width: 80vw;
    max-width: 80vw;
  }

  .containerbase {
    width: 80vw;
    max-width: 80vw;
    padding-left: 0;
    padding-right: 0;
  }

  .containerbase.contactsection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form-block-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .radiotext {
    font-size: 20px;
  }

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

  .contactsectiontop {
    margin-bottom: 60px;
  }

  .formtextarea {
    width: 80vw;
  }

  .p {
    width: 100%;
    max-width: 80vw;
    font-size: 16px;
  }

  .p.center {
    font-size: 16px;
  }

  .p.center.light {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.2;
  }

  .iconnavbar {
    color: #fff;
  }

  .hero {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .background-video-2.backgroundvideowithoutvideo.contact {
    height: 800px;
    padding-top: 60px;
  }

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

  .call-to-action, .hero-overlay-2, .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .feature-section-2 {
    padding: 40px 20px;
  }

  .feature-image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-section-3, .main-content, .hero-2 {
    padding: 40px 20px;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-overlay-3, .feature-section-4 {
    padding: 40px 20px;
  }

  .feature-image-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .hero-overlay-4 {
    padding: 40px 20px;
  }

  .heading-84 {
    line-height: 37px;
  }

  .section-22 {
    margin-bottom: auto;
  }

  .p-txt {
    width: 100%;
    max-width: 80vw;
    font-size: 16px;
  }

  .p-txt.center {
    font-size: 16px;
  }

  .p-txt.center.light {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.2;
  }

  .p-contact {
    width: 100%;
    max-width: 80vw;
    font-size: 16px;
  }

  .p-contact.center {
    font-size: 16px;
  }

  .p-contact.center.light {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 479px) {
  .content-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-section.works {
    margin-top: 40px;
  }

  .content-section.works.esspacement {
    padding-bottom: 10px;
  }

  .content-wrapper {
    flex: 1;
  }

  .content-wrapper.narrow {
    padding-top: 0;
  }

  .content-wrapper.iphone {
    margin-bottom: 650px;
  }

  .rich-text-block {
    text-align: left;
  }

  .nav-menu {
    width: 100%;
    min-width: auto;
  }

  .hero-section.inner-pages {
    margin-bottom: 0;
  }

  .hero-section.inner-pages.img.test {
    min-height: 600px;
    padding-top: 140px;
  }

  .hero-section.inner-pages.img.test.imgdetail {
    min-height: 400px;
    padding-top: 0;
  }

  .hero-section.inner-pages.img-temoignages {
    margin-bottom: 60px;
  }

  .large {
    font-size: 2.8em;
  }

  .hero-subtitle {
    padding-right: 0;
  }

  .hero-subtitle.large {
    font-size: 37px;
    line-height: 44px;
  }

  .hero-text-box.left {
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .intro-text-box {
    margin-left: 0%;
    margin-right: 0%;
  }

  .intro-text {
    font-size: 27px;
    line-height: 41px;
  }

  .intro-box {
    width: 100%;
  }

  .flex-wrapper.mobile-center {
    margin-bottom: 10px;
  }

  .flex-wrapper.mobile-center.flexy {
    margin-bottom: 550px;
  }

  .flex-wrapper.mobile-center.ajout-espace {
    margin-bottom: 1300px;
  }

  .header-box.center, .header-box.press {
    margin-left: 0%;
    margin-right: 0%;
  }

  .wide-column {
    width: 100%;
    height: 350px;
  }

  .wide-text-column {
    width: 100%;
  }

  .wide-column-text-box {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0%;
    padding: 60px 35px 35px;
  }

  .wide-column-text-box.left {
    margin-right: 0%;
    padding-top: 0;
  }

  .mini-section {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .mini-section-box {
    text-align: center;
    width: 100%;
  }

  .mini-section-box-middle {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .line-with-dots {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .button {
    padding-bottom: 35px;
    line-height: 16px;
  }

  .text-box._3 {
    padding-left: 35px;
    padding-right: 30px;
  }

  .text-box._6 {
    padding-left: 40px;
    padding-right: 25px;
  }

  .text-box._7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-box._5 {
    padding-bottom: 0;
  }

  .text-box._10 {
    padding-left: 35px;
    padding-right: 30px;
  }

  .text-box._11, .text-box._12 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-box._13 {
    padding-right: 25px;
  }

  .text-box._4 {
    margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .text-box._14 {
    padding-left: 0;
  }

  .feature-column {
    width: 100%;
  }

  .feature-column._2 {
    padding-top: 40px;
  }

  .feature-column._3 {
    border-right-style: none;
  }

  .feature-column._5 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
  }

  .feature-column._1 {
    border-right-style: none;
  }

  .team-member {
    width: 100%;
  }

  .video-lightbox {
    margin-bottom: 10px;
  }

  .work-sample {
    width: 100%;
    margin-bottom: 8%;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-arrow {
    display: none;
  }

  .testimonial-text-box {
    margin-left: 0%;
    margin-right: 0%;
  }

  .testimonial {
    font-size: 16px;
    line-height: 25px;
  }

  .pricing-column, .post-preview {
    width: 100%;
  }

  .text-field.name {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    margin-right: 0;
  }

  .text-field.email {
    width: 100%;
    margin-right: 0%;
  }

  .submit-button {
    border-radius: 3px;
    width: 100%;
  }

  .contact-details-big {
    font-size: 19px;
    line-height: 42px;
  }

  .footer-logo-column {
    width: 100%;
  }

  .footer-column._2 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
  }

  .footer-column._1 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
    padding-left: 0;
  }

  .footer-column._3 {
    justify-content: flex-start;
    width: 100%;
    margin-left: 0%;
    padding-left: 0;
  }

  .notice-text.small {
    width: 100%;
  }

  .footer-notice {
    flex-direction: column;
    margin-top: 60px;
  }

  ._65-percent-column {
    width: 100%;
    padding-right: 0%;
  }

  ._35-percent-column {
    width: 100%;
  }

  .image-hover {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .authors-details {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  ._29-percent-column {
    width: 100%;
  }

  .post-content {
    padding-left: 9%;
    padding-right: 9%;
  }

  .heading-1.medium {
    padding-top: 40px;
    font-size: 28px;
    line-height: 28px;
  }

  .heading-1.medium.tesrt {
    padding-top: 40px;
    font-size: 19px;
    line-height: 23px;
  }

  .heading-1.hero {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-1.large {
    margin-top: 0;
    padding-top: 0;
    font-size: 23px;
    line-height: 23px;
  }

  .client-box-1 {
    border-right-style: none;
    width: 80%;
  }

  .client-box-2 {
    width: 80%;
  }

  .client-box-3 {
    border-right-style: none;
    width: 80%;
  }

  .client-box-4 {
    width: 80%;
  }

  .client-box-5 {
    border-right-style: none;
    width: 80%;
  }

  .client-box-6 {
    width: 80%;
  }

  .client-box-7 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 80%;
  }

  .client-box-8 {
    width: 80%;
  }

  .contact-text-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs {
    border-right-style: solid;
  }

  .ipad {
    display: none;
  }

  .contact-form-field.name, .contact-form-field.email, .contact-form-field.phone {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 15px;
  }

  .tab-2 {
    border-top: 1px solid var(--button-2);
    border-top-right-radius: 0;
    width: 100%;
  }

  .tab-2.w--current {
    width: 100%;
  }

  .tab-1 {
    border-bottom-style: none;
    border-right-style: none;
    border-top-right-radius: 3px;
    width: 100%;
  }

  .tab-1.w--current {
    border-right-style: none;
    border-right-color: var(--button-2);
    border-top-right-radius: 3px;
    width: 100%;
  }

  .heading-box.small {
    width: 100%;
  }

  .content-box {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-box-2, .intro-box-3 {
    width: 100%;
  }

  .content-section-gray.inner-pages {
    margin-bottom: 100px;
  }

  .intro-feature-1, .intro-feature-2, .intro-feature-3 {
    width: 100%;
  }

  ._50-percent-column-1 {
    width: 100%;
    margin-bottom: 45px;
  }

  ._50-percent-column-1._1482 {
    margin-bottom: 0;
  }

  ._50-percent-column-2, ._50-percent-column-3, ._50-percent-column-4 {
    width: 100%;
  }

  ._50-percent-column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  ._50-percent-column-5._1482 {
    margin-bottom: 0;
  }

  ._50-percent-column-7, ._50-percent-column-8, ._50-percent-column-12, ._50-percent-column-9 {
    width: 100%;
  }

  ._50-percent-column-10 {
    width: 100%;
    margin-bottom: 45px;
  }

  ._50-percent-column-11, .wide-text-column-2 {
    width: 100%;
  }

  .wide-column-2 {
    width: 100%;
    height: 350px;
    margin-top: 25px;
  }

  ._50-percent-column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-column-2, .pricing-column-3 {
    width: 100%;
  }

  .slider-arrow {
    display: none;
  }

  .hide-slide-dots {
    display: block;
  }

  .less-height {
    padding-left: 0;
  }

  .accordion-item-content {
    margin-top: -4px;
    padding-bottom: 2%;
  }

  .accordion-item-trigger {
    padding-bottom: 0;
  }

  .heading-9 {
    font-size: 25px;
  }

  .heading-10, .heading-11 {
    font-size: 25px;
    line-height: 28px;
  }

  .heading-19._1482 {
    font-size: 24px;
    line-height: 27px;
  }

  .heading-21.as3.test {
    font-size: 28px;
  }

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

  .paragraph-19._1482 {
    margin-bottom: 100px;
    font-size: 16px;
  }

  .heading-29._1482 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 27px;
  }

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

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

  .heading-40._1482, .paragraph-45._1482 {
    padding-left: 0;
  }

  .paragraph-46._1482 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-46._1482.espacement {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-41._1482 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .centered-container {
    text-align: left;
  }

  .text-block-5 {
    line-height: 24px;
  }

  .h1-contact {
    font-size: 30px;
  }

  .radiotext2, .radiotext3 {
    padding: 10px 20px;
    font-size: 15px;
  }

  .formwrapper {
    min-width: 100%;
    margin-bottom: 30px;
  }

  .containerbase {
    width: 80%;
  }

  .containerbase.contactsection {
    width: 80vw;
    margin-top: 0;
  }

  .containerbase.contactsection.mentions {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .radiowrapper {
    justify-content: space-between;
    width: 100vw;
    height: 170px;
    margin-left: -10vw;
  }

  .formbesoin {
    margin-bottom: 60px;
  }

  .form-block-3 {
    width: 80vw;
    margin-left: 0;
    margin-right: 0;
  }

  .radiotext {
    padding: 10px 20px;
    font-size: 15px;
  }

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

  .inputcontact {
    width: 100%;
  }

  .p {
    font-size: 16px;
    line-height: 1.6;
  }

  .p.center {
    margin-bottom: 60px;
    font-size: 16px;
  }

  .p.center.light {
    letter-spacing: 1px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 13px;
  }

  .btn {
    font-size: 12px;
  }

  .hero {
    margin-top: 65px;
  }

  .image-20 {
    margin-left: 0;
  }

  .headercontainer {
    height: 500px;
  }

  .brand-2 {
    width: 160px;
  }

  .background-video-2 {
    height: 600px;
  }

  .background-video-2.backgroundvideowithoutvideo {
    height: 500px;
  }

  .background-video-2.backgroundvideowithoutvideo.contact {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
  }

  .call-to-action {
    padding-top: 0;
  }

  .call-to-action.bg {
    margin-top: -140px;
    padding-top: 0;
  }

  .centered-container-2 {
    text-align: center;
    margin-bottom: 140px;
  }

  .heading-78 {
    font-size: 26px;
  }

  .feature-image {
    padding-top: 40px;
    padding-left: 0;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .button-9.test {
    padding: 10px 40px;
  }

  .heading-82 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    font-size: 21px;
    line-height: 25px;
  }

  .cards-section {
    text-align: center;
    padding-bottom: 0;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-overlay-4 {
    padding-top: 300px;
    padding-bottom: 400px;
  }

  .text-block-9 {
    font-size: 15px;
  }

  .div-block-18 {
    margin-bottom: 20px;
    margin-right: 0;
    padding-bottom: 0;
  }

  .espppacz {
    font-size: 29px;
    line-height: 31px;
  }

  .bold-text-42 {
    min-width: 0;
  }

  .bold-text-43 {
    font-size: 24px;
    line-height: 17px;
  }

  .div-block-20 {
    padding-left: 0;
  }

  .link-block-6 {
    margin-top: 20px;
    padding-left: 0;
  }

  .link-block-7 {
    padding-left: 0;
  }

  .image-29 {
    padding-bottom: 40px;
  }

  .bold-text-45 {
    font-size: 15px;
  }

  .section-22 {
    margin-bottom: 0;
  }

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

  .heading-87 {
    text-align: center;
    font-size: 26px;
  }

  .image-30 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .link-block-10 {
    margin-left: auto;
    margin-right: auto;
  }

  .italic-text-12, .italic-text-13, .italic-text-14 {
    font-size: 22px;
  }

  .image-31 {
    padding-bottom: 40px;
  }

  .image-32 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-22 {
    padding-top: 40px;
  }

  .image-33, .image-34, .image-35, .image-36 {
    padding-bottom: 40px;
  }

  .link-block-15 {
    padding-bottom: 60px;
  }

  .p-txt {
    font-size: 16px;
    line-height: 1.6;
  }

  .p-txt.center {
    margin-bottom: 60px;
    font-size: 16px;
  }

  .p-txt.center.light {
    letter-spacing: 1px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 13px;
  }

  .p-contact {
    font-size: 16px;
    line-height: 1.6;
  }

  .p-contact.center {
    margin-bottom: 60px;
    font-size: 16px;
  }

  .p-contact.center.light {
    letter-spacing: 1px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 13px;
  }
}

#w-node-c17cf2de-39d8-c75d-ee1c-1466c593ee3e-ddd225ae, #w-node-c17cf2de-39d8-c75d-ee1c-1466c593ee3e-8c60634c, #w-node-c17cf2de-39d8-c75d-ee1c-1466c593ee3e-212df7dd, #w-node-c17cf2de-39d8-c75d-ee1c-1466c593ee3e-c6a4d917 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-c17cf2de-39d8-c75d-ee1c-1466c593ee3e-ddd225ae, #w-node-c17cf2de-39d8-c75d-ee1c-1466c593ee3e-8c60634c, #w-node-c17cf2de-39d8-c75d-ee1c-1466c593ee3e-212df7dd, #w-node-c17cf2de-39d8-c75d-ee1c-1466c593ee3e-c6a4d917 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.ttf') format('truetype'), url('../fonts/Gilroy-Black.ttf') format('truetype'), url('../fonts/Gilroy-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype'), url('../fonts/Gilroy-Extrabold.ttf') format('truetype'), url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}