.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.titre {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-1 {
  color: #262626;
  font-family: Work Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
  position: static;
}

.heading-1.blue {
  color: #0ea3ab;
}

.heading-1.white {
  color: #fff;
}

.heading-2 {
  color: #262626;
  font-family: Work Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.heading-2.blue {
  color: #0ea3ab;
}

.heading-2.center {
  text-align: center;
}

.heading-2.center.white {
  color: #fff;
}

.heading-2.orange {
  color: #e8600c;
}

.heading-3 {
  color: #262626;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-family: Work Sans, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

.heading-3.slide {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
}

.heading-3.slide.distribution {
  color: #262626;
}

.heading-3.orange {
  color: #e8600c;
}

.sub-heading {
  color: #262626;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.sub-heading.slide {
  color: #086267;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 20px;
}

.sub-heading.slide.distribution {
  color: #948905;
}

.sub-heading.slide.transport {
  color: #738004;
}

.sub-heading.slide.medicale {
  color: #a04208;
}

.sub-heading.slide.bobine {
  color: #1c7da6;
}

.sub-heading.slide.center.white {
  color: #fff;
}

.sub-heading.slide.center.black {
  color: #262626;
}

.sub-heading.blue {
  color: #0ea3ab;
}

.sub-heading.center {
  text-align: center;
}

.menu {
  color: #262626;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.menu.nav {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .4s;
}

.menu.nav:hover {
  color: #0ea3ab;
}

.default-text {
  color: #262626;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.default-text.center {
  text-align: center;
}

.default-text.center.white {
  color: #fff;
}

.default-text.center.white.sized {
  max-width: 600px;
}

.default-text.slide {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}

.default-text.slide.distribution {
  color: #262626;
}

.container {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.container.team {
  height: 100%;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.container.marged {
  max-width: 1200px;
}

.container.mentions, .container.confidentialite {
  max-width: 940px;
}

.default-button {
  height: 56px;
  color: #fff;
  text-transform: uppercase;
  background-color: #262626;
  border: 2px solid #262626;
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 16px 40px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all .5s;
}

.default-button:hover {
  color: #262626;
  background-color: rgba(0, 0, 0, 0);
  border-color: #262626;
}

.field-label {
  color: #262626;
  font-family: Work Sans, sans-serif;
  font-weight: 400;
  display: none;
}

.text-field {
  width: 100%;
  height: 56px;
  color: #30a9dc;
  background-color: rgba(48, 169, 220, .15);
  border: 2px solid rgba(48, 169, 220, .05);
  border-radius: 8px;
  padding: 16px 23px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .4s;
}

.text-field:hover {
  color: #30a9dc;
  border: 2px solid #e8600c;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-field:active {
  border-style: solid;
  border-color: #e8600c;
}

.text-field:focus {
  border: 2px solid #e8600c;
}

.text-field:focus-visible {
  border-style: solid;
  border-color: #e8600c;
}

.text-field[data-wf-focus-visible] {
  border-style: solid;
  border-color: #e8600c;
}

.text-field::-ms-input-placeholder {
  color: #30a9dc;
}

.text-field::placeholder {
  color: #30a9dc;
}

.submit-button {
  height: 56px;
  color: #fff;
  text-transform: uppercase;
  background-color: #262626;
  border: 2px solid #262626;
  border-radius: 30px;
  margin-top: 20px;
  padding: 16px 40px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all .4s;
}

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

.text-block {
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.success-message {
  color: #30a9dc;
  background-color: rgba(48, 169, 220, .15);
  border-radius: 8px;
  flex: 1;
  padding-top: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.error-message {
  background-color: rgba(232, 96, 12, .3);
  border-radius: 8px;
}

.text-block-2 {
  color: #262626;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.form {
  justify-content: center;
  align-items: center;
  display: block;
}

.menu-container {
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-logo-center {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

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

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.hero {
  background-color: rgba(14, 163, 171, .15);
  align-items: center;
  padding: 100px 30px;
  display: block;
}

.hero.philosophie {
  height: 90vh;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-image-mask {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.div-block {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-container {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.section.team {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/team-background-illustration.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 200px;
  padding-bottom: 0;
  display: flex;
}

.section.product {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.blue {
  background-color: rgba(48, 169, 220, .15);
  padding-left: 60px;
  padding-right: 60px;
}

.section.more {
  padding-left: 30px;
  padding-right: 30px;
}

.section.mentions-legales {
  min-height: 80vh;
}

.product-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 10px;
}

.default-flex-div {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.default-flex-div.team {
  flex: none;
  justify-content: flex-end;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.default-flex-div.marged {
  margin-bottom: 40px;
}

.product-slider {
  display: none;
}

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

.body {
  background-color: rgba(0, 0, 0, 0);
}

.flex-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-left-div {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.form-right-div {
  min-height: 160px;
  color: #0ea3ab;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.contact-link {
  color: #262626;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

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

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

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

.textarea {
  width: 100%;
  max-height: 250px;
  max-width: 460px;
  min-height: 150px;
  color: #30a9dc;
  background-color: rgba(48, 169, 220, .15);
  border: 2px solid rgba(48, 169, 220, .05);
  border-radius: 8px;
  padding: 16px 23px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.textarea:hover, .textarea:active, .textarea:focus {
  border-color: #e8600c;
}

.textarea:focus-visible {
  border-color: #e8600c;
}

.textarea[data-wf-focus-visible] {
  border-color: #e8600c;
}

.textarea::-ms-input-placeholder {
  color: #30a9dc;
}

.textarea::placeholder {
  color: #30a9dc;
}

.footer-container {
  width: 100%;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-container.studio-k {
  flex: 0 auto;
  justify-content: flex-end;
  margin-top: 0;
}

.footer-container.no-wrap {
  flex: 0 auto;
  display: block;
}

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

.footer-link {
  color: #fff;
  align-items: center;
  margin: 0 20px 0 0;
  padding: 5px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.footer-link:hover {
  filter: brightness(0%);
  color: rgba(26, 27, 31, .75);
}

.footer-dark {
  min-height: 380px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/footer-background-etiq-ocean.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 100px 30px;
  display: flex;
  position: relative;
}

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

.footer-copyright.default-text.footer {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-copyright.default-text.footer.white {
  color: #fff;
  font-weight: 500;
}

.footer-container-nav {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-container-logo {
  width: 100%;
  outline-offset: 0px;
  outline: 3px #333;
  flex: 0 auto;
  align-items: flex-start;
  margin-bottom: 40px;
  display: block;
}

.text-span {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.text-span:hover {
  color: #262626;
}

.link {
  text-decoration: none;
}

.link:hover {
  color: #262626;
}

.text-span-2 {
  color: #fff;
}

.image-2 {
  max-width: 70%;
  flex: 1;
  position: static;
}

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

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.flex-container.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: flex-start;
  display: flex;
}

.heading-container, .text-container {
  flex: 1;
}

.centered-container-product {
  text-align: center;
  flex: 1;
}

.slider-container {
  max-width: 1600px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.right-arrow {
  width: 50px;
  height: 50px;
  top: 25%;
  bottom: 25%;
  left: auto;
  right: 0%;
}

.icon-4 {
  width: 50px;
  height: 50px;
  background-color: #262626;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  display: flex;
}

.left-arrow {
  width: 50px;
  height: 50px;
  background-color: #262626;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 25%;
  bottom: 25%;
}

.icon-5 {
  font-size: 25px;
}

.product-main-slider {
  height: 100%;
  background-color: #fff;
  padding-left: 25px;
  padding-right: 25px;
}

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

.main-slide-container, .lottie-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.texte-container {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-nav {
  top: auto;
  bottom: -10%;
  left: 0%;
  right: 0%;
}

.description-container {
  max-width: 350px;
  opacity: 0;
  margin-right: 0;
  position: relative;
  top: 500px;
  bottom: auto;
  left: auto;
}

.grid-2 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-slide-container {
  max-width: 1600px;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.product-categorie-link {
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lottie-button-agroalimentaire {
  transition: all .5s;
}

.lottie-button-agroalimentaire:hover {
  transform: translate(0, -5px);
}

.lottie-button-distribution {
  transition: all .5s;
}

.lottie-button-distribution:hover {
  transform: translate(0, -5px);
}

.lottie-button-transport {
  transition: all .5s;
}

.lottie-button-transport:hover {
  transform: translate(0, -5px);
}

.lottie-button-medicale {
  transition: all .5s;
}

.lottie-button-medicale:hover {
  transform: translate(0, -5px);
}

.lottie-button-bobine {
  transition: all .5s;
}

.lottie-button-bobine:hover {
  transform: translate(0, -5px);
}

.footer-maxw {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.parallax-container {
  height: 100%;
  max-width: 1600px;
  perspective: 1000px;
  background-color: #0ea3ab;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.main-hero-container-philosophie {
  z-index: 10;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.element-container {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.parallax-element {
  position: absolute;
  top: -2%;
  bottom: auto;
  left: 17%;
  right: auto;
}

.parallax-element._1 {
  top: -7%;
  left: 3%;
}

.parallax-element._2 {
  top: 0%;
}

.parallax-element._3 {
  top: auto;
  left: 0;
}

.parallax-element._4 {
  top: auto;
  bottom: -5%;
  left: 12%;
}

.parallax-element._5 {
  top: -5%;
  left: auto;
  right: 15%;
}

.parallax-element._6 {
  top: 15%;
  left: auto;
  right: 6%;
}

.parallax-element._7 {
  top: auto;
  bottom: 0;
  left: auto;
  right: 15%;
}

.parallax-img {
  width: 100px;
  transform: rotate(0);
}

.parallax-img._2 {
  width: 120px;
  transform: scale(1.3)rotate(10deg);
}

.parallax-img._1 {
  width: 120px;
}

.parallax-img._3 {
  width: 110px;
  transform: scale(2)rotate(0);
}

.parallax-img._4 {
  width: 110px;
  transform: scale(.8)rotate(-20deg);
}

.parallax-img._5 {
  width: 120px;
  transform: scale(1.5);
}

.parallax-img._6 {
  width: 120px;
  transform: scale(.6)rotate(10deg);
}

.parallax-img._7 {
  transform: scale(1.8)rotate(20deg);
}

.container-flex {
  max-width: 1600px;
  flex-direction: column;
  display: flex;
}

.flex-div-philosophie {
  justify-content: space-around;
  display: flex;
}

.approche-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.approche-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-mobile-slider {
  display: none;
}

.more-container {
  max-width: 1600px;
}

.more-grid-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.more-grid-container.right, .more-grid-container.left {
  justify-content: center;
  align-items: center;
}

.footer-block-right {
  align-items: flex-end;
  display: flex;
}

.find-us.default-text.no-marge {
  color: #262626;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px;
}

.footer-link-container {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.line {
  width: 100%;
  height: 2px;
  color: #fff;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mentions-legales {
  color: #fff;
  text-decoration: none;
  transition: all .4s;
}

.mentions-legales:hover {
  color: rgba(26, 27, 31, .75);
  font-weight: 500;
}

.politique-de-conf {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
}

.politique-de-conf:hover {
  color: rgba(26, 27, 31, .75);
  font-weight: 500;
}

.politique-de-conf.w--current:hover {
  color: rgba(26, 27, 31, .75);
}

.link-2 {
  color: #262626;
  text-decoration: none;
}

.bold-text {
  color: #30a9dc;
  text-decoration: none;
}

.link-credits {
  color: #0ea3ab;
  text-decoration: none;
}

.bold-text-2 {
  color: #30a9dc;
}

.grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.grid-5 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.logo-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  display: grid;
}

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

@media screen and (max-width: 991px) {
  .heading-2 {
    font-weight: 700;
  }

  .heading-3.slide.black, .default-text.slide.black {
    color: #262626;
    text-align: center;
  }

  .container.team {
    justify-content: flex-end;
    padding-top: 0;
  }

  .nav-hamburger {
    color: #fff;
    padding: 12px;
  }

  .nav-hamburger.w--open {
    background-color: #fff;
  }

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

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-logo-center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-three {
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 50px 50px;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .hero {
    padding: 60px 30px;
  }

  .hero.philosophie {
    height: 70vh;
  }

  .hero-image-mask {
    width: 70%;
    order: -1;
  }

  .home-lottie {
    order: 0;
  }

  .hero-container {
    flex-wrap: wrap;
  }

  .section {
    padding: 60px 0;
  }

  .section.marged {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.team {
    background-position: 50% 100%;
    background-size: cover;
    padding-top: 60px;
  }

  .section.product, .section.blue {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.mentions-legales {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.politique-de-confidentialite {
    padding-left: 30px;
    padding-right: 30px;
  }

  .product-grid {
    display: none;
  }

  .product-flex-div {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .default-flex-div {
    flex: 0 auto;
    align-items: stretch;
    padding-left: 30px;
    padding-right: 30px;
  }

  .default-flex-div.team {
    flex: 0 auto;
    align-items: center;
  }

  .default-flex-div.marged {
    margin-bottom: 40px;
  }

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

  .product-slider {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

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

  .mask {
    width: 100%;
    height: 100%;
    padding: 20px 0 40px;
  }

  .flex-div {
    flex-direction: column;
    align-items: stretch;
  }

  .form-left-div {
    margin-bottom: 20px;
  }

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .textarea {
    max-width: none;
  }

  .icon, .icon-2 {
    color: #fff;
    font-size: 25px;
  }

  .icon-3 {
    color: #0ea3ab;
    font-size: 30px;
  }

  .footer-container {
    max-width: 728px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer-container.studio-k {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .footer-container.no-wrap {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-block-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-link, .footer-link.no-marge {
    margin-right: 0;
  }

  .footer-dark {
    height: auto;
    min-height: 250px;
    background-color: #0ea3ab;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    justify-items: start;
    padding: 60px 30px;
  }

  .footer-copyright.default-text.footer {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-copyright.default-text.footer.white {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-container-nav {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

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

  .image {
    max-height: 150px;
  }

  .slider-container {
    width: 100%;
  }

  .product-main-slider {
    display: none;
  }

  .description-container {
    opacity: 1;
    margin-top: 20px;
    top: 0;
  }

  .button-slide-container {
    display: none;
  }

  .right-arrow-2, .left-arrow-2 {
    z-index: 10;
    width: 50px;
    height: 50px;
    background-color: #262626;
    border-radius: 100px;
  }

  .parallax-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-hero-container-philosophie {
    display: none;
  }

  .element-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .product-mobile-slider {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 40px;
    display: block;
  }

  .product-mobile-mask {
    width: 100%;
    height: 100%;
  }

  .product-mobile-slide {
    width: 100%;
  }

  .slide-container-mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .left-arrow-3 {
    width: 50px;
    height: 50px;
    background-color: #262626;
    border-radius: 100px;
  }

  .icon-6, .icon-7 {
    color: #fff;
    font-size: 25px;
  }

  .right-arrow-3 {
    width: 50px;
    height: 50px;
    background-color: #262626;
    border-radius: 100px;
  }

  .product-mobile-slide-text {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .more-grid-container.right {
    justify-content: center;
    align-items: center;
  }

  .more-grid-container.left {
    align-items: center;
  }

  .about-us-illusration, .image-3 {
    max-width: 80%;
  }

  .list-item {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .footer-block-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .lottie-animation, .lottie-animation-2, .lottie-animation-3 {
    display: none;
  }

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

@media screen and (max-width: 767px) {
  .heading-3.orange.right-align, .default-text.right-align {
    text-align: right;
  }

  .container.team {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .nav-menu-three {
    width: 100%;
    border-radius: 0 0 20px 20px;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .hero {
    padding: 40px 20px;
  }

  .hero.philosophie {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-image-mask {
    width: 100%;
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-container {
    flex-wrap: wrap;
  }

  .section {
    padding: 40px 0;
  }

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

  .section.team {
    background-position: 50% 80%;
    padding: 40px 20px 0;
  }

  .section.product, .section.blue, .section.more, .section.mentions-legales, .section.politique-de-confidentialite, .default-flex-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .default-flex-div.marged {
    margin-bottom: 20px;
  }

  .mask, .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-container {
    align-self: center;
  }

  .footer-block-left {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-dark {
    min-height: 200px;
    flex-direction: column;
    padding: 40px 20px;
    display: flex;
  }

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

  .footer-container-nav {
    padding-left: 0;
  }

  .footer-container-logo {
    width: 100%;
    order: -1;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .image {
    max-height: 150px;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .slider-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-maxw {
    flex-direction: column;
    display: flex;
  }

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

  .flex-div-philosophie {
    flex-flow: column;
  }

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

  .left-arrow-3, .right-arrow-3 {
    display: block;
  }

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

  .more-grid-container.right-align, .more-grid-container.right {
    align-items: flex-end;
  }

  .more-grid-container.left {
    align-items: flex-start;
  }

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

@media screen and (max-width: 479px) {
  .heading-1.white.m-center {
    text-align: center;
  }

  .default-text.center.white {
    text-align: left;
  }

  .default-text.center.white.sized {
    text-align: center;
  }

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

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

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

  .nav-menu-wrapper-three {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .hero.philosophie {
    height: 70vh;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .section.team {
    background-position: 50% 70%;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-flex-div {
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .default-flex-div {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .default-flex-div.team {
    margin-bottom: 0;
  }

  .default-flex-div.marged {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon {
    color: #e8600c;
  }

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

  .image {
    max-height: 150px;
  }

  .centered-container-product {
    text-align: left;
  }

  .slider-container {
    padding-left: 0;
    padding-right: 5px;
  }

  .product-categorie-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-nav-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .parallax-container {
    padding-right: 20px;
  }

  .element-container {
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .approche-grid {
    grid-template-rows: auto auto auto;
  }

  .left-arrow-3 {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .icon-6, .icon-7 {
    font-size: 15px;
  }

  .right-arrow-3 {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .more-grid-container.left {
    justify-content: center;
    align-items: flex-start;
  }
}

#w-node-_077e23df-4e53-ab86-ef35-716f6f75cef3-405d0c9c, #w-node-_077e23df-4e53-ab86-ef35-716f6f75cf07-405d0c9c {
  align-self: center;
  justify-self: center;
}

#w-node-df99d202-4b1b-760d-0bd0-b83115f06278-405d0c9c, #w-node-_34755bec-9815-9515-9722-8d8ddc99e455-405d0c9c, #w-node-_64bb1cbd-3492-e9b4-afa4-863f24921199-405d0c9c {
  align-self: end;
}

#w-node-_36f96563-fe8e-1c03-2f6d-5d2d66b95412-aea9f659 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35456d7d-8cb0-2520-6eb1-0ea9aea9f676-aea9f659, #w-node-_35456d7d-8cb0-2520-6eb1-0ea9aea9f65a-aea9f659 {
  align-self: center;
  justify-self: center;
}

#w-node-_54bb4ca6-2880-9620-f92e-f9339f800f64-6101186e {
  align-self: start;
  justify-self: start;
}

#w-node-_5eb0b938-9cbc-8e00-cbc5-b3c753813d62-6101186e {
  align-self: center;
  justify-self: center;
}

#gotoslide1.w-node-e30c992e-1ba5-7db1-e47a-e1d05416884a-012c49e0, #gotoslide3.w-node-_170cb282-1dbd-8ce2-50d3-2a77b1a109ed-012c49e0, #gotoslide4.w-node-d963ab00-dc9b-9338-318d-2b5d5fad121a-012c49e0, #gotoslide5.w-node-_999081c7-98b6-a4ea-601f-1de81761fe1c-012c49e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_20b3338c-d202-36ca-0d9d-43c84e90a665-012c49e0 {
  align-self: stretch;
}

#w-node-ec3a5e74-9837-8b7b-faf5-36a1df046edf-012c49e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-f21be5b8-0dc3-45f3-298b-db1e6d3e1ec4-012c49e0 {
  align-self: stretch;
}

#w-node-f21be5b8-0dc3-45f3-298b-db1e6d3e1ec5-012c49e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-c4179d8d-264c-0b3d-692b-0f2bfc4eaae0-012c49e0 {
  align-self: stretch;
}

#w-node-c4179d8d-264c-0b3d-692b-0f2bfc4eaae1-012c49e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_42e641fc-590b-f036-4e39-9e0d6aaeb325-012c49e0 {
  align-self: stretch;
}

#w-node-_42e641fc-590b-f036-4e39-9e0d6aaeb326-012c49e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_6282f581-ee52-e0fc-ca91-a8fdb60b1af7-012c49e0 {
  align-self: stretch;
}

#w-node-_6282f581-ee52-e0fc-ca91-a8fdb60b1af8-012c49e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-bc4feb5e-a599-4288-c897-03abc188a1f4-6add0925, #w-node-f72a018e-ba24-d443-20ed-1b7cf9e6b8c4-6add0925, #w-node-_71e08091-193f-013d-c981-4c532a532806-6add0925 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6d2b2ff-504d-ef60-09b3-90ef65f89b55-6add0925, #w-node-_7a29cb8e-2824-0cab-5573-7ca781ba8401-6add0925 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_00aa1c45-6728-f38b-9e3e-92ff39fe26c9-6add0925 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76fbb932-a88e-3812-a353-cf2135da0949-6add0925 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b2a4dd5f-0a22-3e9c-ff7f-04763fc94735-6add0925 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e094010c-afb1-9335-8a97-8ebf230d7589-6add0925 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_077e23df-4e53-ab86-ef35-716f6f75cef3-405d0c9c, #w-node-_077e23df-4e53-ab86-ef35-716f6f75cf07-405d0c9c {
    align-self: center;
    justify-self: center;
  }

  #w-node-_35456d7d-8cb0-2520-6eb1-0ea9aea9f676-aea9f659 {
    align-self: center;
  }

  #w-node-_35456d7d-8cb0-2520-6eb1-0ea9aea9f65a-aea9f659 {
    align-self: center;
    justify-self: center;
  }

  #w-node-e094010c-afb1-9335-8a97-8ebf230d7589-6add0925 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_76fbb932-a88e-3812-a353-cf2135da0949-6add0925 {
    justify-self: end;
  }
}


