:root {
  --pink: #ecc8d7;
  --1: #e8dcca;
  --2: #fffdf7;
  --3: #3c1518;
  --h2: 28px;
  --paragraphe: 16px;
  --black: black;
  --ombre: #959da533;
  --white: white;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  background-color: #faf8f2;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Sharpgrotesk 20", sans-serif;
  font-size: 124px;
  font-weight: 700;
  line-height: 124px;
}

h2 {
  color: #000;
  margin: 0;
  font-size: 70px;
  font-weight: 500;
  line-height: 85px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Sharpgrotesk 20", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

a {
  color: #000;
  text-decoration: none;
}

.hero {
  height: auto;
  min-height: 100svh;
  padding: 16px;
  display: flex;
}

.hero__containter {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--pink);
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 80px;
  display: flex;
}

.hero__heading-subtitle {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Sharpgrotesk 20", sans-serif;
  font-size: 48px;
  line-height: 48px;
}

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

.hero__content-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero__content-paragraph {
  color: #fff;
  font-size: 24px;
  line-height: 29px;
}

.bridge {
  padding: 125px 96px;
}

.bridge__heading {
  text-align: center;
  font-family: "Sharpgrotesk 20", sans-serif;
  font-size: 180px;
  font-weight: 700;
  line-height: 180px;
}

.backstage {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  padding: 100px 96px;
  display: flex;
}

.backstage__heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #1b2d7326;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 16px;
  display: grid;
}

.backstage__heading-subtitle {
  font-size: 32px;
  line-height: 39px;
}

.backstage__heading-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.entites__carousel-img {
  aspect-ratio: 3 / 2;
  border-radius: 16px;
  min-width: 66%;
}

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

.entites {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  padding: 100px 96px;
  display: flex;
}

.entites__heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #1b2d7326;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 16px;
  display: grid;
}

.entites__heading-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.entite__content {
  grid-column-gap: 16px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  display: grid;
}

.entites__content-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #1b2d7326;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 16px;
  display: grid;
}

.entites__content-link {
  color: #000;
}

.footer {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-image: linear-gradient(to bottom, var(--1), var(--1));
  flex-flow: wrap;
  grid-template-rows: auto minmax(auto, 5vh);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100px;
  padding: 40px;
  display: flex;
}

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

.footer__container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer__container-title {
  text-transform: uppercase;
  font-family: "Sharpgrotesk 15", sans-serif;
  font-size: 300px;
  font-weight: 900;
  line-height: 230px;
}

.footer__container-text {
  font-size: 32px;
  font-weight: 500;
  line-height: 39px;
}

.projects {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 170px 96px;
  display: grid;
}

.projects__item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

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

.projects__item-text.brown {
  color: #60463b;
}

.entites__content-title {
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 29px;
}

.photoroom__prompt-button {
  color: #1e2235;
  background-color: #ecc8d7;
  border-radius: 99px;
  padding: 12px 22px;
}

.photoroom__prompt-button.white {
  padding: 9px 22px 9px 16px;
  display: flex;
}

.utility-page-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: grid;
}

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

.video {
  border-radius: 32px;
  overflow: hidden;
}

.photoroom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 170px 96px;
  display: grid;
}

.photorooom {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  padding: 100px 96px;
  display: flex;
}

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

.photoroom__pellicule {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  aspect-ratio: 1 / 1.2;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  padding: 25px;
  display: flex;
  position: relative;
}

.photoroom__pellicule-image {
  aspect-ratio: 1;
  background-color: #acacac;
  width: 100%;
}

.photoroom__pellicule-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  font-family: "Sharpgrotesk 20", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  position: relative;
}

.photoroom__content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.photoroom__prompt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.photoroom__pellicule-logos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.photoroom__pellicule-logo {
  padding: 0;
}

.photoroom__pellicule-logo.ucaya {
  width: 62px;
  height: 24px;
}

.photoroom__pellicule-logo.lavitre {
  width: 61px;
  height: 18px;
}

.photoroom__pellicule-logo.twist {
  width: 46px;
  height: 20px;
}

.button {
  color: #1e2235;
  background-color: #ecc8d7;
  border-radius: 99px;
  padding: 12px 22px;
}

.button.white {
  justify-content: center;
  align-items: center;
  padding: 12px 26px 12px 22px;
  display: flex;
}

.paragraph {
  font-size: 70%;
  line-height: 100%;
}

.text-span {
  background-image: url('../images/giphy2.gif');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 8px;
  width: 177px;
  height: 88px;
  margin-left: 16px;
  margin-right: 16px;
  display: inline-block;
}

