@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import 'vendors/bootstrap4-grid.css';
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.is-hidden {
  display: none !important;
}
@media (max-width: 575px) {
  .is-hidden-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .is-hidden-md {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .is-hidden-lg {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .is-hidden-xl {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .is-hidden-sm--up {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .is-hidden-md--up {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .is-hidden-lg--up {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .is-hidden-xl--up {
    display: none !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.img-fit--cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
}

.img-fit--contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

#main {
  margin-top: 86.5px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

h1 {
  color: #4d5f76;
}

h2 {
  color: #4d5f76;
}

h1, h2, h3 {
  font-family: "Jost", sans-serif;
  line-height: 1.2;
}

p,
p a {
  text-decoration: none;
}

p:empty {
  margin: 0;
  display: none;
}

a {
  text-decoration: none;
  color: #4d5f76;
}
a:hover {
  color: #394657;
}

.site-title {
  vertical-align: middle;
}

img.alignright {
  margin: 0 0 1em 1em;
  float: right;
}

img.alignleft {
  margin: 0 1em 1em 0;
  float: left;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  margin-left: 15px;
  float: right;
}

.alignleft {
  margin-right: 15px;
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img[class^=wp-image] {
  height: auto;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: none;
  margin: 20px 0;
  /* fixes potential theme css conflict */
}
.acf-map img {
  max-width: inherit !important;
}

.btn, .listing-filters .sf-label-checkbox, .cta-border-white, .cta-section a, .cta-border-black, .no-content-cta, .mockup-content__cta, .hero-section__cta {
  padding: 15px 25px;
  border-radius: 0px;
  font-family: "Open Sans", sans-serif;
}

.gradiant-title, .contact-header h2, .usecase-title p, .hero-section__catch,
h3.hero-section__catch,
h3.gradiant-title {
  background: linear-gradient(to right, #19F4EE, #00647F);
  background-clip: border-box;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  width: fit-content;
  line-height: 1.2;
}

.hero-section .hero-mask3, .hero-section .hero-mask2, .hero-section .hero-mask1,
h1.gradiant-title,
h1.hero-section__catch {
  font-size: 50px;
  font-weight: 800;
}
@media (min-width: 576px) {
  .hero-section .hero-mask3, .hero-section .hero-mask2, .hero-section .hero-mask1,
h1.gradiant-title,
h1.hero-section__catch {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .hero-section .hero-mask3, .hero-section .hero-mask2, .hero-section .hero-mask1,
h1.gradiant-title,
h1.hero-section__catch {
    font-size: 80px;
  }
}
@media (min-width: 992px) {
  .hero-section .hero-mask3, .hero-section .hero-mask2, .hero-section .hero-mask1,
h1.gradiant-title,
h1.hero-section__catch {
    font-size: 120px;
  }
}

.hero-title, .page-template-laflowbox-cest-quoi .how-title, .page-template-laflowbox-cest-quoi .hero-section__title.small, .listing-header__title, .contact-header h2, .usecase-title p, .hero-section__catch,
h2.gradiant-title {
  font-size: 20px;
  font-weight: 700;
  max-width: 700px;
}
@media (min-width: 576px) {
  .hero-title, .page-template-laflowbox-cest-quoi .how-title, .page-template-laflowbox-cest-quoi .hero-section__title.small, .listing-header__title, .contact-header h2, .usecase-title p, .hero-section__catch,
h2.gradiant-title {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .hero-title, .page-template-laflowbox-cest-quoi .how-title, .page-template-laflowbox-cest-quoi .hero-section__title.small, .listing-header__title, .contact-header h2, .usecase-title p, .hero-section__catch,
h2.gradiant-title {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .hero-title, .page-template-laflowbox-cest-quoi .how-title, .page-template-laflowbox-cest-quoi .hero-section__title.small, .listing-header__title, .contact-header h2, .usecase-title p, .hero-section__catch,
h2.gradiant-title {
    font-size: 45px;
  }
}

h3.gradiant-title,
h3.hero-section__catch {
  font-size: 25px;
  font-weight: 500;
}

.regular-title, .hubs-header__txt, h2.hubs-header__txt, h3.hubs-header__txt, .contact-form h3.frm_form_title, .faq-element__btn, .icon-card__title, .page-template-laflowbox-cest-quoi .advantages-card__title, .usecase-article-card__content h3, h3.regular-title, h3.no-content-msg, h3.slide-header__title, h3.dashboard-header__title, h3.spaced-title, h2.faq-element__btn, h2.icon-card__title, .page-template-laflowbox-cest-quoi h2.advantages-card__title, h3.faq-element__btn, h3.icon-card__title, .page-template-laflowbox-cest-quoi h3.advantages-card__title, .no-content-msg, .slide-header__title, .dashboard-header__title, .spaced-title, h2.regular-title {
  color: #4d5f76;
}

.no-content-msg, .slide-header__title, .dashboard-header__title, .spaced-title, h2.regular-title, h2.hubs-header__txt, h2.faq-element__btn, h2.icon-card__title, .page-template-laflowbox-cest-quoi h2.advantages-card__title, h2.no-content-msg, h2.slide-header__title, h2.dashboard-header__title, h2.spaced-title {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #00647F;
}
@media (min-width: 768px) {
  .no-content-msg, .slide-header__title, .dashboard-header__title, .spaced-title, h2.regular-title, h2.hubs-header__txt, h2.faq-element__btn, h2.icon-card__title, .page-template-laflowbox-cest-quoi h2.advantages-card__title, h2.no-content-msg, h2.slide-header__title, h2.dashboard-header__title, h2.spaced-title {
    font-size: 35px;
  }
}

.faq-element__btn, .icon-card__title, .page-template-laflowbox-cest-quoi .advantages-card__title, .usecase-article-card__content h3, h3.regular-title, h3.hubs-header__txt, .contact-form h3.frm_form_title, h3.faq-element__btn, h3.icon-card__title, .page-template-laflowbox-cest-quoi h3.advantages-card__title, h3.no-content-msg, h3.slide-header__title, h3.dashboard-header__title, h3.spaced-title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #00647F;
}
@media (min-width: 768px) {
  .faq-element__btn, .icon-card__title, .page-template-laflowbox-cest-quoi .advantages-card__title, .usecase-article-card__content h3, h3.regular-title, h3.hubs-header__txt, .contact-form h3.frm_form_title, h3.faq-element__btn, h3.icon-card__title, .page-template-laflowbox-cest-quoi h3.advantages-card__title, h3.no-content-msg, h3.slide-header__title, h3.dashboard-header__title, h3.spaced-title {
    font-size: 25px;
  }
}

.subtitle, .listing-filters__title, .single-hero span, .slide-header__supertitle, .dashboard-header__supertitle, .spaced-subtitle {
  color: #19F4EE;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 768px) {
  .subtitle, .listing-filters__title, .single-hero span, .slide-header__supertitle, .dashboard-header__supertitle, .spaced-subtitle {
    font-size: 20px;
  }
}

.cta-border-black, .no-content-cta, .mockup-content__cta, .hero-section__cta {
  transition: background-color 0.3s;
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
}
.cta-border-black:hover, .no-content-cta:hover, .mockup-content__cta:hover, .hero-section__cta:hover {
  background-color: #00647F;
  color: white;
  border-color: #00647F;
}

.cta-border-white, .cta-section a {
  transition: background-color 0.3s;
  border: 1px solid white;
  color: white;
}
.cta-border-white:hover, .cta-section a:hover {
  color: #00647F;
  background-color: white;
}

.regular-text, .usecase-article-card__link, .usecase-article-card__content span, .wysiwyg-text p, .slide-text p, .dashboard-text p, .spaced-text p, .regular-text-centered, .contact-header p, .hand-header__txt, .mockup-content__text, .wysiwyg-centered-text p, .page-template-laflowbox-cest-quoi .hero-section__texte p {
  font-family: "Open Sans", sans-serif;
  color: #2C2C2C;
  line-height: 1.6;
}

.regular-text-centered, .contact-header p, .hand-header__txt, .mockup-content__text, .wysiwyg-centered-text p, .page-template-laflowbox-cest-quoi .hero-section__texte p {
  text-align: center;
  max-width: 655px;
}

.menu-fixed {
  overflow: hidden;
}

.search-form {
  display: inline-block;
  margin-left: 50px;
  position: absolute;
  top: 4px;
  right: 15%;
  z-index: 10;
}
.search-form .search-field {
  width: 0;
  height: 37px;
  margin: 3px 0;
  padding: 0 0 0 34px;
  position: relative;
  background-color: transparent;
  background-image: url("../images/loupe.png");
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 24px;
  border: none;
  cursor: pointer;
  transition: width 400ms ease, background 400ms ease;
  transition: 0.2s;
}
.search-form .search-field:hover {
  background-size: 20px;
  transition: 0.2s;
}
.search-form .search-field:focus {
  width: 230px;
  margin-top: 46px;
  border: 2px solid #4d5f76;
  background-color: #fff;
  outline: 0;
  cursor: text;
}
.search-form #searchsubmit {
  display: none;
}
.search-form .screen-reader-text {
  display: none;
}
.search-form input[type=search] {
  -webkit-appearance: textfield;
}

.navbar {
  position: fixed;
  width: 100%;
  background: white;
  z-index: 1000;
  top: 0;
}
.navbar-header {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}
.navbar-container {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 0.5px solid gray;
}
.navbar-logo, .footer-logo {
  height: 56px;
  width: 150px;
}
@media (min-width: 576px) {
  .navbar-logo, .footer-logo {
    width: 225px;
  }
}
.navbar-logo__img, .footer-logo__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.navbar-toggle {
  width: 35px;
  height: 35px;
  gap: 4px;
  border-radius: 50px;
  border: 1px solid black;
  justify-self: end;
  background-color: white;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .navbar-toggle {
    width: 50px;
    height: 50px;
    gap: 5px;
  }
}
.navbar-toggle span {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar-toggle span:nth-child(1) {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.navbar-toggle span:nth-child(2) {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.navbar-toggle span:nth-child(3) {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.navbar-toggle.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  right: -3px;
  top: -2px;
}
@media (min-width: 768px) {
  .navbar-toggle.active span:nth-child(1) {
    right: -4px;
  }
}
.navbar-toggle.active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.navbar-toggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  right: -3px;
  top: 2px;
}
@media (min-width: 768px) {
  .navbar-toggle.active span:nth-child(3) {
    top: 4px;
  }
}
.navbar-nav {
  list-style: none;
  text-align: center;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.navbar-nav a {
  font-size: 25px;
  font-family: "Jost", sans-serif;
  color: #00647F;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
@media (min-width: 768px) {
  .navbar-nav a {
    font-size: 35px;
  }
}
.navbar-nav a .nav-linked {
  position: relative;
  max-width: 60px;
  display: flex;
  justify-content: center;
}
.navbar-nav a .fa-linkedin-in {
  color: #19F4EE;
  margin-top: 120px;
  position: relative;
}
.navbar-nav a .linked-scale {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  border-radius: 10px;
  background-color: #19F4EE;
  position: absolute;
  bottom: 60px;
  transform-origin: left;
  transform-origin: left;
}
.navbar .collapse {
  width: 100%;
  height: calc(100vh - 86.5px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: white;
  z-index: 1000;
}
.navbar .collapse:not(.is-active) {
  visibility: hidden;
}
.navbar .collapse.is-active {
  display: flex !important;
}
.navbar .menu-item:not(.no-duplicate) {
  overflow: hidden;
  margin-bottom: 5px;
  height: 31px;
}
@media (min-width: 768px) {
  .navbar .menu-item:not(.no-duplicate) {
    height: 44px;
  }
}

.icon-bar {
  width: 21px;
  display: block;
  height: 1.5px;
  background-color: black;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .icon-bar {
    width: 28px;
  }
}

.hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .hero-section {
    padding-bottom: 80px;
  }
}
.hero-section__catch {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
  margin: 0;
}
.hero-section__cta {
  margin: 20px 0px;
}
.hero-section__img {
  width: 250px;
}
@media (min-width: 768px) {
  .hero-section__img {
    width: 400px;
  }
}
.hero-section__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero-section__title {
  position: relative;
  display: flex;
  flex-direction: column;
}
.hero-section .hero-mask1 {
  font-family: "Jost", sans-serif;
  position: absolute;
  background-image: linear-gradient(to left, #19F4EE, #00647F);
  top: 0;
  transition: all 2s;
}
.hero-section .hero-mask2 {
  font-family: "Jost", sans-serif;
  position: absolute;
  background-image: linear-gradient(to bottom, #19F4EE, #00647F);
  top: 0;
  transition: all 2s;
}
.hero-section .hero-mask3 {
  font-family: "Jost", sans-serif;
  position: absolute;
  background-image: linear-gradient(to top, #19F4EE, #00647F);
  top: 0;
  transition: all 2s;
}

.mockup-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .mockup-section {
    padding-bottom: 80px;
  }
}
.mockup-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 270px;
  width: 545px;
  background-position: center;
  position: relative;
  background-image: url(../images/telephone.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .mockup-phone {
    height: 150px;
    width: 320px;
    display: none;
  }
}
.mockup-video {
  height: 253px;
  width: 526px;
  object-fit: cover;
  z-index: -1;
  position: absolute;
  border-radius: 45px;
}
@media (max-width: 767px) {
  .mockup-video {
    height: 150px;
    width: 305px;
    border-radius: 26px;
  }
}
.mockup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mockup-content__chip {
  width: 75px;
  height: 75px;
}
.mockup-content__chip img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mockup-content__title {
  text-align: center;
}
.mockup-content__title p {
  margin: 0px;
}
.mockup-content__cta {
  margin: 20px 0px;
}
.mockup-content__text {
  font-family: "Open Sans", sans-serif;
  color: #2C2C2C;
}

.moment-section {
  padding-top: 40px;
}
.moment-section .spaced-container {
  position: relative;
}
.moment-section .spaced-container .spaced-right-quote {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/svg/Icon-awesome-quote-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -25px;
  left: 53px;
}
.moment-section .spaced-container .spaced-left-quote {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/svg/Icon-awesome-quote-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 17px;
  top: -36px;
  transform: rotate(180deg);
}

.spaced {
  overflow: hidden;
  padding-bottom: 70px;
}
.spaced-title {
  margin-bottom: 15px;
  position: relative;
  width: fit-content;
}
.spaced-title .spaced-topline {
  transform-origin: left;
  content: "";
  position: absolute;
  display: block;
  top: 16px;
  height: 1px;
  border: 1px solid #19F4EE;
  width: 100vw;
  left: calc(100% + 30px);
  transform: scaleX(0);
}
@media (min-width: 768px) {
  .spaced-title .spaced-topline {
    top: 28px;
    right: -340px;
  }
}
.spaced-subtitle {
  text-transform: uppercase;
  display: block;
}
.spaced-text {
  display: block;
  padding-left: 50px;
  padding-top: 30px;
  max-width: 1000px;
}
@media (min-width: 768px) {
  .spaced-text {
    padding-left: 250px;
  }
}
.spaced-section {
  position: relative;
}
.spaced-section .spaced-bottomline {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #19F4EE;
  transform: scaleX(0);
  transform-origin: right;
  position: absolute;
  bottom: 0px;
}

.dashboard-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .dashboard-section {
    display: grid;
    grid-template-columns: 50% 50%;
    padding-bottom: 235px;
  }
}
.dashboard-header {
  display: flex;
  flex-direction: column-reverse;
}
.dashboard-header__supertitle {
  margin-bottom: 15px;
}
.dashboard-header__supertitle::after {
  margin-top: 10px;
  content: "";
  display: block;
  height: 3px;
  background-color: #19F4EE;
  width: 60px;
}
.dashboard-images {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 180px;
  position: relative;
}
@media (min-width: 768px) {
  .dashboard-images {
    margin-bottom: unset;
    align-items: center;
  }
}
.dashboard-images__back {
  width: 100%;
}
.dashboard-images__back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .dashboard-images__back {
    width: 80%;
  }
}
.dashboard-images__float {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 45%;
  right: 0;
}
@media (min-width: 768px) {
  .dashboard-images__float {
    right: unset;
  }
}
.dashboard-images__float .dashboards-img {
  width: 90%;
}
.dashboard-images__float .flowbox-img {
  max-width: 150px;
  position: absolute;
  bottom: -85px;
  right: 129px;
}
@media (min-width: 768px) {
  .dashboard-images__float .flowbox-img {
    max-width: 180px;
  }
}
@media (min-width: 768px) {
  .dashboard-text {
    place-self: center;
    padding-left: 50px;
  }
}

#slider-section .protection-slide-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  #slider-section .protection-slide-container {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  #slider-section .protection-slide-container {
    max-width: 640px;
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  #slider-section .protection-slide-container {
    max-width: 850px;
  }
}
@media (min-width: 1200px) {
  #slider-section .protection-slide-container {
    max-width: 1080px;
  }
}

.protection-slide {
  height: 500px !important;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (min-width: 768px) {
  .protection-slide {
    height: 650px !important;
  }
}
.protection-slide-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (min-width: 992px) {
  .protection-slide-container {
    max-width: 750px;
  }
}
@media (min-width: 1200px) {
  .protection-slide-container {
    max-width: 900px;
  }
}

.slide-header {
  max-width: 600px;
  display: flex;
  flex-direction: column-reverse;
}
.slide-header__title {
  color: white !important;
}
.slide-header__supertitle {
  margin-bottom: 15px;
}
.slide-header__supertitle::after {
  margin-top: 10px;
  content: "";
  display: block;
  height: 3px;
  background-color: #19F4EE;
  width: 60px;
}
.slide-header__supertitle p {
  margin: 0;
}
.slide-text {
  max-width: 600px;
  color: white;
  line-height: 1.6;
}
.slide-filter {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(55, 53, 53, 0.61);
}

.slick-dots {
  list-style: none;
  display: flex;
  gap: 7px;
  justify-content: center;
  padding: 0px;
  position: absolute;
  bottom: 10%;
  left: 0%;
  right: 0%;
}
.slick-dots li {
  display: flex;
  align-items: center;
}
.slick-dots button {
  background-color: rgba(179, 179, 179, 0.6);
  border-radius: 50%;
  border: 1px #b3b3b3;
  color: transparent;
  height: 11px;
  width: 11px;
}
.slick-dots .slick-active button {
  background-color: #19F4EE;
  width: 30px;
  border-radius: 5px;
  height: 8px;
}

.arrow-container {
  position: absolute;
  top: 50%;
  right: 0%;
  left: 0%;
  z-index: 1;
  display: flex;
  width: fit-content;
}
.arrow-container__right {
  justify-content: end;
  left: auto;
}
.arrow-container__left {
  justify-content: start;
  right: auto;
}
.arrow-container .slick-arrow {
  width: 60px;
  height: 60px;
  padding: 15px 15px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  cursor: pointer;
}
.arrow-container .slick-arrow:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}
@media (max-width: 991px) {
  .arrow-container .slick-arrow {
    width: 45px;
    height: 45px;
    padding: 10px 10px;
  }
}

.slick-disabled .slick-arrow {
  background-color: rgba(179, 179, 179, 0.7);
  opacity: 0.6;
}

.usecase-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .usecase-section {
    padding-top: 80px;
  }
}
.usecase-title {
  margin: 0px;
}
.usecase-title p {
  text-align: center;
  margin: 0;
}
.usecase-articles {
  min-height: 450px;
  width: 100%;
  background: linear-gradient(to right, #19F4EE, #00647F);
  margin-top: 200px;
  position: relative;
  padding: 60px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .usecase-articles {
    margin-top: 150px;
  }
}
.usecase-articles__btn {
  width: fit-content;
}
.usecase-absolute-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: -150px;
}
.usecase-article-card {
  background-color: gray;
  display: grid;
  grid-template-rows: 230px auto;
  width: 320px;
  height: 100%;
  overflow: hidden;
}
.usecase-article-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.usecase-article-card__content {
  padding: 0px 20px;
  background-color: white;
  height: 100%;
  padding-bottom: 45px;
  position: relative;
}
.usecase-article-card__content h3 {
  text-transform: unset;
  font-size: 20px;
}
@media (min-width: 768px) {
  .usecase-article-card__content h3 {
    font-size: 25px;
  }
}
.usecase-article-card__content span {
  color: #19F4EE;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.usecase-article-card__content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.usecase-article-card__link {
  position: absolute;
  bottom: 20px;
}
.usecase-article-card__link::after {
  font-family: "Font Awesome 6 Free";
  content: "";
  font-weight: 900;
  margin-left: 2px;
  top: 5px;
  position: absolute;
  font-size: 11px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .usecase-article-card__link::after {
    top: 1px;
    font-size: 11px;
  }
}
.usecase-article-card__link:hover::after {
  transform: translateX(5px);
}
.usecase-article-card:hover img {
  transform: scale(1.3);
}
.usecase-archive-container, .page-template-laflowbox-cest-quoi .advantages-grid {
  justify-content: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .usecase-archive-container, .page-template-laflowbox-cest-quoi .advantages-grid {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
@media (min-width: 1200px) {
  .usecase-archive-container, .page-template-laflowbox-cest-quoi .advantages-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.front-page .usecase-section {
  padding-top: 120px;
}

.hand-section {
  padding: 120px 0px;
  overflow: hidden;
}
.hand-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hand-header__txt {
  font-family: "Open Sans", sans-serif;
  color: #2C2C2C;
}
.hand-images {
  position: relative;
  margin-top: 150px;
  margin-right: 0;
  padding-bottom: 160px;
  display: grid;
  grid-template-columns: 30% 70%;
  padding-right: 0px;
}
@media (max-width: 767px) {
  .hand-images {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
.hand-images__flowbox {
  transform: scaleX(-1);
  width: 145%;
  position: relative;
  right: -55px;
  bottom: -65%;
  z-index: -1;
  align-self: end;
}
.hand-images__flowbox img {
  width: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .hand-images__flowbox {
    width: 130%;
    bottom: -40%;
    right: 40px;
  }
}
.hand-images__hand img {
  width: 100%;
  object-fit: contain;
}

.video-section {
  width: 100% !important;
  position: relative;
  height: 450px;
}
.video-section figure {
  height: 100%;
  width: 100%;
}
.video-section figure video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-section {
  padding-bottom: 120px;
  padding-top: 80px;
}
.contact-section.animate .contact-img img {
  width: 0%;
}
.contact-section.animate .contact-form {
  transform: translateX(-40%);
}
.contact-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}
.contact-header h2 {
  margin-bottom: 80px;
  margin-top: 0px;
  text-align: center;
}
.contact-header h1 {
  margin-bottom: 0px;
}
.contact-form {
  display: flex;
  flex-direction: column;
}
.contact-form .frm_forms {
  background: #F1F1F1;
  padding: 80px 20px;
}
.contact-form .frm_forms input {
  height: 50px;
}
.contact-form .frm_forms input, .contact-form .frm_forms textarea {
  box-shadow: none;
  border: none;
  border-radius: 0px;
}
.contact-form .frm_forms fieldset {
  position: relative;
}
.contact-form .frm_forms fieldset a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .contact-form .frm_forms .frm_submit {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.contact-form .frm_forms .frm_submit button,
.contact-form .frm_forms .frm_submit #contact-submit {
  margin: 10px 0px;
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
  background-color: white;
  border-radius: 0px;
}
@media (min-width: 768px) {
  .contact-form {
    display: grid;
    grid-template-columns: 45% 55%;
  }
}
.contact-form h3.frm_form_title {
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #00647F;
}
@media (min-width: 768px) {
  .contact-form h3.frm_form_title {
    font-size: 35px;
  }
}
.contact-img {
  display: flex;
  justify-content: right;
}
.contact-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform-origin: right;
}
@media (max-width: 767px) {
  .contact-img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 230px;
  }
  .contact-img img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    object-position: top;
  }
}

.single-activite {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-hero {
  background-color: #00647F;
}
.single-hero__text {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.single-hero h1 {
  color: white;
  margin-inline: 0;
  padding-inline: 0;
}
.single-hero span {
  margin-inline: 0;
  padding-inline: 0;
}
.single-hero-container {
  display: grid;
  grid-template-columns: 50% 50%;
}
.single-hero__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .single-hero {
    height: 400px;
    display: flex;
  }
  .single-hero-container {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: unset;
    position: relative;
    height: 100%;
    display: unset;
  }
  .single-hero__text {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .single-hero__text span {
    margin-inline: auto;
    padding-inline: 15px;
  }
  .single-hero__text h1 {
    margin-inline: auto;
    padding-inline: 15px;
  }
  .single-hero__thumb {
    width: 100%;
    height: 100%;
  }
}
.single h2:not(.spaced-title) {
  margin-bottom: 30px;
  margin-top: 100px;
  color: #00647F;
}
.single h2:not(.spaced-title)::after {
  margin-top: 10px;
  content: "";
  display: block;
  height: 3px;
  background-color: #19F4EE;
  width: 60px;
}
.single h2:not(.spaced-title) + .wp-block-gallery {
  margin-top: 0px;
}
.single h2.gradiant-title, .single h2.hero-section__catch, .single .contact-header h2, .contact-header .single h2 {
  text-align: center;
}
.single h2.gradiant-title::after, .single h2.hero-section__catch::after, .single .contact-header h2::after, .contact-header .single h2::after {
  content: none;
  display: none;
}
.single p {
  margin-bottom: 30px;
  line-height: 1.6;
}
.single figure {
  margin: 0px;
}
.single .size-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single .wp-block-gallery {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.single .wp-block-gallery figure.wp-block-image {
  max-width: 525px;
  max-height: 280px;
}

.listing-header {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.listing-header__title {
  background: linear-gradient(to right, #19F4EE, #00647F);
  background-clip: border-box;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  max-width: 600px;
}
.listing-filters {
  margin-top: 60px;
}
.listing-filters__title {
  margin-bottom: 15px;
}
.listing-filters__title::after {
  margin-top: 10px;
  content: "";
  display: block;
  height: 3px;
  background-color: #19F4EE;
  width: 60px;
}
.listing-filters h4 {
  font-weight: normal;
}
.listing-filters ul {
  padding: 0px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.listing-filters .sf-label-checkbox {
  padding: 10px 10px;
  border: 1px solid #00647F;
  color: #00647F;
  font-size: 13px;
  cursor: pointer;
}
.listing-filters .sf-input-checkbox {
  display: none;
}
.listing-filters .sf-option-active .sf-label-checkbox {
  background-color: #00647F;
  color: white;
}

.page-template-laflowbox-cest-quoi .hero-section {
  padding-top: 50px;
}
.page-template-laflowbox-cest-quoi .hero-section .reverse {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.page-template-laflowbox-cest-quoi .hero-section__img {
  width: 60%;
}
@media (min-width: 768px) {
  .page-template-laflowbox-cest-quoi .hero-section__img {
    width: 60%;
    height: auto;
  }
}
.page-template-laflowbox-cest-quoi .how-section {
  background: linear-gradient(to right, #19F4EE, #00647F);
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
}
.page-template-laflowbox-cest-quoi .how-title {
  color: white;
  text-align: center;
}
.page-template-laflowbox-cest-quoi .how-slider {
  margin-top: 40px;
}
.page-template-laflowbox-cest-quoi .how-slide {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  padding: 0 65px;
  position: relative;
}
.page-template-laflowbox-cest-quoi .how-slide::after {
  content: "";
  display: none;
  width: 2px;
  height: 100%;
  background-color: #19F4EE;
  position: absolute;
  right: 0;
}
@media (min-width: 768px) {
  .page-template-laflowbox-cest-quoi .how-slide::after {
    display: block;
  }
  .page-template-laflowbox-cest-quoi .how-slide:nth-child(2n+0)::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .page-template-laflowbox-cest-quoi .how-slide:nth-child(2n+0)::after {
    display: block;
  }
  .page-template-laflowbox-cest-quoi .how-slide:nth-child(3n+0)::after {
    display: none;
  }
}
.page-template-laflowbox-cest-quoi .how-slide__index {
  text-align: center;
  color: white;
  font-size: 60px;
  opacity: 70%;
  font-weight: bold;
}
.page-template-laflowbox-cest-quoi .how-slide__text {
  text-align: center;
  color: white;
}
.page-template-laflowbox-cest-quoi .how .slick-arrow {
  position: absolute;
}
.page-template-laflowbox-cest-quoi .how .slick-track {
  margin: auto;
  display: flex;
}
.page-template-laflowbox-cest-quoi .how .slick-slide {
  height: inherit;
}
.page-template-laflowbox-cest-quoi .how .slick-dots {
  bottom: unset;
}
.page-template-laflowbox-cest-quoi .how .slick-dots button {
  background-color: rgba(255, 255, 255, 0.6);
}
.page-template-laflowbox-cest-quoi .how .slick-dots .slick-active button {
  background-color: white;
}
.page-template-laflowbox-cest-quoi .quote-section {
  padding: 70px 0px;
  background-color: #00647F;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-size: 25px;
  font-weight: 500;
}
.page-template-laflowbox-cest-quoi .quote-icon {
  max-width: 70px;
  margin-bottom: 10px;
}
.page-template-laflowbox-cest-quoi .quote-underline {
  width: 70px;
  height: 3px;
  background-color: #19F4EE;
  margin-top: 45px;
  transform-origin: left;
}
.page-template-laflowbox-cest-quoi .quote-text {
  text-align: center;
}
.page-template-laflowbox-cest-quoi .quote-text {
  width: "fit-content";
}
.page-template-laflowbox-cest-quoi .quote-cursor {
  position: absolute;
  height: 100%;
  width: 3px;
  background-color: #19F4EE;
  background-color: #19f4ee;
  right: 0;
  top: 0;
  transform-origin: bottom;
}
.page-template-laflowbox-cest-quoi .line-1 {
  position: relative;
  top: 50%;
  width: "fit-content";
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  line-height: normal;
}
.page-template-laflowbox-cest-quoi .advantages-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 120px;
}
.page-template-laflowbox-cest-quoi .advantages-grid {
  align-items: unset;
  gap: 40px;
}
@media (min-width: 768px) {
  .page-template-laflowbox-cest-quoi .advantages-grid {
    gap: 20px 10px;
  }
}
.page-template-laflowbox-cest-quoi .advantages-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 40px;
}
.page-template-laflowbox-cest-quoi .advantages-card__title {
  text-align: center;
  text-transform: none !important;
  margin: 10px 0px;
}
@media (min-width: 768px) {
  .page-template-laflowbox-cest-quoi .advantages-card__title {
    margin: 15px 0px;
  }
}
.page-template-laflowbox-cest-quoi .advantages-card__icon {
  width: 60px;
  height: 60px;
}
.page-template-laflowbox-cest-quoi .advantages-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-laflowbox-cest-quoi .advantages-card__text {
  text-align: center;
  line-height: 1.6;
  font-size: 14px;
  margin: 10px 0px;
}
@media (max-width: 767px) {
  .page-template-laflowbox-cest-quoi .advantages-card__text {
    margin: 0px;
  }
}

.icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 40px;
}
.icon-card__title {
  text-align: center;
  text-transform: none !important;
  margin: 10px 0px;
}
@media (min-width: 768px) {
  .icon-card__title {
    margin: 15px 0px;
  }
}
.icon-card__icon {
  width: 60px;
  height: 60px;
}
.icon-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.icon-card__text {
  text-align: center;
  line-height: 1.6;
  font-size: 14px;
  margin: 10px 0px;
}
@media (max-width: 767px) {
  .icon-card__text {
    margin: 0px;
  }
}

.content-section {
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 767px) {
  .content-section {
    gap: 60px;
  }
}
.content-left, .content-right {
  display: flex;
  align-content: start;
}
.content-left__img, .content-right__img {
  height: 250px;
}
.content-left__img img, .content-right__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-left__text, .content-right__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .content-left__img, .content-right__img {
    height: 400px;
  }
  .content-left__text, .content-right__text {
    text-align: start;
    align-items: unset;
  }
}
@media (min-width: 992px) {
  .content-left, .content-right {
    display: grid;
    grid-template-columns: 50% auto;
  }
  .content-left__img, .content-right__img {
    height: 600px;
  }
  .content-left__text, .content-right__text {
    text-align: unset;
  }
}
.content-left {
  flex-direction: column;
  transform-origin: bottom;
}
@media (min-width: 992px) {
  .content-left__text {
    padding-left: 45px;
  }
}
.content-right {
  flex-direction: column-reverse;
  transform-origin: top;
}
@media (min-width: 992px) {
  .content-right__text {
    padding-right: 45px;
  }
}
.content-title {
  width: fit-content;
  text-align: start;
}

.filtered-section {
  width: 100%;
  height: 380px;
  position: relative;
  background: linear-gradient(to right, #19F4EE, #00647F);
}
.filtered-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}
.filtered-section h1 {
  background: transparent;
  color: white;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bubbles-section {
  background: linear-gradient(to right, #19F4EE, #00647F);
  background-repeat: no-repeat;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.bubbles-section .rec-texture {
  background: url(../images/svg/square-grid-background.svg);
  width: 50%;
  height: 100%;
  background-size: 90%;
  position: absolute;
  background-repeat: no-repeat;
  background-position-y: center;
  top: 0;
  background-size: contain;
}
@media (max-width: 991px) {
  .bubbles-section .rec-texture {
    width: 100%;
    height: 60%;
    background-position: center;
  }
}
.bubbles-section .container {
  place-items: center;
  height: 100%;
  display: flex;
  align-content: start;
  flex-direction: column;
}
@media (min-width: 768px) {
  .bubbles-section .container__text {
    text-align: start;
    align-items: unset;
  }
}
@media (min-width: 992px) {
  .bubbles-section .container {
    display: grid;
    grid-template-columns: 50% auto;
  }
  .bubbles-section .container__text {
    text-align: unset;
  }
}
.bubbles-container {
  position: relative;
  width: 351px;
  height: 335px;
}
@media (min-width: 992px) {
  .bubbles-container {
    place-self: start;
  }
}
.bubbles-content {
  color: white;
}
.bubbles .content-title {
  color: white;
}
.bubbles .bubble {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: floating;
  animation-name: floating;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: margin 1s cubic-bezier(0.2, 0.6, 0.3, 1), opacity 2s ease;
  transition: margin 1s cubic-bezier(0.2, 0.6, 0.3, 1), opacity 2s ease;
  animation-duration: 4s;
  border-radius: 50%;
  background-color: white;
  position: absolute;
}
@keyframes floating {
  0% {
    -webkit-transform: translateY(8px) rotate3d(0, 0, 1, 3deg);
    transform: translateY(8px) rotate3d(0, 0, 1, 3deg);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
  }
}
.bubbles .bubble img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
.bubbles .bubble.bubble1 {
  left: 130px;
  top: 0px;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}
.bubbles .bubble.bubble2 {
  left: 5px;
  top: 40px;
  width: 75px;
  height: 75px;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.bubbles .bubble.bubble3 {
  left: 215px;
  top: 40px;
  width: 65px;
  height: 65px;
  -webkit-animation-delay: -2.2s;
  animation-delay: -2.2s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.bubbles .bubble.bubble4 {
  left: 110px;
  top: 110px;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: -2.9s;
  animation-delay: -2.9s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.bubbles .bubble.bubble5 {
  left: 0px;
  top: 165px;
  width: 75px;
  height: 75px;
  -webkit-animation-delay: -1.8s;
  animation-delay: -1.8s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.bubbles .bubble.bubble6 {
  left: 200px;
  top: 170px;
  width: 75px;
  height: 75px;
  -webkit-animation-delay: -2.9s;
  animation-delay: -2.9s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.bubbles .bubble.bubble7 {
  right: 15px;
  top: 140px;
  width: 60px;
  height: 60px;
  -webkit-animation-delay: -2.2s;
  animation-delay: -2.2s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.bubbles .bubble.bubble8 {
  right: 45px;
  top: 240px;
  width: 60px;
  height: 60px;
  -webkit-animation-delay: -2.2s;
  animation-delay: -2.2s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.bubbles .bubble.bubble9 {
  right: 185px;
  top: 240px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: -2.2s;
  animation-delay: -2.2s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.parallax-section {
  height: 270px;
}
.parallax-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hubs-section {
  display: flex;
  flex-direction: column;
  place-items: center;
  padding-block: 80px;
}
.hubs-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hubs-header__txt {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.hubs-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 80px;
  gap: 40px 40px;
}
.hubs-card {
  max-width: 282px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-section {
  background-color: #00647F;
  padding-block: 50px;
}
.cta-section__img {
  width: 300px;
  place-self: center;
}
.cta-section__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .cta-section__img {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .cta-section__img {
    width: 400px;
    place-self: start;
  }
}
@media (min-width: 1200px) {
  .cta-section__img {
    width: 500px;
    place-self: start;
  }
}
.cta-section .container {
  display: flex;
  align-content: start;
  flex-direction: column;
  place-items: center;
}
@media (min-width: 992px) {
  .cta-section .container {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
.cta-section h2 {
  color: white;
}
.cta-section a {
  margin-top: 20px;
  width: fit-content;
}
.cta-content {
  display: flex;
  flex-direction: column;
  place-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .cta-content {
    place-items: start;
    text-align: start;
  }
}

.faq-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq-section {
  display: flex;
  flex-direction: column;
}
.faq-element {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.faq-element__btn {
  width: 100%;
  text-align: start;
  padding: 20px;
  padding-right: 40px;
  background-color: transparent;
  border: 1px solid #19F4EE;
  border-bottom: 0px;
  text-transform: none;
  position: relative;
}
.faq-element__btn i {
  height: 20px;
  width: 20px;
  padding: 0px;
  position: absolute;
  top: 20px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-element__btn--hide {
  display: none;
}
.faq-element__body {
  margin: 0px;
  border: 1px solid #19F4EE;
  border-top: 0px;
  margin: 0px;
  height: 0px;
  overflow: hidden;
  padding-inline: 20px;
}
.faq-element p {
  opacity: 0;
}
.faq-element.active .faq-element__body {
  height: max-content;
  overflow: unset;
  padding-bottom: 40px;
  transition: all 0.5s ease-in-out;
}
.faq-element.active .faq-element__body p {
  opacity: 1;
}
.faq-element.active .faq-element__btn--show {
  display: none;
}
.faq-element.active .faq-element__btn--hide {
  display: flex;
}

.hero-title {
  margin-top: 80px;
  margin-bottom: 40px;
  background: linear-gradient(to right, #19F4EE, #00647F);
  background-clip: border-box;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  width: fit-content;
  line-height: 1.2;
}

.no-content-title {
  margin-bottom: 0px;
}
.footer {
  background-color: #F1F1F1;
  padding-top: 75px;
  padding-bottom: 40px;
}
.footer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-nav {
  list-style: none;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
@media (min-width: 768px) {
  .footer-nav {
    flex-direction: row;
    align-items: unset;
  }
}
.footer-socials {
  margin-top: 40px;
  margin-bottom: 40px;
}
.footer-socials__link i {
  font-size: 30px;
  color: #989898;
}
.footer-other {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .footer-other {
    flex-direction: row;
    align-items: unset;
    gap: 20px;
  }
  .footer-other__link {
    position: relative;
  }
  .footer-other__link::after {
    content: "|";
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
  }
  .footer-other__link:last-child::after {
    display: none;
  }
}

/* Bootstrap col-xs */
/* Bootstrap col-sm */
/* Bootstrap col-md */
/* Bootstrap col-lg */
/* Bootstrap col-lg */
/* Bootstrap col-md */
/* Bootstrap col-sm */
/* Bootstrap col-xs */