.photoroom__left-controls {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.photoroom__left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._4 {
  color: #000;
  font-family: "Sharpgrotesk 20", sans-serif;
  font-size: 256px;
  font-weight: 600;
  line-height: 256px;
}

.svg {
  width: 200px;
  height: 200px;
}

.body {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  height: auto;
  min-height: 100svh;
  margin: 24px 96px;
  display: grid;
}

.paragraph-2 {
  font-family: Josefin Sans, sans-serif;
}

.shim {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video__sticky {
  width: 100%;
  height: 50%;
  position: sticky;
  top: 0;
}

.main__video {
  object-fit: cover;
  will-change: transform;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  transform: translate(-50%, -50%)scale(.5);
}

.video__wrapper {
  justify-content: center;
  width: 100%;
  height: 200vh;
  display: flex;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.body-2 {
  background-color: #fffdf7;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  box-shadow: 0 8px 24px #959da533;
}

.lottie-animation {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fffdf7;
  background-image: linear-gradient(#fffdf7, #fffdf7);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 797px;
  height: 662px;
  display: block;
  position: absolute;
  inset: 0%;
}

.header {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fffdf7;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.heading-2 {
  clear: both;
  color: var(--3);
  text-transform: none;
  flex: 0 auto;
  width: auto;
  height: auto;
  font-family: EB Garamond, sans-serif;
  font-size: 80px;
  font-weight: 700;
}

.paragraph-3 {
  color: var(--3);
  margin-bottom: 20px;
  font-weight: 400;
}

.div-block-2 {
  position: relative;
}

.heading-3 {
  font-family: EB Garamond, sans-serif;
}

.heading-4 {
  color: #3c1518;
  text-transform: none;
  height: auto;
  font-family: EB Garamond, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.paragraph-4 {
  color: #3c1518;
}

.paragraph-5 {
  color: #3c1518;
  font-size: 16px;
}

.concept {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 100px;
  display: flex;
}

.heading-5 {
  color: #3c1518;
  text-transform: none;
  font-family: EB Garamond, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.paragraph-6 {
  color: #3c1518;
  width: auto;
  font-size: 16px;
}

.background-video {
  flex: 1;
  position: static;
}

.image {
  color: var(--3);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
}

.button-2 {
  pointer-events: auto;
  color: #3c1518;
  -webkit-text-fill-color: inherit;
  background-color: #fffdf7;
  background-clip: border-box;
  border-radius: 21px;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 49px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 8px 24px #959da540;
}

.button-2:hover {
  background-color: var(--1);
}

.apiculteur {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 100px;
  display: flex;
}

.vid-o {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 100px;
  display: flex;
}

.quipe {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 100px;
  display: flex;
}

.valeurs, .actualit-s, .contact {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 100px;
  display: flex;
}

.image-2 {
  border-radius: 14px;
  width: auto;
  height: auto;
}

.image-2.apiculteur {
  border-radius: 20px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: auto;
  height: auto;
  margin: 0;
  display: block;
  overflow: visible;
}

.heading-6 {
  color: #3c1518;
  text-transform: none;
  font-family: EB Garamond, sans-serif;
  font-size: 28px;
  line-height: 40px;
}

.paragraph-7 {
  color: #3c1518;
  font-size: 16px;
}

.heading-7 {
  color: #3c1518;
  font-family: EB Garamond, sans-serif;
  font-size: var(--h2);
  text-align: center;
  text-transform: none;
  background-color: #fffdf7;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.heading-8 {
  color: #3c1518;
  text-transform: none;
  font-family: EB Garamond, sans-serif;
  font-size: 28px;
  line-height: 40px;
}

.paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12 {
  font-size: 16px;
}

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

.heading-9 {
  color: #3c1518;
  text-transform: none;
  font-family: EB Garamond, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

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

.paragraph-14 {
  font-size: var(--paragraphe);
}

.paragraph-15 {
  text-align: center;
  font-size: 20px;
}

.flex-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: flex-start;
  width: 470px;
  height: auto;
}

.lottie-animation-2 {
  box-sizing: border-box;
  clear: none;
  aspect-ratio: auto;
  object-fit: fill;
  z-index: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 662px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.container-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid {
  grid-template: "Area"
  / 1fr 1fr 1fr;
}

.div-block-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-10 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: var(--3);
  font-family: EB Garamond, sans-serif;
  font-size: var(--h2);
  text-transform: none;
  object-fit: fill;
  width: auto;
  height: auto;
  line-height: 40px;
  overflow: visible;
}

.heading-10:hover {
  opacity: 1;
}

.card1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--2);
  pointer-events: auto;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 300px;
  display: flex;
  box-shadow: 0 8px 24px #959da533;
}

.card1:hover {
  background-color: var(--1);
  mix-blend-mode: normal;
}

.image-3 {
  width: 55px;
  height: 55px;
}

.image-3:hover {
  opacity: 1;
}

.list-item {
  list-style-type: none;
}

.heading-11 {
  color: var(--3);
  font-family: EB Garamond, sans-serif;
  font-size: 28px;
}

.lightbox-link {
  background-color: var(--1);
}

.card2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--2);
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 300px;
  display: flex;
  box-shadow: 0 8px 24px #959da533;
}

.card2:hover {
  background-color: var(--1);
}

.card3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--2);
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 300px;
  display: flex;
  box-shadow: 0 8px 24px #959da533;
}

.card3:hover {
  background-color: var(--1);
}

.hover-texte {
  clear: both;
  opacity: 0;
  color: var(--3);
  text-align: left;
  width: 195px;
  height: 85px;
  margin: 110px 70px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 300;
  position: absolute;
  top: auto;
  left: auto;
}

.div-block-4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 470px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 470px;
  display: flex;
}

.accordion-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: auto;
  height: auto;
  display: flex;
}

.accordion-item {
  flex-flow: column;
  width: auto;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.accordion-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--3);
  cursor: auto;
  flex-flow: row;
  place-content: space-between center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 10px;
  display: flex;
}

.accordion-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: var(--3);
  background-color: var(--2);
  color: var(--ombre);
  border-radius: 0 0 14px 14px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 60px;
  transition: height .3s ease-in-out;
  display: flex;
  overflow: hidden;
  box-shadow: 0 8px 24px #959da533;
}

.heading-12 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: var(--3);
  text-transform: none;
  white-space: normal;
  word-break: normal;
  object-fit: fill;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-family: Josefin Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.div-block-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  cursor: auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 235px;
  height: 48px;
  display: flex;
}

.image-4 {
  flex: 0 auto;
  display: block;
  overflow: visible;
}

.div-block-9 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: start center;
  margin: 0;
  display: grid;
}

.div-block-9.twocolumns {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: start center;
  display: grid;
}

.heading-13 {
  color: var(--3);
  text-align: center;
  font-family: Josefin Sans, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.paragraph-16, .paragraph-17, .paragraph-18 {
  color: var(--3);
  font-size: 16px;
}

.div-block-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--3);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-11, .div-block-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-19 {
  display: flex;
}

.paragraph-20 {
  color: var(--3);
  text-align: center;
  width: auto;
  height: auto;
  display: block;
}

.div-block-13 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 500px;
  margin-top: 100px;
  display: flex;
}

.paragraph-21 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
}

.paragraph-22 {
  font-size: 16px;
}

.button-3 {
  background-color: var(--2);
  color: var(--3);
  text-align: center;
  border-radius: 21px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 49px;
  padding: 10px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 8px 24px #959da533;
}

.button-3:hover {
  background-color: var(--1);
}

.div-block-14 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.image-5, .image-7 {
  color: var(--3);
}

.text-block {
  color: var(--3);
  align-self: center;
  display: flex;
}

.text-block-2 {
  color: var(--3);
  align-self: center;
}

.div-block-15 {
  z-index: 999999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: static;
}

.image-8 {
  width: 500px;
}

.slider {
  background-color: var(--2);
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  display: block;
  box-shadow: 0 8px 24px #959da533;
}

.slide {
  background-color: var(--2);
  width: auto;
  height: auto;
}

.mask {
  background-color: var(--2);
  border-radius: 14px;
  width: auto;
  height: auto;
  margin: 20px;
}

.heading-14 {
  color: var(--3);
  text-transform: none;
  font-family: Josefin Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.div-block-16.chef {
  width: 250px;
}

.icon-2, .icon-3 {
  color: var(--3);
}

.div-block-17 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 470px;
  display: flex;
}

.image-9 {
  border-radius: 14px;
  width: auto;
}

.paragraph-23 {
  text-align: center;
}

.div-block-18 {
  background-color: #fffdf7;
  width: auto;
  height: auto;
  margin-bottom: 0;
}

.slide-5 {
  height: 300px;
}

.left-arrow {
  position: sticky;
}

.image-11 {
  text-align: left;
  width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0 auto;
  display: flex;
}

.text-block-4 {
  text-align: center;
  background-color: #fff0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.section {
  margin: 100px;
}

.slider-3 {
  color: var(--3);
  width: 65%;
  height: 100%;
  position: static;
}

.div-block-20 {
  justify-content: center;
  display: flex;
}

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

.mask-2 {
  min-width: auto;
  min-height: auto;
  margin-bottom: 0;
}

.icon-6 {
  color: var(--3);
  margin: 0;
  position: static;
}

.icon-7 {
  color: var(--3);
  margin-left: 35px;
}

.link, .link-2 {
  text-decoration: underline;
}

.div-block-22 {
  min-width: 70%;
  max-width: 0%;
  min-height: 100%;
  max-height: 0%;
}

.div-block-23 {
  min-width: 100%;
  max-width: none;
  min-height: 80%;
  max-height: 80%;
}

.slide-6 {
  background-color: var(--2);
  -webkit-text-stroke-color: var(--2);
  vertical-align: baseline;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 20px;
  position: static;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.link-block {
  font-size: 16px;
}

.link-block-2 {
  color: var(--3);
}

.mask-3 {
  background-color: #fffdf700;
  border-radius: 0;
  width: 100%;
  height: auto;
  padding-top: 0;
}

.heading-15 {
  color: var(--3);
  text-transform: none;
  font-family: Josefin Sans, sans-serif;
  font-size: 24px;
}

.heading-15.slider {
  box-shadow: none;
  border-radius: 0;
  line-height: 40px;
}

.slide-7 {
  background-color: var(--2);
  border-radius: 20px;
  width: 100%;
  height: auto;
  padding-top: 0;
}

.div-block-24 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px none var(--3);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
}

.image-12 {
  border-radius: 20px;
  width: 70%;
  max-width: 992px;
  height: auto;
}

.div-block-25 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-25.slider {
  box-shadow: none;
  background-color: #fffdf700;
  justify-content: center;
  align-items: center;
  height: auto;
}

.button-4 {
  background-color: var(--1);
  background-image: url('../images/Group-4.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
}

.button-4.ucaya {
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  width: 90px;
  height: 84px;
  padding: 0;
}

.button-4.la-vitre {
  background-image: url('../images/');
  width: 90px;
  height: 84px;
  padding: 0;
}

.button-4.twist {
  background-image: url('../images/Group-3.png');
  width: 90px;
  height: 84px;
  padding: 0;
  display: block;
}

.div-block-26 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 84px;
  display: flex;
}

.slider-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fffdf700;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
}

.paragraph-24 {
  color: var(--3);
  text-align: center;
  width: 80%;
  height: auto;
  font-size: 16px;
  text-decoration: none;
}

.icon-8, .icon-9 {
  color: var(--3);
}

.heading-16 {
  font-family: EB Garamond, sans-serif;
}

.image-13 {
  width: auto;
  height: auto;
}

.slide-nav-2 {
  position: static;
}

.left-arrow-2 {
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 0;
  display: block;
  overflow: hidden;
}

.image-14 {
  width: 21%;
  height: 100%;
  overflow: visible;
}

.image-15 {
  color: var(--3);
  width: 28%;
  height: 100%;
  overflow: visible;
}

.div-block-27 {
  background-image: url('../images/sales.jpg');
  background-position: 50%;
  background-size: cover;
  width: 90%;
  height: 90%;
  display: flex;
}

.image-16 {
  max-width: 80%;
  display: inline-block;
}

.div-block-28 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-17 {
  width: 23%;
  height: 100%;
  overflow: visible;
}

.div-block-29 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.link-block-3, .link-block-4, .link-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-18 {
  object-fit: contain;
  flex: none;
  width: auto;
  height: 32px;
  display: block;
  overflow: clip;
}

.image-19, .image-20 {
  aspect-ratio: auto;
  object-fit: contain;
  flex: none;
  width: auto;
  height: 32px;
  display: block;
  overflow: clip;
}

.fs-slider_slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform opacity;
  background-color: #f5f5f5;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 33.33%;
  height: auto;
  padding: 1rem;
  display: flex;
  position: relative;
}

.fs-slider_placeholder {
  color: #707070;
  text-align: center;
  border: 1px dashed #707070;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20rem;
  padding: 1rem;
  display: flex;
}

.fs-slider_list {
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  height: auto;
  display: flex;
}

.fs-slider_button {
  color: #fff;
  background-color: #3898ec;
  padding: 1rem 2rem;
}

.fs-slider_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.fs-slider_pagination {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.fs-slider_navigation {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.fs-slider_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
  overflow: clip;
}

.fs-slider_scrollbar {
  touch-action: none;
  background-color: #f5f5f5;
}

.fs-slider_scrollbar_drag {
  background-color: #000;
  width: 20%;
  height: 1rem;
}

.fs-slider_pagination_bullet {
  background-color: #ddd;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-block;
}

.fs-slider_pagination_bullet.is-bullet-active {
  background-color: #000;
  display: inline-block;
}

.div-block-30 {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-17 {
  color: var(--3);
  flex: 0 auto;
  font-family: Josefin Sans, sans-serif;
  font-size: 24px;
}

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

.image-21 {
  border-radius: 20px;
  height: 80%;
}

.div-block-32 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-block-2 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow-2 {
  margin-right: 0;
}

.italic-text, .italic-text-2 {
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .footer {
    min-height: auto;
    display: flex;
  }

  .div-block-26 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 48px;
    line-height: 77px;
  }

  h3 {
    font-size: 32px;
    line-height: 51px;
  }

  .hero {
    padding: 12px;
  }

  .hero__containter {
    padding: 48px;
  }

  .hero__heading-subtitle {
    font-size: 32px;
    line-height: 32px;
  }

  .hero__content {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .bridge {
    padding: 96px 56px;
  }

  .bridge__heading, .bridge__heading.split-text {
    font-size: 96px;
    line-height: 96px;
  }

  .backstage {
    padding: 96px 56px;
  }

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

  .backstage__heading-subtitle {
    font-size: 24px;
    line-height: 38px;
  }

  .entites {
    padding-left: 56px;
    padding-right: 56px;
  }

  .entites__heading, .entite__content, .entites__content-item {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .footer {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer__container-title {
    font-size: 236px;
    line-height: 180px;
  }

  .projects {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 56px;
    padding-right: 56px;
  }

  .heading {
    font-size: 80px;
    line-height: 80px;
  }

  .photorooom {
    padding-left: 56px;
    padding-right: 56px;
  }

  .photoroom__container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .text-span {
    width: 108px;
    height: 54px;
  }

  .body {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-left: 56px;
    margin-right: 56px;
  }

  .heading-2 {
    font-size: 60px;
  }

  .apiculteur {
    flex-flow: wrap;
    margin-left: 60px;
    margin-right: 60px;
  }

  .vid-o {
    margin-left: 60px;
    margin-right: 60px;
  }

  .quipe {
    margin-left: 0;
    margin-right: 0;
  }

  .valeurs {
    flex-flow: wrap;
  }

  .image-2, .image-2.apiculteur {
    width: auto;
    height: auto;
  }

  .heading-6 {
    width: 470px;
  }

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

  .div-block-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column dense;
    place-items: center;
  }

  .div-block-5 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .accordion-wrapper {
    width: 700px;
  }

  .accordion-item {
    margin-bottom: 0;
  }

  .accordion-header {
    width: auto;
  }

  .accordion-content {
    text-align: left;
    justify-content: space-between;
    width: auto;
    padding: 40px;
  }

  .div-block-9 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .heading-13 {
    line-height: 40px;
  }

  .paragraph-20 {
    width: auto;
  }

  .image-6 {
    width: 50px;
    height: 50%;
  }

  .text-block {
    color: var(--3);
    flex-flow: row;
    display: block;
  }

  .text-block-2 {
    color: var(--3);
  }

  .div-block-17 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 470px;
    display: flex;
  }

  .link-block {
    width: auto;
    height: auto;
  }

  .link-block-2 {
    width: 200px;
    height: 200px;
  }

  .div-block-25.slider {
    height: auto;
  }

  .button-4 {
    background-image: url('../images/');
  }

  .button-4.ucaya {
    background-image: url('../images/Group-4.png');
  }

  .button-4.twist {
    background-image: url('../images/Group-3.png');
  }

  .div-block-26 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-4 {
    width: 760px;
  }

  .icon-8 {
    margin-right: 10px;
  }

  .icon-9 {
    margin-left: 10px;
  }

  .left-arrow-2 {
    margin-left: 60px;
  }

  .div-block-29 {
    align-self: auto;
    height: auto;
  }

  .link-block-3, .link-block-4, .link-block-5 {
    background-image: none;
  }

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

  .image-19 {
    width: 100%;
    display: block;
    overflow: hidden;
  }

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

  .right-arrow-2 {
    margin-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    height: auto;
    min-height: 0;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .image-2.apiculteur {
    width: auto;
    height: auto;
  }

  .lottie-animation-2 {
    width: 350px;
    min-width: 250px;
    height: 350px;
    min-height: 250px;
  }

  .accordion-wrapper {
    width: 500px;
  }

  .accordion-item {
    flex-flow: column;
    width: 500px;
  }

  .accordion-header {
    width: 500px;
  }

  .accordion-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
    width: auto;
    display: flex;
  }

  .div-block-9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .div-block-9.twocolumns {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .div-block-13 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: auto;
  }

  .mask-3 {
    width: auto;
  }

  .heading-15.slider {
    background-color: #fffdf700;
    font-size: 20px;
  }

  .image-12 {
    max-width: 80%;
  }

  .div-block-25.slider {
    justify-content: center;
    align-items: center;
    width: 550px;
  }

  .slider-4 {
    flex: 0 auto;
    width: 550px;
  }

  .icon-8 {
    margin-right: 10px;
  }

  .icon-9, .left-arrow-2 {
    margin-left: 10px;
  }

  .div-block-29 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
  }

  .link-block-3, .link-block-4, .link-block-5 {
    background-image: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-18, .image-19, .image-20 {
    width: 60%;
  }

  .div-block-30 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
  }

  .right-arrow-2 {
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 32px;
    line-height: 39px;
  }

  h3 {
    font-size: 24px;
    line-height: 39px;
  }

  .hero {
    padding: 8px;
  }

  .hero__containter {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 16px 16px 32px;
  }

  .hero__heading {
    margin-top: 96px;
    margin-bottom: 0;
  }

  .hero__heading-subtitle {
    font-size: 24px;
    line-height: 24px;
  }

  .hero__content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .hero__content-paragraph {
    font-size: 18px;
    line-height: 20px;
  }

  .bridge {
    padding: 48px 16px;
  }

  .bridge__heading {
    font-size: 56px;
    line-height: 56px;
  }

  .backstage {
    padding: 48px 16px;
  }

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

  .backstage__heading-subtitle {
    font-size: 24px;
    line-height: 28px;
  }

  .entites {
    padding: 48px 16px;
  }

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

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

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

  .footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: auto;
    height: auto;
    min-height: auto;
    margin-left: 0;
    padding: 60px 20px;
  }

  .footer__legals {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer__container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer__container-title {
    font-size: 96px;
    line-height: 80px;
  }

  .footer__container-text {
    font-size: 18px;
    line-height: 22px;
  }

  .projects {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 48px 16px;
  }

  .projects__item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .projects__item-heading {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .heading {
    font-size: 48px;
    line-height: 48px;
  }

  .video {
    border-radius: 16px;
  }

  .photoroom {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 48px 16px;
  }

  .photorooom {
    padding: 48px 16px;
  }

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

  .photoroom__pellicule {
    padding: 16px;
  }

  .photoroom__pellicule-image {
    background-image: url('../images/Angèle-Bobinet-IMG-3134.png');
    background-position: 0 0;
    background-size: auto;
    box-shadow: inset 0 0 15px 5px #00000040;
  }

  .photoroom__pellicule-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 16px;
  }

  .text-span {
    background-image: url('../images/giphy2.gif');
    background-position: 0 0;
    background-size: cover;
    width: 72px;
    height: 36px;
  }

  ._4 {
    font-size: 128px;
    line-height: 128px;
  }

  .svg {
    width: 100px;
    height: 100px;
  }

  .body {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 16px;
    margin-right: 16px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .main__video {
    border-radius: 16px;
  }

  .header {
    background-color: var(--2);
    margin: 50px auto;
  }

  .div-block {
    background-color: var(--2);
    justify-content: center;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 40px;
  }

  .heading-4 {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph-5 {
    font-size: 14px;
    line-height: 20px;
  }

  .concept {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 100px 30px;
    display: flex;
  }

  .heading-5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
  }

  .paragraph-6 {
    width: auto;
    font-size: 14px;
  }

  .apiculteur {
    flex-flow: wrap;
    margin: 100px 30px;
  }

  .vid-o {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 100px 30px;
  }

  .quipe {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    margin: 100px 30px;
  }

  .valeurs, .actualit-s {
    margin: 100px 30px;
  }

  .contact {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin: 100px 30px;
  }

  .image-2 {
    width: auto;
    height: auto;
    box-shadow: 0 8px 24px #959da533;
  }

  .image-2.apiculteur {
    width: auto;
    height: auto;
  }

  .heading-6 {
    width: 250px;
    font-size: 22px;
  }

  .paragraph-7 {
    font-size: 14px;
  }

  .heading-7 {
    text-align: center;
    text-transform: none;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 20px;
  }

  .heading-8 {
    font-size: 22px;
    line-height: 32px;
  }

  .heading-9 {
    font-size: 22px;
  }

  .paragraph-14 {
    text-align: center;
    font-size: 14px;
    display: flex;
  }

  .paragraph-15 {
    color: var(--3);
    text-align: center;
    font-size: 16px;
  }

  .flex-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 278px;
  }

  .lottie-animation-2 {
    background-color: var(--2);
    flex-flow: column;
    width: 330px;
    min-width: 250px;
    height: 330px;
    min-height: 250px;
  }

  .div-block-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
  }

  .heading-10, .heading-10.content-original {
    font-size: 22px;
  }

  .card1, .card2, .card3 {
    width: 250px;
    height: 200px;
  }

  .hover-texte {
    color: var(--black);
    font-size: 14px;
  }

  .div-block-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 278px;
  }

  .div-block-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-7 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .accordion-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: center;
    align-items: center;
    width: 280px;
  }

  .accordion-item {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .accordion-header {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 280px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    display: flex;
  }

  .accordion-content {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 280px;
    padding: 20px;
  }

  .div-block-8 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-4 {
    opacity: 1;
    overflow: visible;
  }

  .div-block-9 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-9.twocolumns {
    flex-flow: column;
    display: flex;
  }

  .heading-13 {
    font-size: 20px;
  }

  .paragraph-16, .paragraph-17, .paragraph-18 {
    font-size: 14px;
  }

  .paragraph-20 {
    width: auto;
    font-size: 16px;
  }

  .div-block-13 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 0;
    margin: 10px auto;
  }

  .paragraph-21 {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-22 {
    font-size: 14px;
  }

  .button-3 {
    background-color: var(--2);
    color: var(--3);
    text-align: center;
    border-radius: 21px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 49px;
    padding: 10px;
    font-weight: 700;
    display: flex;
    box-shadow: 0 8px 24px #959da533;
  }

  .button-3:hover {
    background-color: var(--1);
  }

  .div-block-14 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .image-5 {
    width: 65px;
    height: 21.5px;
  }

  .image-6 {
    width: 75px;
    height: 23px;
  }

  .image-7 {
    width: 65px;
    height: 21px;
  }

  .text-block, .text-block-2 {
    color: var(--3);
    font-size: 14px;
  }

  .div-block-15 {
    width: 100%;
    height: 82.127%;
  }

  .slider {
    position: relative;
  }

  .div-block-17 {
    width: 278px;
  }

  .slider-2 {
    width: 70%;
  }

  .slide-2 {
    position: absolute;
  }

  .slide-3 {
    position: fixed;
  }

  .slide-4 {
    background-image: url('../images/cofondateurs.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .div-block-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 80%;
    min-height: 0;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .slide-5 {
    background-color: #fff0;
    min-width: 0;
    height: 350px;
    min-height: 0;
  }

  .left-arrow {
    background-color: #fff0;
  }

  .icon-4 {
    color: #3c1518;
  }

  .icon-5 {
    color: #3c1518;
    margin: 130px 20px;
    display: block;
  }

  .image-10 {
    background-image: url('../images/cofondateurs.jpg');
    background-position: 0 0;
    background-size: contain;
  }

  .image-11 {
    border-radius: 14px;
    width: auto;
    min-width: auto;
    max-width: none;
    height: 0%;
    min-height: 55%;
    max-height: 65%;
  }

  .text-block-3 {
    color: #3c1518;
    font-size: 100%;
    font-weight: 600;
  }

  .text-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
    display: flex;
  }

  .slide-nav {
    display: none;
  }

  .section {
    background-color: #fffdf7;
    margin-top: -20px;
  }

  .slider-3 {
    background-color: #fffdf700;
    flex-flow: column;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-19 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-20 {
    width: 100%;
  }

  .center-text-paragraph {
    text-align: center;
    font-size: 14px;
  }

  .div-block-21 {
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .mask-2 {
    min-height: 340px;
  }

  .icon-6 {
    color: var(--3);
    background-color: #0000;
    margin-right: 35px;
    font-weight: 400;
  }

  .icon-7 {
    color: var(--3);
    margin-left: 35px;
  }

  .link, .link-2 {
    text-decoration: underline;
  }

  .div-block-22 {
    min-width: 90%;
  }

  .mask-3 {
    width: 80vw;
  }

  .heading-15.slider {
    font-size: 18px;
    line-height: 30px;
  }

  .slide-7 {
    width: 80vw;
  }

  .div-block-24 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .image-12 {
    width: 100%;
    max-width: 992px;
    height: auto;
  }

  .div-block-25.slider {
    width: 100vw;
    height: auto;
  }

  .button-4.ucaya {
    background-repeat: repeat-y;
    width: 90px;
    height: 84px;
    padding: 0;
  }

  .button-4.la-vitre {
    background-image: url('../images/');
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: contain;
    width: 90px;
    height: 84px;
    padding: 0;
  }

  .button-4.twist {
    background-repeat: repeat-y;
    background-attachment: scroll;
    width: 90px;
    height: 84px;
    padding: 0;
  }

  .div-block-26 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: auto;
  }

  .slider-4 {
    width: 80vw;
  }

  .paragraph-24 {
    font-size: 14px;
  }

  .icon-8 {
    margin-top: 240px;
    margin-right: 0;
    font-size: 30px;
  }

  .icon-9 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 240px;
    margin-bottom: 65.75px;
    margin-left: 0;
    font-size: 30px;
    display: block;
  }

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

  .left-arrow-2 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: absolute;
  }

  .div-block-29 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    width: auto;
    height: auto;
  }

  .link-block-3 {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .link-block-4, .link-block-5 {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .image-18, .image-19, .image-20 {
    width: 50%;
  }

  .div-block-30 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
  }

  .right-arrow-2 {
    margin-right: 0;
  }
}

#w-node-_2e558fbb-392b-923a-f25e-4dd9d1eab093-c4148a64, #w-node-c5fc2106-084d-13d1-dee0-540edff7c154-c4148a64, #w-node-_964589c2-5cb9-c1cc-c026-6ab0951b9a1f-c4148a64 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2d5ee95d-c1a9-953a-8f01-f7af3d52cc4e-c4148a64 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7e7a4ff3-625f-abf1-ce3d-14e9edcbcccc-c4148a64 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_8012e3c3-ffd5-4b0e-618c-598c18ad7430-c4148a64 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8012e3c3-ffd5-4b0e-618c-598c18ad7432-c4148a64 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-e4a56766-28be-8403-8669-19cb5640a8bf-c4148a64 {
  grid-area: 2 / 2 / 2 / 13;
}

#w-node-_6fbfe2ea-5d32-297f-9e13-e791dd338fa1-c4148a64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8dcc930a-4792-9c0a-693c-52ce95a2619d-c4148a64 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f5d45300-022f-6ae1-5d46-c61eee563d11-c4148a64 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_3d57c3b7-3ba9-18c0-bb22-8aefa2ae76be-c4148a64 {
  grid-area: 1 / 2 / 2 / 13;
}

#w-node-_3d57c3b7-3ba9-18c0-bb22-8aefa2ae76bf-c4148a64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3d57c3b7-3ba9-18c0-bb22-8aefa2ae76c1-c4148a64 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3d57c3b7-3ba9-18c0-bb22-8aefa2ae76c3-c4148a64 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_5a5ab89f-8bbb-a905-3d7f-af4fdc54cec8-c4148a64 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-da2b6ae8-c14c-063a-849d-4315a70f95b7-c4148a64 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b965f606-8f1f-68c4-3e9b-2ea6179384e7-c4148a64 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b965f606-8f1f-68c4-3e9b-2ea6179384e9-c4148a64 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9107c79e-36db-05a7-8388-25dec2c84447-c4148a64 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9107c79e-36db-05a7-8388-25dec2c84449-c4148a64 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e6b3f804-f271-f4c2-e151-7f520da4646c-c4148a64 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e6b3f804-f271-f4c2-e151-7f520da4646e-c4148a64 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4dce21f5-15a8-7700-c964-56690533b2ca-c4148a64 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4dce21f5-15a8-7700-c964-56690533b2cc-c4148a64 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8a116873-0847-13f4-e873-9b9870f28933-c4148a64 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8a116873-0847-13f4-e873-9b9870f28935-c4148a64 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_318e9afc-8f04-5ccb-7b77-b4af25035fc2-c4148a64 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_318e9afc-8f04-5ccb-7b77-b4af25035fc4-c4148a64 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-bebfb47d-d952-5cdc-8d0b-b9be5d9735b3-c4148a64 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_9cddf4d0-1986-4bc3-0151-dfefa09e9e8a-c4148a64 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-b8f0ef91-578c-3f65-a32c-81b033e0f8e7-c4148a64 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_89c8c173-13f0-078d-d6df-ca36a96efbfc-c4148a64 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_64ae4a06-83c9-a4f7-863c-c038226fd191-208d61d7 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_7a5758a6-cd16-e4c4-3e2c-37eb342afc5a-208d61d7 {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-f178b6cd-4d52-bf9e-d7ea-6728aaf90031-57156e3f {
  align-self: auto;
}

#w-node-_79abd9ef-00c5-af8d-4858-e708157c46f0-57156e3f, #w-node-_1f3040d4-8673-7e82-957c-66419039fd3b-57156e3f, #w-node-c13b7d94-1839-4cfa-c03c-e8eca31a08da-57156e3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f178b6cd-4d52-bf9e-d7ea-6728aaf90031-7c7ac1e7 {
  align-self: auto;
}

#w-node-_79abd9ef-00c5-af8d-4858-e708157c46f0-7c7ac1e7, #w-node-_1f3040d4-8673-7e82-957c-66419039fd3b-7c7ac1e7, #w-node-c13b7d94-1839-4cfa-c03c-e8eca31a08da-7c7ac1e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2e558fbb-392b-923a-f25e-4dd9d1eab093-c4148a64 {
    grid-column: span 8 / span 8;
  }

  #w-node-c5fc2106-084d-13d1-dee0-540edff7c154-c4148a64 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_964589c2-5cb9-c1cc-c026-6ab0951b9a1f-c4148a64, #w-node-_2d5ee95d-c1a9-953a-8f01-f7af3d52cc4e-c4148a64, #w-node-_7e7a4ff3-625f-abf1-ce3d-14e9edcbcccc-c4148a64, #w-node-_8012e3c3-ffd5-4b0e-618c-598c18ad7430-c4148a64, #w-node-_8012e3c3-ffd5-4b0e-618c-598c18ad7432-c4148a64 {
    grid-column: span 8 / span 8;
  }

  #w-node-e4a56766-28be-8403-8669-19cb5640a8bf-c4148a64 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_8dcc930a-4792-9c0a-693c-52ce95a2619d-c4148a64 {
    grid-column: span 2 / span 2;
  }

  #w-node-f5d45300-022f-6ae1-5d46-c61eee563d11-c4148a64 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3d57c3b7-3ba9-18c0-bb22-8aefa2ae76be-c4148a64 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_3d57c3b7-3ba9-18c0-bb22-8aefa2ae76c1-c4148a64 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3d57c3b7-3ba9-18c0-bb22-8aefa2ae76c3-c4148a64 {
    grid-column: span 4 / span 4;
  }

  #w-node-_318e9afc-8f04-5ccb-7b77-b4af25035fc2-c4148a64, #w-node-_318e9afc-8f04-5ccb-7b77-b4af25035fc4-c4148a64, #w-node-bebfb47d-d952-5cdc-8d0b-b9be5d9735b3-c4148a64 {
    grid-column: span 8 / span 8;
  }

  #w-node-_9cddf4d0-1986-4bc3-0151-dfefa09e9e8a-c4148a64, #w-node-b8f0ef91-578c-3f65-a32c-81b033e0f8e7-c4148a64, #w-node-_89c8c173-13f0-078d-d6df-ca36a96efbfc-c4148a64 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_64ae4a06-83c9-a4f7-863c-c038226fd191-208d61d7 {
    grid-column: span 8 / span 8;
  }

  #w-node-_7a5758a6-cd16-e4c4-3e2c-37eb342afc5a-208d61d7 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2e558fbb-392b-923a-f25e-4dd9d1eab093-c4148a64 {
    grid-column: span 4 / span 4;
  }

  #w-node-c5fc2106-084d-13d1-dee0-540edff7c154-c4148a64 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_964589c2-5cb9-c1cc-c026-6ab0951b9a1f-c4148a64, #w-node-_2d5ee95d-c1a9-953a-8f01-f7af3d52cc4e-c4148a64, #w-node-_7e7a4ff3-625f-abf1-ce3d-14e9edcbcccc-c4148a64, #w-node-_8012e3c3-ffd5-4b0e-618c-598c18ad7430-c4148a64, #w-node-_8012e3c3-ffd5-4b0e-618c-598c18ad7432-c4148a64 {
    grid-column: span 4 / span 4;
  }

  #w-node-e4a56766-28be-8403-8669-19cb5640a8bf-c4148a64 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6fbfe2ea-5d32-297f-9e13-e791dd338fa1-c4148a64, #w-node-_8dcc930a-4792-9c0a-693c-52ce95a2619d-c4148a64, #w-node-f5d45300-022f-6ae1-5d46-c61eee563d11-c4148a64 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3d57c3b7-3ba9-18c0-bb22-8aefa2ae76be-c4148a64 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3d57c3b7-3ba9-18c0-bb22-8aefa2ae76bf-c4148a64, #w-node-_3d57c3b7-3ba9-18c0-bb22-8aefa2ae76c1-c4148a64, #w-node-_3d57c3b7-3ba9-18c0-bb22-8aefa2ae76c3-c4148a64, #w-node-_318e9afc-8f04-5ccb-7b77-b4af25035fc2-c4148a64, #w-node-_318e9afc-8f04-5ccb-7b77-b4af25035fc4-c4148a64, #w-node-bebfb47d-d952-5cdc-8d0b-b9be5d9735b3-c4148a64 {
    grid-column: span 4 / span 4;
  }

  #w-node-_9cddf4d0-1986-4bc3-0151-dfefa09e9e8a-c4148a64 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-b8f0ef91-578c-3f65-a32c-81b033e0f8e7-c4148a64, #w-node-_89c8c173-13f0-078d-d6df-ca36a96efbfc-c4148a64 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_64ae4a06-83c9-a4f7-863c-c038226fd191-208d61d7, #w-node-_7a5758a6-cd16-e4c4-3e2c-37eb342afc5a-208d61d7 {
    grid-column: span 4 / span 4;
  }

  #w-node-f178b6cd-4d52-bf9e-d7ea-6728aaf90031-57156e3f, #w-node-f178b6cd-4d52-bf9e-d7ea-6728aaf90031-7c7ac1e7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
}


@font-face {
  font-family: 'Sharpgrotesk 20';
  src: url('../fonts/SharpGrotesk-SemiBold20.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 15';
  src: url('../fonts/SharpGrotesk-Black15.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk 20';
  src: url('../fonts/SharpGrotesk-Bold20.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}